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

article {
	background-color: #f8f6ff;
	background-image: url("../img/concrete-wall.png");
}
article section{
	max-width: 960px;
	margin: 0 auto 200px;
	font-size: 1.6rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #555555;
}
article h2{
	position: relative;
	font-family: "Zen Old Mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.3rem;
	letter-spacing: 20px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
}
article h2::before {
	content: attr(data-jp);
	display: inline-block;
	padding: 20px 10px 10px;
	position: absolute;
	top: -20px;
	right: ;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 20px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	border-radius: 30px;
}
section#topicpath {
	z-index: 2;
}
#gFooter {
	position: relative;
	z-index: 2;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.bk01,.bk02{
	width: 100%;
	height: calc(100vh - 167px);
	position: relative;
	background-image: url("../img/bk/01.jpg");
	background-size: cover;
}
.bk01 p,.bk02 p{
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 10px;	
}
.bk02 {
	background-image: url("../img/bk/02.jpg");
}
.bk02 p{
	left: inherit;
	right: 8%;
}
.sp{
	display: none;
}
@media screen and (max-width: 768px) {
	article {
		overflow: hidden;
	}
	article section{
		max-width: 90%;
		margin: 0 auto 100px;
	}
	article section img{
		width: 100%;
	}
	#gFooter{
		margin-top: 0;
	}
	article h2::before{
		font-size: 1.3rem;
	}
	.bk01,.bk02{
		height: 100vh;
	}
	.bk01 {
		background-image: url("../img/bk/01_sp.jpg");
	}
	.bk02 {
		background-image: url("../img/bk/02_sp.jpg");
	}
	.bk01 p,.bk02 p{
		font-size: 3rem;
		text-shadow: 1px 1px 5px #000;
	}
	.bk01 p{
		left: inherit;
		right: 5%;
	}
	.bk02 p{
		left: 5%;
		right: inherit;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none !important;
	}
}
/*--------------------------------------------------

 #top

----------------------------------------------------*/
/*article section#top{
	display: flex;
	flex-direction: row;
	max-width: 100%;
	width:100%;
	color: #FFFFFF;
	font-size: 3rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}*/

/*#top div{
	width: 100%;
	height: calc(100vh - 167px);
	position: relative;
	background-size: cover;
}*/

article section#top{
	max-width: 100%;
	color: #FFFFFF;
	font-size: 3rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	/*-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
}

.cd-fixed-bg {
  box-sizing: border-box;
  height: 100vh;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 2;
}
/*.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/bg_garden01.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/bg_garden02.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/bg_garden03.jpg");
}*/

.cd-fixed-bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*background: #cccccc;*/
  background: linear-gradient(180deg,rgba(30, 58, 82, 0.35) 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0) 70%, rgba(30, 58, 82, 0.14) 100%);
}

#top div:nth-child(1){
	background-image: url("../img/top/01.jpg");
}
#top div:nth-child(2){
	background-image: url("../img/top/02.jpg");
}
#top div:nth-child(3){
	background-image: url("../img/top/03.jpg");
}

#top div{
	/*letter-spacing: 5px;
	font-size: 3rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
}

#top div h1{
	position: absolute;
	top: 50%;
	left: 5%;
	font-size: 6rem;
	line-height: 1.3;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: 1px 1px 10px #000;
}
#top div h1 span{
	display: block;
	margin-top: -100px;
	font-size: 3.2rem;
}
#top div:nth-child(2) p{
	position: absolute;
	bottom: 5%;
	right: 8%;
	letter-spacing: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#top div:nth-child(3) p{
	position: absolute;
	bottom: 5%;
	left: 5%;
	letter-spacing: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#top div p{
		text-shadow: 1px 1px 10px #000;
	}

@media screen and (max-width: 768px) {
	article section#top{
		font-size: 2.3rem;
	}
	#top div{
		height: calc(100vh - 120px);
	}
	
	#top div:nth-child(1){
		background-image: url("../img/top/01_sp.jpg");
	}
	#top div:nth-child(2){
		background-image: url("../img/top/02_sp.jpg");
	}
	#top div:nth-child(3){
		background-image: url("../img/top/03_sp.jpg");
	}
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
		height: 90vh;
	}
	
}

/*--------------------------------------------------
 
 #intro

----------------------------------------------------*/

article section#intro{
	max-width: 1200px;
}

article section#intro img{
	width: 100%;
	height: auto;
}

#intro .txt{
	margin-bottom:50px;
}

#intro ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
#intro li:nth-child(1){
	width: 60%;
	margin-bottom:100px;
}
#intro li:nth-child(2){
	width: 30%;
}
#intro li:nth-child(3){
	width: 50%;
}

@media screen and (max-width: 768px) {
}
/*--------------------------------------------------
 
 #area

----------------------------------------------------*/
article section#area{
	max-width: 100%;
}
.map {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}

