@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Pacifico");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.inner, #top #section03 .w_box .box li {
  zoom: 1;
}
.inner:after, #top #section03 .w_box .box li:after {
  display: block;
  content: "";
  clear: both;
}

/*–––––––––––––––––––––––
	共通
–––––––––––––––––––––––*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.01em;
}

.hidden-pc {
  display: none;
}

body {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background: #fff;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  color: #003af9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.ttl01 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.ttl01 span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  border-left: solid 2px #000;
  margin-left: 20px;
  padding: 5px 0 5px 20px;
}
.ttl01.white {
  color: #fff;
}
.ttl01.white span {
  color: #fff;
  border-color: #fff;
}

.btn01 {
  text-decoration: none;
  color: #289180;
  font-size: 12px;
  display: inline-block;
  border: solid 2px #289180;
  border-radius: 6px;
  text-align: center;
  background: url(../img/arrow01.svg) no-repeat right 12px center;
  padding: 5px 45px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn01:hover {
  background: url(../img/arrow01_white.svg) no-repeat right 12px center #289180;
  color: #fff;
}
.btn01.white {
  color: #fff;
  border-color: #fff;
  background-image: url(../img/arrow01_white.svg);
}
.btn01.white:hover {
  background: url(../img/arrow01_white.svg) no-repeat right 12px center rgba(255, 255, 255, 0.2);
}
.pager02 {
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	margin: 30px 0 0;
	padding: 15px 0;
}
.flex_block {
	display: -webkit-flex;
	display: flex;
}
.jc_sb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ai_c {
	-webkit-align-items: center;
	align-items: center;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.sp_block {
  display: none;
}
.note {
  color: #666 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
#fix-nav {
    overflow: hidden;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}

#fix-nav li a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 45px 5px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
#fix01 a {
    background: #d46d5a;
}
#fix02 a {
    background: #2b9b91;
}
#fix01 a::before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../img/ico_sold2.svg) no-repeat 0 0 / 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#fix02 a::before {
    content: "";
    width: 18px;
    height: 20px;
    background: url(../img/ico_request.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#fix03 a::before {
    content: "";
    width: 22px;
    height: 14px;
    background: url(../img/ic_mail.png) no-repeat 0 0 / 100%;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#fix03 a {
    background: #003e5c;
}
#fix-nav li a:hover {
    opacity: 0.7;
}
.fix-animation {
      transform: translateY(-100%);
    }
@media only screen and (max-width: 768px) {
    #fix-nav {
        border-radius: 0 !important;
        padding: 0 !important;
        position: -webkit-sticky !important;
       position: sticky !important;
        top: inherit !important;
        transform: none !important;
        bottom: 0;
        right: 0 !important;
    }
    #fix-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content:space-around;
    }
    #fix-nav li {
        width: 33.33%;
    }
    

}

/*–––––––––––––––––––––––
	トップ
–––––––––––––––––––––––*/
#drawer {
	display: none;
}
#header {
	min-width: 1200px;
	width: 100%;
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}
.header_inner {
	padding: 0 20px;
}
#header_top {
	color: #FFF;
	background: #2b3941;
	padding: 10px 0;
}
#header_top .header_inner {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header_top a {
	color: #FFF;
	text-decoration: none;
}
#header_top ul {
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
}
#header_top ul li:not(:last-child) {
	margin: 0 20px 0 0;
}
#header_top ul li a:hover {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	opacity: 0.5;
}
#header_top ul li a::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
#header_top ul li a.favorite::before {
	background: url(../img/ico_favorite.png) no-repeat;
}
#header_top ul li a.history::before {
	background: url(../img/ico_history.png) no-repeat;
}
#header_top ul li a.condition::before {
	background: url(../img/ico_condition.png) no-repeat;
}
#header_top ul li a.corp::before {
	background: url(../img/ico_corp.png) no-repeat;
}
#header_bottom {
	position: relative;
}
#header_bottom .header_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 20px;
}
#header_bottom .logo {
	width: 300px;
}
#gnav > ul {
	font-weight: bold;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 20px;
}
#gnav li a {
	color: #333;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#gnav li a:hover {
	color: #289180;
	text-decoration: none;
}
#gnav li.drop {
	position: relative;
}
#gnav > li.drop a::after {
	font-family: FontAwesome;
	content: "\f107";
	color: #aeaeae;
	margin: 0 0 0 4px;
}
#gnav > li.drop a:hover::after {
	content: "\f106";
	color: #289180;
}
#gnav li.drop > ul {
	width: 280px;
	height: 0;
	border: solid 1px #CCC;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
}
#gnav li.drop:hover > ul {
	height: auto !important;
	opacity: 1;
	visibility: visible;
}
#gnav li.drop > ul li {
	background: #EEE;
	padding: 10px;
	position: relative;
}
#gnav li.drop > ul li::after {
	font-family: FontAwesome;
	content: "\f105";
	color: #289180;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}
