@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

body {
font-family: 'Noto Sans JP',  sans-serif;
font-size: 100%;
letter-spacing: 0.1em;
line-height: 1.7;
}

/* ヘッダーロゴのサイズ */
#logo img, .logo img {
    width: 100%;
    height: 90px;
}

@media screen and (max-width: 820px){
#logo img, .logo img {
    width: 100%;
    height: 62px;
	margin: 1rem 0;
}
}
/* ヘッダーメニュー */
.header-logo #nav .menu_desc, #onlynav .menu_desc, #nav_fixed #nav .menu_desc {
font-size: 12px;
}

/* スマホスクロールメニュー */
#scrollnav ul li a {
    font-size: .8em;
}

/*ウィジェット区切り線*/
.widget-line {
margin: 10px 0px;
border-color: #dfdfdf;
border-top-width: 1px;
border-top-style: solid;
}

/*カテゴリーTOPタイトル画像*/
.catpage_content_wrap .cover {
filter: blur(0px) brightness(70%);
background-repeat: no-repeat;
background-size:cover;
}

/* カテゴリーリンクテキストマウスオーバー　*/
.post-cat a:hover, .post-cat-sp a:hover {
color: #fff;
font-weight:700;
}

/*ビッグフッター*/
#bigfooter .site-logo img{
width: 296px;
height: 120px;
}

@media screen and (max-width: 768px) {
#bigfooter {
padding: 0 10px;
}
#bigfooter .site-logo {
padding: 20px 0 10px 0;
}
#bigfooter .site-logo img {
width: 40%;
height: auto;
}
	
#bigfooter .sns-logo{
margin:0px auto;
padding:0px 0px;
text-align:center;
}
}

#bigfooter .footer_title{
background:#344f5b;
padding: 10px 16px;
margin-bottom: 10px;
font-family: "roboto-condensed", sans-serif;
font-weight: 700;
font-style: normal;
}

#bigfooter .menu .widget>ul:first-of-type, .widget ul:first-child, .d_tab_tab>ul:first-of-type {
 margin: 0px;
}
#bigfooter .menu li{
padding:0px;
border-bottom: 1px solid #344F5B;
}

#bigfooter .tagcloud a:hover {
background:#011d29;
}

/*ビッグフッターSNSアイコン*/

/*snsアイコン*/
.sp-footer_sns {
  display: none;
}

.sp-footer_sns ul {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto !important;
}

.sp-footer_sns ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0!important;
}

.sp-footer_sns ul li img{
  height: 38px;
}

.sp-footer_sns ul li .sns-img-x {
  padding: 3px;
}
.sp-footer_sns ul li .sns-img-ig {
  padding: 1px;
}

@media screen and (max-width: 768px) {
  .sp-footer_sns {
    display: block;
    padding: 30px 0 25px 0;
  }
}

/*フッター*/
@media screen and (max-width: 768px) {
  .footer_navi {
    display: none;
  }
}

/*タイトル下ACF*/
.text-area-wrap{
padding: 0px 0px 16px;
}

@media screen and (max-width: 480px) {
.text-area-wrap{
padding: 0px 0px 8px;
}
}

/*ページ内共通*/
.content img {
max-width: 100%;
height: auto;
margin: 0 0 0.6em 0;
}

.content p{
padding:0.5em 0px 2.0em!important;
}
.content .cat-info{
	padding-bottom:0.5em!important;
	color: red;
}

.content .link::after {
font-family: "Font Awesome 6 Free";
content: '\f2d2';
margin-left: 4px;
} 

.content h2{
padding: 0.2em 0.6em;
border-left: 8px solid #067665;
border-radius:0px!important;
}

.content h3{
padding: 0.6em 0em 0.6em 1.7em!important;
border-bottom: 3px solid #82942b!important;
background: #FFF!important;
border-radius: 0;
	position:relative;
}
h3:before{
content: '';
display: block;
width: 1.5rem; 
height: 1.5rem;
background-image: url(https://nack5.biz/activeon/wp-content/uploads/h3-icon.svg);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top: 1.4rem;
left: 0;
}

.content h4{
padding-left: 0px!important;
border-left: 6px solid #82942b;
padding: .2em 1em!important;
}

/*タイトル文字サイズ調整*/
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 15px !important;
  }
}

/*太字（主にキャプション）*/
.content span{
font-weight:700!important;	
}


/*リストインデント*/
.content .indent ul{
padding-left: 0em;
margin-bottom: 0em;
}

.content .indent li{
list-style: none;
text-indent: -1em;
padding-left: 1em;
}

.content .indent li:last-child{
margin-bottom: 0em;
}

/*インフォ囲み*/
.content .info-01{
margin:10px 0 20px;
border:solid 1px #CFCFCF;
border-radius:20px;
padding:1.2em 1.8em;
background:#f7f4ef;
font-size:90%;
}

