@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

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

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: 'Zen Old Mincho', serif;
	font-size: 16px;
    font-size: 1.6em;
	color: #000000;
    line-height: 2;
	letter-spacing:0.07em;
	font-weight: 400;
	background: #ffffff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	position: relative;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner{
	max-width: 1200px;
    width: 90%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration:none;
    cursor: pointer;
	transition: all 0.5s;
}
a:hover {
	opacity: 0.6;
	text-decoration:none;
}
.tab{
	display: none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media screen and (max-width: 840px) {
	.pc{
		display:none;
	}	
	.sp{
		display:none;
	}
	.tab{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
	}
	.pc{
        display:none;
    }
	.tab{
        display:none;
	}
    .sp{
        display:block;
    }
}
@media screen and (min-width: 641px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}

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

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 135px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	padding: 0 20px;
}
header::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/common/header_bg.png) no-repeat center/cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
header #logo {
	width: 117px;
	line-height: 0;
}
header #logo a {
	display: block;
}
header #nav_menu .menu01 {
	display:flex;
	gap: 40px;
}
header #nav_menu .menu01 li a {
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	position: relative;
}
header #nav_menu .menu01 li a::before {
	display: block;
	font-size: 14px;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}
header #nav_menu .menu01 li.item01 a::before {
	content: "CONCEPT";
}
header #nav_menu .menu01 li.item02 a::before {
	content: "LANDSCAPE";
}
header #nav_menu .menu01 li.item03 a::before {
	content: "PLANNING";
}
header #nav_menu .menu01 li.item04 a::before {
	content: "LOCATION";
}
header #nav_menu .menu01 li.item05 a::before {
	content: "GALLERY";
}
header #nav_menu .menu01 li.item06 a::before {
	content: "OUTLINE";
}
header #nav_menu .menu01 li.item07 a::before {
	content: "FACILITIES";
}
header #nav_menu .menu01 li.item08 a::before {
	content: "QUALITY";
}
header #nav_menu .menu01 li.item09 a::before {
	content: "ACCESS";
}
header #nav_menu .menu01 li.item10 a::before {
	content: "PHILOSOPHY";
}
header #nav_menu .menu01 li.here a::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #FFF;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
header #nav_menu .menu02 {
	display: none;
}
header .menu_btn_wrap {
    display: none;
}
@media screen and (max-width: 1370px) {
	header #logo {
		width: 100px;
	}
	header #nav_menu .menu01 {
		gap: 25px;
	}
	header #nav_menu .menu01 li a {
		font-size: 10px;
	}
	header #nav_menu .menu01 li a::before {
		font-size: 13px;
	}
	header #nav_menu .menu01 li.here a::after {
		width: 40px;
	}
}
@media screen and (max-width: 1200px) {
	header {
		height: 100px;
	}
	header #logo {
		width: 300px;
	}
	header #logo img.pc {
		display: none;
	}
	header #logo img.tab {
		display: block;
	}
	header .menu_btn_wrap {
        display: block;
		width: 100px;
		height: 100px;
		cursor:pointer;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	header .menu_btn_wrap .menu_btn {
		width: 38px;
		height: 14px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: all 0.3s;
		z-index:999;
	}
	header .menu_btn_wrap .menu_btn .lineh,
	header .menu_btn_wrap .menu_btn .lineb {
		position:absolute;
		left: 0;
		width: 38px;
		height: 2px;
		background: #FFF;
		transition:all 0.3s;
	}
	header .menu_btn_wrap .menu_btn .lineh {
		top:0;
	}
	header .menu_btn_wrap .menu_btn .lineb {
		bottom: 0;
	}
	header .menu_btn_wrap .menu_btn.active .lineh {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top: 6.5px;
	}
	header .menu_btn_wrap .menu_btn.active .lineb {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom: 6.5px;
	}	
	header #nav_menu {
		width: 100%;
		height: auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: url(../img/common/sp/tab_nav_bg.png) no-repeat center/cover;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 140px 40px 40px 40px;
		display:inline-block;
		z-index: -2;
		transition: 0.3s;
	}
	header #nav_menu.toggle {
		right: 0 !important;
	}
	header #nav_menu .menu01 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px 20px;
		margin-bottom: 30px;
	}
	header #nav_menu .menu01 li a::before {
		margin-bottom: 5px;
	}
	header #nav_menu .menu01 li.here a::after {
		width: 0;
		height: 0;
	}
	header #nav_menu .menu02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	header #nav_menu .menu02 li {
		width: calc((100% - (15px * 3)) / 4);
	}
	header #nav_menu .menu02 li:last-of-type {
		width: calc((100% - 15px) / 2);
	}
	header #nav_menu .menu02 li a {
		display: block;
		text-align: center;
		color: #FFF;
		font-size: 13px;
		font-weight: 500;
		line-height: 1;
		padding: 18px 0;
	}
	header #nav_menu .menu02 li.item01 a {
		background: #29a5dc;
	}
	header #nav_menu .menu02 li.item02 a {
		background: #00a397;
	}
	header #nav_menu .menu02 li.item03 a {
		background: #FFF url(../img/common/sp/sp_nav_icon.svg) no-repeat calc(50% - 4em) center/21px;
		color: #003a7d;
		font-size: 17px;
		letter-spacing: -0.03em;
		padding: 16px 0 16px 10px;
	}
}
@media screen and (max-width: 640px) {
	header {
		height: 56px;
		padding: 0 10px;
	}
	header #logo {
		width: 158px;
	}	
	header .menu_btn_wrap {
		width: 56px;
		height: 56px;
	}
	header .menu_btn_wrap .menu_btn {
		width: 32px;
		height: 12px;
	}
	header .menu_btn_wrap .menu_btn .lineh,
	header .menu_btn_wrap .menu_btn .lineb {
		width: 32px;
	}
	header .menu_btn_wrap .menu_btn.active .lineh {
		top: 5.5px;
	}
	header .menu_btn_wrap .menu_btn.active .lineb {
		bottom: 5.5px;
	}
	header #nav_menu {
		height: 100vh;
		background: url(../img/common/sp/sp_nav_bg.png) no-repeat center/cover;
		padding: 76px 40px 20px 40px;
	}
	header #nav_menu .menu01 {
		justify-content: flex-start;
		gap: 25px;
		margin-bottom: 40px;
	}
	header #nav_menu .menu01 li {
		width: 100%;
	}
	header #nav_menu .menu01 li a {
		font-size: 12px;
		text-align: left;
	}
	header #nav_menu .menu01 li a::before {
		display: inline-block;
		font-size: 16px;
		margin: 0 20px 0 0;
	}
	header #nav_menu .menu02 li {
		width: calc((100% - 15px) / 2);
	}
	header #nav_menu .menu02 li:last-of-type {
		width: 100%;
	}
	header #nav_menu .menu02 li a {
		padding: 20px 0;
	}
	header #nav_menu .menu02 li.item03 a {
		padding: 20px 0;
	}
}

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

	fix_menu

