@charset "utf-8";
/* local css*/


/* html, body
--------------------------------------------------*/
body {
	background:#fff;
	-webkit-text-size-adjust: none;f8f8f8
	position:relative;
}
body, td, th {
	font-size: 14px;
	line-height: 150%;
}
/* A */
a {
	color: #0370a9;
	text-decoration: none;
}
a:hover {
	color: #0370a9;
	/*text-decoration: underline;*/
}
#wrapper {
}
#wrapperInner {
}


/* header
--------------------------------------------------*/ 
#header {
	position:relative;
	background:#f1efeb;
	width:100%;
	height:53px;
	z-index:10;
}

/*日本語の場合*/
#header h1.ja{
	width:134px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:13px;
	left:10px;
}
#header h1.ja a{
	display:block;
	width:134px;
	height:25px;
	background:url(/img/sp/logo_ja.png) 0 0 no-repeat;
	background-size:134px 25px;
}


/* 英語の場合 */
#header h1.en{
	width:134px;
	height:25px;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	left:10px;
}
#header h1.en a{
	display:block;
	width:131px;
	height:32px;
	background:url(/img/sp/logo_en.png) 0 0 no-repeat;
	background-size:131px 32px;
}


#header .lang {
	margin-right:52px;
	padding-top:21px;
	display:block;
	float:right;
}
#header .lang li{
	display:block;
	float:left;
	color:#504633;
	font-size:10px;
	padding:0 8px;
	line-height:100%;
}

#header .lang li a{ color:#504633; }
#header .lang li.jp {
	border-right:1px solid #a29988;
	padding:10px 108px !important:
}
#header .lang li.on a, #header .lang li.on{ color:#b3b3b3; }

/* nav
--------------------------------------------------*/
#main-nav {
position: absolute;
  z-index: 9999;
}
#mobile-bar {
	display:block;
	float:right;
	position:absolute;
	right:10px;
	top:0;
	width:40px;
	height:53px;
	text-indent:-9999px;
	z-index: 9999;
}

#mobile-bar a{
	display:block;
	width:40px;
	height:53px;
	background:url(/img/sp/menu.png) 15px 16px no-repeat;
	background-size:25px 21px;
}


#build-menu {
  right: 0;
  position: absolute !important;
  z-index: 9999 !important;
}
#build-menu {
	visibility: visible;
	z-index: 9999;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 200px;
	padding: 0;
	position: static;
	z-index: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	right: 0;
	float:right;
	background:#423723;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#build-menu a{
	display:block;
	color:#fff;
}

#build-menu a{
	display:block;
	color:#fff;
}
#build-menu .secondary {
	display:none;
}
#build-menu .nav {
	background:url(/img/sp/bg_nav.png) center 0 repeat-x;
	background-size:1px 40px;
	padding:8px 0 8px 0;
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #291f0d;
}
#build-menu .nav a{
	background:url(/img/sp/icon_nav_01.png) 10px center no-repeat;
	background-size:8px 13px;
	padding-left:0;
}
#build-menu .navSec a{
	background:url(/img/sp/icon_nav_02.png) 8px center no-repeat;
	background-size:12px 8px;
	padding-left:0;
}
#build-menu .navSec .secondary {
	margin-top:10px;
	margin-bottom:-8px;
}
#build-menu .navSec .secondary li{
	border-bottom:1px solid #312818;
	-moz-box-shadow: 0 1px 0 #4d422e;
	-webkit-box-shadow: 0 1px 0 #4d422e;
	box-shadow: 0 1px 0 #4d422e;
	padding:0;
}

#build-menu .navSec .secondary a{
	background:url(/img/sp/icon_nav_03.png) 10px center no-repeat;
	background-size:6px 9px;
	font-size:12px;
	padding:8px 0 8px 0;
}
#build-menu span.pri{
	display:block;
	padding-left:24px;
}
#build-menu .secondary span{
	display:block;
	padding-left:24px;
	padding-right:10px;
}

/* menu
--------------------------------------------------*/
#menu {
	position:relative;
	background:url(/img/sp/bg_menu.png) 0 0 repeat-x;
	padding:4px 0;
	height:25px;
	background-size:9px 33px;
	border-top:1px solid #534834;
	border-bottom:1px solid #534834;
	box-shadow: 0 1px 2px rgba(51,51,51,0.6)；
	-moz-box-shadow: 0 1px 2px rgba(51,51,51,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(51,51,51,0.6);
	z-index:100;
}
#menu li{
	display:block;
	width:33%;
	float:left;
	padding:4px 0;
}
#menu li a{
	display:block;
	width:100%;
	color:#e3e3e3;
	font-size:8px;
	text-align:center;
	line-height:100%;
	text-shadow: 0 -1px 0px #3f3627;
	padding:4px 0;
	font-weight:bold;
}
#menu li.menu02 a{
	border-right:1px solid #766d5c;
	border-left:1px solid #766d5c;
}

#menu li span{ 
	padding-left:12px;
	min-height:10px;
	display:inline-block;
	padding:0 8px 0 15px;
}
#menu li.menu01 span{
	background:url(/img/sp/icon_menu_01.png) 4px 0 no-repeat;
	background-size:10px 10px
}
#menu li.menu02 span{
	background:url(/img/sp/icon_menu_02.png) 4px 0 no-repeat;
	background-size:10px 10px
}
#menu li.menu03 span{
	background:url(/img/sp/icon_menu_03.png) 4px 0 no-repeat;
	background-size:10px 10px
}

