@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
  RESET
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul { list-style: none;}

header, footer, nav, article, section, aside, figure, main {
  display: block;
  margin: 0;
  padding: 0;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  height: auto;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  border-radius: 0;
}

html {
	overflow-y: scroll;
	max-height: 100%;
  font-size: 62.5%;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: 500;
	height: 100%;
  background-color: #000;
}

a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover {
  color: #f29600;
	text-decoration: none;
}

a img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

:focus { -moz-outline-style: none;}

::-moz-selection {
  color: #fff;
  background: #00a0e9;
}

::selection {
  color: #fff;
  background: #00a0e9;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* ----------------------------------------
  common
---------------------------------------- */

img {
	width: 100%;
	height: auto;
}

.alignC { text-align: center !important;}
.alignL { text-align: left !important;}
.alignR { text-align: right !important;}



/*表示
----------------------------------------*/
/* PCだけ表示 */
.pc {
	display: block !important;
}
/* タブレットだけ表示 */
.tb {
	display: none !important;
}
/* SPだけ表示 */
.sp {
	display: none !important;
}

/* PCだけ表示 */
.pc_inline {
	display: inline !important;
}
/* タブレットだけ表示 */
.tb_inline {
	display: none !important;
}
/* SPだけ表示 */
.sp_inline {
	display: none !important;
}

@media screen and (max-width: 959px) {
	/* PCだけ表示 */
	.pc {
		display: none !important;
	}
  /* タブレットだけ表示 */
  .tb {
	  display: block !important;
  }
	/* SPだけ表示 */
	.sp {
		display: none !important;
	}
	
	/* PCだけ表示 */
	.pc_inline {
		display: none !important;
	}
  /* タブレットだけ表示 */
  .tb_inline {
	  display: inline !important;
  }
	/* SPだけ表示 */
	.sp_inline {
		display: none !important;
	}
}


@media screen and (max-width: 767px) {
	/* PCだけ表示 */
	.pc {
		display: none !important;
	}
  /* タブレットだけ表示 */
  .tb {
	  display: none !important;
  }
	/* SPだけ表示 */
	.sp {
		display: block !important;
	}
	
	/* PCだけ表示 */
	.pc_inline {
		display: none !important;
	}
  /* タブレットだけ表示 */
  .tb_inline {
	  display: none !important;
  }
	/* SPだけ表示 */
	.sp_inline {
		display: inline !important;
	}
}


/*margin
----------------------------------------*/
/*top*/
.mt0{ margin-top: 0px !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; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !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; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.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; }

/*left*/
.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; }



.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 959px) {
  .inner {
    max-width: 100%;
    padding: 0 5.73%;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}



/* ----------------------------------------
  header
---------------------------------------- */

header#header {
  max-width: 1020px;
  position: relative;
  margin: 0 auto;
}

header#header .logo {
  position: absolute;
  top: 25px;
  left: 0;
  width: 130px;
  z-index: 777;
}

header#header .toTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  z-index: 777;
  background-color: #000;
  text-align: center;
}
header#header .toTop a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 15px 0;
  text-decoration: none;
}
header#header .toTop img {
  width: 18px;
  margin: 0 auto 10px;
}
header#header .toTop a span {
  display: block;
}


@media screen and (max-width: 959px) {
  header#header {
    max-width: 100%;
  }
  
  header#header .logo {
    left: 5.73%;
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  
  header#header .logo {
    left: 5.33%;
    width: 25.33%;
  }
  
  header#header .toTop img {
    margin: 0 auto;
  }
  
  header#header .toTop a span {
    display: none;
  }
}


/* ----------------------------------------
  TOP mainVisual
---------------------------------------- */

#mainVisual {
  position: relative;
  margin: 0 auto 50px;
}

#mainVisual .ttlSet {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  width: 59.11%;
  max-width: 605px;
  z-index: 777;
}
#mainVisual .ttlSet h1 {
  margin: 0 auto 40px;
}
#mainVisual .ttlSet h2 {
  width: 64.66%;
  margin: 0 auto;
}

#mainVisual .downButton img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
  width: 10%;
  min-width: 86px;
  z-index: 778;
}

/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
  content:' ' !important;
	display: block;
	background: url(../images/arrow-right.png) no-repeat left top;
  background-size: 42px auto;
	text-indent: -9999px;
	width: 42px;
	height: 76px;
  overflow: hidden!important;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
	content:' ' !important;
	display: block;
	background: url(../images/arrow-left.png) no-repeat left top;
  background-size: 42px auto;
	text-indent: -9999px;
	width: 42px;
	height: 76px;
  overflow: hidden!important;
}

