/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {
	font-family: "Sawarabi Gothic", sans-serif;
	/*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.1em;
}
.stage {
  margin: 0 auto;
  width: 1200px;
}
#plist {
  clear: both;
  padding-top: 0.8%;
  padding-bottom: 0.8%;
  font-size: 1.3rem;
  line-height: 1.0em;
  border-top: 1px solid #252525;
}
#plist a {
  color: #6d6050;
  text-decoration: underline;
}
.li_end {
  margin-right: 0px !important;
}
.li_end_smp {}
#floating {
  position: absolute;
  top: 125px;
  right: 0;
  z-index: 10000;
  text-align: right;
}
#floating img {
  margin-bottom: 10px;
}
#cont {}
#cont_left {
  height: auto;
  width: 250px;
  float: left;
}
#cont_right {
  height: auto;
  width: 750px;
  float: right;
}
/* basicのスタイル記述 */
/* ========== parts ========== */
/*1は背景無し*/
.maintitle {
  text-align: center;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.maintitle h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding-top: 0.4%;
  padding-bottom: 1.8%;
	width: 250px;
	border-bottom: 2px solid #18160d;
}
.maintitle h2 span {
  font-size: 15px;
	line-height: 4em;		
}
/*2は背景無し*/
.maintitle2 {}
.maintitle2 h2 {
  text-align: left;
  font-size: 24px;	
  font-weight: 400;
  padding-top: 2%;
  padding-bottom: 1%;
  border-bottom: 5px solid #ff6600;
}
.maintitle2 h2 span {
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
}
.maintitle11 {
  text-align: center;
  width: 100%;
}
.maintitle11 h3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #6d6050;
  letter-spacing: 0.1em;
}
/*maintitle11の2行用*/
.maintitle12 {
  text-align: center;
  width: 100%;
}
.maintitle12 h3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #6d6050;
  letter-spacing: 0.1em;
}
.busi11 h3:before {
  content: url("../img/ar_business11.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}
.busi12 h3:before {
  content: url("../img/ar_business12.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}
.busi13 h3:before {
  content: url("../img/ar_business13.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}
.busi14 h3:before {
  content: url("../img/ar_business14.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}
.busi15 h3:before {
  content: url("../img/ar_business15.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}
.busi16 h3:before {
  content: url("../img/ar_business16.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}
.busi17 h3:before {
  content: url("../img/ar_business17.png");
  margin-right: 10px;
  position: relative;
  top: 50px;
  left: 0;
}

.maintitle21 {
  text-align: center;
  width: 100%;
}
.maintitle21 h4 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #6d6050;
  letter-spacing: 0.1em;
}
.busi21 h4:before {
  content: url("../img/ar_business21.png");
  margin-right: 10px;
  position: relative;
  top: 10px;
  left: 0;
}
.busi22 h4:before {
  content: url("../img/ar_business22.png");
  margin-right: 10px;
  position: relative;
  top: 10px;
  left: 0;
}


.subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #6d6050;
  text-align: center;
  line-height: 0.9em;
  padding-top: 5%;
  padding-bottom: 2%;
  letter-spacing: 0.25em;
  border-bottom: 5px solid #6d6050;
  background-color: #FFFFFF;
}
.subtitle span {
  font-size: 18px !important;
}


.pagetitle {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 2%;
  letter-spacing: 0.25em;
background-image: url("../img/bk_top_about.jpg");
	background-position: center top;
	background-size: cover;
}
.pagetitle span {
  font-size: 15px;
	line-height: 4em;
}
/*ボタントップ*/
.go_detail {
  text-align: center;
  margin-top: 2%;
}
.go_detail a {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 18px;
	border: 1px solid #18160d;
	display: block;
	transition: all 0.8s ease; /*0.5秒かけて要素を変化させる*/
}
.go_detail a p:after {
	content: "　→";
}
.go_detail a:hover {
  opacity: 0.5; /*要素の透明度を指定*/
  filter: alpha(opacity=50); /*ie6、7の透明度指定*/
}
/*ボタン管理ページ*/
.go_detail2 {
  margin-top: 2%;
}
.go_detail2 a {
	text-align: center;
	margin-right: auto;
	width: 360px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1px solid #FFFFFF;
	background-color: rgba(255,255,255,0.20);
	display: block;
	transition: all 0.8s ease; /*0.5秒かけて要素を変化させる*/
}
.go_detail2 a span:after {
	content: "　→";
}
.go_detail2 a:hover {
  opacity: 0.5; /*要素の透明度を指定*/
  filter: alpha(opacity=50); /*ie6、7の透明度指定*/
}

/*ボタン入居者ページ*/
.go_detail3 {
  margin-top: 2%;
}
.go_detail3 a {
	text-align: center;
	margin-right: auto;
	width: 360px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1px solid #FFFFFF;
	background-color: #9AAEB6;
	display: block;
	transition: all 0.8s ease; /*0.5秒かけて要素を変化させる*/
}
.go_detail3 a span:after {
	content: "　→";
}
.go_detail3 a:hover {
  opacity: 0.5; /*要素の透明度を指定*/
  filter: alpha(opacity=50); /*ie6、7の透明度指定*/
}

.no_sp {
  display: block;
}
.no_pc {
  display: none;
}
/* ========== sp_nav ========== */
#spnavi {
  display: none;
}
/* nav */
#pcnavi {
  width: 100%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
	background-color: #352d23;
	/*background-color: #252525;*/
}
.gnavi {
}
.global_menu { /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #333; /* 文字色 */
  text-align: center;
  z-index: 1000;
}
.global_menu li {
  width: 16.6%;
  float: left;
}
.global_menu li a { /* 各項目のスタイル */
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
	line-height: 1em;
	height: 55px;
  font-weight: 400;
	color: #FFFFFF;
  box-sizing: border-box;
  border-right: 1px solid #FFFFFF;
}
.global_menu li a span {
  font-size: 10px;
}
.menu:hover > a {
	background-color: #FFFFFF;
	color: #333; /* 文字色 */
}
.gnavi_end {
	border-right: none !important;
}
 /* ---------- */
.child_menu > li {
  width: 33.3%;
}
.child_menu > li > a { /* 子項目のスタイル */
  font-size: 14px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 13px;
  margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
  font-weight: 400;
  color: #111111;
  box-sizing: border-box;
	border: 2px solid #9aaeb6;
	border-radius: 26px;
}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background-color: rgba(217, 226, 231, 1.00);
}
.child_menu { /* 下層メニューのスタイル */
  width: 1040px;
  position: absolute;
  top: 55px; /* 親項目の直下に配置 */
  left: 50%;
margin-left: -550px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #333; /* 文字色 */
  background-color: #FFFFFF;
  visibility: hidden; /* 下層メニューを非表示 */
}
.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}
.child_menu a:hover {
	color: #111111 !important;
}
.child_menu .child_dot {
	border-bottom: 1px dotted #C2C2C2;
	margin-bottom: 30px;
	padding-top: 20px;
}
.child_menu .child_end {
	clear: left;
}
.child_menu .child_menu_title {
	background-color: #6d6050;
	color: #FFFFFF !important;
	border-radius: 22px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 30px;
 }
 /* ---------- */
 .child_menu2 > li {
  width: 50%;
}
.child_menu2 > li > a { /* 子項目のスタイル */
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #111111;
  box-sizing: border-box;
  border-right: 1px solid #6d6050 !important;
}
.child_menu2 > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background-color: rgba(217, 226, 231, 1.00);
}
.child_menu2 { /* 下層メニューのスタイル */
	width: 1040px;
	position: absolute;
	top: 55px; /* 親項目の直下に配置 */
  left: 50%;
margin-left: -550px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: #333; /* 文字色 */
	background-color: rgba(255,255,255,1.00);
	visibility: hidden; /* 下層メニューを非表示 */
}
.menu:hover .child_menu2 { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}
.child_menu2 a:hover {
	color: #111111 !important;
}
.child_menu2 .child_menu_title a {
border-left: 1px solid #6d6050 !important;
}
.child_menu2 div {
	clear: left;
	border-bottom: 1px dotted #C2C2C2;
	margin-bottom: 20px;
}
 /* ---------- */
 .child_menu3 > li {
  width: 33.33%;
}
.child_menu3 > li > a { /* 子項目のスタイル */
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #111111;
  box-sizing: border-box;
  border-right: 1px solid #6d6050 !important;
}
.child_menu3 > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background-color: rgba(217, 226, 231, 1.00);
}
.child_menu3 { /* 下層メニューのスタイル */
  width: 1040px;
  position: absolute;
  top: 55px; /* 親項目の直下に配置 */
  left: 50%;
margin-left: -550px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #333; /* 文字色 */
 background-color: rgba(255,255,255,1.00);
  visibility: hidden; /* 下層メニューを非表示 */
}
.menu:hover .child_menu3 { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}
.child_menu3 a:hover {
	color: #111111 !important;
}
.child_menu3 .child_menu_title a {
border-left: 1px solid #6d6050 !important;
}
 .child_menu3 div {
	clear: left;
	border-bottom: 1px dotted #C2C2C2;
	margin-bottom: 20px;
}

/* ========== pagetop ========== */
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
/* ========== header========== */
header {
  width: 100%;
  height: auto;
  padding-top: 1.5%;
}
.logo {
  float: left;
	margin-left: 3%;
	width: 45%;
	max-width: 510px;
}
.logo img {
	width: 100%;
	height: auto;
}
.headmail {
  float: right;
	margin-bottom: 1.5%;
	margin-right: 3%;
	padding-top: 0.5%;
	width: 45%;
}
.headmail a {
	display: block;
  float: right;
	margin-left: 3%;
	margin-bottom: 1%;
	width: 47%;
	max-width: 250px;	
}
.headmail a img {
	width: 100%;	
	height: auto;	
}
/* ========== footer ========== */
#footer {
  text-align: center;
  padding-top: 4%;
  background-color: #352d23;
/*background-color: #18160d;*/	
}
#footer .stage {

}
.fshop {
  height: auto;
  margin-bottom: 3%;
	float: left;
	width: 640px;
	text-align: left;
}
.flogo {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 4%;
	padding-bottom: 4%;
}
.flogo img {
	width: 80%;
	height: auto;
}
.fshop li {
  font-size: 15px;
  line-height: 2.0em;
  padding-left: 1em;
  color: #FFFFFF;
}
.fmap {
	float: right;
	margin-bottom: 2%;
}
.fmap p {
	color: #FFFFFF;
	font-size: 15px;
	text-align: left;
	margin-bottom: 1%;
}
#map_canvas {
	width: 450px;
	height: 350px;
	border: 3px double #FFFFFF;
}
.fbanner {
	width: 640px;
}

.fbanner ul {
}

.fbanner ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.fbanner ul li img {
	width: 100%;
	height: auto;
}

.flink {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 3%;
}
.flink .stage {
	width: 1200px;
}
.flink ul {}
.flink li {
  float: left;
  text-align: center;
  width: 14%;
	border-right: 1px solid #FFFFFF;
}
.flink li a {
  color: #FFFFFF;
  font-size: 16px;
  width: 100%;
  display: block;
}
.flink li a:hover {
  text-decoration: underline;
}
address {
  padding-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.2em;
	border-top: 1px solid #FFFFFF;
}
address span {}
#fnavi {
  display: none;
}