.content .info-01 p {
padding:0.5em 0px!important;
}

/* 目次）アコーディオンメニュー */
.ac-index {
width: 100%;
font-size:90%;
}

.ac-index input {
display: none;
}

.ac-index input:checked + ul {
display: block;
}

.ac-index ul {
display: none;
background: #F7F7F7;
list-style: none;
margin: 0;
padding: 0 26px 16px;
}

.ac-index li {
padding:6px 0;
border-bottom:solid 1px #cccccc;
}

.ac-index label {
font-weight:600;
display: block;
margin: 0;
padding: 16px 26px 16px;
background: #F7F7F7;
cursor: pointer;
}

.ac-index label::before {
font-family: "Font Awesome 6 Free";
content: '\f15c';
font-size: 15px;
font-weight: 400;
margin-right: 4px;
}

/* アンカーリンクずれ調整 */
a.anchor {
display: block;
padding-top: 80px;
margin-top: -80px;
pointer-events: none;
}

@media screen and (max-width: 480px) {
a.anchor {
display: block;
padding-top: 60px;
margin-top: -60px;
}
}

/*テーブル　パターン01*/
.tbl-01 {
font-weight:400;
font-size:98%;
color:#333;
width:100%;
margin: 20px auto;
border: solid 1px #FFF;
}

.tbl-01 .link::after {
font-family: "Font Awesome 6 Free";
content: '\f2d2';
font-size: 15px;
font-weight: 400;
margin-left: 4px;
}

.tbl-01 th
{
border: solid 1px #FFF;
background: #EDEDED;
padding: 10px;
}

.tbl-01 td
{
color:#333;
border: solid 1px #FFF;
background: #F7F7F7;
padding: 10px;
}

.tbl-01 p
{
padding:0.5em 0px 0.5em!important;
}

@media screen and (max-width: 768px) {
.tbl-01 th,
.tbl-01 td {
border: solid 1px #FFF;
display: block;
width: 100%;
}
}

/* 画像キャプション */
.img-1column{
	margin-bottom:1.666em;
}
figure{
	margin-bottom:0.6em;
}
figcaption{
	text-align: center;
	font-size: 0.9em;
}

/* 基本情報 施設 */
.facility ul{
margin-bottom: 0em!important;
padding-left: 0em;
line-height: 0em;
	
}
.facility li{
list-style: none;
display: inline-block;
font-size:88%;
color:#fff;
background:#afafaf;
padding:2px 10px;
margin: 0 0.4em 0.6em 0;
}

.facility .yes{
background:#067665;
}

/* 公式リンク */
.official ul {
  margin: 0;
  padding: 0;
}
.official li {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 12px;
  font-size: 90%;
  font-weight: 600;
  color: #afafaf;
  border-radius: 6px;
  background: #fff;
  border: solid 2px #afafaf;
}
.official li:last-child {
  margin-right: 0; 
}
@media screen and (max-width: 768px) {
  .official li {
    padding: 2px 6px;
  }
}
.official li a {
  color: #fff;
}
.official .web {
  background: #82942B;
  color: #fff;
  border-color: #82942B;
}
.official .x{
	/*blue #00b0eb*/
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.official .twitter{
	/*blue #00b0eb*/
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.official .facebook {
  background: #2c5c96;
  color: #fff;
  border-color: #2c5c96;
}
.official .instagram {
  background: #f5256c;
  color: #fff;
  border-color: #f5256c;
}
.official .youtube {
	background: #DA1725;
  color: #fff;
  border-color: #DA1725;
}

/*GoogleMapボタンリンク*/
.gmap-wrap{
text-align:center;
margin:26px 0 18px;
padding:0;
}
a.gmap-btn {
color:#fff;
display: flex;
align-items: center;
width: 100%;
margin: 0 auto;
padding: 10px 20px;
border-radius:16px;
border:solid #c08828 2px;
background: #ff9f2e;
text-decoration: none;
transition: 0.3s;
}

a.gmap-btn .b-text {
display:block;
flex-grow: 1;
color: #fff!important;
font-weight: 700;
text-align: center;
position: relative;
padding-right: 15px;
font-size: 16px;
}

a.gmap-btn:hover {
background-color:#ffaa34;
}

@media (max-width: 1200px) {
a.gmap-btn .b-text {
font-size: 18px;
}
}

@media (max-width: 736px) {
a.gmap-btn .b-text {
font-size: 16px;
}
}

/*---------------------------------

フォームCSS

---------------------------------*/
/**フォーム基本**/
.formGroup {
  margin-top: 40px;
}

.form-input-area:not(:first-child) {
  margin-top: 1.5em;
}

.form-heading-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}

.form-gridtype {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}

.form-grid-column {
  width: 40%;
  gap: 1em;
}

.form-required {
  padding: 2px 6px 2px 4px;
  margin-left: 5px;
  color: #ea0000;
  border-color: #ea0000;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
  font-size: 14px;
}

.form-item-title {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.form-item-content {
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 0.5em;
}

.wpcf7-submit {
  text-align: center;
}

.form-solid{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:solid 1px #ccc;
	padding:1pc 20px 6px;
	margin:30px 0
}

/* Zipaddr-JP のメッセージ削除 */
#autozip{
	display: none!important;
}

@media screen and (max-width: 640px) {
  .form-gridtype {
    justify-content: stretch;
  }
  .form-heading-title {
    font-size: 16px;
  }
  .form-item-title {
    font-size: 14px;
  }
}
/**入力**/
input[type=text], input[type=tel], input[type=email], select, textarea {
  height: 50px;
  font-size: 16px;
}

textarea {
  height: 100px;
  font-family: "Arial";
}

select {
  width: 38%;
}

/** textarea placeholder調整 **/
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Arial";
}

