@charset "UTF-8";
/*----------------------------------------------------
setting
----------------------------------------------------*/
/*----------------------------------------------------
fonts
----------------------------------------------------*/
/* font size */
html {
  font-size: 75%;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  html {
    font-size: 100% !important;
  }
}
/*----------------------------------------------------
mixin
----------------------------------------------------*/
/*
@mixin bxsh {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
*/
/*----------------------------------------------------
privacy
----------------------------------------------------*/
#legal,
#terms,
#privacy,
.part-privacy {
  /*
  p {
    color: $neutral;
    font: normal normal 14px/2 fontfamilies(neutral);
    margin-bottom: 1em;
    &:last-child {
      margin-bottom: 0;
    }
  }
  ul {
    color: $neutral;
    font: normal normal 14px/2 fontfamilies(neutral);
    margin-bottom: 1em;

    list-style-type: disc;
    list-style-position: inside;
    li {
      padding-left: 24px;
      text-indent: -18px;

      font: normal normal 14px/2 fontfamilies(neutral);
    }
  }
  */
}
#legal .box,
#terms .box,
#privacy .box,
.part-privacy .box {
  display: flex;
  padding: 48px 0;
  border-bottom: 1px solid #e6e6e6;
}
#legal .box:last-child,
#terms .box:last-child,
#privacy .box:last-child,
.part-privacy .box:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  #legal .box,
  #terms .box,
  #privacy .box,
  .part-privacy .box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #legal .box > div,
  #terms .box > div,
  #privacy .box > div,
  .part-privacy .box > div {
    flex: 1;
  }
}
#legal .box > div:nth-child(1),
#terms .box > div:nth-child(1),
#privacy .box > div:nth-child(1),
.part-privacy .box > div:nth-child(1) {
  flex: 38;
}
#legal .box > div:nth-child(2),
#terms .box > div:nth-child(2),
#privacy .box > div:nth-child(2),
.part-privacy .box > div:nth-child(2) {
  flex: 62;
}
#legal .box > div > div,
#terms .box > div > div,
#privacy .box > div > div,
.part-privacy .box > div > div {
  margin-bottom: 48px;
}
#legal .box > div > div:last-child,
#terms .box > div > div:last-child,
#privacy .box > div > div:last-child,
.part-privacy .box > div > div:last-child {
  margin-bottom: 0;
}
#legal .box.date,
#terms .box.date,
#privacy .box.date,
.part-privacy .box.date {
  justify-content: flex-end;
}
#legal .box.date p,
#terms .box.date p,
#privacy .box.date p,
.part-privacy .box.date p {
  text-align: right;
}
#legal h2:not(.pagetitle),
#terms h2:not(.pagetitle),
#privacy h2:not(.pagetitle),
.part-privacy h2:not(.pagetitle) {
  color: #000;
  font: normal bold 24px/2 fontfamilies(neutral);
}
#legal h3,
#legal h4,
#legal h5,
#terms h3,
#terms h4,
#terms h5,
#privacy h3,
#privacy h4,
#privacy h5,
.part-privacy h3,
.part-privacy h4,
.part-privacy h5 {
  color: #000;
  font: normal bold 14px/2 fontfamilies(neutral);
  position: relative;
}
#legal h3 b,
#legal h4 b,
#legal h5 b,
#terms h3 b,
#terms h4 b,
#terms h5 b,
#privacy h3 b,
#privacy h4 b,
#privacy h5 b,
.part-privacy h3 b,
.part-privacy h4 b,
.part-privacy h5 b {
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 30px;
  color: #c0c0c0;
}
@media (max-width: 767px) {
  #legal h3 b,
  #legal h4 b,
  #legal h5 b,
  #terms h3 b,
  #terms h4 b,
  #terms h5 b,
  #privacy h3 b,
  #privacy h4 b,
  #privacy h5 b,
  .part-privacy h3 b,
  .part-privacy h4 b,
  .part-privacy h5 b {
    display: block;
    position: static;
    padding-right: 0;
    margin-right: 1em;
  }
}