/* ===== smp contents ====== */
#smp_contents {
	display: none;
}

/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/
/* ===== mainvisual ===== */
#mainvisual {
  clear: both;
  height: 540px !important;
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
#mainvisual .maintxt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -330px;
  margin-top: -35px;
}
#vegasDots {
  display: none;
}
/* ===== subvisual ===== */
#subvisual .subtxt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -30px;
}
#subvisual .subtxt img {
	width: 500px;
	height: auto;
}
#subvisual {
  clear: both;
  height: 200px !important;
  position: relative;
  background-image: url(../img/subvisual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-attachment:fixed;*/
}
/* ===== header top ===== */
#top {
}
#top .stage {
}
/* ===== header sub ===== */
#sub {
}
#sub .stage {
}
.main {
  width: 100%;
  position: relative;
}
.sub {}
.pickup {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: -520px;
  margin-bottom: -120px;
  z-index: 99980;
  width: 220px;
  height: 220px;
}
.pickup_img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  transition: all 0.5s;
}
a:hover .pickup_img {
  transform: translate(0, -10px);
  opacity: 0.85;
}
.subpickup {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: -500px;
  margin-bottom: -90px;
  z-index: 99980;
  width: 180px;
  height: 180px;
}
.subpickup_img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

/* ====== top_about ===== */
#top_about {
  background-image: url(../img/bk_top_about.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 3%;
}
#top_about .stage {
	width: 800px;
}
#top_about h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2%;
  text-align: center;
  letter-spacing: 0.1em;
	color: #FFFFFF;
	line-height: 1.7em;
}
#top_about h3 span {
  font-size: 32px;
}

