@media print {
	
	@page  {
		margin: 20px;
	} 
	
	body {
        -webkit-print-color-adjust: exact;
		color:#666666;
		font-size:13px;
		line-height:160%;
		font-family:'Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','メイリオ','Meiryo', sans-serif;
		margin:0;
	}
	
    .noprint {
       visibility: hidden;
       display:none;
    }
    .print-resize-100 {
        flex: 0 0 100%;
        max-width:100%;
        font-size:1rem;
    }
    hr {
        margin-top:0.1rem;
        margin-bottom:0.1rem;
    }
	
	img {
		max-width: none !important;
	}
	  
	#map-canvas div > img {
		position: absolute;
	}

 }

body {        
	font-family: "M PLUS Rounded 1c"; 
	font-weight: 400; 
	font-style: normal;
}

hr {
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.0;
}

.h2, h2 {
    font-size: 1.8rem;
}

.header-bg {
    /*background-color:#0000AA;*/
	background: rgb(0,10,99);
	background: linear-gradient(180deg, rgba(0,10,99,1) 0%, rgba(4,20,167,1) 100%);
}

.footer-bg {
    background-color:#0000AA;
    font-size:11px;
	line-height:20px;
    color:#fff;
}

.footer-bg a {
    color:#fff;
}

.logo {
    padding:20px 25px 10px 25px;
}

.language {    
    color:#fff;    	
    padding:5px 10px 3px 10px;
    float:right;
    /*background-color: #fff;*/
	font-weight:bold;
	/*width: 120px; */
	width:50px;
}

.languageMobile {
	width: 120px; 
	position:absolute; 
	right:0px; top:-23px;
	color:#fff;    	
    padding:5px 10px 3px 10px;    
	font-weight:bold;
	text-align:right;
}

.navbar .nav-item {
    border-bottom:2px solid #0000AA;
    padding:0px 10px 0px 10px;
    font-size:16px;
    font-weight:bold;
}

@media (min-width: 992px) {
  .navbar .nav-item  a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .navbar .nav-item  a {
    font-size: 14px;
  }
}

.navbar .nav-item:hover {
    border-bottom:2px solid #fff;
}

.navbar .nav-item.active {
    border-bottom:2px solid #fff;
}

.nav-tabs .nav-link {
    background-color:#efefef;
    border-color:#c2c2c2;
    padding:10px 30px 10px 30px;
	font-weight:bold;
}

.nav-tabs .nav-link.active {    
    border-color: #888 #888 #fff;
}

.nav-tabs .nav-link:hover {
    border-top-color: #c2c2c2;
	border-left-color: #c2c2c2;
	border-right-color: #c2c2c2;
	border-bottom-color: #c2c2c2;
}

.header-bg .nav-link {
	color:#fff!important;
}

.bg-grey {
    background-color:#ececec;
    color:#000;
    font-weight:bold;
}

.results-number {
    background-color:#efefef;    
    font-weight:bold;
    padding:15px;
    font-size:19px;
    border-bottom:1px solid #e4e4e4;    
    line-height:32px;   
}

.options {
    background-color:#efefef;    
    font-weight:bold;    
    font-size:1.3rem;
    border-bottom:1px solid #e4e4e4;    
}

.propertiesList {
    font-size:1rem;
    border-bottom:1px solid #efefef;
    padding:20px 0px 20px 0px;
}

.propertiesTitle {
    font-weight: bold;
    color:#271f6a;    
}

.propertiesTitle a {
    font-weight: bold;
    color:#271f6a;
    font-size:1.6rem;
}


.propertyTitle h1 {
    font-weight: bold;
    color:#271f6a;
    font-size: 28px;
    line-height: 1.25em;
	font-family: Helvetica, Arial, sans-serif;
}

.propertyPrice h2 {
    color:#271f6a;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 0.9;
	font-size: 28px;
    font-weight: 700;
}

.fees {
    font-size:0.6em;    
}

.statusBoxes {    
    color:#fff;
    padding:5px 10px 5px 10px;
    display: inline-flex;
    margin:0px 5px 0px 0px;
}