#menu-campaigns {
	position:relative;
	background:url(/img/sp/bg_campaign_menu.png) 0 0 repeat-x;
	padding:8px 0;
	height:50px;
	background-size:9px 66px;
	border-top:1px solid #534834;
	border-bottom:1px solid #534834;
	box-shadow: 0 1px 2px rgba(51,51,51,0.6)；
	-moz-box-shadow: 0 1px 2px rgba(51,51,51,0.6);
	-webkit-box-shadow: 0 1px 2px rgba(51,51,51,0.6);
	z-index:100;
}
#menu-campaigns li{
	display:block;
	width:33%;
	float:left;
	padding:4px 0;
}
.long li{
    height:25px;
}
#menu-campaigns li.menu03, #menu-campaigns li.menu06{
    width:34%;
}
#menu-campaigns li a{
	display:block;
	width:100%;
	color:#e3e3e3;
	font-size:9px;
	text-align:center;
	line-height:100%;
	text-shadow: 0 -1px 0px #3f3627;
	padding:4px 0;
	font-weight:bold;
}
#menu-campaigns li.menu01, #menu-campaigns li.menu02, #menu-campaigns li.menu03{
    border-bottom:1px solid #fff;
}
#menu-campaigns li.menu02 a, #menu-campaigns li.menu05 a{
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#menu-campaigns li span{ 
	padding-left:12px;
	min-height:10px;
	display:inline-block;
	padding:0 8px 0 15px;
}

/* footer
--------------------------------------------------*/
#footerContents {
	padding:10px 0;
	margin-bottom:0;
	position: relative;
}
.index #footerContents {
	padding:10px;
}

#footerContents .boxSearch {
	position: relative;
}

/*日本語の場合*/
#footerContents .boxSearch h2.ja{
	height:23px;
	background:url(/img/sp/h2_search_ja.png) center 0 no-repeat;
	background-size:900px 23px;
	text-indent:-9999px;
	margin-bottom:8px;
}

/* 英語の場合*/
#footerContents .boxSearch h2.en{
	height:23px;
	background:url(/img/sp/h2_search_en.png) center 0 no-repeat;
	background-size:900px 23px;
	text-indent:-9999px;
	margin-bottom:8px;
}



#footerContents .boxSearch ul {
	margin-bottom:22px;
}
#footerContents .boxSearch li {
	display:blocok;
	border:1px solid #c6c2bc;
	background:url(/img/sp/bg_boxsearch.png) 0 center no-repeat;
	background-size:8px 109px;
	margin-bottom:8px;
	width:47.5%;
	float:left;
	padding-left:8px;
}
#footerContents li.btn02, #footerContents li.btn04, #footerContents li.btn06{
	float:right;
}
#footerContents .boxSearch li a{
	display:table;
	height:56px;
	width:100%;
	position: relative;
	background-repeat:no-repeat;
	background-position:right 0;
	background-size:344px 57px;
}
#footerContents .boxSearch li a div{
	display:table-cell;
	vertical-align: middle;
	height:100%
}
#footerContents .boxSearch li a span{
	color:#891202;
	font-size:12px;
	font-weight:bold;
	line-height:120%;
	height:100%
	display:inline;
	-moz-text-shadow:0 0 4px #fff;  
	-webkit-text-shadow0 0 4px #fff;  
	text-shadow:0 0 4px #fff;
}
#footerContents .boxSearch li a em{
	display:block;
	font-style:normal;
	margin-left:7px;
}
#footerContents .boxSearch li.btn01 a { background-image:url(/img/sp/btn_boxsearch_01.png); }
#footerContents .boxSearch li.btn02 a { background-image:url(/img/sp/btn_boxsearch_02.png); }
#footerContents .boxSearch li.btn03 a { background-image:url(/img/sp/btn_boxsearch_03.png); }
#footerContents .boxSearch li.btn04 a { background-image:url(/img/sp/btn_boxsearch_04.png); }
#footerContents .boxSearch li.btn05 a { background-image:url(/img/sp/btn_boxsearch_05.png); }
#footerContents .boxSearch li.btn06 a { background-image:url(/img/sp/btn_boxsearch_06.png); }

.bannerEasy{
	display:block;
	border:2px solid #761f13;
	background:url(/img/sp/bg_banner_easy.png) right center no-repeat;
	background-size:800px 70px;
	height:70px;
	-moz-box-shadow: 0 2px 0 #e5e5e5;  
    -webkit-box-shadow: 0 2px 0 #e5e5e5;
    box-shadow: 0 2px 0 #e5e5e5; 
    margin-bottom:24px;
}

/*日本語の場合*/
.bannerEasy span.ja{
	display:block;
	width:229px;
	height:36px;
	background:url(/img/sp/banner_easy_ja.png) 0 center no-repeat;
	background-size:229px 36px;
	text-indent:-9999px;
	margin:17px auto;
}

/* 英語の場合 */
.bannerEasy span.en{
	display:block;
	width:239px;
	height:37px;
	background:url(/img/sp/banner_easy_en.png) 0 center no-repeat;
	background-size:239px 37px;
	text-indent:-9999px;
	margin:17px auto;
}