textarea:-moz-placeholder {
  color: #ccc;
  font-family: "Arial";
}

textarea::-moz-placeholder {
  color: #ccc;
  font-family: "Arial";
}

textarea:-ms-input-placeholder {
  color: #ccc;
  font-family: "Arial";
}

@media screen and (max-width: 640px) {
  input[type=text], input[type=tel], input[type=email], select, textarea {
    width: 100%;
  }
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  outline: 0;
}

.wpcf7 input[type=email], .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 1pc;
  padding: 0.5em;
  border-radius: 0;
}

.wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 textarea:focus {
  border: 1px solid #ea5504;
}

.wpcf7-list-item-label {
  font-weight: 400;
}

/**エラー処理**/
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/**応募完了ページ**/
.form-finish-txtArea {
  margin: 20px 0 40px 0;
}

/**景品リスト**/
select.select-prize {
  width: 85%;
}

@media screen and (max-width: 640px) {
  select.select-prize {
    width: 100%;
  }
}

/*応募リンクボタン*/
.formlink-wrap{
text-align:center;
margin:26px 0 18px;
padding:0;
}
a.formlink-btn {
color:#fff;
display: flex;
align-items: center;
width: 100%;
margin: 0 auto;
padding: 10px 20px;
border-radius:16px;
border:solid #960000 2px;
background: #d33a41;
text-decoration: none;
transition: 0.3s;
}
a.formlink-btn:hover{
opacity:0.7;
}

a.formlink-btn .b-text {
display:block;
flex-grow: 1;
color: #fff!important;
font-weight: 700;
text-align: center;
position: relative;
padding-right: 15px;
font-size: 16px;
}

a.formlink-btn:hover{
opacity:0.7;
}

@media (max-width: 1200px) {
a.formlink-btn .b-text {
font-size: 18px;
}
}

@media (max-width: 736px) {
a.formlink-btn .b-text {
font-size: 16px;
}
}

/*ページリンクボタン*/
.pagelink-wrap{
text-align:center;
margin:26px 0 18px;
padding:0;
}
a.pagelink-btn {
color:#fff;
display: flex;
align-items: center;
width: 100%;
margin: 0 auto;
padding: 10px 20px;
border-radius:16px;
border:solid #025c4e 2px;
background: #067665;
text-decoration: none;
transition: 0.3s;
}

a.pagelink-btn .b-text {
display:block;
flex-grow: 1;
color: #fff;
font-weight: 700;
text-align: center;
position: relative;
padding-right: 15px;
font-size: 16px;
}

a.pagelink-btn:hover {
background-color:#078674;
}

@media (max-width: 1200px) {
a.pagelink-btn .b-text {
font-size: 18px;
}
}

@media (max-width: 736px) {
a.pagelink-btn .b-text {
font-size: 16px;
}
}

/*ヘッダーロゴの右*/

/*snsアイコン2023.08.22追記*/
.pc-menu_sns ul {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto !important;
}
.pc-menu_sns ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.pc-menu_sns ul li img {
  height: 38px;
}
.pc-menu_sns ul li .sns-img-x {
  padding: 3px;
}
.pc-menu_sns ul li .sns-img-ig {
  padding: 1px;
}

.hearder-widget{
padding:10px 0px;
}

/*ヘッダーロゴの右SNSアイコン（旧）
.share-btn {
display: inline-block;
text-decoration: none;
width: 36px;
margin: 2px 8px;
height: 36px;
line-height: 36px;
font-size: 18px;
color: #fff!important;
border-radius: 18px;
text-align: center;
}
.share-btn .fa {
line-height: 32px;
}
.share-btn.fb {
background: #3b5998;
padding:0px;
}

.share-btn.tw {
background: #00acee;
padding:0 0 0 2px;
}

.share-btn.ig {
background: #e8276b;
padding:0px;
}
*/

