/* === バージョンv1.3 更新20250714 === */

@charset "UTF-8";
/* === 基本構造 === */
html {	
    scroll-behavior: smooth;
}
body {
	font-family: YuMincho, "Yu Mincho","MS PMincho","ＭＳ Ｐ明朝", "Hiragino Mincho ProN","ヒラギノ明朝 ProN","serif";
}
h2 {
	font-size: 5rem;
}
h3 {
	margin: 0 0 1.25rem;
    font-size: 2.5rem;
}
ul {
	list-style: none;
}
a {
   font-size: 1rem;
	display: block;
}
p {
    font-size: 1.2rem;
}
header {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	z-index: 9999 !important;
	top: 0;
	left: 0;
}
main {}

footer {

}

/* === 画面幅が1280px以下のとき === */
@media (975px <= width < 1280px) {
	h2 {
		font-size: 3.5rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	p {
		font-size: 1.2rem;
	}
}

/* === 画面幅が1280px以下のとき === */
@media (max-width: 975px) {
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	p {
		font-size: 0.8rem;
	}
}
/* === fin === */

/* === 背景グラデーション === */
.locationWrapper,
.accessWrapper,
.designWrapper,
.planWrapper,
.modelroomWrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.locationWrapper::before,
.accessWrapper::before,
.designWrapper::before,
.planWrapper::before,
.modelroomWrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgb(0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0) 10%,
		rgba(0, 0, 0, 0) 90%,
		rgb(0, 0, 0.8) 100%
	);
	pointer-events: none;
	z-index: 1;
}

/* === ヘッダー内構成 === */
#pageTop {}
.header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	z-index: 9999;
	width: 100%;
	padding: 15px 10px;
}

/* === 画面幅が1280px以下のとき === */
@media (max-width: 1280px) {
	.header {
	display: flex;
	justify-content: center;
	}

	.subNavi {
    display: none;
}
}

.logo {}
.logo h1 {
    width: 100%;
}
.logo a {}
.logo img {}
.subNavi {
    background-color: rgba(153, 145, 125, 1);
	color: #fff;
	padding: 0.3rem 1.8rem;
}

.subNavi p {}
.subNavi a {
    display: flex;
	justify-content: center;

}
.globalNavi {
	font-size: 1.4rem;
    width: 100%;
	display: flex;
	align-items: center;
	position: fixed;
    top: 80px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1);
}
.globalNavi ul {
    display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.globalNavi li {
    position: relative;
	padding: 0 1.8rem;
    font-size: 1rem;
	text-align: center;
	flex: 1;
}
.globalNavi li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1.5em;
	border-left: 1px solid #000;
}
.globalNavi a {	
    padding: 0.3rem;

}
.pcMenu {}

/* === ハンバーガーメニュー　PC時　非表示 === */
.mobileMenu{
	display: none;
}

/* === ハンバーガーメニュー　1280px以下の時 === */
@media (max-width: 1280px) {
	.globalNavi {
		display: none;
	}

	.hamburger {
		display: block;
		position: fixed;
		top: 1rem;
		right: 1rem;
		z-index: 10000;
		width: 2rem;
		height: 2rem;
		cursor: pointer;
	}

	.hamburger span {
		display: block;
		width: 100%;
		height: 0.25rem;
		background-color: #333;
		margin: 0.4rem 0;
	}

	.mobileMenu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(255, 255, 255, 0.95);
		z-index: 9999;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobileMenu.active {
		display: flex;
	}

	.mobileMenu ul,
	.mobileMenu .subNavi {
		margin: 1rem 0;
	}

	.mobileMenu a {
		font-size: 1.5rem;
		margin: 1rem 0;
		text-decoration: none;
	}

	.mobileMenu .subNavi {
	display: block;
	}
}
/* === fin === */

/* === メインビジュアル === */
#mainTop {
  padding: 8.75rem 0 0;
  margin: -3.75rem auto 0;
}
.main01 {

}
.main01 img {}
.lead01 {
    padding: 0.5rem 5.5rem;
    background-color: rgba(55, 55, 55, 1);
}
.lead01 img {}

