@charset "utf-8";
/* ==================================================================================

2018.10 栄タワーヒルズ トップCSS

================================================================================= */

/* --------------------------------------

    共通

--------------------------------------*/
img {
  vertical-align: bottom;
}

.en {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
}

.en:before,
.en:after {
  display: none!important;
}

/* メインタイトル */
.ttl_en {
  background: #b3912b; /* Old browsers */
  background: -moz-linear-gradient(left, #b3912b 0%, #dcbe65 49%, #b3912b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b3912b 0%,#dcbe65 49%,#b3912b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b3912b 0%,#dcbe65 49%,#b3912b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
}

.ttl_en span {
  background: url(../image_renew/bg-mainttl-en.png) no-repeat;
  color: #214C15;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /*font-family: 'Noto Serif TC', serif;*/
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  text-shadow:1px 1px 1px #8f8f8f;
  width: 999px;
}

#design h2,
#hierarchy h2,
#outline h2,
#access h2 {
  background: #004839; /* Old browsers */
  background: -moz-linear-gradient(top, #004839 0%, #002625 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004839 0%,#002625 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004839 0%,#002625 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 10px 0;
  text-align: center;
}

#design h2 span,
#hierarchy h2 span,
#outline h2 span,
#access h2 span {
  position: relative;
}

#design h2 span:before,
#design h2 span:after,
#hierarchy h2 span:before,
#hierarchy h2 span:after,
#outline h2 span:before,
#outline h2 span:after,
#access h2 span:before,
#access h2 span:after {
  background: url(../image_renew/deco-mainttl-jp.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  right: 5em;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 7em;
}

#hierarchy h2 span:before {
  right: 8em;
}

#outline h2 span:before {
  right: 15em;
}

#design h2 span:after,
#hierarchy h2 span:after,
#outline h2 span:after,
#access h2 span:after {
  left: 5em;
  top: -4px;
}

#hierarchy h2 span:after {
  left: 8em;
}

#outline h2 span:after {
  left: 15em;
}

/* --------------------------------------

    .slide / メインスライド

--------------------------------------*/
.slide .slick-slide:focus {
  outline:none;
}
.slide {
  background: #fff;
  height: 470px;
  overflow: hidden;
  position: relative;
}
.slide_inner {
  margin: 0 auto;
  width: 1024px;
}
.slide .slick-list {
  overflow: visible !important;
}
.slide .slick-slide:not(.slick-active) {
  opacity: 0.3;
}

@media screen and (max-width: 1024px) {
  .slide .slick-slide:not(.slick-active) {
    opacity: 1;
  }
}

.slick-dots {
  bottom: 3px;
  position: absolute;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 15px;
  height: 40px;
  opacity: 1;
  width: 40px;
}

.slick-dots li.slick-active button:before {
  color: #CDA74D;
  opacity: 1;
}


.slide .slick-slide img
{
    width: 1024px;
}
/* --------------------------------------

    #lead

--------------------------------------*/
.wrp_lead {
  background: url( "/sakae/image_renew/bg-lead.png" ) top repeat-x #1B493F;
  border-top: solid 3px #DCAC6E;
    -webkit-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -moz-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -o-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
  border-image: url(/sakae/responsive/image/border.png) 1 stretch;
  padding: 45px 0 50px;
}

#lead {
  margin: 0 auto;
  overflow: hidden;
  width: 895px;
}

#lead h2 {
  color: #fff;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}

#lead p {
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.7em;
  margin: 5px auto 20px;
  text-align: justify;
  width: 715px;
}

@media screen and (max-width: 1024px) {
  #lead p {
    width: 780px;
  }

  #lead figure p {
    font-weight: bold;
  }
}
#lead .con_sakae_movie {
  background: #09392F;
  margin-top: 2em;
  overflow: hidden;
}

#lead .movie_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em auto 0;
  width: 750px;
}
#lead figure {
  opacity: 1 !important;
  margin-bottom: 20px;
  text-align: center;
  width: 350px;
}
#lead figure p {
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: auto;
}
#lead figure p::before,
#lead figure p::after {
  background: url(/sakae/image_renew/ico-movie-ttl.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  height: 22px;
  width: 20px;
}
#lead figure p::before {
  left: -30px;
}
#lead figure p::after {
  right: -30px;
  transform: rotate(180deg);
}
#lead figure:first-child p::before {
  left: -1.7em;
}
#lead figure:first-child p::after {
  right: -1.7em;
}

#lead figure  img:hover {
  cursor: pointer;
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

