/*****************************************************
記事リスト共通
******************************************************/
.contentlist-plg p {
  text-align: center;
}

@media screen and (max-width:480px) {
  .food_content {
    padding-top: 0;
  }
}

@media screen and (min-width:897px) {
  .food_content {
    width: 90%;
    margin: 0 auto;
  }
}

.food_content_sgl {
  width: 100%;
  background-color: #F1F1F1;
}

.food_content_sgl ul {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width:896px) {
  .food_content_sgl ul {
    width: 100%;
    margin: 0 auto;
  }
}

.pick_timg {
  object-position: 50% 90%;
}

.food_content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  vertical-align: top;
}

.food_content li {
  width: 32%;
  text-align: center;
  background: #fff;
  margin: 3px;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}

.food_content li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width:896px) {
  .food_content li {
    width: 48%;
  }

  .food_content_sgl li {
    width: 32%;
  }
}


.food_content__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.food_content__img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .food_content__img img {
    height: 100px;
  }
}

.food_content__period {
  padding: 10px 0;
  width: 100%;
  background: #7bb5e3;
  color: #fff;
}

.food_content__ttl {
  width: 90%;
  margin: 15px auto;
  text-align: left;
}

.food_content__ttl a {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}

.food_content__ttl h3 {
  font-size: 1.8rem;
}

.food_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
}

.food_content__desc a {
  color: #333;
}

.top_content__desc a {
  color: #333;
  font-size: 1.3rem;
}

.food_content_period {
  text-align: center;
}

.food_content_period dl {
  display: inline-block;
  margin-top: 20px;
  width: 90%;
}

.food_content_period dt,
.food_content_period dd {
  padding: 8px 20px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #7bb5e3;
  box-sizing: border-box;
}

.food_content_period dt {
  width: 20%;
  background: #7bb5e3;
  color: #fff;
}

.food_content_period dd {
  text-align: left;
  width: 70%;
  font-size: 1.4rem;
}

@media screen and (max-width:480px) {

  .food_content_period dt,
  .food_content_period dd {
    display: block;
    width: 100%;
  }

  .food_content_period dd {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
}

.food_content_btn {
  display: block;
  width: 50%;
  min-width: 200px;
  height: 45px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  background: #626262;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin: 20px auto;
}

@media screen and (max-width:480px) {
  .food_content_btn {
    width: 90%;
    min-width: auto;
  }
}

/*****************************************************
個別投稿ページ（single-pickup.php）
******************************************************/
.content_width {
  padding: 30px 20px 40px;
}

.a_text {
  text-decoration-line: underline;
  font-size: 24px;
  font-style: italic;
}

.main_contents_bk {
  background: #fff;
  max-width: 1060px;
  margin: 40px auto 40px !important;
}

.main_contents h2.article_title {
  position: relative;
  padding: 10px 20px 30px;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #D7D7D7;
}

.singl_pg h3 {
  background-color: #F0F0F0;
  padding: 20px 0 20px 10px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width:896px) {
  .main_contents h2.article_title {
    margin-top: 24px;
  }
}

/*.main_contents .single_content_cat p {
  text-align: right;
  margin: 2rem 0 4rem;
}
.main_contents .single_content_cat p a {
  color: #996d4d;
  font-size: 1.4rem;
  margin-right: 1rem;
}*/
.main_contents .content_img {
  margin: 32px auto;
  max-width: 1000px;
  /*幅は任意で指定*/
  height: 500px;
  /*高さは必ずpxなどの絶対値を使用。*/
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:896px) {
  .main_contents .content_img {
    max-width: 500px;
    height: 50vw;
  }
}

.main_contents .content_img img {
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_contents .sub_title h3.sub_title {
  padding: 8px;
  font-size: 18px;
  color: #7bb5e3;
  max-width: 1000px;
  margin: 8px auto;
}

.main_contents .sub_title .opening_text {
  padding: 8px;
  max-width: 1000px;
  margin: 0 auto 4%;
}

.main_contents .content_in {
  max-width: 1000px;
  margin: 2% auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width:896px) {
  .main_contents .content_in {
    flex-direction: column;
  }
}

.main_contents .content_in p.sub_image {
  width: 46%;
  margin-right: 4%;
}

.main_contents .content_in p.sub_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .main_contents .content_in p.sub_image {
    width: 100%;
  }
}

.main_contents .content_in p.sub_text span {
  font-size: 24px;
  color: #7bb5e3;
  line-height: 2;
}

.main_contents .content_in p.sub_text {
  padding: 16px 0 40px;
  width: 50%;
}

@media screen and (max-width:896px) {
  .main_contents .content_in p.sub_text {
    width: 100%;
  }
}

#overImg {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

#overImg #main_image {
  margin: 48px auto 0;
  text-align: center;
}