#top_about p {
  font-size: 15px;
  line-height: 2.0em;
  letter-spacing: 0.1em;
  font-weight: 200;
	color: #FFFFFF;
text-align: left;	
}

/* ====== top_news ===== */
#top_news {
  text-align: center;
  padding-top: 2%;
	padding-bottom: 3%;		
}
#top_news h2 {
	margin-bottom: 4%;
}
.top_news_area {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.top_news_area .box {
	margin-bottom: 2%;
	padding-bottom: 1.5%;
	border-bottom: 1px dotted #6d6050;
}
.top_news_area .box .date {
	float: left;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
}
.top_news_area .box .text {
	margin-left: 15%;
	text-align: left;
}
.top_news_area .box .text p {
	font-size: 15px;
	line-height: 1.7em;
}
.top_news_area .box .text p span {
	margin-right: 20px;
}


/* ========== top_manage ========== */
#top_manage {
  padding-top: 3%;
  padding-bottom: 1%;
	text-align: center;
	background-image: url("../img/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;	
}
#top_manage h2 {
	margin-bottom: 2%;
}
#top_manage h3 {
	margin-bottom: 4%;
	font-size: 18px;
	line-height: 1.5em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
}
.top_manage_area {
	margin-bottom: 6%;
	padding-top: 2%;
	padding-bottom: 3%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px dotted #c5c197;
}
.top_manage_box {
	margin-bottom: 4%;
}
/* ========== top_service ========== */
#top_service {
  padding-top: 4%;
  padding-bottom: 6%;
  background-color: #ecece0;
	margin-bottom: 4%;
}
#top_service .stage {
  text-align: center;
}
#top_service h2 {
	margin-bottom: 4%;
}
#top_service h3 {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	margin-bottom: 4%;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1.8em;
	padding-bottom: 1%;
	padding-top: 1%;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
