@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;	/*フォント種類*/
	font-size: 16px;
	line-height: 2;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.7 ;
	transition: 0.5s;
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 100%;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;
	margin: 0 3%;
	background: #fff;
	text-decoration: none;
	text-align: center;
}
/*ヘッダーブロック*/
body#top header {
	margin: 0 0 40px 0;
	height: auto;
}
/*メイン画像*/
#mainimg {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/*メイン画像*/
#top #mainimg {
	position: static;
}
#top #mainimg img:hover {
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	padding: 0 3%;
	margin: 0 auto;
	max-width: 1040px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	padding-bottom: 50px;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	position: relative;
	width: 20%;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
}
#menubar li a {
	display:  block;text-decoration: none;
	background: #222b30;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
}
/*英語表記（飾り文字）*/
#menubar li a span {
	display: block;
	font-weight: normal;
	font-size: 10px;
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #30671a;
}
/*日本語の飾り文字（ふきだし風）*/
#menubar li.current a span::before {
	content: "▼";
	position: absolute;
	bottom: -15px;
	left: 47%;
	color: #30671a;
	font-size: 14px;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 100%;
}
/*mainコンテンツのh2タグの１文字目への設定*/
#main h2::first-letter {
	padding-left: 15px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;
	border: 1px solid #ccc;
}
/*段落タグ設定*/
#main p {
	padding: 0px 20px 15px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section+section {
	margin-top: 50px;
}

