bathbathbathbath@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);





/* PC表示（画面幅が768px以上）の時、クラス付きbrを隠す 
<br class="sp-only">
*/

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* スマホ表示（画面幅が767px以下）の時、クラス付きbrを表示する */
@media (max-width: 767px) {
  .sp-only {
    display: inline; /* もしくは block 状況に合わせて設定 */
  }
}



/* mainvisual_top
--------------------------------------------------------- */
#top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 146px);
}
#top .scroll {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
  font-family: linotype-didot, serif;
  font-weight: 500;
  font-style: normal;
}
#top .scroll span {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  margin-left: 13px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
#top #slider {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
}
#top .wrapper {
  position: relative;
}
#top h1 {
  color: #fff;
  font-family: linotype-didot, serif;
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: clamp(1.75rem, -4.5rem + 15.75vw, 4.5rem);
  letter-spacing: 0.1em;
  /*text-transform: uppercase;*/
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
#top h1 span {
  font-size: clamp(1.4rem, -2.2rem + 6.8vw, 2.1rem);
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #top {
    height: calc(100vh - 118px);
  }
}
.scroll{
font-size: 1.35rem;
}



/*--------------------------------------------------
 #open
----------------------------------------------------*/
#open{
margin-block-start:60px;
}
.open_txt{
font-size: 2.25rem;
text-align: center;
}

/*--------------------------------------------------
 #lead
----------------------------------------------------*/
#lead {
  padding: 50px 0 75px;
  color: #fff;
  margin-top: -50px;
  background-color: #107ab0;
}
#lead h3 {
  text-align: center;
  margin-top: clamp(2rem, -9.922rem + 24.87vw, 5rem);
  margin-bottom: clamp(2rem, -9.922rem + 24.87vw, 5rem);
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
}
#lead p {
  max-width: 740px;
  margin: 0 auto;
  margin-top: clamp(1.4rem, 0.605rem + 1.66vw, 1.6rem);
}
#lead h3 {
font-size: clamp(2.3rem, -0.812rem + 6.5vw, 3rem);
}
.lead_txt{
font-size: 1.65rem;
line-height: 3rem;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #lead {
    padding-left: 10px;
    padding-right: 10px;
  }
}



/* bath
--------------------------------------------------------- */
section#bath{
  max-width: 1080px;
  margin: 0 auto;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  margin-block-start: 120px;
  margin-block-end: 120px;
  letter-spacing: 0.1rem;
}
.bath_box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
}
.text {
  width: 34%;
  padding-block-start:12%;
  letter-spacing: 0.175rem;
}
h5.title {
  font-size: 2.15rem;
border-bottom: 4px dotted #107ab0;
  margin: 0;
  margin-block-end:20px;
  letter-spacing: 0.25rem;
}
.reno_txt{
font-size: 1.65rem;
line-height: 1.8;
text-align: left;
}

.pict {
  width: 60%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.bath_box:nth-child(even) {
  flex-direction: row-reverse;
}
.bath_box:nth-child(even) .text {
  text-align: right;
}
.bath_box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
section#bath{
  max-width: 98%;
  }
  .bath_box {
    flex-direction: column;
  }
  .bath_box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
	width:100%;
	padding:0 0 30px;
  }
  .bath_box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .bath_box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:100%;
    height:auto;
  }
}










/* plan
--------------------------------------------------------- */
section#plan {
}
section#plan img{
padding: 0 1%;
}
/* img */
@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}


/*---------------------------
	section#invest
-----------------------------*/
.invest_box{
padding-block-start:60px;
background: repeating-linear-gradient(45deg, rgba(225, 244, 255, 1), rgba(225, 244, 255, 1) 4px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 19px);
}
#invest .container{
	background-size: auto auto;
	/*background-color: rgba(255, 255, 255, 1);*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 255, 255, 1) 4px, rgba(255, 255, 255, 1) 20px );
	max-width: 800px;
	/*border-radius: 50px;*/
	padding: 20px 20px 0;
	margin: 40px auto 0;
	text-align: center;
	margin-top:150px;
}

#invest h2{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom:40px;
}

#invest h3{
	font-size: 2rem;
	margin-bottom:20px;
}

.wrap_index{
	display: flex;
	flex-wrap: wrap;
	text-align: right;
	align-items: center;
	margin: 69px auto;
}

.wrap_index div{
	width: 50%;
	padding-right:10%; 
}

.wrap_index div:nth-of-type(1){
	border-right:2px dashed #C7C7C7;
}

.wrap_index p{
	line-height: 1.7;
	font-size: 1.7rem;
}

