@charset "utf-8";

body {
	min-width: 950px;
}
#main {
	padding: 0 0 150px;
	font-weight: 500;
	width: auto;
}
#main .cTit01 {
	font-size: 16px;
	text-align: left;
	line-height: 2.5;
	margin-top: 195px;
	margin-bottom: 240px;
	color: #333;
	width:560px;
}
#main .sTit01 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 110px;
	color: #333;
	width: 560px;
}
#main .inq {
	margin-top: 150px;	
	margin-bottom: 135px;
}
#main .mt100 {
	margin-top: 100px;	
}
.bfIndent {
  width: 950px;
  margin: 0 auto;
}


#main .aVisual01 {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 0 100px;
	height: 200px;
	background-color: #F5F5F5;
	overflow: hidden;
}
#main .aVisual01 h1 {
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #000;
	font-size: 28px;
}
#main .aVisual01 p {
	display: block;
	font-size: 16px;
	color: #666;
	letter-spacing: 0.17em;
}
#main .aVisual01 h1 span {
	display: block;
	font-size: 16px;
	color: #666;
}
#main .aVisual02 {
	position: relative;
	width: 100%;
	height: 620px;
	overflow: hidden;
}
#main .aVisual_slide_item {
	position: relative;
	width: 100%;
	height: 620px;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}
#main .aVisual_slide_item img {
	width: 100%;
	height: auto;
}
#main .aVisual_slide_item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}
#main .aVisual01_tit {
	position: relative;
	display: table;
	width: 415px;
	height: 415px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 267%;
	font-weight: normal;
	text-align: center;
	table-layout: fixed;
	font-weight: 200;
}
#main .aVisual02 .aVisual01_tit {
	position: absolute;
	top: 42%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
  border-radius: 100%;
}
#main .aVisual01_in {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	position: relative;
}
#main .aVisual01_in span {
	display: block;
}
#main .aVisual01_in-ts1 span {
	text-shadow: #000 1px 1px 10px;
}
#main .aVisual01 .mask,
#main .aVisual02 .mask {
	position: absolute;
	top: 0;
	left: 0;
}
#main .aVisual01 .cls-1,
#main .aVisual02 .cls-1 {
	fill:none;
	stroke:#d8d8d8;
	stroke-miterlimit:10;
	stroke-width:35px;
	stroke-dasharray: 1500;
  stroke-dashoffset:1500;
}
#main .aVisual01_circle {
	width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.aVisual_slide_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 60px);
	padding: 20px 30px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
.aVisual_slide_txt_in {
	max-width: 1036px;
	margin: 0 auto;
}

.aVisual_slide_txt span {
	background-color: #fff;
	color: #333;
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 15px;
	font-size: 14px;
	line-height: 1.4;
}
.aVisual_slide_txt a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
.aVisual_slide_txt a:hover {
	text-decoration: underline;
}
.aVisual_slide_txt a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 12px;
  margin: 0 0 0 15px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
  vertical-align: -0.05em;
}
.swiper_ui {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}
.swiper_ui_in {
	position: relative;
	max-width: 1036px;
	margin: 0 auto;
}
.swiper_ui_container {
	width: 270px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}

.swiper-button-next, .swiper-button-prev {
	position: relative;
	color: #fff;
	top: auto;
	left: auto;
	right: auto;
  width: 90px;
  height: auto;
  margin: 0;
  font-size: 15px;
}
.swiper-button-prev {
	border-right: 1px solid rgba(255,255,255, 0.5);
}
.swiper-button-next {
	border-left: 1px solid rgba(255,255,255, 0.5);
}
.swiper-button-prev:before,
.swiper-button-next:after {
	content: '';
  width: 6px;
  height: 9px;
  background: url(../images/icon01.svg) no-repeat 0 0;
}
.swiper-button-next:after {
	transform: rotateZ(180deg);
}
.swiper-button-prev:after {
	display: none;
}
.swiper-button-next:after, .swiper-button-prev:before {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
}
.swiper-counter {
	color: #fff;
	position: relative;
	z-index: 1;
  font-size: 15px;
}
/* コンテンツ
------------------------------------------------------------------------------- */
#main .aContents {
	max-width: 1036px;
	min-width: 930px;
	margin: 0 auto 20px;
	padding: 0 10px 50px;
	color: #666;
	overflow: hidden;
}
/* リード
------------------------------------------------------------------------------- */
#main .aLead01 {
	max-width: 590px;
	margin: 0 auto;
	padding: 90px 0 230px;
}
#main .aLead01-02 {
	max-width: 680px;
	padding: 0 0 100px;
}

#main .aLead01_tit {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	background-color: transparent;
}
#main .aLead01_txt {
	line-height: 2.125;
	margin: 0 0 35px;
	font-size: 134%;
	font-weight: 200;
}
#main .aLead01_txt:last-child {
	margin-bottom: 0;
}

