@charset "utf-8";

/*
==============
setagaya.css
==============
*/

/* -----------------
■ 全体
------------------- */
.wrapper {
  position: relative;
  overflow: hidden; }

/* -----------------
■ ヘッダー
------------------- */
.header {
  padding: 44px 56px 0; }

.header img {
  width: 120px; }

/* -----------------
■ タイトル
------------------- */
.titleWrapper {
  position: relative;
  width: 1000px;
  margin: 88px auto 0;
  text-align: center; }

.titleWrapper h1 .logo1 {
  width: 776px; }

.titleWrapper h1 .logo2 {
  width: 448px;
  margin-top: -14px;
  transition-delay: .2s; }

.titleWrapper h2 {
  margin-top: 20px;
  transition-delay: .4s; }

.titleWrapper h2 img {
  width: 496px; }

.titleWrapper .text {
  margin-top: 25px;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: .175em;
  transition-delay: .6s; }

.titleWrapper .maps {
  position: absolute;
  top: 154px;
  right: -200px;
  width: 369px;
  transition-delay: .8s; }

/* -----------------
■ 建物
------------------- */
.buildingBox {
  position: relative; }

.buildingBox .buildingInner {
  position: relative;
  width: 1000px;
  margin: 0 auto 0; }

.buildingWrapper .img {
  position: absolute;
  z-index: -1; }

.buildingWrapper .img img {
  width: 100%; }

.buildingWrapper .buildNameWrapper {
  position: absolute;
  transition-delay: 0.5s; }

.buildingWrapper .buildNameWrapper h2 {
  position: relative;
  display: inline-block;
  padding: 8px 24px 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: .2em;
  font-feature-settings: "palt";
  border: 2px solid #ef8585;
  border-radius: 14px;
  background-color: #fff; }

.buildingWrapper .buildNameWrapper h2:after {
  position: absolute;
  width: 32px;
  height: 34px;
  z-index: 1;
}

.buildingWrapper .buildNameWrapper p {
  margin: 7px 26px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: .1em; }

.buildingWrapper .textWrapper {
  width: 315px; }

.buildingWrapper .textWrapper h3 {
  margin-right: -40px;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 3.8px;
  font-feature-settings: "palt"; }

.buildingWrapper .textWrapper .text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  letter-spacing: .025em; }

.buildingWrapper .textWrapper .caption {
  margin-top: 14px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: .1em; }

.buildingWrapper .textWrapper .access {
  padding-left: 19px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: .1em;
  background: url(../img/arttrip/icon_square_red.svg) no-repeat 3px 7px;
  background-size: 8px 8px; }

/* building1 */
.building1 {
  margin-top: 336px; }

.building1 .img {
  bottom: -76%;
  left: 32.2%;
  width: 67.8%; }

.building1 .buildingInner {
  width: auto;
  margin-right: 63.42857%; }

.building1 .textWrapper {
  float: right; }

.building1 .buildNameWrapper {
  top: 352px;
  right: -40px; }

/* building2 */
.building2 {
  margin-top: 660px;
  padding-left: 63.6%;
  box-sizing: border-box; }

.building2 .buildingInner {
  width: auto; }

.building2 .img {
  bottom: -11%;
  left: 0;
  width: 60.57142%; }

.building2 .buildNameWrapper {
  top: -145px;
  left: -111px; }

/* building3 */
.building3 {
  margin-top: 372px; }

.building3 .img {
  bottom: -8%;
  right: 0;
  width: 60.85714%; }

.building3 .buildingInner {
  width: auto;
  margin-right: 63%; }

.building3 .textWrapper {
  float: right; }

.building3 .buildNameWrapper {
  top: -180px;
  right: -222px; }

/* building4 */
.building4 {
  width: auto;
  margin-top: 172px; }

.building4 .img {
  position: static;
  padding-top: 20px; }

.building4 .img img {
  width: 100%; }

.building4 .outWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  transform: translateX(-50%); }

.building4 .buildNameWrapper {
  top: 48px;
  left: 72px; }

.building4 .textWrapper {
  position: absolute;
  top: 0;
  right: 169px; }

.building4 .textWrapper .text {
  letter-spacing: 0.003em; }

.building4 .textWrapper .access {
  letter-spacing: 0.05em; }

/* -----------------
■ copyright
------------------- */
.copyright {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  text-align: center;
  z-index: 1; }

.copyright img {
  width: 198px; }