#lead figure figcaption {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-top: 7px;
  margin: 0 3px;
  text-align: left;
}
#lead figure:first-child figcaption {
  margin-right: 10px;
}

#lead figure figcaption:hover {
  opacity: 1;
}

#lead .bnr_box {
  margin: 30px auto 0;
  width: 877px;
}

#lead .bnr_box figcaption {
  font-size: 16px;
  letter-spacing: 0em;
  margin: 5px 0 0;
  padding: 0 0.3em;
  text-align: center;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #lead .bnr_box figcaption {
    letter-spacing: 0.05em;
  }
}

#lead .room_movie_box {
  margin: 1.5em auto 0;
  width: 877px;
}

#lead .room_movie_box h3 {
  font-family: 'Noto Serif TC', serif;
  font-size: 150%;
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
  padding: 0 55px;
  text-align: center;
  width: 100%;
  background: #f4eca6; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4eca6 0%, #aa7a19 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f4eca6 0%,#aa7a19 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f4eca6 0%,#aa7a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#lead .room_movie_box h3:before,
#lead .room_movie_box h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #aa7a19;
}

#lead .room_movie_box h3:before {
  left:0;
}
#lead .room_movie_box h3:after {
  right: 0;
}

#lead .room_movie_box ul {
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0 1.5em;
}

#lead .room_movie_box ul li {
  box-sizing: border-box;
  width: 167px;
}

#lead .room_movie_box ul li:hover {
  opacity: .8;
  transition: .5s all;
}

#lead .room_movie_box ul li a {
  box-sizing: border-box;
  display: block;
  padding: 0.3em;
}

#lead .room_movie_box ul li a:hover {
  text-decoration: none;
}

#lead .room_movie_box ul li figure {
  margin: 0;
  width: 100%;
}

#lead .room_movie_box ul li figure img {
  width: 100%;
}

#lead .room_movie_box ul li figure figcaption {
  color: #fff;
  font-size: 90%;
  margin: 0;
  text-align: center;
}

#lead .room_movie_box ul li:first-child {
  background: #4054a6; /* Old browsers */
  background: -moz-linear-gradient(top,  #4054a6 0%, #1e2b62 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4054a6 0%,#1e2b62 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4054a6 0%,#1e2b62 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#lead .room_movie_box ul li:nth-child(2) {
  background: #428047; /* Old browsers */
  background: -moz-linear-gradient(top,  #428047 0%, #0d4211 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #428047 0%,#0d4211 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #428047 0%,#0d4211 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#lead .room_movie_box ul li:nth-child(3) {
  background: #715797; /* Old browsers */
  background: -moz-linear-gradient(top,  #715797 0%, #3a2060 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #715797 0%,#3a2060 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #715797 0%,#3a2060 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#lead .room_movie_box ul li:nth-child(4) {
  background: #a2683f; /* Old browsers */
  background: -moz-linear-gradient(top,  #a2683f 0%, #7f3d0f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #a2683f 0%,#7f3d0f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #a2683f 0%,#7f3d0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#lead .room_movie_box ul li:nth-child(5) {
  background: #885F1A; /* Old browsers */
  background: -moz-linear-gradient(top,  #885F1A 0%, #5F4A0C 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #885F1A 0%,#5F4A0C 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #885F1A 0%,#5F4A0C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/*    .box_sns    */
#news {
    margin: -70px 0 0;
    padding-top: 70px;
}

.wrp_news {
  background: url(/sakae/image_renew/bg-news.png) repeat #045847;
  padding: 25px 0;
}

#news .box_sns {
  background: #034A3B;
  margin: 0 auto;
  padding: 20px 0;
  width: 952px;
}

#news .box_sns h2 {
  color: #fff;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 740px;
}

#news .box_sns h2:before {
  background: url(../image_renew/deco-sns-ttl-left.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 5em;
}

#news .box_sns h2:after {
  background: url(../image_renew/deco-sns-ttl-right.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 5em;
}

#news .box_sns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 820px;
}

#news .box_sns ul li {
  background: #fff;
  border-radius: 10px;
  width: 258px;
}

#news .box_sns ul li a {
  display: block;
}

#news .box_sns ul li a:hover {
  opacity: .8;
  transition: .5s all;
}