.sv_txt1 {
  font-size: 18px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 4%;
  line-height: 1.8em;
  font-weight: 400;
}
.sv_txt2 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: normal;
}

/* スライダーのスタイル */
.slider {
	width: 100%;
	/*margin: 50px auto;*/
	margin-bottom: 6%;
}

.slider img {
	width: 100%;
	border-radius: 0;
}
.slider .child {
	margin-left: 18px;
	margin-right: 18px;
	text-align: left;
}
.slider .child h4 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
}
.slider .child p {
	font-size: 14px;
	line-height: 1.6em;
}
/* ========== top_residents ========== */
#top_residents {
  padding-top: 2%;
  margin-bottom: 6%;
}
#top_residents .stage {
  text-align: center;
}
#top_residents h2 {
	margin-bottom: 4%;
}
#top_residents h3 {
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	margin-bottom: 4%;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.8em;
	padding-bottom: 1%;
	padding-top: 1%;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
.top_residents_area {
	padding-top: 2%;
	margin-bottom: 4%;
}
.top_residents_area .box {
	width: 16%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.top_residents_area .inbox {
	width: 100%;
 	padding-top: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}
.res1 .inbox {
	background-image: url("../img/top_rs05.jpg");
}
.res2 .inbox {
	background-image: url(../img/top_rs02.jpg);
}
.res3 .inbox {
	background-image: url("../img/top_rs03.jpg");
}
.res4 .inbox {
	background-image: url("../img/top_rs04.jpg");
}
.res5 .inbox {
	background-image: url("../img/top_rs01.jpg");
}

.top_residents_area .inbox p {
	position: absolute;
	left: 0;
	top: 70%;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	/*text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);*/
	
}


/* ====== top_banner ===== */
#top_banner {
  padding-top: 4%;
  padding-bottom: 4%;
	text-align: center;
	background-image: url("../img/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
}
#top_banner h2 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 18px;
  font-weight: 400;
}
#top_banner ul {
  margin-bottom: 3%;
  padding-top: 1%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#top_banner ul li {
  float: left;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
}
#top_banner ul li img {
	width: 100%;
	height: auto;
}

/* ====== top_contact ===== */
#top_contact {
	background-color: #ecece0;
  padding-top: 4%;
  padding-bottom: 4%;
}
#top_contact h2 {
  margin-bottom: 4%;
}
#top_contact h3 {
  margin-bottom: 4%;
  font-size: 18px;
  line-height: 1.8em;
}

.top_contact_left {
	float: left;
	width: 45%;
	padding-left: 5%;
	padding-top: 2%;
	height: auto;
	text-align: left;
}
.top_contact_right {
	float: right;
	width: 45%;
	padding-left: 5%;
	padding-top: 2%;
	height: auto;
	text-align: left;
}
.top_contact_right  ul {
  margin-bottom: 3%;
  padding-top: 1%;
}
.top_contact_right  ul li {
  float: left;
  margin-right: 25px;
}
#top_contact p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 4%;
}
#top_contact p span {
  font-size: 15px;
  line-height: 1.5em;
}


/* ====== top_infomation ===== */
#top_infomation {
  padding-top: 6%;
  padding-bottom: 6%;
}
#top_infomation h2 {
  text-align: center;
  margin-bottom: 3%;
  font-size: 18px;
  font-weight: 400;
}
#top_infomation p {
  font-size: 14px;
  line-height: 2.4em;
}



/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/


/* ===== contents ====== */
#contents {}
#page {}


/* ######################################## */
/* ---company--- */
/* ######################################## */
.company {}
.company h3 {
  margin-bottom: 5%;
}
#pyilosophy {
	padding-bottom: 4%;
	padding-top: 4%;
	margin-bottom: 4%;
	background-image: url(../img/bk_shadow.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#pyilosophy h2 {
	margin-bottom: 4%;
}
#pyilosophy p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 4%;
	padding-top: 4%;
  text-align: center;
}
.pyilosophybox {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 5%;
  font-weight: 400;
  text-align: center;
  width: 33%;
  float: left;
}
.pyilosophybox2 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 2%;
  font-weight: 400;
  text-align: center;
}
.pyilosophybox2 span {
	color: #D02424;
	font-weight: 400;
}