.sp-buttons {
  z-index: 2;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/*ナビゲーションボタンの色*/
.sp-button {
  border:none;
  background-color: #fff;
}
.sp-selected-button {
	background-color: #000;
}


@media screen and (max-width: 959px) {
  
  #mainVisual .ttlSet {
    width: 78.51%;
    max-width: 78.51%;
  }
  
  .sp-next-arrow:before,
  .sp-previous-arrow:before {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  
  #mainVisual .ttlSet {
    width: 68%;
    max-width: 68%;
  }
  #mainVisual .ttlSet h1 {
    margin: 0 auto 40px;
  }
  #mainVisual .ttlSet h2 {
    width: 100%;
    margin: 0 auto;
  }
  
  .sp-button {
		width: 10px;
		height: 10px;
	}
}



/* ----------------------------------------
  titleArea
---------------------------------------- */

#titleArea {
  position: relative;
  margin: 0 auto 50px;
  padding: 145px 30px 11.32%;
}

#titleArea .base,
#titleArea .base2 {
  width: 100%;
  max-width: 1020px;
  background-color: rgba(255,255,255,0.9);
  margin: 0 auto;
  padding: 80px 0;
}
#titleArea .base2 { padding: 80px 0 70px;}
#titleArea .base .building,
#titleArea .base2 .building {
  width: 78.43%;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 60px;
  padding: 0 0 30px 0;
}

#titleArea ul.awardsList3 {
  width: 78.43%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.5em;
}
#titleArea ul.awardsList3 li {
  /* float: left; */
  display: inline-block;
  width: 30%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

#titleArea ul.awardsList3 li.nyc {
  width: 70%;
}
#titleArea ul.awardsList3 li span {
  letter-spacing: 0.02em;
}
#titleArea ul.awardsList3 li:nth-child(2),
#titleArea ul.awardsList3 li:nth-child(4),
#titleArea ul.awardsList3 li:nth-child(5) {
  margin: 0 5%;
}


#titleArea ul.awardsList3 li span {
  display: block;
  color: #000;
  margin: 25px auto 0;
}
#titleArea ul.awardsList3 li.line2 span {
  margin: 0 auto 0;
}
#titleArea ul.awardsList3 li img {
  max-width: 276px;
}

#titleArea ul.awardsList3 li img.nyc {
  max-width: 521px;
}

#titleArea ul.awardsList1 {
  width: 78.43%;
  margin: 0 auto;
  text-align: center;
}
#titleArea ul.awardsList1 li {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

#titleArea ul.awardsList1 li span {
  display: block;
  color: #000;
  margin: 25px auto 0;
}
#titleArea ul.awardsList1 li img {
  max-width: 345px;
}


@media screen and (max-width: 959px) {
  
  #titleArea {
    padding: 110px 30px 11.32%;
  }
  
  #titleArea .base,
  #titleArea .base2 {
    padding: 40px 0 20px;
  }
  
  #titleArea .base .building,
  #titleArea .base2 .building {
    margin: 0 auto 30px;
    padding: 0 0 30px 0;
  }
  
  #titleArea ul.awardsList3 li {
    float: left;
    width: 45%;
    margin: 0;
    padding: 0;
  }
  #titleArea ul.awardsList3 li.nyc {
   float:none;
    margin-bottom: 10%;
  }
    
  #titleArea ul.awardsList3 li:nth-child(2) ,
  #titleArea ul.awardsList3 li:nth-child(4) {
    margin: 0 0 0 5%;
  }
  #titleArea ul.awardsList3 li:nth-child(5) {
    margin: 0;
  }

}

@media screen and (max-width: 767px) {
  
  #titleArea {
    padding: 70px 30px 11.32%;
  }

  #titleArea ul.awardsList3 li {
    float: none;
    width: 80%;
    margin: 0 auto 10px;
  }
  #titleArea ul.awardsList3 li:nth-child(2),
  #titleArea ul.awardsList3 li:nth-child(4),
  #titleArea ul.awardsList3 li:nth-child(5) {
    margin: 0 auto 10px;
  }
  
}



/* ----------------------------------------
  contents
---------------------------------------- */

#contents {

}

#contents .phBox1 {
  width: 94.11%;
  text-align: center;
  margin: 0 auto 50px;
}
#contents .phBox1 span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
}

#contents .phBox2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 65px;
}

.introduction {
  margin: 120px auto 0;
}