/* --------------------------------------

    #concept / コンセプト

--------------------------------------*/
.wrp_concept {
  background: #cfebf8; /* Old browsers */
  background: -moz-linear-gradient(top, #cfebf8 10%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfebf8 10%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfebf8 10%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom: solid 3px #DCAC6E;
    -webkit-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -moz-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
    -o-border-image: url(/sakae/responsive/image/border.png) 1 1 1 1 stretch;
  border-image: url(/sakae/responsive/image/border.png) 1 stretch;
}

#concept {
  background: url(../image_renew/bg-concept.png) top no-repeat;
  margin: 0 auto;
  padding-top: 40px;
  width: 1024px;
}

#concept .inner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 904px;
}

#concept .box_right {
  float: right;
  width: 620px;
}

#concept .box_right h2 {
  color: #074E3F;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  padding-left: 1.3em;
  position: relative;
}

#concept .box_right h2 span {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  margin: 2px 0 31px;
}

#concept .box_right h2 span.en {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  font-size: 35px;
  margin: 0;
  font-weight: bold;
}

#concept .box_right h2:before {
  content: "";
  background: url(../image_renew/ico-concept-ttl.png) center center no-repeat;
  background-size: contain;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 1em;
}

#concept .box_right dl {
  overflow: hidden;
}

#concept .box_right dl dt {
  clear: left;
  display: block;
  float: left;
  height: 37px;
  width: 136px;
}
#concept .box_right dl dd {
  display: inline-block;
  font-family: 'Noto Serif TC', serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 37px;
  margin-bottom: 28px;
  box-sizing: border-box;
  padding-top: 10px;
  width: 478px;
}

#concept .box_right dl dd:first-of-type {
  border-bottom: 1px solid #3E6FB6;
}

#concept .box_right dl dd:nth-of-type(2) {
  border-bottom: 1px solid #4CA63F;
}

#concept .box_right dl dd:nth-of-type(3) {
  border-bottom: 1px solid #BFA248;
}

#concept .box_right dl dt:last-of-type {
  margin-bottom: 12px;
}

#concept .box_right dl dd:last-of-type {
  border-bottom: 1px solid #CB5381;
  margin-bottom: 12px;
}

#concept figure {
  bottom: 0;
  left: 13px;
  position: absolute;
  width: 290px;
}



/* --------------------------------------

    #construction / 工事の進捗状況

--------------------------------------*/
.wrp_construction {
  background: url(../image_renew/bg-news.png) repeat #ECEAE4;
  padding: 30px 0;
}

#construction {
  margin: 0 auto;
  overflow: hidden;
  width: 900px;
}

#construction h2 {
  color: #513F08;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
  width: 860px;
}

#construction h2:before {
  content: url(../image_renew/deco-construction-ttl-left.png);
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 276px;
}

#construction h2:after {
  content: url(../image_renew/deco-construction-ttl-right.png);
  display: block;
  height: 20px;
  right: 0;
  position: absolute;
  top: 0;
  width: 276px;
}

#construction p {
  margin: 0 auto 40px;
  width: 675px;
}

#construction div {
  float: left;
  width: 421px;
}

#construction div figure:hover {
  opacity: .8;
  transition: .5s all;
}

#construction div:nth-of-type(2) {
  float: right;
}

#construction div .btn {
  background: #115C48; /* Old browsers */
  background: -moz-linear-gradient(top, #115C48 0%, #0C4032 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #115C48 0%,#0C4032 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #115C48 0%,#0C4032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  margin: 18px auto 0;
  position: relative;
  width: 269px;
}

#construction div:first-of-type .btn:before {
  content: url(../image_renew/ico-blog.png);
  display: block;
  height: 27px;
  left: 1.5em;
  position: absolute;
  top: 8px;
  width: 22px;
}

#construction div:nth-of-type(2) .btn:before {
  content: url(../image_renew/ico-camera.png);
  display: block;
  height: 27px;
  left: 1em;
  position: absolute;
  top: 9px;
  width: 22px;
}

#construction div .btn:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  bottom: 17px;
  right: 1.5em;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

#construction div:first-of-type .btn:after {
  right: 2em;
}

#construction div .btn:hover {
  opacity: .8;
   -webkit-transition: all .5s;
  transition: all .5s;
}

#construction div .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 18px;
  padding: .5em 0;
}

#construction div:first-of-type .btn a {
  letter-spacing: 0.1em;
}

#construction div .btn a:hover {
  text-decoration: none;
}


/* --------------------------------------

    #design / 建物デザイン

--------------------------------------*/
#design {
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%
}

/*          .box_kurokawa           */
.wrp_kurokawa {
  background: #5F490C;
}

.box_kurokawa {
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}