#overview {
  padding-bottom: 4%;
}
#overview  h2 {
	margin-bottom: 4%;
}
#overview table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4%;
}
#overview table th, #overview table td {
  padding-top: 2%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 2%;
  border: 1px solid #BCBCBC;
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
}
#overview table th {
  background-color: #EDEDED;
  text-align: center;
  width: 30%;
  font-weight: normal;
}
.ov_left {
  width: 50%;
  height: auto;
  float: left;
}
.ov_right {
  width: 50%;
  height: auto;
  float: right;
}
.company_navi {
  padding-top: 4%;
  padding-bottom: 4%;
  width: 100%;
  background-image: url(../img/bk_sl_blue.png);
}
.company_navi ul {}
.company_navi ul li {
  float: left;
  margin-right: 70px;
}
.company_navi ul li a {
  display: block;
  width: 320px;
  height: 110px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 36px;
  font-size: 1.6rem;
  line-height: 2.4em;
  letter-spacing: 0.2em;
}
.company_navi ul li a span {
  border-bottom: 3px solid #FFFFFF;
  font-size: 2.5rem;
}
.company_navi ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.bt_top_company01 {
  background-image: url(../img/bk_top_company01.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.bt_top_company02 {
  background-image: url(../img/bk_top_company02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.bt_top_company03 {
  background-image: url(../img/bk_top_company03.png);
  background-position: center center;
  background-repeat: no-repeat;
}







/* ######################################## */
/* ---page_kanri--- */
/* ######################################## */
/* ====== kanri===== */
.kanri {}
.kanri h2 {}

#kanri_top {
	background-image: url("../img/bk_kanri_top.jpg");
	background-repeat: repeat-x;
	height:710px;
	width: 100%;
	padding-top: 10px;
}
#kanri_top h1 {
	width: 1200px;
	 margin-left: auto;
	margin-right: auto;
}
#kanri_top h1 img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
#kanri_top ul {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
#kanri_top ul li {
	width: 50%;
	float: left;
	text-align: center;
}
#kanri_top ul li img {
	margin-left: auto;
	margin-right: auto;
}
.kanri_top_form {
	padding-top: 5px;
	border-left: 1px solid #FFFFFF;
	width: 100%;
	text-align: center;
}
.ar_kanri_top {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
.ar_kanri_top img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.page_kanri {}
.page_kanri h3 {}
.kanri_txt {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 4%;
}
.kanri_goform {
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
.kanri_goform img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.page_kanri_area {
  position: relative;
  margin-bottom: 4%;
  padding-top: 4%;
}
.page_kanri_left1 {
  position: absolute;
  width: 48%;
  height: 420px;
  background-color: #D3D3D3;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.page_kanri_right1 {
  width: 55%;
  float: right;
  background-color: rgba(71, 63, 55, 0.76);
  margin-right: auto;
  margin-bottom: 3%;
  height: auto;
	padding-bottom: 4%;
  z-index: 1;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.page_kanri_left2 {
  width: 55%;
  float: left;
  background-color: rgba(71, 63, 55, 0.76);
  margin-right: auto;
  margin-bottom: 7%;
  height: auto;
	padding-bottom: 4%;
  z-index: 1;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);	
}
.page_kanri_right2 {
  position: absolute;
  width: 48%;
  height: 420px;
  background-color: #D3D3D3;
  background-repeat: no-repeat;
  background-position: center leftt;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 0;
}
.kanri_box {
  text-align: left;
  padding-left: 12%;
  padding-top: 50px;
}
.kanri_box h4 {
  color: #FFFFFF;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 36px;
}
.kanri_box h4 span {
  color: #c5c197;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.kanri_box p {
  margin-bottom: 3%;
  font-size: 15px;
  line-height: 1.8em;
  color: #FFFFFF;
  width: 450px;
}
.kanri_box ul {
	width: 450px;
	margin-bottom: 3%;
}
.kanri_box ul li {
	/* [disabled]border-radius: 15px; */
	margin-bottom: 2%;
	width: 200px;
	float: left;
	margin-right: 25px;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8em;
	background-image: url(../img/bk_kanri_index_li.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.kanri_img01 {
  background-image: url("../img/kanri_img06.jpg");
}
.kanri_img02 {
  background-image: url("../img/kanri_img02.jpg");
}
.kanri_img03 {
  background-image: url("../img/kanri_img03.jpg");
}
.kanri_img04 {
  background-image: url("../img/kanri_img04.jpg");
}
.kanri_img05 {
  background-image: url("../img/kanri_img05.jpg");
}

/* ========== kanri_section ========== */
/* ========= */
#kanri_index {
  background-image: url(../img/bk_about.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
#kanri_index h3 {}
/* ========= */
#kanri_nav {
  margin-bottom: 2%;
  padding-top: 4%;
  padding-bottom: 2%;
  border-bottom: 5px solid #6d6050;
}
#kanri_nav ul {}
#kanri_nav li {
  float: left;
  width: 33.3%;
  text-align: center;
  box-sizing: border-box;
}
#kanri_nav .li_end {
}
#kanri_nav li a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.0em;
  padding-top: 10%;
  padding-bottom: 10%;
	color: #333333;
}
#kanri_nav li a:hover {
	color: #333333;
}
/* ========= */
#kanri_about {
	padding-top: 7%;
	padding-bottom: 4%;
	background-image: url(../img/bk_about_end.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
#kanri_about .stage {
  background-image: url(../img/bk_about01.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 200px;
  height: auto;
}
#kanri_about .stage .kanri_txt {
  margin-right: 280px;
  background-image: url("../img/bk_sl_blue.png");
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
}
/* ========= */
#kanri_merit {
  margin-bottom: 4%;
}
.kanri_merit_area {
  padding-bottom: 4%;
  padding-top: 4%;
}
.kanri_merit_box {
  float: left;
  width: 30%;
  position: relative;
}
.kanri_merit_area .mr {
  margin-right: 5%;
}
.kanri_merit_box h4 {
  background-color: #6d6050;
  font-size: 20px;
  text-align: center;
  line-height: 1.3em;
  padding-top: 5%;
  height: 65px;
  margin-bottom: 2%;
  color: #FFFFFF;
  border-left: 8px solid #d4bea5
}
.kanri_merit_box .icon {
  color: hsla(0, 0%, 100%, 0.20);
  font-size: 64px;
  line-height: 1em;
  font-weight: 400;
  position: absolute;
  left: 12px;
  top: -16px;
}
.kanri_merit_box p {
  font-size: 15px;
  line-height: 2.0em;
  padding-top: 4%;
  padding-bottom: 2%;
  padding-left: 1%;
  padding-right: 1%;
}
.kanri_merit_box img {
  width: 100%;
  height: auto;
}
.kanri_merit_arrow {
  width: 100%;
  height: auto;
}
/* ========= */
#kanri_menu {
  padding-top: 2%;
  padding-bottom: 4%;
  width: 100%;
  background-image: url(../img/bk_sl_blue.png);
}
.kanri_menu_area {
  padding-bottom: 5%;
  padding-top: 4%;
}
.kanri_menu_box {
  float: left;
  width: 40%;
  background-color: #FFFFFF;
  position: relative;
  padding-left: 3%;
  padding-right: 3%;
  height: 320px;
  margin-bottom: 4%;
}
.kanri_menu_area .mr {
  margin-right: 8%;
}
.kanri_menu_box img {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
}
.kanri_menu_box h4 {
  text-align: left;
  padding-top: 5%;
  padding-bottom: 1%;
  margin-bottom: 2%;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  border-bottom: 3px solid #d4bea5
}
.kanri_menu_box p {
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 2%;
  padding-bottom: 2%;
}
/* ========= */
#kanri_resi {
  margin-bottom: 6%;
}
#kanri_resi h4 {
  background-color: #584f44;
	color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 6%;
  border-radius: 24px;
}
.kresi_area {
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
.kresi_box {
	position: relative;
	height: 50px;
	padding-left: 160px;
	margin-bottom: 35px;
	border-bottom: 2px dashed #d4bea5;
}
.ar_kresi {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #305078;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.kresi_box p {
  padding-top: 6px;
  font-size: 18px;
  line-height: 1.5em;
}
/* ========= */
#kanri_rent {
  margin-bottom: 4%;
}
#kanri_rent h4 {
  background-color: #584f44;
	color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 6%;
	border-radius: 20px;
}
.kanri_rent_flow {
	text-align: center;
}
#kanri_rent img {
	margin-left: auto;
	margin-right: auto;
}
/* ========= */
#kanri_pro {
  margin-bottom: 4%;
}
#kanri_pro h4 {
  background-color: #584f44;
	color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 6%;
  border-radius: 23.5px;
}
#kanri_pro ul {
  margin-bottom: 6%;
}
#kanri_pro li {
  float: left;
  margin-right: 5%;
  margin-bottom: 4%;
  width: 30%;
  border-radius: 22px;
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  border-bottom: 3px solid #6d6050;
  background-image: url("../img/bk_slash_orange.png");
  background-repeat: no-repeat;
  background-position: right top;
}
/* ========= */
#kanri_park {
  margin-bottom: 4%;
}
#kanri_park h4 {
  background-color: #584f44;
	color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 6%;
  border-radius: 23.5px;
}
#kanri_park ul {
  margin-bottom: 2%;
  padding-top: 4%;
}
#kanri_park li {
  float: left;
  margin-right: 5%;
  margin-bottom: 3%;
  width: 30%;
  border-radius: 40px;
  padding-top: 24px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  background-color: #6d6050;
  color: #FFFFFF;
  background-image: url("../img/bk_slash_orange.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#kanri_park p {
  margin-left: 3%;
  margin-right: 3%;
}