/*タブウィジェットライン*/
.widget ul.d_tab_nav li.d_tab_active a {
background-color: #fff;
box-shadow: none;
color: #012332;
border-top: 4px solid #067665;
}

/*もっと見るボタン（タブウィジェットライン）*/
.more-wrap{
margin:20px 0 0;
padding:0;
}
a.more-btn {
display: flex;
align-items: center;
width: 100%;
margin: 0 auto;
padding: 10px 20px;
border: 1px solid #067665;
border-radius:10px;
background: #fff;
text-decoration: none;
transition: 0.3s;
}
a.more-btn:hover {
background-color: #edf5f4;
}
a.more-btn .b-text {
display: block;
flex-grow: 1;
color: #067665;
font-weight: 700;
text-align: center;
position: relative;
padding-right: 15px;
font-size: 16px;
}
a.more-btn .b-text::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
transform: rotate(45deg);
border-top: 3px solid #067665;
border-right: 3px solid #067665;
box-sizing: border-box;
width: 14px;
height: 14px;
transition: 0.3s;
}
@media (max-width: 1200px) {
a.more-btn .b-text {
font-size: 18px;
padding-right: 20px;
}
a.more-btn .b-text::after {
width: 12px;
height: 12px;
}
}
@media (max-width: 736px) {
a.more-btn .b-text {
font-size: 14px;
padding-right: 20px;
}
a.more-btn .b-text::after {
width: 10px;
height: 10px;
}
}

/**YouTube埋め込みレスポンシブ**/
.youtube-wrap {
position: relative;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: 0;
overflow: hidden;
}
.youtube-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
 height: 100%;
}

/**放送後記プロフィール**/
.program-profile{
text-align: center;
}

.program-profile img {
border-radius: 50%;
width:  150px;
height: 150px;
margin: 0 0 0 0;
border:solid #efefef 1px;
}

/**レポータープロフィール（2023～）**/
.reporter-img{
text-align: center;
}

.reporter-img img{
margin: 0 0 0 0;
}

.reporter-name{
font-size: 1.1em;
background: linear-gradient(transparent 75%, #ddebc6 25%);
}

@media screen and (max-width: 768px){
.reporter-img img {
width: 180px;
height: auto;
}
}

@media screen and (max-width: 480px){
.reporter-img img {
width: 100%;
height: auto;
}

.reporter-img.reporter-square img {
width: 70%;
height: auto;
}
}


/**基礎知識スケジュール**/
.sc-row{
margin:0px 0px 20px;
}

.sc-row:last-child{
margin:0px 0px 0px;
}

.sc-time{
text-align:right;
font-weight:700;
padding:0px 50px 0px 0px;
font-size:140%;
}

.sc-todo {
border-left:solid 1px #ccc;
padding:0px 0px 0px 50px;
}

.sc-todo li{
padding:0px 0px 10px;
border-bottom:dotted 1px #ccc;
}

.sc-todo li:last-child{
border-bottom:none;
}

@media (max-width: 736px) {
.sc-row{
margin:0px 0px 0px;
}

.sc-time{
text-align:center;
font-size:120%;
padding:10px 0px 0px 0px;
}
	
.sc-todo {
border-top:solid 1px #ccc;
border-left:solid 0px #FFF;
padding:10px 0px 0px 0px;
font-size:90%;
}
	
}

/**プレゼント名様**/
.present-people{
margin-top:-24px;
margin-bottom:12px;
}
.present-people .num{
color:#fff;
padding:4px 14px;
border-radius:10px;
background:#ff6633;
}

/*使用目次*/
/* 親階層・子階層ともリストマーカーにnoneを指定 */
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
content: none;
}
#ez-toc-container {
    margin: 30px 0 0;
    padding: 1em 2em 1em 2em;
	border: none;
	font-size: 90%;
}
#ez-toc-container ul li {
    line-height: 1.5;
    margin-bottom: 0.6em;
}
#ez-toc-container li {
    padding: 6px 0;
    border-bottom: solid 1px #cccccc;
	margin: 0;
}
#ez-toc-container a{
	color: #000;
}
.ez-toc-title, .ez-toc-title-toggle{
    vertical-align: top;
	padding: 0.5em 0px 2.0em;
}
.ez-toc-title::before {
    font-family: "Font Awesome 6 Free";
    content: '\f15c';
    font-size: 15px;
    font-weight: 400;
    margin-right: 4px;
}

/*ウィジェット見出し*/
#main .widget .wrap-post-title, .maintop-widget .wrap-post-title{
border-left: 10px solid #067665
}

/*スマホ時に1カラムにする*/
@media screen and (max-width: 599px){
#sidebar .sc_article.grid>a, .sc_article.grid>a {
    width: 100%;
    margin: 6px;
}
}

