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

/* ==============================================================
   # 
   ============================================================== */
/*
html{
  scroll-behavior: smooth;
}
*/

hr {
	width: 100%;
	margin: 0;
	border: 0;
	border-top: transparent solid 1px;
	border-color: #e2e2e2;
}

hr.slash {
	background: url(../imgs/border.gif) repeat-x left top;
	border: 0;
	height: 5px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

hr.dot {
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	border-bottom: 1px dotted #D5CCC1;
}

hr.solid {
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	border-bottom: 1px solid #D5CCC1;
}

p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
}

li {
	font-size: 13px;
	line-height: 1.6;
}

@media (min-width: 600px) {
	p {
		font-size: 14px;
		line-height: 1.7;
		margin: 0 0 1.5rem 0;
	}

	li {
		font-size: 14px;
		line-height: 1.7;
	}
}

@media (min-width: 960px) {
	p {
		font-size: 16px;
		line-height: 1.7;
		margin: 0 0 2rem 0;
	}

	li {
		font-size: 16px;
		line-height: 1.7;
	}
}


.wide {
	margin-left: -20px;
	margin-right: -20px;
}

@media (min-width: 768px) {
	.wide {
		margin-left: 0;
		margin-right: 0;
	}

	img.madori02 {
		max-width: 100%;
		height: auto;
	}
}

img.responsive {
	max-width: 100%;
	height: auto;
}

@media(max-width:767px) {
	img.madori02 {
		max-width: 60%;
		height: auto;
	}
}

section {
	padding: 4rem 0;
}

.s-section {
	padding: 0 0 2.5rem 0;
}

@media (min-width: 768px) {
	section {
		padding: 6rem 0;
	}

	.s-section {
		padding: 0 0 4rem 0;
	}
}

@media (min-width: 960px) {
	section {
		padding: 8rem 0;
	}

	.s-section {
		padding: 0 0 4rem 0;
	}
}


.s-section:last-child {
	padding: 0;
}

.btn_area {
	text-align: center;
	margin: 30px auto 0;
}

.btn_area a {
	border: 3px solid #d23a59;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	border-radius: 100px;
	width: 85%;
	max-width: 420px;
	margin: 0 auto;
	display: block;
	color: #d23a59;
	position: relative;
	font-weight: bold;
	line-height: 1.3;
}

.btn_area a+a {
	margin-top: 15px;
}

@media (min-width: 768px) {

	.btn_area {
		text-align: center;
		margin: 50px auto 0;
	}

	.btn_area a {
		font-size: 16px;
	}
}

.btn_area .square {
	border-radius: 3px;
	background-color: #d23a59;
	color: #fff;
	font-size: 14px;
	/*	margin-bottom: 30px;*/
}

.btn_area a:last-child {
	margin-bottom: 0;
}

.btn_area a:hover {
	text-decoration: none;
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_box02 {
	justify-content: center;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.icon01::before {
	right: 10px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #d23a59;
	border-right: 1px solid #d23a59;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.icon02::before {
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #d23a59;
	border-right: 2px solid #d23a59;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.arrow.square::before {
	border-color: #fff;

}


.btn_area.pink a {
	border: 3px solid #FC4376;
	color: #FC4376;
}

.btn_area.pink .icon02::before {
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FC4376;
	border-right: 2px solid #FC4376;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_area.blue a {
	border: 3px solid #4DBAC4;
	color: #4DBAC4;
	background-color: #fff;
}

.btn_area.blue .icon02::before {
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #4DBAC4;
	border-right: 2px solid #4DBAC4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_area.light-blue a {
	border: 3px solid #2CB0CE;
	color: #2CB0CE;
	background-color: #fff;
}

.btn_area.light-blue .icon02::before {
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #2CB0CE;
	border-right: 2px solid #2CB0CE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.border-box {
	border: 3px solid #eaeaea;
	padding: 5%;
	margin-bottom: 2rem;
	border-radius: 8px;
}

@media (min-width: 600px) {
	.border-box {
		padding: 7%;
		margin-bottom: 3rem;
	}
}

.link_btn {
	margin-top: 10px;
	border: 2px solid #007bff;
	border-radius: 100px;
	padding: 15px 20px 15px 15px;
	display: inline-block;
	font-size: 10px;
	transition: 0.1s linear;
	background: url("../imgs/floor/arrow.png") no-repeat right 10px center;
	background-size: 7px 10px;
}

.link_btn:hover {
	text-decoration: none;
	color: #007bff;
	background-color: #f4f9ff;
}

@media (min-width: 600px) {
	.link_btn {
		margin-top: 15px;
		font-size: 12px;
		padding: 15px 25px 15px 20px;
	}
}

/* ==============================================================
   # ヘッダー header
   ============================================================== */

header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	top: 0;
	border-bottom: 1px solid #eee;
}

h1 {
	width: 60%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

h1 img {
	width: 100%;
	max-width: 210px;
	height: auto;
}

#h-navi {
	width: 110px;
	text-align: center;
	border-top: 4px solid #E37321;
	border-left: 1px solid #eee;
	padding: 6px 6px;
	box-sizing: border-box;
}

#h-navi img {
	width: auto;
	height: 44px;
}

@media (min-width: 768px) {
	header {
		height: 100px;
	}

	h1 {
		width: 50%;
		padding: 0 0 0 25px;
	}

	h1 img {
		width: 100%;
		max-width: 280px;
		height: auto;
	}

	#h-navi {
		width: 200px;
		padding: 15px 10px;
	}

	#h-navi img {
		width: auto;
		height: 66px;
	}
}

