
/*------------------------*/
/* all
/*------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 2.0;
	color: #000;
}
body#en {
	font-family: sans-serif;
}
body#en {
	word-break: break-word!important;
}
body#ch {
	font-family: "Microsoft Yahei","PingHei" ,"sans-serif";
}
@media screen and (min-width: 51em) {/*816px～*/
	body {
		font-size: 16px;
	}
}
.cf:after {
	content:" ";
	display:block;
	clear:both;
}
a,a:hover,a:visited {
	color: inherit;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
#pageTopBtn {
	position: fixed;
	bottom: 2%;
	right: 2%;
	font-size: 13px;
}
#pageTopBtn .btn {
	background: #666;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	position: relative;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
#pageTopBtn .btn:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
	margin-right: -6px;
}
#pageTopBtn .btn.hover {
	text-decoration: none;
	background: #999;
}
span.br_sp {
	display: inline-block;
	margin: 0.2em!important;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}
.subtext {
	font-size: 13px!important;
}

.redTtl {
	background: #C3321E;
	color: #fff;
	width: 100%;
	max-width: 800px;
	height: 56px;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}

.blueTtl {
	background: #2B3D57;
	color: #fff;
	width: 100%;
	max-width: 276px;
	height: 56px;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 20px;
}

.btn {
	border-radius: 4px;
	text-align: center;
	position: relative;
	line-height: 1;
	transition: 0.2s;
}
.btnArea {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
}
#main_visual .btnArea {
	width: 80%;
	margin: 0 auto;
	padding: 2em 0;
	text-align: center;
}
.btn.propBtn {
	background: #000;
	color: #fff;
	width: 100%;
	max-width: 700px;
	min-height: 50px;
	line-height: 150%;
	display: block;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 18px;
}
.btn.propBtn.hover {
	background: #666;
}
.btn.infoBtn {
	background: #ee7728;
	color: #fff;
	width: 100%;
	max-width: 276px;
	height: 56px;
	line-height: 150%;
	display: block;
	border-radius: 100px;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 20px;
}
.btn.infoBtn.hover {
	background: #F19055;
}
.btn.baseBtn {
	background: #75bcde;
	color: #fff;
	width: 100%;
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 18px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.btn.baseBtn.hover {
	background: #73caf4;
}
.btn.formBtn {
	background: #f69e04;
	color: #fff;
	width: 100%;
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 18px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.btn.formBtn.hover {
	background: #f6ba04;
}
.btn.returnBtn {
	background: #ccc;
	color: #fff;
	width: 100%;
	max-width: 380px;
	display: block;
	margin: 0 auto;
	padding: 0.7em;
	text-align: center;
	font-size: 18px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.btn.returnBtn.hover {
	background: #eee;
}
.btn.base.hover,
.hover .btn.base {
	background: #82d1f7;
}
.btnArea.form .form {
	width: 65%;
	display: inline-block;
	margin: 0 5px;
}
.btnArea.form .return {
	width: 25%;
	display: inline-block;
	margin: 0 5px;
}
@media screen and (min-width: 41em) {
	.redTtl,
	.blueTtl {
		max-width: 800px;
		height: 123px;
		line-height: 150%;
		font-size: 42px;
	}
	.btn.propBtn {
		max-width: 800px;
		height: 100px;
		line-height: 150%;
		font-size: 32px;
	}
	.btn.infoBtn {
		max-width: 600px;
		height: 123px;
		line-height: 150%;
		font-size: 42px;
	}
}
@media screen and (min-width: 60em) {
	.btnArea {
		width: 70%;
		margin: 0 auto;
	}
	.btn.propBtn,
	.btn.infoBtn,
	.btn.formBtn,
	.btn.baseBtn {
		min-width: 300px;
	}
	.propBtn,
	.infoBtn,
	.btn.formBtn,
	.btn.baseBtn,
	.btn.returnBtn {
		padding: 1em;
	}
}
/*------------------------*/
/* #header
/*------------------------*/
#header {
	width: 100%;
	position: relative;
	z-index: 9999;
}
#header .inner {
	width: 100%;
	max-width: 100%;
	position: relative;
}
#header .h_logo {
	width: 120px;
	height: auto;
	position: absolute;
	left: 5px;
	top: 10px;
}
#header .drawer-nav li .lang {
	text-align: center;
	margin: 0 auto;
}
#header .drawer-nav li .lang .btn a {
//	background: rgba(255,255,255,0.4);
	color: #fff;
	text-align: center;
	display: inline-block!important;
	padding: 0.5em;
	margin: 0 5px;
