@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
body {
	min-width: 950px;
}
h1,h2,h3 {
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#main {
	width: auto;
	min-width: 950px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#main p,
#main ul,
#main dl {
	color: #000;
}
#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main p.cpNote01 {
	font-size: 14px;
}
#main .cpNote01-v1 {
	margin-top: 10px;
}
#main p.cpNote02 {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}
@media only screen and (max-width: 1280px) {
	#main p.cpNote02 {
		font-size: 1.1vw;
	}
}
img {
	max-width: 100%;
	height: auto;
}
sub {
    vertical-align: sub;
}


/* Navi
----------------------------------- */
.cpNav {
	position: relative;
	padding: 0 10px;
	height: 135px;
	z-index: 1;
}
.cpTop .cpNav {
	margin-bottom: 50px;
}
.cpNav::after {
	content: "";
	width: 100%;
	height: 140px;
	background: url(../images/nav_bg01.png) repeat-x center 0;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-size: 1628px 140px;
}
.cpNav_list {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.cpNav_list li {
	position: relative;
	max-width: 222px;
	width: 17.9%;
}
.cpNav_list li::after {
	content: "";
	width: 1px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
	background-color: #fff;
}
.cpNav_list li:last-child::after {
	display: none;
}
.cpNav_list li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	cursor: pointer;
}
.cpNav_list li:hover,
.cpNav_list li:hover a,
.cpNav_list li:hover a img {
	filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));
}
.cpNav_list li.current:hover,
.cpNav_list li.current:hover a,
.cpNav_list li.current:hover a img {
	filter:none;
}

.cpTop .cpNav {
	background-color: #0075ba;
	height: auto;
	margin-bottom: 0;
}
.cpTop .cpNav::after {
	display: none;
}
.cpTop .cpNav_list::before,
.cpTop .cpNav_list::after {
	content: "";
	width: 1px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 30px;
	display: block;
	background-color: #fff;
}
.cpTop .cpNav_list::after {
	left: auto;
	right: 0;
}

/* .cpTop .cpNav_list li:nth-child(1) a,
.cpTop .cpNav_list li:nth-child(1) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));} */
/* .tab_cp70th_jutaku .cpNav_list li:nth-child(2),
.tab_cp70th_jutaku .cpNav_list li:nth-child(2) a,
.tab_cp70th_jutaku .cpNav_list li:nth-child(2) a img {filter: drop-shadow(0px 0px 6px rgb(170, 197, 54));}
.tab_cp70th_chintai .cpNav_list li:nth-child(3),
.tab_cp70th_chintai .cpNav_list li:nth-child(3) a,
.tab_cp70th_chintai .cpNav_list li:nth-child(3) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));}
.tab_cp70th_reform .cpNav_list li:nth-child(4),
.tab_cp70th_reform .cpNav_list li:nth-child(4) a,
.tab_cp70th_reform .cpNav_list li:nth-child(4) a img,
.tab_cp70th_chintai_reform .cpNav_list li:nth-child(4),
.tab_cp70th_chintai_reform .cpNav_list li:nth-child(4) a,
.tab_cp70th_chintai_reform .cpNav_list li:nth-child(4) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));}
.tab_cp70th_oc01 .cpNav_list li:nth-child(5),
.tab_cp70th_oc01 .cpNav_list li:nth-child(5) a,
.tab_cp70th_oc01 .cpNav_list li:nth-child(5) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));}
.tab_cp70th_faq .cpNav_list li:nth-child(6),
.tab_cp70th_faq .cpNav_list li:nth-child(6) a,
.tab_cp70th_faq .cpNav_list li:nth-child(6) a img {filter: drop-shadow(0px 0px 5px rgb(170, 197, 54));} */

/* MV
----------------------------------- */
.cpMain {
	position: relative;
	display: none;
	background: url(../images/mv_bg01.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px 10px 0;
}

.cpMain::after {
	content: "";
	width: 100%;
	height: 140px;
	background: url(../images/nav_bg01.png) repeat-x center 0;
	position: absolute;
	left: 0;
	top: -70px;
	display: block;
	background-size: 1628px 140px;
}
.cpTop .cpMain {
	display: block;
}
.cpMain .cpMain_in {
	display: flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: 0 auto;
}
.cpMain .cpMain_img {
	width: 50%;
}
.cpMain .cpMain_img p {
	margin-top: 5px;
	text-align: right;
}
.cpMain .cpMain_img img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 15px 7px rgba(255, 255, 255, 0.5);
}
.cpMain_body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 2%;
}
.cpMain_body h1 {
	width: 81.5%;
	margin: 3% auto;
}
.cpMain_txt {
	width: 78%;
	min-height: 0%;
}
#main .cpMain .cpMain_note {
	padding: 0 0 20px;
	text-align: center;
	color: #000;
	font-size: 14px;;
	line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
	#main .cpMain .cpMain_note {
		font-size: 1.09vw;
	}
}
.isTablet #main .cpMain .cpMain_note {
	font-size: 14px;
}


