@charset "utf-8";

/**************************************************/
/*                                                */
/*                   スマホ用                     */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

.l-main {
  padding-top: 26px;
}

.pc-only {
  display: none
}

.inner, .sp-inner {
  margin: 0 20px;
}

#wrapper {
  padding-bottom: 100px;
}

/* ================================================
 * ヘッダー
 * ================================================*/

.l-header {
  position: relative;
}

.l-header .logo {
  padding: 26px 0 0 16px;
}

.l-header .logo a img {
  width: 280px;
  height: auto;
}

/* 3本線 */
.l-header .humberger-wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.9);
}

.l-header .humberger-wrap .humberger-border-1 {
  width: 20px;
  top: 16px;
  right: 15px;
}
  
.l-header .humberger-wrap .humberger-border-2 {
  width: 20px;
  top: 23px;
  right: 15px;
}
  
.l-header .humberger-wrap .humberger-border-3 {
  width: 20px;
  top: 30px;
  right: 15px;
}

  /* open時 */
.l-header .humberger-wrap.opened .humberger-border-1 {
  width: 20px;
  top: 22px;
  right: 15px;
  transform: rotate(45deg);
}
	
.l-header .humberger-wrap.opened .humberger-border-2 {
  width: 20px;
  top: 22px;
  right: 15px;
  transform: rotate(-45deg);
}
	
.l-header .humberger-wrap.opened .humberger-border-3 {
  top: 22px;
  transform: rotate(-45deg);
  opacity:0;
}

/* open時 */

.l-header.opened .header-menu {
  position: fixed;  
  width: 100%;
  height: 100vh;
  top: 0;
  padding: 100px 35px;
}

/* ================================================
 * フッター
 * ================================================*/

.footer-inner {
  padding: 20px 0;
}

.footer-name {
  display: block;  
  margin-bottom: 10px;
}

.footer-info-txt {
  margin-bottom: 5px;
}

.copyright {
  margin-top: 15px;
}

/* ================================================
 * トップページ
 * ================================================*/

.top-ttl {
  color: #000;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 40px;
}

/* メインビジュアル */

.top-visual {
  margin: 0 10px 0;
  padding-top: calc(743 / 1320 * 100%);
}

.top-visual-inner {
  margin-bottom: 30px;
}

.top-visual-ttl {
  font-size: 4.4rem;
  color: #fff;
  width: 90%;
  position: absolute;
  left: 20px;
  transform: translateY(-50%) ;
  -webkit-transform: translateY(-50%);
}

.top-visual1 .top-visual-ttl{
  bottom: 100px;
}

.top-visual2 .top-visual-ttl {
  top: 60px;
}

.top-visual3 .top-visual-ttl {
  bottom: 120px;
}

.top-visual-subttl {
  color: #fff;
  background: #222;
  font-size: 1.8rem;
  line-height: 1.2em;
  padding: 10px 20px;
  text-align: left;
}

.top-visual-txt {
  line-height: 1.4em;
  padding: 12px 20px 0;
  font-weight: 700;
}

.top a {
  text-decoration: none;  
}

.top-visual1:active {
  background-image: url(../img/top/image1_color.jpg);
}

.top-visual2:active {
  background-image: url(../img/top/image2_color.jpg);
}

.top-visual3:active {
  background-image: url(../img/top/image3_color.jpg);
}




/* プロジェクト */

.top-projects {
  margin: 70px 0;
}

.projects-wrap {
  justify-content: space-between;
}

.projects-item {
  width: 47%;
}

.projects-img {
  width: 100%;
  height: 0;
  padding-bottom: 150%;  
}

.projects-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.projects-ttl {
  margin: 10px 0 40px;
}


/* インフォメーション */

.top-info {
  margin-bottom: 100px;
}

.top-info-img img {
  width: 300px;
  height: 200px;
}

.top-info .top-ttl {
  padding-top: 60px;
}

.top-info-wrap.inner {
  width: 80%;
  margin: auto;
}

.top-info-txt {
  margin-bottom: 40px;
}

/* アーキテクツ */

.top-architects {
  margin-bottom: 60px;
}

.top-architects-wrap {
  justify-content: space-between;
}

.top-architects-item {
  width: 47%;
}

.top-architects-img {
  margin-bottom: 10px;
}

.top-architects-img img {
  width: 100%;
  height: auto;
}

/* ================================================
 * 下層
 * ================================================*/

.page-ttl {
  font-size: 2.4rem;  
  margin: 30px 0 30px auto;
  padding: 4px 30px;  
}

.page-subttl {
  font-size: 3rem;
  text-align: center;
}

/* ================================================
 * お知らせ・メディア情報
 * ================================================*/

.info-wrap {
  justify-content: space-between;  
  align-items: baseline;
}

.info-item {
  width: 47%;
  margin-bottom: 30px;
}

.info-item-img img {
  width: 100%;  
  height: auto;
}

.info-item-ttl {
  line-height: 1.5em;
}

.info-page .info-top {
  display: block;
}

.info-page .info-tag {
  margin-bottom: 5px;  
}

