@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. table
		03. Fukidashi
		04. web font
		05. 丸数字カウンターリスト
		06. 緊急告知・終了の表示など
		07. アプリダウンロードボタン
		08. 住まいボタン
	---------------------------

 ** ************************************* **/

/** 01. Globals
 **************************************************************** **/
#content {
	position: relative;
}
#content #tf {
	position: absolute;
	top:15px;
	right:20px;
}
h3.toplabel {
	line-height: 1.5;
}

.fa-line {
	vertical-align: middle;
}

[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

.ind_01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 480px){
	#content h2 {
		font-size: 170%;
	}
	.panel-heading {
		padding: 10px 6px;
	}
}



/** 02. table
 **************************************************************** **/
table {
	border-collapse: collapse;
}
table.calendar thead th,
table.calendar tbody td {
	width: 13.8%;
	border: 1px solid #d9d9d9;
	padding: 2px;
}
table.calendar thead th {
	height: 25px;
	font-weight: normal;
	color: #999999;
	background-color: #f3f3f3;
}
table.calendar tbody td {
	height: 100px;
	vertical-align: top;
	color: #666666;
}
table.calendar tbody td a {
	height: 100px;
	vertical-align: top;
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}
table.calendar tbody td a:hover {
	text-decoration: none;
}
table.calendar tbody td.holiday,
table.calendar tbody td.sun {
	color: #ff6699;
}
table.calendar tbody td.sat {
	color: #6699ff;
}
table.calendar tbody td.event1 {
	background-color: #e5f2ff;
}
table.calendar tbody td.event2 {
	background-color: #ffe5e5;
}

table.calendar tbody td.univ {
	background-color: #e0e0ff;
}
table.calendar tbody td.close {
	background-color: #f5f5f5;
}
table.calendar span.day,
table.calendar span.holiday {
	display: block;
}
table.calendar span.holiday {
	font-size: 0.9em;
	color: #ff6699;
}
table.calendar span.event1 {
	font-size: 0.9em;
	color: #00008b;
	display: block;
}
table.calendar span.event2 {
	font-size: 0.9em;
	color: #ff4500;
	display: block;
}
table.calendar span.univ {
	font-size: 0.9em;
	color: #8a2be2;
	display: block;
}
table.calendar span.closed {
	font-size: 0.9em;
	color:#000000;
	display: block;
}
span.brown {
	line-height: inherit;
	color: #A05509;
}




/** 03. Fukidashi
 **************************************************************** **/
.fukidashi_bottom {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 13px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #E0F5AA;
}
.fukidashi_bottom.orange::before {
	border-top: 15px solid #fff2d0;
}
.fukidashi_top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #E0F5AA;
}
.fukidashi_top.orange::before {
	border-bottom: 15px solid #fff2d0;
}
.fukidashi_right {
	position: relative;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E0F5AA;
}
.fukidashi_right.orange::before {
	border-left: 15px solid #fff2d0;
}
.fukidashi_right2 {
	position: relative;
	display: inline-block;
	margin: 20px -30px 0 0;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}

.fukidashi_right2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E0F5AA;
}

.fukidashi_right2.orange::before {
	border-left: 15px solid #fff2d0;
}
.fukidashi_left {
	position: relative;
	display: inline-block;
	margin: 30px 0 1.5em -150px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}


.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_left2 {
	position: relative;
	display: inline-block;
	margin: -2px -13px 0px -56px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_left2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left2.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_left3 {
	position: relative;
	display: inline-block;
	margin: -3px 0 1.5em 20px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_left3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left3.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_left4 {
	position: relative;
	display: inline-block;
	margin: 40px 0 1.5em -60px;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #E0F5AA;
	border-radius: 15px;
}
.fukidashi_left4:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #E0F5AA;
}
.fukidashi_left4.orange::before {
	border-right: 15px solid #fff2d0;
}
.fukidashi_non {
	position: relative;
	display: inline-block;
	margin: 0 0  1.5em 0;
	padding: 12px 12px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 16px;
	background: #E0F5AA;
	box-sizing: border-box;
	border-radius: 15px;
}
.fukidashi_non:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
}
/*color*/
[class*="fukidashi_"].orange {
	background: #fff2d0;
}








/** 04. web font
 **************************************************************** **/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }








/** 05. 丸数字カウンターリスト
 **************************************************************** **/
ol.calender_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#content ol.calender_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 1.5;
}
ol.calender_list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #52A7E0;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	vertical-align: middle;
}

ol.calender_list.back_orange li::before {
	background-color: #e67e22;
}






/** 06. 緊急告知・終了の表示など
 **************************************************************** **/
div.error {
	color: #333;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 2px solid #FFD404;
	padding:0.5em 1em;
	margin: 1em 0;
}
.error .error-title {
	font-size: 1.2em;
	background: #FFD404;
	padding: 4px;
	margin: -0.5em -0.9em 0.5em;
	text-align: center;
	color: #333;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px; /* 左上、右上、右下、左下 */
	letter-spacing: 0.05em;
}
@media (max-width: 768px) {
	div.error {
		color: #333;
		border-radius: 4px;
		background-color: #FFFFFF;
		border: 2px solid #FFD404;
		padding:0.5em 0.4em;
		margin: 1em 0;
	}
	.error .error-title {
		font-size: 1.2em;
		background: #FFD404;
		padding: 4px;
		margin: -0.5em -0.4em 0.5em;
		text-align: center;
		color: #333;
		font-weight: bold;
		border-radius: 4px 4px 0px 0px; /* 左上、右上、右下、左下 */
		letter-spacing: 0.05em;
	}
}





/** 07. アプリダウンロードボタン
 **************************************************************** **/


.appreach_inner {
	border:1px solid #333;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
	background-color: #fff;
}


.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}


.appreach:after {
	content: "";
	display: block;
	clear: both;
}


.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}


.appreach a:after {
	display: none;
}


.appreach__icon {
	border-radius: 10%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}


.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}


.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}


p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}


.appreach__info {
	font-size: 12px !important;
	color: #888;
}


.appreach__info a {
	color: #aaa;
}


.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}


.appreach__posted a {
	margin-left: 0.5em;
}


.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}


.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}
.appreach__gplink img {
	height: 40px;
}


@media only screen and (max-width: 786px){
	.appreach_inner {
		padding: 20px 10px;
	}
	.appreach {
		margin:10px 0;
	}
	
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	
	p.appreach__name {
		font-size: 15px;
	}
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 32px;
	}
	
	.appreach__gplink img {
		height: 32px;
	}
}






/** 08. 住まいボタン
 **************************************************************** **/

a.btn-orange{
	font-family: 'YakuHanJP' ,"M PLUS Rounded 1c", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 0;
	margin: 10px 0;
	display: block;
	color: #fff !important;
	background: #FF8300;
	text-decoration: none;
	border-radius: 3px;
	font-weight: bold;
	text-align:center;
	vertical-align: middle;
}
a.btn-orange:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	background: url("../images/living_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}
a.btn-orange:hover {
	background: #FFCE71;
}
a.btn-orange:hover:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 0 0 5px;
	background: url("../images/living_icon.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	opacity: .7;
}
 
@media screen and (min-width: 768px){
	a.btn-orange{
	padding: 0 0 0 1em;
	margin: 5px auto;
	font-size:20px;
	display:inline-block;
	}
	a.btn-orange:before {
		margin: -3px 0 0 10px;
	}
}

