@charset "utf-8";
/* CSS Document */
/*PCから記述*/

/* 地域活動協議会色振り分け */
:root {
  --chikatsu-color-1: red;
  --chikatsu-color-3: ;
  --chikatsu-color-4: ;
  --chikatsu-color-5: ;
  --chikatsu-color-6: ;
  --chikatsu-color-7: ;
  --chikatsu-color-8: ;
  --chikatsu-color-9: ;
  --chikatsu-color-10: ;
  --chikatsu-color-11: ;
}

.bg-stripe {
  background-image: repeating-linear-gradient(45deg, #f99eb3 0, #f99eb3 0.7000000000000001px, #ffffff 0, #ffffff 50%);
  background-size: 7px 7px;
}

.main_catch {
  border: 5px solid #f99eb3;
  border-radius: 10px;
  width: 60%;
  margin: 100px auto;
  padding-bottom: 20px;
}

.h_actiontext {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  padding: 30px;
  line-height: 2;
}

.h_subtext {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 30px 30px 30px;
}

.jumbotron .jumbotron_item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: content-box;
  width: 100%;
  height: 70vh;
}


/*共 通*/
.top_h2 {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 5px solid #FEDD74;
  margin-bottom: 30px;
  margin-top: 30px;
}

.container {
  max-width: 1140px;
  width: 90%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto
}

/*======お知らせ======*/
/***カード型デザイン***/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  background-color: #fff;
  margin-bottom: 2rem;
}

.news {
  padding: 1rem;
  border: 0.5px solid #ddd;
  box-shadow: 0 0 5px #ddd;
}

.news a {
  text-decoration: none;
  display: inline-block
}

.news a:hover {
  opacity: 0.7
}

.news .news_pic {
  margin-bottom: 10px
}

.news .news_pic img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
  height: auto;
  max-width: 100%;
  display: block;
  width: 300px;
}

.news .news_pic a {
  width: 100%;
}

.news .news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0
}

.news .news_meta ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news .news_meta ul li {
  padding-right: 10px
}

.news .news_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #0293AD;
  border: 1px solid #0293AD;
  text-decoration: none
}

.news .news_time {
  margin-left: 5px;
  font-size: 12px
}

/*=====お知らせ一覧へのボタン設定======*/
.sec_btn {
  max-width: 350px;
  margin: 30px auto
}

.btn-default {
  background-color: #FEDD74;
  position: relative;
  font-weight: bold;
}

.btn {
  border-radius: 0.5rem;
  display: block;
  padding: 20px 50px;
  cursor: pointer;
  font-size: 16px;
  color: #120F11;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.btn-default:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

.city-all .btn-default:before {
  transform: rotate(135deg);
}

.btn-default:hover {
  background: #E1FBB6;
}

/*=====Facebook ＆カレンダー======*/
.h_schedule {
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
}

/*=====情報マップ======*/
.h_map {
  padding-bottom: 30px;
}

/*地域マップ*/
.h_area {
  background-color: #f1f5ea;
  padding: 30px 20px 60px;
}

.h_areabox_small {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h_areabox_small img {
  width: 50%;
}

.h_arealistbox {
  flex: 1;
  margin-left: 2rem;
}

.h_areabox_small {
  text-align: center;
}

.h_arealist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  text-align: left;
}

.h_arealist li {
  flex: 0 0 32%;
  margin-bottom: 1rem;
}

.h_arealist i {
  margin-right: 1rem;
}

/*================
活動についてスライダーのためのcss
===================*/
.h_slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 50%;
  flex: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
}

/* .h_slider p {
  padding-top: 30px;
  text-align: center;
} */

.h_slider img {
  width: -webkit-fill-available;
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
  text-align: center;
}

/*基本情報*/
/*まちセン基本情報*/
.h_overviewbox {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  gap: 50px; /* 追加*/
}

