@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600,700");
/* header
--------------------------------------------------------*/
/* header
--------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

em, b {
  font-style: normal; }

img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -.01em; }

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */ }

body {
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #595757;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (max-width: 320px) {
    body {
      font-size: 12px;
      font-size: 1.2rem; } }

body {
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

a {
  text-decoration: none;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  color: #000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a:hover {
    opacity: .6; }

img {
  vertical-align: middle;
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-radius: 0;
  border: none; }

input[type="submit"], button {
  cursor: pointer; }

.container {
  width: 100%;
  padding: 0 15px; }
  @media screen and (min-width: 1024px) {
    .container {
      width: 1024px;
      margin-right: auto;
      margin-left: auto; } }

.list-inline {
  padding-left: 0; }
  .list-inline li {
    display: inline-block;
    margin-left: 5px; }
    .list-inline li:first-child {
      margin-left: 0; }

object {
  display: block; }

a object {
  pointer-events: none; }

main {
  padding-top: 45px; }

h1, h2, h3, h4 {
  font-weight: 300; }

.anker {
  width: 135px;
  margin: 4.5rem auto; }
  .anker a {
    text-align: center;
    display: block;
    background-size: 90% auto;
    background-repeat: no-repeat;
    color: #3E3E3E;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .2em;
    text-indent: .2em;
    -webkit-transition: .3s;
    transition: .3s; }
  .anker-top {
    padding-top: 85px;
    background-image: url(../img/common/arrow_top.png);
    background-position: top 3px center; }
    .anker-top:hover {
      background-position: top center; }
  .anker-bottom {
    padding-bottom: 85px;
    background-image: url(../img/common/arrow_bottom.png);
    background-position: bottom 3px center; }
    .anker-bottom:hover {
      background-position: bottom center; }

body:not(.home) .anker {
  margin-top: 12rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body:not(.home) .anker {
      margin-top: 8rem; } }
  @media screen and (max-width: 767px) {
    body:not(.home) .anker {
      margin-top: 6rem; } }

.head-title h1 {
  padding: 13.3rem 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  color: #141414; }

section img {
  max-width: 100%;
  width: 100%; }
section p {
  line-height: 2.3; }
  section p:not(:first-child) {
    margin-top: 3rem; }

main section:not(:first-child) {
  margin-top: 6rem; }

.container.border-bottom {
  padding-bottom: 7.5rem;
  position: relative; }
  .container.border-bottom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 84%;
    height: 1px;
    background-color: #c6cfc8;
    content: "";
    display: block; }
    @media screen and (max-width: 480px) {
      .container.border-bottom::after {
        width: 94%; } }

figure figcaption {
  text-align: center; }

/*
h2 {
	@include fontsize(36);
	font-weight: bold;
	text-align: center;
	position: relative;
	color: $h2-text-color;
	line-height: 1;
	padding-top: 2rem;
	span {
		display: block;
		@include fontsize(24);
	}
	background:url(../img/h2_bg.png) no-repeat top center;
	@include media(sp) {
	line-height: 1.5;
	@include fontsize(24);
	span {
		@include fontsize(12);
	}
	}
}
	h3 {
		@include fontsize(30);
		font-weight: bold;
		color: $h3-text-color;
		background-color: $h3-bg-color;
		line-height: 1.5;
		@include media(sp) {
		@include fontsize(20);
		}
	}
	h4 {
		margin: 2rem 0 1rem;
		@include fontsize(20);
		color: $h4-text-color;
		background-color: $h4-bg-color;
		@include media(sp) {
		@include fontsize(18);
		line-height: 1.3;
		}
	}
	h5 {
		margin: 0 0 2rem;
		@include fontsize(20);
		color: $h5-text-color;
		background-color: $h5-bg-color;
		@include media(sp) {
		@include fontsize(18);
		}

	}
	h6 {
		margin: 0 0 2rem;
		@include fontsize(18);
		color: $h6-text-color;
		background-color: $h6-bg-color;

	}

section p:not(:first-child) {
	margin-top: 2rem;
    @include media(sp) {
    margin-top: 1rem;
    }
}

.wrapper:not(.home) {
	article {
		padding-top: 5rem;
		padding-bottom: 9rem;
		p {
			margin: 0 0 2rem;
		}
		@include media(sp) {
			padding-top: 2.5rem ;
			padding-bottom: 4.5rem;
		}
	}
	h1,h2,h3,h4,h5,h6 {
		a {
			text-decoration: none;
		}
	}
	
	.pankuzu {
		background-color: $pankuzu-bg-color;
		background-image: url(../img/pankuzu_bg.gif);
		ul {
			line-height: 1.5;
			padding: .2rem 0;
			li {
				display: inline-block;
				color: $primary-color;
				list-style: none;
				a,span {
				@include fontsize(13);
				}
				a {
					color: #414141;
					text-decoration: underline;
				}
				&:not(:first-child) {
					position: relative;
					padding-left: 1.5rem;
					&:before {
						content: "";
						width: 4px;
						height: 4px;
						border-right: 2px solid $primary-color;
						border-top: 2px solid $primary-color;
						display: inline-block;
						transform:rotate(45deg) translate(0,-50%);
						position: absolute;
						top: 50%;
						left: 0;
						margin-top: -1px;
						border-radius: 0;
						background-color: transparent;
					}
				}
				&:first-child {
					padding-left: 0;
				 &:before {
					content: none;
					}
				}
			}
		}
	}

	table {
		margin:2rem 0 5rem;
		width: 100%;
		border-top:1px solid $primary-color;
		border-left:1px solid $primary-color;
		th,td {
			border-bottom:1px solid $primary-color;
			border-right:1px solid $primary-color;
			padding: 2.35rem;
			text-align: left;
			&.text-center {
				text-align: center;
			}
			&.text-right {
				text-align: right;
			}
		}
		th {
			border-bottom:1px solid #fff;
			background-color: $primary-color;
			color: #fff;
		}
		td {
			ul::first-child {
				margin-bottom: 0;
			}
		}
		@include media(sp) {
			margin: 2rem 0 3rem;
			th,td {
				padding: 1.3rem;
			}
		}
		&.table-none {
			border:none;
			th,td {
				border:none;
				padding: 0 0 15px;
				background: transparent;
				color: $text-color;
			}
			th {
				width: 25%;
				padding-bottom: 0;
                font-weight: bold;
			}
		}

		&.th-small {
			th {
				width: 15%;
			}
		}
		@include media(sp) {
		&.sp-table-single {
			th,td {
				display: block;
				width: 100% !important;
			}
			td {
				padding-left: 5px;
			}
		}
		}
	}
	.box {
		border:$primary-color  2px solid ;
		padding: 1.5rem;
		margin-bottom: 3rem;
	}
}


ul {
		margin-bottom: 2rem;
		li {
		position: relative;
		padding-left: 1.7rem;
		&:before {
			content: "";
			width: 8px;
			height: 8px;
			border-radius: 4px;
			display: block;
			background-color: $primary-color;
			position: absolute;
			left: 0;
			top: 0.9rem;
		}	
		ul {
			margin-left: 1.5rem;
			li {
				&:before {
					background-color: #63bee6;
				}
			}
		}
		}
		@include media(sp) {
			li {
				padding-left: 1.2rem;
				&:before {
				width: 6px;
				height: 6px;
				top: 0.8rem;
				}
				ul {
					margin-left: 0;
				}
			}
		}
	}
	ol {
		margin-bottom: 2rem;
		list-style: none;
		counter-reset: yourDefinition;
		li {
			position: relative;
			padding-left: 1.7rem;
			&:before {
				counter-increment: yourDefinition;
				content: counter(yourDefinition) ".";
				display: block;
				font-weight: bold;
				color: $primary-color;
				text-indent: 0;
				position: absolute;
				left: 0;
				top: 0;
				}
			ol {
				margin-left: 1.3rem;
				li {	
				&:before {
					color: #63bee6;
				}
				}
			}
		}
		@include media(sp) {
			li {
				padding-left: 1.4rem;
				ol {
					margin-left: 0;
				}
			}
		}
	}

hr {
	background-color: $primary-color;
	height: 2px;
	width: 100%;
	margin-bottom: 40px;
}*/
.m-header {
  background: #141414;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; }
  .m-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px; }

.m-header-logo {
  width: 97px;
  height: 11px; }
  .m-header-logo a {
    display: block; }

.m-header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.m-nav {
  width: 100%;
  margin: 0 5% 0 6%;
  /* for IE 11 */ }
  @media all and (-ms-high-contrast: none) {
    .m-nav {
      margin: 0 5% 0 7.5%; } }
  .m-nav-list {
    margin-bottom: 0;
    height: 45px; }
    @media screen and (min-width: 769px) {
      .m-nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .m-nav-list__item {
      padding-left: 0; }
      .m-nav-list__item::before {
        content: none; }
      .m-nav-list__item a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.04em;
        display: block; }

@media screen and (min-width: 1024px) {
  .sp-navBtn {
    display: none; } }
@media screen and (max-width: 768px) {
  .sp-navBtn,
  .sp-navBtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .sp-navBtn {
    margin-left: 15%;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .sp-navBtn span {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0  auto;
      width: 20px;
      height: 2px;
      background-color: #fff; }
      .sp-navBtn span:nth-of-type(1) {
        top: 12px; }
      .sp-navBtn span:nth-of-type(2) {
        top: 18px; }
      .sp-navBtn span:nth-of-type(3) {
        top: 24px; }
    .sp-navBtn-open span {
      width: 18px; }
      .sp-navBtn-open span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg); }
      .sp-navBtn-open span:nth-of-type(2) {
        opacity: 0; }
      .sp-navBtn-open span:nth-of-type(3) {
        -webkit-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg); }

  .ac-btn {
    color: #fff; }

  .m-nav {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    background-color: #141414;
    height: calc(100vh - 45px);
    margin: 0; }
    .m-nav-list {
      padding: 7% 18% 0; }
      .m-nav-list__item {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        width: 100%; }
        .m-nav-list__item:first-child {
          border-top-width: 1px;
          border-top-style: solid;
          border-top-color: rgba(255, 255, 255, 0.3); }
        .m-nav-list__item a {
          display: block;
          line-height: 46px;
          height: 46px;
          padding: 0 1rem;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: 100;
          background-image: url(../img/common/icon_gnavarrow.png);
          background-size: 12px 11px;
          background-repeat: no-repeat;
          background-position: right 1rem center; } }
.m-footer {
  background: #141414;
  padding: 3.5rem 0 1rem 0; }
  .m-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      .m-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
  @media screen and (max-width: 480px) {
    .m-footer {
      padding: 4rem 0 1rem 0; } }

.m-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-footer-nav__item {
    width: 105px;
    min-height: 125px;
    border: 1px solid #a0a0a0;
    margin-bottom: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .m-footer-nav__item::before {
      content: none; }
  .m-footer-nav__link {
    color: #cecece;
    text-decoration: none;
    padding: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.5;
    display: block;
    width: 100%; }
    .m-footer-nav__link span {
      padding-top: .5rem;
      font-size: 9px;
      font-size: 0.9rem;
      line-height: 1.75;
      display: block; }
  @media (max-width: 768px) {
    .m-footer-nav {
      max-width: 470px;
      margin: 0 auto 2rem auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .m-footer-nav__item {
        margin: 0 .5rem .5rem; } }
  @media screen and (max-width: 480px) {
    .m-footer-nav {
      max-width: 280px; }
      .m-footer-nav__item {
        min-height: 125px;
        width: 125px; } }

.m-footer-icoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 4rem; }
  .m-footer-icoLink__item {
    padding-left: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 0 .75rem; }
    .m-footer-icoLink__item::before {
      content: none; }
    .m-footer-icoLink__item a {
      color: rgba(255, 255, 255, 0.75);
      font-size: 11px;
      font-size: 1.1rem; }
  @media (max-width: 768px) {
    .m-footer-icoLink {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .m-footer-icoLink + div {
        text-align: center; } }

.copy {
  padding-top: 3rem;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem; }

.row.col-4block {
  display: table;
  table-layout: fixed; }
  .row.col-4block .col {
    display: table-cell;
    vertical-align: top; }
  @media (max-width: 767px) {
    .row.col-4block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .row.col-4block .col {
        display: block;
        width: 50%; } }
@media (min-width: 768px) {
  .row.col-3block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .row.col-3block .col {
      display: block;
      width: 33.3333%; } }

.mainview {
  height: 600px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 6%; }
  .mainview__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 256px;
    height: 53px; }
  .mainview h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mainview h1 span {
      font-size: 15px;
      font-size: 1.5rem;
      padding-top: .5rem; }

body.home .mainview {
  background-image: url(../img/top/main.jpg); }
body.concept .mainview {
  background-image: url(../img/concept/main.jpg); }
body.design .mainview {
  background-image: url(../img/design/main.jpg); }
body.architect .mainview {
  background-image: url(../img/architect/main.jpg); }
body.location .mainview {
  background-image: url(../img/location/main.jpg); }
body.equipment .mainview {
  background-image: url(../img/equipment/main.jpg); }
  @media screen and (max-width: 767px) {
    body.equipment .mainview span {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 320px) {
    body.equipment .mainview span {
      font-size: 12px;
      font-size: 1.2rem; } }
body.plan .mainview {
  background-image: url(../img/plan/main.jpg); }

.mainview-border::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  content: "";
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  margin: auto; }

.mainview-sig {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px; }

.content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .content-menu-box {
    width: calc(50% - 9px);
    position: relative;
    margin-bottom: 18px; }
    @media screen and (min-width: 1024px) {
      .content-menu-box {
        height: 450px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .content-menu-box {
        height: 270px; } }
    @media screen and (max-width: 767px) {
      .content-menu-box {
        height: 260px; } }
    @media (min-width: 768px) {
      .content-menu-box:nth-last-of-type(1), .content-menu-box:nth-last-of-type(2) {
        margin-bottom: 0; } }
    .content-menu-box__link {
      display: block;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .content-menu-box__link:hover {
        opacity: 1; }
        .content-menu-box__link:hover .content-menu-box__bg {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .content-menu-box__bg {
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .content-menu-box.bg001 .content-menu-box__bg {
      background-image: url(../img/top/top_img001.jpg); }
    .content-menu-box.bg002 .content-menu-box__bg {
      background-image: url(../img/top/top_img002.jpg); }
    .content-menu-box.bg003 .content-menu-box__bg {
      background-image: url(../img/top/top_img003.jpg); }
    .content-menu-box.bg004 .content-menu-box__bg {
      background-image: url(../img/top/top_img004.jpg); }
    .content-menu-box.bg005 .content-menu-box__bg {
      background-image: url(../img/top/top_img005.jpg); }
    .content-menu-box.bg006 .content-menu-box__bg {
      background-image: url(../img/top/top_img006.jpg); }
    .content-menu-box__title {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      margin: auto;
      display: inline-block;
      text-align: center;
      color: #fff;
      height: 70px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 100;
      line-height: 1.4;
      background-image: url(../img/top/icon_linkarrow.png);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 20px 20px; }
      .content-menu-box__title span {
        display: block;
        font-size: 8px;
        font-size: 0.8rem;
        opacity: .8; }
      @media screen and (min-width: 1024px) {
        .content-menu-box__title {
          height: 90px;
          font-size: 30px;
          font-size: 3rem; }
          .content-menu-box__title span {
            font-size: 14px;
            font-size: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .content-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .content-menu-box {
        width: 100%; }
        .content-menu-box:not(:last-child) {
          margin-bottom: 10px; } }

.highlight {
  background-color: #add1f0; }

.text-white {
  color: #fff; }

.text-center {
  text-align: center; }
  .text-center img {
    display: inline-block; }
  .text-center > * {
    margin-left: auto;
    margin-right: auto; }

@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center; } }
img.text-center {
  margin: 0 auto; }

.text-left {
  text-align: left; }
  .text-left img {
    display: inline-block; }
  .text-left > * {
    margin-left: auto; }

.text-right {
  text-align: right; }
  .text-right img {
    display: inline-block; }
  .text-right > * {
    margin-right: auto; }

.hf-indent {
  margin-left: -0.6em; }

.bc-primary {
  border-color: #109edd; }

.bc-red {
  border-color: #f00; }

.bc-yellow {
  border-color: #FFE566; }

.bc-blue {
  border-color: #0af; }

.bc-green {
  border-color: #5a8; }

.color-primary {
  color: #109edd; }

.color-red {
  color: #f00; }

.color-yellow {
  color: #FFE566; }

.color-blue {
  color: #0af; }

.color-green {
  color: #5a8; }

.bg-primary {
  background-color: #109edd; }

.bg-red {
  background-color: #f00; }

.bg-yellow {
  background-color: #FFE566; }

.bg-blue {
  background-color: #0af; }

.bg-green {
  background-color: #5a8; }

.bg-lgray {
  background-color: #f5f5f5; }

.bg-lblue {
  background-color: #e7f5fc; }

.bg-lpink {
  background-color: #ffebe6; }

.font-s {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.font-l {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold; }

.font-xl {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  font-weight: bold; }

.link-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1.8rem;
  text-decoration: none; }
  .link-arrow:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background: #109edd;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .link-arrow:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -1px; }
  .link-arrow:hover {
    color: #109edd;
    text-decoration: underline; }

.link-blank {
  background-image: url(../img/btn_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 1.8rem; }

.btn {
  text-decoration: none;
  background: #28a7e1;
  color: #fff;
  padding: .25rem 3.5rem;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  border-radius: 50px;
  min-width: 265px;
  font-weight: bold; }
  .btn[type="submit"], .btn[type="reset"] {
    padding: 0.85rem 3.5rem; }
  @media all and (-ms-high-contrast: none) {
    .btn {
      line-height: auto;
      height: auto;
      padding: 1.6rem 3.5rem 1.1rem; } }
  @media screen and (min-width: 1024px) {
    .btn {
      font-size: 30px;
      font-size: 3rem; } }
  .btn.text-white {
    color: #fff;
    border-color: #fff; }
    .btn.text-white:before {
      border-top-color: #fff;
      border-right-color: #fff; }
  .btn:hover {
    opacity: .7;
    color: #fff; }
  .btn.btn-arrow {
    position: relative;
    background-image: url(../img/btn_arrow.png);
    background-position: center right 2rem;
    background-repeat: no-repeat;
    background-size: 13px 15px;
    -webkit-transition: .3s;
    transition: .3s; }
    .btn.btn-arrow:hover {
      background-position: center right 1.5rem; }
    .btn.btn-arrow.btn-reverse {
      background: #fff;
      background-image: url(../img/btn_arrow_reverse.png);
      background-position: center right 2rem;
      background-repeat: no-repeat;
      border: 2px solid #109edd;
      color: #109edd;
      -webkit-transition: .3s;
      transition: .3s; }
      .btn.btn-arrow.btn-reverse:hover {
        background-position: center right 1.5rem; }
  .btn.btn-bump {
    position: relative;
    top: 0;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in; }
    .btn.btn-bump:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #0d7cad;
      z-index: -1;
      border-radius: 8px;
      -webkit-transition: .2s ease-in;
      transition: .2s ease-in; }
    .btn.btn-bump:hover {
      opacity: 1;
      background: #11a8eb; }
    .btn.btn-bump:active {
      top: 2px; }
      .btn.btn-bump:active:after {
        bottom: -1px; }
  .btn.btn-wide {
    width: 100%; }
  .btn.btn-small {
    padding: 8px 20px;
    min-width: 135px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (min-width: 1024px) {
      .btn.btn-small {
        font-size: 12px;
        font-size: 1.2rem; } }
    .btn.btn-small.btn-arrow:before {
      width: 6px;
      height: 6px;
      right: 6px; }
  .btn.btn-large {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      .btn.btn-large {
        font-size: 18px;
        font-size: 1.8rem; } }
  .btn.btn-xlarge {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      .btn.btn-xlarge {
        font-size: 20px;
        font-size: 2rem; } }
  .btn.btn-blank, .btn.btn-pdf {
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #000;
    background-repeat: no-repeat;
    background-position: right 2.5rem center; }
  .btn.btn-blank {
    background-image: url(../img/btn_blank.png); }
  .btn.btn-pdf {
    background-image: url(../img/btn_pdf.png); }

.btn-minimal {
  border: 1px solid #109edd;
  color: #109edd;
  background: transparent; }
  .btn-minimal.btn-arrow:before {
    border-top-color: #109edd;
    border-right-color: #109edd; }

.btn-image {
  display: inline-block; }

@media (max-width: 767px) {
  .sp-none {
    display: none !important; }

  .sp-only {
    display: block !important; }

  .sp-only_inline {
    display: inline-block !important; }

  .sptb-hidden {
    display: none !important; }

  .tbpc-hidden {
    display: block !important; }

  .sp-hidden {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .tb-none {
    display: none !important; }

  .tb-only {
    display: block !important; }

  .tb-only_inline {
    display: inline-block !important; }

  .sp-only {
    display: none !important; }

  .sp-only_inline {
    display: none !important; }

  .sptb-hidden {
    display: none !important; }

  .tbpc-hidden {
    display: none !important; }

  .sp-hidden {
    display: block !important; } }
@media (min-width: 1024px) {
  .pc-none {
    display: none !important; }

  .pc-only {
    display: block !important; }

  .pc-only_inline {
    display: inline-block !important; }

  .sp-only {
    display: none !important; }

  .sp-only_inline {
    display: none !important; }

  .sptb-hidden {
    display: block !important; }

  .tbpc-hidden {
    display: none !important; }

  .sp-hidden {
    display: block !important; } }
/*
.sp-none {display: none;}
.tb-none {display: none;}
.pc-none {display: block;}

.sp-none_inline {display: none;}
.pc-none_inline {display: inline-block;}

@include media(pc) {
.sp-none {display: block;}
.pc-none {display: none;}
.sp-none_inline {display: inline-block;}
.pc-none_inline {display: none;}
}
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.border-none-top {
  border-top: none !important; }

.border-none-left {
  border-left: none !important; }

.border-none-right {
  border-right: none !important; }

.border-none-bottom {
  border-bottom: none !important; }

@media screen and (min-width: 1024px) {
  .pc-border-none-top {
    border-top: none !important; }

  .pc-border-none-left {
    border-left: none !important; }

  .pc-border-none-right {
    border-right: none !important; }

  .pc-border-none-bottom {
    border-bottom: none !important; } }
.mt0 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

span.asterisk {
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    span.asterisk {
      font-size: 11px;
      font-size: 1.1rem;
      text-indent: -13px;
      margin-left: 13px; } }

body:not(.home) section h2 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #666;
  letter-spacing: .15em;
  text-indent: .15em;
  margin-bottom: 4rem;
  line-height: 1.3; }
  body:not(.home) section h2 span {
    letter-spacing: .15em; }

.swiper-button-next,
.swiper-button-prev {
  background-image: url(../img/common/icon_gnavarrow_blk.png) !important;
  background-size: 20px 20px !important; }

.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.swiper-pagination-bullet-active {
  background-color: #595757 !important; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.spec article .container {
    padding-right: 1rem;
    padding-left: 1rem; } }
@media screen and (max-width: 767px) {
  body.spec article .container {
    padding-right: 3rem;
    padding-left: 3rem; } }
body.spec h2 {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  background-image: url(../img/spec/bg_line.png); }

.spec-list {
  background-image: url(../img/spec/bg_line.png);
  background-position: bottom left;
  background-repeat: repeat-x; }
  .spec-list li {
    background-image: url(../img/spec/bg_line.png);
    line-height: 35px;
    font-size: 13px;
    font-size: 1.3rem; }
    @media (max-width: 320px) {
      .spec-list li {
        font-size: 12px;
        font-size: 1.2rem; } }

.spec-attention {
  margin-top: .5rem; }
  @media screen and (max-width: 767px) {
    .spec-attention {
      margin-top: 3rem;
      text-align: center; }
      .spec-attention p {
        display: inline-block;
        text-align: left;
        padding-left: 1.2rem;
        text-indent: -1.2rem;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media screen and (max-width: 767px) and (max-width: 320px) {
      .spec-attention p {
        font-size: 11px;
        font-size: 1.1rem; } }

@media screen and (min-width: 768px) {
  .pc-spec-list__indent {
    display: block;
    text-indent: 1.2rem; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .tb-spec-list__indent {
    display: block;
    text-indent: 4.5rem; } }
body.concept .concept_img001 {
  max-width: 320px;
  margin: 5rem auto 0; }
  @media screen and (max-width: 480px) {
    body.concept .concept_img001 {
      max-width: 260px;
      margin: 4rem auto 0; } }
body.concept .concept-brand h3 {
  padding-top: 8rem; }
  @media screen and (max-width: 767px) {
    body.concept .concept-brand h3 {
      padding-top: 4rem; } }
@media screen and (max-width: 767px) {
  body.concept .concept-brand h2 span {
    font-size: 17px;
    font-size: 1.7rem; } }
body.concept .concept_img002 {
  max-width: 560px;
  width: 100%;
  margin: 2rem auto; }
  @media screen and (max-width: 480px) {
    body.concept .concept_img002 {
      max-width: 260px;
      margin: 2rem auto 0; } }
body.concept .concept-escenario {
  padding-bottom: 2rem;
  *zoom: 1;
  max-width: 510px;
  margin: 0 auto;
  color: #000000;
  font-family: YuGothic, 游ゴシック, Meiryo, メイリオ, "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; }
  body.concept .concept-escenario:before, body.concept .concept-escenario:after {
    content: " ";
    display: table; }
  body.concept .concept-escenario:after {
    clear: both; }
  body.concept .concept-escenario dt {
    float: left;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 50px;
    font-weight: bold;
    /* for IE 11 */ }
    @media all and (-ms-high-contrast: none) {
      body.concept .concept-escenario dt {
        padding-top: 5px;
        line-height: 45px; } }
  body.concept .concept-escenario dd {
    border-bottom: 1px solid #141414;
    line-height: 50px;
    padding-left: 10rem;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative; }
    @media all and (-ms-high-contrast: none) {
      body.concept .concept-escenario dd {
        padding-top: 5px;
        line-height: 45px; } }
    body.concept .concept-escenario dd:nth-of-type(3) {
      border-bottom: 1px solid #fff; }
    body.concept .concept-escenario dd .concept-escenario__icon {
      position: absolute;
      top: 50%;
      right: 0;
      width: 74px;
      line-height: 20px;
      border: 1px solid #000;
      border-radius: 6px;
      text-align: center;
      -webkit-transform: translateY(-50%) translateX(0);
              transform: translateY(-50%) translateX(0);
      font-size: 12px;
      font-size: 1.2rem;
      /* for IE 11 */ }
      @media all and (-ms-high-contrast: none) {
        body.concept .concept-escenario dd .concept-escenario__icon {
          padding-top: 3px;
          line-height: 17px; } }
    body.concept .concept-escenario dd br {
      display: none; }
  @media (max-width: 599px) {
    body.concept .concept-escenario {
      width: 90%;
      padding-top: 3rem; }
      body.concept .concept-escenario dt {
        line-height: 25px;
        padding: 1rem 0 1rem 1.5rem; }
      body.concept .concept-escenario dd {
        line-height: 25px;
        padding: 1rem 0 1rem 10.5rem;
        letter-spacing: -.11em; }
        body.concept .concept-escenario dd .concept-escenario__icon {
          top: 53%;
          left: 1.5rem;
          -webkit-transform: translateY(0) translateX(0);
                  transform: translateY(0) translateX(0); }
        body.concept .concept-escenario dd br {
          display: block; } }

body .concept-innerplan-type {
  margin-bottom: 13rem; }
  body .concept-innerplan-type.bg001 {
    background-color: #006365; }
  body .concept-innerplan-type.bg002 {
    background-color: #006347; }
  body .concept-innerplan-type.bg003 {
    background-color: #006347; }

body.design section > .container {
  padding-bottom: 4rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.design section > .container {
      padding-right: 3.0rem;
      padding-left: 3.0rem; } }
  @media screen and (max-width: 767px) {
    body.design section > .container {
      padding-right: 3.25rem;
      padding-left: 3.25rem; } }
  @media screen and (min-width: 1024px) {
    body.design section > .container {
      max-width: 750px;
      padding-bottom: 6rem; } }

body .design-appearance {
  margin-top: 10rem !important; }
  @media screen and (max-width: 767px) {
    body .design-appearance {
      margin-top: 8rem !important; } }
body .design-entrance {
  margin-top: 10rem !important; }
  @media screen and (max-width: 767px) {
    body .design-entrance {
      margin-top: 8rem !important; } }
body .design-innerplan {
  margin-top: 16rem !important; }
  @media screen and (max-width: 767px) {
    body .design-innerplan {
      margin-top: 12rem !important; } }
  body .design-innerplan__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    max-width: 100%;
    margin: 9rem auto 0; }
    @media screen and (max-width: 767px) {
      body .design-innerplan__2col {
        display: block;
        margin: 5rem auto 0; } }
    body .design-innerplan__2col div {
      padding: 0 8%; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body .design-innerplan__2col div {
          padding: 0 4%; } }
      @media screen and (max-width: 767px) {
        body .design-innerplan__2col div {
          padding-right: 3.25rem;
          padding-left: 3.25rem;
          margin-bottom: 6rem; } }
  body .design-innerplan-type {
    margin-bottom: 13rem; }
    body .design-innerplan-type.bg001 {
      background-color: #006365; }
    body .design-innerplan-type.bg002 {
      background-color: #006347; }
    body .design-innerplan-type.bg003 {
      background-color: #275137; }
    body .design-innerplan-type .container {
      padding: 6rem 14%;
      color: #fff; }
    body .design-innerplan-type-exp {
      padding: 0 1.5rem 5rem; }
      body .design-innerplan-type-exp__title {
        font-size: 21px;
        font-size: 2.1rem; }
      body .design-innerplan-type-exp__spec {
        margin-top: 1rem !important; }
      body .design-innerplan-type-exp__comments {
        margin-top: 1rem !important; }
    @media (min-width: 768px) {
      body .design-innerplan-type .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      body .design-innerplan-type-exp {
        -ms-flex-preferred-size: 30rem;
            flex-basis: 30rem;
        padding-right: 5rem; }
      body .design-innerplan-type-img {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-top: 2rem; }
        body .design-innerplan-type-img img {
          margin: 0 0 0 auto;
          width: auto; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      body .design-innerplan-type .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 6rem 7.5%; }
      body .design-innerplan-type-exp {
        -ms-flex-preferred-size: 22rem;
            flex-basis: 22rem;
        padding-right: 4rem;
        font-size: 12px;
        font-size: 1.2rem; }
        body .design-innerplan-type-exp__spec {
          line-height: 1.5; }
        body .design-innerplan-type-exp__comments {
          margin-top: 1rem !important; } }
    @media screen and (min-width: 1024px) {
      body .design-innerplan-type .container {
        padding: 7rem 0 8rem; }
      body .design-innerplan-type-exp__comments {
        margin-top: 3rem !important; } }

@media screen and (min-width: 1024px) {
  .design-innerplan-type-img .pc {
    display: block; }
  .design-innerplan-type-img .tb {
    display: none; }
  .design-innerplan-type-img .sp {
    display: none; } }
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .design-innerplan-type-img .pc {
    display: none; }
  .design-innerplan-type-img .tb {
    display: block; }
  .design-innerplan-type-img .sp {
    display: none; } }
@media screen and (max-width: 480px) {
  .design-innerplan-type-img .pc {
    display: none; }
  .design-innerplan-type-img .tb {
    display: none; }
  .design-innerplan-type-img .sp {
    display: block; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    padding-right: 7rem;
    padding-left: 7rem; } }
@media screen and (max-width: 767px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    padding-right: 2.9rem;
    padding-left: 2.9rem; } }
@media screen and (min-width: 1024px) {
  body.architect .architect-profile .container,
  body.architect .architect-concept .container,
  body.architect .architect-unit .container {
    max-width: 735px; } }
body.architect .architect-unit {
  margin-bottom: 10rem; }
  @media screen and (max-width: 767px) {
    body.architect .architect-unit {
      margin-bottom: 7rem; } }
  body.architect .architect-unit h2 {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      body.architect .architect-unit h2 {
        max-width: 90%; } }
body.architect .architect-concept figure {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 4rem; }
body.architect .architect-work figcaption {
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.architect .architect-work figcaption {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); } }
  @media (max-width: 320px) {
    body.architect .architect-work figcaption {
      font-size: 11px;
      font-size: 1.1rem; } }
body.architect .architect-work-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    body.architect .architect-work-list01 {
      margin-bottom: 0; } }
  body.architect .architect-work-list01__item {
    margin-bottom: 4rem; }
    @media (max-width: 768px) {
      body.architect .architect-work-list01__item {
        margin-bottom: 2rem; } }
    body.architect .architect-work-list01__item figcaption {
      margin-top: .5rem; }
  @media (max-width: 767px) {
    body.architect .architect-work-list01 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.architect .architect-work-list01__item {
        display: block;
        width: 50%; }
        body.architect .architect-work-list01__item:first-child {
          width: 52%; }
          body.architect .architect-work-list01__item:first-child + div {
            width: 48%; } }
body.architect .architect-work-list02__item {
  margin-bottom: 4rem; }
  @media (max-width: 768px) {
    body.architect .architect-work-list02__item {
      margin-bottom: 2rem; } }
  body.architect .architect-work-list02__item figcaption {
    margin-top: .5rem; }
@media (min-width: 768px) {
  body.architect .architect-work-list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.architect .architect-work-list02__item {
      display: block; }
      body.architect .architect-work-list02__item figcaption {
        margin-top: .5rem; } }
body.architect .architect-work-list02__item-award {
  margin-top: 3rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    body.architect .architect-work-list02__item-award {
      margin-top: 2.5rem; } }
  body.architect .architect-work-list02__item-award p {
    margin-top: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    text-align: left; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.architect .architect-work-list02__item-award-text {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
    body.architect .architect-work-list02__item-award-text p {
      font-size: 10px;
      font-size: 1rem;
      white-space: nowrap; } }
body.architect .architect-gooddesign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 455px;
  margin: 4rem auto 0; }
  @media (max-width: 767px) {
    body.architect .architect-gooddesign {
      width: 86%;
      max-width: 300px; } }
  body.architect .architect-gooddesign figure {
    width: 48px; }
    body.architect .architect-gooddesign figure + div {
      padding-left: 2rem; }
      @media (min-width: 768px) {
        body.architect .architect-gooddesign figure + div {
          font-size: 12px;
          font-size: 1.2rem; } }

body.location h1 span {
  line-height: 2; }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.location .location-style .container {
    padding-right: 7.2rem;
    padding-left: 7.2rem; } }
@media screen and (max-width: 767px) {
  body.location .location-style .container {
    padding-right: 3rem;
    padding-left: 3rem; } }
@media screen and (min-width: 1024px) {
  body.location .location-style .container {
    max-width: 750px; } }
body.location .location-style .container p {
  padding-bottom: 3rem; }
body.location .location-style figure {
  width: 1000px;
  max-width: 100%;
  margin: 5rem auto 0; }
  @media screen and (max-width: 767px) {
    body.location .location-style figure {
      margin: 1rem auto 0; } }
  @media screen and (max-width: 767px) {
    body.location .location-style figure {
      margin-right: -3rem;
      margin-left: -3rem; } }
@media screen and (min-width: 1024px) {
  body.location .location-image {
    margin-top: 12rem; } }
body.location .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 1.5rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.location .swiper-pagination {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) {
    body.location .swiper-pagination {
      margin-top: 2.5rem; } }
body.location .location-map {
  margin-top: 20rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.location .location-map {
      margin-top: 10rem; } }
  @media screen and (max-width: 767px) {
    body.location .location-map {
      margin-top: 8.5rem; } }
  @media screen and (min-width: 768px) {
    body.location .location-map .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.location .location-map .container .location-map__root {
        width: 100%;
        max-width: 360px; }
        body.location .location-map .container .location-map__root .location-map__root__logo {
          max-width: 240px;
          margin: 0 0 40px; }
        body.location .location-map .container .location-map__root .location-map__root__txt {
          font-size: 10.5px;
          font-size: 1.05rem;
          padding-bottom: 2.5rem;
          padding-left: 10px;
          white-space: nowrap;
          line-height: 1.8; }
      body.location .location-map .container .location-map__img {
        padding-left: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    body.location .location-map .container {
      padding: 0 4.5rem; }
      body.location .location-map .container .location-map__root {
        width: 38%; }
        body.location .location-map .container .location-map__root .location-map__root__logo {
          max-width: 162px; }
        body.location .location-map .container .location-map__root .location-map__root__txt {
          -webkit-transform: scale(0.7);
                  transform: scale(0.7);
          padding-bottom: 1rem;
          margin-top: 1rem;
          margin-left: -5.5rem; }
      body.location .location-map .container .location-map__img {
        padding-left: 3rem; } }
  @media screen and (max-width: 767px) {
    body.location .location-map .container {
      padding: 2rem 0  0; }
      body.location .location-map .container .location-map__root {
        margin-bottom: 5rem; }
        body.location .location-map .container .location-map__root .location-map__root__logo {
          max-width: 220px;
          margin: 0 auto 30px; }
        body.location .location-map .container .location-map__root .location-map__root__txt {
          font-size: 10.8px;
          font-size: 1.08rem;
          padding-left: 1rem;
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) and (max-width: 320px) {
        body.location .location-map .container .location-map__root .location-map__root__txt {
          font-size: 10px;
          font-size: 1rem; } }
  @media screen and (max-width: 767px) {
      body.location .location-map .container .location-map__root__guide {
        padding: 0 1rem; } }
  body.location .location-map .container .location-map__root__txt {
    *zoom: 1; }
    body.location .location-map .container .location-map__root__txt:before, body.location .location-map .container .location-map__root__txt:after {
      content: " ";
      display: table; }
    body.location .location-map .container .location-map__root__txt:after {
      clear: both; }
    body.location .location-map .container .location-map__root__txt dt {
      float: left; }
    body.location .location-map .container .location-map__root__txt dd {
      padding-left: 50px; }

body.equipment .equipment-material > .container {
  padding-bottom: 8rem; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.equipment .equipment-material > .container {
      padding-right: 7.3rem;
      padding-left: 7.3rem; } }
  @media screen and (max-width: 767px) {
    body.equipment .equipment-material > .container {
      padding-right: 2.9rem;
      padding-left: 2.9rem; } }
  @media screen and (min-width: 1024px) {
    body.equipment .equipment-material > .container {
      width: 750px; } }
body.equipment .equipment-image01 {
  background-color: #f1e0b8;
  margin-bottom: 12rem; }
body.equipment .equipment-image02 {
  background-color: #7c7872;
  margin-bottom: 12rem; }
body.equipment .equipment-image03 {
  background-color: #b5a48e;
  margin-bottom: 10rem; }
@media (max-width: 767px) {
  body.equipment .equipment-image01,
  body.equipment .equipment-image02,
  body.equipment .equipment-image03 {
    margin-bottom: 6rem; }
    body.equipment .equipment-image01 .container,
    body.equipment .equipment-image02 .container,
    body.equipment .equipment-image03 .container {
      padding: 1.8rem 0; } }

body.plan .plan-design figcaption {
  border-bottom-color: rgba(20, 20, 20, 0.6);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: rgba(20, 20, 20, 0.6);
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  width: 120px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px; }
body.plan .plan-design p {
  margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    body.plan .plan-design p {
      margin-bottom: .5rem;
      font-size: 11px;
      font-size: 1.1rem; } }
  @media (max-width: 320px) {
    body.plan .plan-design p {
      font-size: 10px;
      font-size: 1rem; } }
body.plan .plan-design .swiper-container {
  padding-bottom: 4rem; }
  body.plan .plan-design .swiper-container::after {
    width: 100%;
    height: 1px;
    background-color: rgba(20, 20, 20, 0.4);
    display: block;
    content: ""; }
body.plan .plan-design .swiper-pagination {
  bottom: 0; }
@media screen and (max-width: 767px) {
  body.plan .plan-design .swiper-button-next,
  body.plan .plan-design .swiper-button-prev {
    top: 40%; } }
@media screen and (max-width: 767px) {
  body.plan .plan-design .container {
    padding-left: .8rem;
    padding-right: .8rem; } }
body.plan .plan-design .container,
body.plan .plan-shop .container {
  max-width: 980px; }
  body.plan .plan-design .container h2,
  body.plan .plan-shop .container h2 {
    border-bottom-color: rgba(20, 20, 20, 0.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: .5rem;
    margin-bottom: 3rem; }
@media screen and (max-width: 767px) {
  body.plan .plan-type .container {
    padding: 0; } }
body.plan .plan-type .container h2 {
  margin-bottom: 2rem; }
body.plan .plan-type-list {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 856px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.plan .plan-type-list + h2 {
    margin-top: 9rem; }
    @media (max-width: 768px) {
      body.plan .plan-type-list + h2 {
        margin-top: 4.5rem; } }
  body.plan .plan-type-list__item {
    width: 23.354%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(20, 20, 20, 0.4);
    margin: 0 .8% 1.4rem;
    height: 200px; }
    body.plan .plan-type-list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      padding: 3.1rem 0 0;
      background-color: rgba(213, 180, 52, 0);
      -webkit-transition: .3s;
      transition: .3s;
      color: #666666;
      position: relative; }
      body.plan .plan-type-list__item a:hover {
        background-color: rgba(213, 180, 52, 0.3);
        opacity: 1; }
      body.plan .plan-type-list__item a::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../img/common/icon_gnavarrow_blk.png);
        background-size: 100% 100%;
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0;
        margin: 0 auto; }
    body.plan .plan-type-list__item img {
      display: none; }
  body.plan .plan-type-list__title {
    text-align: center;
    font-size: 20px;
    font-size: 2rem; }
  body.plan .plan-type-list__storey {
    background-color: #caa101;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 18px;
    letter-spacing: .15em;
    padding-left: .15em; }
  body.plan .plan-type-list__date {
    text-align: center;
    line-height: 1.3;
    margin-top: .5rem;
    font-size: 12px;
    font-size: 1.2rem; }
    body.plan .plan-type-list__date span {
      font-size: 16px;
      font-size: 1.6rem; }
    body.plan .plan-type-list__date-wrap {
      margin-top: 5px;
      min-height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        body.plan .plan-type-list__date-wrap {
          min-height: 30px; } }
  @media (max-width: 768px) {
    body.plan .plan-type-list {
      max-width: 680px; }
      body.plan .plan-type-list__item {
        height: 160px; }
        body.plan .plan-type-list__item a {
          padding: 2.5rem 0 0; }
      body.plan .plan-type-list__title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
      body.plan .plan-type-list__storey {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      body.plan .plan-type-list__date {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        margin-top: 0rem; }
        body.plan .plan-type-list__date span {
          font-size: 13px;
          font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    body.plan .plan-type-list {
      max-width: 375px; }
      body.plan .plan-type-list__item {
        max-width: 42.6666%;
        width: 100%;
        margin: 0 1.8% 1.2rem; } }
body.plan .plan-shop .container {
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid;
  border-bottom-width: 1px; }
  @media screen and (min-width: 1024px) {
    body.plan .plan-shop .container {
      padding-bottom: 5rem; } }
body.plan .plan-shop .plan-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 635px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 1024px) {
    body.plan .plan-shop .plan-shop-list {
      margin: 0 auto 5rem; } }
  body.plan .plan-shop .plan-shop-list__item {
    border: 1px solid #141414;
    width: 31.666%;
    padding: 5.3rem 0; }
  body.plan .plan-shop .plan-shop-list__title {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .15em; }
  body.plan .plan-shop .plan-shop-list__date {
    text-align: center;
    line-height: 1.4;
    margin-top: .5rem;
    font-size: 12px;
    font-size: 1.2rem; }
    body.plan .plan-shop .plan-shop-list__date span {
      font-size: 16px;
      font-size: 1.6rem; }
  @media (max-width: 768px) {
    body.plan .plan-shop .plan-shop-list {
      max-width: 500px; }
      body.plan .plan-shop .plan-shop-list__item {
        padding: 4.5rem 0; }
      body.plan .plan-shop .plan-shop-list__title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
      body.plan .plan-shop .plan-shop-list__storey {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      body.plan .plan-shop .plan-shop-list__date {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        margin-top: .5rem; }
        body.plan .plan-shop .plan-shop-list__date span {
          font-size: 13px;
          font-size: 1.3rem; } }
  @media (max-width: 480px) {
    body.plan .plan-shop .plan-shop-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 2rem; }
      body.plan .plan-shop .plan-shop-list__item {
        width: 46%;
        margin: 0 2% 1.3rem;
        padding: 4.6rem 0; } }

.plan-floor .container,
.plan-floor .container h2 {
  border-bottom-width: 1px;
  border-bottom-color: rgba(20, 20, 20, 0.4);
  border-bottom-style: solid; }
.plan-floor .container {
  padding-bottom: 4rem; }
  @media screen and (max-width: 767px) {
    .plan-floor .container {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .plan-floor .container h2 {
    padding-bottom: 1.5rem; }
    .plan-floor .container h2:not(:first-child) {
      margin-top: 10rem; }
    .plan-floor .container h2 + h3 {
      margin-top: 7rem; }
  .plan-floor .container h3 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    color: #666666;
    letter-spacing: .15em;
    line-height: 1.3;
    margin-top: 2rem; }
    @media screen and (max-width: 767px) {
      .plan-floor .container h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .plan-floor .container figure {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto; }
.plan-floor__shopbox {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px; }
  .plan-floor__shopbox > div {
    display: inline-block;
    padding: 0 25px; }
    .plan-floor__shopbox > div:first-child {
      border-right: 1px solid #141414; }
  .plan-floor__shopbox-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: .2em;
    line-height: 1;
    color: #666666; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .plan-floor__shopbox-title {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .plan-floor__shopbox-title {
        font-size: 16px;
        font-size: 1.6rem; } }
  .plan-floor__shopbox-data {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px !important;
    color: #666666;
    line-height: 1; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .plan-floor__shopbox-data {
        font-size: 9.6px;
        font-size: 0.96rem; } }
    @media screen and (max-width: 767px) {
      .plan-floor__shopbox-data {
        font-size: 9.6px;
        font-size: 0.96rem; } }
    .plan-floor__shopbox-data span {
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .plan-floor__shopbox-data span {
          font-size: 12.8px;
          font-size: 1.28rem; } }
      @media screen and (max-width: 767px) {
        .plan-floor__shopbox-data span {
          font-size: 12.8px;
          font-size: 1.28rem; } }

/*# sourceMappingURL=style.css.map */