.box_kurokawa figure {
  float: left;
  width: 200px;
}

.box_kurokawa div {
  background: url(../image_renew/img-design-kurokawa-02.png) right bottom no-repeat;
  float: right;
  height: 300px;
  margin-top: 0.5em;
  width: 780px;
}

.box_kurokawa div h3 {
  color: #fff;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-feature-settings: "palt";
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 1em 0 10px;
  padding-bottom: 0.3em;
  position: relative;
  width: 575px;
}

.box_kurokawa div h3:before {
  background-image: -webkit-linear-gradient(left, #A27947, #FFCB85 25%, #FFCB85 75%, transparent);
  background-image: linear-gradient(to right, #A27947, #FFCB85 25%, #FFCB85 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.box_kurokawa p {
  color: #fff;
  margin-left: 0.5em;
  width: 550px;
}

/*          .box_image          */
.box_image {
  margin: 0 auto;
  padding: 40px 0 20px;
  overflow: hidden;
  width: 910px;
}

.box_image p {
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 18px;
  margin: 0 auto 15px;
  width: 830px;
}

.box_image ul {
  background: url(../image_renew/bg-design.jpg) center no-repeat;
  height: 797px;
  position: relative;
  overflow: hidden;
}

.box_image ul li {
  background: #fff;
  background-image: url(../image_renew/bg-design02-frame-left.png), url(../image_renew/bg-design02-frame-right.png);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  border: 1px solid #A8804A;
  overflow: hidden;
  padding-bottom: 7px;
  position: absolute;
  width: 245px;
}

.box_image ul li:first-child {
  left: 0;
  top: 20px;
}

.box_image ul li:nth-child(2) {
  left: 0;
  top: 290px;
}

.box_image ul li:nth-child(3) {
  left: 0;
  bottom: 0;
}

.box_image ul li:nth-child(4) {
  right: 0;
  top: 20px;
}

.box_image ul li:nth-child(5) {
  right: 0;
  top: 292px;
}

.box_image ul li:last-child {
  right: 0;
  bottom: 0;
}

.box_image ul li h3 {
  background: #7a4c21; /* Old browsers */
  background: -moz-linear-gradient(top, #7a4c21 1%, #a8804a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7a4c21 1%,#a8804a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7a4c21 1%,#a8804a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 7px;
  padding: 3px 0;
  text-align: center;
}

.box_image ul li figure {
  margin: 0 auto 7px;
  position: relative;
  width: 217px;
}

.box_image ul li figure:before {
  bottom: 0;
  content: url(../image_renew/ico-grass.png);
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  width: 22px;
}

.box_image ul li figure:hover {
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

.box_image ul li p {
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 auto;
  width: 225px;
}

#design .box_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 910px;
}

#design .btn {
  background: #115C48; /* Old browsers */
  background: -moz-linear-gradient(top, #115C48 0%, #0C4032 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #115C48 0%,#0C4032 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #115C48 0%,#0C4032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  margin: 18px auto 0;
  position: relative;
  width: 380px;
}

#design .btn:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  bottom: 0;
  right: 1.5em;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

#design .btn:hover {
  opacity: .8;
   -webkit-transition: all .5s;
  transition: all .5s;
}

#design .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 20px;
  padding: .45em 0;
}

#design .btn a:hover {
  text-decoration: none;
}


/* --------------------------------------

    #hierarchy / 建物概要

--------------------------------------*/
#hierarchy {
  background: #fff;
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%
}

/* .box_hierarchy */
.wrp_hierarchy {
  background: url(../image_renew/bg-hierarchy.jpg) repeat;
}