/* コンテンツ出しわけ
----------------------------------- */
.cpSection {
	display: none;
}
.cpTop #cpTop {
	display: block;
}
.tab_cp70th_jutaku #cpJutaku {
	display: block;
}
.tab_cp70th_chintai #cpChintai {
	display: block;
}
.tab_cp70th_reform #cpReform {
	display: block;
}
.tab_cp70th_chintai_reform #cpReform {
	display: block;
}
.tab_cp70th_reform #cpReform .cpDetail_reform {
	display: block !important;
}
#main.tab_cp70th_reform .cpBtn02-chintai_reform {
	display: none;
}
.tab_cp70th_chintai_reform #cpReform .cpDetail_chintai {
	display: block !important;
}
#main.tab_cp70th_chintai_reform .cpBtn02-reform {
	display: none;
}
.tab_cp70th_oc01 #cpOc {
	display: block;
}
.tab_cp70th_oc02 #cpOc {
	display: block;
}
.tab_cp70th_oc03 #cpOc {
	display: block;
}
.tab_cp70th_faq #cpQuestion {
	display: block;
}

/* 各背景
----------------------------------- */
.cpSection#cpTop {
	background: url(../images/bg01.jpg) no-repeat center 0;
	background-size: cover;
	padding-top: 150px;
}
.cpSection#cpJutaku {
	background: url(../images/jutaku/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpChintai {
	background: url(../images/chintai/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpReform {
	background: url(../images/reform/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpOc {
	background: url(../images/oc01/bg01.jpg) no-repeat center 0;
	background-size: cover;
}
.cpSection#cpQuestion {
	background: url(../images/question/bg01.jpg) no-repeat center 0;
	background-size: cover;
}

/* 大枠コンテンツ
----------------------------------- */
.cpSection {
	position: relative;
	padding: 70px 10px 100px;
	margin-top: -30px;
}
.cpSection .cpSection_in {
	max-width: 1240px;
	margin: 0 auto;
}

/* コンテンツヘッダー
----------------------------------- */
.cpSection .cpSection_in .cpSection_lead {
	text-align: center;
	margin-bottom: 80px;
}
.cpSection .cpSection_in .cpSection_lead .cpSection_tit {
	margin-bottom: 30px;
}
.cpSection .cpSection_in .cpSection_lead .cpSection_txt {
	margin-top: 30px;
}
#cpQuestion .cpSection_in .cpSection_lead {
	margin-bottom: 100px;
}

/* コンテンツ詳細
------------------------------------------------------------------------------- */
.cpSection .cpDetail {
	position: relative;
	margin-bottom: 130px;
	border: 3px solid #a87a2f;
	background: url(../images/bg02.jpg) no-repeat 0 0;
	background-size: cover;
}
#cpTop .cpDetail {
	margin-bottom: 50px;
}
.cpSection .cpDetail .cpDetail_in {
	position: relative;
	padding: 80px 45px 45px;
}
.cpSection .cpDetail .cpDetail_in-pb01 {
	padding-bottom: 15px !important;
}
.cpSection .cpDetail::before,
.cpSection .cpDetail::after {
	content: "";
	width: 140px;
	height: 140px;
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	background: url(../images/bg03.png) no-repeat 0 0;
	background-size: 140px;
}
.cpSection .cpDetail::after {
	left: auto;
	right: -8px;
	transform: rotate(90deg);
}
.cpSection .cpDetail-head {
	padding-top: 20px;
}
.cpSection .cpDetail-head .cpDetail_tit01 {
	width: 560px;
	height: 112px;
	background: url(../images/tit_bg01.png) no-repeat 0 0;
	background-size: 560px 112px;
	position: absolute;
	top: -57px;
	left: calc(50% - 280px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpSection .cpDetail-head .cpDetail_tit01 .cpDetail_tit01_note {
	font-size: 14px;
    position: absolute;
    left: calc(50% - 70px);
    bottom: -30px;
}

/* コンテンツナビ
------------------------------------------------------------------------------- */
.cpSection .cpDetail .cpDetail_nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 3px solid #a87a2f;
}
.cpSection .cpDetail .cpDetail_nav li img {
	width: calc(100% - 2px);
	height: auto;
}
.cpSection .cpDetail .cpDetail_nav .cpDetail_nav_disabled {
	pointer-events: none;
	cursor: default;
}
.cpSection .cpDetail .cpDetail_nav-reform {
	position: relative;
	border: none;
	margin-bottom: 30px;
	padding-bottom: 0;
	justify-content: space-around;
}
.cpSection .cpDetail .cpDetail_nav-reform::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #231815;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
}
.cpSection .cpDetail .cpDetail_nav-reform li {
	max-width: 420px;
	width: 36.71%;
}
.cpSection .cpDetail .cpDetail_nav-reform li a:hover {
	opacity: 0.7;
}

.cpSection .cpDetail .cpDetail_reformBlock {
	margin-bottom: 50px;
}
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_chintai {
	margin-bottom: 50px;
}
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform,
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_chintai {
	display: none;
}
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform_tit,
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform_date,
.cpSection .cpDetail .cpDetail_reformBlock .cpDetail_reform_sub {
	margin-bottom: 30px;
}
.tab_cp70th_reform .cpDetail_nav-reform li:last-child a {
	opacity: 0.15 !important;
}
.tab_cp70th_chintai_reform .cpDetail_nav-reform li:first-child a {
	opacity: 0.15 !important;
}
.tab_cp70th_reform .cpDetail_nav-reform li:last-child a:hover {
	opacity: 1 !important;
}
.tab_cp70th_chintai_reform .cpDetail_nav-reform li:first-child a:hover {
	opacity: 1 !important;
}

.cpSection .cpDetail .cpDetail_lead {
	text-align: center;
}
/* .cpSection .cpDetail .cpDetail_lead p {
	margin-bottom: 30px;
}
.cpSection .cpDetail .cpDetail_tit02 {
	margin-bottom: 30px;
}
.cpSection .cpDetail .cpDetail_date {
	margin-bottom: 30px;
} */


/* 詳細キャンペーンブロック
------------------------------------------------------------------------------- */
.cpDetail_block01 {
	position: relative;
	margin-top: 20px;
	padding: 25px 25px 10px;
	border: 3px solid #a87a2f;
	box-shadow: 0px 0px 15px 7px rgba(168, 122, 47, 0.2);
	background-color: #fff;
	z-index: 1;
}
.cpDetail_block01_col {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.cpDetail_block01_col .cpDetail_block01_img {
	max-width: 480px;
	width: 43.83%;
}
.cpDetail_block01_col .cpDetail_block01_img .cpDetail_block01_note {
	text-align: right;
}
.cpDetail_block01_col .cpDetail_block01_txt {
	position: relative;
	max-width: 590px;
	width: 53.88%;
	text-align: center;
}
#main .cpDetail_block01_col .cpDetail_block01_txt h3.cpDetail_block01_tit {
	width: 74.2%;
	margin: 4% auto 5%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt h3.cpDetail_block01_tit-v1 {
	margin-top: 9%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt p {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 2%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt p:last-child {
	font-size: 17px;
	margin-bottom: 0;
}
.isTablet #main .cpDetail_block01_col .cpDetail_block01_txt p {
	font-size: 18px;
}
.isTablet #main .cpDetail_block01_col .cpDetail_block01_txt p:last-child {
	font-size: 12px;
}
#main .cpDetail_block01_col .cpDetail_block01_txt p.cpJutaku_txt07 {
	font-size: 16px;
}
#main .cpDetail_block01_col .cpDetail_block01_txt .cpDetail_block01_date {
	margin-bottom: 8%;
}
#main .cpDetail_block01_col .cpDetail_block01_txt ul {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
#main .cpDetail_block01_col .cpDetail_block01_txt ul li {
    margin-left: 1em;
    text-indent: -1em;
}
#main .cpDetail_block01_col .cpDetail_block01_txt .cpDetail_block01_ticket {
	margin: 0 auto 4%;
}
.cpDetail_block01_w {
	margin: 50px auto;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	#main .cpDetail_block01_col .cpDetail_block01_txt p {
		font-size: 2.05vw;
	}
	#main .cpDetail_block01_col .cpDetail_block01_txt .cpDetail_block01_ticket {
		font-size: 2.0vw;
	}
	#main .cpDetail_block01_col .cpDetail_block01_txt p:last-child,
	#main .cpDetail_block01_col .cpDetail_block01_txt ul {
		font-size: 1.28vw;
	}
	#main .cpDetail_block01_col .cpDetail_block01_txt p.cpJutaku_txt07 {
		font-size: 1.25vw;
	}

}

