@charset "utf-8";
/*
Theme Name:IPY空建築企画事務所
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/

/*------------------------------------------------------------
     common
------------------------------------------------------------ */
.c-return {
  margin-top: 100px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
body {
  padding: 30px 0;
}
/* header
------------------------------------------------------------ */
.c-header {
  padding: 10px 0;
  position: relative;
}
/* logo */
.c-header-logo {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  white-space: nowrap;
}
/* nav */
.c-global-nav {
  margin-top: 15px;
}
.c-global-nav__group {
  text-align: center;
  font-size: 0;
}
.c-global-nav__item {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.c-global-nav__item a {
  display: block;
  padding: 5px 32px;
  position: relative;
  color: #191919;
}
.c-global-nav__item a:hover {
  opacity: 1;
}
.c-global-nav__item a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #191919;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.c-global-nav__item a:hover::before {
  width: calc(100% - 56px);
}
/* container
------------------------------------------------------------ */
.c-container {
  width: 87.5%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.c-main {
  min-height: 540px;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}
/* footer
------------------------------------------------------------ */
.c-footer {
  padding: 15px 0 10px;
}
.c-footer-sns__group {
  margin: -10px -9px 5px;
  text-align: center;
  font-size: 0;
}
.c-footer-sns__item {
  display: inline-block;
  margin: 10px 9px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  vertical-align: middle;
}
.c-copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.c-copyright small {
  display: block;
  margin-top: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
/*------------------------------------------------------------
     index
------------------------------------------------------------ */
.p-top-main {
  padding-top: 0;
  padding-bottom: 0;
}
.p-top-image {
  max-width: 96%;
  margin: auto;
  text-align: center;
}
/*------------------------------------------------------------
     kasou
------------------------------------------------------------ */
/* common
------------------------------------------------------------ */
/* pankuzu */
.c-breadcrumb__group {
  margin-bottom: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
.c-breadcrumb__group i {
  line-height: .5;
}
.c-breadcrumb__group a {
  text-decoration: underline;
}
/* archive
------------------------------------------------------------ */
.p-archive__container {
  max-width: 580px;
}
.p-archive__none {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-archive__item {
  display: flex;
  flex-wrap: wrap;
}
.p-archive__item + .p-archive__item {
  margin-top: 50px;
}
.p-archive__eyecatch {
  width: 33.333%;
}
.p-archive__eyecatch a {
  max-width: 200px;
}
.p-archive__data {
  width: 66.666%;
  padding-left: 30px;
}
.p-archive__title {
  margin-bottom: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.p-archive__date {
  display: block;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .05em;
}
.p-archive__excerpt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: .05em;
}
/* wp pagenavi */
.wp-pagenavi {
  margin: 65px -10px -10px;
  text-align: center;
  font-size: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 10px;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  opacity: 1;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
  opacity: .5;
}
/* works
------------------------------------------------------------ */
.p-works-contents__group li {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
/* category / works
------------------------------------------------------------ */
.p-category-works__container {
  max-width: 790px;
}
.p-category-works-categories {
  text-align: center;
  margin: -5px -10px 30px;
}
.p-category-works-categories li {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-category-works__group {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -18px;
}
.p-category-works__item {
  width: 33.333%;
  max-width: 276px;
  padding: 30px 18px;
}
.p-category-works__eyecatch {
  margin-bottom: 15px;
  text-align: center;
}
.p-category-works__title {
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* category / housing
------------------------------------------------------------ */
.p-category-housing__container {
  max-width: 580px;
}
.p-category-housing__group {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -30px -30px;
}
.p-category-housing__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 30px;
}
.p-category-housing__eyecatch {
  margin-top: auto;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.p-category-housing__eyecatch a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-category-housing__title {
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* contact
------------------------------------------------------------ */
.p-contact-contents__text {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-contact-contents__text img {
  padding-bottom: .4em;
}
.p-contact-contents__map {
  margin-top: 50px;
  text-align: center;
}
/* profile
------------------------------------------------------------ */
.p-profile-contents-container {
  max-width: 830px;
}
.p-profile-contents__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-profile-contents__row-activity {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.p-profile-contents__row-map {
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
  margin: -15px;
}
.p-profile-contents__section {
  padding-left: 50px;
}
.p-profile-contents__section + .p-profile-contents__section {
  margin-top: 100px;
}
.p-profile-contents__heading {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-profile-contents__heading::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-profile-contents__heading span {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  background-color: #FFF;
  position: relative;
}
.p-profile-contents__image {
  width: 120px;
  margin-right: 45px;
  text-align: center;
}
.p-profile-contents__row-map .p-profile-contents__image, .p-profile-contents__row-map .p-profile-contents__text-wrap {
  width: 50%;
  padding: 15px;
  margin: 0;
}
.p-profile-contents_row-profile .p-profile-contents__text-wrap {
  margin: -10px;
  font-size: 0;
}
.p-profile-contents__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.571;
}
.p-profile-contents__text-item {
  display: inline-block;
  margin: 10px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.571;
  vertical-align: top;
}
.p-profile-contents__text-item02 {
  max-width: 270px;
}
.p-profile-contents__email {
  padding-bottom: 1px;
}

/* 404
------------------------------------------------------------ */
.p-404 h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.p-404 p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.p-404 p a {
  text-decoration: underline;
}