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

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

/* H2見出しの疑似要素をリセット*/
.entry-content h2 > span::before {
    content: none;
}
/* カテゴリラベル*/
.cat-label {
    top: 5.5px;
    left: 6px;
    padding: 1px 10px;
    font-size: 10px;
    border: 0;
    border-radius: 1em;
}

/* アイキャッチ画像*/
.eye-catch {
    box-shadow:0px 0px 11px 10px rgba(0, 0, 0, 0.3);
}
/* 検索ボックス*/
.search-box {
    margin: 0 !important;
}
.search-edit{
	padding:0 !important;
}
/* メニュー枠線*/
#navi .navi-in > ul > li{
border-right: 1px solid #d3d3d3;
}
#navi .navi-in > ul > li:last-child{
border-right-width: 0;
}
.navi-in > ul > .menu-item-has-children > a::after{
right: 20px;
}
.item-label{
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.b-tbl th {
	background:gray;
	color:white;
}

.txt-right {
	text-align:right;
	
}
.txt-left {
	text-align:left;	
}
.txt-center {
	text-align:center;	
}

/* 選択禁止 */
.no-copy-wrap .tablepress {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* 右クリック禁止 */
.no-copy-wrap .tablepress {
  -webkit-touch-callout: none; /* iOS用 */
  pointer-events: auto;
}

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

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

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


/* ========================================
   Palworld 拠点記事 リメイクCSS
   ======================================== */

.pw-base-card {
  margin: 35px 0;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.06);
}

.pw-base-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
}

.pw-base-body {
  padding: 22px;
}

.pw-base-title {
  margin: 0 0 15px !important;
  padding: 0 !important;
  font-size: 1.3rem !important;
  font-weight: 700;
  line-height: 1.5;
  border: none !important;
}

.pw-base-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 11px;
  border-radius: 20px;
  background: #e8f5e9;
  color: #256b3a;
  font-size: .8rem;
  font-weight: 700;
}

.pw-base-coordinate {
  margin: 18px 0;
  padding: 16px;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.pw-coordinate-label {
  display: block;
  margin-bottom: 8px;
  font-size: .85rem;
  font-weight: 700;
  color: #64748b;
}

.pw-coordinate-value {
  display: block;
  font-family: Consolas, monospace;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
  overflow-wrap: anywhere;
}

.pw-base-section {
  margin: 22px 0 0;
}

.pw-base-section h4 {
  margin: 0 0 10px;
  padding: 8px 12px;
  border-left: 4px solid #4caf50;
  background: #f8fafc;
  font-size: 1rem;
  font-weight: 700;
}

.pw-base-section ul {
  margin: 0;
  padding-left: 1.4em;
}

.pw-base-section li {
  margin: 7px 0;
  line-height: 1.8;
}

.pw-base-note {
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 8px;
  background: #fff8e1;
  color: #6b4e00;
  font-size: .9rem;
  line-height: 1.7;
}

.pw-base-index {
  margin: 25px 0;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.pw-base-index h3 {
  margin-top: 0 !important;
}

.pw-base-index ul {
  margin-bottom: 0;
}

.pw-base-index a {
  font-weight: 600;
}

.pw-base-table-wrap {
  overflow-x: auto;
  margin: 25px 0;
}

.pw-base-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
}

.pw-base-table th,
.pw-base-table td {
  padding: 12px 10px;
  border: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: middle;
}

.pw-base-table th {
  background: #f1f5f9;
  font-weight: 700;
}

.pw-base-table td {
  background: #fff;
}

.pw-base-table .pw-coord {
  white-space: nowrap;
  font-family: Consolas, monospace;
  font-size: .9rem;
}

.pw-base-intro {
  margin: 25px 0;
  padding: 20px;
  border-radius: 12px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.pw-base-intro p:last-child {
  margin-bottom: 0;
}

.pw-base-image-caption {
  margin-top: 8px;
  color: #64748b;
  font-size: .8rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .pw-base-body {
    padding: 16px;
  }

  .pw-base-title {
    font-size: 1.15rem !important;
  }

  .pw-coordinate-value {
    font-size: .95rem;
  }

  .pw-base-card {
    margin: 25px 0;
  }
}