nav {
	background-color: #61493d;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

/* nav3つ版 ------------- */

/*nav ul{
	max-width: 960px;
}

nav li{
	width:33.333333%;
	font-weight: bold;
}

nav li:nth-child(2){
	border-left:1px solid #fff;
}

nav a{
	color:#fff;
	padding: 20px 5px 17px 5px;
	text-align: center;
	display: block;
	font-size: 11px;
}

nav a:hover{
	color:#fff;
	text-decoration: none;
}

@media (min-width: 600px) {
	nav a{
		color:#fff;
		padding: 25px 5px;
		text-align: center;
		display: block;
		font-size: 14px;
	}
}

nav li:nth-child(3){
	background-color: #d23a59;
}

@media (min-width: 900px) {
	nav a{
		font-size: 16px;
	}
}
nav li:nth-child(4){
	display: none;
}*/

/* nav4つ版 202106------------- */

nav ul {
	max-width: 1040px;
}

nav li.gnav {
	/*width:25%;*/
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

nav li.gnav:last-child {
	background-color: #d23a59;
	background-image: url("../imgs/arrow04.png");
	background-repeat: no-repeat;
	background-size: 10px 5px;
	background-position: right 5% center;
}

@media (min-width: 600px) {
	nav li.gnav:last-child {
		background-color: #d23a59;
		background-image: url("../imgs/arrow04.png");
		background-repeat: no-repeat;
		background-size: 12px 6px;
		background-position: right 8% center;
	}
}

/*nav li.gnav:last-child .arrow{
    position: relative;
}
nav li.gnav:last-child .arrow::before,
nav li.gnav:last-child .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

nav li.gnav:last-child .arrow{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}*/





nav li.gnav:nth-child(2),
nav li.gnav:nth-child(3) {
	border-left: 1px solid #fff;
}

nav a {
	color: #fff;
	padding: 20px 5px 17px 5px;
	text-align: center;
	display: block;
	font-size: 11px;
}

nav a:hover {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 600px) {
	nav a {
		color: #fff;
		padding: 25px 5px;
		text-align: center;
		display: block;
		font-size: 14px;
	}
}

@media (min-width: 900px) {
	nav a {
		font-size: 15px;
	}
}

nav li.gnav:nth-child(3) {
	background-color: transparent;
}

nav li.gnav:nth-child(4) {
	display: block;
	background-color: #d23a59;
}

/* 200120　Gナビ改修　ドロップダウンに ------------*/

nav {
	width: 100%;
}

nav>ul>li {
	width: 100%;
}

nav>ul>li>a {
	display: block;
	width: 100%;
}

nav>ul>li>ul {
	display: none;
}

nav>ul>li li>a {
	display: block;
	width: 100%;
	background-color: #111;
	color: #fff;
	z-index: 150;
}

nav>ul {
	margin: 0 auto;
	font-size: 0;
}

nav>ul>li.gnav {
	display: inline-block;
	width: calc(100% / 4);
	vertical-align: top;
	position: relative;
}


.dropdown a {
	background-color: #ece6e7;
	color: #888;
	padding: 20px;
	border-bottom: 1px solid #dcb5bc;
	font-size: 13px;
	transition: 0.2s linear;
}

.dropdown li:last-child a {
	border-bottom: none;
}

.dropdown a:hover {
	color: #bdbdbd;
	background-color: #f7f5f5;
}

@media screen and (max-width: 699px) {
	.dropdown {
		position: absolute;
		width: 100vw;
		right: 0;
		z-index: 10;
	}
}

@media screen and (min-width: 700px) {
	.dropdown {
		position: absolute;
		left: 0;
		z-index: 10;
		width: 100%;
	}

	.dropdown a {
		font-size: 14px;
	}
}

@media screen and (min-width: 1060px) {
	.dropdown {
		position: absolute;
		left: 0;
		z-index: 10;
		width: 100%;
	}

	.dropdown a {
		font-size: 14px;
	}
}


/* ==============================================================
   # トップ KV スライダー
   ============================================================== */

body {
	padding-top: 60px;
}

@media (min-width: 768px) {
	body {
		padding-top: 100px;
	}
}


.anchorlink {
	margin-top: -80px;
	padding-top: 80px;
	display: block;
}

@media (min-width: 768px) {
	.anchorlink {
		margin-top: -130px;
		padding-top: 130px;
		display: block;
	}
}

#kv {
	opacity: 0;
}

.top_kv_slider {
	width: 100%;
	text-align: center;
}

.top_kv_slider img {}

.top_kv_slider li {
	/*	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #524432;
	font-size:36px;
	font-size:2.2vw;
	text-align: left;
	letter-spacing: 1px;
	text-shadow:
		6px 6px 30px #fff,
		6px 6px 30px #fff,
		6px 6px 30px #fff,
		6px 6px 30px #fff,
		6px 6px 30px #fff,
		6px 6px 30px #fff,				
		5px 5px 20px #fff,
		5px 5px 20px #fff,
		5px 5px 20px #fff,
		5px 5px 20px #fff,
		5px 5px 20px #fff,
		5px 5px 20px #fff,
		5px 5px 20px #fff;*/
}


/*.top_kv_slider li div{
	margin:0 auto;
	height: 100vw;
}

@media (min-width: 600px) {
	.top_kv_slider li div{
		height: 80vw;
	}
}
@media (min-width: 768px) {
	.top_kv_slider li div{
		height: 70vw;
	}
}

@media (min-width: 1040px) {
	.top_kv_slider li div{
		height: 58vw;
	}
}
@media (min-width: 1400px) {
		.top_kv_slider li div{
		height: 48vw;
	}
}*/

.bg01 {
	background-image: url("../imgs/kv01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg02 {
	background-image: url("../imgs/kv02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg03 {
	background-image: url("../imgs/kv03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg04 {
	background-image: url("../imgs/kv04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg05 {
	background-image: url("../imgs/kv05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg06 {
	background-image: url("../imgs/kv06.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg07 {
	background-image: url("../imgs/kv07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg08 {
	background-image: url("../imgs/kv08.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg09 {
	background-image: url("../imgs/kv09.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg10 {
	background-image: url("../imgs/kv10.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg11 {
	background-image: url("../imgs/kv11.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* ==============================================================
   # 内覧会
   ============================================================== */
.nairan {
	background-color: #ff7373;
	margin-bottom: 10px;
}

.nairanInner {
	max-width: 1140px;
	width: 100%;
	margin: auto;
}


@media (min-width: 769px) {
	.nairan {
		margin-bottom: 50px;
	}
}

/* ==============================================================
   # 目次　intro
   ============================================================== */

#intro {
	background: url("../imgs/bg01.gif");
	background-size: 24px;
	padding: 3rem 0 3rem 0 !important;
}

@media (min-width: 768px) {
	#intro {
		background: url("../imgs/bg01.gif");
		background-size: 32px;
		padding: 5rem 0 5rem 0 !important;
	}
}

#intro .inner {
	background-color: #fff;
	padding: 15px 0;
	border-radius: 6px;

}

@media (min-width: 600px) {
	#intro .inner {
		padding: 20px;
	}
}

@media (min-width: 768px) {
	#intro {
		padding: 5rem 0;
	}

	#intro .inner {
		padding: 30px;
	}
}

#intro h2 {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 16px;
	padding: 0;
	margin: 20px 0 40px 0;
}

#intro h2 span {
	position: relative;
}

#intro h2 span::before {
	position: absolute;
	left: -30px;
	top: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../imgs/title_left.png);
	background-size: contain;
	vertical-align: middle;
}

#intro h2 span::after {
	position: absolute;
	right: -30px;
	top: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../imgs/title_right.png);
	background-size: contain;
	vertical-align: middle;
}

@media (min-width: 480px) {
	#intro h2 {
		font-size: 24px;
		margin: 30px 0 40px 0;
	}

	#intro h2 span::before {
		position: absolute;
		left: -45px;
		top: 0;
		content: '';
		display: inline-block;
		width: 35px;
		height: 35px;
		background-image: url(../imgs/title_left.png);
		background-size: contain;
		vertical-align: middle;
	}

	#intro h2 span::after {
		position: absolute;
		right: -45px;
		top: 0;
		content: '';
		display: inline-block;
		width: 35px;
		height: 35px;
		background-image: url(../imgs/title_right.png);
		background-size: contain;
		vertical-align: middle;
	}
}

