@charset "UTF-8";
/* sets the base font to 10px for easier math */
@font-face {
  font-family: 'mplus-1p-regular';
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-heavy';
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-bold';
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
.wrap .inner {
  padding: 30px 0 0;
}
.wrap .inner .sidebar .Recently {
  margin: 0 0 25px;
}
.wrap .inner .sidebar a {
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #ddd;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}
.wrap .inner .contents ul#listArea, .wrap .inner .contents ul.other_posts {
  min-height: 1px;
  width: 1000px;
  margin: 0 auto;
}
.wrap .inner .contents ul#listArea:after, .wrap .inner .contents ul.other_posts:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap .inner .contents ul#listArea .mix, .wrap .inner .contents ul.other_posts .mix {
  display: none;
}
.wrap .inner .contents ul#listArea li, .wrap .inner .contents ul.other_posts li {
  display: none;
  width: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0 4px 8px;
}
@media screen and (max-width: 768px) {
  .wrap .inner .contents ul#listArea li, .wrap .inner .contents ul.other_posts li {
    padding: 0 0 0 20px;
    margin: 0;
    float: left;
    width: 240px;
    height: 180px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .wrap .inner .contents ul#listArea li div, .wrap .inner .contents ul.other_posts li div {
    bottom: 0;
  }
  .wrap .inner .contents ul#listArea li a, .wrap .inner .contents ul.other_posts li a {
    display: block;
    width: 220px;
    height: 180px;
    position: relative;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .wrap .inner .contents ul#listArea li a img, .wrap .inner .contents ul.other_posts li a img {
    min-height: 180px;
    width: 100%;
    top: -20%;
  }
  .wrap .inner .contents ul#listArea li a div, .wrap .inner .contents ul.other_posts li a div {
    bottom: 0;
  }
  .wrap .inner .contents ul#listArea li a div p.title, .wrap .inner .contents ul.other_posts li a div p.title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wrap .inner .contents ul#listArea li a div p.title span, .wrap .inner .contents ul.other_posts li a div p.title span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.wrap .inner .contents ul#listArea li a, .wrap .inner .contents ul.other_posts li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.wrap .inner .contents ul#listArea li img, .wrap .inner .contents ul.other_posts li img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 320px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.wrap .inner .contents ul#listArea li:hover div, .wrap .inner .contents ul.other_posts li:hover div {
  bottom: 0;
  left: 0;
}
.wrap .inner .contents ul#listArea li:hover img, .wrap .inner .contents ul.other_posts li:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.wrap .inner .contents ul#listArea li div, .wrap .inner .contents ul.other_posts li div {
  transition: top 0.5s ease;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  z-index: 1;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 22px;
  display: table;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.wrap .inner .contents ul#listArea li div p.title, .wrap .inner .contents ul.other_posts li div p.title {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.wrap .inner .contents ul#listArea li div p.title span, .wrap .inner .contents ul.other_posts li div p.title span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #333;
  font-weight: normal;
}
.wrap .inner .contents ul#listArea li div p.title span.term, .wrap .inner .contents ul.other_posts li div p.title span.term {
  color: #005bac;
  padding: 0 0 8px;
  margin: 0 0 30px;
  border-bottom: 2px solid #005bac;
}
.wrap .inner .contents ul#listArea p.not_posts, .wrap .inner .contents ul.other_posts p.not_posts {
  text-align: center;
}

/*----------------------------------------------------
	archive.php
----------------------------------------------------*/
.page-child .contents h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-child .contents h1 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 20px;
  }
}
.page-child .contents ul.category {
  text-align: center;
  margin: 0 0 40px;
}
.page-child .contents ul.category li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 5px 10px;
  display: inline-block;
  line-height: 40px;
}
.page-child .contents ul.category li a {
  background: url(../images/common/ico_link02.png) 2px center no-repeat #f7f5f3;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  width: 210px;
}

/*----------------------------------------------------
	taxonomy.php
----------------------------------------------------*/
.archive .contents h1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 40px;
}