#main .aLead02 {
	margin: 0 auto;
	padding: 65px 0;
	background-color: #F7F7F7;
	text-align: center;
}
#main .aLead02 p {
	line-height: 2.125;
	margin: 0 0 20px;
	font-size: 134%;
}
#main .aLead02 p:last-child {
	margin: 0;
}

/* 見出し
------------------------------------------------------------------------------- */
#main .aHeading01 {
	line-height: 2.125;
	margin: 0 0 100px;
	padding: 0;
	background: none;
	border: none;
	color: #333;
	font-size: 167%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .aHeading02 {
	margin: 0 0 80px;
	text-align: center;
}
#main .aHeading02_tit {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 167%;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.1em;
}
#main .aHeading02_sub {
	line-height: 1.5;
	margin: 15px 0 0;
	font-size: 134%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
/* テキスト
------------------------------------------------------------------------------- */
#main .aNote01 {
	width: 100%;
	text-align: right;
}
#main .aBlocks04 .aNote01 {
	font-size: 134%;
	margin-top: 30px;
	font-weight: 200;
}
/* ブロック
------------------------------------------------------------------------------- */
#main .aBlocks01 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#main .aBlocks01_item {
	position: relative;
	width: -webkit-calc(50% - 1px);
	width: calc(50% - 1px);
	margin: 2px 0 0;
}
#main .aBlocks01_item a {
	display: block;
	color: #333;
	text-decoration: none;
}
#main .aBlocks01_item a::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
}
#main .aBlocks01_img,
#main .aBlocks02_img,
#main .aBlocks03_item a {
	display: block;
	overflow: hidden;
}
#main .aBlocks01_img img,
#main .aBlocks02_img img,
#main .aBlocks03_item img {
	width: 100%;
	height: auto;
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#main .aBlocks01_front {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 7px 15px;
}
#main .aBlocks01_txt {
	line-height: 1;
	font-size: 150%;
	text-align: center;
	color: #fff;
}
#main .aBlocks01_txt span {
	display: block;
}
.d_hover #main .aBlocks01_item a:hover .aBlocks01_img img,
.d_hover #main .aBlocks02_item a:hover .aBlocks02_img img,
.d_hover #main .aBlocks03_item a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
#main .aBlocks02 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#main .aBlocks02::after {
	content: "";
	max-width: 320px;
	width: 31%;
}
#main .aBlocks02_item {
	max-width: 320px;
	width: 31%;
	margin-bottom: 40px;
}
#main .aBlocks02_item-mb1 {
	margin-bottom: 70px;
}
#main .aBlocks02_item-w1 {
	width: 293px;
}
#main .aBlocks02_item-mr1 {
	margin-right: 93px;
}
#main .aBlocks02_item-ml1 {
	margin-left: 93px;
}
#main .aBlocks02_item:nth-child(2n) {
/* 	padding: 97px 0 40px; */
}
#main .aBlocks02_item a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .8s;
}
.d_hover #main .aBlocks02_item a:hover {
	opacity: 0.5;
}
#main .aBlocks02_txt {
	margin: 10px 0 0;
	font-size: 134%;
}
#main .aBlocks03 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 926px;
	margin: 0 auto;
}
#main .aBlocks03_item {
	margin: 4px 0 0;
}
#main .aBlocks03_item:nth-child(3n-1),
#main .aBlocks03_item:nth-child(3n),
#main .aBlocks03 .aBlocks03_item-w2 {
	width: -webkit-calc(50% - 2px);
	width: calc(50% - 2px);
}
#main .aBlocks03 .aBlocks03_item-w1 {
	width: auto;
}
#main .aBlocks03_item a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .8s;
}
.d_hover #main .aBlocks03_item a:hover {
	opacity: 0.5;
}
#main .aBlocks04 {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	margin: 170px auto 0;	
}
#main .aBlocks04_n {
	width: -webkit-calc(30% - 1px);
	width: calc(30% - 1px);
}
#main .aBlocks04_w {
	width: -webkit-calc(65% - 1px);
	width: calc(65% - 1px);
}

#main .aWorks {
	padding: 70px 10px;
}
#main .aWorks .aHeading01 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	letter-spacing: 0.3em;
}
#main .aWorks .aHeading01 + p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
	line-height: 2.125;
}
#main .aWorks_in {
	max-width: 1036px;
	margin: 0 auto;
}
#main .aWorks_in .aBlocks01 .aBlocks01_item {
	max-width: 344px;
	width: calc(33.2% - 1px);
	margin-bottom: 1px;
}
#main .aWorks_in .aBlocks01 .aBlocks01_item .aBlocks01_head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 1;
}
#main .aWorks_in .aBlocks01 .aBlocks01_item .aBlocks01_head .aBlocks01_txt {
	position: relative;
	width: 100%;
	min-height: 26px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
}
#main .aWorks_in .aBlocks01 .aBlocks01_item .aBlocks01_head .aBlocks01_txt span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transition: opacity .3s linear;
}
a:hover .aBlocks01_txt_en {
	opacity: 0;
}
a:hover .aBlocks01_txt_jp {
	opacity: 1;
}
.aBlocks01_txt_en {
	letter-spacing: .1em;
}
.aBlocks01_txt_jp {
	opacity: 0;
}

