@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.responsive {
	max-width: 100%;
	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 #EC6C00;
	padding: 20px 20px 20px 20px;
	border-radius: 100px;
	width: 85%;
	max-width: 420px;
	margin:0 auto;
	display: block;
	color:#EC6C00;
	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: #EC6C00;
	border:3px solid #EC6C00;
	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;
}

.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 #E26A12;
    border-right: 1px solid #E26A12;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon02::before{
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #E26A12;
    border-right: 2px solid #E26A12;
    -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 #033A96;
	color:#033A96;
	background-color: #fff;
}

.btn_area.blue .icon02::before{
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #033A96;
    border-right: 2px solid #033A96;
    -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:50%;
	padding:0 0 0 15px;
	box-sizing: border-box;
}

h1 img{
	width: 100%;
	max-width:200px;
	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{
		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: #005BAC;
}

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.gnav: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: #FD6A93;
}
nav li:nth-child(4){
	display:none;
}*/

@media (min-width: 900px) {
	nav a{
		font-size: 16px;
	}
}
	
/* nav4つ版 ------------- */

nav ul{
	max-width: 1040px;
}

nav li.gnav{
	/*width:25%;*/
	font-weight: bold;
}

nav li.gnav:last-child{
	background-color: #FD6A93;
/*	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: #FD6A93;
	/*	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: #FD6A93;
}

/* 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: #ffebf1;
	color: #333;
	padding: 20px;
	border-bottom: 1px solid #f1c4c4;
	font-size:13px;
	transition: 0.2s linear;
}		
.dropdown li:last-child a{
	border-bottom: none;
}
.dropdown a:hover{
	color: #888;
	background-color: #fff2f6;
}		

@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;
	}	
}

/* ==============================================================
   # 内覧会
   ============================================================== */
.nairan{
	background-color:#EE0000;
	margin-bottom: 10px;
}
.nairanInner{
	max-width: 1140px;
	width: 100%;
	margin:auto;
}


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

	
/* ==============================================================
   # トップ 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{
	max-width:1140px;
	margin:0 auto;
	height: 100vw;
	/*padding: 50px 30px;*/
}

@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;
}

/* ==============================================================
   # 目次　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;
	margin-bottom: 30px;
}

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

@media (min-width: 768px) {
	#intro{
		padding:5rem 0;
	}
	#intro .inner{
		padding: 30px;
		margin-bottom: 40px;
	}
}

#intro h2{
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 18px;
	padding:0;
	margin:20px 0 40px 0;
}
#intro h2 span{
	position: relative;
}
#intro h2 span::before{
	position: absolute;
	left:-40px;
	top:0;
	content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/title_left.png);
  background-size: contain;
  vertical-align: middle;	
}
#intro h2 span::after{
	position: absolute;
	right:-40px;
	top:0;
	content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  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: 36px;
		margin:40px 0 70px 0;
		letter-spacing: 1px;
	}
	#intro h2 span::before{
		position: absolute;
		left:-70px;
		top:0;
		content: '';
		display: inline-block;
		width: 55px;
		height: 55px;
		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: 55px;
		height: 55px;
		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 20px;
}

@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;
	}
}


.p_mark{
	width:60%;
	height: auto;
	position: absolute;
	top:-20px;
	left:-15px;
}
#intro .inner .catch{
	padding-left: 16px;
	font-size:11px;
	position: relative;
	font-weight: bold;
/*	font-style: italic;*/
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

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

@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:#4397E0;}
#intro .inner .point02 .catch{ color:#FC4477;}
#intro .inner .point03 .catch{ color:#7EC624;}
#intro .inner .point04 .catch{ color:#2DB3F2;}
#intro .inner .point05 .catch{ color:#FF9226;}

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

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

#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:32px;
		margin-bottom: 20px;
	}
	#intro .inner p{
		display:block;
		font-size: 14px;
	}	
}

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

@media (min-width: 600px) {
	#intro .inner .more a{
		padding: 10px;
		font-size: 12px;
	}
}
@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,  #4397E2 0%,#39C8EC 100%);
}
#intro .inner .point02 .more a{
	background: #FC4477;
	background: linear-gradient(to right,  #FC4477 0%,#FB46C0 100%);
}
#intro .inner .point03 .more a{
	background: #7EC824;
	background: linear-gradient(to right,  #7EC824 0%,#C7DB11 100%);
}
#intro .inner .point04 .more a{
	background: #2FB5F4;
	background: linear-gradient(to right,  #2FB5F4 0%,#2FEAE0 100%);
}
#intro .inner .point05 .more a{
	background: #FF442A;
	background: linear-gradient(to right,  #FF442A 0%,#FF9326 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;
	}
}

.movie_title{
	text-align:center;
	margin-bottom: 10px;
}
.movie_title img{
	width:85%;
	max-width: 600px;
}
/* 202208追加
----------------------------------------------------------*/
#intro .inner .point05 .more span.no-link{
	background: #FF442A;
	background: linear-gradient(to right,  #FF442A 0%,#FF9326 100%);
}
#intro .inner .more span.no-link{
	display: block;
	padding: 5px;
	border-radius: 2px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	/* font-style: italic; */
	font-weight: 600;
	background: #000;
	position: relative;
	text-decoration: none;
}
#intro .inner .more span.no-link::before,
#intro .inner .more span.no-link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
@media (min-width: 600px) {
	#intro .inner .more span.no-link{
		padding: 10px;
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	#intro .inner .more span.no-link{
		padding: 10px;
		font-size: 18px;
		max-width: 360px;
	}
}