/*----------------------------------------------------
contents
----------------------------------------------------*/
#contents {
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  #contents {
    margin-top: 56px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
}

.home #contents {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .home #contents {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
  }

  .exhibition #contents {
    padding-top: 0px;
    border-top: 0;
  }

  .single-studio #contents {
    padding-top: 0px;
  }
}
/* .scroll #contents {
	padding-top: 63px;
}
.home.scroll #contents {
	padding-top: 0;
	padding-bottom: 0;
} */
.container.full {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.btn_more a {
  display: block;
}
@media (max-width: 767px) {
  .btn_more a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px 20px;
    background-color: #000;
    color: #fff;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 45px;
  }
}
.btn_more a:hover {
  color: #fff;
  background-color: #000;
}

/*----------------------------------------------------
home
----------------------------------------------------*/
#billboard {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
}
#billboard .sliders {
  width: 100%;
  height: 100%;
}
#billboard .sliders .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#billboard .cntrl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
#billboard .cntrl .in {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  perspective: 0;
  -webkit-perspective: 0;
}
#billboard .cntrl .box {
  display: table;
  background-color: #fff;
  width: 1170px;
  max-width: 96%;
  margin: 0 auto;
  padding: 0 40px;
  height: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform-origin: right bottom;
}
@media (min-width: 768px) {
  #billboard .cntrl .box {
    width: 720px;
  }
}
@media (min-width: 992px) {
  #billboard .cntrl .box {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  #billboard .cntrl .box {
    width: 1140px;
  }
}
#billboard .cntrl .box .items,
#billboard .cntrl .box .links,
#billboard .cntrl .box .captions {
  width: 33.33333333%;
  display: table-cell;
  vertical-align: middle;
}
#billboard .cntrl .box .items .pagers {
  height: 6px;
}
#billboard .cntrl .box .items .pagers .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
  width: 6px;
}
#billboard .cntrl .box .items .pagers .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  background-color: #767676;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#billboard .cntrl .box .items .pagers .bx-pager-item a:hover {
  background-color: #000;
}
#billboard .cntrl .box .items .pagers .bx-pager-item a.active {
  background-color: #000;
}
#billboard .cntrl .box .captions {
  text-align: right;
  position: relative;
  overflow: hidden;
}
#billboard .cntrl .box .captions .bx-caption {
  position: absolute;
  top: -50px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  opacity: 0;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}
#billboard .cntrl .box .captions .bx-caption.active {
  opacity: 1;
  top: 0px;
}
#billboard .cntrl .box .links {
  text-align: center;
}
#billboard .cntrl .box .links a {
  display: inline-block;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  padding-right: 60px;
  background-position: center right +30px;
  background-repeat: no-repeat;
  background-image: url(../img/viewallstudio_arrow.png);
  background-size: auto 20px;
  position: relative;
}
#billboard .cntrl .box .links a:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #000;
}
@media (max-width: 767px) {
  #billboard .cntrl .box {
    width: 90%;
    height: 60px;
  }
  #billboard .cntrl .box .items,
  #billboard .cntrl .box .captions {
    display: none;
  }
  #billboard .cntrl .box .links {
    width: 100%;
  }
  #billboard .cntrl .box .links a {
    height: 60px;
    line-height: 60px;
  }
  #billboard .cntrl .box .links a:after {
    top: 50px;
  }
}
#billboard .cntrl.close .in {
  perspective: 120;
  -webkit-perspective: 120;
}
#billboard .cntrl.close .box {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform-origin: right bottom;
}
#billboard .cntrl.close .box .links a:after {
  display: none;
}
#billboard .bx-wrapper,
#billboard .bx-viewport {
  width: 100%;
  height: 100%;
}
#billboard .bx-viewport {
  z-index: 2;
}
#billboard .bx-controls {
  display: none;
}