#gnav li.drop > ul li:not(:last-child) {
	border-bottom: solid 1px #CCC;
}
#gnav > ul > :not(:last-child) {
	margin: 0 22px 0 0;
}
#header_bottom .link_box {
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}
#header_bottom .link_box .left {
	padding: 15px 0;
}
#header_bottom .link_box a {
	color: #333;
	text-decoration: none;
}
#header_bottom .contact_box .tel,
#header_bottom .link_box .tel {
	font-size: 24px;
	font-family: 'Roboto', sans-serif; 
	line-height: 1;
	text-align: right;
}
#header_bottom .contact_box .tel::before,
#header_bottom .link_box .tel::before {
	content: "";
	width: 12px;
	height: 16px;
	background: url(../img/ico_tel.gif) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#header_bottom .contact_box .time,
#header_bottom .link_box .time {
	font-size: 10px;
	text-align: right;
	display: block;
}
#header_bottom .contact_box {
text-align: left !important;
margin: 20px 0 0;
padding: 0 15px;
}
#header_bottom .contact_box a {
color: inherit;
text-decoration: none;
}
#header_bottom .contact_box .tel,
#header_bottom .contact_box .time {
text-align: left !important;
margin: 0 0 10px;
}
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?ookgoz');
src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
url('../fonts/icomoon.woff?ookgoz') format('woff'),
url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
#header_bottom .link_box .line,
#header_bottom .contact_box .line {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: inherit;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#header_bottom .link_box .line::before,
#header_bottom .contact_box .line::before {
content: "\e90a";
position: absolute;
left: 10px;
}
#header_bottom .link_box .line,
#header_bottom .contact_box .line {
	width: 100%;
	color: #FFF;
	background: #00c300;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	margin: 5px 0 0;
	padding: 5px 0;
	position: relative;
}
#header_bottom .link_box .request_btn {
	color: #FFF;
	display: block;
	background: #2dc5ae; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #2dc5ae, #24a390); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #2dc5ae, #24a390); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding: 0 24px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 0 20px;
}
#header_bottom .link_box .request_btn::before {
	content: "";
	width: 18px;
	height: 20px;
	background: url(../img/ico_request.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#checked_property {
  padding: 60px 0;
  background: #f5f5f5;
}
#checked_property ul {
  display: -webkit-flex;
  display: flex;
}
#checked_property ul li {
  width: 20%;
  line-height: 1.8;
}
#checked_property ul a {
  display: block;
  color: #333;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#checked_property ul a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
}
#contact a {
  color: #fff;
  text-decoration: none;
}
#contact .column {
  width: 50%;
  padding: 3% 5% 5%;
}
#contact .column:first-child {
  background: url(../img/top/bg03.jpg) no-repeat center/cover;
}
#contact .column:first-child a {
  text-align: center;
  display: block;
  border: solid 2px #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background: url(../img/arrow02.svg) no-repeat right 18px center;
}
#contact .column:first-child a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#contact .column:first-child a:first-child {
  margin-bottom: 20px;
}
#contact .column:first-child a span {
  display: block;
}
#contact .column:first-child a span:first-child {
  font-size: 16px;
}
#contact .column:first-child a span.tel {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
}
#contact .column:first-child a span.mail {
  font-size: 30px;
}
#contact .column:last-child {
  background: url(../img/top/bg02.jpg) no-repeat center/cover;
}
#contact .column:last-child p {
  text-align: center;
}
#contact .column:last-child p img {
  width: 100%;
  height: auto;
}
#contact .column:last-child ul {
  padding-left: 28%;
  margin-top: -20px;
}
#contact .column:last-child li {
  display: inline-block;
  width: 48%;
}
#contact .column:last-child li:first-child a {
  margin-right: 10px;
  background: url(../img/arrow03.svg) no-repeat right 10px center;
}
#contact .column:last-child li:last-child a {
  margin-right: 10px;
  background: url(../img/blank.png) no-repeat right 10px center;
}
#contact .column:last-child a {
  display: block;
  border: solid 2px #fff;
  border-radius: 5px;
  text-align: center;
  padding: 12px 30px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#contact .column:last-child a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
