@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:https://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/

/* mv
========================================================================================================
*/

section#mv{
  position: relative;
  width:100%;
  height:calc(100svh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width:1100px) {
section#mv{
  position: relative;
  width:100%;
  height:930px;  
  display: flex;
  align-items: center;
  justify-content: center;
  }
}

#mv figure{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 100;
}

#mv figure img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#mv .mv-box{
  width:90%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  z-index: 101;
}

@media print, screen and (min-width:768px) {
 #mv .mv-box{
   width:90%;
   display: flex;
   flex-flow: column wrap;
   justify-content: center;
   z-index: 101;
 }
}

.mv-box img{
  display: block;
  width:30%;
  max-width: 160px;
  margin: 0 auto;  
}    

@media print, screen and (min-width:1100px) {
.mv-box img{
  width:180px;
  max-width: inherit;
  }
}

.mv-box h2{	
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #FFF;  
  margin: 40px auto 30px auto;
}

@media print, screen and (min-width:1100px) {
.mv-box h2{	
  font-size: 50px;
  margin: 50px auto 40px auto;
  }
}  

.mv-box h2 + p{	
  width:90%;
  font-size: 1.4rem;
  color: #FFF;  
  line-height: 2.5em;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
.mv-box h2 + p{	  
  width:80%;
  font-size: 1.8rem;
  }
}

.mv-box h2 + p + a{	
  font-size: 1.8rem;
  margin: 50px auto 0 auto;
}

@media print, screen and (min-width:768px) {
.mv-box h2 + p + a{	
  margin: 70px auto 0 auto;
  }
}

/* case
========================================================================================================
*/

section#case{
  position: relative;
  width:100%;
  padding: 0 0 40px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
section#case{
  position: relative;
  width:100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
  }
}