.introduction ul li {
  width: 100%;
  background: #fff;
  margin: 0 0 26px 0;
}

.introduction ul li .set {
  width: 80%;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 0 10px;
}

.introduction ul li .set .ph {
  float: left;
  width: 38.33%;
}

.introduction ul li .set .ttl {
  float: right;
  width: 55.55%;
  color: #898888;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 10px 0;
}

.introduction ul li .set .txt {
  float: right;
  width: 55.55%;
  color: #898888;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
  margin: 0 0 20px 0;
}


@media screen and (max-width: 959px) {

  #contents .phBox1 {
    margin: 0 auto 30px;
  }
  
  #contents .phBox2 {
    margin: 0 auto 30px;
  }
  
}

@media screen and (max-width: 767px) {
  
  .introduction ul li .set .ph {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  
  .introduction ul li .set .ttl {
    float: none;
    width: 100%;
    margin: 10px 0 10px 0;
  }
  
  .introduction ul li .set .txt {
    float: none;
    width: 100%;
  }

}


/* ----------------------------------------
  index
---------------------------------------- */

#contents h2.ttl-awards {
  width: 102px;
  margin: 0 auto 30px;
}

#contents ul.topList {
  width: 100%;
  margin: 0 auto;
}

#contents ul.topList > li {
  border-top: 1px #4d4d4d solid;
  margin: 0 auto;
  padding: 55px 0 65px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#contents ul.topList > li:before,
#contents ul.topList > li:after {
  /* content: ""; */
  display: table;
}

#contents ul.topList > li:after {
  clear: both;
}

#contents ul.topList > li .building {
  /* float: left; */
  width: 313px;
}

#contents ul.topList > li .building h3 {
  width: 100%;
  margin: 0 0 35px 0;
}

#contents ul.topList > li .building .ph {
  width: 95.84%;
}
#contents ul.topList > li .building .ph + .ph {
  margin: 5px 0 0;
}

#contents ul.topList > li .awards_box {
  /* float: right; */
  width: 64.7%;
	position: relative;
	background: #bebebe;
}
#contents ul.topList > li .awards_box:after {
	right: 100%;
	top: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	margin-top: -55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 28px 55px 0;
  border-color: transparent #bebebe transparent transparent;
}

#contents ul.topList > li .awards_box ul {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 20px 10px;
}
#contents ul.topList > li .awards_box ul li {
  display: inline-block;
  width: 32.9%;
  margin: 0;
  padding: 0 0%;
  border: none;
}
#contents ul.topList > li .awards_box ul li.set1 { width: 100%;}
#contents ul.topList > li .awards_box ul li img { max-width: 170px;}
#contents ul.topList > li .awards_box ul li.set1 img { max-width: 230px;}
#contents ul.topList > li .awards_box ul li.set2 { width: 37%;}
#contents ul.topList > li .awards_box ul li.set2 img { max-width: 170px;}

#contents ul.topList > li .awards_box ul li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  margin: 25px 0 5px 0;
}
#contents ul.topList > li .awards_box ul li.line2 span {
  margin: 0 0 10px 0;
}

#contents ul.topList > li .awards_box .moreLink {
  background-color: #2d2d2d;
  margin: 0;
  padding: 1.3% 0;
}
#contents ul.topList > li .awards_box .moreLink a {
  display: block;
  border: 1px #fff solid;
  border-color: rgba(255,255,255,0.6);
  width: 30.3%;
  margin: 0 auto;
  padding: 2px 0 2px 3%;
  background: url(../images/icon_arrow.png) no-repeat 30% center;
  background-size: 20px auto;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  text-decoration: none;
}


@media screen and (max-width: 959px) {
  #contents ul.topList > li {
    flex-direction: column;
  }
  
  #contents ul.topList > li .building {
    float: none;
    width: 100%;
    margin: 0 auto 50px;
  }

  #contents ul.topList > li .building h3 {
    float: right;
    width: 50%;
    margin: 0;
  }

  #contents ul.topList > li .building .ph {
    float: left;
    width: 44.11%;
    margin: 0;
  }
  #contents ul.topList > li .building .ph + .ph {
    display: none;
  }

  #contents ul.topList > li .awards_box {
    clear: both;
    float: none;
    width: 100%;
	  position: relative;
	  background: #bebebe;
  }
  
  #contents ul.topList > li .awards_box:after {
	  right: 50%;
	  top: 0;
	  content: " ";
	  height: 0;
	  width: 0;
	  position: absolute;
	  margin-top: -27px;
    margin-right: -55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 28px 55px;
    border-color: transparent transparent #bebebe transparent;
  }


}