.bannerCamp {
	position: relative;
	display:block;
	border:1px solid #b6a982;
	height:98px;
	-moz-box-shadow: 0 2px 0 #e5e5e5;  
    -webkit-box-shadow: 0 2px 0 #e5e5e5;
    box-shadow: 0 2px 0 #e5e5e5; 
    margin-bottom:24px;
}
.bannerCampBorder {
	position: relative;
	background:-webkit-gradient(linear, left top, right bottom, from(#caae5d),  color-stop(0.5, #e3cf95),  to(#9d7f2a));
	background:-moz-linear-gradient(left, #caae5d, #e3cf95 50%, #9d7f2a);
	background:linear-gradient(left, #caae5d, #e3cf95 50%, #9d7f2a);
	padding:2px;
	height:94px;
}
.bannerCampInner {
	position: relative;
	height:100%;
	background:url(/img/sp/banner_camp_bg.png) center no-repeat;
	background-size:100%;
	color:#fff;
}
.bannerCamp .tag {
	display:block;
	position:absolute;
	width:37px;
	height:37px;
	text-indent:-9999px;
	background:url(/img/sp/banner_camp_tag.png) 0 0 no-repeat;
	background-size:37px;
	top:-3px;
	left:-3px;
}
.bannerCamp span {
	display:block;
	font-weight:bold;
	-moz-text-shadow: 0 0 4px #40270b;  
    -webkit-text-shadow: 0 0 4px #40270b;
    text-shadow: 0 0 4px #40270b;
    margin-left:25px;
    padding-top:24px;
    font-size:16px;
}
.bannerCamp em {
	display:inline-block;
	font-weight:bold;
    margin-left:25px;
    margin-top:4px;
    font-size:10px;
    background:url(/img/sp/banner_camp_btn_bg.png) center repeat;
    background-size:3px;
    color:#891202;
    font-style:normal;
    line-height:bold;
    padding:0px 6px;
    -moz-text-shadow: 0 0 2px #fff;  
    -webkit-text-shadow: 0 0 2px #fff;
    text-shadow: 0 0 2px #fff;
}
.bannerRelocationBorder {
	position: relative;
	background:-webkit-gradient(linear, left top, right bottom, from(#caae5d),  color-stop(0.5, #e3cf95),  to(#9d7f2a));
	background:-moz-linear-gradient(left, #caae5d, #e3cf95 50%, #9d7f2a);
	background:linear-gradient(left, #caae5d, #e3cf95 50%, #9d7f2a);
	padding:2px;
	height:94px;
}
.bannerRelocationInner {
	position: relative;
	height:100%;
	background:url(/img/sp/banner_relocation_bg.jpg) center no-repeat;
	background-size:100%;
	color:#fff;
}
.bannerRelocation span {
	display:block;
	font-weight:bold;
	-moz-text-shadow: 0 0 4px #40270b;  
    -webkit-text-shadow: 0 0 4px #40270b;
    text-shadow: 0 0 4px #40270b;
    margin-left:25px;
    padding-top:24px;
    font-size:16px;
}
.bannerRelocation em {
	display:inline-block;
	font-weight:bold;
    margin-left:25px;
    margin-top:4px;
    font-size:10px;
    background:url(/img/sp/banner_camp_btn_bg.png) center repeat;
    background-size:3px;
    color:#891202;
    font-style:normal;
    line-height:bold;
    padding:0px 6px;
    -moz-text-shadow: 0 0 2px #fff;  
    -webkit-text-shadow: 0 0 2px #fff;
    text-shadow: 0 0 2px #fff;
}
#footerMenu {
	display:block;
	background:#43361f;
	padding:15px 10px 12px;
}
#footerMenu li{
	display:inline-block;
	margin-right:20px;
	margin-bottom:4px;
}
#footerMenu a{
	color:#fff;
	font-size:10px;
}
#linkPc {
	background:#4d412d;
}
#linkPc a{
	display:block;
	background:#4d412d;
	font-weight:bold;
	font-size:10px;
	padding:10px;
	text-align:center;
	color:#fff;
}
#linkPc span{
	background:url(/img/sp/icon_pc.png) 0 center no-repeat;
	background-size:11px;
	padding-left:14px;
}

#footer {
	position: relative;
	background:#291d07;
	width:auto;
}
#footer span {
	display:inline-block;
	font-size:9px;
	color:#fff;
	padding-top:10px;
	padding-left:10px;
}
#footer a {
	display:block;
	text-align:center;
	color:#43361f;
	font-size:18px;
	width:60px;
	padding:10px 0;
	background:#201604;
	float:right;
}


/* index
--------------------------------------------------*/
.index .bx-wrapper {
	position: relative;
	width:100%;
	height:203px !important;
	
}
.index .bx-wrapper a{
	display:block;
	position: relative;
	width:100%;
	height:203px;
}
.index .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: right;
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #e6e3de;
	padding-top: 0;
}

.index .bx-wrapper .bx-pager.bx-default-pager a {
	background: #e6e3de;
}
.index .bx-wrapper .bx-pager.bx-default-pager a:hover,
.index .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #807767;
}
.index .bx-wrapper img {
	position: absolute;
}
.index .bx-wrapper a {
	color:#fff;
}
.index .bx-wrapper img.pic {
	position: absolute;
	width:100%;
}
.index .bx-wrapper .info {
	position: absolute;
	top:54px;
	left:10px;
	padding-right:10px;
}
.index .bx-wrapper .ttl {
	text-indent:-9999px;
	margin-bottom:4px;
}
.index .bx-wrapper .ttl.pickup {
	width:116px;
	height:18px;
	background:url(/img/sp/slider_ttl_pickup.png) 0 0 no-repeat;
	background-size:116px 18px;
}
.index .bx-wrapper h2 {
	line-height:120%;
	font-size:15px;
	font-weight:bold;
	text-shadow: 0 0 2px #000; 
	margin-bottom:4px;
}
.index .bx-wrapper span {
	line-height:160%;
	font-size:11px;
	font-weight:bold;
	text-shadow: 0 0 2px #000; 
}

.index h2.ttlCamp{
	padding-top:10px;
	text-align:center;
	line-height:100%;
	background:#761f13 !important;
}

.index #topCampaign {
	background:url(/img/sp/bg_camp.png) 0 bottom repeat-x #761f13;
	background-size: 1px 32px;
	padding:10px 10px 30px;
}
.index #topCampaign h3.ttlCamp{
	display:block;
	width:100%;
	background:url(/img/sp/bg_h3_camp.png) 0 0 no-repeat #a48113;
	background-size:600px 90px;
	position:relative;
	min-height:18px;
	padding-top:14px;
	padding-bottom:9px;
}
.index #topCampaign h3.ttlCamp span{
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#430400;
	line-height:140%;
	width:78%;
	margin-left:25px;
}
.index #topCampaign h3.ttlCamp .logo{
	display:block;
	width:40px;
	height:40px;
	background:#fff;
	overflow:hidden; 
	vertical-align: middle;
	margin:auto;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 0;
	margin: auto;
}
.index #topCampaign h3.ttlCamp .logo img{
	display:block;
	width:80%;
	height:auto;
	margin: 6px auto;
	line-height:0;
}

