@charset "UTF-8";
@import url("/jutaku/feature/indexlife/meister/css/rn02/fonts.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap");
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
#container {
  min-width: 950px;
}

/* ==

　01. モジュール

=============================================================================== */
/* 領域
------------------------------------------------------------------------------- */
/* メインビジュアル
------------------------------------------------------------------------------- */
.mMv {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.mMv_pattern {
  width: 100%;
  height: 540px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/jutaku/feature/indexlife/meister/images/rn02/bg_mv.svg);
  background-size: 110px auto;
}
.mMv_pattern::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #8A783F;
  position: absolute;
  top: -20px;
  left: calc((100% - 1200px) / 2);
}
.mMv_bg {
  width: calc(100% - (100% - 1200px) / 2);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.mMv_bg img {
  width: 100%;
  max-width: 1380px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mMv .mMv_heading {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: 440px;
  left: calc(100% - (100% - (100% - 1200px) / 2) + 100px);
  letter-spacing: 0.12em;
  line-height: 1.75;
  font-weight: 600;
  z-index: 1;
  transform: scale(0.95, 1);
  transform-origin: left;
}
@media only screen and (max-width: 1215px) {
  .mMv .mMv_heading {
    bottom: 380px;
    left: 100px;
  }
}
.mMv .mMv_layer {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mMv .mMv_layer .mMv_layer_in {
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.mMv .mMv_layer .mMv_layer_in::before {
  content: "";
  width: 160px;
  height: 280px;
  background-color: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}
.mMv .mMv_layer .mMv_layer_in .mMv_layer_txt {
  position: absolute;
  bottom: 0;
  width: 440px;
  height: 280px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
}
.mMv .mMv_layer .mMv_layer_in .mMv_layer_txt::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #003E42;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 0;
}
.mMv .mMv_layer .mMv_layer_in .mMv_layer_txt::after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.mMv .mMv_layer .mMv_layer_in .mMv_layer_txt .mMv_layer_txt_in {
  max-width: 320px;
}
.mMv .mMv_layer .mMv_layer_in .mMv_layer_txt .mMv_hm {
  font-size: 30px;
  line-height: 1;
  color: #8A783F;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1;
  position: relative;
  z-index: 3;
  position: absolute;
  top: -50px;
  left: 0;
}

.dIos .mMv_heading {
  left: 60px;
}

/* リード
------------------------------------------------------------------------------- */
/* カラム
------------------------------------------------------------------------------- */
.mCol01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mCol01::after {
  content: "";
  max-width: 352px;
  width: 31.4%;
  display: block;
}
.mCol01 .mCol01_item {
  position: relative;
  max-width: 352px;
  width: 31.4%;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.07);
}
.mCol01 .mCol01_item a {
  position: relative;
  display: block;
  height: calc(100% - 40px);
  padding-bottom: 40px;
  text-decoration: none;
  color: #000;
}
.mCol01 .mCol01_item a[target=_blank] .mTxt01 {
  position: relative;
}
.mCol01 .mCol01_item a[target=_blank] .mTxt01::after {
  content: "";
  width: 12px;
  height: 9px;
  background: url(/jutaku/feature/indexlife/meister/images/rn02/meisters/ico_blank01.svg) no-repeat 0 0;
  display: inline-block;
  margin-left: 10px;
}
.mCol01 .mCol01_item .mCol01_movie {
  position: absolute;
  display: block;
  left: 20px;
  bottom: 20px;
  height: auto;
  padding: 2px 10px;
  background-color: #DBD0AD;
  font-size: 10px;
  z-index: 2;
}
.mCol01 .mCol01_item .mCol01_movie:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.mCol01 .mCol01_item .mCol01_img img {
  width: 100%;
  height: auto;
}
.mCol01 .mCol01_item .mCol01_tit {
  position: relative;
  background-color: #003E42;
  width: 86.3%;
  min-height: 64px;
  text-align: center;
  margin: -30px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mCol01 .mCol01_item .mCol01_tit p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.57;
  letter-spacing: 0.06em;
}
.mCol01 .mCol01_item .mCol01_txt {
  width: 86.3%;
  margin: 0 auto;
}
.mCol01 .mCol01_item .mCol01_txt p {
  font-size: 12px;
  color: #858585;
}
.mCol01 .mCol01_item .mCol01_arw {
  position: absolute;
  display: block;
  right: 0;
  bottom: 20px;
  width: 95px;
  height: 13px;
  overflow: hidden;
}
.mCol01 .mCol01_item .mCol01_arw::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 13px;
  background: url(/jutaku/feature/indexlife/meister/images/rn02/meisters/arw_ico01.svg) center center no-repeat;
  background-size: 100% 100%;
}
.mCol01 .mCol01_item a:hover .mCol01_arw::after {
  -webkit-animation: MoveRight 0.5s both ease-in;
          animation: MoveRight 0.5s both ease-in;
}

@-webkit-keyframes MoveRight {
  0% {
    transform: translateX(0);
  }
  29.9% {
    transform: translateX(78px);
  }
  30% {
    transform: translateX(-78px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes MoveRight {
  0% {
    transform: translateX(0);
  }
  29.9% {
    transform: translateX(78px);
  }
  30% {
    transform: translateX(-78px);
  }
  to {
    transform: translateX(0);
  }
}
/* ボタン
------------------------------------------------------------------------------- */
.mBack {
  padding: 80px 0 135px;
  text-align: center;
}

.mBack_btn {
  display: inline-block;
  font-size: 108%;
  line-height: 1.3;
}
.mBack_btn a {
  width: 320px;
  height: 50px;
  padding: 15px;
  background-color: #fff;
  color: #003E42;
  font-weight: 500;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #003E42;
  text-align: left;
}
.mBack_btn a span {
  display: block;
  position: relative;
  z-index: 1;
}
.mBack_btn a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 8px;
  margin: -4px 0 0;
  background-image: url(/jutaku/feature/indexlife/meister/images/rn02/arw_ico09.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mBack_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #8A783F;
}

.d_hover .mBack_btn a::after {
  transition: width 0.3s;
}

.d_hover .mBack_btn a:hover {
  color: #fff;
}

.d_hover .mBack_btn a:hover::after {
  width: 100%;
}

.d_hover .mBack_btn a:hover span::after {
  background-image: url(/jutaku/feature/indexlife/meister/images/rn02/arw_ico06.svg);
}

/* テキスト
------------------------------------------------------------------------------- */
.mTit01 {
  color: #003E42;
  font-size: 62px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.06em;
}

.mTit01-v1 {
  color: #8A783F;
}

.mTit02 {
  color: #003E42;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
}

.mTit02 span {
  color: #858585;
  font-size: 12px;
  display: block;
}

.mTxt01 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.mTxt01 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  color: #B9AE8B;
  letter-spacing: 0.03em;
}
.mTxt01 + p {
  font-size: 12px;
  color: #858585;
  display: block;
  width: 100%;
  margin-top: 15px;
}

p.mNote01 {
  font-size: 12px;
  color: #858585;
}

/* マイスター
------------------------------------------------------------------------------- */
.mMeisters {
  position: relative;
  background: url(/jutaku/feature/indexlife/meister/images/rn02/meisters/img_bg.png) no-repeat 20px 40px;
  background-size: 72%;
}
.mMeisters::before {
  content: "";
  width: 100%;
  height: calc(100% - 320px);
  background-color: #DFEAEB;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mMeisters .mMeisters_in {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 70px;
}
.mMeisters .mMeisters_in .mMeisters_lead {
  padding: 80px 0 50px;
  text-align: center;
}
.mMeisters .mMeisters_in .mMeisters_lead p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}
.mMeisters .mMeisters_in .mTxt01 {
  font-size: 24px;
}
.mMeisters .mMeisters_in .mTxt01 + p {
  margin-top: 5px;
}
.mMeisters .mMeisters_in .mCol01_img {
  position: relative;
  overflow: hidden;
}
.mMeisters .mMeisters_in .mCol01_img::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #8A783F;
  border-right: 0;
  position: absolute;
  top: -12px;
  right: -3px;
  transform: rotateZ(-45deg);
}

/* ムービー
------------------------------------------------------------------------------- */
.mMovie {
  position: relative;
  margin-top: 80px;
  padding-bottom: 80px;
}
.mMovie::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background: #003438 url(/jutaku/feature/indexlife/meister/images/rn02/bg_01.svg);
  background-size: 110px auto;
  position: absolute;
  top: 120px;
  left: 0;
}
.mMovie .mMovie_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.mMovie .mMovie_in .mTit01 {
  position: absolute;
  top: 64px;
  left: 70%;
  line-height: 1;
}
.mMovie .mMovie_in .mMovie_col {
  display: flex;
  justify-content: space-between;
}
.mMovie .mMovie_in .mMovie_col .mMovie_img {
  position: relative;
  width: 64.28%;
  max-width: 720px;
}
.mMovie .mMovie_in .mMovie_col .mMovie_img::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #8A783F;
  position: absolute;
  bottom: -24px;
  right: -24px;
}
.mMovie .mMovie_in .mMovie_col .mMovie_img a {
  display: block;
  overflow: hidden;
}
.mMovie .mMovie_in .mMovie_col .mMovie_txt {
  width: 29%;
  max-width: 325px;
  padding-top: 175px;
}
.mMovie .mMovie_in .mMovie_col .mMovie_txt h2 {
  margin: 64px 0 50px;
  line-height: 1;
}
.mMovie .mMovie_in .mMovie_col .mMovie_txt p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.93;
}
.mMovie .mMovie_in .mMovie_col .dDesign01_movie {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

/* ポイント
------------------------------------------------------------------------------- */
.mPoint {
  padding: 80px 0 100px;
}
.mPoint .mPoint_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.mPoint .mPoint_in::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #003E42;
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: -1;
  opacity: 0.4;
}
.mPoint .mPoint_in h2 {
  width: 240px;
  display: block;
  margin: 0 auto 15px;
  background-color: #fff;
  text-align: center;
}
.mPoint .mPoint_in .mCol01 .mCol01_item {
  max-width: 340px;
  width: 30.4%;
  box-shadow: none;
}
.mPoint .mPoint_in .mCol01 .mCol01_item p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.93;
}
.mPoint .mPoint_head {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(/jutaku/feature/indexlife/meister/images/rn02/bg_mv.svg) repeat-x 0 55px;
  background-size: 110px auto;
}
.mPoint .mPoint_head .mPoint_num {
  text-align: center;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1;
  color: #003E42;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}
.mPoint .mPoint_head .mPoint_num span {
  font-size: 92px;
  font-weight: 500;
  display: block;
  margin-top: -20px;
  letter-spacing: 0em;
}
.mPoint .mPoint_head h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.66;
  font-family: "Noto Serif JP", serif;
  text-decoration: underline;
  text-decoration-thickness: 0.25em;
  -webkit-text-decoration-color: #DBD0AD;
          text-decoration-color: #DBD0AD;
  text-underline-offset: -0.05em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

@media only screen and (max-width: 1060px) {
  .mPoint .mPoint_head h3 {
    font-size: 22px;
  }
}
/* プロフィール
------------------------------------------------------------------------------- */
.mProfile {
  position: relative;
  margin-bottom: 130px;
  padding: 0;
}
.mProfile .mProfile_bg {
  width: 100%;
  height: 100%;
  background-color: #DFEAEB;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mProfile .mProfile_bg .mProfile_bg_in {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.mProfile .mProfile_bg .mProfile_bg_in::after {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -50%;
}
.mProfile .mProfile_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 20px;
  z-index: 1;
}
.mProfile .mProfile_in h2 {
  font-size: 32px;
  position: absolute;
  top: -30px;
  right: 65px;
  letter-spacing: 0.5em;
}
.mProfile .mProfile_in .mProfile_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mProfile .mProfile_in .mProfile_img {
  position: relative;
  width: 300px;
}
.mProfile .mProfile_in .mProfile_img::before {
  content: "";
  width: 160px;
  height: 160px;
  background: #003438 url(/jutaku/feature/indexlife/meister/images/rn02/bg_01.svg);
  background-size: 110px auto;
  position: absolute;
  top: -80px;
  left: -80px;
}
.mProfile .mProfile_in .mProfile_img::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #8A783F;
  position: absolute;
  bottom: -24px;
  right: -24px;
}
.mProfile .mProfile_in .mProfile_img img {
  position: relative;
  z-index: 1;
}
.mProfile .mProfile_in .mProfile_txt {
  width: calc(100% - 400px);
  max-width: 720px;
}
.mProfile .mProfile_in .mProfile_txt p {
  font-weight: 400;
}
.mProfile .mProfile_in .mProfile_txt .mProfile_comment {
  font-size: 15px;
  margin-top: 25px;
  line-height: 1.93;
}
.mProfile .mProfile_in .mNote01 {
  position: absolute;
  top: calc(100% + 20px);
  left: 20px;
  font-weight: 400;
}