@media (min-width: 768px) {
	#intro h2 {
		font-size: 32px;
		margin: 40px 0 70px 0;
		letter-spacing: 1px;
	}

	#intro h2 span::before {
		position: absolute;
		left: -70px;
		top: 0;
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background-image: url(../imgs/title_left.png);
		background-size: contain;
		vertical-align: middle;
	}

	#intro h2 span::after {
		position: absolute;
		right: -70px;
		top: 0;
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background-image: url(../imgs/title_right.png);
		background-size: contain;
		vertical-align: middle;
	}
}

#intro .flex_box {
	align-items: center;
}

#intro .flex_box.point02,
#intro .flex_box.point04 {
	flex-direction: row-reverse;
}

#intro .inner .box_l {
	width: 45%;
	position: relative;
}

#intro .inner .box_r {
	width: 55%;
	padding: 0 15px;
}

@media (min-width: 600px) {
	#intro .inner .box_l {
		padding: 0 15px;
	}

	#intro .inner .box_r {
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	#intro .inner .box_l {
		padding: 0 20px;
	}

	#intro .inner .box_r {
		padding: 0 20px;
	}
}




#intro .inner .box_l2 {
	width: 45%;
	position: relative;
}

#intro .inner .box_r2 {
	width: 55%;
	padding: 0 15px;
}

@media (min-width: 600px) {
	#intro .inner .box_l2 {
		padding: 0 15px;
	}

	#intro .inner .box_r2 {
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	#intro .inner .box_l2 {
		padding: 0 20px;
	}

	#intro .inner .box_r2 {
		padding: 0 20px;
	}
}




.p_mark {
	width: 60%;
	height: auto;
	position: absolute;
	top: -20px;
	left: -15px;
}

#intro .inner .catch {
	padding-left: 13px;
	font-size: 10px;
	position: relative;
	font-weight: bold;
	/*	font-style: italic;*/
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

@media (min-width: 600px) {
	#intro .inner .catch {
		font-size: 13px;
		margin-bottom: 10px;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.p_mark {
		width: 45%;
		height: auto;
		position: absolute;
		top: -38px;
		left: -10px;
	}

	#intro .inner .catch {
		font-size: 16px;
	}
}

#intro .inner .point01 .catch {
	color: #D84356;
}

#intro .inner .point02 .catch {
	color: #3aa5af;
}

#intro .inner .point03 .catch {
	color: #a7802a;
}

#intro .inner .point04 .catch {
	color: #b256bf;
}

/*#intro .inner .point05 .catch{ color:#FF9226;}*/

/*#intro .inner .catch{ color:#d23a59 !important;}*/

#intro .inner .catch::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 2px;
	background: #ccc;
}

#intro .inner h3 {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.3;
}

#intro .inner p {
	display: none;
}

@media (min-width: 600px) {
	#intro .inner h3 {
		font-size: 22px;
		margin-bottom: 15px;
		line-height: 1.3;
	}
}

@media (min-width: 768px) {
	#intro .inner h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#intro .inner p {
		display: block;
		font-size: 13px;
		line-height: 1.7;
	}
}

#intro .inner .more a {
	display: block;
	padding: 5px;
	border-radius: 2px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background: #000;
	position: relative;
	text-decoration: none;
	width: 95%;
}

@media (min-width: 600px) {
	#intro .inner .more a {
		padding: 10px;
		font-size: 12px;
		font-weight: normal;
	}
}

@media (min-width: 768px) {
	#intro .inner .more a {
		padding: 12px;
		font-size: 14px;
		/*max-width: 360px;*/

	}
}

#intro .inner .more a::before,
#intro .inner .more a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#intro .inner .more a::after {
	right: 5px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

#intro .inner .point01 .more a {
	background: #4397E2;
	background: linear-gradient(to right, #D84356 0%, #DB4F7D 100%);
}

#intro .inner .point02 .more a {
	background: #FC4477;
	background: linear-gradient(to right, #4DBAC4 0%, #53CCAD 100%);
}

#intro .inner .point03 .more a {
	background: #7EC824;
	background: linear-gradient(to right, #B48C33 0%, #AFA73F 100%);
}

#intro .inner .point04 .more a {
	background: #2FB5F4;
	background: linear-gradient(to right, #CD61DC 0%, #DD64BD 100%);
}

#intro .inner .point05 .more a {
	background: #FF442A;
	background: linear-gradient(to right, #FF9226 0%, #fdac59 100%);
}

#intro .inner .point01,
#intro .inner .point02,
#intro .inner .point03,
#intro .inner .point04 {
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	#intro .inner .point01,
	#intro .inner .point02,
	#intro .inner .point03,
	#intro .inner .point04 {
		margin-bottom: 50px;
	}
}

/* ==============================================================
   # banner
   ============================================================== */
@media screen and (min-width: 768px) {
	.banner_01 {
		width: 48%;
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 768px) {
	.banner_02 {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.banner_01 {
		width: 100%;
		margin-bottom: 10px;
	}
}

.banner_01 img {
	max-width: 100%;
}





/* ==============================================================
   # 家具家電付きのお部屋　facility
   ============================================================== */

h2 {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 2.5rem
}

@media (min-width: 600px) {
	h2 {
		font-size: 30px;
		padding: 50px 20px;
		margin-bottom: 3.5rem
	}
}

@media (min-width: 768px) {
	h2 {
		font-size: 36px;
		padding: 60px 20px;
		margin-bottom: 3.5rem
	}
}

#facility {
	background: #f3f3f0;
	padding-top: 0;
}

#facility h2 {
	background: #FC4478;
	background: linear-gradient(to right, #D84356 0%, #DB4F7D 100%);
}

#facility h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1.5rem;
	padding-left: 18px;
	position: relative;
}

#facility h3::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 3px;
	background: #d23a59;
}

@media (min-width: 768px) {
	#facility h3 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 2rem;
		padding-left: 24px;
		position: relative;
	}

	#facility h3::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 13px;
		height: 4px;
		background: #d23a59;
	}
}


#facility .tab-content {
	background-color: #fff;
	padding: 0;
	margin-bottom: 3rem;
	text-align: center;
}

#facility #tab1 {
	border-top: 5px solid #fb47b3;
	padding: 30px;
}

#facility #tab2 {
	border-top: 5px solid #793E45;
	padding: 30px;
}

#facility #tab3 {
	border-top: 5px solid #10c637;
	padding: 30px;
}

#facility .nav-tabs {
	width: 95%;
	margin: auto;
}

#facility .nav-item {
	width: 33%;
}