@media screen and (max-width: 767px) {

  #contents ul.topList > li .building h3 {
    float: none;
    width: 100%;
    margin: 0 auto 6%;
  }
  
  #contents ul.topList > li .building .ph {
    float: none;
    width: 100%;
    margin: 0;
  }
  
  #contents ul.topList > li .awards_box ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0%;
    border: none;
  }
  
  #contents ul.topList > li .awards_box ul li.set1 { width: 100%;}
  #contents ul.topList > li .awards_box ul li.set2 { width: 100%;}
  #contents ul.topList > li .awards_box ul li img { max-width: 55.33%; margin: 0 auto 10px;}
  #contents ul.topList > li .awards_box ul li.set1 img { max-width: 75.66%;}
  #contents ul.topList > li .awards_box ul li.set2 img { max-width: 55.33%;}
  
  #contents ul.topList > li .awards_box ul li span {
    margin: 15px 0 0px 0;
  }
  #contents ul.topList > li .awards_box ul li.line2 span {
    margin: 15px 0 0px 0;
  }
  
  #contents ul.topList > li .awards_box .moreLink {
    background-color: #2d2d2d;
    margin: 0;
    padding: 2.5% 0;
  }
  #contents ul.topList > li .awards_box .moreLink a {
    width: 66.66%;
  }
  
}


/* ----------------------------------------
  GOKOKUJI
---------------------------------------- */

