@charset "utf-8";

/* ==========================================================

title : 【栄タワーヒルズ】栄タワーヒルズの写真集
scope : /sakae/photogallery/

last modify : 2021/01/27 TCV_ヴィ/ Doan Thi Tuong Vi 

========================================================== */
body {
  font-size: 17px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.view_pc_inline {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .view_pc_inline {
    display: none;
  }
}

.view_pc_tab_inline {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .view_pc_tab_inline {
    display: none;
  }
}

.view_tab_inline {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 737px) {
  .view_tab_inline {
    display: inline-block;
  }
}

.view_sp_inline {
  display: none;
}

@media screen and (max-width: 736px) {
  .view_sp_inline {
    display: inline-block;
  }
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flex.no_space {
  justify-content: inherit;
}

.flex_center {
  align-items: center;
  display: flex;
  justify-content: center;
}

a.ov:hover {
  opacity: .8;
  transition: .5s all;
}

#wrapper {
  background: url(../image/bg-contents.png) repeat;
  width: 100%;
}

#content {
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: .941176em;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  #gallery_content.fixed_margin {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 736px) {
  #content {
    padding-top: 0;
  }

  #gallery_content.fixed_margin {
    margin-top: 0 !important;
  }
}

#content img {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* =================================================================
  .main_visual
==================================================================== */
.main_visual {
  background: url(../image/img-main-pc.jpg) no-repeat 0 0 / contain;
  height: 0;
  margin: 0 auto;
  padding-top: 30%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .main_visual {
    background: url(../image/img-main-sp.jpg) no-repeat 0 0 / contain;
    padding-top: 46.875%;
  }
}

.main_visual span {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: .06em;
  position: absolute;
  left: 5%;
  top: 31%;
}

@media screen and (max-width: 1024px) {
  .main_visual span {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 736px) {
  .main_visual span {
    font-size: 7.656vw;
    letter-spacing: .03em;
    line-height: 1.24;
    left: 7%;
    top: 18.5%;
  }
}

/* =================================================================
  .main_lead
==================================================================== */
.main_lead {
  margin: 1em auto 0;
  text-align: justify;
  width: calc(705 / 1000 * 100%);
}

@media screen and (max-width: 1024px) {
  .main_lead {
    width: calc(670 / 1000 * 100%);
  }
}

@media screen and (max-width: 736px) {
  .main_lead {
    width: 90%;
  }
}

/* =================================================================
  #gallery
==================================================================== */
#gallery {
  margin: 1.529412em auto 0;
  max-width: 982px;
}

@media screen and (max-width: 1024px) {
  #gallery {
    width: 95%;
  }
}

@media screen and (max-width: 736px) {
  #gallery {
    margin-top: 1.5em;
  }
}

#gallery a:hover {
  text-decoration: none;
}

/* anchor_block */
.anchor_block li {
  width: calc(194 / 982 * 100%);
}