.status-color span{
	 padding:2px 10px; 
	 margin:0px 5px 0px 5px;
	 text-align:center; 
	 color:#FFF;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.rent { background-color: #0000AA; }
.buy{background-color:#342f83;}
.let{background-color:#09C;}
.under{background-color:#063}
.reduce{background-color: #F00}
.new{background-color: #F60;}

.arrowLeft {
    background: url(../img/arrow_left.png) no-repeat center;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
	cursor:pointer;
}

.arrowLeft:hover {
    background: url(../img/arrow_left_hover.png) no-repeat center;
}

.arrowRight {
    background: url(../img/arrow_right.png) no-repeat center center;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
	cursor:pointer;
}

.arrowRight:hover {
    background: url(../img/arrow_right_hover.png) no-repeat center;
}

.imagesMini {
    margin:2px;
    width:47%;
}

.tools-tabs {
	background-color:#aaa;
	font-weight:bold;
}

.orange-tabs {
    background-color:#6269b3;
    margin-bottom:2px;    
    color:#fff;
    font-weight: bold;
    cursor:pointer;
}

    .orange-tabs:hover {
        background-color:#bbb;
    }

/*
.contactHeader {
    background-color:#e4e4e4;
    padding:10px;
    font-weight:bold;
}

.contactBox {
    background-color: #efefef;
    padding:20px;
}
*/

.contactText1 {
    font-size:1.5em;
    color:#271f6a;
}

.contactText2 {
    font-size:1.5em;
    color:#271f6a;
}

.contactText3 {
    font-size:1.5em;
    color:#271f6a;
}

@media (max-width: 576px) {
    .contactText1 {
		font-size:1.0em;
	}
	
	.contactText2 {
		font-size:1.0em;
	}	
	
	.contactText3 {
		font-size:1.0em;
	}
}


/*
.contactText1 {
    font-size:1.5em;
    color:#271f6a;
}

.contactText2 {
    font-size:2.2em;
    color:#271f6a;
}

.contactText3 {
    font-size:2.8em;
    color:#271f6a;
}

@media (max-width: 992px) {
	.contactText1 {
		font-size:1.1em;
	}
	
	.contactText2 {
		font-size:1.5em;
	}
	
}

@media (max-width: 767px) {
	.contactText1 {
		font-size:1.1em;
	}
	
	.contactText2 {
		font-size:1.6em;
	}
}

@media (max-width: 576px) {
    .contactText1 {
		font-size:1.0em;
	}
	
	.contactText2 {
		font-size:1.0em;
	}	
	
	.contactText3 {
		font-size:1.0em;
	}
}
*/

.branches a { color:#000; }
.branches h1 { font-size: 16px; margin:0px 0px 0px 0px; font-family: "M PLUS Rounded 1c"; font-weight: 700; font-style: normal;	 }
.branches h2 { font-size: 12px;  margin:0px 0px 0px 0px; font-family: "M PLUS Rounded 1c"; font-weight: 400; font-style: normal; line-height:1.3;	 }
.branches p { font-size: 11px;  margin:5px 0px 5px 0px; }

.branchesCheckbox {
	margin-top:5px; margin-right:5px;}
}

.divHref { cursor:pointer; }

#propertyprice table tr td table.price tr td{
background-color:#FFFFFF;
text-align:right;
padding:2px 5px;
}


#propertyprice table tr td table.price tr td.title{
background-color:#E9EAF6;
text-align:center;
color:#342F81;
}

#propertyprice table tr td table.price tr td.areastation{
text-align:left;
}

#propertyprice table tr td table.price tr td.grade01{
text-align:left;
color:#886116;
}
#propertyprice table tr td table.price tr td.grade02{
text-align:left;
color:#6D4699;
}
#propertyprice table tr td table.price tr td.grade03{
text-align:left;
color:#1D3391;
}
#propertyprice table tr td table.price tr td.grade04{
text-align:left;
color:#007F38;
}
#propertyprice table tr td table.price tr td.grade05{
text-align:left;
color: #FF9900;
}

.olList1 {
	margin-left:15px;
	padding-left:0px;
}

.olList1 li {
	padding-left:10px;
	margin-bottom:20px;
}


.olList2{
	margin:30px;
	padding-left:15px;
}

.olList2 li {
	padding-left:10px;	
	margin-bottom:5px;
}

.companyTable table, .companyTable th, .companyTable td {
  border: 1px solid #342F81;
  line-height:2;
}

.companybranch {    
    background-color: #f0f0f0;
	font-weight:bold;
}

ul.lSPager.lSGallery
    {
    margin-left: auto !important;
    margin-right: auto !important;
    }
	
.mainSliderText {
	font-family: 'Noto Serif JP', serif;
	font-weight:900;
	font-size:24px;
	color:#fff;
	/*filter: drop-shadow(0 0 1rem #000);*/
	text-shadow: 3px 3px 3px #000;
	text-align:left;		
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	margin-left:50px;
	margin-right:50px;
}

.mainSliderDesc {
	font-family: 'Noto Serif JP', serif;	
	font-size:14px;
	color:#fff;
	/*filter: drop-shadow(0 0 1rem #000);*/
	text-shadow: 1px 1px 3px #000;
	text-align:left;		
	position:absolute;
	bottom:20px;
	right:40px;
}

@media (max-width: 767px) {
    
    .mainSliderText {        
        font-size:20px;
		text-align:center;		
		left:0px;
		right:0px;		
    }
 
	
}

@media (max-width: 576px) {
    
    .mainSliderText {        
        font-size:15px;
		text-align:center;
		top: 10%;
		transform: translateY(-10%);
		margin-left:10px;
		margin-right:10px;
		left:0px;
		right:0px;		
    }
 
	
}

.photosMain {
	width:100%; height:160px;
}