.con_hierarchy {
  background: -moz-linear-gradient(top, transparent 85%, #fff 100%);
  background: -webkit-linear-gradient(top, transparent 85%, #fff 100%);
  background: linear-gradient(to bottom, transparent 85%, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 85%,rgba(255,255,255,1) 100%);
  padding: 40px 0 65px;
}

.con_hierarchy .inner {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  width: 936px;
}

.con_hierarchy ul {
  height: 598px;
  position: relative;
  width: 315px;
}

.con_hierarchy ul li:first-child {
  left: 0;
  position: absolute;
  top: 0;
}

.con_hierarchy ul li:nth-child(2) {
  left: 0;
  position: absolute;
  top: 240px;
}

.con_hierarchy ul li:nth-child(3) {
  left: 0;
  position: absolute;
  top: 430px;
}

.con_hierarchy ul li:last-child {
  left: 0;
  position: absolute;
  top: 520px;
}

.con_hierarchy ul li:hover {
  opacity: .8;
    -webkit-transition: all .5s;
  transition: all .5s;
}

.con_hierarchy figure:first-of-type {
  width: 316px;
}

.con_hierarchy figure:last-of-type {
  margin-left: 55px;
  width: 246px;
}

.con_hierarchy .attention {
  display: block;
  width: 100%;
}

.con_hierarchy .attention ul {
  display: block;
  float: right;
  height: auto;
  margin-top: 10px;
  position: static;
  width: 270px;
}

.con_hierarchy .attention li {
  font-size: 14px;
  position: static!important;
}


/* .con_floorguide */
.con_floorguide {
  margin: 0 auto;
  overflow: hidden;
  width: 950px;
}


/* ------------- #residencial_floor ------------- */
.con_floorguide #residencial_floor {
  margin-top: -70px;
  margin-bottom: 70px;
  padding-top: 70px; 
}

.con_floorguide #residencial_floor h3 {
  margin-bottom: 20px;
}

.con_floorguide #residencial_floor .box_lead {
  margin: 0 auto 40px; 
  overflow: hidden;
  width: 825px;
}

.con_floorguide #residencial_floor .box_lead figure {
  float: left;
  width: 100px;
}

.con_floorguide #residencial_floor .box_lead p {
  float: right;
  width: 697px;
}

@media screen and (max-width: 1024px) {
  .con_floorguide #residencial_floor .box_lead p {
    width: 685px;
  }
}

/* .box_kagukaden */
.con_floorguide #residencial_floor .box_kagukaden {
  background: url(../image_renew/frame-kagukaden.png) no-repeat;
  height: 318px;
  margin: 0 auto 40px;
  padding: 20px;
  overflow: hidden;
  width: 870px;
}

.con_floorguide #residencial_floor .box_kagukaden .item_left {
  float: left;
  margin-left: 10px;
  width: 445px;
}

.con_floorguide #residencial_floor .box_kagukaden .item_left h4 {
  color: #182553;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-feature-settings: "palt";
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 20px 0;
}

.con_floorguide #residencial_floor .box_kagukaden .item_left p{
  font-size: 14px;
}

.con_floorguide #residencial_floor .box_kagukaden .item_left small {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.con_floorguide #residencial_floor .box_kagukaden figure {
  float: right;
  width: 363px;
}

.con_floorguide #residencial_floor ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 915px;
}

.con_floorguide #residencial_floor ul li {
  margin-bottom: 18px;
  width: 447px;
}

.con_floorguide #residencial_floor ul li:last-child {
  margin-bottom: 0;
}

.con_floorguide #residencial_floor ul li:hover {
  opacity: .8;
  transition: 0.5s all;
}

.con_floorguide #residencial_floor .btn {
  background: #115C48;
    background: -moz-linear-gradient(top, #115C48 0%, #0C4032 100%);
    background: -webkit-linear-gradient(top, #115C48 0%,#0C4032 100%);
    background: linear-gradient(to bottom, #115C48 0%,#0C4032 100%);
  text-align: center;
  margin: 18px auto 50px;
  position: relative;
  width: 360px;
}

.con_floorguide #residencial_floor .btn:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  bottom: 20px;
  right: 1.5em;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.con_floorguide #residencial_floor .btn:hover {
  opacity: .8;
   -webkit-transition: all .5s;
  transition: all .5s;
}

.con_floorguide #residencial_floor .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 23px;
  padding: .3em 0;
}

.con_floorguide #residencial_floor .btn a:hover {
  text-decoration: none;
}


/* .box_service */
.box_service {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 950px;
}

.box_service .service,
.box_service .security {
  height: 505px;
  margin-bottom: 50px;
  position: relative;
  width: 464px;
}

.box_service .communal {
  width: 100%;
}


.box_service .service h4,
.box_service .security h4,
.box_service .communal h4 {
  background: #162654;
  color: #fff;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 7px;
  padding: 0.3em 0 0.3em 2em;
  position: relative;
}

.box_service .communal h4 {
  margin-bottom: 0.7em;
}

.box_service .service h4:before,
.box_service .security h4:before,
.box_service .communal h4:before {
  content: "";
  background: url(../image_renew/deco-service-left.png) center center no-repeat;
  background-size: contain;
  display: block;
  left: 0.5em;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 0.8em;
}

.box_service .service h4:after,
.box_service .security h4:after {
  content: "";
  background: url(../image_renew/deco-service-right.png) center center no-repeat;
  background-size: contain;
  display: block;
  right: 0.5em;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 5em;
}

