@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;
}

.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% / 3);
	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;
}
.bg12{
	background-image:url("../imgs/kv12.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg13{
	background-image:url("../imgs/kv13.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg14{
	background-image:url("../imgs/kv14.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,
#intro .flex_box.point06{
	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 .point06 .more a{
	background: #70AC46;
	background: linear-gradient(to right,  #70AC46 0%,#b7bc7a 100%);
}
#intro .inner .point01,
#intro .inner .point02,
#intro .inner .point03,
#intro .inner .point04,
#intro .inner .point05{
	margin-bottom:30px;
}
@media (min-width: 768px) {
	#intro .inner .point01,
	#intro .inner .point02,
	#intro .inner .point03,
	#intro .inner .point04,
	#intro .inner .point05{
		margin-bottom:50px;
	}
}
/* ==============================================================
   # banner
   ============================================================== */
@media screen and (min-width: 768px){
	.banner_01{
		width: 48%;
		margin-bottom: 0px;
	}
}
@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,
#health .flex_box.photo .box_f{
	width:100%;
}

@media only screen and (min-width:600px){
	#health .flex_box.photo .box_l,
	#health .flex_box.photo .box_r{
		width:50%;
	}
	#health .flex_box.photo .box_f{
		width:100%;
	}
}


#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;
	}
}
/* kv変更*/
#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;
	}
}

/* kv変更2*/

#page_kv_03{
	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_03.jpg);
	background-size: cover;
	background-position: center;
}

#page_kv_03 h2{
	max-width: 1100px;
	margin: 0;
	padding: 15vw 0;
	text-align: center;
}

@media (min-width: 600px) {
	#page_kv_03 h2{
		padding: 8vw 0;
	}
}

/* kv変更3*/

#page_kv_04{
	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, rgb(210 72 216 / 50%), rgb(216 72 190 / 50%)) , url(../imgs/photo/shared/photo_kv_04.jpg);
	background-size: cover;
	background-position: center;
}

#page_kv_04 h2{
	max-width: 1100px;
	margin: 0;
	padding: 15vw 0;
	text-align: center;
}

@media (min-width: 600px) {
	#page_kv_04 h2{
		padding: 8vw 0;
	}
}

/* kv変更4*/
#page_kv.page_kv_202205{
	margin:0;
	padding: 0;
	background: linear-gradient(90deg, rgba(216, 152, 72, 0.7), rgba(216, 152, 72, 0.7)) , url(../imgs/photo/shared/photo02_04.jpg);
	background-size: cover;
	background-position: center;
}

/* kv変更5*/
#page_kv_03.page_kv_202205{
	text-align: center;
	margin:0;
	padding: 0;
	background: linear-gradient(90deg, rgba(216, 152, 72, 0.7), rgba(216, 152, 72, 0.7)) , url(../imgs/photo/shared/photo02_05.jpg);
	background-size: cover;
	background-position: center;
}

/* ページナビ（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;}
}



/* ==============================================================
   0827更新分　合格前予約制度　ボタン
   ============================================================== */

.pink{
	
}
/* ==============================================================
   20211130更新分　ルームシェア
   ============================================================== */
img.new_mark{
	width: 20%;
	margin-bottom: 20px;
}
.share_toiawase{
	border: 1px dashed #d23a59;
	margin-bottom: 20px;
}
div.share_toiawase p{
	margin-top: 20px;
}
/* ==============================================================
   #top 今春は満室202203～
   ============================================================== */
#intro h2.manshitsu{
	 color:  #d23a59;
	border: solid 3px #d23a59;/*線色*/
  padding: 1em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
/* ==============================================================
   # 入居者向けイベント　event 202205～
   ============================================================== */
#health.event{
/*    background-color: #fffee9;
    background: linear-gradient(to bottom, #fffee9 0%,#f2ffdf 100%);*/
	background-color: #eff2ff;
	padding-top: 0;
}
#health.event h2{
	background: #568eea;
	background: linear-gradient(to right, #568eea 0%,#7e9fd3 100%);
	background: linear-gradient(to right,  #568eea 0%,#7e9fd3f 100%);
}

#health.event .catch{
	color: #333cb4;
}
/* ==============================================================
   #top ムービー
   ============================================================== */
.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%;
}









/******** マップ下の移植部分、再現用css ********/

.bannar_area_flex{
	width:100%;
	display:flex;
	flex-wrap:warp;
	flex-direction:column;
	}
.bannar_image{
	width:100%;
	}
