@charset "utf-8";

/*=======================================================

	SAGAMI Real Estate Agency CSS
	ATHR : Assiette Ltd.
	DATE : 2018/12

=======================================================*/


/*-------------------------------------
	reset
-------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, fieldset, input, textarea { margin: 0; padding: 0; outline: none;}

input{ vertical-align : middle ;}

select { margin: 0; }



/*-------------------------------------
	アピアランス
-------------------------------------*/

abbr, acronym { border:0 none; }
q::before, q::after { content:""; }
img { width: auto; max-width: 100%; height: auto; max-height: 100%; border:0 none; vertical-align:bottom; }
object { outline:none; }
table { border-spacing:0; border-collapse: collapse; border-spacing: 0; word-break: break-all; word-wrap: break-word; }
*:first-child+html table { border-collapse:collapse; }	/* IE 7 */
* html table { border-collapse:collapse; }				/* IE 6 */
caption { text-align:left; }
th,
td { text-align:left; vertical-align:middle; empty-cells:show; }
fieldset { border:0 none; }
label { cursor: pointer; }
iframe { margin: 0; padding: 0; width: 100%; overflow:auto; border: none;}

/* 全対応 */
*, *:before, *:after {
	font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	box-sizing: border-box;
	}

@media all and (-ms-high-contrast:none) {
*, *:before, *:after {
	font-family: "Noto Sans JP", "メイリオ",Meiryo,"游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	}
}


/*-------------------------------------
	文字装飾
-------------------------------------*/

h1, h2, h3, h4, h5, h6 { position: relative; margin-bottom: 80px; color: #1F3346; font-size: 36px; font-weight: bold; font-style: normal; line-height: 1.4; text-align: center; }
p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }
em, strong, optgroup { font-weight:bold; font-style:normal; }


/*-------------------------------------
	HTML5
-------------------------------------*/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { position:relative; display:block; margin:0 0 0 0; padding:0 0 0 0; }


/*-------------------------------------
	要素
-------------------------------------*/

html { position: relative; width: 100%; min-width: 1020px; min-height: 100%; font-size: 18px; text-align: center; background: #FFF; }

body {
	padding: 0;
	width: 100%;
	min-width: 1020px;
	color:  #111;
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust : none;
	 -webkit-text-size-adjust: 100%;
	}


/* links */
a, input, object{ outline:none; }

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #0079C5;
	text-decoration: underline;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}

a:hover { text-decoration:none;}
a:visited {	color: #007BC7; }
a:active { color: #007BC7; text-decoration:none; }

a *,
a:before,
a:after { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

::selection { color: #FFF !important; background: #007BC7; }
::-moz-selection { color: #FFF !important; background:#007BC7; /* Firefox */ }

/* form関係 */
input, select, optgroup, textarea, label, kbd { vertical-align: middle; }

input[type="hidden"]{ display: none;}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
select,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	color: #111;
	font-size: 16px;
	line-height: 1;
	background: #f6fbff;
	border: 1px solid #CADCEA;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

input:hover,
select:hover,
textarea:hover { box-shadow: 0 2px 6px rgba(1, 120, 197, 0.2); }

input:focus,
select:focus,
textarea:focus { background-color: #FFF !important; border-color: rgba(0, 121, 197, 0.6) !important; box-shadow: 0 2px 10px rgba(1, 120, 197, 0.3); outline: none; }

input:disabled,
select:disabled,
textarea:disabled { background-color: #F5F5F5; border-color: #CCC !important;}

fieldset { display: inline-block; margin: 0 10px 0 0; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

textarea { padding: 6px; height: 120px; vertical-align: text-top;}
textarea.large { height: 240px; }

:placeholder-shown { color: #999 !important; }
::-webkit-input-placeholder { color: #999 !important; }
:-moz-placeholder { color: #999 !important; }
::-moz-placeholder { color: #999 !important; }
:-ms-input-placeholder { color: #999 !important; }

.select_box { display: inline-block; position: relative; min-width: 120px; }
.select_box:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 12px;
	height: 12px;
	border: none;
	border-left: 4px solid #bbd0e0;
	border-bottom: 4px solid #bbd0e0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
}
.select_box + span { margin: 0 20px 0 10px; }

select { padding: 0 30px 0 10px; width: 100%; -moz-appearance: none; -webkit-appearance: none; }
select::-ms-expand { display: none; }
select option { margin: 0; padding: 3px 8px; font-size: 16px; font-style: normal; }
select option:checked { color: #FFF !important; background-color: #0079C5; }

form input.XL  { width: 600px; }
form input.L  { width: 360px; }
form input.M  { width: 240px; }
form input.S { width: 180px; }
form input.MS { width: 120px; }
form input.SS { width: 60px; }
form input.SSS { width: 40px; }

form textarea.S { height: 120px; }

/*　radio, checkbox　*/
input[type=radio],
input[type=checkbox] { display: inline-block; position: relative; top: -1px; margin-right: 6px; vertical-align: middle; }

label { display: inline-block; position: relative; margin-right: 40px; padding: 0; min-height: 22px; cursor: pointer; }
label:last-of-type { margin: 0; }
label span { display: block; position: relative; font-size: 18px; }

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] { display: none; margin: 0; }
	
    input[type=radio] + span,
    input[type=checkbox] + span { padding: 0 0 0 30px; }
	
    input[type=radio] + span:before,
    input[type=checkbox] + span:before {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		margin-top: -10px;
		width: 22px;
		height: 22px;
		background: #f6fbff;
		border: 1px solid #CADCEA;
		border-radius: 3px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
    input[type=radio] + span:before { border-radius: 30px; }
	
    input[type=radio] + span:hover:before,
    input[type=checkbox] + span:hover:before { box-shadow: 0 2px 6px rgba(1, 120, 197, 0.2); }
	
    input[type=radio]:checked + span:before,
    input[type=checkbox]:checked + span:before { background-color: #FFF; border-color: rgba(0, 121, 197, 0.6); }

    input[type=radio]:checked + span:after,
    input[type=checkbox]:checked + span:after { content: ""; position: absolute; display: block; top: 50%; }
    input[type=radio]:checked + span:after { left: 6px; margin-top: -4px; width: 10px; height: 10px; background: #0079C5; border-radius: 8px; }
    input[type=checkbox]:checked + span::after {
        left: 5px;
        margin-top: -8px;
        width: 22px;
        height: 10px;
		border: none;
        border-left: 4px solid #0079C5;
        border-bottom: 4px solid #0079C5;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
		}
	}

/* error */
input.error,
select.error,
textarea.error { background: #fff7f9; border-color: #ff99ae; }

input.error:hover,
select.error:hover,
textarea.error:hover { box-shadow: 0 2px 6px rgba(255, 56, 98, 0.2); }

input.error:focus,
select.error:focus,
textarea.error:focus { border-color: #ff87a0 !important; box-shadow: 0 2px 10px rgba(255, 56, 98, 0.3); outline: none; }

.error:placeholder-shown { color: #ff3862 !important; }
.error::-webkit-input-placeholder { color: #ff3862 !important; }
.error:-moz-placeholder { color: #ff3862 !important; }
.error::-moz-placeholder { color: #ff3862 !important; }
.error:-ms-input-placeholder { color: #ff3862 !important; }

p.error,
ul.error { margin: 5px 0 0 !important; color: #ff3862 !important; }
ul.error li { margin: 0; }

/* button ボタン デフォルト */
button,
.btn {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 0 35px;
	width: auto;
	min-width: 200px;
	height: 60px;
	color: #0079C5 !important;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 56px;
	background: none;
	border: 1px solid #0079C5;
	border-radius: 40px;
	vertical-align: middle;
	cursor: pointer;
	outline: none !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

button:not(:disabled):hover,
.btn:not(:disabled):hover { top: -1px; color: #FFF !important; background: #0079C5; box-shadow: 0 10px 15px rgba(0, 123, 199, 0.3); }

/* .orange */
button.orange,
.btn.orange,
.doc button.orange,
.doc .btn.orange {
	min-width: 220px;
	color: #FFF !important;
	line-height: 60px;
	background: -webkit-linear-gradient(120deg, #E8AE14 0%, #F57B00 50%, #F57B00 70%, #F95000 100%) !important;
	background: linear-gradient(120deg, #E8AE14 0%, #F57B00 50%, #F57B00 70%, #F95000 100%) !important;
	background-position: 0 0;
	background-size: 200% 200% !important;
	border: none;
	}

button.orange:not(:disabled):hover,
.btn.orange:not(:disabled):hover { background-position: 100% 100% !important; box-shadow: 0 10px 15px rgba(245, 127, 0 ,0.3) !important; }

/* .gray */
button.gray,
.btn.gray {
	min-width: 120px;
	color: #999 !important;
	border: 1px solid #999;
	}

button.gray:not(:disabled):hover,
.btn.gray:not(:disabled):hover { color: #999 !important; background: #f2f2f2; box-shadow: 0 10px 15px rgba(120, 120, 120, 0.3); }

/* .mini */
button.mini,
.btn.mini { min-width: 140px; height: 46px; font-size: 16px; line-height: 42px; }

/* disabled */
button:disabled,
button:disabled:hover{ cursor: default; opacity:.6; -webkit-filter: none; filter: none; }

/* table */
table { margin: 0 auto; width: 100%; border-top: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6; border-collapse: separate; border-spacing: 0;}
th, td { padding: 10px; font-size: 14px; line-height: 1.4; text-align: left; border-bottom: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; vertical-align: top;}
th { font-size: 16px; font-weight: bold; background-color: #F0F0F0; }

/* list dl リスト・定義 */
ul { list-style: none; list-style-position: inside; }
ol { margin: 0; padding-left: 20px;}
td ul.disc,
td ol { margin-left: 20px;}

li { position: relative; margin: 8px 0; text-align: left; line-height: 140%; }


dl { margin: 0 auto 40px; padding: 0; width: 100%; text-align: left; }
dt,dd { padding: 8px 0; text-align: left; line-height: 1.2; vertical-align: top; }
dt { font-weight: bold; }

/* 文字装飾 */
em { color: #971B20; font-weight: normal;}
small { font-size: 13px;}
i { font-style: normal; font-weight:  normal;}
mark { padding: 3px 8px; background-color: #FFF7F5; color: #000; font-style: italic;}
u { text-decoration: none;}


/* 罫線 */
hr {
	clear: both;
	position: relative;
	display: block;
	margin: 60px auto;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	z-index: -20;
	}


/*-----------------------------------------
	header ヘッダ（共通） 
-----------------------------------------*/

header { position: fixed; top: 0; left: 0; padding: 35px; width: 100%; min-width: 1020px; color: #21205d; z-index: 200; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

header h1 { margin: 0; font-size: 15px; font-weight: normal; letter-spacing: -0.2px; line-height: 1; text-align: left; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
header h1 a { display: inline-block; color: #333 !important; text-align: right; text-decoration: none; }
header h1 a:hover { opacity: .6; }
header h1 span { display: block; height: 1em; -webkit-transition: height 0.5s ease; transition: height 0.5s ease; }

header #HeadBtns,
header #ForDoc { position: absolute; top: 48px; right: 230px; font-size: 16px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
header #HeadBtns .btn { min-width: 140px; height: 46px; font-size: 16px; line-height: 44px; }
header #HeadBtns .btn { display: none; }
header #HeadBtns .btn ~ .btn { margin-left: 30px; }
header #ForDoc { top: 61px; right: 35px; }
header #ForDoc a { color: #FFF !important; text-shadow: 0 0 2px rgba(0, 123, 199, 0.5); }

header.scrolled { padding: 25px; background: rgba(255,255,255,0.95); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
header.scrolled:hover { background: rgba(255,255,255,1); }
header.scrolled h1 span { height: 0; overflow: hidden; color: transparent; }
header.scrolled h1 img { height: 50px; }
header.scrolled #HeadBtns { top: 27px; }
header.scrolled #HeadBtns .btn { display: inline-block; }
header.scrolled #ForDoc { top: 40px; }
header.scrolled #ForDoc a { color: #0079C5 !important; text-shadow: none; }


/*-------------------------------------
	footer
-------------------------------------*/

footer { position: absolute; left: 0; bottom: 0; margin: 300px 0 0; width: 100%; background: #F2F7FF; }
footer:before {
  content: '';
  position: absolute;
  top: -299px;
  left: 0;
  width: 100%;
  height: 300px;
  margin: 0;
  background: url("/images/slash.svg") center center no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
footer .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 auto; padding: 0 30px; max-width: 1260px; }
footer h2 { margin: 0 0 30px; text-align: left; }
footer h2 a:hover { opacity: .6; }
footer ul li { margin: 0 0 10px; }
footer ul a { color: #111 !important; font-size: 16px; text-decoration: none; }
footer ul a:hover { text-decoration: underline; }
footer #Copyright { margin: 20px 0 0; padding: 0 0 80px; color: #9EB4C6; font-size: 12px; text-align: left; }

footer div { padding-right: 80px; width: 60%; }
footer div#OC { padding: 30px 48px; max-width: 450px; background: rgba(255,255,255,0.8); }
footer div#OC .btn { margin: 0 0 10px; }
footer div#OC ul li { margin: 20px 0 0 20px; color: #788C9A; font-size: 14px; }
footer div#OC ul li:before { content: "＊"; position: absolute; left: -20px; top: 0; }

/*-------------------------------------
			CSS end
-------------------------------------*/