.case-wrap{
  position: relative;
  width:100%;
  background: linear-gradient(180deg, #4AB8CF 0%, #4AB8CF 240px, #EEE 120px, #EEE 100%);
  padding: 50px 0 0 0;

  margin: 0 auto;
  z-index: 300;
}

@media print, screen and (min-width:1100px) {
.case-wrap{
  position: relative;
  width:100%;
  max-width: 1200px;
  background: linear-gradient(180deg, #4AB8CF 0%, #4AB8CF 240px, #EEE 120px, #EEE 100%);

  padding: 50px 0 0 0;
  margin: -110px auto 0 auto;
 }
}
.case-wrap h2{
	font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1.3em;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px){
.case-wrap h2{
  font-size: 2.8rem;
 }
}

.case-wrap h2 + p{
  width:90%;
  max-width: 1030px;
  text-align: right;
  padding: 0 5px 0 0;
  margin: 30px auto 15px auto;
}

.case-wrap h2 + p a{
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
}

.case-wrap a.case-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width:240px;
  height: 45px;
  background: #143841;
  border-radius: 50px;
  margin: 0 auto 60px auto;
}
@media print, screen and (min-width: 768px){
.case-wrap a.case-btn{
  display: none;
  }
}

.case-wrap a.case-btn span{
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}

.case-wrap .case-swiper{
  width:86%;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width: 768px){
.case-wrap .case-swiper{
  max-width:1040px;
  margin: 0 auto 70px auto;
  }
}

.case-wrap .swiper-wrapper { 
  align-items: stretch!important; 
}

.swiper-wrapper .swiper-slide{
	width:280px;
  height: auto;
	border: 5px solid #000;
	border-radius: 10px;
	background: #FFF;
	padding:2.5%;
	cursor: pointer;
}

@media print, screen and (min-width: 768px){ 
.swiper-wrapper .swiper-slide{
	width:calc(100% / 3 );
	border: 4px solid #000;
	border-radius: 10px;
	background: #FFF;
	padding:1.5%;
	}
}

.swiper-wrapper .swiper-slide{
  /*height: 100%;*/
}

.swiper-wrapper .swiper-slide a{
  width:100%;
  height: 100%;
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
}

.swiper-wrapper li figure{
  flex-basis: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

.swiper-wrapper li figure img{
	width:100%;	
  height: 140px;
	object-fit: cover;
}

.swiper-wrapper li dl{
	width:70%;
	margin: 0 0 0 20px;
}

.swiper-wrapper li dl dt span{
	display: block;
	width: 120px;
  height: 26px;
	background: #143841;
  display: flex;
  align-items: center;
  justify-content: center;
	font-size: 1.2rem;
  line-height: 100%;
	color: #FFF;
	margin: 0;
}

.swiper-wrapper li dl dd{
	line-height: 130%;	
  font-weight: 500;
}

.swiper-wrapper li dl dd.case-txt01{
  font-size: 1.4rem;
  color: #4AB8CF;
  font-weight: 700;
  margin: 15px 0 10px 0;
}
.swiper-wrapper li dl dd.case-txt02{ 
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 700;
}
 
.swiper-wrapper li dl dd time{
  display: block;
	font-size: min(5vw, 1.2rem);
  font-weight: 600;
	color: #666;
	margin: 0 0 5px 0;
}

.swiper-button-prev, 
.swiper-button-next {
  width: 7px;
  height: 16px;
  position: absolute;
  top: 220px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 301;
}

@media print, screen and (min-width: 768px){
.swiper-button-prev, 
.swiper-button-next {
  width: 12px;
  height: 25px;
  position: absolute;
  top: 180px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 301;
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  background: url(/common/images/icon02.png) no-repeat 0 0;
  background-size: 100%;
  right: 2%;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  background: url(/common/images/icon01.png) no-repeat 0 0;
  background-size: 100%;
  left: 2%;
  right: auto;
}

@media print, screen and (min-width: 768px){
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  background: url(/common/images/icon02.png) no-repeat 0 0;
  background-size: 100%;
  right: 4%;
  left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  background: url(/common/images/icon01.png) no-repeat 0 0;
  background-size: 100%;
  left: 4%;
  right: auto;
}
}

.case-wrap h3{
  text-align: center;
  margin: 0 auto;
}

.case-wrap h3 span{
  position: relative;
  display: inline-block;  
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;  
  font-size: 2.4rem;
}

@media print, screen and (min-width: 768px){
.case-wrap h3 span{
  font-size: 2.4rem;
  }
}

.case-wrap h3 span::before,
.case-wrap h3 span::after{
  content: "";
  width:30px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.case-wrap h3 span::before{
  left:-40px
}
.case-wrap h3 span::after{
  right:-40px
}

@media print, screen and (min-width: 768px){
.case-wrap h3 span::before,
.case-wrap h3 span::after{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
 }
.case-wrap h3 span::before{
  left:-70px
 }
.case-wrap h3 span::after{
  right:-70px
 }
}

.case-wrap h3 + p{
  width:90%;
  color: #666;
  line-height: 2em;
  font-weight: 500;
  text-align: center;
  margin: 30px auto;
}

.case-wrap ul.case-list{
  width:90%;
  max-width: 680px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  column-gap: 10px;
  margin: 0 auto;
}

.case-wrap ul.case-list li{
  width:90px;
  height: 24px;
  border-radius: 60px;
  background: #4AB8CF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #FFF;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width: 768px){
.case-wrap ul.case-list li{
  width:120px;
  height: 26px;
  border-radius: 60px;
  font-size: 1.3rem;  
  }
}

/* about
========================================================================================================
*/

section#about{
  width:100%;
  background:url("/images/home01.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 70px 0 70px 0;
}

@media print, screen and (min-width: 768px){
section#about{
  padding: 140px 0 120px 0;
  }
}

.about-wrap{
  width:90%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-wrap h2{  
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  color: #FFF;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px){
.about-wrap h2{  
  font-size: 3.6rem;
  }
}

.about-wrap h2 + p{ 
  width:100%;
  max-width: 800px;
  color: #FFF;
  line-height: 2em;
  margin: 30px auto 40px auto;
}

@media print, screen and (min-width: 768px){
.about-wrap h2 + p{ 
  width:100%;
  max-width: 800px;
  margin: 60px auto;
}
}
.about-wrap ul.about-box{  
  width:100%;
  max-width: 1100px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}

/*.about-wrap ul.about-box li{  
  width:90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url("/images/home02.png") no-repeat 0 0;
  background-size: 100%;
  margin: 0 auto;
}*/

.about-wrap ul.about-box li{  
  width:calc( 100% / 3 );
  min-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url("/images/home02.png") no-repeat 0 0;
  background-size: 100%;
  margin: inherit;
}

@media print, screen and (min-width: 1100px){
.about-wrap ul.about-box li{  
  width:calc( 100% / 3 );
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:url("/images/home02.png") no-repeat 0 0;
  background-size: 100%;
  margin: inherit;
  }
}
.about-wrap ul.about-box li::before{  
  display: block;
  content: '';
  padding-top: 100%;
}

.about-wrap ul.about-box li dl{
  width:60%;
}

.about-wrap ul.about-box li dl dt{  
  font-size: 2.0rem;
  color: #FFF; 
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px){
.about-wrap ul.about-box li dl dt{  
  font-size: 2.4rem;
  color: #FFF; 
  font-weight: 600;
  text-align: center;
  }
}

.about-wrap ul.about-box li dl dt span{ 
  display: block;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FF8000;
  margin: -15px 0 15px 0;
}

@media print, screen and (min-width: 768px){
.about-wrap ul.about-box li dl dt span{ 
  margin: 0 0 20px 0;
  }
}

.about-wrap ul.about-box li dl dd{  
  font-size: 1.3rem;
  color: #FFF;
  line-height: 1.8em;
  text-align: center;
  margin: 15px 0 10px 0;
}

@media print, screen and (min-width: 768px){
.about-wrap ul.about-box li dl dd{  
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1.8em;
  margin: 20px 0;
  }
}

.about-btn{
  width:100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  column-gap: 15px;
  margin: 40px auto 0 auto;
}

@media print, screen and (min-width: 768px){
.about-btn{
  width:90%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  column-gap: 30px;
  margin: 100px auto 0 auto;
  }
}

.about-btn li a{
 text-align: center;
}

.about-btn li a.btn01{
  width:175px;
}
@media print, screen and (min-width: 768px){
.about-btn li a.btn01{
  width:260px;
  }
}

/* forsale
========================================================================================================
*/

section#forsale{
  width:100%;
  padding: 60px 0 0 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px){
section#forsale{
  padding: 100px 0;
  }
}

.forsale-wrap{
  width:95%;
  max-width: 1320px;
  margin: 0 auto;
}

.forsale-wrap .forsale-topct{
  width:90%;
  margin: 0 auto 40px auto;
}

@media print, screen and (min-width: 768px){
.forsale-wrap .forsale-topct{
  width:90%;
  max-width: 1200px;
  margin: 0 auto 90px auto;
  }
}

.forsale-topct h2{  
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 768px){
.forsale-topct h2{  
  font-size: 3.0rem;
  margin: 0 0 30px 0;
  }
}

.forsale-topct h2 + span{
  position: relative;
  display: inline;
  width:100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #4AB8CF;
}

.forsale-topct h2 + span::after{
  content: "";
  width:100px;
  height: 1px;
  background: #4AB8CF;
  position: absolute;
  top:50%;
  right:-180px;
  transform: translate(-50%);
}

.forsale-topct div.forsale-lead{
  margin: 30px 0 0 0;
}

@media print, screen and (min-width:1100px) {
.forsale-topct div.forsale-lead{
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  margin: 30px 0 0 0;
  }
}

.forsale-topct div.forsale-lead p{
  width:100%;
  line-height: 2em;
  padding: 0 0 30px 0;  
}

@media print, screen and (min-width:1100px) {
.forsale-topct div.forsale-lead p{
  padding: 0 140px 0 0;
  }
}

/* --------- forsale-box --------- */

.forsale-box{
  width:100%;
  margin: 0 auto;
}

.forsale-box .forsale-list{
  width:95%;
  margin: 0 auto;
}

@media print, screen and (min-width:768px) {
.forsale-box .forsale-list{
  width:100%;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin: 0 auto;
  }
}

.forsale-box .forsale-list li{
  background: #FFF;  
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
  margin: 0 0 15px 0;
}

@media print, screen and (min-width:768px) {
.forsale-box .forsale-list li{
  margin: 0 0 30px 0;
  }
}

.forsale-box .forsale-list li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

/* forsale-box01 */

.forsale-box01{
  position: relative;
  margin: 0;
}

.forsale-box01 figure{
  display: block;
  width:100%;
  height: 180px;
}

.forsale-box01 figure img{
  display: block;
  width:100%;
  height: 100%;
  background: #EEE;
  object-fit: contain;
}

.forsale-box01 .status.list{
  display: flex;
  flex-flow: row nowrap;
  column-gap: 0px;
  position: absolute;
  top:0;
  left:0;
}

.forsale-box01 .status.list span{
  width:90px;
  height: 26px;
  font-size: 1.3rem;
  line-height: 1em;
  color: #FFF;
}


/* forsale-box02 */

.forsale-box02{
  position: relative;
  padding: 0 5px;
}

.forsale-box02 h3{
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
  font-weight:700;
  margin: 20px auto 10px auto;
}

.forsale-box02 div.forsale-detail01 dl{
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: baseline;
  padding: 0;
  margin: 0;
}
.forsale-box02 div.forsale-detail01 dl + dl{ 
  padding: 0;
  margin: 10px 0 0 0;
}

.forsale-box02 div.forsale-detail01 dl dt,
.forsale-box02 div.forsale-detail01 dl dd{ 
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;    
}

.forsale-box02 div.forsale-detail01 dl dd span{
  display: inline-block;
  font-size: 2.2rem;
  color: #EF6B9E;  
  font-weight: 700;
  margin: 0 5px;
}

.forsale-box02 div.forsale-detail02 ul{
  padding: 0;  
  margin: 20px 0 0 0;
}

.forsale-box02 div.forsale-detail02 ul li{
  font-size: 1.3rem;
  color: #666;
  text-align: left;
  margin: 0!important;
}
.forsale-box02 div.forsale-detail02 ul li + li{
  line-height: 1.5em;
  margin: 5px 0 0 0!important;
}


/* iformation
========================================================================================================
*/

section#information{
  width:100%;
  background: #FFF;
  padding: 60px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
section#information{
  width:100%;
  padding: 100px 0;
  }
}