.GuestHouseRequest table, .GuestHouseRequest th, .GuestHouseRequest td { border:0px; vertical-align:middle; }
.GuestHouseRequest input, .GuestHouseRequest select {
	display:inline-block!important;
	width:100%!important; max-width:200px!important;
}

.GuestHouseRequest .selectSpecial {
	width:auto!important;
	margin:0px 5px 0px 10px;
}

.GuestHouseRequest .error {
	display:inline-block!important;
	margin-right:5px;
}

.spacer {
	background: url(../images/dot_grey_yoko.gif) repeat-x center center;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

.red {
    color: red;
}
.red10 {
    color: red;
    font-size: 11px;
}

.ui-datepicker-trigger {
	margin-left:5px;
}

.font-wish {
	font-family: "M PLUS Rounded 1c"; 
	font-weight: 800; 
	font-style: normal;
	font-size:20px;
	background-color:#dadcf2; 
	border-top:5px solid #4f509a;	
}

.font-sales {
	color:#2c2970;font-size:30px;line-height:30px;font-weight:bold;
}

@media (max-width: 576px) {
    .font-sales {	 
		color:#2c2970;font-size:20px;line-height:20px;font-weight:bold;
	}
}

.font-wish-no-size {
	font-family: "M PLUS Rounded 1c"; 
}

.font-wish-16 {
	font-family: "M PLUS Rounded 1c"; 
	font-size:16px;
}

.font-wish-12 {
	font-family: "M PLUS Rounded 1c"; 
	font-size:12px;
}

/*
.lSSlideOuter {
	position: relative;
}

.lSSlideWrapper {
    position: static;
}

.lSAction > a {
	top:92%;
}
*/

.guideItems a { color:#666; }


.guideItem {
	background-color:#efeeef;
	padding:5px;
	font-size:0.9rem;
}

.guideNumbers {
	border-left:3px solid #322f80;
	-ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.guideNoNumbers {
	-ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.guideTitle {
	background-color:#eeeeee;
}

.guideTitleNumber {
	-ms-flex: 0 0 100px;
    flex: 0 0 100px;
	font-size:48px;
	font-weight:bold;
	margin-left:15px;
}

.guideTitleText {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	margin-right:15px;
}

.guideTable td {
	border:0px;
}

.guideTable tr:nth-child(even) {
	background-color:#eee;
}

.guideTable tr {
	border-bottom:1px solid #666;
}


.guide01text{
padding:10px 0px;
}

.guide01brown{
padding:10px;
background-color:#F0EDD8;
border-bottom: 1px dotted #666666;
text-align:left;
}
.guide01bluegray{
padding:10px;
background-color:#edeff0;
border-bottom: 1px dotted #666666;
text-align:left;
}

.guide01white{
padding:10px;
border-bottom: 1px dotted #666666;
text-align:left;
}

.guide01white_a{
padding-top:10px;
padding-bottom:3px;
border-bottom: 1px solid #666666;
text-align:left;
}

.guide02brown{
padding:5px 10px;
background-color:#F0EDD8;
text-align:left;
}

.guide02bluegray{
padding:5px 10px;
background-color:#edeff0;
text-align:left;
}

.guide02white{
padding:10px;
text-align:left;
background-color:#FFFFFF;
}

.guide03blue{
color: #342F81;
padding:5px 10px;
}



.guide10text{
padding:50px 0px 10px 0px;
}

.title_water{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_water.gif) no-repeat left;
}

.title_gas{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_gas.gif) no-repeat left;
}

.title_phone{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_phone.gif) no-repeat left;
}

.title_other{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_other.gif) no-repeat left;
}

.title_tv{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_tv.gif) no-repeat left;
}

.title_tax{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_tax.gif) no-repeat left;
}

.title_net{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_net.gif) no-repeat left;
}

.title_tv_b{
text-indent: -9999px;
height : 50px;
background: url(../../images/guide/8/title_tv_b.gif) no-repeat left;
}

.goTopButton {
	float:right;
	opacity:0.6;
	cursor:pointer;
	right:0;
	bottom:150px;
}

	.goTopButton:hover {
		opacity:1;
	}
	
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 100px;
  height: 50px;
  color: #ddd;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}

.guesthouse_column1_1 {
	width:190px;
	white-space: nowrap;
}

.guesthouse_column2_1 {
	width:140px;
	white-space: nowrap;
}

.guesthouse_column1_2 {
	width:170px;
	white-space: nowrap;
}

.guesthouse_column2_2 {
	width:120px;
	white-space: nowrap;
}

@media (max-width: 576px) {
    
    .guesthouse_column1_1 {
		width:auto;
		white-space: normal;
	}

	.guesthouse_column2_1 {
		width:auto;
		white-space: normal;
	}
	
	.guesthouse_column1_2 {
		width:auto;
		white-space: normal;
	}

	.guesthouse_column2_2 {
		width:auto;
		white-space: normal;
	}
		 
	
}
	