.h_overview iframe {
  flex: 0 0 50%;
  display: block;
  margin: 0 auto;
  width: 100%;
}

  /* sns */

  #facebook{
    cursor: pointer;
  }

  .sns-link-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .sns-link{
    display: block;
    width: 70%;
    min-width: 240px;
    margin: 0.8rem auto;
    text-align: center;
    border-radius: 10px;
    line-height: 2;
    padding: 0.4rem;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    max-width: 200px;
  }

  .sns-link.instagram{
    background-color: #CF2E92;
  }

  .sns-link.calendar{
    background-color: #f99eb3;
  }

  .sns-link.facebook{
    background-color: rgb(60, 90, 153);
  }

  .sns-link i{
    margin-left: 0.5rem;
    font-size: 1.5rem;
    vertical-align: middle
  }

.h_overviewbox video {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.h_overview {
  padding: 20px 20px 30px;
}

.h_overview table {
  border-collapse: separate;
  border-spacing: 5px 25px;
}

.h_overviewbox table {
  flex: 50%;
  margin: 0 auto;
}

.h_overviewbox .h_overviewbox th {
  width: 30%;
}

th span {
  background-color: #f99eb3;
  border-radius: 10px;
  padding: 0.2rem 0.5rem;
  letter-spacing: 0.2rem
}

td {
  line-height: 2;
}

.pagetop {
  background: #f1f5ea;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 15px 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1
}

/*===================
	記事詳細 singleページ
====================*/
.single_wrap {
  width: 80%;
  margin: 0 auto;
}

.article header {
  background-color: white;
  padding-bottom: 0;
}

.article .article_title {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.article .article_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article .article_meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article .article_meta ul li {
  padding-right: 10px
}

.article .article_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #0293AD;
  border: 1px solid #0293AD;
  text-decoration: none
}

.article .article_meta time {
  margin-left: auto;
  font-size: 14px
}

.article .article_pic img {
  max-width: 100%;
  height: auto
}

.article_body {
  border: 0.5px solid #ddd;
  padding: 1rem;
}

.article_body .news_pic {
  text-align: center;
}

.postLinks {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex
}

.postLink {
  width: 50%;
  padding: 15px 0;
}

.postLink a {
  text-decoration: none;
  font-size: 14px
}

.postLink-prev i,
.postLink-prev svg {
  margin-right: 10px
}

.postLink-next {
  text-align: right
}

.postLink-next i,
.postLink-next svg {
  margin-left: 10px
}

/*===================
	お知らせ一覧archive
====================*/
.news_h2 {
  margin: 0 auto 4rem;
  white-space: nowrap;
  text-align: center;
  border-bottom: dotted 7px #FEDD74;
  width: 200px;
  padding-top: 4rem;
}

.news .news_title {
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.2;
  width: 100%;
}

.news .news_desc p {
  font-size: 13px;
  margin-bottom: 5px
}

.l_main .news_desc p {
  margin: 0;
}

.pulldown select {
  color: #000;
  border-radius: 2em;
}

.pulldown select::after {
  background-color: #fff;
  color: black;
}

.archive_h3 {
  font-size: 14px;
  font-weight: normal;
  margin-right: 1rem;
}

/*=======================
		リンク集
========================*/
.l_main {
  padding: 2rem;
}

.l_main h2 {
  font-size: 30px;
  white-space: nowrap;
  text-align: center;
  margin: 2rem auto;
  border-bottom: dotted 7px #FEDD74;
  width: 240px;
  /* 線の長さ */
}

.l_main p {
  color: #120F11;
  margin-top: 3rem;
  /* margin-bottom: 3rem; */
}

.l_main a {
  color: #120F11;

}

.l_main .l_catch {
  display: flex;
  align-items: center;
  /* 垂直中心 */
}

.l_main span {
  color: #FEDD74;
}

.l_catch h3 span {
  font-size: 16px;
  font-weight: normal;
  color: #120F11;
}


.l_catch:after {
  border-top: 10px solid #FEDD74;
  border-radius: 20px;
  content: "";
  width: 90rem;
  /* 線の長さ */
}

.l_catch:after {
  margin-left: 1rem;
  /* 文字の左隣 */
}

.l_contents h3 {
  font-size: 24px;
  white-space: nowrap;
}

.l_contents p {
  word-wrap: break-word;
}

.l_contents {
  padding: 4rem;
  background-color: #fff;
  margin-bottom: 4rem;
  box-shadow: 0 0 5px #ddd;
}

/*お問い合わせ*/
.contact_p {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 18px;
}

.form .form_row {
  border: 3px solid #f99eb3;
  background-color: #fff;
  border-radius: 15px;
  padding: 0.5rem 2rem;
  margin-bottom: 30px;
}

.form .form_row input {
  max-width: 800px;
  line-height: 2.5;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
  font-size: 10px;
}

.radio-inline__label {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-top: 10px;
  margin-right: 18px;
  margin-bottom: 10px;
  border-radius: 20px;
  transition: all .2s;
  background-color: #ddd;
}

/*追加部分*/
.form input[type=radio] {
  display: none;
}

.form .form_kubun .mwform-radio-field label {
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-right: 18px;
}

.form .form_kubun .mwform-radio-field label span {
  color: #000;
  margin-left: 0;
  padding: 0.5rem 2rem;
  border-radius: 20px;
  transition: all .2s;
  background-color: #ddd;
}

.form .form_kubun .mwform-radio-field label span:hover {
  cursor: pointer;
}

.form input[type=radio]:checked+span {
  background: #8ab1ff;
  color: #000;
  text-shadow: 0 0 1px rgb(0 0 0 / 70%);
}

span.form_any,
span.form_req {
  padding-left: 0.25rem;
  font-size: 14px;
}

span.form_any {
  color: #DD0000;
}

span.form_req {
  color: #DD0000;
}

/*追加部分終了*/
.radio-inline__input:checked+.radio-inline__label {
  background: #F0B69F;
  color: #000;
  text-shadow: 0 0 1px rgb(0 0 0 / 70%);
}

.radio-inline__input {
  display: none;
}

.comment_box textarea {
  width: 100%;
  height: 250px;
  line-height: 2.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
}

p.comment_box {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  display: inline-block;
  border-radius: 5%;
  font-size: 18pt;
  text-align: center;
  cursor: pointer;
  padding: 12px 72px;
  background: #fedd74;
  color: #000;
  line-height: 1em;
  opacity: 0.9;
  transition: .3s;
  outline: none;
  border: none;
}

.form_row-center {
  text-align: center;
}

/* =============
ダウンロード資料
================ */
/* img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
} */

.max_width_870 {
  max-width: 870px;
  margin: 0 auto;

}

.document_wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5rem;
  gap: 2%;
  margin-bottom: 2rem;
}