.index #topCampaign .boxCampOuter {
	border:1px solid #a48113;
	background:#f6f5f3;
	padding:10px;
	margin-bottom:20px;
}
.index .boxCamp {
	border-bottom:1px solid #dbd8d2;
	/* padding-bottom:18px; */
	margin-bottom:14px;
	min-height:148px;
}
.index .boxCamp h4{
	display:block;
	min-height:40px;
	background:url(/img/sp/icon_camp.png) 0 0 no-repeat;
	background-size:44px;
	margin-left:-4px;
	padding-left:50px;
	padding-top:4px;
	margin-bottom:8px;
}
.index .boxCamp h4 span{
	display:block;
	font-weight:bold;
	color:#891202;
	font-size:15px;
}
.index .boxCamp h4 em{
	display:block;
	font-weight:bold;
	font-style:normal;
	color:#000;
	font-size:13px;
}
.index .boxCamp .cont {
	position:relative;
}
.index .boxCamp .pic {
	width:120px;
	height:80px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
}
.index .boxCamp .pic img{
	width:100%;
	height:auto;
}
.index .boxCamp .info {
	top:0;
	left:0;
	padding-left:130px;
}
.index .boxCamp p{
	color:#000;
	font-size:10px;
}

.index .btnMore{
	text-align:right;
}
.index .btnMore a{
	display:inline-block;
	font-weight:bold;
	color:#891202;
	font-size:12px;
	text-align:right;
	margin-top:-6px;
}







/* contents
--------------------------------------------------*/
#contents {
	padding-top:0;
	position: relative;
	color:#3d3d3d;
	line-height:140%;
	background:url(/img/sp/bg_footer_cont.png) 0 bottom repeat-x;
	background-size:1px 80px;
}
#contents.conts {
	padding:10px 10px;
}
.minBr { display:none;}


h2.ttl{
	background:#761f13;
	padding:18px 10px 14px;
}
h2.ttl span{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family: 'Hiragino Mincho ProN', serif;
	display:block;
	float:left;
	/*width:80%;*/
	line-height:130%;
}
h2.ttl.wide span{ width:100% ; }
h2.ttl select{
	display:block;
	float:right;
	background:#fff;
	width:130px;
}
div.ttl{
	background:#761f13;
	padding:18px 10px 14px;
}
div.ttl span{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family: 'Hiragino Mincho ProN', serif;
	display:block;
	float:left;
	/*width:80%;*/
	line-height:130%;
}
div.ttl.wide span{ width:100% ; }
div.ttl select{
	display:block;
	float:right;
	background:#fff;
	width:130px;
}
.resultView {
	background:#62160c;
	padding:6px 10px 4px;
	color:#fff;
	font-size:10px;
	line-height:140%;
	margin-bottom:20px;
}

#contents.conts .red {
	color:#c9331e;
}

#contents.conts .box {
	border:1px solid #a48113;
	background:#f6f5f3;
	padding:20px 10px 0px;
	margin-bottom:26px;
}
#contents.conts .box h4{
	display:block;
	border-left:8px solid #761f13;
	margin-bottom:12px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
}
#contents.conts .box h4.camp{
	background:url(/img/sp/icon_camp.png) right 0 no-repeat;
	background-size:44px;
	min-height:40px;
	padding-right:48px;
}
#contents.conts .box h4.offer{
	background:url(/img/sp/icon_offer.png) right 0 no-repeat;
	background-size:44px;
	min-height:40px;
	padding-right:48px;
}
#contents.conts .box h4 span{
	display:block;
	font-weight:bold;
	color:#891202;
	font-size:15px;
}
#contents.conts .box h4 em{
	display:block;
	font-weight:bold;
	font-style:normal;
	color:#000;
	font-size:13px;
}
#contents.conts .cont {
	position:relative;
	margin-bottom:18px;
}
#contents.conts .pic {
	width:120px;
	height:80px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
}
#contents.conts .pic img{
	width:100%;
	height:auto;
}
#contents.conts .info {
	top:0;
	left:0;
	padding-left:130px;
}
#contents.conts table {
	border-collapse:collapse;
	border-top:1px solid #dfd8ca;
	border-left:1px solid #dfd8ca;
	width:100%;
	margin-bottom:20px;
}
#contents.conts a table {
	border-top:1px solid #dfd8ca;
	border-left:1px solid #dfd8ca;
}

#contents.conts table th, #contents.conts table td{
	padding:4px;
	font-size:11px;
	color:#000;
	vertical-align:middle;
}
#contents.conts table th{
	background:#e5e2dd;
	border-bottom:1px solid #dfd8ca;
	font-weight:bold;
	width:64px;
}
#contents.conts table td{
	background:#f6f5f3;
	border-bottom:1px solid #dfd8ca;
	border-right:1px solid #dfd8ca;
	padding:4px 8px;
}
#contents.conts .box table{
	margin-bottom:0px;
}
#contents.conts .box table th{
	width:52px;
}
#contents.conts .box table td{
	background:#fff;
}


#contents.conts img{
	border:none;
}
#contents.conts a .infoCamp{
	border:2px solid #ddc382;
}
#contents.conts .infoCamp{
	border:2px solid #ddc382;
	background:#fff;
	margin-bottom:15px;
}
#contents.conts a .infoCamp h5 { border-bottom:2px solid #ddc382; }
#contents.conts .infoCamp h5{
	background:-webkit-gradient(linear, left top, right bottom, from(#ebce88), color-stop(0.2, #f6e2a3), to(#cda11b));
	background:-moz-linear-gradient(left, #ebce88, #f6e2a3 20%, #cda11b);
	line-height:100%;
	color:#6e5403;
	font-weight:bold;
	font-size:10px;
	border-bottom:2px solid #ddc382;
}
#contents.conts .infoCamp h5 span{
	display:block;
	background:url(/img/sp/icon_camp_ttl.png) 0 0 no-repeat;
	background-size:25px 22px;
	padding:6px 0 0 23px;
	min-height:16px;
}
#contents.conts .infoCamp p {
	display:block;
	padding:10px;
	color:#000;
	font-size:11px;
}