.wrap_index span{
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 4rem;
	font-style: italic;
	background: linear-gradient(transparent 60%, #ffff99 20%);
}

.wrap_index span.small{
	font-size: 3.2rem;
}

ul.investment{
	text-align: left;
	max-width: 730px;
	margin:40px auto 0;
	font-size: 1.55rem;
}
li.list{
padding-block-end:8px;
line-height: 2rem;
}
.tax_link a {
  text-decoration: none;
}
.tax_link a:hover {
  text-decoration: underline;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
	#invest{
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.wrap_index{
		text-align: center;
	}
	.wrap_index div{
		width: 100%;
	}
	.wrap_index div:nth-of-type(1){
		border-right:none;
		padding-bottom:50px;
	}
	#invest h3::before,
	#invest h3::after {
		display: inline-block;
		content: '';
		width: 50px;
		height: 3px;
		background-color: #C7C7C7;
}
	#invest h3::before {
		margin-right: 20px;
	}
	#invest h3::after {
		margin-left: 20px;
	}
}



/* photos
--------------------------------------------------------- */
.photo_gallery{
	background-color: #107ab0;
	color: #fff;
	padding-block-start:100px;
	margin-block-end:100px;
}
#photos {
  width: 90%;
  margin-inline: auto;
  margin: 0 5%;
  padding: 0 0 60px 0;
}
#photos p {
  text-align: center;
}
.photo_txt{
font-size: 1.65rem;
}
#photos .fadein {
  width: 90%;
  margin-inline: auto;
}
ul.photo{
margin: 0 0 120px;
}
.photo_comment{
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.fancybox_area {
  column-count: 5;
  column-gap: 10px;
}
.fancybox_area li a {
  display: inline-block;
  margin: 5px 0 0;
  position: relative;
}
.fancybox_area li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /*font-family: 'Material Icons';
  content: '\e8b6';*/
  font-size: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all .5s ease;
}
.fancybox_area li a:hover::before {
  opacity: 1;
}
.fancybox_area img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
  border-radius: 10px; /* 角を少し丸める */
}

@media (max-width: 767px) {
  #photos {
    width: 100%;
  margin-inline: auto;
    padding: 20px 0 150px 0;
  }
  #photos p {
    width: 80%;
    margin: 0 auto 35px;
    text-align: start;
  }
  .fancybox_area {
    column-count: 3;
    width: 95%;
	margin-inline: auto;
  }
}

/* map
--------------------------------------------------------- */
section#map {}

/* deg360
--------------------------------------------------------- */
section#deg360 {
	width: 100%;
	background-color: #107ab0;
	padding-block-start:80px;
	margin-block-end:100px;
	color: #fff;
}
section#deg360 .innerWrap{
	padding-block-end:100px;
}
section#deg360 p {
	text-align: center;
	margin-block-end: 20px;
	font-size: 1.55rem;
	letter-spacing: 0.05rem;
	line-height: 1.8;
}
section#deg360 .camera_box {
	max-width: 1080px;
	margin-inline-start: auto;
	margin-inline-end: auto;
}
section#deg360 p {
	text-align: center;
	margin-block-end: 20px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	/* deg360 */
	section#deg360 {
		width: 100%;
  margin-inline: auto;
		padding-block-end:60px;
	}
	section#deg360 .camera_box iframe {
		height: 440px;
	}
}


/* inquiry
--------------------------------------------------------- */
section#inquiry {}



/* details　物件概要
---------------------------------------------------------------*/
section#details {}
#details table {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
}
#details table th,
#details table td {
	border-block-end: 1px solid #212A2D;
	vertical-align: middle;
	font-style: normal;
	text-align: justify;
	line-height: 2.7;
}
#details table th {
	width: 20%;
	font-weight: bold;
}
#details table a {
	padding: 0 .5em;
	text-decoration: underline;
	color: var(--accent-color);
	transition: .5s all;
}
#details table a:hover {
	opacity: .5;
}

@media screen and (max-width: 767px) {
	#details table {
		width: 100%;
		margin-block-start:40px;
	}
	#details table th,
	#details table td {
		display: block;
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
		border-block-end: 0px;
	}
	#details table th {
		mix-blend-mode: multiply;
		background-color: #eaf5f9;
	}
}

/*　#inquiry
--------------------------------------------------------- */
#inquiry {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}
#inquiry a{
	min-width: 300px;
	padding: 20px 50px;
	overflow: hidden;
	border: 2px solid #107ab0;
	position: relative;
	color: #107ab0;
	z-index: 1;
}
#inquiry a::before {
	content: ">";
	position: absolute;
	right: 10px;
	z-index: 1;
}
#inquiry a:hover {
	color: #fff;
	background:#107ab0;
}

/*----------------------- 
     section#service 
-------------------------*/

#service ul {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
  text-align: center;
}
#service p {
  text-align: center;
  margin-bottom: 1.6rem;
}

#service img{
  max-width: 280px;
}

/*スマホ表示*/
@media screen and (max-width: 767px) {
  #service ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  #service p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
    #service img{
	max-width: 320px;
	}
}

/* Google Map
--------------------------------------------------------- */
section#gmap {
	margin: 0 auto 10rem;
	width: 100%;
	max-width: 960px;
	padding-top: 60px;
}