#facility .nav-tabs a {
	text-align: center;
	color: #fff;
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	margin: 0 3px;
}

@media (min-width: 768px) {
	#facility .nav-tabs {
		display: none;
	}

	#facility .tab-pane {
		display: block !important;
		width: 33%;
	}

	#facility .tab-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#facility #tab1,
	#facility #tab2,
	#facility #tab3 {
		border-top: 0;
		padding: 40px;
	}

}

.nav-tabs .room-a a {
	background-color: #fb47b3;
}

.nav-tabs .room-b a {
	background-color: #793E45;
}

.nav-tabs .room-c a {
	background-color: #12c637;
}

@media (max-width: 768px) {
	.madori01 {
		width: 50%;
	}
}

/* ==============================================================
   # 360°VIEW
   ============================================================== */

.tab-wrap {
	background: White;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255, .1);
}

.tab-switch:checked+.tab-label {
	color: DeepSkyBlue;
}

.tab-label::after {
	background: DeepSkyBlue;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked~.tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked+.tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content360 {
	height: 0;
	opacity: 0;
	padding: 0 20px;
	pointer-events: none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked~.tab-content360 {
	transform: translateX(30%);
}

.tab-switch:checked+.tab-label+.tab-content360 {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events: auto;
	transform: translateX(0);
	text-align: center;
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

/* ============================== */

#viewer .nav li {
	width: 25%;
	font-size: 11px;
}

#viewer .nav li a {
	display: block;
	background-color: rgba(255, 255, 255, 1);
	padding: 15px 5px;
	color: #333;
	text-decoration: none;
	border-left: 1px solid rgba(61, 45, 39, 0.1);
	text-align: center;
}

#viewer .nav li a.active {
	background-color: rgba(255, 241, 178, 1);
	color: #3e1e11;
	border: none;
}

#viewer .nav li:last-child {
	border: none;
}

@media (min-width: 600px) {
	#viewer .nav li {
		font-size: 14px;
	}

	#viewer .nav li a {
		padding: 20px 10px;
	}
}

.nav-tabs01 .nav-item {
	margin-bottom: -1px;
}

.nav-tabs01 .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs01 .nav-link:hover,
.nav-tabs01 .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs01 .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs01 .nav-link.active,
.nav-tabs01 .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs01 .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media (min-width: 600px) {
	#viewer .nav li {
		font-size: 14px;
	}

	#viewer .nav li a {
		padding: 20px 10px;
	}
}

#viewer .nav li {
	width: 25%;
	font-size: 11px;
}

.nav-tabs01 .nav-item {
	margin-bottom: -1px;
}

.tab-content>.tab-pane01 {
	display: none;
}

.tab-content>.active {
	display: block;
}


.tab-pane01 {
	width: 100%;
}




/* ==============================================================
   # 新潟大学生のマンション　college
   ============================================================== */
#college {
	padding-top: 0;
}

#college h2 {
	background: #FC4478;
	background: linear-gradient(to right, #FC4478 0%, #FB46BF 100%);
	background: linear-gradient(to right, #4DBAC4 0%, #53CCAD 100%);
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#college h2 {
		margin-bottom: 3rem;
	}
}

#college .box_l {
	width: 61%;
}

#college .box_r {
	width: 37%;
	position: relative;
}

#college .box_l2 {
	width: 61%;
}

#college .box_r2 {
	width: 37%;
	position: relative;
}

@media (max-width: 768px) {
	#college .box_l2 {
		width: 100%;
	}

	#college .box_r2 {
		width: 100%;
		position: relative;
	}
}

#college .catch {
	color: #FF669A;
	color: #4DBAC4;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin: 0 0 1.5rem 0;
	line-height: 1.4;
}

@media (min-width: 600px) {
	#college .catch {
		font-size: 24px;
		margin: 0 0 1.5rem 0;
	}
}

@media (min-width: 768px) {
	#college .catch {
		font-size: 30px;
		margin: 1.5rem 0 1.5rem 0;

	}
}

.image_photo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 300px;
	height: auto;
}


.image_photo2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 300px;
	height: auto;
}

@media (max-width: 768px) {
	.image_photo2 {
		position: relative;
		left: 30%;
		bottom: 0;
		width: 70%;
		max-width: 250px;
		height: auto;
	}
}


@media (min-width: 768px) {
	#college .box_r {
		width: 32%;
	}
}

/* ==============================================================
   # 食事サポート　health
   ============================================================== */

#health {
	/*    background-color: #fffee9;
    background: linear-gradient(to bottom, #fffee9 0%,#f2ffdf 100%);*/
	background-color: #fffdef;
	padding-top: 0;
}

#health h2 {
	background: #7EC824;
	background: linear-gradient(to right, #7EC824 0%, #C4DA12 100%);
	background: linear-gradient(to right, #B48C33 0%, #AFA73F 100%);
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#health h2 {
		margin-bottom: 3rem;
	}
}

#health .inner {
	padding: 15px;
	background-color: #fff;
}

@media (min-width: 600px) {
	#health .inner {
		padding: 20px;
	}
}

@media (min-width: 768px) {
	#health .inner {
		padding: 30px;
	}
}

#health .box_l {
	width: 55%;
}

#health .box_r {
	width: 43%;
}

#health .flex_box.photo .box_l,
#health .flex_box.photo .box_r {
	width: 100%;
}

@media only screen and (min-width:600px) {

	#health .flex_box.photo .box_l,
	#health .flex_box.photo .box_r {
		width: 50%;
	}
}


#health .box_l2 {
	width: 55%;
}

#health .box_r2 {
	width: 43%;
}

#health .flex_box.photo .box_l,
2 #health .flex_box.photo .box_r2 {
	width: 100%;
}

@media only screen and (min-width:600px) {

	#health .flex_box.photo .box_l2,
	#health .flex_box.photo .box_r2 {
		width: 50%;
	}
}

#health .catch {
	color: #F38C31;
	color: #B48C33;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin: 0 0 1.5rem 0;
	line-height: 1.4;
}

@media (min-width: 600px) {
	#health .catch {
		font-size: 24px;
		margin: 0 0 1.5rem 0;
	}
}

@media (min-width: 768px) {
	#health .catch {
		font-size: 30px;
		margin: 0 0 1.5rem 0;
	}
}

.price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.price {
		font-size: 20px;
		margin-bottom: 5px;
	}
}


/* 提携会社のアコーディオン展開 */

#health .accordion {
	border-top: 1px solid #ADD280;
	border-bottom: 1px solid #ADD280;
	color: #000;
	font-size: 14px;
	padding: 18px 0;
	display: block;
	cursor: pointer;
	position: relative;
	font-weight: bold;
}

#health div[aria-expanded="false"]:after {
	position: absolute;
	right: 10px;
	top: 18px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../imgs/icon_plus.png);
	background-size: contain;
	vertical-align: middle;
}