/* 
######################################## */
/* ---page_resi--- */
/* ######################################## */
/* ====== resi ===== */
.resi {}
.resi h2 {}

#resi_top {
	background-image: url("../img/bk_kanri_top.jpg");
	background-repeat: repeat-x;
	height:710px;
	width: 100%;
	padding-top: 10px;
}
#resi_top h1 {
	width: 1200px;
	 margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}
#resi_top h1 img {
	width: 100%;
	height: auto;
}
.resi_menu {
	width: 1200px;
	 margin-left: auto;
	margin-right: auto;
}
.resi_menu_box {
	width: 20%;
	float: left;
}
.resi_menu_box a {
		width: 100%;
	display: block;
	background-image: url("../img/ar_resi99.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding-bottom: 30px;
}
.resi_menu_box a p {
	color: #FFFFFF;
	font-size: 13px;
}
.resi_menu_box a img {
	margin-bottom: 10px;
}
.page_resi {}
.page_resi h3 {}
.resi_txt {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 8%;
}
.resi_goform {
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
.resi_goform img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.page_resi_area {
  position: relative;
  margin-bottom: 4%;
  padding-top: 4%;
}
.page_resi_left1 {
  position: absolute;
  width: 30%;
  height: 280px;
  background-color: #D3D3D3;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.page_resi_right1 {
	width: 76%;
	float: right;
	background-color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-bottom: 3%;
	height: auto;
	padding-bottom: 4%;
	z-index: 1;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.page_resi_left2 {
  width: 76%;
  float: left;
  background-color: rgba(255,255,255,1.00);
  margin-right: auto;
  margin-bottom: 7%;
  height: auto;
	padding-bottom: 4%;
  z-index: 1;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.page_resi_right2 {
  position: absolute;
  width: 30%;
  height: 280px;
  background-color: #D3D3D3;
  background-repeat: no-repeat;
  background-position: center leftt;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: 0;
}
.resi_c1 {
	border-left: 10px solid #c5c197;
}
.resi_c2 {
	border-right: 10px solid #c5c197;
}
.resi_c3 {
	border-left: 10px solid #c5c197;
}
.resi_c4 {
	border-right: 10px solid #c5c197;
}
.resi_c5 {
	border-left: 10px solid #c5c197;
}
.resi_box {
  text-align: left;
  padding-left: 12%;
  padding-top: 50px;
}
.resi_box h4 {
  color: #333333;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 4%;
  line-height: 36px;
}
.resi_box h4 span {
  color: #c5c197;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.resi_box p {
  margin-bottom: 3%;
  font-size: 15px;
  line-height: 1.8em;
 color: #333333;
  width: 600px;
}
.resi_box ul {
	width: 600px;
	margin-bottom: 3%;
}
.resi_box ul li {
	/* [disabled]border-radius: 15px; */
	margin-bottom: 2%;
	width: 200px;
	float: left;
	margin-right: 25px;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 1.8em;
	border: 1px solid #d4bea5;
}
.resi_img01 {
  background-image: url("../img/resi_img01.jpg");
}
.resi_img02 {
  background-image: url("../img/resi_img02.jpg");
}
.resi_img03 {
  background-image: url("../img/resi_img03.jpg");
}
.resi_img04 {
  background-image: url("../img/resi_img04.jpg");
}
.resi_img05 {
  background-image: url("../img/resi_img05.jpg");
}

/* ========== resi_section ========== */
/* ========= */
#resi_index {
  background-image: url(../img/bk_about.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
}
#resi_index h3 {}
/* ========= */
#resi_nav {
  margin-bottom: 2%;
  padding-top: 4%;
  padding-bottom: 2%;
  border-bottom: 5px solid #6d6050;
}
#resi_nav ul {}
#resi_nav li {
  float: left;
  border-right: 1px solid #868686;
  width: 33.3%;
  text-align: center;
  box-sizing: border-box;
	margin-bottom: 2%;
}
#resi_nav .li_end {
}
#resi_nav li a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 1.0em;
  padding-top: 10%;
  padding-bottom: 10%;
	color: #333333;
}
#resi_nav li a:hover {
	background-color: #F1F1F1;
}