#contents.conts .infoCampInquiry{
	border:1px solid #ddc382;
	background:#fff;
	margin-bottom:0px;
}

#contents.conts .infoCampInquiry h4{
	background:-webkit-gradient(linear, left top, right bottom, from(#ebce88), color-stop(0.2, #f6e2a3), to(#cda11b));
	background:-moz-linear-gradient(left, #ebce88, #f6e2a3 20%, #cda11b);
	line-height:100%;
	color:#6e5403;
	font-size:12px;
    font-weight:normal;
	border-bottom:1px solid #ddc382;
    padding:0;
    margin:0;
}
#contents.conts .infoCampInquiry h4 span{
	display:block;
	background:url(/img/sp/icon_camp_ttl.png) 0 0 no-repeat;
	background-size:25px 22px;
	padding:6px 0 0 23px;
	min-height:16px;
}
#contents.conts .infoCampInquiry p {
	display:block;
	padding:2px;
	color:#000;
	font-size:12px;
}

#contents.conts .btnAdd{
    margin:0 auto 20px;
}

#contents.conts .btnAdd a{
	display:block;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#913326), to(#772014));
	background:-moz-linear-gradient(top, #913326, #772014);
	color:#fff;
	padding:12px;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 2px 0 #e5e5e5;  
    -webkit-box-shadow: 0 2px 0 #e5e5e5;
    box-shadow: 0 2px 0 #e5e5e5; 
}
#contents.conts .box .btnAdd a{
	margin-bottom:0;
}

#contents.conts .btnDone{
	display:block;
	text-align:center;
	background-color:#cccccc;
	color:#fff;
	padding:12px;
	font-size:13px;
	font-weight:bold;
	margin:0 auto 20px;
	-moz-box-shadow: 0 2px 0 #e5e5e5;  
    -webkit-box-shadow: 0 2px 0 #e5e5e5;
    box-shadow: 0 2px 0 #e5e5e5; 
}

#contents.conts .backTop a{
	width:60%;
	margin-bottom:40px;
}
.str {
	font-weight:bold;
}
.btnMoreRead{
    width:45%;
}
.btnMoreRead a{
	display:block;
	background:#d2c8b4;
	border-top:1px solid #c6b99f;
	border-bottom:1px solid #c6b99f;
	padding:17px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin-bottom:30px;
}
.btnMoreStop{
    width:45%;
	display:block;
	background:#cccccc;
	border-top:1px solid #c6b99f;
	border-bottom:1px solid #c6b99f;
	padding:17px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin-bottom:30px;
}
h2.ttlDetail{
	background:#761f13;
	padding:18px 10px 15px;
	margin-bottom:-1px;
}
h2.ttlDetail span{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	display:block;
	float:left;
	line-height:130%;
}
.slidOuter .bx-wrapper{
	position: relative;
	width:100%;
	height:270px !important;
	overflow:hidden;
	z-index:100;
}
.slidOuter img {
	width:100%;
}

.slidOuter .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: right;
	font-size: 0;
	font-family: Arial;
	font-weight: bold;
	color: #e6e3de;
	padding-top: 0;
}

.slidOuter .bx-wrapper .bx-pager.bx-default-pager a {
	background: #e6e3de;
}
.slidOuter .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slidOuter .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #807767;
}

#contents.conts .catch {
	margin-bottom:20px;
}




#contents.conts .boxDetail {
	border:1px solid #dfd8ca;
	background:#f6f5f3;
	margin-bottom:20px;
}
#contents.conts .boxDetail h3{
	background:url(/img/sp/bg_box_detail.png) right 0 repeat-y; 
	background-size:900px 78px;
	padding:10px 0 ;
	display:table;
	width:100%;
	border:1px solid #dfd8ca;
}
#contents.conts .boxDetail h3 span{
	font-weight:bold;
	color:#430400;
	font-size:12px;
	float:left;
	padding-left:10px;
}
#contents.conts .boxDetail h3.logos span{
	display:table-cell;
	width:65%;
}
#contents.conts .boxDetail h3.logos div{
	width:80px;
	overflow:hidden;
	float:right;
	margin-right:10px;
}
#contents.conts .boxDetail h3.logos div img{
	width:100%;
	height:auto;
	margin:0 auto;
}
#contents.conts .boxDetailInner {
	padding:10px;
}
#contents.conts .picLeft {
	width:100px;
	height:auto;
	margin-right:8px;
	margin-bottom:0px;
	margin-top:4px;
}
#contents.conts .boxDetail table {
	margin-bottom:0;
	border:none;
	margin-bottom:-1px;
}
#contents.conts .boxDetail table td{
	border-right:none;
}
#contents.conts .layoutImage {
	width:90%;
	display:block;
	margin:0 auto;
}

#contents.conts .map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top:8px;
}
 
#contents.conts .map iframe,
#contents.conts .map object,
#contents.conts .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents.conts .otherRoom h3{
	background:url(/img/sp/bg_h3_other.png) right 0 repeat-y; 
}
#contents.conts .otherRoom {
	border:1px solid #d2bfb6;
	background:#f6f5f3;
	margin-bottom:40px;
	margin-top:20px;
	position:relative;
}
#contents.conts .otherRoom h3{
	background:url(/img/sp/bg_h3_other.png) right 0 repeat-y; 
	background-size:900px 90px;
	padding:10px 0 ;
	display:table;
	width:100%;
	border-bottom:1px solid #d2bfb6;
}
#contents.conts .otherRoom h3 span{
	font-weight:bold;
	color:#430400;
	font-size:12px;
	float:left;
	padding-left:10px;
}

#contents.conts .otherRoom a {
	display:block;
}
#contents.conts .otherRoom .cont{
	border-bottom:1px solid #dbd8d2;
}

#contents.conts .contsInner {
	padding:20px 10px 0;
}
#contents.conts .contsInner table td{
	background:#fff;
}
#contents.conts .contsInner table th{
	width:52px;
}
#contents.conts .contsInner table td{
	background:#fff;
}