.gokokuji {
  width: 100%;
  min-height: 790px;
  background: url(../images/gokokuji_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.gokokuji h1 {
  float: left;
  width: 282px;
  margin: 0 7.5% 0 0;
}
.gokokuji .spec {
  float: left;
  width: 278px;
}

.ttl-abbleaf {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
.ttl-abbleaf img {
  width: 295px;
}

.ttl-shirokane01 {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}

.ttl-shirokane01 img {
  max-width: 348px;
  width: 100%;
}

.ttl-nakano_north01 {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}

.ttl-nakano_north01 img {
  max-width: 277px;
  width: 100%;
}

.ttl-mdgokokuji {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 70px 0 30px;
}
.ttl-mdgokokuji img {
  width: 178px;
}

.ttl-shirokane02 {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 70px 0 30px;
}

.ttl-shirokane02 img {
  max-width: 200px;
  width: 100%;
}

.gokokujiPhSet1 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 0 30px;
}

.gokokujiPhSet1 .sideA {
  float: left;
  width: 38.52%;
}
.gokokujiPhSet1 .sideA p {
  margin: 0 auto 9.5%;
}

.gokokujiPhSet1 .sideB {
  float: right;
  width: 58.82%;
}

.shirokanePhSet1 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 80px;
  padding: 0 30px;
}

.shirokanePhSet1 .sideA {
  float: left;
  width: 46.9%;
  margin: 0 2.95% 0 0;
}

.shirokanePhSet1 .sideB {
  float: left;
  width: 50.1%;
  margin: 0 0 2.95% 0;
}

.shirokanePhSet1 .sideB p {
  margin: 0 0 5.2% 0;
}

.shirokanePhSet1 .sideC {
  float: left;
  width: 50%;
}

.shirokanePhSet1 .sideC p {
  margin: 0 0 5.2% 0;
}

.shirokanePhSet1 .sideD {
  margin: 0 0 5.2% 0;
  float: right;
  width: 46.8%;
}


@media screen and (max-width: 959px) {
  
  .gokokujiPhSet1 {
    margin: 0 auto 30px;
  }
  
  .gokokuji h1 {
    float: none;
    width: 282px;
    margin: 0 7.5% 5% 0;
  }
  .gokokuji .spec {
    float: none;
    width: 278px;
  }
  
  .shirokanePhSet1 {
    margin: 0 auto 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .gokokuji {
    min-height: auto;
  }

  .gokokuji h1 {
    width: 100%;
  }
  .gokokuji .spec {
    width: 100%;
  }
  
}


/* ----------------------------------------
  WAKAMATSUCHO
---------------------------------------- */

.wakamatsu {
  width: 100%;
  min-height: 790px;
  background: url(../images/wakamatsucho_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.wakamatsu h1 {
  float: left;
  width: 228px;
  margin: 0 12.87% 0 0;
}
.wakamatsu .spec {
  float: left;
  width: 278px;
}

.ttl-mcw {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
.ttl-mcw img {
  width: 262px;
}

.wkPhSet1 {
  width: 100%;
  margin: 0 auto 65px;
  padding: 0;
}

.wkPhSet1 .ph1 {
  float: left;
  width: 46.64%;
  margin: 0 2.95% 0 0;
}

.wkPhSet1 .ph2 {
  float: left;
  width: 50.41%;
  margin: 0 0 2.95% 0;
}

.wkPhSet1 .ph3 {
  float: left;
  width: 50.41%;
}


@media screen and (max-width: 959px) {
  
  .wakamatsu h1 {
    float: none;
    width: 66.66%;
    margin: 0 0 5% 0;
  }
  .wakamatsu .spec {
    float: none;
    width: 278px;
  }
  
  .wkPhSet1 {
    margin: 0 auto 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .wakamatsu {
    min-height: auto;
  }

  .wakamatsu h1 {
    width: 100%;
  }
  .wakamatsu .spec {
    width: 100%;
  }
  
  .wkPhSet1 {
    margin: 0 auto 0;
  }
  .wkPhSet1 .ph1,
  .wkPhSet1 .ph2,
  .wkPhSet1 .ph3 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
}



/* ----------------------------------------
  OMOTESANDO
---------------------------------------- */

.omotesando {
  width: 100%;
  min-height: 790px;
  background: url(../images/omote_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.omotesando h1 {
  float: left;
  width: 305px;
  margin: 0 3.75% 0 0;
}
.omotesando .spec {
  float: left;
  width: 151px;
}

.ttl-cmo {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
.ttl-cmo img {
  width: 310px;
}

.omotePhSet1 {
  width: 100%;
  margin: 0 auto 65px;
  padding: 0;
}

.omotePhSet1 .ph1 {
  float: left;
  width: 66%;
  margin: 0 2.7% 0 0;
}

.omotePhSet1 .ph2 {
  float: left;
  width: 31.3%;
  margin: 0 0 2.7% 0;
}

.omotePhSet1 .ph3 {
  float: left;
  width: 31.3%;
}

.omotePhSet2 {
  width: 100%;
  margin: 0 auto 65px;
  padding: 0;
}

.omotePhSet2 .set {
  float: left;
  width: 54.3%;
  margin: 0 2.57% 0 0;
}

.omotePhSet2 .ph1 {
  float: left;
  width: 47.71%;
  margin: 0 4.57% 4.6% 0;
}

.omotePhSet2 .ph2 {
  float: left;
  width: 47.71%;
  margin: 0 0 2.57% 0;
}

.omotePhSet2 .ph3 {
  float: none;
  width: 100%;
}

.omotePhSet2 .ph4 {
  float: left;
  width: 43.13%;
}


@media screen and (max-width: 959px) {
  
  .omotesando h1 {
    float: none;
    width: 82.1%;
    margin: 0 0 5% 0;
  }
  .omotesando .spec {
    float: none;
    width: 26.49%;
  }
  
  .omotePhSet1,
  .omotePhSet2 {
    margin: 0 auto 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .omotesando {
    min-height: auto;
  }

  .omotesando h1 {
    width: 80%;
  }
  .omotesando .spec {
    width: 53.92%;
  }
  
  .omotePhSet1,
  .omotePhSet2 {
    margin: 0 auto 0;
  }
  .omotePhSet1 .ph1,
  .omotePhSet1 .ph2,
  .omotePhSet1 .ph3 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  .omotePhSet2 .set {
    float: none;
    width: 100%;
    margin: 0;
  }
  .omotePhSet2 .ph1,
  .omotePhSet2 .ph2,
  .omotePhSet2 .ph3,
  .omotePhSet2 .ph4 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
}



/* ----------------------------------------
  NAKANOBU
---------------------------------------- */

.ny {
  width: 100%;
  min-height: 790px;
  background: url(../images/ny_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.ny h1 {
  float: left;
  width: 296px;
  margin: 0 5.11% 0 0;
}
.ny .spec {
  float: left;
  width: 278px;
}

.ttl-ny {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
.ttl-ny img {
  width: 291px;
}

.nakanobuPhSet1 {
  width: 100%;
  margin: 0 auto 65px;
  padding: 0;
}

.nakanobuPhSet1 .ph1 {
  float: left;
  width: 51.85%;
  margin: 0 3.25% 0 0;
}

.nakanobuPhSet1 .ph2 {
  float: left;
  width: 44.9%;
  margin: 0 0 3.25% 0;
}

.nakanobuPhSet1 .ph3 {
  float: left;
  width: 44.9%;
}


@media screen and (max-width: 959px) {
  
  .nakanobu h1 {
    float: none;
    width: 60%;
    margin: 0 0 5% 0;
  }
  .nakanobu .spec {
    float: none;
    width: 278px;
  }
  
  .nakanobuPhSet1 {
    margin: 0 auto 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .ny {
    min-height: auto;
  }

  .nakanobu h1 {
    width: 100%;
  }
  .nakanobu .spec {
    width: 100%;
  }
  
  .nakanobuPhSet1 {
    margin: 0 auto 0;
  }
  .nakanobuPhSet1 .ph1,
  .nakanobuPhSet1 .ph2,
  .nakanobuPhSet1 .ph3 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
}



/* ----------------------------------------
  MINAMI SHINAGAWA
---------------------------------------- */

.minamiS {
  width: 100%;
  min-height: 790px;
  background: url(../images/minami_s_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.minamiS h1 {
  float: left;
  width: 262px;
  margin: 0 9% 0 0;
}
.minamiS .spec {
  float: left;
  width: 133px;
}

.ttl-mbm {
  width: 100%;
  max-width: 1020px;
  text-align: center;
  border-bottom: 1px #4d4d4d solid;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
.ttl-mbm img {
  width: 268px;
}

.minamiPhSet1 {
  width: 100%;
  margin: 0 auto 65px;
  padding: 0;
}

.minamiPhSet1 .ph1 {
  float: left;
  width: 52.54%;
  margin: 0 3.16% 0 0;
}

.minamiPhSet1 .ph2 {
  float: left;
  width: 44.3%;
  margin: 0 0 3.16% 0;
}

.minamiPhSet1 .ph3 {
  float: left;
  width: 44.3%;
}


@media screen and (max-width: 959px) {
  
 .minamiS h1 {
    float: none;
    width: 50%;
    margin: 0 0 5% 0;
  }
  .minamiS .spec {
    float: none;
    width: 24%;
  }
  
  .minamiPhSet1 {
    margin: 0 auto 30px;
  }

}

@media screen and (max-width: 767px) {
  
  .minamiS {
    min-height: auto;
  }

  .minamiS h1 {
    width: 68%;
  }
  .minamiS .spec {
    width: 46%;
  }
  
  .minamiPhSet1 {
    margin: 0 auto 0;
  }
  .minamiPhSet1 .ph1,
  .minamiPhSet1 .ph2,
  .minamiPhSet1 .ph3 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
}






/* ----------------------------------------
	Page Top
---------------------------------------- */

#page-top {
	position: fixed;
	width: 45px;
	bottom: 50px;
	right: 60px;
	z-index: 9999;
  cursor: pointer;
}
#page-top img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}


@media screen and (max-width: 959px) {
  #page-top {
	  bottom: 20px;
	  right: 0;
  }

}


/* ----------------------------------------
  Footer
---------------------------------------- */

footer#footer {
  clear: both;
  text-align: center;
}

footer#footer ul {
  text-align: center;
  margin: 50px auto 70px;
}
footer#footer ul li {
  display: inline-block;
  width: 120px;
}
footer#footer ul li img {
  width: 18px;
  margin: 0 auto 10px;
}
footer#footer ul li span {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
}
footer#footer ul li a {
  text-decoration: none;
}

footer#footer #copyright {
  border-top: 1px #4d4d4d solid;
	font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 25px 0 40px 0;
}


@media screen and (max-width: 767px) {
  footer#footer #copyright {
	  font-size: 12px;
    font-size: 1.2rem;
  }
}


/* ----------------------------------------
  clearfix
---------------------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.both{
	clear:both;
}

.shirokane {
  width: 100%;
  background: url(../images/shirokane_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.nakano_north {
  width: 100%;
  background: url(../images/nakano_north_main.jpg) no-repeat center bottom;
  background-size: cover;
}

.nakano_north_inner .ttl-mcw img {
  max-width: 262px;
  width: 100%;
}

.nakano_north_inner .d_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4%;
}

.nakano_north_inner .sideA {
  width: 44.5%;
}

.nakano_north_inner .sideB {
  width: 50.7%;
}

.nakano_north_inner .sideC {
  width: 54%;
}

.nakano_north_inner .sideC p:not(:last-of-type) {
  margin: 0 0 8%;
}

.nakano_north_inner .sideD {
  width: 41.3%;
}

.nakano_north_inner .sideE {
  width: 43.2%;
}

.nakano_north_inner .sideF {
  width: 52%;
}