/* === 画面幅が1280px以下のとき === */
@media (max-width: 1280px) {
	.lead01{
	padding: 0.5rem 0.5rem;
	}
}
/* === fin === */

/* === INFORMATIONセクション === */
.information {
    display: flex;
	justify-content: flex-start;
	flex-direction: column;
	margin: 3.5rem 9rem;
}
.informationText {
	padding: 25px 0px;
}
.information h2 {
	font-size: 2rem;
	border-bottom: 1px solid #333; 
	padding-bottom: 0.6rem;
}
.informationText time {
	font-size: 17px;
}
.informationText p {
	
}
.information h3 {
	text-align: center;
	font-size: 3rem;
	padding-top: 10px;
}

/* === INFORMATION 画面幅が801～1280px以下のとき === */
@media (975px <= width < 1280px) {
	.information {
	margin: 3.5rem 2rem;
	}
	.informationText p {
	font-size: 1.5rem;	
	}
	.information h3 {
	font-size: 2.5rem;
	}
}

/* === INFORMATION 画面幅が800px以下のとき === */
@media (max-width: 975px) {
	.information {
	margin: 3.5rem 2rem;
	}
	.informationText p {
	font-size: 1rem;	
	}
	.information h3 {
	font-size: 2rem;
	}
}
/* === fin === */

.booking {
	text-align: center;
	color:white;
	background-color: rgba(153, 145, 125, 1);
	min-width: 210px;
	padding: 0.6rem 0;
}
.booking a {
    font-size: 2rem;
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 20px auto;
}

/* === 各セクション共通 === */
.pageNav {
}