/*----------------------------------------------------
STUDIO
----------------------------------------------------*/
/*---------- INDEX ----------*/
.studio_list,
.lease_list {
  padding: 0 40px;
}
.studio_list .col,
.lease_list .col {
  margin-bottom: 60px;
}
.studio_list .hl,
.lease_list .hl {
  display: block;
  margin-bottom: 15px;
}
.studio_list .hl_tax,
.lease_list .hl_tax {
  float: left;
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.studio_list .hl_tax .sub,
.lease_list .hl_tax .sub {
  display: block;
  font-size: 10px;
  margin-top: -4px;
}
.studio_list .hl_more,
.lease_list .hl_more {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
.studio_list .hl_more a,
.lease_list .hl_more a {
  display: block;
  font-size: 12px;
  line-height: 26px;
}
.studio_list .hl_more a.hover_underline:after,
.lease_list .hl_more a.hover_underline:after {
  bottom: 1px;
}
@media (max-width: 767px) {
  .studio_list,
  .lease_list {
    padding: 0 20px;
  }
  .studio_list .col,
  .lease_list .col {
    margin-bottom: 30px;
  }
}
.studio_list.swiper-container .row,
.lease_list.swiper-container .row {
  margin: 0;
  margin-bottom: 53px;
}
.studio_list.swiper-container .row .col,
.lease_list.swiper-container .row .col {
  margin-bottom: 0;
}
.studio_list.swiper-container .swiper-button-next, .studio_list.swiper-container .swiper-button-prev,
.lease_list.swiper-container .swiper-button-next,
.lease_list.swiper-container .swiper-button-prev {
  top: 0;
  width: 40px;
  height: 100%;
  margin-top: 0;
  background-color: #fff;
  background-size: auto 45px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .studio_list.swiper-container .swiper-button-next, .studio_list.swiper-container .swiper-button-prev,
  .lease_list.swiper-container .swiper-button-next,
  .lease_list.swiper-container .swiper-button-prev {
    display: none;
  }
}
.studio_list.swiper-container .swiper-button-next,
.lease_list.swiper-container .swiper-button-next {
  right: 0;
  background-image: url(../img/next.png);
}
.studio_list.swiper-container .swiper-button-prev,
.lease_list.swiper-container .swiper-button-prev {
  left: 0;
  background-image: url(../img/prev.png);
}

.studio_box a,
.lease_box a {
  display: block;
}
.studio_box .image,
.lease_box .image {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.666666666667%;
}
.studio_box .image span,
.lease_box .image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.studio_box .content,
.lease_box .content {
  padding: 12px 0;
  border-bottom: 1px solid #000;
  line-height: 26px;
}
@media (max-width: 767px) {
  .studio_box .content,
  .lease_box .content {
    padding: 10px 0;
  }
}
.studio_box .content .title,
.lease_box .content .title {
  float: left;
  font-size: 26px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
.studio_box .content .title .jp,
.lease_box .content .title .jp {
  font-size: 22px;
  font-weight: bold;
}
.studio_box .content .sub,
.lease_box .content .sub {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}
.studio_box .content .size,
.lease_box .content .size {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.25;
}
.studio_box .content .area,
.lease_box .content .area {
  float: right;
  font-size: 11px;
}

.lease_box .image {
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lease_box .image span {
  background-color: #fff;
  background-size: contain !important;
}
.lease_box .content .title {
  float: none;
  display: block;
  font-size: 18px;
}
.lease_box .content .title .jp {
  font-size: 16px;
}
.lease_box .content .sub {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}
.lease_box a:hover .image {
  opacity: .75;
}

/*---------- SINGLE ----------*/
#studio_gallery .galleries {
  background-color: #fff;
}
#studio_gallery .galleries.row {
  margin: 0 -1px;
}
#studio_gallery .galleries.row .col {
  padding: 1px 1px;
  margin: 0 0;
}
#studio_gallery .galleries.row .col:nth-child(n + 11) {
  display: none;
}
@media (max-width: 767px) {
  #studio_gallery .galleries.row .col:nth-child(n + 7) {
    display: none;
  }
}
#studio_gallery .galleries a {
  display: block;
}