@media screen and (max-width: 736px) {
  .anchor_block li {
    width: 49%;
  }

  .anchor_block li:last-child {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .anchor_block li:nth-child(n+3) {
    margin-top: 2%;
  }
}

.anchor_block li a {
  background: #806525;
  box-sizing: border-box;
  display: block;
  padding: 3px 0;
  text-align: center;
}

.anchor_block li a:visited,
.anchor_block li a:focus,
.anchor_block li a:active {
  opacity: 1;
  outline: none;
}

.anchor_block li a>span {
  display: block;
  font-size: 20px;
  padding: .5em 1em .5em .5em;
  position: relative;
}

@media all and (-ms-high-contrast:none) {
  .anchor_block li a>span {
    padding: .7em 1em .3em .5em;
  }
}

@media screen and (max-width: 1024px) {
  .anchor_block li a>span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 736px) {
  .anchor_block li a>span {
    font-size: 4vw;
  }

  .meiryo .anchor_block li a>span {
    padding: .6em 1em .4em .5em;
  }
}

.anchor_block li a>span::before {
  background: url(../image/bg-line.png) center center repeat-x;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.anchor_block li a>span::after {
  background: url(../image/bg-line.png) center center repeat-x;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.anchor_block li a>span>span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  text-shadow: 0 2px 2px rgba(100, 62, 2, .49);
}

@media screen and (max-width: 1024px) {
  .anchor_block li a>span>span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 736px) {
  .anchor_block li a>span>span {
    font-size: 4vw;
  }
}

.anchor_block li a>span>span::before {
  background: url(../image/ico-arrow.png) center no-repeat;
  background-size: contain;
  content: "";
  height: .6em;
  padding: .25em;
  position: absolute;
  right: 0;
  top: .5em;
  width: .8em;
}

@media all and (-ms-high-contrast:none) {
  .meiryo .anchor_block li a>span>span::before {
    top: .3em;
  }
}

/* content */
.content {
  margin-top: 1.058824em;
}

.content:not(#appearance) {
  margin-top: 2.588235em;
}

.content .row {
  display: flex;
  font-size: 10px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .content .row {
    font-size: 1vw;
  }
}

.content .photo {
  position: relative;
}

.content .photo::after {
  background: url(../image/ico-modal.png);
  background-size: cover;
  content: "";
  height: 3em;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3em;
}

@media screen and (max-width: 736px) {
  .content .photo::after {
    height: 4em;
    width: 4em;
  }
}

.item_area_ttl {
  position: relative;
}

.area_ttl {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: .12em;
  opacity: 1;
  position: absolute;
  top: 2.5em;
  text-align: center;
  width: 100%;
}

@media all and (-ms-high-contrast:none) {
  .meiryo .area_ttl {
    top: 2.7em;
  }
}

@media screen and (max-width: 1024px) {
  .area_ttl {
    font-size: 4vw;
  }
}

@media screen and (max-width: 736px) {
  .area_ttl {
    font-size: 5.4vw;
    letter-spacing: -.03em;
    top: 21%;
  }
}

/* mt */
.mt1 {
  margin-top: 1em !important;
}

.mt14 {
  margin-top: 1.4em !important;
}

.mt15 {
  margin-top: 1.5em !important;
}

.mt16 {
  margin-top: 1.6em !important;
}

.mt29 {
  margin-top: 2.9em !important;
}

.mt39 {
  margin-top: 3.9em !important;
}

.mt40 {
  margin-top: 4em !important;
}

.mt43 {
  margin-top: 4.3em !important;
}

.mt_n86 {
  margin-top: calc(-86 / 982 * 100%);
}

.mt_n106 {
  margin-top: calc(-106 / 982 * 100%);
}

.mt_n190 {
  margin-top: calc(-190 / 982 * 100%);
}

.mt_484_228 {
  margin-top: calc(228 / 484 * 100%);
}

/* logo */
.logo01 {
  line-height: 1;
  margin: 2.6em .5em 0;
}

@media screen and (max-width: 1024px) {
  .logo01 {
    margin-top: 2.3em;
  }
}

.logo01_type01 {
  margin-top: 4.1em;
}

.logo03 {
  line-height: 1;
  margin: 0 auto;
  max-width: 164px;
}

@media screen and (max-width: 736px) {
  .logo03 {
    max-width: 80%;
  }
}

.logo03_type01 {
  margin-top: 3.2em;
}

@media screen and (max-width: 736px) {
  .logo03_type01 {
    margin-top: 2em;
  }
}

.logo03_type02 {
  margin-top: 3.2em;
}

@media screen and (max-width: 1024px) {
  .logo03_type02 {
    margin-top: 2.4em;
  }
}

@media screen and (max-width: 736px) {
  .logo03_type02 {
    margin-top: 1.2em;
  }
}

@media screen and (max-width: 1024px) {
  .logo03_type03 {
    margin-top: 3em !important;
  }
}

@media screen and (max-width: 736px) {
  .logo03_type03 {
    margin-top: 2.4em !important;
  }
}

.logo04 {
  line-height: 1;
}

.logo04_type01 {
  margin: 0 auto;
  max-width: 241px;
}

@media screen and (max-width: 736px) {
  .logo04 {
    margin-top: 2em !important;
  }

  #appearance .logo04_type01 {
    margin-top: 0 !important;
  }
}

.logo04_type02 {
  margin: 3.6em auto 0;
  max-width: 282px;
}

@media screen and (max-width: 1024px) {
  .logo04_type02 {
    margin-top: 2.8em;
  }
}

@media screen and (max-width: 920px) {
  .logo04_type02~.photo.mt39 {
    margin-top: 3.2em !important;
  }
}

@media screen and (max-width: 736px) {
  .logo04_type02 {
    margin-top: 2.4em !important;
  }
}

.logo04_type03 {
  margin: 3.8em auto 0;
  max-width: 222px;
}

.logo04_type04 {
  margin: 3em auto 0;
  max-width: 282px;
}

@media screen and (max-width: 1024px) {
  .logo04_type04 {
    margin-top: 2.6em;
  }
}

/* col */
.col_full {
  width: 100%;
}

.col_84 {
  width: calc(84 / 982 * 100%);
}

.col_216 {
  width: calc(216 / 982 * 100%);
}

.col_229 {
  width: calc(229 / 982 * 100%);
}

.col_242 {
  width: calc(242 / 982 * 100%);
}

.col_253 {
  width: calc(253 / 982 * 100%);
}

.col_254 {
  width: calc(254 / 982 * 100%);
}

.col_276 {
  width: calc(276 / 982 * 100%);
}

.col_316 {
  width: calc(316 / 982 * 100%);
}

.col_322 {
  width: calc(322 / 982 * 100%);
}

.col_356 {
  width: calc(356 / 982 * 100%);
}

.col_444 {
  width: calc(444 / 982 * 100%);
}

.col_483 {
  width: calc(483 / 982 * 100%);
}

.col_484 {
  width: calc(484 / 982 * 100%);
}

.col_485 {
  width: calc(485 / 982 * 100%);
}

.col_612 {
  width: calc(612 / 982 * 100%);
}

.col_652 {
  width: calc(652 / 982 * 100%);
}

.col_692 {
  width: calc(692 / 982 * 100%);
}

.col_726 {
  width: calc(726 / 982 * 100%);
}

.col_in_154_84 {
  width: calc(84 / 154 * 100%);
}

.col_in_484_154 {
  width: calc(154 / 484 * 100%);
}

.col_in_484_228 {
  width: calc(228 / 484 * 100%);
}

.col_in_484_242 {
  width: calc(242 / 484 * 100%);
}

.col_in_484_316 {
  width: calc(316 / 484 * 100%);
}

.col_in_612_322 {
  width: calc(322 / 612 * 100%);
}

.col_in_612_276 {
  width: calc(276 / 612 * 100%);
}

.col_in_692_316 {
  width: calc(316 / 692 * 100%);
}

.col_in_692_362 {
  width: calc(362 / 692 * 100%);
}

/* fancybox */
.fancybox-overlay {
  background: #000;
}

.fancybox-title-float-wrap {
  margin-bottom: 0;
  bottom: auto;
  top: -50px;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.fancybox-close {
  background: url(../image/btn-modal-close.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  font-size: 10px !important;
  height: 4em;
  margin-left: 0;
  padding: .5em .4em .7em !important;
  position: absolute;
  bottom: -62px;
  top: inherit;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13.3em;
}

.fancybox-close:hover {
  background: url(../image/btn-modal-close-ov.png) no-repeat;
  background-size: cover;
  text-decoration: none;
}

.fancybox-close::before {
  color: #fff;
  content: "閉じる";
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .45em;
  padding-left: 2.3em;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media all and (-ms-high-contrast:none) {
  .fancybox-close::before {
    top: 55%;
  }
}

.fancybox-title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: 600;
}

.fancybox-opened .fancybox-skin .fancybox-title-float-wrap .child {
  font-weight: 600;
  line-height: 1;
  margin-right: 0;
}

.fancybox-nav {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fancybox-nav,
.fancybox-nav span {
  height: 55px;
  margin-top: 0;
  opacity: 1;
  width: 55px;
}

.fancybox-prev {
  left: -60px;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev span {
  background: url(../image/btn-modal-prev.png) center center no-repeat;
  background-size: contain;
  top: 0;
}

.fancybox-next span {
  background: url(../image/btn-modal-next.png) center center no-repeat;
  background-size: contain;
  top: 0;
}

.fancybox-prev span:hover {
  background: url(../image/btn-modal-prev-ov.png) center center no-repeat;
  background-size: contain;
}

.fancybox-next span:hover {
  background: url(../image/btn-modal-next-ov.png) center center no-repeat;
  background-size: contain;
}

/* colorbox */
#cboxPrevious,
#cboxNext,
#cboxClose {
  cursor: pointer;
  outline: none;
}

#cboxOverlay,
#colorbox {
  z-index: 1000000;
}

#cboxTitle {
  margin-top: .6em;
}

@media screen and (min-width: 737px) {
  .fancybox-title br {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  #cboxTitle {
    font-size: 4vw;
    margin-top: 1em;
  }

  #cboxCurrent {
    font-size: 4vw;
  }
}

/* =================================================================
  #description
==================================================================== */
#description {
  margin-top: 50px;
}