/* ハロウィーン */
.cpDetail_hw {
	border: 3px solid #a87a2f;
	margin-top: 60px;
	padding: 25px 25px 5px;
	background: url(../images/jutaku/bg03.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 3px 3px 10px rgba(168, 122, 47, .3)
}
.cpDetail_hw_col {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.cpDetail_hw_col .cpDetail_hw_img {
	width: 40.74%;
	max-width: 440px;
}
.cpDetail_hw_col .cpDetail_hw_img img {
	border: 10px solid rgba(255, 255, 255, .7);
	border-radius: 5px;
}
.cpDetail_hw_col .cpDetail_hw_img .cpDetail_hw_note {
	text-align: right;
}
.cpDetail_hw_col .cpDetail_hw_txt {
	width: 57.4%;
	max-width: 620px;
	text-align: center;
}


.cpDetail_hw_txt .cpDetail_hw_tit {
	width: 87.9%;
	max-width: 540px;
	margin: 0 auto;
}
.cpDetail_hw_txt .cpDetail_hw_date {
	width: 95.16%;
	max-width: 620px;
	margin: 0 auto 1%;
}
#main .cpDetail_hw_col .cpDetail_hw_txt .cpDetail_hw_note {
	font-size: 15px;
	margin-bottom: 1.5%;
    line-height: 1.4;
}
#main .cpDetail_hw_col .cpBtn02 {
	position: relative;
	padding: 1.5%;
	font-size: 34px;
	background-color: #910683;
}
#main .cpDetail_hw_col .cpBtn02::before,
#main .cpDetail_hw_col .cpBtn02::after {
	content: "";
	width: 23.38%;
	max-width: 145px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/jutaku/bg02.png) no-repeat 0 0;
	background-size: cover;
}
#main .cpDetail_hw_col .cpBtn02::after {
	transform: rotateY(180deg);
	left: auto;
	right: 0;
}

#main .cpDetail_hw + p {
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
@media only screen and (max-width: 1280px) {
	#main .cpDetail_hw_col .cpBtn02 {
		font-size: 2.6vw;
	}
	#main .cpDetail_hw_col .cpDetail_hw_txt .cpDetail_hw_note {
		font-size: 1.17vw;
	}
	#main .cpDetail_hw + p {
		font-size: 1.095vw;
	}
}

