@charset "utf-8";

/* ==========================================================

title :
scope : /photogallery/

last modify : 2021/01/29 TCV_ヴィ/ Doan Thi Tuong Vi

========================================================== */
#content {
  font-size: 17px;
  line-height: 1.5;
  width: 100%;
}

.inner_box {
  margin: 0 auto;
  max-width: 1024px;
}

@media screen and (max-width: 736px) {
  #content {
    font-size: 13px;
    font-size: 4vw;
    padding-top: 0;
  }

  #gallery_content {
    margin-top: 1em !important;
  }

  .inner_box {
    margin: 0 .5em;
  }
}

#content img {
	font-size: 0;
	line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

#breadcrumbs {
  margin-bottom: 0;
}

/* =================================================================
  .main_visual
==================================================================== */
.main_visual {
  background: url(../image/img-main-pc.jpg) no-repeat 0 0 / contain;
  height: 0;
  margin: 0 auto;
  padding-top: 29.296875%;
  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: #7d5b43;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -.06em;
  position: absolute;
  left: 50%;
  top: 32.5%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .main_visual span {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 736px) {
  .main_visual span {
    font-size: 6.597vw;
    letter-spacing: -.08em;
    top: 31.5%;
    text-align: center;
    width: 100%;
  }
}

/* =================================================================
  .main_lead
==================================================================== */
.main_lead {
  letter-spacing: 0;
  margin: 1.7em auto 0;
  width: 664px;
}

@media screen and (max-width: 1024px) {
  .main_lead {
    width: calc(670 / 1024 * 100%);
  }
}

@media screen and (max-width: 736px) {
  .main_lead {
    width: 90%;
  }
}

/* =================================================================
  #gallery
==================================================================== */
#gallery {
  margin: 2.647059em auto 0;
  max-width: 980px;
}

@media screen and (max-width: 1024px) {
  #gallery {
    width: 95%;
  }
}

@media screen and (max-width: 736px) {
  #gallery {
    margin: 1.5em .5em 0;
    width: auto;
  }
}

#gallery a:hover {
  text-decoration: none;
}

/* anchor_block */
.anchor_block li {
  width: calc(242 / 980 * 100%);
}

@media screen and (max-width: 736px) {
  .anchor_block li {
    width: 49%;
  }

  .anchor_block li:nth-child(n+3) {
    margin-top: 2%;
  }
}

.anchor_block li a {
  background: #9e8578;
  box-sizing: border-box;
  display: block;
  padding: 3px;
  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 {
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 20px;
  padding: .5em 1.4em .4em 1em;
  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>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;
  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 {
  display: block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .04em;
  opacity: 1;
  position: absolute;
  top: 3.04em;
  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: 4.6vw;
    letter-spacing: 0;
    top: 28.5%;
  }
}

/* mt */
.mt14 {
  margin-top: 1.4em !important;
}

.mt24 {
  margin-top: 2.4em !important;
}

.mt52 {
  margin-top: 5.2em !important;
}

.mt_n106 {
  margin-top: calc(-106 / 980 * 100%);
}

.mt_n190 {
  margin-top: calc(-190 / 980 * 100%);
}

.mt_483_228 {
  margin-top: calc(228 / 483 * 100%);
}

/* logo */
.logo {
  line-height: 1;
  margin: 0 auto;
}

.logo01 {
  margin: 1.2em .1em 0;
}

@media screen and (max-width: 1024px) {
  .logo01 {
    margin-top: 2.3em;
  }

  .logo01~.mt24 {
    margin-top: 1.7em !important;
  }
}

.logo03_type02 {
  margin: 3em -.3em 0;
}

@media screen and (max-width: 736px) {
  .logo03_type02 {
    margin: 1.6em 0 0;
  }
}

.logo04 {
  line-height: 1;
  margin: 0 auto;
}

.logo04_type01 {
  margin-top: 3.8em;
  max-width: 223px;
}

.logo04_type02 {
  margin-top: 3.8em;
  max-width: 241px;
}

@media screen and (max-width: 1024px) {
  .logo04 {
    margin-top: 2.8em !important;
  }
}

.logo05 {
  margin-top: 3.6em;
  max-width: 216px;
}

@media screen and (max-width: 736px) {
  .logo05 {
    margin-top: 2.6em;
  }
}

.logo06 {
  margin-top: 1.3em;
}

@media screen and (max-width: 736px) {
  .logo06 {
    margin-top: 1.5em;
    max-width: 70%;
  }
}

/* col */
.col_215 {
  width: calc(215 / 980 * 100%);
}

.col_216 {
  width: calc(216 / 980 * 100%);
}

.col_234 {
  width: calc(234 / 980 * 100%);
}

.col_241 {
  width: calc(241 / 980 * 100%);
}

.col_253 {
  width: calc(253 / 980 * 100%);
}

.col_254 {
  width: calc(254 / 980 * 100%);
}

.col_275 {
  width: calc(275 / 980 * 100%);
}

.col_315 {
  width: calc(315 / 980 * 100%);
}

.col_322 {
  width: calc(322 / 980 * 100%);
}

.col_355 {
  width: calc(355 / 980 * 100%);
}

.col_463 {
  width: calc(463 / 980 * 100%);
}

.col_483 {
  width: calc(483 / 980 * 100%);
}

.col_483 {
  width: calc(483 / 980 * 100%);
}

.col_503 {
  width: calc(503 / 980 * 100%);
}

.col_611 {
  width: calc(611 / 980 * 100%);
}

.col_651 {
  width: calc(651 / 980 * 100%);
}

.col_691 {
  width: calc(691 / 980 * 100%);
}

.col_725 {
  width: calc(725 / 980 * 100%);
}

.col_in_154_83 {
  width: calc(83 / 154 * 100%);
}

.col_in_463_215 {
  width: calc(215 / 463 * 100%);
}

.col_in_463_234 {
  width: calc(234 / 463 * 100%);
}

.col_in_483_154 {
  width: calc(154 / 483 * 100%);
}

.col_in_483_228 {
  width: calc(228 / 483 * 100%);
}

.col_in_483_241 {
  width: calc(241 / 483 * 100%);
}

.col_in_483_315 {
  width: calc(315 / 483 * 100%);
}

.col_in_611_275 {
  width: calc(275 / 611 * 100%);
}

.col_in_611_322 {
  width: calc(322 / 611 * 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,
#cboxCurrent {
  font-size: 4vw;
}

@media screen and (min-width: 737px) {
  .fancybox-title br {
    display: none;
  }
}

/* =================================================================
  #sec_footgreet02
==================================================================== */
#sec_footgreet02 {
  margin-top: 54px;
}