#health div[aria-expanded="true"]:after {
	position: absolute;
	right: 10px;
	top: 18px;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../imgs/icon_minus.png");
	background-size: contain;
	vertical-align: middle;
}

.partnership_box {
	margin-top: 20px;
}

.partnership_box h5,
.partnership_box p,
.partnership_box li {
	font-size: 12px;
}

@media (min-width: 768px) {

	.partnership_box h5,
	.partnership_box p,
	.partnership_box li {
		font-size: 14px;
	}

	.card-body {
		padding: 3rem;
	}
}

.partnership_box ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

.partnership_box ol li {
	list-style: decimal;
	margin-bottom: 5px;
}

.partnership_box table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 0 20px 0;
}

.partnership_box td,
.partnership_box th {
	padding: 10px;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.partnership_box th {
	background-color: #f1eedf;
	width: 25%;
}

@media only screen and (max-width:640px) {

	.partnership_box td,
	.partnership_box th {
		display: block;
		width: 100%;
		padding: 7px;
	}
}

/* ==============================================================
   # ブログニュース news
   ============================================================== */
#news {
	background-color: #F1F1F1;
	padding: 5rem 0;
}

#news h2,
#viewer h2 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 26px;
}

@media only screen and (min-width:600px) {

	#news h2,
	#viewer h2 {
		font-size: 30px;
	}
}

@media only screen and (min-width:768px) {

	#news h2,
	#viewer h2 {
		font-size: 36px;
	}
}

#news h2 {
	color: #000;
	margin-bottom: 3rem;
}

#viewer h2 {
	color: #fff;
}

#viewer h2 span {
	background: url("../imgs/arrow03.png") no-repeat left center;
	background-size: 26px;
	padding-left: 36px;
}

#viewer .nav li {
	width: 25%;
	font-size: 11px;
}

#viewer .nav li a {
	display: block;
	background-color: rgba(255, 255, 255, 1);
	padding: 15px 5px;
	color: #333;
	text-decoration: none;
	border-left: 1px solid rgba(61, 45, 39, 0.1);
	text-align: center;
}

#viewer .nav li a.active {
	background-color: rgba(255, 241, 178, 1);
	color: #3e1e11;
	border: none;
}

#viewer .nav li:last-child {
	border: none;
}

@media (min-width: 600px) {
	#viewer .nav li {
		font-size: 14px;
	}

	#viewer .nav li a {
		padding: 20px 10px;
	}
}



#news .news_box {
	background-color: #fff;
	margin-bottom: 15px;
}

#news .post_update {
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #1D76B8;
	font-weight: normal;
}

#news h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

#news .news_box a {
	text-decoration: none;
	color: #000;
	display: block;
}

#news .news_box .inner {
	padding: 10px 15px 10px 0;
}

.thumbnail_img {
	width: 100%;
	height: 30vw;
	background-position: center;
	background-size: cover;
}

@media (min-width: 600px) {
	#news h3 {
		font-size: 15px;
		line-height: 1.5;
	}

	#news .news_box .inner {
		padding: 20px 35px 20px 20px;
	}
}

@media (min-width: 768px) {
	#news .news_box .inner {
		padding: 30px 45px 30px 30px;
	}

	#news .post_update {
		font-size: 16px;
		padding: 0 0 7px 0;
		font-weight: bold;
	}

	#news h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
	}

	.thumbnail_img {
		height: 250px;
	}
}

.news_box .col-7 {
	padding-left: 0;
	/* 後でなおす */
}



/* ==============================================================
   # 交通アクセス　access
   ============================================================== */

#access {
	padding-top: 0;
}

#access h2 {
	background: #ff4a2a;
	background: linear-gradient(to right, #B64BC6 0%, #C74DA5 100%);
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#access h2 {

		margin-bottom: 3rem;
	}
}

#access h3 {
	color: #333;
	font-size: 24px;
	margin-bottom: 35px;
	padding-bottom: 15px;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 3px solid #d23a59;
}

@media (max-width: 479px) {
	#access h3 {
		margin-bottom: 25px;
		padding-bottom: 10px;
		font-size: 18px;
	}
}

#access h4 {
	color: #25ADCC;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 16px;
}

@media (min-width: 768px) {
	#access h4 {
		margin-bottom: 10px;
		padding: 0 0 0 30px;
		font-size: 20px;
	}
}

#access h4.train {
	background: url("../imgs/icon_train.png") no-repeat left center;
	background-size: contain;
}

#access h4.car {
	background: url("../imgs/icon_car.png") no-repeat left center;
	background-size: contain;
}

#access h4.bus {
	background: url("../imgs/icon_bus.png") no-repeat left center;
	background-size: contain;
}

#access h3:before,
#access h3:after {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	bottom: -4px;
}

#access h3:before {
	width: 70%;
	left: 30%;
	background: #DDDDDD;
}

/* ==============================================================
   # W合格前予約　reserve
   ============================================================== */

#reserve {
	padding-top: 0;
}

#reserve h2 {
	background: #ff4a2a;
	background: linear-gradient(to right, #ff4a2a 0%, #ff9326 100%);
	background: linear-gradient(to right, #463a35 0%, #7d6751 100%);
}


#reserve .catch {
	color: #ff9234;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin: 1.5rem 0;
	line-height: 1.4;
}

@media (min-width: 600px) {
	#reserve .catch {
		font-size: 28px;
	}
}

#reserve .attention {
	text-align: center;
	margin: 30px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #EC6C00;
}

#reserve .attention span {
	border-bottom: 2px dotted #EC6C00;
	padding-bottom: 5px;
}

@media (min-width: 600px) {
	#reserve .attention {
		font-size: 22px;
		margin: 40px 0 0 0;
	}
}


/* ==============================================================
   # フッター　footer
   ============================================================== */

footer {
	border-top: 1px solid #d8d8d8;
}

footer .inner {
	padding: 3rem;
	max-width: 960px;
	margin: auto;
}

.f_logo {
	margin-bottom: 2rem;
}

.f_logo img {
	width: 240px;
	height: auto;
	margin-bottom: 10px;
}

#copyright {
	background-color: #EFEDED;
	text-align: center;
	padding: 15px 10px;
	font-size: 12px;
}

#site-list {
	margin: 2.5rem auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#site-list li {
	background-color: #FFF;
	display: block;
	text-align: center;
	line-height: 1.2;
	width: 100%;
	border: #DDD solid 1px;
	margin: auto;
}

#site-list li+li {
	margin: -1px 0 0 0;
}

@media (min-width: 768px) {
	#site-list li {
		width: 50%;
	}

	#site-list li+li {
		margin: 0 0 0 -1px;
	}
}

#site-list li a {
	display: block;
	padding: 1rem 0;
	color: #F76F00;
	text-decoration: none;
	/*font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;*/
	font-weight: bold;
	line-height: 1.6;
	transition: 0.3s linear;
}