/* 日本語の場合*/
#contents.conts .nearRoom h3.ja{
	background:url(/img/sp/h3_near_ja.png) center center no-repeat; 
	background-size:220px 15px;
	text-indent:-9999px;
	margin-bottom:15px;
}

/* 英語の場合*/
#contents.conts .nearRoom h3.en{
	background:url(../img_en/h3_near_en.png) center center no-repeat; 
	background-size:220px 15px;
	text-indent:-9999px;
	margin-bottom:15px;
}



#contents.listPage{
	padding-top:30px;
}
#contents.listPage .box{
	padding-bottom:0;
	margin-bottom:20px;
}

#contents.listPage .mess {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:-20px;
	padding:20px 0;
	line-height:160%;
	background:url(/img/sp/bg_mess.png) center center no-repeat;
	background-size:89px;
}

.boxStep {
	display:block;
	background:-webkit-gradient(linear, left top, left bottom, from(#e7e5e1), to(#fff));
	background:-moz-linear-gradient(left, #e7e5e1, #fff);
	background:linear-gradient(left, #e7e5e1, #fff);
	padding:15px 10px;
	text-align:center;
}
.boxStep dt {
	display:inline-block;
	background:#fff;
	color:#666;
	border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    font-weight:bold;
    padding:3px 4px;
    font-size:10px;
}
.boxStep dt.on {
	background:#fba822;
	color:#fff;
}
.boxStep dd {
	display:inline-block;
	text-indent:-9999px;
	background:url(/img/sp/icon_arrow_step.png) center center no-repeat;
	background-size:7px 18px;
	width:7px;
	height:18px;
	padding:0px;
	margin-left:4px;
	line-height:100%;
}
.boxError {
	margin:10px;
	border:3px double #c9331e;
	padding:16px 16px 8px;
	background:url(/img/sp/bg_box_error.png) 0 0 repeat;
	background-size:3px 3px;
}
.boxError li{
	color:#c9331e;
	list-style:disc outside;
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:6px;
	line-height:170%;
}
#contents.inq h3{
	background:#565146;
	border-left:7px solid #282319;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
	padding:4px 4px 6px;
}

#contents.inq .inqInner {
	margin-bottom:30px;
}
#contents.inq table {
	margin-bottom:10px;
}
#contents.inq th.min, #contents.inq td.min { width:30px;}

#contents.inq .btnDel {
	display:block;
	float:right;
}
#contents.inq .btnDel a{
	color:#891202 !important;
}
#contents.inq table sup {
	color:#c9331e;
}
#contents.inq .formTable th{
	width:88px;
}

#contents.inq .formTable td{
	padding:8px 8px;
}
#contents.inq .inputBox {
	width:96%;
	border:1px solid #b6b6b6;
	padding:4px;
	background:#fff;
}
#contents.inq textarea {
	width:96%;
	border:1px solid #b6b6b6;
	padding:4px;
	background:#fff;
	height:80px;
}
input#submit_button {
    display:block;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#913326), to(#772014));
	background:-moz-linear-gradient(top, #913326, #772014);
	color:#fff;
	padding:12px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:20px;
	-moz-box-shadow: 0 2px 0 #e5e5e5;  
    -webkit-box-shadow: 0 2px 0 #e5e5e5;
    box-shadow: 0 2px 0 #e5e5e5;
    width:100%;
    border:none;
    border-radius: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    font-weight:bold;
}
#contents.inq .mess {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:10px 0 20px;
	line-height:160%;
	background-size:89px;
}
#contents.inq label.checkbox {
	display:inline-block;
	width:50%;
	float:left;
	margin-bottom:4px;
}
#contents.inq label.radio {
	display:inline-block;
	width:100%;
}
#contents.inq .cap {
	font-size:10px;
}
#contents.easy .formTableEasy th{
	width:50px;
}
#contents.easy .formTable th{
	width:88px;
}

#contents.easy .innerBox {
	margin-bottom:10px;
}
#contents.easy .innerBox input {
	float:left;
	background:#ccc;
	width:20px;
	display:block;
}
#contents.easy .innerBox table {
	float:left;
	width:80%;
}
#contents.easy .innerBox table td{
	background:#fff;
}

#contents.easy .logoList {
	width:auto;
	margin-bottom:-10px;
}

#contents.easy .logoList li{
	display:block;
	width:50px;
	background:#fff;
	overflow:hidden; 
	vertical-align: middle;
	margin:auto;
	bottom: 0;
	margin: 0 10px 10px 0;
	float:left;
	text-align:center;
}
#contents.easy .logoList div{
	display:block;
	width:48px;
	height:48px;
	background:#fff;
	overflow:hidden; 
	vertical-align: middle;
	margin-bottom:4px;
	border:1px solid #dfd8ca;
}

#contents.easy .logoList li img{
	display:block;
	width:80%;
	height:auto;
	margin: 6px auto;
	line-height:0;
}
#contents.easy .logoList li span{
	font-size:9px;
	line-height:140%;
	text-align:center;
}

#contents.policy h3{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #761f13;
	border-top:1px solid #761f13;
	color:#761f13;
	padding:4px 0;
}
#contents.policy p{
	display:block;
	margin-bottom:30px;
}
#contents.policy ul{
	margin-bottom:30px;
}
#contents.policy li{
	margin-bottom:8px;
	list-style: decimal outside;
	margin-left:20px;
}



/* iphone6 Plus 縦向き 以下のデバイスサイズ */
@media only screen and (max-width: 414px) {
	#footerContents .bannerEasy span{ margin:17px 10px; }
	#footerContents .boxSearch li {width:45.5%;}
	.minBr { display:block;}
	.bannerCamp span { padding-top:12px; }
	h2.ttl span{ width:55%; }
	
	.index .boxCamp .pic {
		width:75px;
		height:50px;
	}
	.index .boxCamp .info {padding-left:80px;}
	.index .boxCamp {min-height:118px;}
	
	#contents.conts .pic {
		width:75px;
		height:50px;
	}
	#contents.conts .info {
		padding-left:84px;
	}
	#contents.easy .logoList {
		width:310px;
	}
	
	
	
	
	
	
	
	

}

