@charset "utf-8";
@font-face{
	font-family: "Sawarabi Gothic";
	src:url(../font/SawarabiGothic-Regular.ttf) format('woff');
}

* {
  margin: 0;
  padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}
 
html {font-size: 62.5%;}
 
body {
  font: 500 1.4rem/1.6 "Sawarabi Gothic","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #4c4c4c;
	overflow-x: hidden;
}

footer{
	margin: 0 auto;
	display: block;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
 
p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 2.8rem;
}
 
ul {list-style: none;}
 
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
 
form label {cursor: pointer;}
 
a {
	text-decoration: none;
	color: #4c4c4c;
	display: block;
}

a:hover, a:active, a:focus {
	color: #b2b2b2;
	transition : all 0.3s ease 0s;
}
 
a img {border: none;}

img{margin: 0 auto;}

h2{
	border-left: 10px solid #f3962c;
	padding: 3px 10px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px!important;
}
.bold{font-weight: bold;}
.txtCen{text-align: center;}
.marTop30{margin-top: 30px;}
.bg_orange{background-color: #f3962c;}

.cf:after {
  display: block;
  clear: both;
  content: '';
}

.swiper.mainvisual{
	position:relative;
	margin-bottom: 30px;
	height: 600px;
	overflow: inherit;
}

.swiper-contents-wrap{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50% , -50%);
	z-index: 2;
	width: 100%;
    padding: 0 15px;
}
.swiper-text{
	font-size: 2.5rem;
	text-align: center;
	color: #131521;
	margin-bottom: 30px;
}
.swiper-text span{font-weight: bold;}
.swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 600px;
}
.swiper-slide{position: relative;}
.swiper-slide:after{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	right:0;
	left:0;
	background-color: #fff;
	opacity: 0.5;
	display: block;
}
.swiper-search-wrap{
	width:100%;
	display:flex;
	justify-content: center;
	flex-flow: column;
}
.swiper-search-box{
	width: 100%;
	background-color: #fff;
	margin-bottom:20px;
	padding:15px;
	height:156px;
}
.swiper-search-box:last-child{margin-bottom:0; }
.swiper-search-box .img{margin-bottom: 15px;}