#site-list li a:hover {
	background-color: #F76F00;
	color: #FFF;
}

#site-list li a span {
	font-size: 12px;
	display: block;
}

#site-list li a span+span {
	font-size: 16px;
}



@media (min-width: 768px) {
	#site-list li a {
		display: block;
		padding: 2rem 0;
	}

	#site-list li a span {
		font-size: 14px;
	}

	#site-list li a span+span {
		font-size: 20px;
	}
}

#f_contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem 0 0 0;
}

#f_contact li {
	width: 48%;
	border: 2px solid #E26A12;
	border-radius: 4px;
}


#f_contact li a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #E26A12;
	text-decoration: none;
	position: relative;
}

@media (min-width: 600px) {
	#f_contact li a {
		padding: 20px 15px;
		font-size: 15px;

	}
}

footer p {
	font-size: 14px;
}

/*#pagetop {
	display: none;
}*/
#pagetop {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 1001;
	display: block;
}

#pagetop img {
	width: 50px;
	height: 50px;
}

@media (min-width: 768px) {
	#pagetop img {
		width: 60px;
		height: 60px;
	}
}

/* ==============================================================
   # bxスライダーのcss まとめて
   ============================================================== */

.bx-controls {
	/*	position:relative;
	margin-top: 15px;*/
}


#floor .bx-wrapper,
#access .bx-wrapper,
#facility .bx-wrapper,
#about .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#floor .bx-pager,
#access .bx-pager,
#facility .bx-pager,
#about .bx-pager {
	padding: 15px 15px 10px;
	text-align: center;
	box-sizing: border-box;
}

@media (min-width: 768px) {

	#floor .bx-pager,
	#access .bx-pager,
	#facility .bx-pager,
	#about .bx-pager {
		padding: 15px 0 10px;
	}
}

#floor .bx-wrapper .bx-controls-direction a,
#access .bx-wrapper .bx-controls-direction a,
#facility .bx-wrapper .bx-controls-direction a,
#about .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: calc(50% - 25px);
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
	background-color: #4397E2;
	background-color: rgba(210, 58, 89, 0.8);
}

#floor .bx-wrapper .bx-prev,
#access .bx-wrapper .bx-prev,
#facility .bx-wrapper .bx-prev,
#about .bx-wrapper .bx-prev {
	left: 0;
	margin-left: 0;
	background-image: url(../imgs/arrow02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 13px;
}

#floor .bx-wrapper .bx-next,
#access .bx-wrapper .bx-next,
#facility .bx-wrapper .bx-next,
#about .bx-wrapper .bx-next {
	right: 0;
	margin-right: 0;
	background-image: url(../imgs/arrow01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 13px;
}

@media (min-width: 768px) {

	#floor .bx-wrapper .bx-prev,
	#access .bx-wrapper .bx-prev,
	#facility .bx-wrapper .bx-prev,
	#about .bx-wrapper .bx-prev {
		left: 0;
	}

	#floor .bx-wrapper .bx-next,
	#access .bx-wrapper .bx-next,
	#facility .bx-wrapper .bx-next,
	#about .bx-wrapper .bx-next {
		right: 0;
	}
}

/* bxslider 左右に前後の物件が少し見えるように修正 */

#floor .around_slider div,
#access .around_slider div,
#facility .around_slider div,
#about .around_slider div {
	/*	width: 80vw !important;
	padding: 0 5px;
	box-sizing: border-box;*/

}

#floor .bx-viewport,
#access .bx-viewport,
#facility .bx-viewport,
#about .bx-viewport {
	position: relative;
	/*left: 10vw;*/
	overflow: visible !important;
}

@media (min-width: 768px) {

	#floor .bx-wrapper,
	#facility .bx-wrapper,
	#about .bx-wrapper {
		width: 70%;
		margin: 0;
	}

	#floor .bx-pager,
	#facility .bx-pager,
	#about .bx-pager {
		width: 28%;
		margin: 0;
		padding: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box;
	}

	#floor .bx-pager a,
	#facility .bx-pager a,
	#about .bx-pager a {
		width: 32%;
		margin: 0 0.6%;
		margin-bottom: 1.2%;
		background: #000;
		box-sizing: border-box;
	}
}

.bx-wrapper .caption {
	padding: 10px 15px 0 15px;
	font-size: 13px;

	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	font-size: 12px;

}

@media (min-width: 768px) {
	.bx-wrapper .caption {
		padding: 15px 0 0 0;
		padding: 10px 15px;

		font-size: 14px;
	}
}

.slidewrap {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.3s linear;
}

.display {
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;

}

.flex_box.photo .box_r,
.flex_box.photo .box_l {
	position: relative;
}

.flex_box.photo .caption {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	font-size: 12px;
}

@media (min-width: 768px) {
	.flex_box.photo .caption {
		padding: 10px 15px;
		font-size: 14px;
	}
}

/* サムネ表示 -------------------------------------------*/

.bx-pager a img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bx-pager {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;

}

.bx-pager a {
	width: 19%;
	margin: 0 0.5%;
	margin-bottom: 1%;
	background: #000;
}

/*@media (min-width: 768px) {
	.bx-pager a {
		width: 15%;
	}
}*/

.bx-pager a img {
	width: 100%;
	height: auto;
}





/* ==============================================================
   # modal
============================================================== */

.modal-backdrop {
	background-color: rgba(239, 134, 5, 1);
}

.modal-dialog {
	box-shadow: 3px 3px 13px 4px #eab376;
}

#h_contact li {
	width: 100%;
	border: 2px solid #E26A12;
	border-radius: 4px;
}

#h_contact li a {
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #E26A12;
	text-decoration: none;
	position: relative;
}

.contact_title {
	text-align: center;
	color: #E26A12;
	font-size: 20px;
	margin-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.contact_title img {
	margin: auto;
	max-width: 140px;
	width: 100%;
}

.inq_tel,
.inq_shop {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}

.inq_shop {
	margin-top: 20px;
}

#h_contact p {
	font-size: 12px;
	line-height: 1.5;
}

@media (min-width: 600px) {
	#h_contact li a {
		padding: 20px 15px;
		font-size: 15px;
	}

	.contact_title {
		font-size: 26px;
		margin-bottom: 25px;
	}

	#h_contact p {
		font-size: 14px;
		line-height: 1.7;
	}

	.inq_shop {
		margin-top: 30px;
	}

	.contact_title img {
		margin: auto;
		max-width: 250px;
		width: 100%;
	}
}

/* ==============================================================
   # 下層
   ============================================================== */

#page_kv {
	text-align: center;
	margin: 0;
	padding: 0;
	/*background: linear-gradient(90deg, rgba(255, 134, 119, 0.8), rgba(255, 228, 99, 0.8)) , url(../imgs/photo/shared/photo02.jpg);*/
	background: linear-gradient(90deg, rgba(216, 152, 72, 0.7), rgba(216, 152, 72, 0.7)), url(../imgs/photo/shared/photo02.jpg);
	background-size: cover;
	background-position: center;
}