/*サイドバーウィジェット---検索メニュー*/
/*検索ボタン*/
#diver_widget_search-6 .search-widget .search-widget__submit {
  background-color: #067665;
  border-radius: 20px;
  margin-top: 15px;
}

/* 検索セレクトボックス 矢印調整 */
.search-widget__select:before{
	top: 1.4em;
}

/*サイドバーウィジェット---スマホ時にバナー以外非表示*/
@media screen and (max-width: 959px) {
#diver_widget_search-6 {
    display: none;
  }
#custom_html-24 {
    display: none;
  }
#custom_html-34 {
    display: none;
  }
#tag_cloud-5 {
    display: none;
  }
}

/*サイドバーウィジェット---スマホ時バナー*/
@media screen and (max-width: 959px) {
  #sidebar {
    padding: 10px;
  }
  #sidebar .sidebar_content {
    margin-bottom: -10px;
    padding: 0;
  }
  #sidebar .sidebar_content #custom_html-23 {
    background: #F7F4EF !important;
    border: none !important;
  }
}

/**kugiri**/
.kugiri {
    margin: 32px 0px;
    border-color: #ccc;
    border-top-width: 1px;
    border-top-style: solid;
}

.kugiri_widget {
    margin: 10px 0px;
    border-color: #dfdfdf;
    border-top-width: 1px;
    border-top-style: solid;
}

/*都道府県から探す サイドバーウィジェットの区切り*/
#sidebar .widget .side-prefectures li{
border: none;
margin-bottom: 8px;
}
#sidebar .widget .side-prefectures a{
	margin: 0;
	padding: 0;
}
#sidebar .widget .side-prefectures li:nth-child(odd){
margin-right: 10px;
}
#sidebar .widget .side-prefectures img{
	border: 1px solid #d2d2d2;
	border-radius: 8px;
}
.side-prefectures{
    display: flex;
	flex-wrap: wrap;
}
.side-prefectures li{
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: calc(50% - 10px / 2);
}
.side-prefectures a{
	width: 100%;
	height: 100%;
}
.side-prefectures a:hover{
	opacity: 0.7;
}
.side-prefectures img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:959px){
#sidebar .widget .side-prefectures li{
margin: 0 6px 6px 0;
}
#sidebar .widget .side-prefectures li:nth-child(3n){
margin-right: 0px;
}
.side-prefectures li{
	width: calc(33.333333% - 20px / 3);
}
}
@media screen and (max-width:480px){
#sidebar .widget .side-prefectures li{
margin: 0 0 10px 0
}
#sidebar .widget .side-prefectures li:nth-child(odd){
margin-right: 10px;
}
.side-prefectures li{
	width: calc(50% - 10px / 2);
}
}

/*サイドバージャンルから探す*/
/*サイドバーウィジェットの区切り*/
#sidebar .widget .side-genre li{
border: 1px solid #000;
margin: 0 10px 8px 0;
border-radius: 8px;
}
#sidebar .widget .side-genre li:nth-child(3n){
margin-right: 0;
}
#sidebar .widget .side-genre a {
    padding: 0.8em 0.6em;
}
.side-genre{
    display: flex;
	flex-wrap: wrap;
}

.side-genre li{
	text-decoration: none;
	transition: all 0.3s ease 0s;
	background: #FFF;
	font-weight: bold;
	text-align: center;
	width: calc(33.333333% - 20px / 3)
}
.side-genre a{
	width: 100%;
	height: 100%;
}
.side-genre a:hover{
	opacity: 0.7;
}
.side-genre img{
	width: 70px;
	height: 70px;
}
.side-genre span{
	display: block;
	margin-top: 0.2em;
	font-size: 0.8em;
}
/*サイドバーウィジェットズレ調整*/
/*.sidebar_content{
	margin-top: 13px;
}
@media screen and (max-width:959px){
	.sidebar_content{
	margin-top: 0;
}*/
.side-genre span{
	font-size: 1em;
}
}
/*SNSボタン*/
.sns-btn a img:hover{
opacity: 0.7;
}

/*もっと見る*/
#main .widget .widget_post_more{
border-top: none;
}

#main .widget .widget_post_more a{
  margin: 20px;
    border: 1px solid #067665;
    border-radius: 10px;
    background: #fff;
	color: #067665;
	font-weight: bold;
}
#main .widget .widget_post_more a:hover {
background-color: #edf5f4;
}


/*===ハンバーガーメニュー内===*/
/*全体*/
.drawer-overlay.active {
  background: rgba(1, 35, 50, 0.7);
}

.drawer-nav .widget {
  padding: 10px 20px;
}