.labeling {
  margin: 0 40px;
}
.labeling .box {
  display: table;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin: 0 0;
  padding: 15px 0;
  height: 80px;
}
.labeling .box .items,
.labeling .box .links,
.labeling .box .captions {
  width: 33.33333333%;
  display: table-cell;
  vertical-align: middle;
}
.labeling .box .items .pagers {
  height: 6px;
}
.labeling .box .items .pagers .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
  width: 6px;
}
.labeling .box .items .pagers .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  background-color: #767676;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.labeling .box .items .pagers .bx-pager-item a:hover {
  background-color: #000;
}
.labeling .box .items .pagers .bx-pager-item a.active {
  background-color: #000;
}
.labeling .box .captions {
  text-align: right;
}
.labeling .box .captions .bx-caption {
  display: none;
}
.labeling .box .captions .bx-caption.active {
  display: block;
}
.labeling .box .links {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .labeling {
    margin: 0 0;
  }
  .labeling .box {
    height: 40px;
    margin: 0 0;
  }
  .labeling .box .items,
  .labeling .box .captions {
    display: none;
  }
  .labeling .box .links {
    width: 100%;
  }
}

#studio_detail .row {
  margin: 0 0;
}
#studio_detail .row .col {
  padding: 0 0;
  margin: 0 0;
  border-left: 1px solid #eee;
}
#studio_detail .row .col:first-child {
  border-left: 0;
}
#studio_detail .row .col:first-child .inner {
  padding-left: 0;
  padding-right: 0;
}
#studio_detail .row .col:nth-child(2) .inner {
  padding-left: 30px;
  padding-right: 0;
}
@media (max-width: 767px) {
  #studio_detail .row .col {
    border-left: 0;
  }
  #studio_detail .row .col .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #studio_detail .row .col .inner.title {
    padding: 15px 0;
    font-size: 24px;
  }
  #studio_detail .row .col .inner.title span {
    font-size: 24px;
  }
  #studio_detail .row .col:nth-child(2) .inner {
    padding-top: 0px;
  }
}
#studio_detail .wrap:nth-child(even) {
  background-color: #fbfbfb;
}
#studio_detail .wrap:last-child .row {
  border-bottom: 1px solid #eee;
}
#studio_detail .wrap .box {
  padding: 0 40px;
}
#studio_detail .wrap .box .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #studio_detail .wrap .box {
    padding: 0 0px;
  }
  #studio_detail .wrap .box .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#studio_detail .hl {
  position: relative;
  text-align: right;
  padding-right: 30px;
}
#studio_detail .hl span {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #studio_detail .hl {
    text-align: left;
    padding-right: 0;
  }
}
#studio_detail .hl:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #eee;
}
@media (max-width: 767px) {
  #studio_detail .hl:after {
    display: none;
  }
}
#studio_detail .content p {
  line-height: 130%;
  margin-bottom: 5px;
  font-size: 14px;
}
#studio_detail .content p span {
  font-size: 11px;
}
@media (max-width: 767px) {
  #studio_detail .content p {
    font-size: 16px;
  }
  #studio_detail .content p span {
    font-size: 13px !important;
  }
}
#studio_detail .content a {
  text-decoration: underline;
}
#studio_detail .content #gmaps {
  padding-bottom: 50%;
  margin-bottom: 30px;
}
#studio_detail .content #gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#studio_detail .content #gmaps_link {
  text-align: right;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #studio_detail .content #gmaps_link a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #4285f4;
    text-align: center;
    text-decoration: none;
  }
}
#studio_detail .content .captions {
  text-align: right;
}