.box_service .communal h4:after {
  content: "";
  background: url(../image_renew/deco-service-right-l.png) center center no-repeat;
  background-size: contain;
  display: block;
  right: 1em;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 20em;
}

.box_service .service p,
.box_service .security p {
  padding: 0 0.5em;
  margin: 10px 0;
}

.box_service .service .btn,
.box_service .security .btn {
  bottom: 0;
  left: 0;
  margin-bottom: 0!important;
  position: absolute!important;
  right: 0;
  width: 290px!important;
}

.box_service .communal .btn {
  margin: 0 auto!important;
  width: 290px!important;
}

.box_service .service .btn:after,
.box_service .security .btn:after,
.box_service .communal .btn:after {
  display: none;
}

.box_service .service .btn a,
.box_service .security .btn a,
.box_service .communal .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 23px;
  padding: .3em 0;
  position: relative;
}

.box_service .service .btn a:after,
.box_service .security .btn a:after,
.box_service .communal .btn a:after
 {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  bottom: 20px;
  right: 1.5em;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.box_service .service .btn a:hover,
.box_service .security .btn a:hover {
  text-decoration: none;
}

.box_service .communal ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0;
  width: 925px;
}

.box_service .communal ul li {
  width: 290px!important;
}

.box_service .communal ul li:hover {
  opacity: 1!important;
}

.box_service .communal ul li h5 {
  color: #4C3E04;
  border-bottom: 4px double #B9AA57;
  /*font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;*/
  font-family: 'Noto Serif TC', serif;

  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%;
  padding-left: 1.3em;
  position: relative;
}

.box_service .communal ul li h5:before {
  background: url(../image_renew/ico-star.png) center center no-repeat;
  background-size: 1em;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.2em;
}

.box_service .communal ul li figure {
  margin: 0 auto 3px;
  width: 278px;
}

.box_service .communal ul li p {
  padding: 0 0.6em;
}



/* ------------- #commercial_floor ------------- */
.con_floorguide #commercial_floor {
  margin-top: -70px;
  margin-bottom: 70px;
  padding-top: 70px;
}

.con_floorguide #commercial_floor h3 {
  margin-bottom: 20px;
}

.con_floorguide #commercial_floor .box_lead {
  margin: 0 auto 40px; 
  overflow: hidden;
  width: 825px;
}

.con_floorguide #commercial_floor .box_lead:nth-of-type(2) {
  margin-bottom: 20px;
}

.con_floorguide #commercial_floor .box_lead figure {
  float: left;
  width: 100px;
}

.con_floorguide #commercial_floor .box_lead p {
  float: right;
  width: 697px;
}

@media screen and (max-width: 1024px) {
  .con_floorguide #commercial_floor .box_lead p {
    width: 685px
  }
}

.con_floorguide #commercial_floor ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  overflow: hidden;
  width: 860px;
}

.con_floorguide #commercial_floor ul li {
  width: 409px;
}

.con_floorguide #commercial_floor ul li p {
  margin-bottom: 7px;
  text-align: center;
}


/* .box_tokenworld */
#touken_world {
/* アンカーリンク用処理 */
  padding-top: 70px;
  margin-top: -50px !important;
}

.con_floorguide #commercial_floor .box_tokenworld {
  background: url(../image_renew/bg-hierarchy.jpg) repeat;
  border: 5px solid #880F0F;
  margin: 0 auto;
  position: relative;
  width: 860px;
}

.con_floorguide #commercial_floor .box_tokenworld:before {
  content: url(../image_renew/deco-tokenworld-left.png);
  display: block;
  left: -15px;
  top: 8px;
  position: absolute;
}

.con_floorguide #commercial_floor .box_tokenworld:after {
  content: url(../image_renew/deco-tokenworld-right.png);
  display: block;
  right: -20px;
  top: 0;
  position: absolute;
}

.con_floorguide #commercial_floor .box_tokenworld h4 {
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 25px;
  margin: 7px 0 47px;
  text-align: center;
  z-index: 1;
  line-height: 1.3em;
}

.con_floorguide #commercial_floor .box_tokenworld h4 span {
  display: block;
}

.con_floorguide #commercial_floor .box_tokenworld p {
  margin: 0 auto 1em;
  width: 740px;
}

.con_floorguide #commercial_floor .box_tokenworld .images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  width: 780px;
}

