
/*****************************************************
記事リスト共通
******************************************************/
.contentlist-plg p {text-align: center;}
@media screen and (max-width:480px){
    .food_content
    {
        padding-top:0;
    }
}
.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: start;
    vertical-align: top;
}

.food_content li {
    width: 32%;
    margin-right: 1.9%;
    min-width: 300px;
    text-align: center;
    background: #fff;
    margin-bottom: 30px;
    position: relative;

}

.food_content li:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width:480px) {
    .food_content li {
        width: 48%;
        min-width: auto;
    }

    .food_content li:nth-of-type(3n) {
        margin-right: 1%;
    }

    .food_content li:nth-of-type(2n) {
        margin-right: 0;
    }
}

.food_content li:last-child {
    margin-right: 0px;
}

.food_content__img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:896px) {
    .food_content__img {
        height: 30vw;
    }
}

.food_content__img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
@media screen and (max-width:896px) {
   .food_content__img img {
    height: 160px;
}
}
.food_content__period {
    padding: 10px 0;
    width: 100%;
    background: #5d87b7;
    color: #fff;

}

.food_content__ttl {
    width: 90%;
    margin: 15px auto;
    text-align: center;
}

.food_content__ttl h3 {
    font-size: 1.8rem;
}

.food_content__desc {
    width: 90%;
    margin: 20px auto;
    text-align: left;
}

.food_content_period {
    text-align: center;
}

.food_content_period dl {
    display: inline-block;
    margin: 20px auto 0;
    width: 90%;
}

.food_content_period dt,
.food_content_period dd {
    padding: 8px 24px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #5d87b7;
    box-sizing: border-box;
}



.food_content_period dt {
    width: 25%;
    background: #5d87b7;
    font-size: 14px;
}

.food_content_period dd {
    text-align: left;
    width: 65%;
    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: #b9c8ca;
    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: 0 20px 40px;}
.a_text {
  text-decoration-line: underline;
  font-size: 24px;
  font-style: italic;
}
.main_contents_bk {
  background: #fff;
  /*max-width: 1060px;*/
  max-width: 1200px;
  margin: 40px auto!important;
}
.main_contents h2.article_title {
  position: relative;
  padding: 60px 20px 20px;
  font-size: 24px;
}

@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: #5d87b7;
  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%;
  margin-bottom: 2%;
}
.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%;
        margin-bottom: 0;
    }
}
.main_contents .content_in p.sub_text span {
  font-size: 24px;
  color: #5d87b7;
  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: 119px;
    object-fit: cover;
}
@media screen and (max-width:896px) {
    #overImg ul.gallery li img.gallery_img_s {
      width: 300px;
      height: 240px;
      max-width: none!important;
    }
}
#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*/