#contact h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
#contact h2 span {
  position: relative;
  display: block;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  margin-top: 35px;
}
#contact h2 span:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  top: -20px;
  left: 50%;
  margin-left: -12px;
}
#description .inner {
  padding: 40px 280px 40px 0;
  background: url(../img/top/bg04.png) no-repeat right bottom;
}
#description h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#description p {
  line-height: 1.8;
}

#w_footer_banner {
  border-top: solid 1px #f0f0f0;
  background: #f5f5f5;
  padding: 20px 0;
}
#w_footer_banner .inner {
  padding: 0 30px;
}
#w_footer_banner li {
  margin-left: 5px;
}

#footer_top {
  background: #36434b;
  color: #fff;
  padding: 20px 0;
}
#footer_top .inner {
  padding: 0 30px;
}
#footer_top p {
  float: left;
  font-size: 16px;
  background: url(../img/ic_mail.png) no-repeat center left;
  padding-left: 45px;
  margin-top: 10px;
}
#footer_top form {
  float: right;
  position: relative;
}
#footer_top input[type=email] {
  width: 360px;
  border: none;
  padding: 12px 54px 12px 12px;
  height: 42px;
}
#footer_top button {
  position: absolute;
  right: 4px;
  top: 4px;
  border: none;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

#footer_bottom {
  background: #2b3941;
  color: #fff;
  padding: 40px 0 35px;
}
#footer_bottom .footer_logo {
	width: 330px;
	margin: auto;
}
#footer_bottom ul {
  text-align: center;
  font-size: 12px;
  margin: 35px 0 10px;
}
#footer_bottom li {
  display: inline-block;
}
#footer_bottom li:after {
  content: '|';
  margin: 0 10px 0 14px;
  opacity: 0.7;
}
#footer_bottom li:last-child:after {
  content: none;
}
#footer_bottom a {
  color: #fff;
  text-decoration: none;
}
#footer_bottom a:hover {
  text-decoration: underline;
}
#footer_bottom small {
  display: block;
  text-align: center;
  font-size: 10px;
}
#footer .pagetop {
	background: #36434b;
	text-align: center;
}
#footer .pagetop a {
	color: #fff;
	font-size: 24px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0;
}
#prtftr {
	display: none;
}