/* iphone5 縦向き 以下のデバイスサイズ */
@media only screen and (max-width: 360px) {
	.index .boxCamp { min-height:108px; }
	.index .boxCamp .cont { padding-bottom:18px; }
}


/*///////////////////////////////////////
[物件ブロック共通]
///////////////////////////////////////*/
.recommendListBox{
  margin-bottom: 20px;
}

.recommendListBox .recommend-block{
  margin: 0px;
  padding: 0px;
}

.recommendListBox .estateInfoTitle li.mainPrice{
  width: 70px;
  padding-left: 20px;
}
.recommendListBox .estateInfoTitle li.subPrice{
  width: 60px;
}
.recommendListBox .estateInfoTitle li.deposit{
  width: 150px;
}
.recommendListBox .estateInfoTitle li.plan{
  width: 50px;
}
.recommendListBox .estateInfoTitle li.area{
  width: 80px;
}
.recommendListBox .estateInfoTitle li.age{
  width: 60px;
}
.recommendListBox .estateInfoTitle li.aspect{
  width: 48px;
}
.recommendListBox{
  padding: 10px 0 0 0;
  background: #fff;
  box-shadow:0 0 8px #ddd;
}
.recommendEstateBox .recommendListBox:last-of-type{
  margin-bottom: 0;
}
.recommendListBox .recommend-block{
  border-top: 1px solid #ddd;
  overflow: hidden;
  //cursor: pointer;
}
.recommendListBox .recommend-block:hover{
  //background: #fffea4;
}
.recommendListBox .estateSummary{
  float:left;
  width: 300px;
  margin: 10px 0px;
  overflow:hidden;
}

.recommendListBox .estateSummaryInquiry{
  float:left;
  width: 650px;
  margin: 10px 0px;
  overflow:hidden;
}

.recommendListBox li{
  float:left;
  font-size: 12px;
  text-align: center;
}
.recommendListBox .estateImage{
  float:left;
  width:64px;
  //max-height: 46px;
  margin: 10px;
  text-align: center;
  overflow: hidden;
}
.recommendListBox h3{
  margin-bottom: 6px;
  font-size: 16px;
}
.recommendListBox li.level{
  width: 10%;
}
.recommendListBox li.property-name{
  width: 100%;
  text-align: left;
}
.recommendListBox li.mainPrice{
  width: 100%;
  text-align: left;
}
.recommendListBox li.plan{
  width: 20%;
}
.recommendListBox li.area{
  width: 35%;
}
.recommendListBox li.address{
  width: 45%;
  //padding-top: 4px;
  text-align: left;
}
.recommendListBox li.shopName{
  width: 100%;
  margin-top: 6px;
  color: #999;
  font-size: 11px;
  text-align: right;
}
#itemBuilding.recommendListBox li.traffic{
  clear:none;
  padding-top: 0;
  height: 20px;
}
.recommendListBox .estateImage img{
  max-width: 64px;
  max-height: 51px;
  margin-bottom:5px;
}
/* レコメンドチェック */
.recommendListBox .inquiryCheck{
  float:right;
  width: 228px;
  min-height: 82px;
  margin-top:20px;
}
/* 隠れている物件を表示 */
.recommendListBox .viewAll {
  border-top: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
}
.recommendListBox .viewAll p span{
  color: #ff9300;
  font-weight: bold;
  font-size: 18px;
}
.recommendListBox .viewAllEstate{
  display: none;
}
/*レコメンドヘッダー*/
.recommendHeaderComment{
  position: relative;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  background: url(/img/sp/recommendCommentSp.jpg) no-repeat 0 0/100%;
}
.recommendHeaderComment_eng{
  position: relative;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  background: url(/img/sp/recommendCommentSp_eng.jpg) no-repeat 0 0/100%;
}
.recommendHeaderComment p{
  position: absolute;
  left: 48px;
  top: 43px;
  margin-bottom: 0;
  padding: 2px 8px;
  background: #ece9d1;
  border-radius: 5px;
  color: #564429;
  font-size: 100%;
  font-weight: bold;
}
.recommendHeaderComment p:before{
  content: "";
  position: absolute;
  top:6px;
  left: -18px;
  border: 6px solid transparent;
  border-right: 12px solid #ece9d1;
}
.recommendHeaderComment_eng p{
  position: absolute;
  left: 48px;
  top: 43px;
  margin-bottom: 0;
  padding: 2px 8px;
  background: #ece9d1;
  border-radius: 5px;
  color: #564429;
  font-size: 100%;
  font-weight: bold;
}
.recommendListTitle{
  position: relative;
  margin: 0 0 5px 12px;
  padding-left: 6px;
  border-left: 4px #761F13 solid;
  font-size: 16px;
}
.recommendListTitle p{
  display: inline;
  font-weight: bold;
  color: #761F13;
  font-size: 16px;
}
.recommendListTitle span{
  margin-right: 2px;
  color:#ff9300;
  font-weight: bold;
}
.recommendListTitle .recommendCount {
  color: #ff9300;
  font-weight: bold;
  font-size: 16px;
}

/*///////////////////////////////////////
[あなたのお問い合わせ物件に条件が似た物件]
///////////////////////////////////////*/
#itemSimilar .recommend-block{
  border-top-color:#761F13;
}
.recommendListBox .recommendComment span {
  margin-right: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #207eca;
}

.none {
  display: none;
}
.function-lightbox {
  min-height: 450px;
  color: #574338;
  position: relative;
}
.function-lightbox .btnAdd{
    margin:0 auto 20px;
}