/* 詳細 */

.info-detail .info-item-ttl {
  color: #000;
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 20px;
  word-break: break-all;
}

.info-detail-txt {
  margin-top: 40px;
}

.info-detail .pager, .project-detail .pager {
  margin: 40px 0;
}

.info-detail .pager .prev a, .project-detail .pager .prev a {
  padding-left: 15px;
  padding-top: 10px;
}

.info-detail .pager .next a, .project-detail .pager .next a {
  padding-right: 15px;
  padding-top: 10px;
}

.info-detail .pager .back a, .project-detail .pager .back a {
  padding-top: 3px;
}

.info-detail .pager .prev a:before, .project-detail .pager .prev a:before {
  top: 10px;
  left: 8px;
}

.info-detail .pager .next a:after, .project-detail .pager .next a:after {
  top: 10px;
  right: 8px;
}

/* ================================================
 * 建築事例
 * ================================================*/

/* 詳細 */

.project-detail-wrap {
  flex-direction: column-reverse;
}

.projects-detail-ttl {
  font-size: 2.2rem;
}

.projects-detail-txt-wrap {
  margin: 20px 0;  
}

.projects-detail-info {
  border: 1px solid #999;
  padding: 20px;
  margin-top: 20px;
}

.project-detail-images li {
  margin-bottom: 10px;  
}

.project-detail-images li img {
  width: 100%;  
}

/* ================================================
 * 会社概要
 * ================================================*/

/* プロフィールトップ */

.profile-top-wrap {
  padding: 40px 0;
  margin-bottom: 40px;
}

.profile-top-img {
  margin-bottom: 20px;
}

.profile-top-txt-p {
  line-height: 1.5em;
  margin-bottom: 15px;
}

/* プロフィール */

.profile-wrap {
  margin: 0 auto 40px;
  width: 80%;
}

.profile-img {
  margin-bottom: 20px;
  text-align: center;
}

.profile-name {
  font-size: 2rem;
}

.profile-name-txt {
  margin: 10px 0 20px;
  font-size: 1.4rem;
}

.profile-txt {
  line-height: 1.6em;
}

/* アワード */

.award-wrap {
  padding: 40px 0;
}

.award-wrap ul {
  line-height: 1.5em;
  padding: 30px 0 0;
}

/*.award-wrap dl {
  padding: 30px 0 0;
  line-height: 1.5em;
}

.award-wrap dd {
  padding-left: 60px;
  padding-bottom: 10px;
} */

/* 会社概要 */

.company-contents {
  margin-bottom: 50px;
}

.company-contents .page-subttl {
  margin-top: 50px;
}

.company-wrap {
  line-height: 2em;
  letter-spacing: 0.06em;
  margin: 30px auto;
}

.company-wrap dt {
  float: left;
  padding: 10px 0;
}

.company-wrap dd {
  padding: 10px 0 10px 90px;
  border-bottom: 1px solid #ccc;
}

.company-wrap .company-right dd:last-of-type {
  border-bottom: none;  
}

.company-contents iframe {
  width: 100%;
}

/* BOOKMARK */

.bookmark {
  border: 2px solid #ccc;
  padding: 0 20px 10px;
  margin-top: 60px;
}

.bookmark .page-subttl {
  margin: -20px auto 0;
  background: #fff;
  width: 8em;
}

.bookmark-wrap-top {
  margin-top: 20px;
}

.bookmark-wrap-top, .bookmark-wrap-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.bookmark-wrap-top a:first-of-type {
  margin: 20px auto 0;
}

.bookmark-wrap-top a:first-of-type img {
  width: 80%;
  margin: auto;
  display: block;
}

.bookmark-wrap-top a:not(:first-of-type),
.bookmark-wrap-btm a {
  width: 45%;
  text-align: center;
  margin: 20px 0;
}

/* コンタクト */

.contact {
  background-position: bottom;
  padding: 30px 0;
  margin: 50px 0;
}

.top-contact-txt {
  margin-bottom: 15px;
}

/* ================================================
 * プライバシーポリシー, 404, 送信完了
 * ================================================*/

.policy-contents {
  margin-top: -10px;
}

.policy .page-ttl {
  font-size: 2.6rem;
}

.txt-contents h2, .confirm-contents h2 {
  font-size: 2rem;
  margin: 20px 0;
  line-height: 1.5em;
}

/* ================================================
 * お問合せ
 * ================================================*/

form dl {
  padding: 20px 0;
  line-height: 1.5em;
}

form .form-ttl {
  margin-bottom: 20px;
}

.form-submit .btn {
  margin: 15px auto;
}

.form-submit p {
  line-height: 1.4em;
}

.confirm form dl {
  padding-left: 20px;
  padding-right: 20px;
}

.confirm form dl:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;  
}

/* ================================================
 * ナビゲーション
 * ================================================*/

#toPageTop {
  bottom: 3%;
  right: 3%;
  width: 50px;
  height: 50px;
}

/* ================================================
 * その他（共通の装飾）
 * ================================================*/