@media only screen and (max-width: 900px) {
  #header {
	min-width: 100%;
	width: 100%;
    height: 60px;
}
#header_top {
	display: none;
}
#header_bottom .header_inner {
	height: 60px;
	padding: 0 0 0 5px;
}
#header_bottom .logo {
	width: 180px;
}
	#gnav,
	#header_bottom .link_box{
		display: none;
	}
	#drawer {
		display: block;
	}
	.drawer-hamburger {
		background: #2b3941;
	}
  .drawer-hamburger:hover {
    background: #2b3941 !important;
  }
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		background-color: #FFF !important;
	}
	.drawer-open .drawer-hamburger-icon {
		background-color: transparent !important;
	}
	.drawer-open .drawer-hamburger-icon:after,
	.drawer-open .drawer-hamburger-icon:before {
		background-color: #FFF !important;
	}
	#drawer .history,
	#drawer .favorite {
		width: 56px;
		height: 60px;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		position: absolute;
		top: 0;
	}
	#drawer .history::before,
	#drawer .favorite::before {
		content: "";
		background-size: contain !important;
		display: inline-block;
	}
	#drawer .history {
		background: #666;
		right: 56px;
	}
	#drawer .history::before {
		width: 31px;
		height: 31px;
		background: url(../img/ico_history_sp.png) no-repeat;
	}
	#drawer .favorite::before {
		width: 32px;
		height: 30px;
		background: url(../img/ico_favorite_sp.png) no-repeat;
	}
	#drawer .favorite {
		background: #424546;
		right: 112px;
	}
   #checked_property ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #checked_property ul li {
    width: 48%;
    margin-bottom: 15px;
  }
  #checked_property ul img {
    width: 100%;
  }
  #contact {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #contact .column {
    width: 100%;
  }
  #contact .column:last-child li:first-child a {
    margin-right: 0;
  }
  #contact .column:last-child p img {
    width: auto;
  }
  #description .inner {
    padding: 40px 30% 40px 3%;
    -moz-background-size: 28% auto;
    -o-background-size: 28% auto;
    -webkit-background-size: 28% auto;
    background-size: 28% auto;
  }
	#w_footer_banner li {
    margin-left: 0;
    padding: 0 10px;
  }
  #footer_top p, #footer_top form {
    float: none;
  }
  #footer_top p {
    margin-bottom: 15px;
  }
  #footer_top input[type=email] {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .sp_block {
    display: block;
  }
  .sp_none {
    display: none;
  }

	  #contact h2 {
    margin-bottom: 20px;
  }
  #contact .column {
    padding: 10% 5%;
  }
  #contact .column:first-child a span.mail {
    font-size: 24px;
  }
  #contact .column:last-child li {
    width: 100%;
  }
  #contact.column:last-child li a {
    margin: 10px 0 0 !important;
  }
	#contact .column:last-child ul {
		padding-left: 0;
		margin-top: 20px;
	}
	#contact .column:last-child li:last-child a {
		margin-top: 10px;
		margin-right: 0;
	}
  #description .inner {
    padding-right: 3%;
  }
}

#button{
	display:block;
	margin:20px auto;
	padding:10px 30px;
	background-color:#eee;
	border:solid #ccc 1px;
	cursor: pointer;
}
#overlay{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.is-hide{
	display:none;
}

/****************************************
 	メッセージ							*
*****************************************/
.message {
	z-index: 30;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	-moz-animation-name: slideIn;
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.message.close {
	opacity: 0;
	cursor: default;
	-moz-animation-name: slideOut;
	-webkit-animation-name: slideOut;
	animation-name: slideOut;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.message .alert {
	padding: 10px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
}

.alert {
	color: #fff;
}
.alert.danger {
	background-color: rgba(175, 47, 47, 0.8);
	border-color: #a62d2d;
}
.alert.warning {
	background-color: rgba(255, 169, 31, 0.8);
	border-color: #ff9806;
}
.alert.info {
	background-color: rgba(47, 132, 177, 0.8);
	border-color: #2f84b1;
}
.alert.primary {
	background-color: rgba(65, 166, 255, 0.8);
	border-color: #3f97fe;
}
.alert.success {
	background-color: rgba(89, 173, 47, 0.8);
	border-color: #4f9b2b;
}
.alert.clear {
	background-color: rgba(128, 128, 128, 0.8);
	border-color: #808080;
}
.alert > i {
	margin-right: 5px;
	vertical-align: middle;
}