#others {
  padding: 75px 0;
}
#others .hl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #others .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------------------------------------
LEASE
----------------------------------------------------*/
#lease_content {
  position: relative;
  width: 100%;
}
#lease_content .row-tbl {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
#lease_content .row-tbl .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
#lease_content .row-tbl .close {
  position: absolute;
  top: 0;
  right: 0;
}
#lease_content .row-tbl .close a {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*
  				&:hover {
  					-webkit-transform: rotate(180deg);
  					-ms-transform: rotate(180deg);
  					transform: rotate(180deg);
  				}
  */
}
#lease_content .row-tbl .close a span {
  position: relative;
  display: block;
  text-indent: -9999px;
}
#lease_content .row-tbl .close a span:before, #lease_content .row-tbl .close a span:after {
  position: absolute;
  top: 30px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#lease_content .row-tbl .close a span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lease_content .row-tbl .close a span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #lease_content .row-tbl .close a {
    width: 30px;
    height: 30px;
  }
  #lease_content .row-tbl .close a span:before, #lease_content .row-tbl .close a span:after {
    top: 15px;
  }
}
@media (max-width: 767px) {
  #lease_content .row-tbl {
    display: block;
  }
  #lease_content .row-tbl .col {
    display: block;
    width: 100%;
    height: auto;
  }
  #lease_content .row-tbl .close {
    display: none;
  }
}
#lease_content .image {
  width: 100%;
  height: 100%;
}
#lease_content .image .imgLiquid {
  background-size: contain !important;
}
#lease_content .image img {
  display: block;
  margin: 0 auto;
}
#lease_content .content {
  padding-left: 30px;
  width: 100%;
}
#lease_content .content .title {
  font-size: 26px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
#lease_content .content .title .jp {
  font-size: 22px;
  font-weight: bold;
}
#lease_content .content .desc {
  margin-top: 30px;
}
#lease_content .content .desc p {
  line-height: 175%;
}
@media (max-width: 767px) {
  #lease_content .container {
    padding-left: 0;
    padding-right: 0;
  }
  #lease_content .content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#boxer.mobile .boxer-close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 105;
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*
  	&:hover {
  		-webkit-transform: rotate(180deg);
  		-ms-transform: rotate(180deg);
  		transform: rotate(180deg);
  	}
  */
}
@media (max-width: 767px) {
  #boxer.mobile .boxer-close {
    width: 30px;
    height: 30px;
  }
}
#boxer.mobile .boxer-close span {
  position: relative;
  display: block;
  text-indent: -9999px;
}
#boxer.mobile .boxer-close span:before, #boxer.mobile .boxer-close span:after {
  position: absolute;
  top: 30px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#boxer.mobile .boxer-close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#boxer.mobile .boxer-close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------------------------------------------------
EXHIBITION
----------------------------------------------------*/
#exhibition_content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  #exhibition_content {
    margin: 0 auto 0;
  }
}
#exhibition_content .row-tbl {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
#exhibition_content .row-tbl .col {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #exhibition_content .row-tbl {
    display: block;
  }
  #exhibition_content .row-tbl .col {
    display: block;
    width: 100%;
    height: auto;
  }
}
#exhibition_content .image {
  width: 100%;
  height: 100%;
  padding-bottom: 150%;
}
#exhibition_content .image img {
  display: block;
}
#exhibition_content .content {
  padding: 60px;
  width: 100%;
}
#exhibition_content .content .title {
  line-height: 100%;
  font-size: 26px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
#exhibition_content .content .title .jp {
  font-size: 22px;
  font-weight: bold;
}
#exhibition_content .content .desc {
  margin-top: 30px;
}
#exhibition_content .content .desc p {
  line-height: 175%;
}
@media (max-width: 767px) {
  #exhibition_content .content .desc {
    margin-top: 10px;
  }
}
#exhibition_content .content .details {
  margin-top: 60px;
}
#exhibition_content .content .details p {
  line-height: 175%;
}
#exhibition_content .content .details p strong, #exhibition_content .content .details p b {
  font-weight: bold;
}
@media (max-width: 767px) {
  #exhibition_content .container {
    padding-left: 0;
    padding-right: 0;
  }
  #exhibition_content .image {
    padding-bottom: 0;
  }
  #exhibition_content .content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*----------------------------------------------------