/*CHECKリストの設定
---------------------------------------------------------------------------*/
.list {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	text-decoration: none;
	display: block;
	border: 2px solid #e1e1e1;
	padding: 3%;
	border-radius: 10px;
}
.point_list {
	height: auto;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 20px;
}
.point_ttl{
	width: 100%;
	height: auto;
	line-height: 1.7em;
	float: left;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #d5d5d5;
	margin-bottom: 30px;
}
.point_ttl img {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.check_box {
	overflow: hidden;
    background: #FFF;
	border: solid 2px #e1e1e1;
    padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

/*button
---------------------------------------------------------------------------*/
.btn_box {
	width: auto;
	margin-bottom: 60px;
	text-align: center;
}
.btn {
	max-width: auto;
	height: auto;
	text-align: center;
}
.btn a img:hover {
	opacity: unset;
	transition: unset;
}
.btn_wrapper{
	width: auto;
	text-align:center;
	margin-bottom: 20px;
}
.btn_koushiki {
    display: inline-block;
}
.btn_koushiki a {
    display: block;
	width: auto;
    border-radius: 100px;
    padding: 0.8em 1.5em 0.8em 1.5em;
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
	line-height: 1.5em;
    color: #fff;
    text-decoration: none;
	background: linear-gradient(#0D0 0%, #78c458 50%, #59b530 51%, #58b530 100%);
    border: solid 2px #73d549;
    box-shadow: 0 4px 6px #bdbdbd, 0 0 2px #fff inset;
}
.btn_koushiki a:hover {
    opacity: .8;
}

/*カテゴリーの設定
---------------------------------------------------------------------------*/
.ttl_category {
    font-size: 1.3em;
    font-weight: bold;
	background: #f7cb45;
    margin-bottom: 15px;
	padding: 0.6em 1.3em 0.6em 1.3em;
	color: #12355c;
	border-radius: 6px;
}
.category_list {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	text-decoration: none;
	display: block;
	border: 2px solid #e1e1e1;
	padding: 3%;
	border-radius: 10px;
}
.category_list h4 {
	margin-bottom: 1.5em;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff;
	padding: 12px 5px 12px 20px;
	margin-left: 0px;
	background-color: #113361;
	border-radius: 4px;
}
.category_list h5 {
	position: relative;
	font-size: 1.4em;
	line-height: 1.7em;
	color: #000;
	padding: 5px 5px 10px 10px;
	margin-bottom: 0px;
}

/*ボックス内の段落タグ設定*/
.category_list p {
	padding: 0px;
	margin-left: 38%;
	font-size: 0.9em;
}
/*ボックス内の写真設定*/
.category_list figure img {
	float: left;
	width: 35%;
	margin-right: 4%;
	margin-bottom: 2%;
}
/*マウスオン時のボックス内の写真設定*/
.category_list a:hover figure img {
	opacity: 0.8;
}

.point {
	position: relative;
    margin: 3em 0 1.5em 0;
    padding: 1.2em 1.2em;
    border: solid 3px #f7cb45;
	margin-left: 40%;
}
.point .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.1em;
    background: #FFF;
    color: #f7cb45;
    font-weight: bold;
}
.point li {
	padding: 0px 10px 0px 10px;
    font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

/*文字設定
---------------------------------------------------------------------------*/
.ttl_price {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}
.price_main {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
}
.text_red {
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
}
.text_red_02 {
	color: #d53c31;
	font-weight: bold;
	font-size: 1.2em;
}
.price_blue {
	color: #459fe2;
	font-weight: bold;
	font-size: 1.2em;
}
.marker_yellow {
	background: linear-gradient(transparent 80%, #fffa1a 80%);
}
.bold {
	font-weight: bold;
	font-size: 1em;
	color: #000;
}
.text_bold {
	font-weight: bold;
	color: #000;
}

/*アイコン設定
---------------------------------------------------------------------------*/
.fa-check-circle {
	color: #fff;
}

/*ボックス内テーブル
---------------------------------------------------------------------------*/
.category_list table {
	font-size: 14px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.category_list table,
.category_list table td,
.category_list table th{
	border: 1px solid #dcdcdc;
}
.category_list table td{
	padding: 2%;
}
.category_list table th{
	font-weight: bold;
	padding: 2%;
}
/*色のついた見出しブロック*/
.category_list table th{
	width: 25%;
	text-align: center;
	font-weight: bold;
	background: #f6f6f6;
}
/*白い説明用ブロック*/
.category_list table td {
	width: 75%;	/*幅*/
}

.category_list table ul{
	float: left;
	width: 40%;
	padding: 3% 3% 3% 3%;
	background: #fafafa;
}

.category_list table li {
}

/*ページトップ
---------------------------------------------------------------------------*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page_top i {
  padding-top: 16px
}
#page_top a {
  display: block;
  z-index: 999;
  padding: 5px;
  width: 50px;
  height: 50px;
  background-color: #222;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
page_top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	background: transparent url(../images/footer_pattern.jpg) repeat top left;
	border-top:5px solid #dfdfdf;
	font-size: 85%;
	width: 100%;
	margin-top: 40px;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #333;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 0px 3%;
	margin-top: 40px;
	margin-bottom: 10px;
}
/*１行分の設定*/
#footermenu ul {
	width: 100%;
	text-align: center;
}
#footermenu ul li {
    display: inline; 	
    margin-right: 2em;
	color: #333;
} 
#footermenu ul li a { 
    text-decoration: none;
    color: #333;	 
} 
#footermenu ul li a:hover{ 
    border-bottom: 1px solid #333;	 
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	padding: 20px 0 20px 0;
	line-height: 1.5em;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}
#main .category_list .btn {
	width: 90%;
}
#main .category_list img {
	width: 100%;
	margin-bottom: 2em;
}
#main .point {
	float: left;
	width: 90%;
	margin: auto;
	margin-bottom: 2em;
}
#main .category_list p {
	width: 90%;
	margin: auto;
}
.btn_koushiki {
	font-size: 0.65em;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n,.m-n {display: none;}


/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像*/
body#top header #logo img {
	width: 60%;
	top: 28%;
	left: 20%;
}

/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックス設定*/
#main .category_list.compact {
	width: auto;
	float: none;
	margin-left: 0;
	border-bottom: 1px solid #dcdcdc;
}
#main .category_list.compact a {
	height: auto;
}
/*ボックス内写真設定*/
#main .category_list.compact figure img {
	float: left;
	width: 20%;
	margin-right: 10px;
}
#main .category_list table ul{
	float: left;
	width: 100%;
	padding: 5% 5% 5% 5%;
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.5;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}


/*画面幅380px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:380px){

/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 200px;
	bottom: 35px;
	left: 0px;
}