@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* TOPページ */
.kisekimap-message {
  background-color: #FAFAF5;
  border-top: 5px solid #90AFC5;
  padding: 2rem;
  font-size: 1.1rem;
  line-height: 1.9;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.kisekimap-message h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3F5E8C;
  margin-bottom: 2rem;
}
.kisekimap-message p {
  margin-bottom: 1.5rem;
}
.kisekimap-message strong {
  color: #3F5E8C;
  font-weight: bold;
}
/* お問い合わせ */
/* Contact Form 7 お問い合わせフォームの全体スタイル */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Helvetica Neue', 'YuGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* ラベルと必須マーク */
.wpcf7 form label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
.wpcf7 form .required {
  color: #d9534f;
  font-size: 0.9em;
  margin-left: 5px;
}

/* 各入力フォーム */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 16px;
}

/* テキストエリア */
.wpcf7-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* 送信ボタン */
.submit-wrapper {
  text-align: center;
  margin-top: 24px;
}
.wpcf7-form input[type="submit"] {
  background-color: #90afc5;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #6c90b0;
}
/* 確認 */
/* === スマートフォン用 === */
.wpcf7 form {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  padding: 0 16px;
}

/* 各項目の余白と区切り線 */
.wpcf7 form p {
  margin-bottom: 16px;
  padding-bottom: 8px;
}

/* ラベル風の先頭行 */
.wpcf7 form p::first-line {
  font-weight: bold;
  color: #444;
}

/* テキストエリアの内容を自然に見せる */
.wpcf7 form p textarea {
/*   border: none;
  background: transparent; */
  resize: none;
}

/* ボタン配置 */
.wpcf7 form input[type="submit"],
.wpcf7 form input[type="button"] {
  background-color: #90afc5;
  color: #fff;
  font-size: 16px;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 8px;
  margin-top: 12px;
  transition: background-color 0.3s ease;
	width: 100%;
}

.wpcf7 form input[type="submit"]:hover,
.wpcf7 form input[type="button"]:hover {
  background-color: #6c90b0;
}

/* === PC向け（768px以上） === */
@media screen and (min-width: 768px) {
  .wpcf7 form {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }

  .wpcf7 form input[type="submit"],
  .wpcf7 form input[type="button"] {
    font-size: 17px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #6c90b0;
}
/* NGワード集 */
.ng-card {
  background: #fff;
  border-left: 5px solid #5c87cd;
  padding: 16px;
  margin: 20px 0 40px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ng-card h2 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0.5em;
}

.mc-comment {
  font-style: italic;
  color: #666;
  margin-bottom: 1em;
}

.ok-box {
  background: #ecf9f1;
  border-left: 4px solid #2ecc71;
  padding: 10px 12px;
  border-radius: 4px;
}

.ok-box p {
  margin: 0;
}

.ok-label {
  font-weight: bold;
  margin-bottom: 4px;
  color: #27ae60;
}
/* TOPページ　カード型スタイル */
.ng-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: center;
  margin-bottom: 3em;
}

.ng-card-link {
  text-decoration: none;
  color: inherit;
  flex: 1 1 calc(33.333% - 1em);
  max-width: 340px;
  display: block;
}

.ng-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  height: 100%;
}

.ng-card:hover {
  transform: scale(1.02);
}

.ng-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ng-card-body {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ng-card-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ng-card-text {
  font-size: 0.95em;
  color: #555;
  flex-grow: 1;
  margin-bottom: 1em;
}

.ng-card-button {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #90afc5;
  color: #fff;
  font-size: 0.9em;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ng-card-link {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