subcontents
----------------------------------------------------*/
#subcontents .row {
  margin-left: 0;
  margin-right: 0;
}
#subcontents .row .col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
#subcontents .wrap {
  padding: 30px;
}
#subcontents #instagram {
  background-color: #666;
}
#subcontents #instagram .head {
  margin-bottom: 20px;
}
#subcontents #instagram .head .hl {
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
#subcontents #instagram .head .arrow {
  float: right;
  line-height: 20px;
}
#subcontents #instagram .head .arrow a {
  color: #fff;
  padding-right: 22px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_white.png);
  background-size: 12px 11px;
}
@media (max-width: 767px) {
  #subcontents #instagram .head .arrow {
    float: left;
  }
}
#subcontents #instagram .body .row {
  margin: 0 -2.5px;
}
#subcontents #instagram .body .row .col {
  padding: 0 2.5px;
}
#subcontents #instagram .body .row .col a {
  display: block;
}
#subcontents #instagram .body .row .col img {
  display: block;
}
@media (max-width: 991px) {
  #subcontents #instagram .body .row .col {
    margin-bottom: 5px;
  }
}
#subcontents #facebook {
  background-color: #5a5a5a;
}
#subcontents #studiobooking {
  background-color: #000;
}
#subcontents #studiobooking .wrap {
  padding: 55px 30px;
  text-align: center;
  color: #fff;
}
#subcontents #studiobooking .wrap .hl {
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
}
#subcontents #studiobooking .wrap .btns {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#subcontents #studiobooking .wrap .btns a {
  display: block;
  padding: 20px 40px;
  width: 100%;
  max-width: 432px;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#subcontents #studiobooking .wrap .btns a:hover {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
#subcontents #studiobooking .wrap ul.info {
  margin: 15px -12px 0;
  text-align: center;
}
#subcontents #studiobooking .wrap ul.info li {
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
}
#subcontents #studiobooking .wrap ul.info li.tel a {
  font-size: 16px;
  padding-left: 34px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../img/icon_tel.png);
  background-size: contain;
}
#subcontents #studiobooking .wrap ul.info li.address a {
  font-size: 14px;
  padding-left: 24px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../img/icon_address.png);
  background-size: contain;
}
#subcontents #studiobooking .wrap ul.info li a {
  display: block;
  color: #fff;
}

/*----------------------------------------------------
booking
----------------------------------------------------*/
#booking {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  #booking {
    padding: 0px 0 60px;
  }
}
#booking .pagetitle {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
#booking .reed {
  text-align: center;
  font-size: 14px;
  line-height: 175%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #booking .reed {
    margin-bottom: 20px;
  }
}
#booking .form_p {
  padding-top: 1.5em;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
#booking hr + .form_p {
  padding-top: 0;
}
#booking input,
#booking select,
#booking textarea {
  display: block;
  width: 100%;
  padding: 15px;
  color: #000;
  font-size: 14px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#booking textarea {
  min-height: 196px;
}
#booking select {
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_select.png);
  background-size: 12px auto;
}
#booking input[type="submit"] {
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 0;
  display: inline-block;
  background-position: center left 44%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_send.png);
  background-size: 24px auto;
  margin-right: 12px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#booking input[type="submit"]:hover {
  opacity: .75;
}
@media (max-width: 767px) {
  #booking input[type="submit"] {
    background-position: center right 15px;
  }
}
#booking table {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#booking table tr th, #booking table tr td {
  padding: 10px;
  vertical-align: top;
  text-align: left;
  position: relative;
}
#booking .mw_wp_form .mwform-checkbox-field label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #booking .mw_wp_form .mwform-checkbox-field label {
    font-size: 14px;
  }
}
#booking .mw_wp_form .mwform-checkbox-field label input[type="checkbox"] {
  display: inline-block;
  appearance: auto;
  margin-top: 0;
  margin-right: .5em;
  width: auto;
}
#booking .mw_wp_form .error {
  font-size: 0;
}
#booking .mw_wp_form .error:after {
  position: absolute;
  top: 28px;
  right: 25px;
  display: block;
  content: '入力してください';
  color: red;
  font-size: 11px;
}