.information-wrap{
  width:90%;
  margin: 0 auto;
}

@media print, screen and (min-width:1100px) {
.information-wrap{
  width:95%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap:80px;  
  max-width: 1200px;  
  margin: 0 auto;
  }
}

.information-wrap div{
  margin: 0 auto 80px auto;
}
@media print, screen and (min-width:1100px) {
.information-wrap div{
  padding: 0 0 50px 0;
  margin: 0;
  }
}

.information-wrap h2{  
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
}

@media print, screen and (min-width:768px) {
.information-wrap h2{  
  font-size: 2.4rem;
  text-align: left;
  padding: 0 0 20px 0;
  margin: 0 0 50px 0;
  }
}

.information-wrap div dl{  
  display: grid;
  grid-template-columns: 80px 1fr;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width:1100px) {
.information-wrap div dl{  
  display: grid;
  grid-template-columns: 90px 1fr;
  margin: 0 10px;
  }
}

.information-wrap div dl dt time{  
  display: flex;
  flex-flow: column wrap;
  align-items:center;
  justify-content: flex-start;
}

@media print, screen and (min-width:1100px) {
.information-wrap div dl dt time{  
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-start;
  }
}

.information-wrap div dl dt span{
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.information-wrap div dl dt span.month{
  font-size: 1.2rem;
}
.information-wrap div dl dt span.day{
  font-size: 3.0rem;
}

@media print, screen and (min-width:1100px) {
.information-wrap div dl dt span.month{
  font-size: 1.4rem;
}
.information-wrap div dl dt span.day{
  font-size: 3.6rem;
  }
}

.information-wrap div dl dd{ 
  line-height: 1.8em;
  padding: 0 0 0 15px;
}

@media print, screen and (min-width:768px) {
.information-wrap div dl dd{ 
  padding: 0 0 0 20px;
  }
}

.information-wrap div dl dd span{ 
  display: flex;
  align-items: center;
  justify-content: center;
  width:100px;
  height: 26px;
  background: #4AB8CF;
  font-size: 1.2rem;
  color: #FFF;
  margin: 0 0 10px 0;
}

.information-wrap div dl + dl{ 
  margin: 30px 0 0 0;
}

@media print, screen and (min-width:1100px) {
.information-wrap div dl + dl{ 
  margin: 40px 10px 0 10px;
  }
}

.information-wrap div dl dd p{ 
  min-height: 50px;
}

.information-wrap div .btn-info-box{   
  border-top: 1px solid #000;
  text-align: center;
  padding: 30px 0 0 0;
  margin: 40px 0 0 0;
}

@media print, screen and (min-width:768px) {
.information-wrap div .btn-info-box{  
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
  }
}

.information-wrap div .btn-info-box a{
  width:180px;
  margin: 0 auto;
  color: #FFF;
}

@media print, screen and (min-width:768px) {
.information-wrap div .btn-info-box a{
  width:240px;
  margin: 0 auto;
  color: #FFF;
  }
}