#page_kv h2 {
	max-width: 1100px;
	margin: 0;
	padding: 15vw 0;
	text-align: center;
}

@media (min-width: 600px) {
	#page_kv h2 {
		padding: 8vw 0;
	}
}

#page_kv_02 {
	text-align: center;
	margin: 0;
	padding: 0;
	/*background: linear-gradient(90deg, rgba(255, 134, 119, 0.8), rgba(255, 228, 99, 0.8)) , url(../imgs/photo/shared/photo02.jpg);*/
	background: linear-gradient(90deg, rgba(216, 152, 72, 0.7), rgba(216, 152, 72, 0.7)), url(../imgs/photo/shared/photo02_02.jpg);
	background-size: cover;
	background-position: center;
}

#page_kv_02 h2 {
	max-width: 1100px;
	margin: 0;
	padding: 15vw 0;
	text-align: center;
}

@media (min-width: 600px) {
	#page_kv_02 h2 {
		padding: 8vw 0;
	}
}

/* ページナビ（2つ以上にすると崩れます）
----------------------------------------------------------*/

.pagenavi {
	border: 1px solid #e2e0e0;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	border-radius: 2px;
	background-color: #fff;
}

@media (min-width: 600px) {
	.pagenavi {
		margin: 0 0 60px 0;
	}
}

.pagenavi li {
	width: 100%;
	border-bottom: 1px dotted #e2e0e0;
	font-size: 14px;
}

.pagenavi li:last-child {
	border-bottom: none;
}

.pagenavi li a {
	display: block;
	padding: 15px 10px;
	background: url(../imgs/icon.png) no-repeat center right 15px;
	background-size: 10px 7px;
	color: #555 !important;
	text-align: left;
	transition: 0.1s linear;
}

.pagenavi li {
	width: 50%;
	float: left;
	border-right: 1px dotted #e2e0e0;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 13px;
}


.pagenavi li:nth-of-type(2) {
	border-right: none;
}

@media (min-width: 600px) {
	.pagenavi li {
		font-size: 13px;
	}

	.pagenavi li a {
		padding: 30px 10px;
		text-align: center;
	}
}

.pagenavi li a:hover {
	background-color: rgba(255, 159, 177, 0.13);
	color: #333 !important;
	text-decoration: none;
}

.pagenavi li.blank_b a:hover {
	color: #996857 !important;
	background: #F8F3E7 url(../imgs/shared/icon_blank_b.png) no-repeat center right 15px;
	background-size: 12px 12px;
}

.pagenavi.three li {
	width: 100%;
}

.pagenavi.three li:nth-of-type(1) {
	border-right: none;
	border-bottom: 1px dotted #e2e0e0;
}

.pagenavi.three li:nth-of-type(2) {
	border-right: none;
	border-bottom: 1px dotted #e2e0e0;
}

.pagenavi.three li:nth-of-type(3) {
	border-right: none;
	border-bottom: none;
}

@media (min-width: 600px) {
	.pagenavi.three li {
		width: 33.3333333%;
	}

	.pagenavi.three li:nth-of-type(1) {
		border-right: 1px dotted #e2e0e0;
		border-bottom: none;
	}

	.pagenavi.three li:nth-of-type(2) {
		border-right: 1px dotted #e2e0e0;
		border-bottom: none;
	}

	.pagenavi.three li:nth-of-type(3) {
		border-right: none;
		border-bottom: none;
	}
}



table {
	width: 100%;
	border: 0;
	margin: 0 auto 10px auto;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 30px;
}

td,
th {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 13px;
}

th {
	text-align: center;
	background-color: #f3efea;
}

.tb_bg01 {
	background-color: #f1f1f1;
}

.tb_bg02 {
	background-color: #fdf9e2;
}

@media (min-width: 768px) {
	table {
		margin-bottom: 50px;
	}

	td,
	th {
		border: 1px solid #ccc;
		padding: 17px;
		font-size: 16px;
	}
}

h3.common {
	color: #61493d;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 0 0 25px 0;
}

@media (min-width: 600px) {
	h3.common {
		font-size: 30px;
	}
}

@media (min-width: 768px) {
	h3.common {
		font-size: 36px;
		margin: 0 0 5rem 0;
	}
}

h3.common span {
	display: inline-block;
	position: relative;
}

h3.common span::before {
	content: "";
	border-top: #61493d solid 2px;
	height: 0;
	width: 1.5em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2em;
}

h3.common span::after {
	content: "";
	border-top: #61493d solid 2px;
	height: 0;
	width: 1.5em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -2em;
}

h4.common {
	color: #333;
	font-size: 24px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 3px solid #d23a59;
}

@media (max-width: 479px) {
	h4.common {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 18px;
	}
}

h4.common:before,
h4.common:after {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	bottom: -4px;
}

h4.common:before {
	width: 70%;
	left: 30%;
	background: #DDDDDD;
}


ul.disc {
	margin: 0;
	padding: 0;
}

ul.disc li {
	margin: 0 0 0 22px;
	padding: 0;
	list-style: disc;
}

ul.disc li.square {
	list-style: none;
}

.facility h5 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 17px;
	color: #d23a59;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;

}

@media (min-width: 768px) {
	.facility h5 {
		font-size: 22px;
		margin: 0 0 10px 0;
		padding: 0;
	}
}

.facility p {
	margin: 10px 0 0 0;
	padding: 0;
}

@media (min-width: 768px) {
	.facility p {
		margin: 0;
		padding: 0;
	}
}

#about .facility_photo h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1.5rem;
	padding-left: 18px;
	position: relative;
}

#about .facility_photo h4::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 3px;
	background: #d23a59;
}

@media (min-width: 768px) {
	#about .facility_photo h4 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 2rem;
		padding-left: 24px;
		position: relative;
	}

	#about .facility_photo h4::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 13px;
		height: 4px;
		background: #d23a59;
	}
}

#about .facility_photo {
	background-color: #f3f3f0;
}

@media (min-width: 768px) {
	.slidewrap {
		background-color: #fff;
		padding: 40px;
	}
}


.flex_box.slidewrap {
	align-items: flex-start;
	/* サムネイル画像用 */
}

ul.table_list li {
	width: 50%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	font-size: 12px;
}


ul.table_list {
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width:768px) {
	ul.table_list li {
		width: 33.3333333%;
		font-size: 13px;
	}
}

@media only screen and (min-width:768px) {
	ul.table_list li {
		width: 25%;
		padding: 17px;
		font-size: 14px;
	}
}

/*nav{
	display:none;
}
#index nav{
	display:block;
}
*/

