@charset "UTF-8";
/*
Theme Name: めぐみの里灯りテーマ
*/
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul, ol, li {
  list-style: none;
}
body {}
p {
  font-size: 14px;
  line-height: 2;
}
/* 基本設定： ページ全体 */
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
/* コンテンツD： 概要（画像＋テキスト：逆配置） */
.conD .container {
  padding-top: 2px;
}
.conD .text {
  padding: 20px;
}
.conD h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.conD p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.8;
}
.conD a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  box-shadow: 0 0 0 1px #888;
  border: solid 3px currentColor;
  border-radius: 6px;
  background-color: #BF6A7A;
  background-color: var(--accent-color);
  color: #fff;
  color: var(--text-bright-color);
  font-size: 14px;
  text-decoration: none;
}
.conD a:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
.conD .photo {
  min-height: 200px;
  background-image: url(img/life.jpg);
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .conD .container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .conD .photo {
    flex: 0 0 400px;
  }
  .conD .text {
    flex: 1;
    padding: 50px;
  }
}
.conI {
  background: #f9f4f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.conI .info {
  background: #fff;
  border-radius: 20px;
  color: #e87b0f;
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 6px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Kiwi Maru", serif;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.conI .info p {
  font-size: 18px;
  line-height: 2em;
}
.conI .info_in {
  border: 2px dashed #fbb03b;
  border-radius: 20px;
  padding: 20px;
}
.info_box {
  width: 90%;
  max-width: 800px;
  margin: 40px auto 0;
}
.info-t {
  display: block;
  text-align: center;
  width: auto;
  width: 90%;
  margin: 0 auto 20px;
  padding: 6px 30px;
  border-radius: 50px;
  background-color: #f7931e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: "Kiwi Maru", serif;
  font-family: "Zen Maru Gothic", sans-serif;
  border: 2px solid #f7931e;
}
.info-m {
  display: block;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
  padding: 6px 30px;
  border-radius: 50px;
  background-color: #96b566;
  background-color: #a2cd7f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: "Kiwi Maru", serif;
  font-family: "Zen Maru Gothic", sans-serif;
  border: 2px solid #96b566;
  border: 2px solid #a2cd7f;
}
@media print, screen and (min-width: 768px) {
  .conI {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .conI .info {
    padding: 20px;
    font-size: 26px;
    /*line-height: 2;*/
  }
  .conI .info_in {
    padding: 40px;
  }
  .conI .info p {
    font-size: 26px;
  }
  .info_box {
    display: flex;
    justify-content: space-around;
  }
  .info-t {
    font-size: 28px;
    width: 48%;
  }
  .info-m {
    font-size: 24px;
    width: 48%;
  }
}
/* フッター */
footer {
  background-color: #f9ca8c;
}
footer .container {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  footer .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .footA {
    flex: 0 0 40%;
  }
  .footB {
    flex: 0 0 60%;
  }
  .footC {
    flex: 0 0 100%;
  }
}
/* フッターA： サイト情報 */
.footA {
  margin-bottom: 30px;
}
.footA h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
}
.footA h2 span {
  font-size: 70%;
}
.footA p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4em;
  color: #534741;
}
.footA a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .footA h2 {
    font-size: 26px;
  }
}
/* フッターB： フッターメニュー */
.footB div {
  margin-bottom: 20px;
}
.footB h3 {
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: solid 1px currentColor;
  font-size: 14px;
}
.footB ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footB a {
  display: block;
  padding: 5px;
  color: inherit;
  font-size: 15px;
  text-decoration: none;
  color: #534741;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
.footB a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .footB {
    display: flex;
  }
  .footB div {
    flex: 1;
  }
  .footB div:not(:first-child) {
    margin-left: 40px;
  }
}
/* フッターC： コピーライト */
.footC {
  font-size: 12px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
/* フッターD： SNSメニュー */
.footD {
  margin-top: 20px;
}
.footD ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footD a {
  display: block;
  margin-right: 8px;
  padding: 0;
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  border: solid 1px currentColor;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
}
.footD a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* ヘッダー */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  /*background-color: rgba(255,255,255,0.9);*/
}
.nohero header {
  position: static;
  border-bottom: solid 1px #ddd;
  border-bottom: solid 1px var(--gray-color);
}
/* ヘッダーA: サイト名 */
.headA {
  /*display: inline-block;*/
  /*line-height: 70px;*/
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  width: 150px;
  height: auto;
}
/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  background-image: url("img/main_back.gif");
}
.headB a {
  display: block;
  padding: 15px 20px;
  color: #534741;
  font-size: 15px;
  text-decoration: none;
  font-family: "Kiwi Maru", serif;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  text-align: center;
}
.headB a span {
  font-size: 12px;
  color: #f7931e;
}
.headB a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .headA {
    width: 250px;
    padding: 20px 20px;
  }
  .headB ul {
    display: flex;
    background-color: transparent;
  }
  .headB a {
    font-size: 18px;
  }
  .headB a span {
    font-size: 16px;
  }
}
/* ヘッダーC： トグルボタン */
@media (max-width: 767px) {
  /* 小さい画面用の設定 */
  header .container-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headC {
    margin-right: 10px;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    opacity: 0.8;
    cursor: pointer;
    color: #534741;
  }
  .headC:hover {
    opacity: 0.3;
  }
  .headB {
    display: none;
  }
}
@media (min-width: 768px) {
  /* 大きい画面用の設定 */
  .headC {
    display: none;
  }
  .headB {
    display: block !important;
  }
}
/* コンテンツページ: パンくずリスト */
.bread ol {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bread a {
  display: block;
  padding: 5px;
  color: inherit;
  font-size: 0.875rem;
  text-decoration: none;
}
.bread a::after {
  margin-left: 10px;
  content: '\f054';
  font-family: 'FontAwesome';
  opacity: 0.3;
}
.bread a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* アバウトページ： 画像と沿革 */
.history {
  background-color: #5D9AB2;
  background-color: var(--main-color);
  color: #fff;
  color: var(--text-bright-color);
}
.history .text {
  padding: 20px;
}
.history h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.history .photo {
  min-height: 300px;
  background-image: url(img/plant.jpg);
  background-position: center;
  background-size: cover;
}
.history table {
  border-collapse: collapse;
  border-top: solid 1px #ddd;
  border-top: solid 1px var(--gray-color);
  font-size: 0.875rem;
}
.history th, .history td {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: solid 1px #ddd;
  border-bottom: solid 1px var(--gray-color);
}
.history th {
  padding-right: 1rem;
  text-align: left;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .history .container {
    display: flex;
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  .history .photo {
    flex: 3;
  }
  .history .text {
    flex: 2;
    padding: 50px;
  }
}
/* お問い合わせページ: 問い合わせ先 */
.contact {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: solid 1px #ddd;
  border: solid 1px var(--gray-color);
  text-align: center;
}
.contact span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2.2rem;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: #5D9AB2;
  background-color: var(--main-color);
  color: #fff;
  color: var(--icon-color);
}
.contact h2 {
  margin-top: 0;
  font-size: 1.2rem;
}
.contact a {
  font-size: 1.4rem;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contact-wrap {
    display: flex;
  }
  .contact {
    flex: 1;
  }
  .contact:first-child {
    margin-right: 20px;
  }
}
/* お問い合わせページ： 地図 */
.location iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}
.location h2 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #5D9AB2;
  background-color: var(--main-color);
  color: #fff;
  color: var(--text-bright-color);
  font-size: 1.5rem;
  text-align: center;
}
/* 記事一覧A */
.listA h1 {
  text-align: center;
}
.listA .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  max-width: var(--large-width);
  margin: 30px auto;
}
.listA article {
  flex: 1 1 300px;
  display: flex;
}
.listA a {
  flex: 1;
  margin: 10px;
  display: block;
  border: solid 1px #ddd;
  border: solid 1px var(--gray-color);
  color: inherit;
  text-decoration: none;
}
.listA a:hover {
  opacity: 0.8;
}
.listA .photo {
  min-height: 150px;
  background-position: center;
  background-size: cover;
}
.listA .text {
  margin: 10px;
}
.listA h2 {
  font-size: 18px;
}
.listA p {
  font-size: 14px;
  opacity: 0.8;
}
/* 記事一覧B */
.listB h1 {
  text-align: center;
}
.listB .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  max-width: var(--large-width);
  margin: 30px auto;
}
.listB article {
  flex: 1 1 384px;
  display: flex;
}
.listB a {
  flex: 1;
  margin: 10px;
  display: flex;
  border: solid 1px #ddd;
  border: solid 1px var(--gray-color);
  color: inherit;
  text-decoration: none;
}
.listB a:hover {
  opacity: 0.8;
}
.listB .photo {
  flex: 2;
  min-height: 0;
  background-position: center;
  background-size: cover;
}
.listB .text {
  flex: 3;
  margin: 10px;
}
.listB h2 {
  font-size: 18px;
}
.listB p {
  font-size: 14px;
  opacity: 0.8;
}
@media (max-width: 384px) {
  .listB .photo {
    flex: 1;
  }
  .listB p {
    display: none;
  }
}
/* 記事一覧C */
.listC h1 {
  text-align: center;
}
.listC .container {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin: 2px auto;
}
.listC article {
  flex: 1 1 250px;
  display: flex;
}
.listC a {
  position: relative;
  flex: 1;
  margin: 2px;
  display: block;
  border: solid 1px #ddd;
  border: solid 1px var(--gray-color);
  background-color: currentColor;
  color: inherit;
  text-decoration: none;
}
.listC a:hover {
  opacity: 0.8;
}
.listC .photo {
  min-height: 250px;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}
.listC .text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  color: #fff;
  color: var(--text-bright-color);
}
.listC h2 {
  margin: 0;
  font-size: 18px;
}
.listC p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
}
@media (min-width: 1000px) {
  .listC article {
    flex: 1 1 25%;
  }
}
a.btn {
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto 20px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f7931e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: "Kiwi Maru", serif;
  border: 2px solid #f7931e;
  font-size: 16px;
  font-weight: 500;
}
a.btn:hover {
  border: 2px solid #f7931e;
  background: #fff;
  color: #f7931e;
}
@media print, screen and (min-width: 768px) {
  a.btn {
    width: auto;
    max-width: 500px;
    font-size: 22px;
  }
}
.pc {
  display: none;
}
.pc_inline {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .pc_inline {
    display: inline-block;
  }
  .sm {
    display: none;
  }
}
.s-btn {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .s-btn {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 1000;
    color: #fff;
    background: #f7931e;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 10px;
  }
}
.s-navi a {
  color: #fff;
  background: #f7931e;
}
@media print, screen and (min-width: 768px) {
  .s-navi {
    display: none;
  }
}