-----------------------------------*/
#fix_menu {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 997;
}
#fix_menu ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 68px;
}
#fix_menu ul li a {
	display: block;
	writing-mode: vertical-rl;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding: 0 25px;
	height: 206px;
	position: relative;
}
#fix_menu ul li:first-child a {
	background: #29a5dc;
}
#fix_menu ul li:last-child a {
	background: #00a397;
}
#fix_menu ul li:first-child a:hover {
	background: #2e69b8;
	opacity: 1;
}
#fix_menu ul li:last-child a:hover {
	background: #2b665a;
	opacity: 1;
}
#fix_menu ul li:first-child a::after,
#fix_menu ul li:last-child a::after {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	opacity: 0.56;
}
#fix_menu ul li:first-child a::after {
	content: "Request";
}
#fix_menu ul li:last-child a::after {
	content: "Reservation";
}
@media screen and (max-height: 768px) {
	#fix_menu {
		top: 47.5%;
	}
}
@media screen and (max-width: 1200px) {
	#fix_menu ul li a {
		font-size: 16px;
		height: 160px;
		padding: 0 20px;
	}
	#fix_menu ul li:first-child a::after,
	#fix_menu ul li:last-child a::after {
		font-size: 11px;
	}
}
@media screen and (max-width: 640px) {
	#fix_menu {
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 998;
		width: 100%;
	}
	#fix_menu ul {
		width: 100%;
		flex-direction: row;
		justify-content: center;
		gap: 10px;
	}
	#fix_menu ul li {
		max-width: 160px;
		width: calc((100% - 10%) / 2);
	}
	#fix_menu ul li a {
		writing-mode: horizontal-tb;
		font-size: 13px;
		padding: 17px 0;
		height: auto;
	}
	#fix_menu ul li:first-child a::after {
		content: "";
	}
	#fix_menu ul li:last-child a::after {
		content: "";
	}	
}
/*-----------------------------------

	bottommenu

-----------------------------------*/
#bottommenu {
	background: url(../img/common/bottommenu_bg.png) center/14px;
	padding: 75px 0;
	border-top: 1px solid #003a7d;
}
#bottommenu ul {
	display: flex;
	gap: 30px;
	margin-bottom: 55px;
}
#bottommenu ul li {
	width: calc((100% - 30px) / 2);
}
#bottommenu ul li .bubble {
	max-width: 500px;
	width: 90%;
	background: #FFF;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	border-radius: 8px;
	margin: 0 auto 10px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
	position: relative;
	z-index: 0;
}
#bottommenu ul li .bubble::before {
	content: "";
	width: 16px;
	height: 30px;
	background: #FFF;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
}
#bottommenu ul li.item01 .bubble {
	color: #29a5dc;
}
#bottommenu ul li.item02 .bubble {
	color: #00a397;
}
#bottommenu ul li a {
	display: block;
	font-size: 29px;
	font-weight: 500;
	line-height: 1;
	color: #FFF;
	text-align: center;
	padding: 70px 0;
}
#bottommenu ul li.item01 a {
	background: url(../img/common/bottommenu_request_bg01.png) no-repeat center center/contain;
}
#bottommenu ul li.item02 a {
	background: url(../img/common/bottommenu_reservation_bg01.png) no-repeat center center/contain;
}
#bottommenu ul li.item01 a:hover {
	background: url(../img/common/bottommenu_request_bg02.png) no-repeat center center/contain;
	opacity: 1;
}
#bottommenu ul li.item02 a:hover  {
	background: url(../img/common/bottommenu_reservation_bg02.png) no-repeat center center/contain;
	opacity: 1;
}

