@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  基本スタイル指定
=================================================================== */

/*--------------------------------------------------
 html body and base setting
--------------------------------------------------*/
.contents-property-innerWrap {
	font-size:62.5%;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}
.contents-property-innerWrap {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	width:100%;
	margin:auto;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes fadeOut {
    0% {opacity: 1}
    100% {opacity: 0}
}

@media screen and (max-width: 1200px) {
.contents-property-innerWrap {}
}
@media screen and (max-width: 767px) {
.contents-property-innerWrap { padding-top: 0;}
}

/*--------------------------------------------------
  fonts
--------------------------------------------------*/
.serifEN-PlayfairDisplay { font-family: 'Playfair Display', Times , serif;}
.sans-serifJP { font-family: "Noto SansJapanese Light", "Lucida Grande", "Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN , sans-serif;}
.serifJP { font-family: "Times New Roman", Times, Noto Serif , "游明朝", YuMincho,"HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝",serif;}
.serifEN { font-family: "Times New Roman", Times, Noto Serif , serif;}

/*--------------------------------------------------
  general params
--------------------------------------------------*/


.contents-property-innerWrap .caption {
	margin: 10px 0;
  font-size: 10px;
	font-weight:400;
	color:#333;
	letter-spacing: 0.12em;
	line-height: 2;
	text-align:left;
}
.contents-property-innerWrap p small.caption {
	font-size:11px !important;
	}
.contents-property-innerWrap a {
	/*color:#000;*/
	outline:none;
}
/*.contents-property-innerWrap a:link,
.contents-property-innerWrap a:visited {
	text-decoration: none;
}*/
.contents-property-innerWrap a:active,
.contents-property-innerWrap a:hover {
	text-decoration: none;
}
.tel-link a {
	color:#000;
}

sup {
	vertical-align:super;
	font-size: 10px;
}
sub {
	vertical-align:sub;
	font-size: 10px;
}

/*--------------------------------------------------
  Fluid Image
--------------------------------------------------*/
.contents-property-innerWrap img {
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align:top;
}
.contents-property-innerWrap img.fullImg {
	width:100%;
	width/***/: 100%\9;
	max-width: 100%;
	height:auto;
}

/*--------------------------------------------------
  selection
--------------------------------------------------*/
.contents-property-innerWrap *::selection {
	color:#fff;
	background: #000;
}
.contents-property-innerWrap *::-moz-selection {
	color:#fff;
	background: #000;
}

/*--------------------------------------------------
  googlemap画像調整
--------------------------------------------------*/
.gm-style img {
	max-width:none !important;
}

/*--------------------------------------------------
  IE11スクロールバー調整
--------------------------------------------------*/
@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}

/*--------------------------------------------------
  bootstrap調整用
--------------------------------------------------*/
.no-gutter {
	padding-left:0;
    padding-right:0;
}
.no-gutter .row {
	margin-left:0;
	margin-right:0;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*--------------------------------------------------
  印刷用
--------------------------------------------------*/
@media print {
	h1,
	.noPrint {
		display:none !important;
	}
	body {
		padding-top:0 !important;
	}
	header,footer {
		display:none !important;
	}
	.popupBtnsWrap {
		display:none !important;
	}
	.pageContainer {
		padding:0 !important;
	}
	html,body {
		height:auto !important;
	}

}


@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 959px) {

}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}


