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

/*必要ならばここにコードを書く*/
.footer-center {
	font-size: 14px;
	line-height: 20px;
}

.footer-mobile {
	font-size: 12px;
	line-height: 18px;
}
.content {
    margin-top: 0px;
}
.pagination-next-link {
  display: none;
}


.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px solid;
    border-bottom-color: gray;
	 margin: 10px 4px;

}
.wp-block-latest-posts__post-title {
	color:black;
}

.gothic {
font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
} 
.mincho {
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
} 
/* グローバルナビメニュー */
.navi-menu-content{
	left: 0;
	right: auto;
	background-color: rgba(255,255,255,1.0);
	transform: translateX(-101%);
}
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	background-color: #ffffff;
	color: #6c6328;
}

.logo-menu-button.menu-button{
	background-color: #ffffff;
		color: #6c6328;
}
.custom-menu-caption.menu-caption {
    color: #6c6328;
	font-size: 11px;
}
.menu-icon {
    color: #6c6328;
}
/* ハンバーガーメニューの中身 */
.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	color: #6c6328;/*文字の色*/
	height: 3em;/*行の高さ*/
}
.grecaptcha-badge { visibility: hidden; }
/* リンク */
a {
  color: #000000;
  text-decoration: none;
	font-family: ' Noto Serif JP',' sans-serif';
}

.midashi-title {	
    margin-bottom: 30px;
}
.brkeitai{
	display:none;
}
#footer {
    margin-top: 0px;
}
/************************************
** フッターの色
************************************/
/*  .search-menu-button.menu-button, .mobile-footer-menu-buttons .navi-menu-button.menu-button {
    background-color: #06C052;
}*/
/*  ***********************************
** 文字の色
************************************/
/*太字で赤色*/
.bold-red {
  font-weight: bold;
  color: #e60033;
}

/*青色*/
.blue {
  color: #0095d9;
}

/*太字で青色*/
.bold-blue {
  font-weight: bold;
  color: #0095d9;
}

/*緑色*/
.green {
  color: #3eb370;
}

/*太字で緑色*/
.bold-green {
  font-weight: bold;
  color: #3eb370;
}

/*赤のアンダーライン*/
.red-under {
  border-bottom: 2px solid #F6E6EA;
}

/*マーカーの黄色のような色*/
.marker {
  background-color: #EDE6D8;
}

.marker-red {
  background-color: #F6E6EA;
}

.marker-blue {
  background-color: #a8dafb;
}

/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #EDE6D8 60%);
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffd0d1 60%);
}

.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}
/************************************
** 流れ文字（掲示板）
************************************/
div#notice-area {
  display: inline-block;
width: 100vw;
  white-space: nowrap;
overflow: hidden;
animation-name: flow;
animation-duration: 23s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes flow{
from{
text-indent: 100vw;
}

to{
text-indent: -150em;
}
}
#archive-title {
    display: none;
}
/* === 基本スタイル（モバイル優先） === */
.max-img {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.max-img.top-margin {
  margin-top: -2em;
}

.max-img.bottom-margin {
  margin-bottom: 0.4em;
}

.img-pc {
  display: none;
}

.img-sp {
  display: block;
}

.br-pc {
  display: none;
}

.br-sp {
  display: block;
}

.midashi-title {
  margin-bottom: 30px;
}

.midashi-title strong {
  font-size: 22px;
}

.btn-l {
  font-size: 22px;
}

/* === タブレット以上 === */
@media screen and (min-width: 751px) {
  .img-pc {
    display: block;
  }

  .img-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

/* === PC以上（1080px〜） === */
@media screen and (min-width: 1080px) {
  .max-img {
    width: calc(100% + 58px);
    margin-left: -29px;
  }

  .max-img.top-margin {
    margin-top: -1.0em;
  }

  .max-img.bottom-margin {
    margin-bottom: 0;
  }
}
/************************************
** コンタクトフォームカスタム
************************************/
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width:100%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}
/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd input[type="number"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd input[type="number"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd input[type="number"]::placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd input[type="number"]::placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}
.wpcf7-submit:disabled {
background-color: #999;
}
input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #ddc3c3;
  color: #333;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 5px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
	font-size: 18px;
}
  }

}