/*PSCCロゴ*/
.sp-menu_logo {
  padding-top: 20px;
}
.sp-menu_logo img {
  width: 40%;
}
#custom_html-19{
	margin: 0;
}
/*メニュー項目*/
.sp-menu .toggle_contents {
  position: relative;
}
.sp-menu .toggle_contents .toggle_sub-title {
  position: relative;
  display: none;
}
.sp-menu .toggle_contents .toggle_sub-title ul {
  padding: 1rem;
}
.sp-menu .toggle_contents .toggle_sub-title ul li {
  border: none;
}
.sp-menu .toggle_contents .toggle_btn {
  position: absolute;
  top: 1.3rem;
  right: 0.2rem;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.sp-menu .toggle_contents .toggle_btn::before, .sp-menu .toggle_contents .toggle_btn::after {
  display: block;
  content: "";
  background-color: #067665;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp-menu .toggle_contents .toggle_btn::before {
  width: 2px;
  height: 10px;
}
.sp-menu .toggle_contents .toggle_btn.selected::before {
  content: normal;
}
.sp-menu .toggle_contents p {
  display: inline-block;
  margin: 0;
}
.sp-menu .toggle_contents ul {
  list-style: none;
  padding: 0;
}

/*見出し
#nav_menu-3 .drawer_content_title {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}*/

/*メニュー項目
#menu-sp_drawerbig_footer-1 li {
  border-bottom: solid 1.5px #067665;
}*/

/*snsアイコン*/
.sp-menu_sns ul {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto !important;
}
.sp-menu_sns ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.sp-menu_sns ul li img {
  height: 38px;
}
.sp-menu_sns ul li .sns-img-x {
  padding: 3px;
}
.sp-menu_sns ul li .sns-img-ig {
  padding: 1px;
}

/*===サーチメニュー内===*/
/*全体*/
#header_search.lity-hidden {
  padding: 0 5px;
}

.lity.lity-opened.lity-inline {
  background: rgba(1, 35, 50, 0.7);
}
.lity.lity-opened.lity-inline .lity-wrap .lity-container .lity-content::after {
  box-shadow: none;
}

/*見出し*/
#diver_widget_search-5 .searchbox_content_title, #custom_html-22 .searchbox_content_title, #custom_html-35 .searchbox_content_title, #tag_cloud-6 .searchbox_content_title{
    background-color: #fff;
    color: #012332;
    border-bottom: solid 1.5px #067665;
}

/*キーワード検索*/
#diver_widget_search-5 .search-widget {
 	padding: 10px;
}
#diver_widget_search-5 .search-widget .search-widget__col .search-widget__input {
	border: none;
	color: #012332;
 	background-color: #F7F4EF;
}
#diver_widget_search-5 .search-widget .search-widget__col .search-widget__select {
	border: none;
	background-color: #F7F4EF;
}
#diver_widget_search-5 .search-widget .search-widget__col .search-widget__select::before {
 	border-top: 6px solid #889AA2;
}
#diver_widget_search-5 .search-widget .search-widget__col .search-widget__select select {
    color: #012332;
}
#diver_widget_search-5 .search-widget .search-widget__col .search-widget__select select option {
 	color: #012332;
}
#diver_widget_search-5 .search-widget .search-widget__submit {
  background-color: #067665;
  border-radius: 20px;
  margin-top: 15px;
}

/*特集*/
.special{
	padding: 5px 10px;
}
.special li{
	border-bottom: none!important;
}
.special li a{
padding: 0.6em 0em 0.6em 1.7em!important;
	position:relative;
	font-size:1em!important;
}
.special li a:before{
content: '';
display: block;
width: 1rem; 
height: 1rem;
background-image: url(https://nack5.biz/activeon/wp-content/uploads/h3-icon.svg);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top: 0.9rem;
left: 0;
}
@media screen and (max-width:959px){
	.special li a:before{
		top: 0.8rem;
	}
}

/*都道府県から検索*/
#sp-search .sp-prefectures {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px 0 5px;
}
#sp-search .sp-prefectures li {
  width: 50%;
  border: none;
}
#sp-search .sp-prefectures a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
}
#sp-search .sp-prefectures img {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  width: 100%;
}

/*===ページネーション===*/
.pagination span, .pagination a {
  border: solid 1.5px #067665;
}
.pagination .dots {
  border: none;
  color: #067665;
}

@media screen and (max-width: 768px) {
  .top-page .pagination {
    background: #fff;
    margin: 0;
    padding-bottom: 40px;
  }
}

