a {
    text-decoration: none;
}
.w960 {
    max-width: 960px;
    width: 100%;
    margin: auto;
}
#contents{
	padding-bottom: 100px;
}

#titleBox{
	text-align: center;
	border-bottom: 1px solid #333333;
}
#titleBox h2{
	font-size: 2.3rem;
	line-height: 1.8em;
}

#property{
	padding-bottom:50px;
}

/*----------------------
 .photoBox
------------------------*/

.photoBox{
	max-width:540px;
}

/* Swiperの親要素 
.swiper-parent {
  position: relative;
  overflow: hidden;
  margin: 30px auto 0;
  /*border: 1px solid #EA5A52;
  --swiper-theme-color: #EA5A52;/* 前・次スライドボタンの色 
}
/* Swiper本体 
.swiper-container {
  /*width: calc(100% - 100px);
  padding-bottom: 50px;
  box-sizing: content-box;
}
/* 前・次スライドボタンの縦位置調整 */
.swiper-button-prev, .swiper-button-next {
  /*top: calc((100% - 50px) * 0.5);*/
  margin-top: -22px;
  background-image:none;
  font-size: 4rem;
  color:#EA5A52;
}
/* 前ページボタンのスタイル*/
.swiper-button-prev:after {
	font-family: "Material Icons"; /* 注：Material SymbolsではなくMaterial Icons */
	content: "\eac3"; /* keyboard_double_arrow_leftのUnicode*/
}
/* 次ページボタンのスタイル */
.swiper-button-next:after{
	font-family: "Material Icons";
	content: "\eac9"; /* keyboard_double_arrow_rightのUnicode */
}

.slider-thumbnail  {
  width:540px;
overflow: hidden;
	margin-bottom:40px;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/*.swiper-container h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3rem;
  letter-spacing: .3rem;
  font-weight: 500;
}
/* 全体のスタイル 
.swiper-container {
  margin-bottom: 10px;
  margin-top: 30px;
}
.swiper-wrapper {
  width: 100%;
}
/* 全スライド共通スタイル 
.swiper-slide {
  width: 100%;
  padding: 15px;
  height: 40vw;
}
.swiper-slide figure {
  max-width: 510px;
  max-height:510px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0; /* 余白の色（変更可能） 
  border-radius: 20px; /* 角丸 
  display: flex;
  justify-content: center;  /* 横方向の中央揃え
  align-items: flex-start; /*画像の高さを統一させない
}

.swiper-slide img{
	border-radius: 12px;
	max-width: 100%;
	min-height: 100% !important;
    display: inline;
    width: auto; 
	object-fit:contain !important;
	object-position: center center !important;
	align-self: center;
}
/*.swiper-slide .mapTxt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.55rem;
}
.swiper-slide .mapTxt a {
  /*color: #fff;
  text-decoration: underline;
}
.swiper-slide .mapTtl {
  border-bottom: 1px #013d72 solid;
  line-height: 200%;
  margin: 1.5rem auto;
}
.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #EA5A52;
  opacity: 1;
}*/

.swiper-container {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  height: 540px;
  max-height: 600px; /*最大の高さ*/
  min-height: 400px; /*最小の高さ*/
}
  .swiper-slide {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start; /*画像の高さを統一させない*/
    justify-content: center; /*左右の中央揃え*/
	background-color: #f0f0f0; /* 余白の色（変更可能） */
	border-radius: 20px; /* 角丸 */
}
    .swiper-slide img {
      display: inline; /*念のため*/
      width: auto; /*念のため*/
	  height: 100%;
      max-width: 100%;
      max-height: 100%;
	  object-fit: contain;
      align-self: center; /*上下の中央揃え*/
    }
  .swiper-button-white {
    &:focus {
      outline: none;
    }
}
  .swiper-button-prev {
    left: 25px;
  }
  .swiper-button-next {
    right: 25px;
  }

.swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background: #EA5A52;
  opacity: 1;
}

.comment{
	font-size: 1.5rem;
}
.comment h4{
	color: #707070;
	line-height: 2em;
}
.comment p{
	line-height: 1.8em;
}
#plan{
	width:540px;
	padding:0;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
    .slider-thumbnail {
        width: 98%;
    }
  .swiper-parent {
    margin: 0 10px;
  }
  .swiper-container {
    height: 430px;
  }
  .photoBox{
	width:100%;
  }
#plan{
	width:96%;
    margin: auto;
}
}

/*------------------------
.detailsBox
--------------------------*/
#detail{margin-top:20px;}
#detail h2{
	margin-bottom:20px;
}
.detailsBox{
	max-width: 370px;
}



