@charset "utf-8";

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

/* -----------------
■ 全体
------------------- */
.fadein {
  -webkit-transition: 1.5s;
  transition: 1.5s; }

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

.header img {
  width: 17.43119%; }

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

.titleWrapper h1 .logo1 {
  width: 77%; }

.titleWrapper h1 .logo2 {
  width: 45%;
  margin-top: -6px; }

.titleWrapper h2 {
  margin-top: 15px; }

.titleWrapper h2 img {
  width: 61.86666%; }

.titleWrapper .text {
  margin-top: 28px;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.5px; }

/* -----------------
■ 建物
------------------- */
.buildingWrapper {
  margin-top: 47px; }

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

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

.buildingWrapper .buildNameWrapper {
  width: 74.93333%;
  margin: -10px auto 0; }

.buildingWrapper .buildNameWrapper h2 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: .175em;
  font-feature-settings: "palt";
  text-align: center;
  border: 2px solid #ef8585;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff; }

.buildingWrapper .buildNameWrapper h2 span {
  display: inline-block;
  text-align: left; }

.buildingWrapper .buildNameWrapper p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .1em;
  font-feature-settings: "palt"; }

.buildingWrapper .textWrapper {
  width: 74.93333%;
  margin: 33px auto 0; }

.buildingWrapper .textWrapper h3 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: .175em;
  font-feature-settings: "palt"; }

.buildingWrapper .textWrapper .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: .1em; }

.buildingWrapper .textWrapper .caption {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.2px; }

.buildingWrapper .textWrapper .access {
  padding-left: 10px;
  margin-top: 15px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.2px;
  background: url(../img/arttrip/icon_square_red.svg) no-repeat 0px 5px;
  background-size: 6px 6px; }

.lineWrapper {
  margin-top: 40px;
  text-align: center; }

.lineWrapper img {
  width: 62%; }

/* building1 */
.building1 .buildNameWrapper h2 {
  margin-top: -10px; }

.building1 .textWrapper .text {
  letter-spacing: .08em; }

/* building2 */
.building2 {
  margin-top: 32px; }

.building2 .buildNameWrapper h2 {
  margin-top: -14px;
  text-align: center; }

/* building3 */
.building3 .buildNameWrapper h2 {
  margin-top: -14px;
  text-align: center; }

/* building4 */
.building4 .buildNameWrapper h2 {
  margin-top: -24px; }

/* -----------------
■ 地図
------------------- */
.mapWrapper {
  margin-top: 78px;
  text-align: center; }

.mapWrapper img {
  width: 74.93333%; }

/* -----------------
■ copyright
------------------- */
.copyright {
  padding: 30px 0 22px;
  text-align: center; }

.copyright img {
  width: 99px; }