/* === テキスト　アニメーション === */
@keyframes riseText {
	0% {
		opacity: 0;
		transform: translateY(2rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* === fin === */

/* === 画像　アニメーション === */
@keyframes slideInFromRight {
	0% {
		opacity: 0;
		transform: translateX(5rem);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInFromLeft {
	0% {
		opacity: 0;
		transform: translateX(-5rem);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/* アニメーション共通設定 */
.img-animate {
	opacity: 0;
	animation-fill-mode: forwards;
}

/* 右側から表示（location, design） */
.img-slide-right {
  opacity: 0;
  animation-fill-mode: forwards;
}

.img-slide-right.inview {
  opacity: 1;
  animation: slideInFromRight 2s ease-out;
}

/* 左側から表示（access, plan） */
.img-slide-left {
  opacity: 0;
  animation-fill-mode: forwards;
}

.img-slide-left.inview {
  opacity: 1;
  animation: slideInFromLeft 2s ease-out;
}
/* === fin === */

/* === LOCATION === */
.locationBg {
	background-image: url(../img/location_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	width: 100%;
	height: auto;
	position: relative;
}

#locationTop {}

.location {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(2rem);
	transition: all 1s ease-out;
	position: relative;
}

.location.inview,
.access.inview,
.design.inview,
.plan.inview,
.modelroom.inview{
  opacity: 1;
  transform: translateY(0);
}

.locationText {
	width: 100%;
	padding:0px 5px;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center; 
}
.locationText h2 {
	color:#ffde59;
	line-height: 1.2;
	padding-top: 6rem;
}
.locationText h3 {
	margin-bottom: 30px;
}
.locationText p {
	white-space: pre-line;
	padding: 40px 0;
	line-height: 2.2;
}
.locationText a {
	background-color:#99917d;
	margin: 18px auto;
	padding: 8px 0;
	width: 205px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.locationText a:after {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	font-weight: 300;
	font-size: 1.5rem;
	position: relative;
}
.locationImg {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}
.locationImg01 {
	width: 100%;
	max-width: 700px;
	padding: 60px;
}

.img-pc {
 	width: 100%;
	height: auto;
	display: block;
}
/*　テスト機能１　分割画像
.img-sp {
  display: none;
}
*/


/* === LOCATION 画面幅が1280px以下のときに縦並び === */
@media (max-width: 1280px) {
	.locationBg {
	height: auto;
	padding: 2rem 0;
	}

	.locationImg {
	height: auto;
	}
	.location {
	flex-direction: column;
	align-items: center;
	text-align: center;
	}

	.locationText {
	margin-left: 0;
	min-width: 90%;
	}

	.locationText h3 {
	margin-bottom: 0;
	}

	.locationText p {
	padding: 20px 0;
	}

	.locationImg {
	justify-content: center;
	padding: 0;
	margin-top: 2rem;
	}

	.locationImg01 {
	max-width: 80%;
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 20px;
	}

	.img-pc {
	display: block;
	width: 100%;
	height: auto;
	}
	/*テスト機能１　画像を2枚テキスト下に表示する
	.imgpcをdisplay: none;にする。

	.img-sp {
	display: block;
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 0 auto 1rem;
	}
	*/
}
/* === fin === */


/* === ACCESS === */
.accessBg {
	background-image:url(../img/access_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	width: 100%;
	height: auto;
	position: relative;
}
#accessTop {}
.access {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(2rem);
	transition: all 1s ease-out;
	position: relative;
}

.accessText {
	width: 100%;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center; 
}
.accessText h2 {
	color:#ffde59;
	line-height: 1.2;
	padding-top: 6rem;
}
.accessText h3 {
	margin-bottom: 30px;
}
.accessText p {
	white-space: pre-line;
	padding: 40px 0;
	line-height: 2.2;
}
.accessText a {
	background-color:#99917d;
	margin: 18px auto;
	padding: 8px 0;
	width: 205px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.accessText a:after {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	font-weight: 300;
	font-size: 1.5rem;
	position: relative;
}
.accessImg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.accessImg01 {
	width: 100%;
	max-width: 700px;
	padding: 60px;
}

/* === 画面幅が1280px以下のときに縦並び === */
@media (max-width: 1280px) {
	.accessBg {
	height: auto;
	padding: 2rem 0;

	}
	.access {
	flex-direction: column-reverse;/* ← カラム反転 */
	align-items: center;
	text-align: center;
	}

	.accessText {
	margin-left: 0;
	min-width: 90%;
	}

	.accessText h3 {
	margin-bottom: 0;
	}

	.accessText p {
		padding: 20px 0;
	}

	.accessImg {
	justify-content: center;
	padding: 0;
	margin-top: 2rem;
	height: auto;
	}

	.accessImg01 {
	max-width: 80%;
	width: auto;
	margin: 0 auto;
	padding: 20px;
	}

	.accessImg01 img {
	width: 100%;
	height: auto;
	display: block;
	}

}
/* === fin === */

/* === DESIGN === */
.designBg {
	background-image: url(../img/design_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
}

#designTop {}

.design {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(2rem);
	transition: all 1s ease-out;
	position: relative;
}

.designText {
	width: 100%;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center; 
}

.designText h2 {
	color:#ffde59;
	line-height: 1.2;
	padding-top: 6rem;
}

.designText h3 {
	margin-bottom: 30px;
}

.designText p {
	white-space: pre-line;
	padding: 40px 0;
	line-height: 2.2;
}

.designText a {
	background-color:#99917d;
	margin: 18px auto;
	padding: 8px 0;
	width: 205px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.designText a:after {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	font-weight: 300;
	font-size: 1.5rem;
	position: relative;
}

.designImg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.designImg01 {
	width: 100%;
	max-width: 700px;
	padding: 60px;
}

/* === 画面幅が1280px以下のときに縦並び === */
@media (max-width: 1280px) {
	.designBg {
	height: auto;
	padding: 2rem 0;
	}

	.designImg {
	height: auto;
	}
	.design {
	flex-direction: column;
	align-items: center;
	text-align: center;
	}

	.designText {
	margin-left: 0;
	min-width: 90%;
	}

	.designText h3 {
	margin-bottom: 0;
	}

	.designImg {
	justify-content: center;
	padding: 0;
	margin-top: 2rem;
	}

	.designImg01 {
	max-width: 80%;
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 20px;
	}
}
/* === fin === */

/* === PLAN === */
.planBg {
	background-image:url(../img/plan_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	width: 100%;
	height: auto;
	position: relative;
}
#planTop {}
.plan {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(2rem);
	transition: all 1s ease-out;
	position: relative;
}

.planText {
	width: 100%;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center; 
}
.planText h2 {
	color:#ffde59;
	line-height: 1.2;
	padding-top: 6rem;
}
.planText h3 {
	margin-bottom: 30px;
}

.planText p {
	white-space: pre-line;
	padding: 40px 0;
	line-height: 2.2;
}
.planText a {
	background-color:#99917d;
	margin: 18px auto;
	padding: 8px 0;
	width: 205px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.planText a:after {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	font-weight: 300;
	font-size: 1.5rem;
	position: relative;
}

.planImg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin-top: 2rem;
}
.planImg01 {
	width: 100%;
	max-width: 700px;
	padding: 60px;
	display: block;
	margin: 0 auto;
}

/* === 画面幅が1280px以下のときに縦並び === */
@media (max-width: 1280px) {
	.planBg {
	height: auto;
	padding: 2rem 0;
	}

	.plan {
 	flex-direction: column-reverse;/* ← カラム反転 */
 	align-items: center;
	text-align: center;
	}

	.planText {
 	margin-left: 0;
	min-width: 90%;
	}

	.planText h3 {
	margin-bottom: 0;
	}

	.planText p {
		padding: 20px 0;
	}

	.planImg {
	justify-content: center;
	height: auto;
	margin-top: 0;
	}

	.planImg01 {
	max-width: 80%;
	width: auto;
	margin: 0 auto;
	padding: 20px;
 	}

	.planImg01 img {
	width: 100%;
	height: auto;
	display: block;
}
}
/* === fin === */

/* === MODELROOM === */
.modelroomBg {
	background-color: #333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
	display: flex;
	position: relative;
}

#modelroomTop {}

.modelroom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(2rem);
	transition: all 1s ease-out;
	position: relative;
}

.modelroomText {
	width: 100%;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center; 
}

.modelroomText h2 {
	color: #ffde59;
	line-height: 1.2;
	padding-top: 6rem;
}

.modelroomText a {
	background-color:#99917d;
	margin: 18px auto;
	padding: 8px 0;
	width: 205px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.modelroomText a:after {
	font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	font-weight: 300;
	font-size: 1.5rem;
	position: relative;
}

.modelroomImg {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.modelroomImg01 {
	width: 100%;
	max-width: 700px;
	padding: 60px;
}

/* === 画面幅が1280px以下のときに縦並び === */
@media (max-width: 1280px) {
	.modelroomBg {
	height: auto;
	padding: 2rem 0;
	}

	.modelroomImg {
	height: auto;
	}
	.modelroom {
	flex-direction: column;
 	align-items: center;
	text-align: center;
	}

	.modelroomText {
 	margin-left: 0;
	margin-bottom: 0;
	min-width: 90%;
	}

	.modelroomImg {
	justify-content: center;
	padding: 0;
	margin-top: 2rem;
	}

	.modelroomImg01 {
	max-width: 80%;
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 20px;
 	}
}
/* === fin === */

/* === 注釈エリア === */
.annotation {
	width: auto;
	margin: 0.6rem 0.3rem;
	padding: 0 1.8rem;
}
.annotation p {
	font-size: 0.5rem;
	text-align: left;
}

/* === フッター === */
.contact {
	background-color: #333;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	color: #fff;
	text-align: center;
}
.contactInner {
	margin: 1.8rem;
}
.contactText {
	font-size: 1rem;
}
.telephone {
	margin: -1.25rem;
	font-size: 3.7rem;
}
.rogoImg {
	padding: 0;
	margin: auto;
	display: block;
}
.rogoImg img {
	background-color: #fff;
	padding: 10px;
}
.copyright {
	background-color: #333;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	color: #fff;
	text-align: center;
}
.copyright p {
	padding: 0.3rem;
	font-size: 0.75rem;
}
.copyright small {}

/* === 画面幅が1280px以下のときに縦並び === */
@media (max-width: 1280px) {
	.telephone {
	font-size: 3rem;
	}
	.contactText {
	font-size: 0.8rem;
	}
}
/* === fin === */