#flow .flow ul,
#flow .flow li {
	margin: 0;
	padding: 0;
}

#flow .flow ul {
	margin: 0 0 0 22px;
}

#flow .flow li {
	list-style: disc;
	padding-bottom: 5px;
}

#flow .flow h4 {
	background-color: #61493d;
	color: #fff;
	font-weight: normal;
	padding: 1.5rem;
	border-radius: 3px;
	margin-bottom: 1.5rem;
	font-size: 14px;
}

@media only screen and (min-width:768px) {
	#flow .flow h4 {
		padding: 2rem;
		border-radius: 3px;
		margin-bottom: 2.5rem;
		font-size: 17px;
	}
}

#flow .flow p {
	margin-bottom: 0;

}

.inq_img,
.inq_img02 {
	margin: auto;
}

.inq_img {
	margin-bottom: 30px;
}

@media only screen and (max-width:767px) {
	.inq_img02 {
		margin-bottom: 30px;
	}
}

#flow .catch {
	color: #d23a59;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin: 0 0 1.5rem 0;
	line-height: 1.4;
}

@media (min-width: 600px) {
	#flow .catch {
		font-size: 28px;
	}
}

#floor h5 {
	font-size: 18px;
	font-weight: bold;
	color: #61493d;
	margin: 0;
	padding: 0;
}

#floor .border-box hr {
	margin: 2rem 0;
}

@media (min-width: 480px) {
	#floor h5 {
		font-size: 22px;
	}

	#floor .border-box hr {
		margin: 3rem 0;
	}
}

@media (min-width: 768px) {
	#floor h5 {
		font-size: 28px;
	}

	#floor .border-box hr {
		margin: 5rem 0;
	}


}

#map_canvas {
	width: 100%;
	height: 600px;
}

#kv-text {
	position: absolute;
	z-index: 777;
	width: 100%;
	top: 0;
	left: 0;
	height: 95vh;
	background: url(../imgs/kv_text.png) center no-repeat;
	background-size: contain;
}

@media (max-width: 768px) {
	#map_canvas {
		width: 100%;
		height: 300px;
	}

	#kv-text {
		background: url(../imgs/kv_text_sp.png) center no-repeat;
		background-size: contain;
		height: 70vh;
	}
}







p.catch_small_text {
	font-size: 12px;
	color: #FF66CC;
	font-weight: bold;
	line-height: 168%;
}

span.catch_big_text {
	font-size: 18px;
}

@media (min-width: 600px) {
	p.catch_small_text {
		font-size: 12px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	span.catch_big_text {
		font-size: 18px;
	}
}

@media (min-width: 768px) {

	p.catch_small_text {
		font-size: 18px;
	}

	span.catch_big_text {
		font-size: 24px;
	}
}




.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*=======================================================
 pc sp  表示　非表示
 =======================================================*/


/* pc sp  表示　非表示*/
@media print and (min-width: 1200px),
screen and (min-width: 767px) {
	.hide-pc {
		display: none !important;
	}

	a:hover {
		text-decoration: none;
	}
}

@media print {
	.hide-pc {
		display: none !important;
	}
}

@media screen and (max-width: 766px) {
	.hide-sp {
		display: none !important;
	}

}

/* ==============================================================
   #フッターリンク20210825～
   ============================================================== */
#site-list02 {
	margin: 2.5rem auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#site-list02 li {
	background-color: #FFF;
	display: block;
	text-align: center;
	line-height: 1.2;
	width: 100%;
	border: #DDD solid 1px;
	margin: auto;
}

#site-list02 li+li {
	margin: -1px 0 0 0;
}

@media (min-width: 768px) {
	#site-list02 li {
		width: 33.39%;
	}

	#site-list02 li+li {
		margin: 0 0 0 -1px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	#site-list02 li {
		height: 130px;
	}
}

#site-list02 li a {
	display: block;
	padding: 2rem 0;
	color: #F76F00;
	text-decoration: none;
	/*font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;*/
	font-weight: 600;
	line-height: 1.6;
	transition: 0.3s linear;
}

#site-list02 li a:hover {
	background-color: #F76F00;
	color: #FFF;
}

#site-list02 li a span {
	font-size: 12px;
	display: block;
}

#site-list02 li a span+span {
	font-size: 16px;
}

@media (min-width: 768px) {
	#site-list02 li a {
		padding: 2.4rem 0;
	}

	#site-list02 li a span {
		font-size: 14px;
	}

	#site-list02 li a span+span {
		font-size: 20px;
	}
}

/* ==============================================================
   #flow W合格前予約20210825～
   ============================================================== */
@media (min-width: 768px) {
	.flex_box.two {
		margin-left: -30px;
		margin-right: -30px;
	}

	.flex_box.two>div {
		width: 50%;
		padding: 0 30px;
	}

	.flex_box.two img {
		width: 100%;
	}
}

.two img {
	width: 100%;
}

.start {
	font-size: 22px;
	font-weight: bold;
	color: rgba(232, 20, 24, 1.00);
	line-height: 1.5;
	margin: 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	padding: 15px 0;
}

.pc_contents {
	display: none;
}

@media (min-width: 768px) {
	.pc_contents {
		display: block;
		/* 0～768pxは消える */
	}
}

.sp_contents {
	display: none;
}

@media (max-width: 767px) {
	.sp_contents {
		display: block;
		/* 768px～は消える */
	}
}

p.formlink {
	color: #EC6C00;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0;
}

.formbtn {
	margin-bottom: 20px;
}

a.formbtn01 {
	border: 3px solid #ff7501;
	display: block;
	background-color: #ffe1c785;
	color: #ff7501;
	font-size: 16px;
	padding: 15px;
	text-decoration: none;
	margin-top: 10px;
	max-width: 100%;
	text-align: center;
	border-radius: 20px 20px 20px 20px;
	transition: 0.3s linear;
}

a.formbtn01:hover {
	background-color: #ff7400;
	color: #ffffff;
}

@media (max-width: 473px) {
	a.formbtn01 {
		font-size: 11px;
	}

	a.formbtn01:hover {
		font-size: 11px;
	}

	.start {
		font-size: 20px;
	}

	p.formlink {
		font-size: 22px;
	}
}

.yajirushi {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

}

.yajirushi img {
	max-width: 100%;
}

@media (max-width: 575px) {
	.yajirushi {
		padding-top: 34px;
		padding-left: 0px;
		padding-right: 0px;

	}
}

/* ==============================================================
   #top 今春は満室202203～
   ============================================================== */
#intro h2.manshitsu {
	color: #d23a59;
	border: solid 3px #d23a59;
	/*線色*/
	padding: 1em;
	/*文字周りの余白*/
	border-radius: 0.5em;
	/*角丸*/
}

.-----nonactive {
	filter: grayscale(1);
	pointer-events: none;
	opacity: 0.5;
	background-color: #EEE !important;
}