/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/


/*
######################################## */
/*  cont_select /*
/* ######################################## */
.cont_select {
  margin-bottom: 75px;
}
.cont_select h2 {
  margin-bottom: 5%;
}
.cont_select h2 img {
  width: 100%;
  height: auto;
}
.cont_select p {
  font-size: 18px;
  line-height: 1.5em;
  margin-left: 55px;
  margin-bottom: 2%;
}
.cont_select ul {
  padding-top: 25px;
  width: 90%;
	margin-left: auto;
	margin-right: auto;	
}
.cont_select li {
  float: left;
  margin-left: 5%;
  margin-right: 5%;
	margin-bottom: 6%;
  width: 23%;
  height: auto;
  color: #FFFFFF;
}
.cont_select li a {
  display: block;
  font-size: 21px;
  font-weight: 400;
	line-height: 1.6em;
  text-align: left;
  width: 70%;
  color: #FFFFFF;
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 30%;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.line1 a {
  line-height: 1.8em;
  padding-top: 105px;
  height: 150px;
}
.line2 a {
  line-height: 1.8em;
  padding-top: 80px;
  height: 175px;
}
.cont_select li a span {
  font-size: 36px;
}
.cont_select_box1 a {
  background-color: #c5c197;
}
.cont_select_box2 a {
  background-color: #9aaeb6;
}
.cont_select_box3 a {
  background-color: #dfc29f;
}
.fm00 a {
	background-image: url("../img/fm00.png")
}
.fm01 a {
	background-image: url("../img/fm01.png")
}
.fm02 a {
	background-image: url("../img/fm02.png")
}
.fm11 a {
	background-image: url("../img/fm11.png")
}
.fm12 a {
	background-image: url("../img/fm12.png")
}
.fm13 a {
	background-image: url("../img/fm13.png")
}
.fm14 a {
	background-image: url("../img/fm14.png")
}
.fm15 a {
	background-image: url("../img/fm15.png")
}
.fm16 a {
	background-image: url("../img/fm02.png")
}
.fm20 a {
	background-image: url("../img/fm20.png")
}
.fm21 a {
	background-image: url("../img/fm21.png")
}
.fm22 a {
	background-image: url("../img/fm02.png")
}

/* ######################################## */
/*  kiyaku/privacy /*
/* ######################################## */
.policy {
  padding-bottom: 4%;
}
.policy h2 {
  margin-bottom: 4%;
}
.policy h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #6d6050;
  text-align: left;
  line-height: 1.0em;
  padding-top: 3%;
  padding-left: 5%;
  letter-spacing: 0.25em;
  margin-bottom: 3%;
}
.policy p {
  font-size: 1.3rem;
  line-height: 1.8em;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}