#overImg #main_image img {
  width: 800px;
  height: 480px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  #overImg #main_image {
    display: none;
  }
}

#overImg ul.gallery {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  overflow-x: scroll;
}

#overImg ul.gallery li img.gallery_img_s {
  width: 200px;
  height: 140px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  #overImg ul.gallery li img.gallery_img_s {
    width: 300px;
    height: 240px;
  }
}

#overImg a:hover>img {
  opacity: 1;
}

#overImg a:hover {
  opacity: 1;
}

#overImg a .gallery_img_l {
  display: none;
}

#overImg a:hover .gallery_img_l {
  display: block;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 2;
  margin: 32px auto;
  width: 800px;
  height: 480px;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  #overImg a:hover .gallery_img_l {
    display: none;
  }
}

.main_contents .image-text {
  max-width: 1000px;
  margin: 0 auto;
  color: #818181;
}

/*コンテンツ記事詳細内　記事一覧*/
p.lp_qa_q {
  max-width: 800px;
  margin: 0 auto;
  color: #994d53;
}

p.lp_qa_a {
  padding: 2rem 1rem 5rem;
  text-indent: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

a.link-color {
  font-weight: bold;
  color: #994d53;
}

.green-belt {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 2.2rem;
}

/*****************************************************
アクティビティ（single-activity.php）
******************************************************/
.contents_mainimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.table-dot {
  font-size: 1.5rem;
  border-bottom: #999 1px dotted;
  padding: 1em;
}

.table-dot:first-of-type {
  border-top: #999 1px solid;
  margin-top: 40px;
}

.table-dot:last-of-type {
  border-bottom: #999 1px solid;
  margin-bottom: 40px;
}

.table-dot dt {
  width: 190px;
}

.table-dot dd {
  width: calc(100% - 190px);
  margin-left: 190px;
  margin-top: -15px;
}

.googlemap iframe {
  width: 100%;
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .contents_mainimg img {
    height: auto;
  }

  .table-dot {
    font-size: 1.3rem;
    padding: 20px 4%;
  }

  .table-dot:last-of-type {
    margin-bottom: 20px;
  }

  .table-dot dt {
    width: 100px;
  }

  .table-dot dd {
    margin-left: 100px;
    width: 70%;
  }

  .googlemap iframe {
    height: 260px;
  }
}

/*END*/



/* 新PICK UP */
.pickup li {
  display: flex;
}

.pickup li:nth-child(even) {
  flex-direction: row-reverse;
}

.pickup img {
  width: 100%;
  height: auto;
}

.pickup p.pickup__img {
  width: 50%;
}

.pickup .pickup__desc {
  width: calc(50% - 100px);
  padding: 50px;
}

.pickup table th {
  padding: 1.6rem 2.5rem 1.6rem 0;
  width: 20%;
  box-sizing: border-box;
}

.pickup table tr {
  font-size: 1.6rem;
  border-bottom: 1px solid #CFCFCF;
  text-align: left;
}

.pickup table td {
  width: 80%;
  font-size: 1.6rem;
  padding: 1.6rem 0 1.6rem 0;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .pickup p.pickup__img {
    width: 100%;
  }

  .pickup .pickup__desc {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .pickup li {
    flex-direction: column;
  }

  .pickup li:nth-child(even) {
    flex-direction: column;
  }

}

/*END*/


/*周辺観光*/
:root{
	scroll-padding: 100px;
}
.sttl {
  font-weight:bold;
background-color: #f6f6f6;
  box-shadow: 0px 0px 0px 8px #f6f6f6;
  border: dashed 1px #fff;
  margin: 0 auto 20px;
  padding: 5px 10px 5px 10px;
	font-size: 26px;
}
.list_link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	margin: 80px auto;
}
.list_link .btn_links {
    width: 15%;
}
.list_link .btn_links p {
    text-align: center;
}
.list_link .btn_links p a {
	padding: 10px 0;
	background: #E7F9D2;
	display: block;
	margin-bottom: 8px;
    border-radius: 12px;
	font-weight:bold;
}
@media screen and (max-width: 896px){
	.sttl {
	width: 84%;
	font-size: 18px;
}
	.list_link .btn_links {
    width: 48%;
}
	.list_link .btn_links p a {
    font-size: 13px;
}
}