/*===メインスライダー===*/
.firstview_custom.clearfix {
  position: relative;
}
.firstview_custom.clearfix .main-slider {
  max-width: 1200px;
  height: 600px;
  margin: 0 auto;
}
.firstview_custom.clearfix .main-slider .slider1 {
  width: 100%;
  height: 100%;
}
.firstview_custom.clearfix .main-slider .slider1 .swiper-slide-active img,
.firstview_custom.clearfix .main-slider .slider1 .swiper-slide-duplicate-active img,
.firstview_custom.clearfix .main-slider .slider1 .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.firstview_custom.clearfix .main-slider .slider1 .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}
.firstview_custom.clearfix .slider-logo {
  position: absolute;
  max-width: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.firstview_custom.clearfix .slider-logo img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 768px) {
  .firstview_custom.clearfix .main-slider {
    height: 420px;
  }
  .firstview_custom.clearfix .slider-logo {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .firstview_custom.clearfix .imgOnsen img {
    -o-object-position: top 0 left 10%;
       object-position: top 0 left 10%;
  }
  .firstview_custom.clearfix .imgBbq img {
    -o-object-position: top 0 left 30%;
       object-position: top 0 left 30%;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*===ピックアップスライダー===*/
#custom_html-17 {
  background: none;
  border: none;
  margin: 0 0 30px !important;
}
#custom_html-17 .textwidget.custom-html-widget {
  padding: 0;
  background: none;
}
#custom_html-17 .textwidget.custom-html-widget .wrap-post-title#title_pickup {
  background: none;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #custom_html-17 .textwidget.custom-html-widget .wrap-post-title#title_pickup {
    padding-top: 25px;
  }
}
#custom_html-17 .textwidget.custom-html-widget .slider2 {
  padding-top: 28px;
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-wrapper {
  margin-bottom: 40px;
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-wrapper .swiper-slide {
  background-color: #F7F4EF;
}
@media screen and (max-width: 768px) {
  #custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-wrapper h2 {
    margin-top: 0.4em;
  }
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-prev, #custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(1, 35, 50, 0.7);
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-prev::after, #custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-next::after {
  content: "";
  left: 20px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-prev {
  padding-left: 4px;
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-prev::after {
  transform: rotate(-135deg);
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-next {
  padding-right: 4px;
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-button-next::after {
  transform: rotate(45deg);
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background-color: #F7F4EF;
  border: solid 2px #012332;
}
#custom_html-17 .textwidget.custom-html-widget .slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #012332;
}
/*カテゴリータグ（スライダー）*/
.swiper-category-name {
  font-size: 1em !important;
  font-weight: normal !important;
  padding: 2px 8px !important;
}

@media screen and (max-width: 599px) {
  .swiper-category-name {
    font-size: 0.8em !important;
  }
}


/*===トップページのみに追加===*/
#main-wrap.top-page .wrap-post-title {
  text-align: center;
  border: none;
  background: none;
  font-size: 10px;
  padding: 40px 20px 0 20px;
  margin: 0;
}
#main-wrap.top-page .wrap-post-title span {
  font-size: 26px;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#main-wrap.top-page .wrap-post-title span:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  width: 16px;
  height: 2.5px;
  transform: translate(-50%);
  background-color: #067665;
}
#main-wrap.top-page .wrap-grid-post-box {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  #main-wrap.top-page {
    margin: 0;
  }
  #main-wrap.top-page #main {
    padding: 0 !important;
  }
  #main-wrap.top-page #main .wrap-post-title {
    background: #fff;
  }
  #main-wrap.top-page #main .wrap-grid-post-box {
    background: #fff;
	  margin: 0;
    padding: 28px 20px 10px;
  }
  #main-wrap.top-page #main .wrap-grid-post-box .grid_post-box {
    width: 100% !important;
    padding: 0 0 50px 0;
  }
  #main-wrap.top-page #main .wrap-grid-post-box .grid_post-box .post-box-contents {
    border: none;
    margin: 0;
    padding: 0 0 5px 0;
  }
}

/*===カテゴリータグ（全体）===*/
.grid_post_thumbnail .post-cat {
  top: 0;
  bottom: auto;
}

@media screen and (max-width: 599px) {
  .top-page .post-cat {
    font-size: 14px;
    padding: 2px 8px;
  }
}

/*===サムネイルサイズ調整===*/
.post_thumbnail_wrap.post-box-thumbnail__wrap{
	aspect-ratio: 3 / 2;
}

/*===パンくずリスト===*/
#main-wrap #breadcrumb{
	border: none;
	background-color: #f7f4ef;
}

/*===サポートクルー===*/
/*見出し*/
.content .supportcrew-headding{
	position: relative;
}
.content .supportcrew-headding div{
	position: absolute!important;
	bottom: -1rem;
	right: 0;
	margin-bottom: 0!important;
}
.content .supportcrew-headding div img{
	width: 120px;
	height: auto;
	margin: 0;
}
@media screen and (max-width:640px){
	.content .supportcrew-headding div{
		position: relative;
		bottom: 0;
		text-align: center;
		margin-bottom: 1rem;
	}
}

/*HOMEのリンクボタン*/
#custom_html-40{/*トップページ上部*/
    display: none;
	background: #f7f4ef;
	border: none;
}
#custom_html-39{/*サイドバー*/
    display: block;
	background: #f7f4ef!important;
	border: none!important;
}
@media screen and (max-width:959px){
    #custom_html-40{
        display: block;
    }
    #custom_html-39{
        display: none;
    }
}