.detailsBox dt{
	font-size: 1.5rem;
	color: #707070;
/*	color: #EA5A52;*/
	
	line-height:1.7rem;
	font-weight: bold;
}
.detailsBox dd{
	font-size: 1.7rem;
	line-height: 2rem;
/*
	border-bottom:1px solid #333333;
	border-bottom:1px solid #EA5A52;
*/
	margin-bottom:15px;
}

.detailsBox dd.note ul{
	list-style: disc;
}
.detailsBox dd.note ul li{
	margin-left:1em;
}


/* 角丸でグループに見せたい */
/* 全体のリセット */
.detailsBox { margin: 0; padding: 0; }
.detailsBox dt, .detailsBox dd { margin: 0; }

/* 見出し(dt)＝カードの上側 */
.detailsBox dt{
  padding: .55rem .9rem .45rem 1.2rem;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-bottom: none;               /* 下線を消す */
  border-radius: 10px 10px 0 0;      /* 上だけ角丸 */
  font-weight: 700;
  color: #b00;
  position: relative;
}


/* 内容(dd)＝カードの下側 */
.detailsBox dd{
  padding: .65rem .9rem;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-top: none;                  /* 上線を消す */
  border-radius: 0 0 10px 10px;      /* 下だけ角丸 */
  margin: 0 0 .75rem;                /* 行間 */
}

/* 価格変更などの注意文（任意） */
.detailsBox .notice{ color:#d00; font-weight:700; }

/* 影を付けたい場合（お好みで） */
.detailsBox dd{ box-shadow: 0 1px 0 rgba(0,0,0,.02); }




dd.url_b_case{
	font-size: 1.5rem;
}
/*スマホ表示*/
@media screen and (max-width: 876px) {
	.detailsBox{
		max-width: 540px;
		width: 96%;
	}
/*
	.detailsBox dt{
		padding:0 1em;
		background-color:#fee;
		color:#333;
	}
*/
	/*
	.detailsBox dd{
		padding:0 1em;
	}
	*/
}
/*----------------------
 .form_btn
------------------------*/
.form_btn a button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #e45f56;
    border-radius: 25px;
    background-color: #EA5A52;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
	cursor: pointer;
}
.form_btn a button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.form_btn a button:hover {
  background: #ffffff;
  color: #333333;
}

/*------------------------
NODAL
--------------------------*/
section#panorama{
	width:100%;
	margin-bottom:15px;
}


section#panorama > h2{
	width:96%;
	margin:0 auto 10px;
}

#panorama iframe {
	display:block;
	width: 96%;
	height:480px;
	max-height: 90vh;
	margin:auto;
}

@media (min-width: 960px){
	section#panorama > h2{
		width:100%;
	}
	#panorama iframe {
		width:100%;
	}
}

@media (max-width: 768px){
	section#panorama > h2{
		width:85%;
	}

	#panorama iframe {
		width: 85%;
		height: 80vh;
		margin:auto;
	}
}

/*------------------------
gmap
--------------------------*/
#gmap iframe {
   width: 100%;
   height: 600px;
}
/*------------------------
.btn_link
--------------------------*/
.line{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.btn_link a button{
	font-size: 1.7rem;
	width: calc(900px / 3);
	border:2px solid #EA5A52;
	border-radius: 20px;
	padding: 10px;
	margin:10px auto;
    color: #333333;
    background: #fff;
}

.btn_link button:hover{
	color:white;
	background: #EA5A52;
}

.btn_link .toRent a button{
	border:2px solid #3E9CEB;
}

.btn_link .toRent button:hover{
	background: #3E9CEB;
}
/*--------------------------

.floatingButton

----------------------------*/
.float_btn a{
}
.float_btn a:hover{
  opacity: 0.6;
}


.float_btn a button {
    width: 60px;
    height: 60px;
	background-color: #EA5A52;
	bottom: 3%;
	right: 2%;
    position: fixed;
	text-align: center;
	border: none;
    z-index: 15;
	cursor: pointer;
	opacity: 1.0;
	transition: opacity 0.3s ease;  

}
.float_btn a button:hover {
/*	background-color: #fff;
	border: 2px solid #EA5A52;
*/
	opacity: 0.6;
}
.mail {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 1.6em;
  border: 0.2em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  overflow: hidden;
}
.mail::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1.2em;
  height: 1.2em;
  border: 0.2em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
.mail:hover{
/*
	color: #333333;
*/
}
@media (max-width: 768px){
.float_btn a button {
    width: 40px;
    height: 40px;
    }
}