//	font-size: 16px;
}
#header .drawer-nav li .lang .btn.hover a {
//	background: rgba(255,255,255,0.6);
}
#header .drawer-nav li .lang .drawer-menu-item {
//	font-size: 12px;
}
@media screen and (min-width: 41em) {
	#header .drawer-nav li .lang {
		margin-right: 10px;
	}
	#header .drawer-nav li .lang .lang_title {
		display: none;
	}
	#header .drawer-nav li .lang .btn a {
		width: 100px;
		padding: 4px;
		margin: 0 2px;
		font-size: 12px;
//		background: rgba(255,255,255,0.4);
	}
	#header .drawer-nav li .lang .btn.hover a {
//		background: rgba(255,255,255,0.6);
	}
	#header .drawer-nav li .lang .drawer-menu-item {
		line-height: 20px;
	}
}
#footerBtn .inner {
	width: 100%;
	padding: 0;
}
#contactArea {
	font-family: arial, sans-serif;
	font-size: 14px;
	position: absolute;
	padding: 0;
	right: 5px;
	top: 5px;
	color: #000;
	line-height: 1;
}
#contactArea div {
	float: left;
	padding: 10px;
}
#contactArea span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#contactArea .heading_pc {
	display: none;
}
#contactArea .heading_sp {
	display: block;
}
#contactArea .heading_sp .btn {
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	border-radius: 2em;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	background: #f69e04;
	padding: 10px;
	line-height: 1;
}
#contactArea .heading_sp .btn.hover {
	background: #f6ba04;
}
#contactArea .heading_sp img {
	display: block;
	width: 100%;
	height: auto;
}
#contactArea .tel {
	margin-bottom: 0;
}
#contactArea .time {
	display: none;
}
#contactArea .text {
	display: none;
}
@media screen and (min-width: 60em) {
	#header .h_logo {
		width: 140px;
		height: auto;
	}
	#contactArea {
		padding: 8px 10px 10px;
		right: 1%;
		top: 10px;
		background: #fff;
		box-shadow: 0 4px 4px 2px rgba(0,0,0,0.2);
		z-index: 99999;
	}
	#contactArea a {
		background:#fff;
	}
	#contactArea div {
		padding: 0;
		display: block;
		float: none;
	}
	#contactArea .time {
		font-size: 12px;
		display: inline-block;
		margin-left: 5px;
	}
	#contactArea .heading_sp {
		display: none;
	}
	#contactArea .heading_pc {
		display: inline-block;
		width: 4.5em;
		font-size: 16px;
		text-align: center;
		background: #f69e04;
		font-weight: bold;
		color: #fff;
		letter-spacing: 1px;
		padding: 6px 10px 3px;
		margin-right: 10px;
	}
	#contactArea .text {
		display: inline-block;
	}
	#contactArea .text .btn.hover {
		text-decoration: underline;
	}
	#contactArea .tel {
		margin-bottom: 10px;
		font-size: 20px;
	}
}
/*------------------------*/
/* .customer
/*------------------------*/
.customer {
	margin: 30px 0;
}
.customer h3 {
	width: 100%;
	background: #535353;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 0.5em;
	position: relative;
	z-index: 1;
}
.customer h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #535353;
}
.customer img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 60em) {
	.customer h3 {
		font-size: 28px;
	}
	.customer h3:before{
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -28px;
		border: 28px solid transparent;
		border-top: 28px solid #535353;
	}
}
/*------------------------*/
/* #footer
/*------------------------*/
#footer {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	text-align: left;
	padding: 20px 0 60px;
	background: url(../../../img/pc/global/footer_bg_img_s.png) no-repeat center;
}
#footer .logo {
	width: 80%;
	margin: 20px auto 40px;
}
#footer .housecom {
	margin: 10px 0;
}
#footer .housecom p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
}
#footer .footertext {
	padding-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