#bottommenu ul li.item01 a::after,
#bottommenu ul li.item02 a::after {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	opacity: 0.56;
}
#bottommenu ul li.item01 a::after {
	content: "Request";
}
#bottommenu ul li.item02 a::after {
	content: "Reservation";
}
#bottommenu .details {
	text-align: center;
	font-weight: 500;
	line-height: 1;
}
#bottommenu .details .text {
	font-size: 20px;
	line-height: 35px;
	background: url(../img/common/bottommenu_icon.svg) no-repeat calc(50% - 9em) center/34.6px;
	margin-bottom: 10px;
}
#bottommenu .details .tel {
	margin-bottom: 20px;
}
#bottommenu .details .tel a {
	display: block;
	font-size: 41px;
	color: #003a7d;
}
#bottommenu .details .other {
	font-size: 12px;
}
#bottommenu .details .other span:first-child {
	margin-right: 20px;
}
@media screen and (max-width: 1200px) {
	#bottommenu ul {
		gap: 3%;
	}
	#bottommenu ul li {
		width: 48.5%;
	}
	#bottommenu ul li .bubble {
		font-size: 1.65vw;
		width: 95%;
	}
	#bottommenu ul li a {
		font-size: 2.4vw;
		padding: 5vw 0;
	}
	#bottommenu ul li.item01 a::after,
	#bottommenu ul li.item02 a::after {
		font-size: 1.1vw;
		margin-top: 1.25vw;
	}
}
@media screen and (max-width: 640px) {
	#bottommenu {
		padding: 50px 0;
	}
	#bottommenu ul {
		flex-direction: column;
		max-width: 310px;
		margin: 0 auto 40px;
		gap: 30px;
	}
	#bottommenu ul li {
		width: 100%;
	}
	#bottommenu ul li .bubble {
		font-size: 12px;
	}
	#bottommenu ul li a {
		font-size: 20px;
		padding: 32px 0;
	}
	#bottommenu ul li.item01 a::after,
	#bottommenu ul li.item02 a::after {
		font-size: 10px;
		margin-top: 10px;
	}
	#bottommenu .details .text {
		font-size: 16px;
		line-height: 28px;
		padding-left: 15px;
		background: url(../img/common/bottommenu_icon.svg) no-repeat calc(50% - 8.5em) center/27px;
		margin-bottom: 5px;
	}
	#bottommenu .details .tel {
		font-size: 32px;
		margin-bottom: 15px;
	}
	#bottommenu .details .other span {
		display: block;
	}
	#bottommenu .details .other span:first-child {
		margin: 0 0 5px 0;
	}
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
	background: -moz-linear-gradient(left,  #4273c8 0%, #19c9b7 100%);
	background: -webkit-linear-gradient(left,  #4273c8 0%,#19c9b7 100%);
	background: linear-gradient(to right,  #4273c8 0%,#19c9b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4273c8', endColorstr='#19c9b7',GradientType=1 );	
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
	top: 17px;
    left: 14px;
    transform: rotate(-45deg);
}
#pagetop:hover {
    background: #0099FF;
}
#pagetop:hover::after {
    background: url(../img/common/pagetop_icon_wh.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 640px) {
}

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

	footer

-----------------------------------*/
footer {
	padding: 70px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
footer #footer_wrap {
	display: flex;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.61;
	margin-bottom: 70px;
}
footer #footer_wrap .box01 {
	width: 10%;
	border-right: 1px solid #adadad;
	padding: 0 20px 0 0;
}
footer #footer_wrap .box01 .logo {
	max-width: 80px;
	width: 100%;
}
footer #footer_wrap .box02 {
	width: 36%;
	border-right: 1px solid #adadad;
	padding: 0 20px;
	font-size: 11px;
	line-height: 1.74;
}
footer #footer_wrap .box02 .ml {
	margin-left: -7px;
}
footer #footer_wrap .box03 {
	width: 28%;
	border-right: 1px solid #adadad;
	padding: 0 20px;
}
footer #footer_wrap .box03 a {
	color: #0071b6;
	text-decoration: underline;
}
footer #footer_wrap .box04 {
	width: 26%;
	padding: 0 0 0 20px;
}
footer #footer_wrap .box04 a {
	display: block;
	margin: 10px 0;
}
footer small {
	display: block;
	font-size: 11px;
	text-align: center;
}
@media screen and (max-width: 840px) {
	footer #footer_wrap {
		flex-wrap: wrap;
		gap: 20px 0;
	}
	footer #footer_wrap .box01 {
		width: 40%;
	}
	footer #footer_wrap .box02 {
		width: 60%;
		border-right: none;
		padding: 0 0 0 20px;
	}
	footer #footer_wrap .box03 {
		width: 40%;
		padding: 0 20px 0 0;
	}
	footer #footer_wrap .box04 {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	footer {
		padding: 30px 0 60px;
	}
	footer #footer_wrap {
		font-size: 11px;
		margin-bottom: 20px;
		gap: 0;
	}
	footer #footer_wrap .box01 {
		width: 100%;
		padding: 10px;
		border-right: none;
		border-bottom: 1px solid #adadad;
	}
	footer #footer_wrap .box01 .logo {
		margin: 0 auto;
	}	
	footer #footer_wrap .box02 {
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #adadad;
	}
	footer #footer_wrap .box02 .ml {
		margin-left: -6px;
	}	
	footer #footer_wrap .box03 {
		width: 100%;
		padding: 10px;
		border-right: none;
		border-bottom: 1px solid #adadad;
	}
	footer #footer_wrap .box04 {
		width: 100%;
		padding: 10px;
	}

	footer #footer_wrap .box02 {
		font-size: 10px;
	}
}