/* TOPキャンペーンブロック
------------------------------------------------------------------------------- */
.cpDetail_block02 {
	display: flex;
	justify-content: space-between;
}
.cpDetail_block02 .cpDetail_block02_txt {
	max-width: 760px;
	width: 66.08%;
	background-color: #fff;
	box-shadow: 0px 0px 8px 3px rgba(168, 122, 47, 0.2);
}
.cpDetail_block02 .cpDetail_block02_txt_head {
	background-color: #a87a2f;
	text-align: center;
	padding: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .cpDetail_block02 .cpDetail_block02_txt_head p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.cpDetail_block02 .cpDetail_block02_txt_body {
	padding: 25px 30px 25px 40px;
}
.cpDetail_block02 .cpDetail_block02_img {
	position: relative;
	max-width: 355px;
	width: 30.86%;
}
.cpDetail_block02 .cpDetail_block02_txt_date {
	margin: 0 auto 25px;
}
#main .cpDetail_block02 p.cpDetail_block02_txt_cap {
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 1.3;;
}
.isTablet #main .cpDetail_block02 p.cpDetail_block02_txt_cap {
	font-size: 22px;
}
#main .cpDetail_block02 p {
	font-size: 16px;
	font-weight: bold;
}
.isTablet #main .cpDetail_block02 p {
	font-size: 12px;
}
#main .cpDetail_block02 ul {
	font-size: 16px;
	margin-top: 2%;
}
.isTablet #main .cpDetail_block02 ul {
	font-size: 12px;
}
#main .cpDetail_block02 ul li {
    text-indent: -1em;
    margin-left: 1em;
}
.cpDetail_block02 .cpDetail_block02_img .cpDetail_block02_note {
	position: absolute;
	right: 0;
	bottom: -25px;
	font-weight: normal !important;
	font-size: 12px !important;
}
@media only screen and (max-width: 1280px) {
	#main .cpDetail_block02 .cpDetail_block02_txt_head p {
		font-size: 2.37vw;
	}
	#main .cpDetail_block02 p {
		font-size: 1.2vw;
	}
	#main .cpDetail_block02 p.cpDetail_block02_txt_cap {
		font-size: 2.2vw;
	}
	.cpDetail_block02 .cpDetail_block02_txt_body {
		padding: 4% 5%;
	}
	#main .cpDetail_block02 ul {
		font-size: 1.16vw;
	}
}

/* 画像テキスト調整
------------------------------------------------------------------------------- */
/* TOP */
.cpTop_txt01 {
	width: 69.9%;
    max-width: 800px;
    margin: 0 auto 50px;
}
.cpTop_txt02 {
	width: 53.04%;
	max-width: 610px;
	margin: 0 auto 40px;
}
.cpTop_txt03 {
	width: 71.3%;
	max-width: 810px;
	margin: 6% auto 4%;
}

/* 戸建 */
.cpJutaku_txt01 {
	max-width: 570px;
	width: 49.56%;
	margin: 0 auto 2%;
}
.cpJutaku_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 2%;
}
.cpJutaku_txt03 {
	max-width: 1100px;
	width: 95.65%;
	margin: 2% auto 4%;
}
.cpJutaku_txt04 {
	max-width: 830px;
	width: 72.17%;
	margin: 6% auto 5%;
}
.cpJutaku_txt05 {
	max-width: 985px;
	width: 85.65%;
	margin: 0 auto 5%;
}
.cpJutaku_txt06 {
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
}


/* 賃貸 */
.cpChintai_txt01 {
	max-width: 570px;
	width: 49.56%;
	margin: 0 auto 2%;
}
.cpChintai_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 2%;
}

.cpChintai_txt03 {
	max-width: 1005px;
	width: 87.39%;
	margin: 2% auto 3.5%;
}
.cpChintai_txt04 {
	max-width: 830px;
	width: 72.17%;
	margin: 4.5% auto 3.5%;
}

/* リフォーム */
.cpReform_txt01 {
	max-width: 590px;
	width: 51.30%;
	margin: 0 auto 3%;
}
.cpReform_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 3%;
}
.cpReform_txt03 {
	max-width: 1005px;
	width: 87.39%;
	margin: 2% auto;
}
.cpReform_txt04 {
	max-width: 640px;
	width: 55.94%;
	margin: 0 auto 3%;
}

/* どなたでも */
.cpOc_txt01 {
	max-width: 450px;
	width: 39.13%;
	margin: 0 auto 2.5%;
}
.cpOc_txt02 {
	max-width: 460px;
	width: 40.8%;
	margin: 0 auto 2%;
}
.cpOc_txt03 {
	max-width: 435px;
	width: 50.58%;
	margin-bottom: 2%;
}
.cpOc_txt04 {
	max-width: 450px;
	width: 100%;
	margin-bottom: 2%;
}
.cpOc_txt05 {
	max-width: 160px;
	width: 31.37%;
	margin-bottom: 2%;
}

@media only screen and (max-width: 1150px) {
	#main .cpOcCol .cpOcCol_txt p.cpOc_txt06 {
		font-size: 1.935vw;
	}
}


