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

/* 共通部分
------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

#contesntsWrapper{
	background-image: url("../img/img10_background.png");
} 


div#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: #2b2b2b;
	font-size: 62.5%;
	letter-spacing:0.15rem;
	line-height: 1.8;
	text-align: justify;
	vertical-align: baseline;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "palt";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}


article {
	margin: 0;
	padding: 0;
	border: 0;
	position:relative;
}
article img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-inline-start: auto;
	margin-inline-end: auto;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.clearfix {
	*zoom: 1;
} /*for IE6,IE7*/


/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/

/* h3
------------------------------- */
h3 {
	font-size: 4.95rem;
	/*font-style: italic; 追加*/
	font-family: "Bonheur Royale", cursive;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	display: block;
	margin-block-start: 0.1em;
	margin-block-end: 0.1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


/* main
------------------------------- */
.mainbox {
	width: 100%;
	max-width: 560px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-start: 40px;
	margin-block-end: 30px;
	text-align: justify;
	padding-inline-start:10px;
	padding-inline-end:10px;
	letter-spacing: 0.15rem;
	text-justify: inter-ideograph;
}
.mainbox .txt{
	font-size:1.55rem;
	padding-block-end:10px;
}
.mainbox .txt_s{
	font-size:1.45rem;
}





/*マーカーアニメーション*/
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 3s ease;
    font-weight: bold;
}

/*注意書き*/
.nossale{
	color: #c9171e;
	font-weight: bold;
}

.wrap_top{
	position: relative;
}

.line-vertical{
	position: absolute;
	top: 1%;
	left: 50%;
  width: 1px;
  height: 27%;
  background-color: #FFFFFF;
  float: left;
	z-index: 1000;
}
.section-block{
	width: 100%;
	clear: both;
}
.text-block{
	width: 40%;
	float: left;
	margin-left: 3%;
}

h1.title{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0%);
	z-index: 1000;
	max-width: 600px;
}
/* 640px */
@media screen and (max-width: 640px) {
h1.title{
	top: 150px;
	max-width: 300px;
}
.line-vertical{
display:none;
}
}
h1.title img {
	/* じわっと画像が表示される */
 	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 640px */
@media screen and (min-width: 640px) {
	.sp-only { display:none; }
}
@media screen and (max-width:640px) {
	.pc-only { display: none; }
}


/* 画像レイアウト*/
.bxslider {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.bx-wrapper {
	position: relative;
	height: 80vh;
}
.bx-wrapper img {
	max-width: 100%;
	vertical-align: bottom;
}
.bx-viewport {
	max-width: 100%;
	max-height: 100%;
}

/* 1024px */
@media screen and (max-width: 1024px) {
.bx-wrapper {
	position: relative;
	height: 100vh;
}

}


/* ページャー*/
.bx-pager {
	text-align: center;
	width: 100%;
	bottom: 4px;
	position: absolute;
	z-index: 100;
}
.bx-pager-item, .bx-controls-auto-item {
	display: inline-block;
}
.bx-default-pager a {
	background: #58883c;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 0 6px;
	outline: 0;
	border-radius: 0px;
}
.bx-default-pager a:hover, .bx-default-pager a.active {
	background: #ececec;
}

/* スクロールダウンの位置 */
.scrolldown {
  position: absolute;
  right: 50%;
  top: 50vh;
  color: #fff;
  text-align: center;
}

.scrolldown span {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: initial;
}

/* 線のアニメーション部分 */
.scrolldown::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 9px;
  margin: auto;
  position: relative;
  width: 1px;
  z-index: 2;
  display: inline-block;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* 640px */
@media screen and (max-width: 640px) {
	/* スクロールダウンの位置 */
	.scrolldown {
	  top: 60vh;
}
}

section#open{
	width: 100%;
	margin: 0 auto;
	margin-block-start:80px;
	margin-block-end:260px;
	text-align: center;
}
section#open h3{
	font-size: 5.75rem;
}
section#open h6{
	font-size: 2rem;
	letter-spacing: 0.15em;
	margin-block-start:25px;
	line-height: 1.6;
}
.title { text-align: center; }
.text { display: inline-block; }

section#open .date{
	font-size: 1.75rem;
	letter-spacing: 0.15em;
	margin-block-end:30px;
	line-height: 1.6;
}


/* photo
------------------------------- */
section#photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-end: 180px;
}
.photo_one{
	max-width: 1100px;
	padding: 2%;
}
 .photo_one img {
	max-width: 100%;
 }
.photo_three{
	max-width: 700px;
	padding: 2%;
	margin : 0 auto;
}
 .photo_three img {
	max-width: 100%;
 }

.photo_two {
	max-width: 760px;
	margin: auto;
 }
.photo_two img {
	max-width: 100%;
 }
.flexbox {
	display: flex;
 }
.box1 {
	width: 50%;
	padding: 2%;
 }
.box2 {
 width: 50%;
 padding: 2%;
}
@media screen and (max-width:640px) {
 .flexbox {
  display: block;
 }
 .flexbox .box1 {
  width: 100%;
  margin: 0 auto;
 }
 .flexbox .box2 {
  width: 100%;
  margin: 0 auto;
 }
}
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}


/* plan
------------------------------- */
section#plan {
	width: 100%;
	margin: 0 auto;
	margin-block-end: 200px;
	text-align: center;
}
section#plan img{
	padding-block-start:40px;
	padding-block-end:80px;
}
/* 改装コメントなど */
section#plan .plan-concept{
    width:80%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-start: 30px;
    border:dashed 1px #090e12;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1.45rem;
}




/* details
------------------------------- */
section#details {
	width: 100%;
	max-width: 1000px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-end: 110px;
}
table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	margin-block-start:30px;
	font-size: 1.55rem;
	letter-spacing: 0.075em;
}
table th, table td {
	border-block-end: 1px solid #999;
	padding-inline-start: 8px;
	padding-block-start:8px;
	margin-block-start: 8px;
	vertical-align: middle;
	font-style: normal;
	height: 3em;
	text-align: left;
}
table th {
	width: 18%;
	font-weight: 500;
}
@media (max-width: 768px) {
	table {
		width: 100%;
	}
	table th, table td {
		display: block;
		height: auto;
		border-block-end: 0px;
		line-height: 1.8em;
	}
	table th {
		width: 100%;
		background-color: #eee;
	}
}



/* Google Map
------------------------------- */
section#gmap {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	margin-block-end: 50px;
}
#gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/* pagetop
------------------------------- */
.pagetop {
	position:fixed;
	bottom:0;
	right: 5px;
	display: none;
	z-index: 150;
	cursor:pointer;
}