/*===HOMEバナー===*/
/* 元のバナーエリア */
#main #custom_html-37 {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
	background-color: #f7f4ef;
}
#custom_html-37 .textwidget.custom-html-widget{
    display: flex;
	justify-content:space-between;
	padding: 0;
}
#custom_html-37 .textwidget.custom-html-widget div{
    width: 49%;
}
#custom_html-37 .textwidget.custom-html-widget img{
	border:1px solid #eee;
	margin: 0;
	width: 100%;
}
@media screen and (max-width:768px){
	  #main #custom_html-37 {
    padding: 20px;
		  background-color: #ffffff;
  }
    #custom_html-37 .textwidget.custom-html-widget{
        display: block;
    }
	#custom_html-37 .textwidget.custom-html-widget div{
    width: 100%;
}
		#custom_html-37 .textwidget.custom-html-widget div:first-child{
    padding-bottom: 10px;
}
}

/* slider3 */
#custom_html-37 .textwidget {
  background-color: #f7f4ef;
  padding: 0;
}

.slider3 .swiper-slide:nth-child(4n+1), .slider3 .swiper-slide:nth-child(4n+2) {
  background-color: #f7f4ef;
}
.slider3 .swiper-slide .slide-content div a img {
  width: 100%;
}
.slider3 .swiper-slide .nissan-slide_pc1 {
  display: flex;
  justify-content: space-between;
}
.slider3 .swiper-slide .nissan-slide_pc1 div {
  width: 49%;
}
.slider3 .swiper-slide .nissan-slide_pc2 {
  display: block;
}
.slider3 .swiper-slide .nissan-slide_sp1,
.slider3 .swiper-slide .nissan-slide_sp2 {
  display: none;
}

@media screen and (max-width: 768px) {
  #custom_html-37 .textwidget {
    padding: 0 20px;
  }
  .slider3 .swiper-slide .slide-content.nissan-slide_pc1,
  .slider3 .swiper-slide .slide-content.nissan-slide_pc2 {
    display: none;
  }
  .slider3 .swiper-slide .nissan-slide_sp1,
  .slider3 .swiper-slide .nissan-slide_sp2 {
    display: flex;
  }
}

/*　新カテゴリ リスト　*/
.list-indent{
	padding-left: 0em;
	margin-bottom: 0em;
	list-style: none;
}
.list-indent li{
	text-indent: -1em;
	padding-left: 1em;
}

/*リスナープレゼントtable*/
.listener-table{
  	width: 100%;
	border: none;
}
.listener-table th, .listener-table td{
	border: solid 1px #badbdb;
}
.listener-table th{
	background-color: #e0f1f1;
}

@media screen and (max-width:420px){
	.listener-table th, .listener-table td{
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.listener-table tr:last-child{
		border-bottom: solid 1px #badbdb;
	}
}

/*===ペット===*/
/* 吹き出し */
.fukidashi-right {
  width: 100%;
  margin: 1.5em 0;
  display: flex;
}
.fukidashi-right .says {
  margin: auto 0 auto 1.4rem;
}
.fukidashi-right .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffedc3;
}

.fukidashi-left {
  width: 100%;
  margin: 1.5em 0;
  display: flex;
  flex-direction: row-reverse;
}
.fukidashi-left .says {
  margin: auto 1.4rem auto 0;
}
.fukidashi-left .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #ffedc3;
}

.faceicon {
  width: 20%;
  min-width: 100px;
}
.faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: solid 3px #ffedc3;
}

.chatting {
  max-width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.says {
  display: inline-block;
  position: relative;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffedc3;
}
.says p {
  margin: 0 !important;
  padding: 0 !important;
}

/*241030 紅葉情報*/
.single-autumn-leaves__container  {
  text-align: center;
}
.single-autumn-leaves__container img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}

/* 250515 花火情報 */
.content .search-fireworks .btn-wrap {
  margin-bottom: 0.5rem;
}
.content .search-fireworks .btn-wrap a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  border-radius: 100vh;
  margin: 0 0.25rem 0.5rem 0;
}
.content .search-fireworks .btn-wrap .btn1 {
  color: #823a8d;
  background: #ede3f3;
  min-width: 70px;
}
.content .search-fireworks .btn-wrap .btn1:hover {
  color: #823a8d;
}
.content .search-fireworks .btn-wrap .btn1:first-child {
  min-width: 130px;
}
.content .search-fireworks .btn-wrap .btn2 {
  color: #823a8d;
  background: #eee;
  min-width: 160px;
}
.content .search-fireworks .btn-wrap .btn2:hover {
  color: #823a8d;
}

@media screen and (max-width: 768px) {
  .content .search-fireworks .btn-wrap {
    display: flex;
    overflow-x: scroll;
  }
}