/* 対象のキャンペーンはこちらから
------------------------------------------------------------------------------- */
.cpCampaign_tit {
	margin: 0 auto 30px;
	text-align: center;
}
.cpCampaign_col {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpCampaign_col .cpCampaign_col_item {
	position: relative;
    border: 2px solid #a87a2f;
    background: url(../images/bg02.jpg) no-repeat 0 0;
    background-size: cover;
	max-width: 600px;
	width: 48.38%;
	margin-bottom: 0;
}
.cpCampaign_col .cpCampaign_col_item:hover {
	opacity: 0.7;
}
.cpCampaign_col .cpCampaign_col_item a {
	display: block;
	padding: 30px;
}
.cpCampaign_col .cpCampaign_col_item::before, .cpCampaign_col .cpCampaign_col_item::after {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    background: url(../images/bg03.png) no-repeat 0 0;
    background-size: 65px;
}
.cpCampaign_col .cpCampaign_col_item::after {
	left: auto;
	right: -5px;
	transform: rotate(90deg);
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_tit {
	text-align: center;
	margin: 0 auto 15px;
}
.cpCampaign_col .cpCampaign_col_item-jutaku .cpCampaign_col_tit,
.cpCampaign_col .cpCampaign_col_item-chintai .cpCampaign_col_tit {
	width: 73.83%;
}
.cpCampaign_col .cpCampaign_col_item-reform .cpCampaign_col_tit {
	width: 75.7%;
}
.cpCampaign_col .cpCampaign_col_item-oc01 .cpCampaign_col_tit {
	width: 78.5%;
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_item_in {
	display: flex;
	justify-content: space-between;
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_item_in .cpCampaign_col_item_img {
	max-width: 210px;
	width: 39.25%;
}
.cpCampaign_col .cpCampaign_col_item .cpCampaign_col_item_in .cpCampaign_col_item_txt {
	max-width: 310px;
	width: 57.94%;
}
.cpCampaign_col .cpCampaign_col_item-reform a {
	padding-top: 10px;
}
.cpCampaign_note {
	margin-bottom: 20px;
}

/* 大和ハウスの集合住宅D-ROOM
------------------------------------------------------------------------------- */
.cpDetail_droom {
	margin: 50px auto 0;
}
.cpDetail_droom .cpDetail_droom_tit {
	margin-bottom: 20px;
	text-align: center;
}
.cpDetail_droom .cpDetail_droom_col {
	display: flex;
	justify-content: space-between;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_img {
	max-width: 575px;
	width: 50%;;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_txt {
	max-width: 535px;
	width: 46.52%;
	display: flex;
	align-items: center;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_txt_in {
	width: 100%;
}
.cpDetail_droom .cpDetail_droom_col .cpDetail_droom_txt p {
	width: 81.96%;
	max-width: 500px;
}

/* 応募方法
------------------------------------------------------------------------------- */
.cpOcCol {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1040px;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	border-bottom: 3px solid #a87a2f;
}
.cpOcCol::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-top: solid 3px #a87a2f;
    border-right: solid 3px #a87a2f;
    transform: rotate(135deg);
    position: absolute;
    bottom: -19px;
    background-color: #fff;
    left: calc(50% - 10px);
}
.cpOcCol-nb {
	border-bottom: none;
}
.cpOcCol-03::after,
.cpOcCol-nb::after {
	display: none;
}
.cpOcCol:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cpOcCol .cpOcCol_step {
	max-width: 125px;
	width: 12.02%;
}
#main .cpOcCol .cpOcCol_txt p {
	font-size: 25px;
	font-weight: bold;
}
#main .cpOcCol .cpOcCol_txt p.cpNote01 {
	font-size: 18px;
	font-weight: normal;
}
.cpOcCol .cpOcCol_tit {
	margin-bottom: 20px;
}
.cpOcCol-01 .cpOcCol_txt {
	max-width: 860px;
	width: 82.69%;
}
.cpOcCol-02 .cpOcCol_txt {
	max-width: 450px;
	width: 43.27%;
}
.cpOcCol-02 .cpOcCol_img {
	max-width: 360px;
	width: 34.62%;
}
.cpOcCol-03 .cpOcCol_txt {
	max-width: 520px;
	width: 50%;
}
.cpOcCol-03 .cpOcCol_img {
	max-width: 290px;
	width: 27.88%;
}

/* 応募の流れ */
.cpOcCol-04 .cpOcCol_step {
	max-width: 510px;
	width: 50%;
	text-align: center;
}
.cpOcCol-04 .cpOcCol_step .cpOcCol_step_in {
	max-width: 350px;
	display: block;
	margin: 0 auto;
}
#main .cpOcCol-04 .cpOcCol_step p {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
}
.cpOcCol-04 .cpOcCol_txt {
	max-width: 510px;
	width: 50%;
	text-align: center;
}
.cpOcCol-04 .cpOcCol_txt span {
	max-width: 380px;
	display: block;
	margin: 0 auto;
}


/* よくあるご質問
------------------------------------------------------------------------------- */
.cpDetail_question dl {
	font-size: 22px;
	font-weight: bold;
}
.cpDetail_question dl dt {
	position: relative;
	padding-left: 100px;
	min-height: 52px;
	display: flex;
	align-items: center;
	margin: 0 0 35px;
	padding: 30px 80px 0 100px;
	border-top: 5px dotted #a87a2f;
	cursor: pointer;
}
.cpDetail_question dl dt:hover span {
	text-decoration: underline;
}
.cpDetail_question dl dt:first-child {
	border-top: none;
}
.cpDetail_question dl dt::before {
	content: "";
	width: 45px;
	height: 50px;
	background: url(../images/question/icon_q.png) no-repeat 0 0;
	background-size: 45px 50px;
	position: absolute;
	top: 30px;
	left: 0;
}
.cpDetail_question dl dt::after {
	content: "";
	width: 48px;
	height: 48px;
	background: url(../images/question/icon_menu.png) no-repeat 0 0;
	background-size: 48px 96px;
	position: absolute;
	top: 30px;
	right: 0;
}
.cpDetail_question dl dd {
	position: relative;
	padding: 0 80px 30px 100px;
	min-height: 52px;
	display: none;
}
.cpDetail_question dl dd::after {
	content: "";
	width: 46px;
	height: 44px;
	background: url(../images/question/icon_a.png) no-repeat 0 0;
	background-size: 46px 44px;
	position: absolute;
	top: 0;
	left: 0;
}
.cpDetail_question dl dt.isOpen {
	margin-bottom: 55px;
}
.cpDetail_question dl dt.isOpen::after {
	background-position-y: 100%;
}
.cpDetail_question dl dt.isOpen + dd {
	display: block;
}

/* 利用規約
------------------------------------------------------------------------------- */
.cpDetail_reqList {
	margin-top: 20px;
	color: #000;
}
#main .cpDetail_reqList > dt {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 2px;
}
#main .cpDetail_reqList > dt,
#main .cpDetail_reqList > dd {

}
.cpDetail_reqList > dd {
	margin-bottom: 15px;
}
.cpDetail_reqList > dd:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList > dd ul.cpDetail_list01 {
	margin: .8em 0;
	font-size: 14px;
}
#main .cpDetail_reqList > dd ul {
	font-size: 14px;
}
.cpDetail_reqList > dd ul.cpDetail_list > li {
	list-style: disc;
	line-height: 1.4;
	margin-left: 1.5em;
	margin-bottom: .5em;
}
.cpDetail_reqList > dd ul > li:last-child {
	margin-bottom: 0;
}
#main .cpDetail_reqList > dd p {
	font-size: 100%;
}
#main .cpDetail_reqTitle {
	font-size: 18px;
	font-weight: bold;
}
.cpDetail_reqCl01 {
	color: #ea3780;
}