/*----------------------------------------------------
single news&blog
----------------------------------------------------*/
#entrycontent .single_content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#entrycontent .single_content .right {
  float: right;
}
#entrycontent .single_content .title {
  padding-top: 15px;
  font-size: 24px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #entrycontent .single_content .title {
    font-size: 24px;
  }
}
#entrycontent .single_content .desc {
  font-size: 11px;
  font-size: 0.91667rem;
  margin-bottom: 60px;
}
#entrycontent .single_content .meta .date {
  float: left;
  color: #ccc;
  font-size: 11px;
  font-size: 0.91667rem;
  font-family: Helvetica, sans-serif;
}
#entrycontent .single_content .meta .category {
  padding-left: 10px;
  float: left;
}
#entrycontent .single_content .meta .category ul {
  margin: 0 0px;
}
#entrycontent .single_content .meta .category ul li {
  float: left;
  padding: 0 0px;
  color: #000;
  font-family: Helvetica, sans-serif;
}
#entrycontent .single_content .meta .category ul li.disc {
  color: #000;
}
#entrycontent .single_content .meta .category ul li a {
  color: #000;
  font-family: Helvetica, sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#entrycontent .single_content .meta .category ul li a:hover {
  text-decoration: underline;
}
#entrycontent .single_content .content {
  padding-top: 15px;
}
#entrycontent .single_content .content p {
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 200%;
}
#entrycontent .single_content .img {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #entrycontent .single_content .img .eyecatch {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#entrycontent .navigation {
  margin: 0 -1px;
}
#entrycontent .navigation .col {
  padding: 0 1px;
  float: left;
  width: 33.333333%;
  min-height: 1px;
  margin-bottom: 0;
}
#entrycontent .navigation .col a {
  display: block;
  outline: none;
  position: relative;
  overflow: hidden;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  height: 68px;
  line-height: 68px;
  background-color: #f5f5f5;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#entrycontent .navigation .col a:hover {
  background-color: #000;
  color: #fff;
}
#entrycontent .navigation .col.next a:before, #entrycontent .navigation .col.prev a:before {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
}
#entrycontent .navigation .col.next a:before {
  left: 130%;
  background-image: url(../img/right.png);
}
#entrycontent .navigation .col.next a:hover:before {
  left: 90%;
}
#entrycontent .navigation .col.prev a:before {
  right: 130%;
  background-image: url(../img/left.png);
}
#entrycontent .navigation .col.prev a:hover:before {
  right: 90%;
}

/*----------------------------------------------------
wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  zoom: 1;
  /* For IE 6/7 */
}
.wp-pagenavi:before, .wp-pagenavi:after {
  content: "";
  display: table;
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .nextpostslink {
  display: block;
  float: right;
  width: 50%;
  height: 68px;
  line-height: 68px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  background-color: #f5f5f5;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-top: 10px;
    width: 100%;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  float: left;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  color: #fff;
  background-color: #000;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 20%;
  }
}

.fixed_studiobooking {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 99;
}
.fixed_studiobooking a {
  display: block;
}
.fixed_studiobooking img {
  width: 111px;
  height: auto;
}

.fixed_line {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.fixed_line a {
  display: block;
}
.fixed_line img {
  width: 50px;
  height: auto;
}

@media (max-width: 991px) {
  .fixed_line {
    bottom: 65px;
    right: 15px;
  }

  .fixed_studiobooking-xs {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffdc00;
  }
  .fixed_studiobooking-xs ul li {
    float: left;
    width: 50%;
  }
  .fixed_studiobooking-xs ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 5px 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
  .fixed_studiobooking-xs ul li a span {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    margin-left: 15px;
  }
  .fixed_studiobooking-xs ul li a span:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 18px;
  }
  .fixed_studiobooking-xs ul li.tel a span {
    margin-left: 0;
    margin-right: 15px;
  }
  .fixed_studiobooking-xs ul li.tel a span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../img/icon_tel_b.png);
    background-size: contain;
  }

  #wrapper {
    padding-bottom: 50px;
  }
}
/*----------------------------------------------------
photoservice
----------------------------------------------------*/
body.photoservice #studio_gallery {
  padding: 60px 0;
}
body.photoservice #studio_gallery h4 {
  font-size: 24px;
  font-size: 2rem;
  margin-bottom: 1em;
}
body.photoservice .galleries {
  background-color: #fff;
}
body.photoservice .galleries.row {
  margin: 0 -1px;
}
body.photoservice .galleries.row .col {
  padding: 1px 1px;
  margin: 0 0;
  width: 25% !important;
}
body.photoservice .galleries a {
  display: block;
}
