@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/*  template style
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
button{background-color: transparent;border: none;cursor: pointer;padding: 0;appearance: none;}
em{font-style: normal;}
b, strong{font-weight: normal;}

body{
  color: #333;
  /*font-family: 'YakuHanJP','Noto Sans JP', sans-serif;*/
  /*font-family: 'YakuHanJP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  margin: auto;
  padding: 0;
  /* opacity: 0; */
  overflow-x: hidden;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
}
body.loaded{
  opacity: 1;
}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
#wrap{ position:relative; }
.sp-bl,.sp-il,.tablet-bl{ display:none !important; }
.tablet .tablet-bl{ display:block !important; }
.opa{ transition: 0.3s ease-in-out; }
.opa1{ opacity: 1 !important; }
.w100{ width: 100% !important; }
.h100{ height: 100% !important; }
.none{ display: none !important }
.visuallyhidden{ position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.tc{ text-align: center !important; }
.tl{ text-align: left !important; }
.tr{ text-align: right !important; }
.tj{ text-align: justify !important; }
.cf::before,.cf::after{ content: ""; display: table; }
.cf::after{ clear: both; }
.cf{ zoom: 1; }
.fl{ float: left; }
.fr{ float: right; }
.outer{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner{
  position:relative;
  width:95%;
  max-width:1200px;
  margin-right:auto;
  margin-left:auto;
}
.bl{ display: block; }
.ib{ display: inline-block; }
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }
@media (hover: hover) and (pointer: fine) {
.opa:hover { opacity: 0.7 !important; }
}
@media screen and (max-width:768px) {
.pc{ display:none !important; }
.sp-bl{ display:block !important; }
.sp-il{ display:inline !important; }
.inner{ width:85.333333%; max-width:560px; }
}

/*  custom template
=========================================================================================*/
:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
}
.wrapper{
  position: relative;
  overflow: hidden;
}
/* スクロールバーガタつき対策 */
body.noScroll .wrapper{
  scrollbar-gutter: stable;
}
.bold{
  font-weight: 500;
  font-weight: 600;
}
.noScroll{ overflow: hidden; }
.upper{ text-transform: uppercase; }
.noLink{ pointer-events: none; user-select: none; }
.movieWrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieWrap iframe,
.movieWrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vTxt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