/* ボタン
------------------------------------------------------------------------------- */
.cpBtns {
	margin: 60px auto 0;
}
.cpBtns .cpBtn02 {
	margin-bottom: 80px;
}
#main .cpBtn01 {
	display: block;
	color: #fff;
	background-color: #a87a2f;
	border-radius: 50px;
	text-align: center;
	padding: 20px;
	font-size: 30px;
	text-decoration: none;
	margin-top: 30px;
}
.cpBtn01[target=_blank]::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 10px;
    background: url(/ad/sponsor/tdr/cp/images/icon02.png) left top no-repeat;
    background-size: 20px;
    vertical-align: middle;
}
#main .cpBtn01:hover {
	opacity: .8;
}
#main .cpBtn01-v1 {
	color: #a87a2f;
	border: #a87a2f 3px solid;
	background-color: transparent;
	padding: 10px;
	line-height: 1;
	font-weight: bold;
	width: 360px;
}
#main .cpBtn01-v2 {
	max-width: 980px;
	margin: 0 auto;
}
#main .cpBtn01-v2 span {
	position: relative;
}
#main .cpBtn01-v2 span::before,
#main .cpBtn01-v2 span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: 100% 50%;
	transform: rotate(-40deg);
}
#main .cpBtn01-v2 span::before {
    transform: rotate(40deg);
}
#main .cpBtn02 {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #a87a2f;
	padding: 30px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
}
#main .cpBtn02:hover {
	opacity: .8;
}
#main .cpBtn02-v1 {
	background-color: #d8372d;
	font-size: 35px;
}
#main .cpBtn02 span {
	position: relative;
}
#main .cpBtn02 span::before,
#main .cpBtn02 span::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform-origin: 100% 50%;
	transform: rotate(-40deg);
}
#main .cpBtn02 span::before {
    transform: rotate(40deg);
}
#main .cpPagetop {
	text-align: center;
	margin-top: 20px;
}
#main .cpPagetop a {
	position: relative;
	font-size: 24px;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
#main .cpPagetop a::after {
	content: "";
	width: 35px;
	height: 35px;
	background: url(../images/icon01.png) no-repeat 0 0;
	background-size: cover;
	display: inline-block;
	position: absolute;
	right: -50px;
	top: calc(50% - 17px);
}

/* 背景装飾
------------------------------------------------------------------------------- */
.cpDec {
	position: relative;
	z-index: 1;
	mix-blend-mode: multiply;
}
.cpDec::before,
.cpDec::after {
	content: "";
	width: 350px;
    height: 280px;
	background: url(../images/bg04.png) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	z-index: -1;
}
.cpDec::before {
	right: auto;
	transform: scale(-1, 1);
}

.cpDec-01::before {
    top: -70px;
    left: -260px;
}
.cpDec-01::after {
    top: -70px;
    right: -260px;
}
.cpDec-02::before {
    top: 110px;
    left: -170px;
}
.cpDec-02::after {
    top: 110px;
    right: -170px;
}
.cpDec-03::before {
    top: -110px;
    left: -20px;
}
.cpDec-03::after {
    top: -110px;
    right: -20px;
}
.cpDec-04::before {
    top: 10px;
    left: -150px;
}
.cpDec-04::after {
    top: 10px;
    right: -150px;
}
.cpDec-05::before {
    top: -40px;
    left: -50px;
}
.cpDec-05::after {
    top: -40px;
    right: -50px;
}
.cpDec-06::before {
    top: -50px;
    left: -60px;
}
.cpDec-06::after {
    top: -50px;
    right: -60px;
}
.cpDec-07::before,
.cpDec-07::after,
.cpDec-08::before,
.cpDec-08::after {
	width: 320px;
	height: 240px;
}
.cpDec-07::before {
    top: -70px;
    left: -110px;
}
.cpDec-07::after {
    top: -70px;
    right: -110px;
}
.cpDec-08::before {
    top: -60px;
    left: -120px;
}
.cpDec-08::after {
	top: -60px;
    right: -120px;
}
.cpDec-09::before {
    top: -60px;
    left: -300px;
}
.cpDec-09::after {
	top: -60px;
    right: -300px;
}
.cpDec-10::before {
    top: -180px;
    left: -230px;
}
.cpDec-10::after {
    top: -180px;
    right: -230px;
}