/* ボタン
------------------------------------------------------------------------------- */
#main .aBtn01 {
	display: block;
	width: 100%;
	max-width: 290px;
	line-height: 33px;
	margin: 140px auto 100px;
	padding: 0 0 2px;
	border: 1px solid #333;
	color: #333;
	font-size: 167%;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: border .8s, background .8s, color .8s;
	letter-spacing: 0.1em;
}
#main .aBtn01-mt1 {
	margin-top: 100px;
}
.d_hover #main .aBtn01:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
/* プロフィール
------------------------------------------------------------------------------- */
#main .aProfile01 {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	padding: 9px 0 0;
}
#main .aProfile01_img {
	display: block;
}
#main .aProfile01_txt {
	line-height: 2;
	margin: 60px 0 0;
	font-size: 134%;
	font-weight: normal;
	text-align: center;
	font-weight: 200;
}
#main .aProfile01-v1 {
	padding: 0;
}
#main .aProfile01-v1 .aProfile01_txt {
	margin: 0;
}

/* 表組
------------------------------------------------------------------------------- */
#main .aData01 {
	width: 100%;
}
#main .aData01 th {
	width: 12em;
	line-height: 2;
	padding: 0 0 12px;
	font-size: 134%;
	font-weight: 200;
	text-align: right;
}
#main .aData01 td {
	line-height: 2;
	padding: 0 0 12px 50px;
	font-size: 134%;
	font-weight: 200;
}

/* ローカルナビ
------------------------------------------------------------------------------- */
.aLoacalNav {
/*
	margin-top: 40px;
	padding: 25px;
	border: 1px solid #ccc;
*/
}
#main .aLoacalNav h2 {
	background-color: transparent;
	padding: 0;
	font-size: 134%;
	font-weight: bold;
	margin-bottom: 10px;
}
#main .aLoacalNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	font-size: 134%;
}
.aLoacalNav ul li {
	width: 25%;
}
.aLoacalNav a {
	text-decoration: none;
	color: #666;
}
.aLoacalNav a:hover {
	text-decoration: underline;
}

.aLoacalNav_btn {
	width: 160px;
	position: relative;
	display: block;
	color: #555;
	font-size: 13px;
	background-color: #F5F5F5;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity .2s;
}
.aLoacalNav_btn:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.aLoacalNav_btn::after {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: calc(100% - 40px);
  display: block;
  width: 22px;
  height: 12px;
  margin: 0;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
  vertical-align: -0.05em;
}
/* アニメーション
------------------------------------------------------------------------------- */
.fnAnimeFade {
	opacity: 0;
	transition: opacity 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	backface-visibility: hidden;
}
.fnAnimeFade-show {
	opacity: 1;
}
.fnAnimeFadeTop {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 5s .2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fnAnimeFadeTop-show {
	top: 0;
	opacity: 1;
}
.fnAnimeFadeTopDelay {
	position: relative;
	bottom: 50px;
	opacity: 0;
	transition: all 2s .32s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fnAnimeFadeTopDelay-show {
	bottom: 0;
	opacity: 1;
}
.fnAnimeScale {
	transition: all 2s .32s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transform: scale(0.95);
	opacity: 0;
}
.fnAnimeScale-show {
	transform: scale(1);
	opacity: 1;
}

.fnAnimeBlocksFadeTop .aBlocks01_item,
.fnAnimeBlocksFadeTop .aBlocks02_item,
.fnAnimeBlocksFadeTop .aBlocks03_item,
.aBlocks04.fnAnimeBlocksFadeTop .aBlocks04_n,
.aBlocks04.fnAnimeBlocksFadeTop .aBlocks04_w {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: all 5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.fnAnimeBlocksFadeTop .aBlocks01_item:nth-child(2n),
.fnAnimeBlocksFadeTop .aBlocks02_item:nth-child(2n),
.fnAnimeBlocksFadeTop .aBlocks03_item:nth-child(3n),
.aBlocks04.fnAnimeBlocksFadeTop .aBlocks04_w {
	transition: all 5s .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.fnAnimeBlocksFadeTop .aBlocks01_item-loaded,
.fnAnimeBlocksFadeTop .aBlocks02_item-loaded,
.fnAnimeBlocksFadeTop .aBlocks03_item-loaded,
.aBlocks04.fnAnimeBlocksFadeTop .aBlocks04_item-loaded {
	top: 0 !important;
	opacity: 1;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  top: 60px;
  right: 0;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -15px !important;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 0 30px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {}
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  display: none; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 900px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
button.mfp-close{right:0;background:url(/architecture/images/btn01.png)right top no-repeat;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden;}

/* Magnific Popup CSS */
/* .mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;height:390px;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:0;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding: 0 0 20px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;display: none;}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;margin-left: -15px;}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:101!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;background:url(/architecture/images/btn01.png)right top no-repeat;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px} */