.policy ul {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}
.policy li {
  font-size: 1.3rem;
  line-height: 1.8em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}


/* ######################################## */
/* --modal-content---- */
/* ######################################## */
.modal-content {
	width: 70%;
	margin: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border: 5px solid #FFFFFF;
	background-image: url(../img/bk_modalbox.png);
	background-repeat: repeat;
	position: fixed;
	display: none;
	z-index: 9999;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
.modal_search_area {
	position: relative;
}
.modal_exit {
	clear: left;
	height: 36px;
	width: 36px;
	position: absolute;
	right: -20px;
	top: -20px;
}
.modal_exit a {
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	background-color: #473c2b;
	padding-top: 8px;
	height: 28px;
	width: 36px;
	display: block;
	font-size: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.modal_exit a:hover {
	background-color: #488F15;
	color: #FFFFFF;
}
.modal_search_area h2 {
	background-color: #473c2b;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 60px;
	padding-top: 13px;
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
.modal-h2-tel {
	background-image: url(../img/ar_modal_tel.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.modal-h2-line {
	background-image: url(../img/ar_modal_line.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.modal_search_area p {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	line-height:1.8em;
	font-weight: normal;
	clear: left;
}
.push_text {
	font-size:30px !important;
	font-weight:bold !important;
}
.push_text a {
	color:#383838;
}
.modal_search_area ul {
}
.modal_search_area li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.modal_search_area li a {
	background-color: #473c2b;
	height: 73px;
	width: 125px;
	display: block;
	padding-top: 52px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area li a:hover {
	background-color: #473c2b;
	text-decoration: underline;
}
.modal_search_area dl {
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	clear: left;
}
.modal_search_area dt {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 500;
	color: #3E3E3E;
}
.modal_search_area dd {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal_search_area dd a {
	background-color: #473c2b;
	height: 20px;
	width: 125px;
	display: block;
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.modal_search_area dd a:hover {
	background-color: #473c2b;
	text-decoration: underline;
}
.line_qr {
	width:50%;
	height:auto;
}

/* 
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/