/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 88px;
	height: 20px;
	overflow: hidden;
}




/* 展示場検索
------------------------------------------------------------------------------- */
.iitPlace01 {
	margin: 30px auto;
	padding: 0;
	overflow: hidden;
	max-width: 1040px;
}
.iitPlace01_in {
	background-color: #a87a2f;
	padding: 0 10px 10px 10px;
}
#main .iitPlace01_tit {
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: #a87a2f;
	margin-bottom: 0;
	padding: 0 30px;
	position: relative;
}
#main .iitPlace01_tit span {
	color: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 30px;
	min-width: 520px;
	border: 2px solid #a87a2f;
}

/* エリア情報
------------------------------------------------------------------------------- */
.area01 {
	padding: 20px 10px;
	background-color: #F5F5F5;
	overflow: hidden;
}
.area01_navs1 {
	color: #333;
	font-size: 14px; /* oldIE */
	font-size: 0.88rem;
	text-align: center;
	letter-spacing: -0.5em;
}
.cpDetail .area01_nav1 {
	width:10.7857%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0;
}
#hokkaidoTab{ width:11.5%; }
#chubu2Tab{ width:13%; }
.area01_nav1 a,
.area01_nav1 > span {
	display: block;
	position: relative;
	padding: 17px 2% 18px;
	color: #000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.area01_nav1 a:after,
.area01_nav1 > span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: 0 0 0 -4px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #666;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.d_hover .area01_nav1 a:hover:after,
.d_hover .area01_nav1 > span:hover:after,
.area01_nav1-current a:after,
.area01_nav1-current > span:after,
.area01_nav1.fnTab_current a:after,
.area01_nav1.fnTab_current > span:after {
	border-color: #EAA960;
}
.d_hover .area01_nav1 a:hover,
.d_hover .area01_nav1 > span:hover {
	color: #EAA960;
}
.area01_nav1-current a,
.area01_nav1-current > span,
.area01_nav1.fnTab_current a,
.area01_nav1.fnTab_current > span {
	background-color: #fff;
	color: #EAA960;
	cursor: default;
}
.fnTab_target {
	display: none !important;
}
.fnTab_target.fnTab_current {
	display: block !important;
}

@media only screen and (max-width: 1150px) {
	.area01_navs1 { padding:0 20px; }
}


/* 地図
------------------------------------------------------------------------------- */
.tMap {
	position: relative;
	max-width:1150px;
	margin: 0 auto;
}
.tMap_img {
	display: block;
	}
.tMap_img img {
	max-width: 100%;
    height: auto;
	}
.tMap_item {
	position: absolute;
}
/* 北海道 */
.tMap_item-pref1 {
	top: 45%;
	left: 47%;
}
/* 青森 */
.tMap_item-pref2 {
	top: 9%;
	left: 51%;
}
/* 岩手 */
.tMap_item-pref3 {
	top: 32%;
	left: 58%;
}
/* 宮城 */
.tMap_item-pref4 {
	top: 62%;
	left: 54%;
}
/* 秋田 */
.tMap_item-pref5 {
	top: 28%;
	left: 42%;
}
/* 山形 */
.tMap_item-pref6 {
	top: 56%;
	left: 38%;
}
/* 福島 */
.tMap_item-pref7 {
	top: 80%;
	left: 44%;
}
/* 茨城 */
.tMap_item-pref8 {
	top: 26%;
	left: 63%;
}
/* 栃木 */
.tMap_item-pref9 {
	top: 7%;
	left: 52%;
}
/* 群馬 */
.tMap_item-pref10 {
	top: 14%;
	left: 35%;
}
/* 埼玉 */
.tMap_item-pref11 {
	top: 35%;
	left: 40%;
}
/* 千葉 */
.tMap_item-pref12 {
	top: 65%;
	left: 64%;
}
/* 東京 */
.tMap_item-pref13 {
	top: 55%;
	left: 47%;
}
/* 神奈川 */
.tMap_item-pref14 {
	top: 75%;
	left: 43%;
}
/* 新潟 */
.tMap_item-pref15 {
	top: 15%;
	left: 65%;
}
/* 富山 */
.tMap_item-pref16 {
	top: 33%;
	left: 46%;
}
/* 石川 */
.tMap_item-pref17 {
	top: 45%;
	left: 31%;
}
/* 福井 */
.tMap_item-pref18 {
	top: 67%;
	left: 26%;
}
/* 山梨 */
.tMap_item-pref19 {
	top: 58%;
	left: 27%;
}
/* 長野 */
.tMap_item-pref20 {
	top: 59%;
	left: 56%;
}
/* 岐阜 */
.tMap_item-pref21 {
	top: 15%;
	left: 46%;
}
/* 静岡 */
.tMap_item-pref22 {
	top: 50%;
	left: 66%;
}
/* 愛知 */
.tMap_item-pref23 {
	top: 49%;
	left: 47%;
}
/* 三重 */
.tMap_item-pref24 {
	top: 67%;
	left: 36%;
}
/* 滋賀 */
.tMap_item-pref25 {
	top: 24%;
	left: 60%;
}
/* 京都 */
.tMap_item-pref26 {
	top: 13%;
	left: 45%;
}
/* 大阪 */
.tMap_item-pref27 {
	top: 46%;
	left: 44%;
}
/* 兵庫 */
.tMap_item-pref28 {
	top: 26%;
	left: 32%;
}
/* 奈良 */
.tMap_item-pref29 {
	top: 64%;
	left: 55%;
}
/* 和歌山 */
.tMap_item-pref30 {
	top: 77%;
	left: 41%;
}
/* 鳥取 */
.tMap_item-pref31 {
	top: 9%;
	left: 70%;
}
/* 島根 */
.tMap_item-pref32 {
	top: 20%;
	left: 42%;
}
/* 岡山 */
.tMap_item-pref33 {
	top: 42%;
	left: 68%;
}
/* 広島 */
.tMap_item-pref34 {
	top: 52%;
	left: 47%;
}
/* 山口 */
.tMap_item-pref35 {
	top: 67%;
	left: 17%;
}
/* 徳島 */
.tMap_item-pref36 {
	top: 40%;
	left: 66%;
}
/* 香川 */
.tMap_item-pref37 {
	top: 17%;
	left: 58%;
}
/* 愛媛 */
.tMap_item-pref38 {
	top: 38%;
	left: 31%;
}
/* 高知 */
.tMap_item-pref39 {
	top: 53%;
	left: 47%;
}
/* 福岡 */
.tMap_item-pref40 {
	top: 8%;
	left: 61%;
}
/* 佐賀 */
.tMap_item-pref41 {
	top: 11%;
	left: 46%;
}
/* 長崎 */
.tMap_item-pref42 {
	top: 32%;
	left: 41%;
}
/* 熊本 */
.tMap_item-pref43 {
	top: 43%;
	left: 56%;
}
/* 大分 */
.tMap_item-pref44 {
	top: 22%;
	left: 72%;
}
/* 宮崎 */
.tMap_item-pref45 {
	top: 58%;
	left: 68%;
}
/* 鹿児島 */
.tMap_item-pref46 {
	top: 72%;
	left: 52%;
}
/* 沖縄 */
.tMap_item-pref47 {
	top: 64%;
	left: 18%;
}
#main .tMap_item p {
	line-height: 1;
	margin: 0 0 10px;
	color: #000;
	font-size: 1rem;
	text-align: center;
}
.tMap_item li {
	margin: 10px 0 0;
	list-style: none !important;
}
.tMap_item li:first-child {
	margin-top: 0;
}
.tMap_item a,
.tMap_item span {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 3px 37px 5px 24px;
	border: 2px solid #EAA960;
	border-radius: 4px;
	background-color: #fff;
	color: #EAA960;
	font-size: 0.88rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.d_hover .tMap_item a:hover {
	opacity: 0.6;
}
.tMap_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.tMap_item .tMap_disable {
	border-color: #999;
	color: #999;
}
.tMap_item .tMap_disable:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* 日本地図
------------------------------------------------------------------------------- */
.fSelect {
	max-width: 1150px;
	position: relative;
	margin: 0 auto;
}
.fMap {
	padding: 0 0 10px;
	background-color: #fff;
	text-align: left;
}
.fMap_in{
	max-width: 700px;
	height: 529px;
	margin: 0 auto;
	position: relative;
}
.fMap_tit {
	margin: 0 0 0 17px;
	color: #000;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,Georgia,メイリオ,Meiryo,serif;
	font-size: 200%;
	font-weight: bold;
}
.fMap_map {
	position: absolute;
	top: 74px;
	left: 180px;
	width: 50%;
	height: auto;
}
.fMap_area {
	position: absolute;
}
#fMap_hokkaido {
	top: 89px;
	right: 50px;
	width: 100px;
}
#fMap_tohoku {
	top: 181px;
	right: 10px;
	width: 222px;
}
#fMap_kanto {
	top: 277px;
	right: 10px;
	width: 222px;
}
#fMap_chubu2 {
	top: 63px;
	left: 17px;
	width: 420px;
}
#fMap_chubu {
	top: 416px;
	right: 10px;
	width: 385px;
}
#fMap_kinki {
	top: 129px;
	left: 17px;
	width: 336px;
}
#fMap_chugoku {
	top: 225px;
	left: 17px;
	width: 252px;
}
#fMap_shikoku {
	top: 454px;
	right: 10px;
	width: 385px;
}
#fMap_kyushu {
	top: 322px;
	left: 17px;
	width: 168px;
}
.fMap_area p {
	line-height: 17px;
	margin: 0 0 9px;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
}
#fMap_chubu p,
#fMap_shikoku p {
	float: left;
	width: 80px;
}
.fMap_area p span {
	margin: 0 0 0 2px;
	font-size: 78%;
}
#main .fMap_area ul {
	font-size: 12px;
}
#fMap_chubu ul,
#fMap_shikoku  ul {
	float: right;
	width: 297px;
	margin-top: -4px;
}
.cpDetail .fMap_area ul li {
	float: left;
	width: 70px;
	margin: 0 4px 4px 0;
	list-style: none;
}
.fMap_area .fMap_first {
	display: none;
}
#main .cpDetail .fMap_area ul a {
	display: block;
	line-height: 25px;
	padding: 1px 0 4px 0;
	background-color: #D59248;
	color: #fff;
	text-align: center;
	text-decoration: none;
	opacity: 1.0;
}
.d_hover .fMap_area ul a:hover {
	opacity: 0.8;
}
.fMap_area:after,
.fMap_area ul:after { content: ''; display: block; clear: both; height: 0; }