/*----------------------------------------------------
	single.php
----------------------------------------------------*/
.single .contents .title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px;
}
.single .contents .title h1 {
  color: #005bac;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 15px;
}
.single .contents .title h1 + p {
  background-color: #005bac;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 25px;
  padding: 0 8px;
}
.single .contents .title p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 35px;
  margin: 30px 0 0;
}
.single .contents .photo {
  margin: 0 0 60px;
}
.single .contents .photo ul.main {
  width: 100%;
  height: 654px;
  overflow: hidden;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.single .contents .photo ul.main li {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
.single .contents .photo ul.main li:first-child {
  display: block;
}
.single .contents .photo ul.main li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media all and (-ms-high-contrast: none) {
  .single .contents .photo ul.main li {
    /* IE10 */
  }
  .single .contents .photo ul.main li img {
    width: auto;
  }
}
.single .contents .photo ul.thumb {
  font-size: 0;
}
.single .contents .photo ul.thumb li {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 237px;
  height: 237px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.single .contents .photo ul.thumb li:nth-of-type(4n) {
  margin: 0 0 10px;
}
.single .contents .photo ul.thumb li a {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.single .contents .photo ul.thumb li a img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
/*おしろらんど（甲府市子ども屋内運動遊び場*/
.single.postid-6004 .contents .photo ul.thumb li:nth-last-of-type(2) a {
  background: #fbf5ec;
}
.single.postid-6004 .contents .photo ul.thumb li:nth-last-of-type(2) a img {
  height: auto;
  width: 130%;
  left: -107%;
}
.single .contents .detail {
  min-height: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 100px;
}
.single .contents .detail:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.single .contents .detail p.detail {
  float: left;
  width: 630px;
  line-height: 25px;
  margin-bottom: 0;
}
.single .contents .detail p.detail span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 0.3em;
  display: inline-block;
}
.single .contents .detail div {
  float: right;
  width: 320px;
}
.single .contents .detail div p.term {
  background-color: #eaf6fd;
  padding: 12px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.single .contents .detail div p.area {
  padding: 12px 15px;
}
.single .contents .detail div ul li {
  display: inline-block;
}
.single .contents .detail div ul li.fb {
  margin: 0 6px 0 0;
}
.single .contents .detail div ul li.fb a {
  background-color: #0068b7;
}
.single .contents .detail div ul li.tw a {
  background-color: #7ecef4;
}
.single .contents .detail div ul li a {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  padding: 0 12px;
  width: 130px;
  text-decoration: none;
}
.single .contents .detail div ul li a:after {
  content: "▶︎";
  font-size: 10px;
  font-size: 1rem;
  float: right;
}
.single .contents h2 {
  text-align: center;
  margin: 0 0 50px;
}
.single .contents h2 span {
  display: inline-block;
  border: 2px solid #aaa;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  padding: 0 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

/*----------------------------------------------------
    768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
  	共通
  ----------------------------------------------------*/
  .wrap .inner .contents ul#listArea, .wrap .inner .contents ul.other_posts {
    width: 100%;
  }
  .wrap .inner .contents ul#listArea li, .wrap .inner .contents ul.other_posts li {
    width: 100%;
    height: 230px;
    padding: 0;
    margin: 0 auto 20px;
  }
  .wrap .inner .contents ul#listArea li a, .wrap .inner .contents ul.other_posts li a {
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .wrap .inner .sidebar dl dt {
    margin: 0 0 25px;
  }
  .wrap .inner .sidebar dl dd {
    padding: 0;
  }
  .wrap .inner .sidebar dl dd:before {
    display: none;
  }

  /*----------------------------------------------------
  	archive.php
  ----------------------------------------------------*/
  .page-child .wrap .inner .contents ul.category li {
    line-height: 1;
    margin: 0;
    width: 50%;
    padding: 0 1.5% 1.5%;
  }
  .page-child .wrap .inner .contents ul.category li a {
    width: 100%;
    padding: 10px 0;
    background: none;
    background-color: #f7f5f3;
  }

  /*----------------------------------------------------
  	single.php
  ----------------------------------------------------*/
  .single .contents h2 {
    margin: 0 0 20px;
  }
  .single .contents .title {
    margin: 0 0 20px;
  }
  .single .contents .title h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .single .contents .title p.lead {
    margin: 20px 0 0;
  }
  .single .contents .photo {
    margin: 0 0 20px;
  }
  .single .contents .photo ul.main {
    height: 300px;
  }
  .single .contents .photo ul.main li {
    height: 100%;
  }
  .single .contents .photo ul.main li img {
    object-fit: fill;
    height: 100%;
    width: auto;
  }
  /*おしろらんど（甲府市子ども屋内運動遊び場*/
  .single.postid-6004 .contents .photo ul.main li:nth-last-of-type(2) {
    background: #fbf5ec;
  }
  .single.postid-6004 .contents .photo ul.main li:nth-last-of-type(2) img {
    position: absolute;
    width: 130%;
	height: auto;
    left: -20%;
  }
  .single .contents .photo ul.thumb li {
    width: 23%;
    height: 80px;
    margin: 0;
    margin: 0 2% 2% 0;
  }
  .single .contents .photo ul.thumb li:nth-of-type(4n) {
    margin: 0 0 2%;
  }
  .single .contents .detail {
    margin: 0 0 40px;
  }
  .single .contents .detail p.detail {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .single .contents .detail p.detail span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single .contents .detail div {
    width: 100%;
  }
  .single .contents .detail div p.term {
    display: inline-block;
    margin: 0 0 10px;
  }
  .single .contents .detail div p.area {
    display: inline-block;
    margin: 0 0 10px;
  }
  .single .contents .detail div ul {
    display: inline-block;
  }
  .single .contents .detail + h2 span {
    width: 100%;
    padding: 7.4px 5px;
    border: 3px solid #f7f5f3;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  /*----------------------------------------------------
      480px以下
  ----------------------------------------------------*/
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .page-child .wrap .inner .contents ul.category li {
    line-height: 1;
    margin: 0;
    float: none;
    width: 100%;
    padding: 0 1.5% 3%;
  }
  .page-child .wrap .inner .contents ul#listArea li {
    width: 100%;
  }
}