#footer .footertext span {
	display: inline-block;
}
#footer .copyright {
	font-size: 14px;
	color: #fff;
}
@media screen and (min-width: 41em) {
	#footer {
		background: url(../../../img/pc/global/footer_bg_img_l.png) no-repeat center;
	}
}
@media screen and (min-width: 60em) {
	#footer {
		padding: 40px 0 60px;
	}
}

.forSP {
	display: block !important;
}
@media screen and (min-width: 41em) {
	.forSP {
		display: none !important;
	}
}


.empty {
  padding: 1px;
}

.fntBold {
  font-weight: bold;
}

.supportArea .mapArea{
    display: block;
}
.supportArea .mapArea .global_map{
    margin-bottom: 24px;
}
.supportArea .mapArea .global_map img{
    margin-left: auto;
    margin-right: auto;
}

.supportArea .mapArea p{
    width: 100%;
    padding: 0px 20px;
    font-size:120%;
}
@media screen and (min-width: 41em){
    .supportArea .mapArea{
        display: flex;
    }
    .supportArea .mapArea p{
        width:50%;
        padding: 0px 20px;
        font-size: 120%;
    }
}
.lang .btn {
top: 6px;
}
.lang .entry_btn {
top: -9px;
}
#header .drawer-nav li .lang .entry_btn a {
    width: 170px;
}
#header .drawer-nav li .lang .entry_btn p {
    font-size: 130%;
    background: #ee7728;
    padding: 10px 10px;
    font-weight: bold;
    color: white;
    border-radius: 26px;
}
@media screen and (max-width: 1000px){
    .lang .entry_btn {
        display:none;
    }
}

.footer_move{
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    padding: 10px 40px;
}
.footer_move_btn{
    font-size: 18px;
    background: #ee7728;
    padding: 8px 0px;
    font-weight: bold;
    color: white;
    border-radius: 26px;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    border: 0 none;
}
#footer{
    padding: 17px 0 80px;
}
#pageTopBtn{
    bottom: 80px;
}
@media screen and (min-width: 41em){
    .footer_move{
        display: none;
    }
#pageTopBtn{
    bottom: 2%;
}
#footer{
    padding: 17px 0 60px;
}
}
.room_info{
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.room_info .room_info_title{
    width: 40%;
    box-sizing: border-box;
    border: 1px solid #73A567;
    padding: 0 6px;
}

.room_info .room_info_note{
    width: 60%;
    box-sizing: border-box;
    border: 1px solid #73A567;
    padding: 0 6px;
}
.room_info .room_info_photo{
    box-sizing: border-box;
    border: 1px solid #73A567;
    padding: 10px;
    height: 200px;
    table-layout: fixed;
    width: 300px;
}
.room_info .room_info_photo img{
    max-width: 280px;
    max-height: 180px;
    display: block;
    margin: 0 auto;
    table-layout: fixed;
}
.room_info .room_indo_address{
    line-height: 1.4em;
    padding: 6px;
}
.room_info .room_indo_address span{
  min-height: 58px;
  display: table;
  width: 100%;
}
.room_info .room_indo_address p{
  display: table-cell;
  vertical-align: middle;
}
.room_info .room_info_btn{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #73A567;
    padding: 10px;
    text-align: center;
}

.room_info .room_info_btn p{
    font-size: 130%;
    background: #ee7728;
    padding: 10px 10px;
    font-weight: bold;
    color: white;
    border-radius: 26px;
}
.prop_list li .box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.prop_list li .box:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}