/* 調整用スタイル */

body {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
a {
	text-decoration: none;
	color: #000;
}
ul, li {
	list-style: none;
}
main {
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.main {
	margin: 0 auto;
	width: 1920px;
	max-width: 100%;
}
.footer {
	background-color: #f6f6f6;
	height: 200px;
	display: flex;
}
.footer div {
	margin: auto;
}
/* ヘッダー */

.header {
	background-color: #fff219;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header__inner {
	width: 1920px;
	max-width: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: inherit;
	position: relative;
	margin: 0 auto;
}
/* ヘッダーのロゴ部分 */

.header__title {
	width: 80px;
}
#sp-view {
	display: none;
}
.sp-logo {
	display: none!important;
}
.sp-mark {
	display: none!important;
}
.sp-nav {
	display: none!important;
}
@media screen and (min-width: 960px) {
	.header__title {
		width: 120px;
	}
}
.header__title img {
	display: block;
	width: 100%;
	height: 100%;
}
/* ヘッダーのナビ部分 */

.header__nav {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateX(100%);
	background-color: #fff;
	transition: ease .4s;
}
@media screen and (min-width: 960px) {
	.header__nav {
		position: static;
		transform: initial;
		background-color: inherit;
		height: inherit;
		display: flex;
		justify-content: end;
		width: 50%;
	}
}
@media screen and (min-width: 960px) {
	.nav__items {
		width: 100%;
		display: flex;
		align-items: center;
		height: initial;
		justify-content: space-between;
	}
}
.nav-items {
	padding-top: 250px;
	padding-bottom: 200px;
}
@media screen and (min-width: 960px) {
	.nav-items {
		padding-top: inherit;
		padding-bottom: inherit;
	}
}
/* ナビのリンク */

.nav-items__item a {
	color: black;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	margin-bottom: 24px;
}
.nav-items__item img {
	height: 25px;
}
.nav-items__item:last-child a {
	margin-bottom: 0;
}
@media screen and (min-width: 960px) {
	.nav-items__item a {
		margin-bottom: 0;
	}
}
/* ハンバーガーメニュー */

.header__hamburger {
	width: 48px;
	height: 100%;
	margin-right: 30px;
}
.hamburger {
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
}
@media screen and (min-width: 960px) {
	.hamburger {
		display: none;
	}
}
/* ハンバーガーメニューの線 */

.hamburger span {
	width: 100%;
	height: 1px;
	background-color: #000;
	position: relative;
	transition: ease .4s;
	display: block;
}
.hamburger span:nth-child(1) {
	top: 0;
}
.hamburger span:nth-child(2) {
	margin: 8px 0;
}
.hamburger span:nth-child(3) {
	top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */

.header__nav.active {
	transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
	top: 5px;
	transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: -13px;
	transform: rotate(-45deg);
}
.head-image {
	margin-top: 240px;
	position: relative;
}
.head-image img {
	max-width: 100%;
}
.head-noon-btn {
	left: 11%;
	bottom: 0px;
	position: absolute;
	max-width: 11%;
}
.head-noon-btn img {
	max-width: 100%;
}
.about-image {
	margin-bottom: 140px;
	position: relative;
}
.about-image img {
	max-width: 100%;
}
#top, #floor1, #floor2, #rooftop, #price, #reserve {
	padding-top: 240px;
	margin-top: -240px;
}
.floor1-top {
	position: relative;
	margin-bottom: -3px;
}
.floor1-top .floor-icon {
	left: 9.5%;
	bottom: 0px;
	position: absolute;
	max-width: 10%;
}
.floor1-top .reserve-icon {
	right: 12%;
	bottom: -80px;
	position: absolute;
	max-width: 11%;
	z-index: 10;
}
.floor1-top .top-text {
	left: 22%;
	bottom: 55px;
	position: absolute;
	max-width: 75%;
	z-index: 10;
	font-size: 18px;
	line-height: 2em;
}
.floor-icon img, .reserve-icon img {
	max-width: 100%;
}
.floor1-sec {
	position: relative;
	background-color: #e7f2d5;
	border-top: 35px solid #fff219;
	box-sizing: border-box;
	padding: 5% 5%;
	margin-bottom: 300px;
}
.studio-photo-01 {
	display: flex;
	justify-content: space-between;
	row-gap: 40px;
	flex-wrap: wrap;
}
.studio-photo-01 img {
	max-width: 100%;
}
.photo1f-01 {
	flex-basis: 17%;
}
.photo1f-02 {
	flex-basis: 26.2%;
}
.photo1f-03 {
	flex-basis: 33.2%;
}
.photo1f-04 {
	flex-basis: 15.3%;
}
.photo1f-05 {
	flex-basis: 19.2%;
}
.photo1f-06 {
	flex-basis: 37.5%;
}
.photo1f-07 {
	flex-basis: 38.1%;
}
.photo1f-08 {
	flex-basis: 18.3%;
}
.photo1f-09 {
	flex-basis: 36.6%;
}
.photo1f-10 {
	flex-basis: 40.1%;
}
.photo1f-11 {
	flex-basis: 37.2%;
}
.photo1f-12 {
	flex-basis: 17.5%;
}
.photo1f-13 {
	flex-basis: 40.7%;
}
.studio-photo-02 {
	display: flex;
	justify-content: space-between;
	row-gap: 40px;
	flex-wrap: wrap;
}
.studio-photo-02 img {
	max-width: 100%;
}
.floor2-top .top-text {
	left: 22%;
	bottom: 20px;
	position: absolute;
	max-width: 75%;
	z-index: 10;
	font-size: 18px;
	line-height: 1.8em;
}
.photo2f-01 {
	flex-basis: 37.3%;
}
.photo2f-02 {
	flex-basis: 27.5%;
}
.photo2f-03 {
	flex-basis: 30.6%;
}
.photo2f-04 {
	flex-basis: 44%;
}
.photo2f-05 {
	flex-basis: 31.2%;
}
.photo2f-06 {
	flex-basis: 20.2%;
}
.photo2f-07 {
	flex-basis: 36%;
}
.photo2f-08 {
	flex-basis: 35.3%;
}
.photo2f-09 {
	flex-basis: 24.4%;
}
.photo2f-10 {
	flex-basis: 35.7%;
}
.photo2f-11 {
	flex-basis: 34.9%;
}
.photo2f-12 {
	flex-basis: 24.9%;
}
.floor3-top {
	position: relative;
	margin-bottom: -3px;
}
.floor3-top .floor-icon {
	left: 9.5%;
	bottom: 0px;
	position: absolute;
	max-width: 10%;
}
.floor3-top .reserve-icon {
	right: 12%;
	bottom: 0px;
	position: absolute;
	max-width: 11%;
	z-index: 10;
}
.floor3-top .top-text {
	left: 22%;
	bottom: 35px;
	position: absolute;
	max-width: 75%;
	z-index: 10;
	font-size: 18px;
	line-height: 1.8em;
}
.studio-photo-03 {
	display: block;
}
.studio-photo-03 img {
	max-width: 100%;
	margin-bottom: 30px;
}
.studio-photo-03-left {
	width: 39%;
	float: left;
	margin-left: 8%;
}
.studio-photo-03-right {
	width: 34%;
	float: right;
	margin-right: 8%;
}
@media screen and (max-width: 1300px) {
	.studio-photo-01 {
		row-gap: 30px;
	}
	.studio-photo-02 {
		row-gap: 30px;
	}
	.floor1-top .top-text {
		left: 22%;
		bottom: 35px;
		max-width: 85%;
	}
	.floor2-top .top-text {
		left: 22%;
		bottom: 25px;
		max-width: 85%;
		line-height: 1.6em;
	}
	.floor3-top .top-text {
		left: 22%;
		bottom: 25px;
		max-width: 85%;
		line-height: 1.6em;
	}
}
@media screen and (max-width: 1100px) {
	.studio-photo-01 {
		row-gap: 20px;
	}
	.studio-photo-02 {
		row-gap: 20px;
	}
	.floor1-top .top-text {
		left: 22%;
		bottom: 20px;
		max-width: 100%;
	}
	.floor2-top .top-text {
		left: 22%;
		bottom: 10px;
		max-width: 100%;
		line-height: 1.6em;
	}
	.floor3-top .top-text {
		left: 22%;
		bottom: 10px;
		max-width: 100%;
		line-height: 1.6em;
	}
}
.floor-map {
	margin-top: 120px;
	witdh: 100%;
	text-align: center;
}
.floor-map img {
	max-width;
	80%;
}
.floor2-top {
	position: relative;
	margin-bottom: -3px;
}
.floor2-top .floor-icon {
	left: 9.5%;
	bottom: 0px;
	position: absolute;
	max-width: 10%;
}
.floor2-top .reserve-icon {
	right: 12%;
	bottom: -80px;
	position: absolute;
	max-width: 11%;
	z-index: 10;
}
.floor2-sec {
	position: relative;
	background-color: #e7f2d5;
	border-top: 35px solid #fff219;
	box-sizing: border-box;
	padding: 5% 5%;
	margin-bottom: 300px;
}
.floor3-top {
	position: relative;
	margin-bottom: -3px;
}
.floor3-top .floor-icon {
	left: 9.5%;
	bottom: 0px;
	position: absolute;
	max-width: 10%;
}
.floor3-top .reserve-icon {
	right: 12%;
	bottom: 0px;
	position: absolute;
	max-width: 16%;
	z-index: 10;
}
.floor3-sec {
	position: relative;
	background-color: #e7f2d5;
	box-sizing: border-box;
	padding: 5% 5%;
	background-image: url(img/3f-head.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	margin-bottom: 200px;
}
.info-sec {
	position: relative;
	box-sizing: border-box;
	padding: 0 10%;
	margin-bottom: 300px;
}
.info-sec-ttl {
	text-align: left;
	margin-bottom: 100px;
}
.info-sec-subttl {
	max-width: 100%;
	margin-bottom: 100px;
}
.info-sec-subttl img {
	max-width: 100%;
}
.info-sec-txtfld {
	width: 1450px;
	max-width: 100%;
	margin-bottom: 150px;
	font-size: 32px;
	margin: 0 auto;
}
.info-sec-txtfld img {
	max-width: 100%;
}
.info-sec-txtfld p {
	line-height: 54px;
	font-size: 32px;
	margin: 0 auto;
}
.info-sec-txt {
	width: 1350px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 150px;
}
.map-sec {
	position: relative;
	box-sizing: border-box;
	padding: 0 10%;
	margin-bottom: 200px;
}
.map-sec img {
	max-width: 100%;
}
.map-ttl {
	text-align: center;
	margin-bottom: 100px;
}
.map {
	text-align: center;
}
.foot-sec {
	position: relative;
	box-sizing: border-box;
	padding: 0 10%;
	margin-bottom: 200px;
}
.map-sec img {
	max-width: 100%;
}
.foot-txt {
	float: left;
	max-width: 50%;
	font-size: 32px;
	line-height: 80px;
}
.foot-address {
	font-size: 24px;
	line-height: 36px;
}
.foot-logo {
	float: right;
	max-width: 30%;
	padding-top: 80px;
}
@media screen and (max-width: 960px) {
	.header {
		height: 75px;
	}
	main {
		margin-top: 75px;
	}
	#pc-view {
		display: none;
	}
	#sp-view {
		display: block;
		line-height: 0;
		padding: 0;
		margin: 0;
	}
	#sp-view img {
		max-width: 100%;
	}
	.pc-logo {
		display: none!important;
	}
	.sp-logo {
		display: block!important;
	}
	.sp-mark {
		display: block!important;
	}
	.pc-nav {
		display: none!important;
	}
	.sp-nav {
		display: block!important;
	}
	.sp-mark img {
		height: 22px;
		margin-left: -10%;
	}
	.sp-top {
		position: relative;
		width: 100%;
	}
	.sp-top-tel {
		width: 100%;
		position: absolute;
		top: 35.50%;
		text-align: center;
		z-index: 10;
	}
	.sp-top-tel img {
		max-width: 42.5%;
		width: 42.5%;
	}
	.sp-top-noon {
		width: 100%;
		position: absolute;
		top: 46.50%;
		text-align: center;
		z-index: 10;
	}
	.sp-top-noon img {
		max-width: 36.5%;
		width: 36.5%;
	}
	.nav-items__item img {
		height: 25px;
		margin: 10px 0px;
	}
}
.sp-about-sec {
	position: relative;
	box-sizing: border-box;
	padding: 10% 10%;
	margin-bottom: 100px;
}
.sp-floor1-top {
	position: relative;
}
.sp-floor1-top .floor-icon {
	left: 9%;
	bottom: 0px;
	position: absolute;
	max-width: 17%;
}
.sp-floor1-top .reserve-icon {
	right: 12%;
	bottom: -42px;
	position: absolute;
	max-width: 30%;
	z-index: 10;
}
.sp-floor-icon img, .reserve-icon img {
	max-width: 100%;
}
.sp-floor1-sec {
	position: relative;
	background-color: #e7f2d5;
	border-top: 20px solid #fff219;
	box-sizing: border-box;
	padding: 5% 5%;
	margin-bottom: 100px;
}
.sp-floor2-top {
	position: relative;
}
.sp-floor2-top .floor-icon {
	left: 9%;
	bottom: 0px;
	position: absolute;
	max-width: 17%;
}
.sp-floor2-top .reserve-icon {
	right: 12%;
	bottom: -42px;
	position: absolute;
	max-width: 30%;
	z-index: 10;
}
.sp-floor2-sec {
	position: relative;
	background-color: #e7f2d5;
	border-top: 20px solid #fff219;
	box-sizing: border-box;
	padding: 5% 5%;
	margin-bottom: 100px;
}
.sp-floor3-top {
	position: relative;
	margin-bottom: -3px;
}
.sp-floor3-top .floor-icon {
	left: 9%;
	bottom: 0px;
	position: absolute;
	max-width: 17%;
}
.sp-floor3-top .reserve-icon {
	right: 12%;
	bottom: 0px;
	position: absolute;
	max-width: 16%;
	z-index: 10;
}
.sp-floor3-sec {
	position: relative;
	background-color: #e7f2d5;
	box-sizing: border-box;
	padding: 5% 5%;
	background-image: url(img/sp-3f-head.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	margin-bottom: 100px;
}
.sp-studio-photo-03 {
	display: block;
}
.sp-studio-photo-03 img {
	max-width: 100%;
	margin-bottom: 20px;
}
.sp-studio-photo-03-left {
	width: 90%;
	margin: 10% 5%;
}
.sp-studio-photo-03-right {
	width: 90%;
	margin: 5%;
}
.sp-floor-btn {
	text-align: center;
	margin: 30px 0px;
}
.sp-floor-btn img {
	width: 45%;
	max-width: 45%;
}
.sp-floor-txt {
	text-align: center;
	margin-bottom: 30px;
}
.sp-floor-txt img {
	width: 75%;
	max-width: 75%;
}
.map-notice {padding:15px;box-sizing:border-box;border:1px solid #ccc;margin-top:20px;line-height:1.4em;}
@media screen and (max-width: 960px) {
	#floor1-sp, #floor2-sp, #rooftop-sp, #price-sp, #reserve-sp {
		padding-top: 130px;
		margin-top: -130px;
	}
	.studio-photo-01 {
		display: flex;
		justify-content: space-between;
		row-gap: 20px;
		flex-wrap: wrap;
	}
	.studio-photo-01 img {
		max-width: 100%;
	}
	.photo1f-01 {
		flex-basis: 38.36%;
	}
	.photo1f-02 {
		flex-basis: 57.38%;
	}
	.photo1f-03 {
		flex-basis: 59.82%;
	}
	.photo1f-04 {
		flex-basis: 35.87%;
	}
	.photo1f-05 {
		flex-basis: 37.66%;
	}
	.photo1f-06 {
		flex-basis: 58.03%;
	}
	.photo1f-07 {
		flex-basis: 48.22%;
	}
	.photo1f-08 {
		flex-basis: 47.48%;
	}
	.photo1f-09 {
		flex-basis: 30.05%;
	}
	.photo1f-10 {
		flex-basis: 65.65%;
	}
	.photo1f-11 {
		flex-basis: 65.41%;
	}
	.photo1f-12 {
		flex-basis: 30.60%;
	}
	.photo2f-01 {
		flex-basis: 47.5%;
	}
	.photo2f-02 {
		flex-basis: 48.2%;
	}
	.photo2f-03 {
		flex-basis: 39.64%;
	}
	.photo2f-04 {
		flex-basis: 56.02%;
	}
	.photo2f-05 {
		flex-basis: 56.01%;
	}
	.photo2f-06 {
		flex-basis: 39.58%;
	}
	.photo2f-07 {
		flex-basis: 40.83%;
	}
	.photo2f-08 {
		flex-basis: 54.76%;
	}
	.photo2f-09 {
		flex-basis: 48.47%;
	}
	.photo2f-10 {
		flex-basis: 46.97%;
	}
	.photo2f-11 {
		flex-basis: 56.01%;
	}
	.photo2f-12 {
		flex-basis: 39.61%;
	}
	.info-sec {
		position: relative;
		box-sizing: border-box;
		padding: 0 10%;
		margin-bottom: 100px;
	}
	.info-sec img {
		max-width: 100%;
	}
	.info-sec-ttl {
		text-align: center;
		margin-bottom: 30px;
	}
	.info-sec-ttl img {
		height: 15px;
	}
	.info-sec-subttl {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.info-sec-subttl img {
		max-width: 100%;
	}
	.info-sec-txtfld {
		width: 1450px;
		max-width: 100%;
		margin-bottom: 30px;
		font-size: 32px;
		margin: 0 auto;
	}
	.info-sec-txtfld img {
		max-width: 100%;
	}
	.info-sec-txtfld p {
		line-height: 54px;
		font-size: 32px;
		margin: 0 auto;
	}
	.info-sec-txt {
		max-width: 100%;
		margin: 0 auto;
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.info-sec-tel {
		width: 35%;
		max-width;
		35%;
		margin-right: 4%;
	}
	.info-sec-mail {
		width: 44%;
		max-width;
		44%;
	}
	.map-sec {
		position: relative;
		box-sizing: border-box;
		padding: 0 10%;
		margin-bottom: 50px;
	}
	.map-sec img {
		max-width: 100%;
	}
	.map-ttl {
		text-align: center;
		margin-bottom: 50px;
	}
	.map-ttl img {
		height: 20px;
	}
	.map {
		text-align: center;
	}
	.foot-sec {
		position: relative;
		box-sizing: border-box;
		padding: 0 10%;
		margin-bottom: 50px;
	}
	.map-sec img {
		max-width: 100%;
	}
	.foot-txt {
		float: none;
		max-width: 100%;
		font-size: 18px;
		line-height: 48px;
	}
	.foot-address {
		font-size: 14px;
		line-height: 18px;
	}
	.foot-logo {
		float: none;
		margin-left: 70%;
		max-width: 30%;
		padding-top: 20px;
	}
	.foot-logo img {
		max-width: 100%;
	}
	.map-notice {font-size:12px;}

}