.btnWrap{
  position: relative;
  margin-inline: auto;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  color: #fff;
  background-color: #333;
  font-size: clamp(20px, 0.59rem + 1.37vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  padding-block: 1em;
  transition: .4s;
  z-index: 0;
}
.propertyBtn {
  width: clamp(240px,calc(600 / 1200 * 100%),600px);
  background: linear-gradient(90deg, rgba(155, 131, 91, 1) 0%, rgba(189, 173, 147, 1) 50%, rgba(155, 131, 91, 1) 99.87%);
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .propertyBtn {
    padding-block: .8em;
  }
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: right;
  padding: 6px 8px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.p-caption.l,.f-caption.l{
  right: auto;
  left: 0;
  text-align: left;
}
.p-caption.t,.f-caption.t{
  top: 0;
  bottom: auto;
}
.p-caption._static,.f-caption._static{
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}

/* color
---------------------------------------------- */
.white { color: #fff;}
.blue { color: #1e50a0;}
.grad { background : linear-gradient(225deg, rgba(30, 80, 160, 1) 0%, rgba(75, 115, 179, 1) 100%); }

/* font
---------------------------------------------- */
body.android.loaded{
  font-family: YakuHanMP_Noto,'Noto Serif JP',serif;
}
body.loaded .gothic{
  font-family: YakuHanJP_Noto,'Noto Sans JP',sans-serif;
  font-family: 'Yu Gothic','Yugothic',sans-serif;
}
body.loaded .mincho{
  font-family: YakuHanMP_Noto,"Noto Serif JP",serif;
  font-family: "Yu Mincho",YuMincho,serif;
}

/* tab
---------------------------------------------- */
.tab{
  cursor: pointer;
}
.tabpanel{
  display: none;
  position: relative;
}
.tabpanel.active{
  display: block;
  animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
/* .tabItem{
  display: none;
  position: relative;
}
.tabItem.active{
  display: block;
  animation: tabFadeIn .5s;
} */

/* swipe
---------------------------------------------- */
.swipe{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.swipe::-webkit-scrollbar{
  display: none;
}
.swipeInner{
  position: relative;
}
.swipeInner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.swipeInner img{
  vertical-align: top;
}
.swipeCaution{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../imgs/common/icon_scrollCaution.svg) no-repeat center/202px auto rgba(51,51,51,.8);
  border-radius: 20px;
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}

/* swiper
---------------------------------------------- */
.swiper-slide{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  width: 60px;
  height: 60px;
  /* margin-top: -25px; */
}
.swiper-button-prev{
  left: 0;
  /*background: url(../img/common/pc/icon_prev.svg) no-repeat center/100% auto;*/
}
.swiper-button-next{
  right: 0;
  /*background: url(../img/common/pc/icon_next.svg) no-repeat center/100% auto;*/
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}
.swiper-pagination{
  position: relative;
  transition: none;
  transform: none;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  vertical-align: top;
  margin: 9px;
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #333;
}

/* commonCapArea
---------------------------------------------- */
.commonCapArea{
position: relative;
padding-block: 45px;
z-index: 0;
}
.commonCapList{}
.commonCapList > li{
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #666;
  word-break: break-all;
}
.commonCap__link{
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .commonCapArea{
    padding-block: 25px;
  }
  .commonCapList > li{
    font-size: 10px;
    line-height: 2;
  }
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/
header {
  background-color: #4A4A4A;
}
header .container {
  max-width: 1400px;
  height: clamp(50px, 8vw, 80px);
}
header .container .flexContainer {
  height: 100%;
}
header .container .flexContainer .logoStack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: clamp(12px, 3vw, 20px);
}
header .container .flexContainer .logoStack .logo01 {
  width: clamp(110px, 20vw, 190px);
  height: fit-content;
}
header .container .flexContainer .logoStack .logo02 {
  width: clamp(165px, 36vw, 300px);
  height: fit-content;
}

@media screen and (max-width: 767px) {
  #header {
    position: sticky;
    top: 0;
    width: 100%;
    height: fit-content;
    z-index: 1000;
  }
  header .container {
    width: 96%;
  }
  header .container .flexContainer .logoStack {
    /* justify-content: flex-start; */
  }
}

/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main{
  position: relative;
  /* overflow-x: hidden; */
}

.secCopy {
  font-size: clamp(22px, 0.19rem + 2.46vw, 40px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.pageTtl + .secCopy {
  margin-top: 1.2em;
}

.pageCopy {
  font-size: clamp(18px, 0.73rem + 0.82vw, 24px);
  letter-spacing: 0.1em;
  line-height: 2;
}

.pageTtl {
  position: relative;
  font-size: clamp(32px, -1.15rem + 6.56vw, 80px);
  letter-spacing: 0.05em;
  z-index: 0;
}
.pageTtl::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #333;
  margin-top: 20px;
}

.avg-arrow .cls-1{fill:none;stroke:#6184bc;stroke-miterlimit:10;}

@media screen and (max-width: 767px) {
  .pageTtl::after {
    width: 40px;
    margin-top: 12px;
  }
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
#contact {
  background-color: #1e50a0;
  padding: 35px 0;
  text-align: center;
}
#contact .inner {
  max-width: 1000px;
}
#contact p {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #contact {
    padding-bottom: 95px;
  }
  #contact .inner {
    width: 80%;
  }
}


/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fade_slide1.inview,.fade_slide2.inview,.fade_slide3.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
.fi.inview{ animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fi_u.inview{ animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown{ from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fi_d.inview{ animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight{ from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fi_r.inview{ animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft{ from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fi_l.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/*  slide animation
--------------------------------------------------*/
.si{
	position: relative;
	overflow: hidden;
}
.si::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4A4A4A;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .8s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si.inview::before{
	transform: scaleX(0);
}

.si2{
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.si2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4A4A4A;
	transform-origin: right;
	transition: transform .8s .6s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si2.inview{
	transform: scaleX(1);
}
.si2.inview::before{
	transform: scaleX(0);
}

/* print
---------------------------------------------- */
@media print{
	body,html{
		zoom:.8 !important;
	}
	.header-property,
	.box-bukken-contact,
	.box-bukken,
	.area-user-footer-wrap,
	.footer-property,
	.ttl-property-main,
	.search-wrap,
	.commonBnrArea,
	.kv,
	.print-hidden{
		display: none;
	}
	.contents-property{
		padding-top: 0 !important;
	}
}