/* ==============================================================
   # 家具家電付きのお部屋　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: #EDF3FF;
	padding-top: 0;
}

#facility h2{
	background: #FC4478;
	background: linear-gradient(to right,  #4397E2 0%,#39C8EC 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: #4397E2;	
}
@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: #4397E2;	
	}
}


#facility .point li{
	border:4px solid #4397E2;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 12px;
	text-align: center;
	font-weight: bold;
}

@media (min-width: 600px) {
	#facility .point li{
		margin-bottom: 10px;
		padding: 15px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	#facility .point li{
		margin-bottom: 10px;
		padding: 20px;
		font-size: 18px;
	}
}

#facility .tab-content{
	background-color: #fff;
	padding:0;
	margin-bottom: 3rem;
	text-align: center;
}
#facility #tab1{
	border-top: 5px solid #34B3D1;
	padding:30px;
}
#facility #tab2{
	border-top: 5px solid #3466D0;
	padding:30px;
}

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

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

#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: 48%;
	}
	#facility .tab-content{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#facility #tab1,#facility #tab2{
		border-top:0;
		padding:40px;
	}
	
}

.nav-tabs .room-a a{
	background-color: #34B3D1;
}
.nav-tabs .room-b a{
	background-color: #3466D0;
}



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

#college h2{
	background: #FC4478;
	background: linear-gradient(to right,  #FC4478 0%,#FB46BF 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 .catch{
	color:#FF669A;
	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) {
	#college .catch{
		font-size:28px;
		margin:0 0 1.5rem 0;
	}
}
@media (min-width: 768px) {
	#college .catch{
		font-size:36px;
		margin:1.5rem 0 1.5rem 0;
	}
}

.image_photo{
	position:absolute;
	left:0;
	bottom:0;
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media (min-width: 768px) {
	#college .box_r{
		width:32%;
	}
}


/* ==============================================================
   # ブログニュース 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; /* 後でなおす */
}

	
#viewer{
	background-color: #3D2D27;
	padding: 5rem 0;
	
}


#viewer h3{
	color:#fff;
	text-align: center;
	font-size:14px;
	margin:2rem 0 3rem 0;
	padding:0;
}

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

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

#health h2{
	background: #7EC824;
	background: linear-gradient(to right, #7EC824 0%,#C4DA12 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 .catch{
	color:#F38C31;
	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) {
	#health .catch{
		font-size:28px;
		margin:0 0 1.5rem 0;
	}
}
@media (min-width: 768px) {
	#health .catch{
		font-size:36px;
		margin:0 0 1.5rem 0;
	}
}
	
.price{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.color-red{
	color: #F44336;
}	
@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;
	}
}

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

#access {
	padding-top:0;
}

#access h2{
	background: #ff4a2a;
	background: linear-gradient(to right,  #2FB5F4 0%,#4DECE4 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 rgba(80,188,216,1);
}

@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%);
}


#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(67,151,226,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(25, 62, 243, 0.7), rgba(146, 215, 255, 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;
	}
}

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

.pagenavi{
	border:1px solid #ccc;
	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 #ccc;
	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 #ccc;
	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, 199, 159, 0.15);
	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 #ccc;
}
.pagenavi.three li:nth-of-type(2){
	border-right:none;
	border-bottom:1px dotted #ccc;
}
.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 #ccc;
		border-bottom:none;
	}
	.pagenavi.three li:nth-of-type(2){
		border-right:1px dotted #ccc;
		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;
}

.table_s td,
.table_s th{
	padding: 7px;
	font-size: 11px;
}

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

.tb_bg01{
	background-color:#f1f1f1; 
}
.tb_bg02{
	background-color:#e4f7f9;
}

@media (min-width: 480px) {
	.table_s td,
	.table_s th{
		padding: 10px;
		font-size: 13px;
	}	
}

@media (min-width: 768px) {
	table{
		margin-bottom: 50px;
	}	
	
.table_s td,
.table_s th,
	td,
	th{
		border:1px solid #ccc;
		padding: 17px;
		font-size: 16px;
	}
}

h3.common {
	color: #0C419A;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	text-align: center;
	margin:0 0 30px 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: #0C419A solid 2px;
	height: 0;
	width: 1.0em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.5em;
}
h3.common span::after {
	content: "";
	border-top: #0C419A solid 2px;
	height: 0;
	width: 1.0em;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.5em;
}

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 rgba(80,188,216,1);
}

@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;
}

.facility h5{
	margin:10px 0 0 0;
	padding:0;
	font-size:17px;
	color:rgb(18, 127, 224);
	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: #4397E2;	
}
@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: #4397E2;	
	}
}

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

@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: #0C419A;
	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:#ff9234;
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	margin:0 0 1.5rem 0;
	line-height: 1.4;
}

.kiyaku{
	font-weight:bold;
	margin:0 0 10px 0;
	color: #EC6C00;
	font-size: 14px; 
}

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

.corona-banner img{
	border: 1px solid #ed6b01;
}

/* ==============================================================
   # 20220824 追加　導線変更
   ============================================================== */
.h-navi_202208{
	border-top: none!important;
	background-color: #FD6A93;
	padding: 0px;
	height: 100px;
}
@media only screen and (max-width:767px){
.h-navi_202208{
	height: 60px;
}}