.function-lightbox .btnAdd a{
	display:block;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#913326), to(#772014));
	background:-moz-linear-gradient(top, #913326, #772014);
	color:#fff;
	padding:12px;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 2px 0 #e5e5e5;  
    -webkit-box-shadow: 0 2px 0 #e5e5e5;
    box-shadow: 0 2px 0 #e5e5e5; 
}
.function-lightbox .box .btnAdd a{
	margin-bottom:0;
}
  .function-lightbox * {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  /* line 376, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title {
    width: auto;
    text-align: center;
  }
  /* line 379, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title svg {
    margin: 0;
  }
  /* line 382, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-downloadproduct svg {
    width: 79px;
    height: 70px;
  }
  /* line 386, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-emailmarketing svg {
    width: 79px;
    height: 60px;
  }
  /* line 390, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-noticeboard svg {
    width: 72px;
    height: 65px;
  }
  /* line 394, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-toppage svg {
    width: 86px;
    height: 81px;
  }
  /* line 398, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-promocode svg {
    width: 78px;
    height: 55px;
  }
  /* line 402, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-seal svg {
    width: 45px;
    height: 66px;
  }
  /* line 406, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-csvdata svg {
    width: 51px;
    height: 71px;
  }
  /* line 410, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-agefilter svg {
    width: 66px;
    height: 66px;
  }
  /* line 414, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-customerreview svg {
    width: 81px;
    height: 62px;
  }
  /* line 418, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-secretstore svg {
    width: 53px;
    height: 67px;
  }
  /* line 422, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-googleanalytics svg {
    width: 57px;
    height: 54px;
  }
  /* line 426, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-googleadwords svg {
    width: 54px;
    height: 57px;
  }
  /* line 430, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title.icon-function-facebookads svg {
    width: 55px;
    height: 60px;
  }
  /* line 434, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .function-lightbox-title h4 {
    font-size: 3rem;
    display: block;
    margin-bottom: 15px;
  }
  /* line 440, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .form-button {
    width: 100% !important;
    height: 60px !important;
    position: static;
    float: none !important;
    font-size: 2.4rem;
    margin-top: 40px;
  }
  /* line 447, ../sass/modules/dashboard/_dashboard-function.scss */
  .function-lightbox .form-button:before {
    width: 21px !important;
    height: 21px !important;
    background-size: 21px 21px !important;
    top: 4px !important;
  }

/* dashboard colorbox */
/* line 3, ../sass/modules/dashboard/_dashboard-colorbox.scss */
.none {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 11, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
}

/*#colorbox *{ box-sizing: border-box;}*/
/* line 20, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxWrapper {
  max-width: none;
}

/* line 24, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 30, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 34, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxContent {
  position: relative;
  width: 100%;
}

/* line 39, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* line 45, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 49, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 57, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 61, ../sass/modules/dashboard/_dashboard-colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 70, ../sass/modules/dashboard/_dashboard-colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 79, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 90, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxOverlay {
  background: #000;
  opacity: 0.3 !important;
  filter: alpha(opacity=30) !important;
}

/* line 96, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 100, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxContent {
  margin-top: 20px;
}

/* line 104, ../sass/modules/dashboard/_dashboard-colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 108, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 113, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxLoadedContent {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

/* line 118, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

/* line 126, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxCurrent {
  display: none !important;
}

/* line 130, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxLoadingGraphic {
  background: url(/img/sp/loading.svg) no-repeat center center;
  background-size: 32px 32px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 136, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 146, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 150, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

/* line 157, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious, #cboxNext {
  width: 23px;
  height: 45px;
  margin-top: -32px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 166, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious:before, #cboxNext:before {
  content: "";
  width: 23px;
  height: 45px;
  background: url(/img/sp/arr-prev02.svg) no-repeat center center;
  background-size: 23px 45px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -11px;
}

/* line 180, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious {
  left: -40px;
}
/* line 182, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxPrevious:hover {
  left: -45px;
}

/* line 187, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxNext {
  right: -40px;
}
/* line 189, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxNext:hover {
  right: -45px;
}
/* line 192, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxNext:before {
  background: url(/img/sp/arr-next02.svg) no-repeat center center;
}

/* line 197, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxClose {
  width: 46px;
  height: 46px;
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
  text-indent: -9999px;
}
/* line 205, ../sass/modules/dashboard/_dashboard-colorbox.scss */
#cboxClose:before {
  content: "";
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(95, 74, 62, 0.6) url(/img/sp/close.svg) no-repeat center center;
  background-size: 19px 19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}

@media screen and (max-width: 640px) {
  /* line 222, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #colorbox, #cboxOverlay, #cboxWrapper {
    overflow: hidden;
  }

  /* line 225, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxLoadedContent {
    padding: 40px 30px 140px 30px;
  }

  /* line 228, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxPrevious, #cboxNext {
    width: 60px;
    height: 60px;
    background: rgba(95, 74, 62, 0.6);
    border-radius: 4px;
    top: 100%;
    margin-top: -100px;
  }
  /* line 235, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxPrevious:before, #cboxNext:before {
    width: 11px;
    height: 17px;
    background: url(/img/sp/arr-prev.svg) no-repeat center center;
    background-size: 11px 17px;
    margin: -8px 0 0 -7px;
  }

  /* line 243, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxPrevious {
    left: 30px;
  }
  /* line 245, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxPrevious:hover {
    left: 30px;
  }

  /* line 249, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxNext {
    right: 30px;
  }
  /* line 251, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxNext:hover {
    right: 30px;
  }
  /* line 254, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxNext:before {
    background: url(/img/sp/arr-next.svg) no-repeat center center;
    background-size: 11px 17px;
    margin: -8px 0 0 -5px;
  }

  /* line 260, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxClose {
    width: 170px;
    height: 60px;
    background: rgba(95, 74, 62, 0.6);
    border-radius: 4px;
    text-indent: 0;
    font-size: 2.4rem;
    line-height: 60px;
    color: #FFF;
    position: relative;
    top: -100px;
    left: 50%;
    margin-left: -85px;
  }
  /* line 273, ../sass/modules/dashboard/_dashboard-colorbox.scss */
  #cboxClose:before {
    display: none;
  }
}