.con_floorguide #commercial_floor .box_tokenworld .images ul {
  flex-wrap: wrap;
  margin: 0;
  width: auto;
}

.con_floorguide #commercial_floor .box_tokenworld .images ul li {
  width: auto;
}

.con_floorguide #commercial_floor .box_tokenworld .images ul li a {
  position: relative;
  display: block;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_left {
  width: 254px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_left li:nth-child(2) {
  margin-top: 10px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_right {
  width: 518px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_right li:nth-child(3) {
  width: 254px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_right li:nth-child(3),
.con_floorguide #commercial_floor .box_tokenworld .images .item_right li:nth-child(4) {
  margin-top: 7px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_right li:nth-child(3) a:nth-of-type(2) {
  margin-top: 10px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_w100 {
  margin-top: 0.5em;
  width: 100%;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_w100 li:first-child a:nth-of-type(2),
.con_floorguide #commercial_floor .box_tokenworld .images .item_w100 li:nth-child(3) a:nth-of-type(2) {
  margin-top: 7px;
}

.con_floorguide #commercial_floor .box_tokenworld .images .item_w100 li:nth-child( n+4 ) {
  margin-top: 0.5em;
}



.con_floorguide #commercial_floor .box_tokenworld ul li a:before {
  bottom: 0;
  content: url(../image_renew/ico-grass.png);
  display: block;
  height: 22px;
  position: absolute;
  right: 0;
  width: 22px;
}

.con_floorguide #commercial_floor .box_tokenworld ul li a:hover {
  opacity: .8;
  transition: .5s all;
}

.con_floorguide #commercial_floor .box_tokenworld .bnr {
  margin: 1.5em auto;
}

.con_floorguide #commercial_floor .box_tokenworld .bnr a {
  display: block;
  text-align: center;
}

.con_floorguide #commercial_floor .box_tokenworld .bnr a:hover {
  opacity: .8;
  transition: .5s all;
}

.con_floorguide #commercial_floor .box_tokenworld .bnr figcaption {
  margin: 0.3em 0 0;
  text-align: center;
}

.con_floorguide #commercial_floor .box_tokenworld .website {
  background: #EDE7DF;
  background-image: url(../image_renew/bg-virtual-tokenworld-left.png?20190118), url(../image_renew/bg-virtual-tokenworld-right.png?20190118), url(../image_renew/bg-virtual-tokenworld-bottom.png?20190118);
  background-repeat: no-repeat;
  background-position: left top, right top,center bottom;
  height: 505px;
  padding: 18px 60px; 
  overflow: hidden;
}

.con_floorguide #commercial_floor .box_tokenworld .website figure {
  float: left;
  margin-top: 25px;
  width: 235px;
}

.con_floorguide #commercial_floor .box_tokenworld .website div {
  float: right;
  margin-bottom: 45px;
  width: 465px;
}

.con_floorguide #commercial_floor .box_tokenworld .website div h5 {
  margin: 0 0 7px;
  text-align: center;
}

.con_floorguide #commercial_floor .box_tokenworld .website div p {
  margin-bottom: 0;
  width: auto;
}

.con_floorguide #commercial_floor .box_tokenworld .website .btn {
  background: #9E1616; /* Old browsers */
  background: -moz-linear-gradient(top, #C91C1C 0%, #9D1616 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #C91C1C 0%,#9D1616 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #C91C1C 0%,#9D1616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  clear: both;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 330px;
}

.con_floorguide #commercial_floor .box_tokenworld .website .btn:after {
  content: url(../image_renew/ico-outsidelink.png);
  margin-top: -11px;
  height: 14px;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 14px;
}

.con_floorguide #commercial_floor .box_tokenworld .website .btn:hover {
  opacity: .8;
   -webkit-transition: all .5s;
  transition: all .5s;
}

.con_floorguide #commercial_floor .box_tokenworld .website .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 18px;
  line-height: 1.3em;
  padding: .4em 0;
}

.con_floorguide #commercial_floor .box_tokenworld .website .btn a:hover {
  text-decoration: none;
}


/* ------------- #office_floor ------------- */
.con_floorguide #office_floor {
  margin-top: -70px;
  padding-top: 70px;
}

.con_floorguide #office_floor h3 {
  margin-bottom: 20px;
}

.con_floorguide #office_floor .box_lead {
  margin: 0 auto 20px; 
  overflow: hidden;
  width: 825px;
}

.con_floorguide #office_floor .box_lead figure {
  float: left;
  width: 100px;
}

.con_floorguide #office_floor .box_lead p {
  float: right;
  margin-top: 10px;
  width: 697px;
}

