@charset 'UTF-8';

/* -----------------------------------------------------------------------------
>> レシポンシブ対応
----------------------------------------------------------------------------- */
/* モニター幅959px以下 */
@media only screen and (max-width:959px) {
  #wrap{
    background: none;
  }

  #catch{
    padding: 0;
  }
  #catch img{
    width: 100%;
  }
  #catch p{
    display: none;
  }
  #catch{
    padding-left: 0;
  }
  #catch h2{
    text-align: center;
    margin-bottom: 0;
  }

  .cont h3{
    padding: 0 10px 8px;
    margin-bottom: 12px;
  }
  .cont .cont-in{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .cont .cont-in h4{
    text-align: center;
    margin-bottom: 0.425em;
  }
  .cont .cont-in li{
    margin-bottom: 20px;
  }
  .cont_inq{
    margin-bottom: 0;
  }
  .cont_inq dl{
    margin-left: -10px;
    margin-right: -10px;
  }
  .pick_box h3{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }

  /* 里山暮らし */
  .kurashi .cont-in figure{
    margin-bottom: 1em;
  }

  .map01_ball:after,
  .map02_ball:after,
  .map03_ball:after,
  .map04_ball:after,
  .map05_ball:after {
    background: none;
  }

  #form section dl dd textarea {
    width: 100%;
  }

  #form section dl.float_dl dt {
    width: 120px;
    margin-top: 0;
    float: left;
  }
  #form section dl.float_dl dd {
    padding-left: 140px;
    min-height: 24px;
    margin-bottom: 6px;
  }

  #seibi .img-left {
    padding-bottom: 0;
  }

  .form .submit input[type="submit"],
  #form .btn_box input[type="submit"] {
    display: block;
    height: 46px;
    padding: 12px 20px;
  }

  .paging li {
    float: left;
  }


  /*　ボランティアプログラム一覧　*/
.wrapper.clearfix {
  margin-bottom: 40px;
  position: relative;
}

.cont-in.volunteer {
  margin: 0;
}

.cont.volunteer h3 {
  text-align: left;
  font-size: 1.25em;
}

.cont.volunteer h4 {
  text-align: left;
  margin-bottom: 1em;
  clear: both;
}

.cont-in.volunteer ul li {
  margin-bottom: 1em;
}

.cont.volunteer .sp_only {
  display: block;
  margin-bottom: 1em;
  text-align:center;
}

.cont-in.volunteer #sdgs_cate,
.cont-in.volunteer #sdgs_cate a {
  font-size: 0.87em;
  border: none;
  margin: 0;
  padding: 0.5em 0;
  line-height: 0.5;
}

.cont-in.volunteer .img-left a{
  width: 100%;
}

.cont-in.cont-in.volunteer p {
  line-height: 1.5;
  font-size: 0.74em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
  width: 100%;
}

.cont.volunteer .text-right {
  font-size: 0.750em;
  position: absolute;
  right: 0;
  bottom: 0;
  margin:0px 14px 6px;
}
.cont-in.volunteer .img-left{
  margin: 0;
  padding: 0;
  width: 100%;
}


  /*　ボランティアプログラム詳細　*/

.cont.program h3 {
  padding: 0 10px 8px;
  text-align: center;
}

.cont.program h4 {
  text-align: left;
}

.cont .cont-in.cont-in.program .cate h4 {
  margin: 1em 0 0;
}

.cont .cont-in.program p {
  margin:0 0 1em;
}

.cont .cont-in.program .sentence p {
    margin: 0.5em 0 3em;
}

.cont .cont-in.program .satisfaction {
  width: 100%;
  margin:0 0 2em;
}

.cont .cont-in.program .photo_small{
  width: 49%;
  margin-left: 4px;
  margin-bottom: 1em;
}

.cont-in.program .cate {
    text-align: center;
    margin: 0 0 1em;
}

.cont .cont-in.program .cate img {
  margin-left: 10px;
  width: 25%;
}

.cont-in.program .return a {
  display: block;
  font-size: 0.813em;
  text-align: center;
}

.point {
  margin-bottom: 1em;
}

.cont-in.program .cate_title{
  display: block;
  font-size: 0.887em;
  text-align: center;
  margin: 2.5em 0 0.8em;
}

.cont.program .sub_title.sp_only {
  text-align: center;
  margin:1em 0;
}

.cont .cont-in.program table th,
.cont .cont-in.program table td {
  line-height: 1.4;
}

.cont .cont-in.program table th {
    width: 128px;
}

.cont .cont-in.program table td {
    text-indent: -13px;
}

.cont-in.program .return {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2em;
}

.cont-in.program a.lightbox {
  pointer-events:none;
}

}


@media only screen and (min-width:480px) and (max-width:959px) {
  /* 里山暮らし */
  .kurashi .cont-in figure {
    width: 48%;
    float: left;
  }
  .kurashi .cont-in figure.img-r {
    float: right;
  }
  .kurashi .cont-in figure img{
    width: 100%;
  }
}


@media only screen and (max-width:470px){
  .kurashi .cont-in figure img{
    width: 66.6%;
    margin: 5px auto;
  }

  /*　ボランティアプログラム一覧　*/
.cont-in.volunteer a {
    font-size: 0.640em;
    display: inline-block;
    margin-bottom: 1em;
    margin-right: 8px;
}

  /*　ボランティアプログラム詳細　*/
  .cont .cont-in.program .photo_small {
    width: 49%;
    margin: 0;
}

.cont .cont-in.program .cate img {
  margin-left: 4px;
  min-width: 32%;
}

.cont-in.program .s_img {
  text-align: center;
}

}