img.bannar{
	width:100%;
	padding:2%;
	border:#FFFFFF solid 5px;
	}
	
.to_map_btn p{
	display:block;
	width:300px;
	background-color:#EB6DA5;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	height:50px;
	padding-top:12px;
	border-radius:5px;
	}
.to_map_btn a:hover p{
	background-color:#E4334E;
}


.map_bannar{
	width:97%;
	position:relative;
	background-color:#E60012;
	padding-top:20px;
	padding-bottom:20px;
	margin:30px auto;
	}
.balloon1 {
  position: relative;
  display: block;
  margin: 20px auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 300px;
  color: #E60012;
  font-size: 20px;
  font-weight:bold;
  background: #FFF;
  border-radius: 20px;
  text-align:center;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #FFF;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.lefty p{
	color:#FFFFFF;
	width:90%;
	margin:20px auto;
}
.lefty strong{
	font-weight:bold;
	color:#FFFF00;
}
.rity img{
	display:block;
	width:150px;
	margin:0 auto;
	}

@media (min-width: 768px) {
.bannar_area_flex{
	width:100%;
	display:flex;
	flex-wrap:warp;
	flex-direction:row;
	}
.rity img{
	position:absolute;
	display:block;
	width:150px;
	margin:0 auto;
	right:20px;
	bottom:10px;
	}

}





/*********  about.htmlリスト用追加  ************/

.ul_flex{
	display:flex;
	margin:20px auto;
	flex-direction:column;
}
ul.ul_width{
	min-width:400px;
}

@media (min-width: 768px) {
.ul_flex{
	flex-direction:row;
}
}




/************  flow.html 追記吹き出し部分   ****************/


.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f7ebeb;
  border:none;
  box-sizing: border-box;
  border-radius:40px;
  padding:20px;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #f7ebeb;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FFF;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}

.balloon2-left{
	display:none;
	visibility:hidden;
}

@media (min-width: 768px) {
.balloon2-top{
	display:none;
	visibility:hidden;
}
.balloon2-left {
  display:block;
  visibility:visible;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f7ebeb;
  border: none;
  box-sizing: border-box;
  border-radius:40px;
  padding:40px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #f7ebeb;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #FFF;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}
}

/* add241030 NEWS feed読み込み */

#news{
	background-color: #fff;
}
#news ul,
#news ul li {
	margin: 0;
	padding: 0;
}

#news ul li:nth-child(n+6) {
	/* 5番目以降は非表示 */
	display: none;
}
#news ul li a {
	background-color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 20px 15px 0;
	position: relative;
	color: #000;
}
#news ul li + li {
	border-top: #DDD solid 1px;
}
#news ul li a:hover{
	color:#EB6D9A;
}
#news ul li a::after {
	content: "";
	border-top: #CCC solid 2px;
	border-left: #CCC solid 2px;
	width: 10px;
	height: 10px;
	transform: rotate(135deg);
	margin: auto;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	transition: right ease-out .2s;
}
#news ul li a:hover::after {
	border-top: #EB6D9A solid 3px;
	border-left: #EB6D9A solid 3px;
	right: -5px;
}
#news ul.sc {
	border:#DDD solid 1px;
	border-radius: 4px;
	height: 360px;
	padding: 15px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
#news ul.sc li:nth-child(n+6) {
	/* 5番目以降は非表示 */
	display: inherit;
}

#news time {
	font-size: 12px;
	color: #EB6D9A;
	display: block;
	float: left;
	line-height: 1.6;
	    min-width: 5em;
	margin-right: 1em;
}
#news .blog-title {
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 1.6;
	overflow: hidden;
	margin: auto;
}
@media screen and (min-width: 1024px) {
	#news {
		padding: 50px 0;
	}
	#news ul li a {
		display: block;
		font-size: 16px;
		padding: 15px 20px 15px 0;
	}
	#news time,
	#news .blog-title {
		font-weight: normal;
		font-size: 16px;
	}
}

h2.common-title{
	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;
}
h2.common-title span{
	position: relative;
}
h2.common-title 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;	
}
h2.common-title 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) {
	h2.common-title{
		font-size: 24px;
		margin:30px 0 40px 0;
	}
	
	h2.common-title 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;	
	}
	h2.common-title 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) {
	h2.common-title{
		font-size: 32px;
		margin:40px 0 70px 0;
		letter-spacing: 1px;
	}
	h2.common-title 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;	
	}
	h2.common-title 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;	
	}	
}