@media screen and (max-width: 1024px) {
  .con_floorguide #office_floor .box_lead p {
    width: 675px;
  }
}

.con_floorguide #office_floor ul {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  overflow: hidden;
  width: 860px;
}

.con_floorguide #office_floor ul li {
  width: 409px;
}

.con_floorguide #office_floor ul li p {
  margin-bottom: 10px;
  text-align: center;
}


/* --------------------------------------

    #outline / 建物概要

--------------------------------------*/
#outline {
  background: url(../image_renew/bg-news.png) repeat #FEFAF4;
  overflow: hidden;
  margin-bottom: 50px;
}

#outline .inner {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 20px auto 45px;
  width: 950px;
}

#outline .inner table {
  border-collapse: separate;
  border-spacing: 0 15px;
  overflow: hidden;
  width: 480px;
}

#outline .inner table th {
  background: #775719; /* Old browsers */
  background: -moz-linear-gradient(top, #775719 0%, #5D4413 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #775719 0%,#5D4413 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #775719 0%,#5D4413 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-weight: normal;
  line-height: 1.3em;
  padding: 3px 0;
  vertical-align: middle;
}

#outline .inner table td {
  border-bottom: 1px solid #5D4413;
  font-size: 15px;
  padding: 0.3em 0 0.3em 0.5em;
}


#outline .inner figure {
  width:411px;
}


/* --------------------------------------

    #access / 交通アクセス

--------------------------------------*/
#access {
  background: url(../image_renew/bg-hierarchy.jpg) repeat;
  overflow: hidden;
  /*margin-top: 20px;*/
}

#access .inner {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  width: 977px;
}

#access .box_left {
  background: url(../image_renew/bg-access.png?date=20181019) no-repeat;
  padding: 0.5em 0 0.5em 2em;
  position: relative;
  width: 500px;
}

#access .box_left .btn {
  background: #115C48; /* Old browsers */
  background: -moz-linear-gradient(top, #115C48 0%, #0C4032 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #115C48 0%,#0C4032 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #115C48 0%,#0C4032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 280px;
}

#access .box_left .btn:hover {
  opacity: .8;
   -webkit-transition: all .5s;
  transition: all .5s;
}

#access .box_left .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 22px;
  padding: .3em 0;
  position: relative;
}

#access .box_left .btn a:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  bottom: 0;
  top: 50%;
  margin-top: -5px;
  right: 1.5em;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

#access .box_left .btn a:hover {
  text-decoration: none;
}

/* --------------------------------------

    #touken_song / IMAGE SONG のご紹介

--------------------------------------*/
#touken_song {
  color: #000;
  background: #E6DCC6;
  padding: 30px 0 40px;
  text-align: center;
}

#touken_song h2 {
  border-bottom: 1px solid #96802D;
  text-shadow:1px 1px 2px #9a9a9a;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 32px;
  line-height: 1.3em;
  margin: 0 auto 20px;
  text-align: center;
  width: 650px;
}

#touken_song h2 span {
  color: #951616;
  display: inline-block;
  letter-spacing: 0.05em;
}

#touken_song h2 span.en {
  color: #000;
}

#touken_song .inner {
  display: -webkit-box; /*Android4.3*/
    display: -moz-box;    /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 860px;
}

#touken_song .inner .box_left {
  line-height: 1.5;
  width: 547px;
}

#touken_song .inner .box_left p {
  text-align: left;
}

#touken_song .inner figure {
  margin-top: 10px;
  width: 300px;
}


#touken_song .inner .btn {
  background: #9C1717;
  background: -moz-linear-gradient(top, #9C1717 0%, #7A1212 100%);
  background: -webkit-linear-gradient(top, #9C1717 0%,#7A1212 100%);
  background: linear-gradient(to bottom, #9C1717 0%,#7A1212 100%);
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 20px auto 0;
  width: 310px;
}

#touken_song .inner .btn:hover {
  opacity: 0.8;
  transition: 0.5s all;
}

#touken_song .inner .btn a {
  color: #fff;
  display: block;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: 'Noto Serif TC', serif;
  font-size: 22px;
  font-weight: normal;
  padding: .3em 0;
}

#touken_song .inner .btn a:hover {
  text-decoration: none;
}

#touken_song .inner .btn:after {
  content: url(../image_renew/ico-outsidelink.png);
  bottom: 20px;
  right: 2em;
  height: 14px;
  position: absolute;
  width: 14px;
}