.map .imgbox{
	max-width:800px; 
}

.map .imgbox img{
	width: 100%;
	height: auto;
}

.map .txt{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 220px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.map h2{
	margin-right: 1.4em;
	line-height: 1.4em;
	margin-bottom:20px;
}
.map h2::before{
	right: -50px;
	line-height: 1em;
}
.map .txt p{
	height: 390px;
	word-break: break-all;
}
.day h2,
#intro h2{
	margin-left: 1em;
}
.day h2::before,
#intro h2::before{
	right: inherit;
	left: -50px;
}

.day .sample,
#intro .txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 100px auto 50px;
}
.day .sample{
	margin-bottom:0;
}

.day .sample h3{
	margin-bottom:30px;
}

.day .sample div:not(.text),
#intro .txt p{
	display: flex;
	justify-content: space-between;
	height: 140px;
	width: 87%;
}
.sliderArea {
	width: 100%;
	margin-left: 20%;
	margin-top: 50px;
}
.slider {
	text-align: center;
}
.slider .time{
	display: inline-block;
	padding: 2px 25px;
	margin: 20px auto;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 40px;
	font-size: 1.4rem;
}
.slider h4{
	margin: 1em auto .5em;
	line-height: 1.5;
	font-size: 2.2rem;
	font-weight: 300;
	text-align: start;
}
.slider img{
	width: 100%;
}
.slider p{
	text-align: start;
	font-size: 1.4rem;
}
.slick-slide{
	padding: 10px;
}
.sliderArea .slick-prev,.sliderArea .slick-next {
	margin: 0;
	top: inherit;
	bottom: -50px;
}
.sliderArea .slick-prev {
	left: 0;
}
.sliderArea .slick-next {
	right: inherit;
	left: 50px;
}
.sliderArea .slick-prev::before, .sliderArea .slick-next::before {
	font-size: 40px;
	color: #707070;
	
}
@media screen and (max-width: 768px) {
	article section#area{
		max-width: 90%;
	}
	section#area h3{
		line-height: 2;
	}
	.map {
		flex-direction: column;
	}
	.map .txt p{
		height: auto;
	}
	.map img{
		order: 1;
	}
	.map .txt {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 auto 30px;
	}
	#intro .txt p{
		width: 65%;
		height: auto;
		flex-direction: column;
	}
	
	.map .txt h2{
		font-size: 2.2rem;
	}
	.map .txt p{
		height: 400px;
	}
	#intro h2{
	margin-left: 2em;
}
	
	.day .sample {
		align-items: flex-start;
	}
	.day .sample div:not(.text){
		width: 65%;
		height: auto;
		flex-direction: column;
	}
	.day .sample div:not(.text) img{
		width: 60%;
		display: block;
		margin-left: auto;
	}
	.sliderArea {
		margin-left: 0;
	}
	.sliderArea .slick-prev,.sliderArea .slick-next {
		width: 30px;
		height: 30px;
		top: 50%;
		bottom: inherit;
	}
	.sliderArea .slick-prev {
		left: -25px;
	}
	.sliderArea .slick-next{
		left: inherit;
		right: -25px;
	}
	.sliderArea .slick-prev::before, .sliderArea .slick-next::before {
		font-size: 20px;
	}
	.slider h4 {
		font-size: 1.8rem;
	}
}
/*--------------------------------------------------
 
 #plan

----------------------------------------------------*/
article #plan {
	margin-top: 200px;
}
article #plan h2::before {
	left: -50px;
}
.plan {
	display: flex;
	justify-content: space-around;
	margin-bottom: 100px;
}
.plan div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.plan h2{
	line-height: 1.4em;
	margin-bottom:20px;
}

.plan h2:before{
	line-height: 1em;
}

.plan .boxplan{
	width:70%; 
}

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

.plan div p{
	height: 330px;
}

.reno .reno_sub{
	max-width:500px;
	margin: 0 auto 100px;
}
.reno .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}
.reno .box h3{
	margin-bottom: 30px;
	line-height: 2;
	
}
/*.reno .box .txt,.reno .box img{
	width: calc(100% / 2 - 20px);
}*/

.reno .box .txt{
	width:35%;
	margin-right: 5%;
}
.reno .box img{
	width: 60%;
}
.reno .box:nth-child(1) .txt{
	order: 2;
}
.reno p{
	margin-bottom: 20px;
}
.reno ul {
	max-width: 700px;
	margin: 100px auto;
	padding: 100px 50px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}