.document_wrap .document_item {
  padding: 0.3rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1025px) {
  .document_wrap .document_item {
    flex: 0 0 31%;
  }

}

.document_wrap .document_item img {
  display: block;
  margin: auto;
  padding: 1rem;
  width: 90%;
  max-width: 100%;
  max-height: 329px;
  overflow: hidden;
}

.document_wrap .document_item h3 {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  padding: .3rem 0 0 0;
}

.po-re {
  position: relative;
}

.document_wrap .document_item .re-ab {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}


.text-c {
  text-align: center;

}

.border-11 {
  border: 1px solid #222;
  background-color: #fff;
}

.border-1 {
  border: solid;
  border-top: 20px solid;
  border-radius: 10px;
  padding: 1.5rem 1.3rem;
  background-color: #fff;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.border-1 ul li:first-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}

.border-1 ul li:last-child {
  display: block;
  width: 60%;
  margin: 0.8rem auto;
  text-align: center;
  border-radius: 10px;
  line-height: 2;
  padding-bottom: 0;
}

.border-1 ul li {
  padding-bottom: 1rem;
}

.border-1 ul li a {
  display: block;
  width: 100%;
  color: inherit;
}

.document_wrap .document_item.two-box {
  width: 58.5%;
  min-width: 450px;
}

.document_wrap .document_item.two-box .title-active {
  text-align: center;
}

.chikatsu-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.chikatsu-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.region-address {
  width: 85%;
  margin: 0 auto;
}

.document_item .chikatsu-box .region-address {
  min-height: 120px;

}

.document_item .chikatsu-box .region-address li {
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  list-style: inside;
  display: list-item;
}

.chikatsu-item {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  min-height: 150px;
}

.document_wrap .document_item .title-active {
  font-weight: bold;
  /* text-align: justify; */
  font-size: 20px;
}

.document_wrap .document_item .active-hall {
  margin: 0;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.document_wrap .document_item .active-info {
  margin: 0;
  line-height: 1.5;
}

.document_wrap .document_item .active-info .calendar-container {
  text-decoration: underline;
}

.document_wrap .document_item .active-info .calendar-container .fa-regular.fa-calendar-check {
  padding-right: 0.5rem;
  color: #ff9437;
}

.document_wrap .document_item .active-btn {
  display: block;
  width: 70%;
  min-width: 155px;
  margin: 0.8rem auto;
  text-align: center;
  border-radius: 10px;
  line-height: 2;
  padding: 0.4rem;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
  max-width: 200px;
}

.document_wrap .document_item .active-btn.w30 {
  width: 30%;
}

.document_wrap .document_item .padd-0 {
  padding: 1rem 0 0 0;
  font-size: 14px;
}

.document_wrap .document_item .text-c a:hover {
  background-color: #E1FBB6;
}

.d_catch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* 垂直中心 */
}

.d_main span {
  color: #FEDD74;
}

.d_catch h3 {
  width: 10rem;
}

.d_catch h3 span {
  font-size: 16px;
  font-weight: normal;
  color: #120F11;
}


/* .d_catch:after {
  border-top: 10px solid #FEDD74;
  border-radius: 20px;
  content: "";
  width: 55rem;

}

.d_catch:after {
  margin-left: 1rem;
} */


/* 地域活動協議会色振り分け */
:root {
  --chikatsu-color-1: #8CEF7B;
  --chikatsu-color-2: #F4D3F0;
  --chikatsu-color-3: #F6FF8A;
  --chikatsu-color-4: #FC8193;
  --chikatsu-color-5: #FCD770;
  --chikatsu-color-6: #9DCFF4;
  --chikatsu-color-7: #BAF7D5;
  --chikatsu-color-8: #AFA4F4;
  /* --chikatsu-color-9: #CFDB00;
  --chikatsu-color-10: #EFA0AA;
  --chikatsu-color-11: #A394C6;
  --chikatsu-color-12: #BEDB8F;
  --chikatsu-color-13: #F1C279; */
  --chikatsu-color-14: #63F0F7;
}

.border-1.chikatsu-color-1 {
  border-color: var(--chikatsu-color-1);
}

.border-1.chikatsu-color-2 {
  border-color: var(--chikatsu-color-2);
}

.border-1.chikatsu-color-3 {
  border-color: var(--chikatsu-color-3);
}


.border-1.chikatsu-color-4 {
  border-color: var(--chikatsu-color-4);
}



.border-1.chikatsu-color-5 {
  border-color: var(--chikatsu-color-5);
}



.border-1.chikatsu-color-6 {
  border-color: var(--chikatsu-color-6);
}


.border-1.chikatsu-color-7 {
  border-color: var(--chikatsu-color-7);
}


.border-1.chikatsu-color-8 {
  border-color: var(--chikatsu-color-8);
}


.border-1.chikatsu-color-9 {
  border-color: var(--chikatsu-color-9);
}



.border-1.chikatsu-color-10 {
  border-color: var(--chikatsu-color-10);
}


.border-1.chikatsu-color-11 {
  border-color: var(--chikatsu-color-11);
}



.border-1.chikatsu-color-12 {
  border-color: var(--chikatsu-color-12);
}



.border-1.chikatsu-color-13 {
  border-color: var(--chikatsu-color-13);
}


.border-1.chikatsu-color-14 {
  border-color: var(--chikatsu-color-14);
}

.document_wrap .document_item .border-1 .active-btn {
  background-color: #f99eb3;
  /* background-color: #b2ccff;
  color: black; */
}

.document_wrap .document_item .border-1 .active-btn.line {
  background-color: #00B900;
  color: #fff;
}

.document_wrap .document_item .border-1 .active-btn.instagram {
  background-color: #CF2E92;
  color: #fff;
}

.document_wrap .document_item .border-1 .active-btn.facebook {
  background-color: rgb(60, 90, 153);
  color: #fff;
}

.common_box_A,
.common_box_B {
  background: #FEDD74;
  /* border-radius: 6px; */
  /* width: 240px; */
  padding: .8rem 1rem;
  color: inherit;
  display: inline-block;
}

.common_box_B {
  /* width: 160px; */
  font-size: .85rem;
}

@media screen and (max-width: 1024px) {
  .document_wrap {
    justify-content: space-between;
    gap: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .document_wrap .document_item {
    margin-bottom: 2rem;
    flex: 0 0 48%;
  }

  .border-1 {
    padding: 1.5rem .7rem;
  }

  .icon-container {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .common_box_B {
    /* width: 90%; */
    font-size: 1rem;
  }


}

.common_box_B i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: .8rem;
}

.warp_box {
  width: 100%;
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}

.warp_box .box_A,
.warp_box .box_B {
  padding: 2rem 0;
}

.warp_box .box_A img,
.warp_box .box_B img {
  display: block;
  margin: auto;
}

.warp_box .box_A {
  border: 1px solid #333;
}

.iframe-con {
  width: 340px;
  /* margin: 0 auto; */
}


/****タブレットデザイン768px以下*****/
@media only screen and (max-width:768px) {
  .main_catch {
    width: 80%;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  .postLink a {
    font-size: 14px
  }

  .col {
    flex: 0 0 50%;
    max-width: 45%;
  }

  .news .news_time {
    font-size: 12px
  }

  .news .news_desc p {
    font-size: 14px
  }

  .postLinks {
    margin-top: 20px
  }

  .postLink {
    padding: 0
  }

  .postLink a {
    font-size: 12px
  }

  .article .article_title {
    font-size: 18px
  }

  .article .article_meta ul li a {
    font-size: 14px
  }

  .article .article_meta time {
    font-size: 14px
  }

  .news .news_meta ul li a {
    font-size: 12px
  }

  .h_overviewbox {
    flex-direction: column;
  }

  .h_slider {
    width: 100%;
  }


  .sns-link-box{
    margin-bottom: 2rem;
  }

  .iframe-con {
    margin: 50px auto 0 auto;
    /* padding-left: 4rem; */
  }

  .h_overviewbox > iframe{
    flex: inherit;
    height: 300px;
  }

  .document_wrap {
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  .document_wrap .document_item,
  .document_wrap .document_item.two-box {
    min-width: auto;
    flex: 0 0 80%;
  }


  .h_overviewbox video {
    width: 80%;
  }

  .chikatsu-flex {

    flex-wrap: wrap;
    gap: 2rem;
  }



  .city-all {
    flex-direction: column;
  }

  .city-all a {
    margin-bottom: 1rem;
  }

  .form_label {
    margin-bottom: 2rem;
  }

  .chikatsu-item {
    min-height: auto;
  }

  .document_item .chikatsu-box .region-address {
    min-height: auto;
  }
}

/*スマホのデザイン*/
@media only screen and (max-width:431px) {
  .main_catch {
    width: 95%;
    margin-top: 50px;
  }

  .h_actiontext {
    line-height: 1.4;
    padding: 2rem;
  }

  .h_subtext {
    padding: 0.5rem 1rem;
    text-align: justify;
  }

  .container {
    padding: 10px 0;
  }

  .row {
    display: block;
  }

  .col {
    display: block;
    max-width: 90%;
    margin: 10px auto;
  }

  .h_schedule {
    display: block;
  }

  .h_areabox_small {
    display: block;
  }

  .h_areabox_small img {
    width: 80%;
  }

  /*スライダーのためのcss*/
  .h_slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .h_slider p {
    padding-top: 30px;
    text-align: center;
  }

  .h_slider img {
    width: 95%;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    text-align: center;
    margin: 0 auto;
  }

  .h_schedule iframe {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 450px;
  }

  .h_actiontext {
    text-align: justify;
  }

  .h_overviewbox {
    display: block;
  }

  .h_overviewbox th {
    width: 30%;
  }

  .orange_h2 {
    width: 80%;
  }

  .article {
    margin-left: 0;
  }

  .article_body .news_pic {
    width: 100%;
  }

  .form .form_row {
    display: block;
  }

  .form .form_row input {
    width: 0;
  }

  .form .form_row .form_content {
    width: 100%;
  }

  .form .form_row .form_content input,
  .form .form_row .form_content textarea {
    width: 100%;
    margin-top: 1rem;
  }

  select {
    margin-top: 1rem;
  }

  .btn-send {
    background-color: #FEDD74;
    border: none;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-back {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
  }

  .l_contents {
    padding: 0.5rem;
  }

  .l_main {
    padding: 1rem;
  }

  .l_main h2 {
    font-size: 22px;
  }

  .l_main h3 {
    font-size: 20px;
  }

  .single_wrap {
    width: 100%;
    margin: 0 auto;
  }

  .pulldown {
    justify-content: center;
  }

  .iframe-con {
    padding-left: 0rem;
  }

  /*お問い合わせ*/
  .contact_p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 1rem;
  }

  .form .form_row {
    padding: 0.5rem 1rem;
  }

  label {
    font-size: 16px;
  }

  .form .form_row input {
    line-height: 1;
  }

  .radio-inline__label {
    display: block;
    text-align: center;
  }

  .orange_h2 {
    width: 80%;
  }

  .article {
    margin-left: 0;
  }

  .article_body .news_pic {
    width: 100%;
  }

  .postLink a {
    font-size: 13px;
  }

  /*追加設定*/
  .news_archive {
    max-width: 100%;
  }

  .form_content {
    display: flex;
    flex-direction: column;
  }

  .form_content .mwform-radio-field {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form_content .mwform-radio-field label {
    width: 100%;
  }

  .form_content .mwform-radio-field label span {
    display: inline-block;
    width: 100%;
  }

  .form .form_row input {
    padding-left: 0;
  }

  /*追加終了*/
}

/****活動について****/
.h_action {
  padding: 20px 20px 30px;
}

/*===================
	お問い合わせ
=====================*/

.c_main {
  text-align: center;
  background-color: #fff;
}

.c_title {
  font-size: 25px;
  width: 200px;
  margin: 0 auto;
  padding-top: 50px;
  border-bottom: 7px dotted #FEDD74;
}

.contact_box {
  padding-top: 30px;
}

.contact_box h3 {
  font-size: 20px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.c_mail p {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0px;
}

.contact_box table {
  margin: 0 auto;
}

/*========================
		600px以上の設定
==========================*/
/*活動について*/
.h_action {
  padding-bottom: 30px
}

/*=====================
			記事詳細
	=======================*/
/*ボタン設定*/
.main_kiji_buton {
  margin-left: 3rem;
  margin-right: 3rem;
}

/*========================
			お問い合わせ
	==========================*/
.c_main {
  margin: 0 auto;
}

.c_title {
  font-size: 30px;
}

.contact_box h3 {
  font-size: 24px;
}


/*大きい画面用の設定*/
@media(min-width:1025px) {
  .h_schedule iframe {
    width: 340px;
    height: 500px;

  }

  .h_overviewbox {
    padding-left: 0;
    padding-right: 0;
  }

  /*まちセン基本情報*/
  .h_infobox {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  /*================================
				記事詳細
	===================================*/
  .main_kiji_section {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .main_kiji_buton {
    display: flex;
    justify-content: space-evenly;
  }

  .main_kiji_buton_before {
    margin-right: 1rem;
  }

  .main_kiji_buton_after {
    margin-left: 1rem;
  }

  /*=====リンク集=====*/
  .l_contents {
    padding: 4rem;
  }
}