/* Works
------------------------------------------------------------------------------- */
.mWorks {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}
.mWorks::before {
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  background: #003438 url(/jutaku/feature/indexlife/meister/images/rn02/bg_01.svg);
  background-size: 110px auto;
  position: absolute;
  top: 210px;
  left: 0;
}
.mWorks .mWorks_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.mWorks .mWorks_in .mWorks_head {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
.mWorks .mWorks_in .mWorks_head h2 {
  margin-right: 45px;
  line-height: 1;
}
.mWorks .mWorks_in .mWorks_head p {
  font-size: 15px;
  font-weight: 400;
}
.mWorks .mWorks_in .mWorks_head::after {
  content: "";
  width: 475px;
  height: 132px;
  background: url(/jutaku/feature/indexlife/meister/images/rn02/meisters/img_wksbg.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: -150px;
}
.mWorks .mWorks_in .mCol01 {
  top: auto;
}
.mWorks .mWorks_in .mCol01 .mCol01_item .mCol01_txt {
  padding-top: 20px;
  margin-bottom: 10px;
}
.mWorks .mWorks_in .mCol01 .mCol01_item .mCol01_txt .mTxt01 {
  font-size: 18px;
  letter-spacing: 0;
}

/* Works
------------------------------------------------------------------------------- */
.mLead {
  position: relative;
  margin: 80px 0 100px;
}
.mLead::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background: #DBD0AD url(/jutaku/feature/indexlife/meister/images/rn02/bg_03.svg);
  background-size: 110px auto;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}
.mLead_in {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 70px;
}
.mLead_in .mTit02 {
  position: absolute;
  left: 60.1%;
  top: 30px;
  line-height: 1.9;
  letter-spacing: 0;
}
.mLead_in .mTit02 span {
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.mLead_in .mLead_col {
  display: flex;
  justify-content: space-between;
}
.mLead_in .mLead_col .mLead_img {
  position: relative;
  width: 53.6%;
  max-width: 600px;
}
.mLead_in .mLead_col .mLead_img::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #003E42;
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 0;
}
.mLead_in .mLead_col .mLead_txt {
  width: 39.3%;
  max-width: 440px;
  padding-top: 170px;
}
.mLead_in .mLead_col .mLead_txt h3 {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.mLead_in .mLead_col .mLead_txt h3::after {
  content: "";
  width: 56px;
  height: 2px;
  display: block;
  background-color: #B9AE8B;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mLead_in .mLead_col .mLead_txt p {
  font-size: 15px;
  line-height: 1.9;
}

/* ギャラリー
------------------------------------------------------------------------------- */
.vtGallery01 {
  position: relative;
}

.vtGallery01_btn {
  position: absolute;
  top: 242.5px;
  width: 80px;
  height: 80px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 46px;
  z-index: 1;
  cursor: pointer;
}

.vtGallery01_btn.swiper-button-disabled {
  display: none;
}

.vtGallery01_btn-prev {
  left: 50%;
  margin: 0 0 0 -612px;
  background-image: url(/jutaku/visit/common/images/base/arw_ico08.svg);
}

.vtGallery01_btn-next {
  right: 50%;
  margin: 0 -612px 0 0;
  background-image: url(/jutaku/visit/common/images/base/arw_ico09.svg);
}

.vtGallery01_in {
  opacity: 0;
  transition: opacity 0.3s;
}

.vtGallery01-show .vtGallery01_in {
  opacity: 1;
}

.vtGallery01_list {
  font-size: 100%;
}

.vtGallery01_item {
  width: 69.445%;
  max-width: 1000px;
}

.vtGallery01_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 565px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1260px) {
  .vtGallery01_btn-prev {
    left: 20px;
    margin: 0;
  }
  .vtGallery01_btn-next {
    right: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .vtGallery01_btn {
    position: absolute;
    top: 213px;
  }
  .vtGallery01_item {
    max-width: 900px;
  }
  .vtGallery01_img {
    height: 506px;
  }
}
.vtGallery01_img img {
  max-height: 100%;
  height: auto;
}

.vtGallery01_info {
  margin: 19px 0 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.swiper-slide-active .vtGallery01_info {
  opacity: 1;
}

.vtGallery01_tit {
  line-height: 1.555;
  margin: 0 0 17px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  font-weight: 700;
}

.vtGallery01_txt {
  line-height: 1.6875;
  margin: 0;
  color: #727272;
  font-size: 134%;
  font-weight: 400;
}

.vtGallery01_txt a {
  color: #727272;
}

.vtGallery02 {
  margin: 48px 0 150px;
  padding: 0 60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.vtGallery02-show {
  opacity: 1;
}

.vtGallery02_wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.vtGallery02_btn {
  position: absolute;
  top: 42px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  z-index: 1;
  cursor: pointer;
}

.vtGallery02_btn.swiper-button-disabled {
  display: none;
}

.vtGallery02_btn-prev {
  left: -50px;
  background-image: url(/jutaku/visit/common/images/base/arw_ico03.svg);
}

.vtGallery02_btn-next {
  right: -50px;
  background-image: url(/jutaku/visit/common/images/base/arw_ico04.svg);
}

.vtGallery02_list {
  font-size: 100%;
}

.vtGallery02_item.swiper-slide-thumb-active .vtGallery02_img {
  position: relative;
}

.vtGallery02_item.swiper-slide-thumb-active .vtGallery02_img::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.vtGallery02_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1100px) {
  .vtGallery02_wrap {
    max-width: 830px;
  }
  .vtGallery02_img {
    height: 89px;
  }
}
.vtGallery02_img img {
  max-height: 100%;
  height: auto;
}

.vtGallery02_txt {
  line-height: 1.928;
  margin: 13px 0 0;
  color: #000;
  font-size: 117%;
  font-weight: 400;
  text-align: center;
}

.vtGallery02 + .mProfile {
  margin-bottom: 50px;
}

/* モーダル
------------------------------------------------------------------------------- */
/* 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: 0.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;
  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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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: -0.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;
  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: #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: -6px;
  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: 0.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: 0.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, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.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;
}

.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;
}

@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, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    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(/jutaku/common/images/rn03/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;
}

.slider-pro-init .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: -30px;
}

.mfp-wrap .mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  border: none;
}

.mfp-bg, .mfp-wrap {
  min-width: 950px;
}
/*# sourceMappingURL=meisters.css.map */