.btn-wrap {display: flex;}
.accordion-wrap{
	width: 50%;
	margin: 0 5px;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.btn:hover{cursor:pointer;}
.btn-wrap .btn{
	width: 100%;
	position:relative;
	padding: 12px 0;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.btn-wrap .btn:before{
	content: '▼';
	position: absolute;
	top: 50%;
	right:0;
	transform: translate(-50%,-50%);
}
.btn-wrap .btn.chintai{background:#3b8550;}
.btn-wrap .btn.buy{background:#17499d;}

.contents {
  text-align: center;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.contents.is-open {
	width: 100%;
	line-height: normal;
	height: auto;
	opacity: 1;
	z-index: 999;	
}
.contents.is-open a{color: #fff;}
.contents ul li{padding: 10px 0;}
.contents.chintai ul li:nth-child(even){background:#B5D0C4;}
.contents.chintai ul li:nth-child(odd){background:#499F78;}
.contents.buy ul li:nth-child(even){background:#7B97C5;}
.contents.buy ul li:nth-child(odd){background:#4D74B5;}
.swiper-slide .price{font-size: 2rem; font-weight: bold; color: red;}
.swiper-slide .description{word-break: break-all;}

.section_bace{
	max-width: 950px;
    margin: 0 auto;
	padding: 0 15px;
}

.section_bace>div{
	margin-bottom: 30px;
}

.section_bace>div:last-child{
	margin-bottom: 0;
}

.section_bace>div p{margin-bottom:15px;}

.sp{display: block}
.pc{display: none;}

@media screen and (min-width:500px){/* タブレットサイズ */
	p.PCcenter-SPleft{text-align:left;}
	.sp{display: none;}
	.pc{display: block;}
	
	.pc_txt_Cen{text-align: center;}
	
	.swiper{margin-bottom: 60px;}
	.swiper-contents-wrap{max-width: 720px;}
}

@media screen and (min-width:900px){/* デスクトップサイズ */
	p.PCcenter-SPleft{text-align:center;}
	.swiper-contents-wrap{padding:0;}
	.swiper-text{font-size: 4rem;}
	.swiper-search-wrap{flex-flow: row;}
	.swiper-search-box{
		width: calc(100% - 20px)/2;
		height:143px;
		margin-right: 10px;
		margin-bottom:0;
	}
	.swiper-search-box:last-child{margin-right: 0;}
	.btn-wrap .btn:before{content: none;}

	.indexpcmode .swiper-search-wrap {
		display:inline-flex;
	}
	.indexspmode .swiper-search-wrap{
		display: none;
	}
}

@media screen and (min-width:500px){/* タブレットサイズ */
	.under_features{
		margin-left:0px;
	}
}
@media screen and (min-width:900px){/* デスクトップサイズ */
	.under_features{
		margin-left:120px;
	}
}

/* Header--------------------------------------------------------------- */

header .hd_logo{
	padding:12px 15px;
}

header,header nav.hd_menu{
	background-color: #17499d;
}

header nav.hd_menu ul{
	display: flex;
}

header nav.hd_menu ul li{
	width: 20%;
	padding: 5px 8px;
	text-align: center;
}

header nav.hd_menu a{
	color: #fff;
	font-size: 0.5rem;
}

header nav.hd_menu a img{
	display: block;
	margin: 0 auto;
}

nav.fixed_menu{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 66px;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}

nav.fixed_menu ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 8px;
}

nav.fixed_menu ul li{
	width: calc( 50% - 8px );
	height: 55px;
	border-radius: 4px;
}

nav.fixed_menu ul li.tel{
	background-color: #0f94d4;
	border-bottom: 3px solid #085073;
}
nav.fixed_menu ul li.mail{
	background-color: #4caf3c;
	border-bottom: 3px solid #26581E;
}

nav.fixed_menu ul li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

@media screen and (min-width:500px){
	
	header{
		margin-bottom: 15px;
	}
	
	header .hd_logo_con{padding:15px 30px;}
	
	header .hd_contact > div{
		margin-bottom: 10px;
	}

	header,header nav.hd_menu{
		background-color: transparent;
	}

	header nav.hd_menu ul{
		display: flex;
		justify-content: center;
	}

	header nav.hd_menu ul li{
		width: 120px;
		margin: 10px 15px;
		padding: 0;
		border-bottom:2px solid #000;
	}

	header nav.hd_menu a{
		display: block;
		color: #595757;
		font-size: 2rem;
		padding: 0; 
	}

	header nav.hd_menu a img{
		display: none;
	}
}

/* Header Menu---------------------------------------------------------- */
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	background: #fff;
}
.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 30px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: list-item;
}

li.menu__single ul.menu__second-level li {
	text-align: left !important;
}
li.menu__single ul.menu__second-level li a {
	font-size: 1.5rem;
}

.sp-head{display: block !important;}
.pc-head{display: none !important;}

@media screen and (min-width:500px){/* タブレットサイズ */
	.sp-head{display: none !important;}
	.pc-head{display: block !important;}
}

@media screen and (min-width:900px){/* デスクトップサイズ */
	li.menu__single:hover ul.menu__second-level {
		top: 40px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
}

/* モーダルウィンドウ */
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	/* height: 300px; */
	background-color: #b1b9d9;
	border-radius: 5px;
	z-index: 11;
	padding: 2rem;
}
/* オーバーレイ */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
}
.modal-window ul li {
	/* border-bottom: 1px solid #3d3d3d; */
	padding: 18px 12px;
	background-color: #fff;
	border: 1px solid #0d37a7;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
.modal-window ul li a {
	color: #0d37a7;
}
.modal-window ul li:last-child{
	margin-bottom: 0;
}


/* Footer--------------------------------------------------------------- */

footer{width: 100%;}

footer .ft-bg{
	padding: 30px 15px 80px 15px;
	background-color: #f4f4f4;
}

footer .ft-padding{
	max-width: 950px;
    margin: 0 auto;
}

footer .ft_contact a img{margin-bottom: 15px;}

footer .ft_access p {font-size: 1em; margin-bottom: 30px;}

footer .ft_menu ul li{
	padding: 15px 0;
	border-bottom: 1px dashed #444;
	text-align: center;
	
}

footer .ft_menu ul li:last-child{margin-right: 0;}

footer .ft_menu ul li a{display: block;}

footer .ft_access img{margin-bottom: 10px;}

footer .ft-padding-p{font-size: 1.1em;}

footer .copyright {padding-top: 30px;}

/* トップへ戻るボタン */
/* スマホ表示だと戻るボタンがフッターに隠れるのでスマホ表示の位置を別で設定する */
@media screen and (min-width:850px){
	.topIcon {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 999;
		cursor:pointer;
		width: 60px;
		height: 60px;
		background-image:url(../img/arrow.svg);
		background-size: 30px;
		background-repeat: no-repeat;
		background-color:#1E1E1E;
		background-position: center center;
		border-radius: 3px;
		color: #fff;
		opacity: 0;
		transition: all .3s;
	}
}

@media screen and (max-width:850px){
	.topIcon {
		position: fixed;
		bottom: 70px;
		right: 20px;
		z-index: 999;
		cursor:pointer;
		width: 60px;
		height: 60px;
		background-image:url(../img/arrow.svg);
		background-size: 30px;
		background-repeat: no-repeat;
		background-color:#1E1E1E;
		background-position: center center;
		border-radius: 3px;
		color: #fff;
		opacity: 0;
		transition: all .3s;
	}
}


.topIcon:hover {opacity: 0.9;}
.topIcon input{display: none;}
.topIcon input+div{transition:1s;}

.fadein{opacity: 1;}

@media screen and (min-width:768px){
	footer .ft-bg{
		padding-bottom: 30px;
		background-color: #f4f4f4;
	}
	
	footer .ft-padding-p{font-size: 1.4em;}
	
	footer .ft_contact{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	footer .ft_contact a{
		width: 50%;
		margin-right: 15px;
	}
	
	footer .ft_contact a:last-child{margin-right: 0;}
	
	footer .ft_menu{width: 100%;}
	
	footer .ft_menu ul{
		display: flex;
		justify-content: center;
	}
	
	footer .ft_menu ul li{
		border-bottom: 0;
		padding: 0 8px;
		position: relative;
		text-align: left;
	}
	
	footer .ft_menu ul li a{font-size: 1.2em;}
	
	footer .ft_menu ul li:first-child a:before{
		content: "|";
		position: absolute;
		left:0;
	}
	footer .ft_menu ul li a:after{
		content: "|";
		position: absolute;
		right: -2px;
	}
	
}

/* index--------------------------------------------------------------- */

.wrap section{
	display: block;
	margin: 0 auto 60px auto;
	max-width: 950px;
}

.main_contents{
	padding: 0 15px;
}

.main_contents ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.main_contents ul li{
	width: calc( 50% - 5px );
	text-align: center;
	overflow: hidden;
	margin-right:5px;
	margin-bottom: 5px;
}

#new-house{
	display: block;
	margin: 0 auto 60px auto;
}
#new-house.bg-chintai{background-color: #e2ede5;}
#new-house.bg-buy{background-color:#CCDAF1}
.tabs {
	padding-bottom: 40px;
	max-width:1000px;
	margin:50px auto 0 auto;
}
.tab_item {
  width: calc(100%/2);
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
input[name="tab_item"] {display: none;}

.swiper-custom-parent{
	/* border: 1px solid #ccc; */
	/* margin: 100px 100px 0; */
	max-width: 1000px;
	position: relative;
	/* background-color: #e2ede5; */
}

.swiper-custom-parent-rent{
	background-color: #e2ede5;
	margin: 10px auto 0 auto;
}

.swiper-custom-parent-sale{
	background-color: #CCDAF1;
	margin: 10px auto 0 auto;
}

.newhouse-container-rent {
	/* display: none; */
	margin-bottom: 0!important;
	padding: 40px 15px!important;
	clear: both;
	overflow: hidden;

	max-width: 900px;
}

.newhouse-container-sale {
	/* display: none; */
	margin-bottom: 0!important;
	padding: 40px 15px!important;
	clear: both;
	overflow: hidden;

	max-width: 900px;
}

/*
#new-chintai:checked ~ #content-chintai,
#new-buy:checked ~ #content-buy {
  display: block;
}
.tabs #new-chintai:checked + .tab_item.chintai {
  background-color: #e2ede5;
  color: #3b8550;
}
.tabs #new-buy:checked + .tab_item.buy {
  background-color: #99B5E4;
  color: #17499d;
}
*/

.tab_item.chintai {
	background-color: #e2ede5;
	color: #3b8550;
	/* border: 1px solid #ccc; */
}
.tab_item.buy {
	background-color: #CCDAF1;
	color: #17499d;

	/* border: 1px solid #ccc; */
}

.newhouse-container-rent .swiper-slide{
	margin: 0 ;
	-webkit-transition: width .8s ease,height .8s ease;
	transition: width .8s ease,height .8s ease;
}
.newhouse-container-rent .swiper-slide img{
	height: 191px;
}
.newhouse-container-rent .swiper-slide:after{content: none;}

.newhouse-container-sale .swiper-slide{
	margin: 0 ;
	-webkit-transition: width .8s ease,height .8s ease;
	transition: width .8s ease,height .8s ease;
}
.newhouse-container-sale .swiper-slide img{
	height: 191px;
}
.newhouse-container-sale .swiper-slide:after{content: none;}

.main_contents .title{margin-bottom: 20px;}
.main_contents .contents-bnr{display: flex;flex-wrap: wrap;}
.main_contents .contents-bnr a{
	width:calc(50% - 10px);
	margin: 0 5px 5px 5px;
}
.main_contents .contents-bnr a img{width:100%;}
.main_contents ul li:nth-child(2n){margin-right: 0;}
.main_contents ul li img{width: 100%;}
.main_contents ul li a{display: block;}

.index-topics ul li {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	width:100%!important;
	margin: 16px 0;
	padding: 15px 0 0 0;
	border-top: 1px dashed #666;
}

.index-topics ul li:last-child{
	padding-bottom: 15px;
	border-bottom: 1px dashed #666;
}

.index-topics ul li .txt {padding-left: 15px;
}

.index-topics ul li .new {
	color: #D72E31;
	border: 2px solid #D72E31;
	border-radius: 5px;
	padding: 1px 8px;
	margin-left: 8px;
}

.index-topics ul li .date {margin-right: 20px;}

#bnr{background-color:#ededed; }
.bnr-wrap{
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto!important;
	padding: 60px 0!important;
	padding-bottom: 20px!important;
    max-width: 950px;
}
.bnr-wrap li{
	width:calc(50% - 10px);
	margin: 0 5px 5px 5px;
}

@media screen and (min-width: 769px) {
	.index-topics ul li a time {
		margin-right: 40px;
	}
}

.index-topics ul li .txt {
	padding-left: 15px;
}

.index-topics ul li .new {
	color: #D72E31;
	border: 2px solid #D72E31;
	border-radius: 5px;
	padding: 1px 8px;
	margin-left: 8px;
}

@media screen and (min-width:500px){
	
	.wrap section{margin: 0 auto 90px auto;}
	
	.main_contents ul li,.sp_col1 .tintai_buy_box{
	width: calc( 50% - 15px );
	margin-right:15px;
	margin-bottom:10px;
	}
	
	.main_contents ul li:nth-child(2),.sp_col1 .tintai_buy_box:nth-child(2){margin-right: 0;}
	
	.main_contents ul li:nth-child(3),
	.main_contents ul li:nth-child(4){margin-bottom: 0;}	
	
	#new-house{margin: 0 auto 90px auto;}
	
	.index-topics ul {padding: 12px 100px;}
	
	.bnr-wrap li{
	width:calc((100% - 30px)/ 3);
	margin: 0 5px 5px 5px;
}
}

@media screen and (min-width:900px){
	.main_contents .contents-bnr a{
	width:calc((100% - 10px)/4);
	margin: 0 1px;
	}
}

/* buy--------------------------------------------------------------- */

.wrap section.wide-section{
	max-width: 100%;
}

.wrap section.wide-section .section_bace{
	padding: 60px  15px;
}

.bg-green{
	background: -webkit-repeating-linear-gradient(-45deg, #e1eba3, #e1eba3 10px, #ccdd64 10px, #ccdd64 20px);
	-webkit-background-size: 28px 28px;
}

.top-txt{font-size: 1.2em;}

.follow_h {
	position: relative;
	background: #efefef;
	padding: 8px 5px 8px 55px;
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 25px 0px 0px 25px;
	color: #474747;
}

.follow_h:before {
	content: "";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: #0f94d4;
	background: #fff;
	font-weight: bold;
	font-size: 1.5em;
	width: 44px;
	text-align: center;
	height: 44px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 2px #2F2F2F; 
	border-radius: 50%;
}

.follow1:before{content: "1";}
.follow2:before{content: "2";}
.follow3:before{content: "3";}

.follow_txt{padding:10px 20px;}

.arrow{margin:15px 0;}

@media screen and (min-width:500px){
	.mid_contact .omakase{
		font-size: 1.5em;
	}
}

/* about--------------------------------------------------------------- */
#about{
	background: url("../img/top-about-bg.jpg")no-repeat center / cover;
	padding: 90px 0;
}
#about .main_contents{margin-bottom: 0;}

/* company--------------------------------------------------------------- */

.message{line-height:2.5em;}

.com_tbl {
	width: 100%;
	margin: 0 auto;
}

.com_tbl th,.com_tbl td{
		border-bottom: solid 1px #ccc;
		padding: 10px;
		width: auto;
	}

@media screen and (max-width: 500px) {
	
	.com_tbl td{
	border-bottom: none;
	}
	
	.com_tbl th,
	.com_tbl td {
		display: block;
		width: 100%;
	}
	
	.com_tbl th{background-color: #C5C5C5;}

}
/* contact--------------------------------------------------------------- */

#mfp_confirm_table {
    width: 100%;
    margin-bottom: 30px;
}

.mfp_buttons {
    text-align: center;
}

.contact_row p{
	width: 100%;
	font-weight: bold;
	padding: 10px;
	background-color:#f4f4f4;
	vertical-align: middle;
	margin-bottom: 1em;
}

.contact_row input{
	width: 100%;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 1em;
	padding: 0 10px;
}

.contact_row input.required{
	background-color: #fbdebc;
}

.contact_row .radio_box{
	display: inline-block;
	padding: 0 0 20px 0;
	width: 100%;
}

.contact_row .radio_box .radio_input{
	display: none;
}

.contact_row .radio_box .radio_input + label{
	position: relative;
	padding-left: 20px;
}

.contact_row .radio_box .radio_input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.contact_row .radio_box .radio_input:checked + label{
	color: #f3962c;
}

.contact_row .radio_box .radio_input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 9px;
	height: 9px;
	background: #f3962c;
	border-radius: 50%;
}

.contact_row textarea{
	border-color: #ccc;
	border-radius: 3px;
	width: 100%;
	height: 200px;
}

.contact_row p .small{font-size: 12px;}

.submit_wrap{
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.contact_button {
	display       : inline-block;
	border-radius : 3px;
	font-size     : 13pt;
	text-align    : center;
	cursor        : pointer;
	margin-bottom: 10px;
	padding       : 12px;
	background    : #fff;
	color         : #4c4c4c;
	line-height   : 1em;
	transition    : .3s;
	border        : 2px solid #4c4c4c;
}
.contact_button:hover {
	color         : #fff;
	background    : #f3962c;
	border-color: #f3962c;
}

form .privacy{
	padding: 12px;
	margin: 60px 0;
	text-align: right;
}
form .privacy span a{color: #fff;}

@media screen and (min-width:500px){
	.contact_row{
		display: table;
		align-items: center;
		margin-bottom: 5px;
	}

	.contact_row input{width: 350px;}
	
	.contact_row .radio_box{
		margin-left: 10px;
		padding: 15px 0;
	}
	
	.contact_row input,
	.contact_row textarea{
		margin-left: 10px;
		margin-bottom: 0;
	}
	
	.contact_row p{
		display: table-cell;
		width: 200px;
		margin: 0;
	}
	
	.radio{
		display: flex;
		flex-flow: column;
		width: 100%;
	}
	
	.contact_row .radio_box{width: auto;}
	
	.contact_row textarea{vertical-align: middle;}
	
	.submit_wrap{flex-flow: row;}
	
	.submit_wrap input{margin-right: 15px;}
	
	.submit_wrap input:last-child{margin-right: 0;}
	
}

.mapimg{margin-bottom: 30px;}
.mapimg_smp{margin-bottom: 10px;}

@media screen and (min-width:850px){
	.breadcrumb2-par {
		display: flex; 
		justify-content: center;
	}

	.breadcrumb2 {
		width:700px;
		margin-right:350px;
	}

	.breadcrumb2 ul{
		/* background-color: #d6d6d6; */
		/* width: 100%; */
		display: flex; 
		padding: 10px;
		/* overflow-x: auto; */
		white-space: nowrap;
		/* justify-content: center; */
	}

	.breadcrumb2 li{
		padding-left: 10px;
		font-size: 1.7rem;
	}

	.breadcrumb2 span::after{
		/* font-family: "Font Awesome 5 Free"; */
		content: '>';
		padding-left: 10px;
		/* color: rgb(65, 65, 65); */
	}
	.breadcrumb2 li:last-child span::after{ content: ''; }
}

@media screen and (max-width:850px){
	.breadcrumb2-par {
		display: flex; 
		/* justify-content: center; */
	}

	.breadcrumb2 {
		/* width:700px; */
		/* float: left; */
		/* margin-right:350px; */
	}

	.breadcrumb2 ul{
		/* background-color: #d6d6d6; */
		/* width: 100%; */
		display: flex; 
		padding: 10px;
		/* overflow-x: auto; */
		/* white-space: nowrap; */
		/* justify-content: center; */
	}

	.breadcrumb2 li{
		padding-left: 10px;
		/* font-size: 1.7rem; */
	}

	.breadcrumb2 span::after{
		/* font-family: "Font Awesome 5 Free"; */
		content: '>';
		padding-left: 10px;
		/* color: rgb(65, 65, 65); */
	}
	.breadcrumb2 li:last-child span::after{ content: ''; }
}

@media screen and (min-width:500px){	
	.pcmode{ display: block;}
	.spmode{ display: none;}
}
@media screen and (max-width:500px){	
	.pcmode{ display: none;}
	.spmode{ display: block;}
}
@media screen and (max-width:899px){
	.indexpcmode{
		display:none;
	}
	.indexspmode  {
		display: block;
	}
}
@media screen and (max-width:899px){
	.indexpcmode{
		display:none;
	}
	.indexspmode  {
		display: block;
	}
}


.footer_notice
{
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}

.inquire_adv
{
  margin:0 auto !important;
  padding:5px;
  max-width: 950px;
  background-color: white;
}

.inquire_adv a
{
   display: inline;
   text-decoration: underline !important;
}

.news-comment
{
	margin-top:5px !important;
	font-size:16px !important;
	text-align: center !important;
}

.news-comment a
{
   display: inline;
   text-decoration: underline !important;
}