.reno ul li{
	line-height: 2.5;
}
@media screen and (max-width: 768px) {
	article section#plan {
		margin-top: 150px;
		margin-bottom: 0;
	}
	article #plan h2{
		font-size: 3rem;
	}
	article #plan h2::before{
		margin-left: 5px;
		left: 80px;
		font-size: 1.3rem;
	}
	.plan {
		flex-direction: column;
		height: auto;
	}
	.plan div{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
		margin-right: 30px;
		justify-content: space-evenly;
	}
	.plan .boxplan{
		width:100%; 
	}
	
	.plan div p{
		height: 300px;
	}
	.reno ul li{
		margin-bottom: 1em;
		text-indent: -1em;
		padding-left: 1em;
		
	}
	.reno .box{
		flex-direction: column;
	}
	.reno .box h3{
		margin: 30px 0;
		line-height: 3;
	}
	.reno .box .txt,.reno .box img{
		width: 100%;
	}
	.reno .box .txt{
		order: 2;
	}
	.reno .box .txt br{
		display: none;
	}
}
/*--------------------------------------------------
 
 #photos

----------------------------------------------------*/
#photos {
	margin-top: 200px;
}
#plan .reno h2,
#photos h2,
#virtualtour h2,
#details h2{
	margin-bottom: 1em;
	writing-mode: horizontal-tb;
	text-align: center;
}
#plan .reno h2::before,
#photos h2::before,
#virtualtour h2::before,
#details h2::before {
	content: none;
}
#photos p{
	margin-bottom: 50px;
	text-align: center;
}
.fancybox_area {
    column-count: 4;
    column-gap: 10px;
}
.fancybox_area a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.fancybox_area img {
    width: 100%; 
    height: auto; 
    display: block;
}
@media (max-width: 767px) {
	.fancybox_area {
		column-count: 2;
		width: 95%;
		margin: 0 auto;
	}
}
/*--------------------------------------------------

 #open

----------------------------------------------------*/
#open {
	margin: 200px auto;
	padding: 100px 0 100px;
	text-align: center;
	border: 1px solid #707070;
}
#open h3{
	font-size: 3rem;
}
#open p{
	display: inline-block;
	margin: 30px auto 0;
	font-size: 3rem;
	border-bottom: 1px solid #707070;
}
#open ul{
	max-width: 600px;
	margin: 30px auto 0;
}
#open ul li{
	padding-left: 1em;
	text-indent: -1em;
	text-align: start;
	line-height: 3;
}
@media (max-width: 767px) {
	#open {
		width: 90%;
	}
	#open h3,#open p{
		font-size: 2rem;
	}
	#open ul{
		max-width: 90%;
	}
}
/*--------------------------------------------------

 #virtualtour

----------------------------------------------------*/
#virtualtour {
  max-width: 960px;
  margin: 50px auto;
}
.vrbox {
  width: 100%;
	margin: 0 auto;
}
.vrbox iframe {
  height: 600px;
}
#virtualtour p {
  max-width: 600px;
  margin: 0 auto 50px;
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
	#virtualtour {
		max-width: 90%;
	}
}
/*--------------------------------------------------

 #details

----------------------------------------------------*/
article section#details {
	margin: 200px auto 100px;
}
#details div {
  max-width: 960px;
  margin: 0 auto;
	line-height: 2;
}
#details table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
}
#details table th, #details table td {
  border-block-end: 1px solid #DDDAD1;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: justify;
}
#details table th {
  width: 20%;
  font-weight: normal;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #details div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #E5E0D1;
  }
}

/*--------------------------------------------------

.inquiry

----------------------------------------------------*/
.inquiry {
	margin-bottom: 100px;
}
.inquiry a {
	margin: auto;
    background: #000;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 250px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.7rem;
}
.inquiry a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.inquiry a:hover {
  background: #D6D2C9;
	color: #666;
}
.inquiry a:hover:after {
  right: 1.4rem;
}
/*--------------------------------------------------

#gmap

----------------------------------------------------*/
article section#gmap{
	max-width: 100%;
	margin-bottom: 0;
	/*background: #9c7f2a;*/
}
#gmap iframe{
  width: 100%;
  height: 600px;
  opacity: 0.8;
}
/*--------------------------------------------------

#floatingBox

----------------------------------------------------*/
#floatingBox {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 70px;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color:  #f8f6ff;
	background-image: url("../img/concrete-wall.png");
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
	text-align: center;
}
#floatingBox a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 5px;
	font-size: 2rem;
	letter-spacing: 3px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #555555;
}
#floatingBox a span {
	text-orientation: upright;
}

@media screen and (max-width: 768px) {
	#floatingBox {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		right: inherit;
		bottom: 0;
		writing-mode: horizontal-tb;
	}
	#floatingBox a{
		padding: 5px 0;
		font-size: 1.4rem;
		margin-bottom: 0;
	}
	#floatingBox .open{
		margin:0 auto;
		font-size: 1.4rem;
		text-align: center;
	}
}