@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .positionUl {
	list-style: none;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	display: none;
	background: url(../img/detail/bg02.png) repeat left top;
	background-size: 5px 5px;
}

#main .positionUl li {
/*
    height: 45px;
    width: 45px;
*/
}

#main .positionUl li.others {
	margin-right: 1%;
	width: 41%;
	float: left;
}

#main .positionUl li.line {
	padding-top: 3px;
	margin-right: 0;
	width: 15.5%;
	float: left;
}

#main .positionUl li:last-child {
/*
	margin-right: 0;
	width: 10%;
	float: left;
*/
}

#main .positionUl li img {
	width: 100%;
}

.infowebBtn {
	background-color: hsl(45deg 93% 47%);
}

.infotelBtn {
	background-color: #C82516;
}

#main .topInner {
	padding: 5px;
/*	background: url(../img/detail/bg01.gif) repeat left top; */
/*	background-size: 1.5px 1.5px; */
}

#main .topInner .imgBoxR {
	margin-bottom: 10px;
}

#main .topInner .photoBox {
	width: 39%;
	float: right;
}

#main .topInner .photoBox img {
	width: 100%;
}

#main .topInner .textBox {
	margin-top: 15px;
	width: 57%;
	float: left;
}

#main .topInner .textBox .textImg {
	margin-bottom: 10px;
	width: 80%;
}

#main .topInner .textImg img {
	width: 100%;
}

#main .topInner .textBox p {
	padding: 5px 5px 3px;
	color: #C62417;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #CB2518;
	background-color: #fff;
}

#main .topInner .borderBox {
	margin: 0 5px;
	padding: 10px;
	border: 3px solid #F5D66A;
	box-shadow: 1px 1px 1px #D6D6D6;
	background-color: #fff;
}

#main .topInner .borderBox .redTitle {
	color: #D7382B;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#main .topInner .borderBox p {
	font-size: 12px;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 1.8;
}

#main .topInner .borderBox .greenText {
	color: #669933;
	font-weight: bold;
}

#main .topInner .borderBox .blueText {
	color: #3366CC;
	font-weight: bold;
}

#main .detailTable {
	margin: 0 10px 10px;
}

#main .detailTable table {
	width: 100%;
	border-collapse: collapse;
}

#main .detailTable th {
	width: 12%;
}
#main .detailTable td {
	width: 22%;
}



#main .detailTable th,
#main .detailTable td {
	padding: 5px 4px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}

#main .detailTable tr:first-child th {
	padding: 5px 0;
	color: #CB2417;
	background-color: #F7F7F7;
	letter-spacing: -0.5px;
}

#main .detailTable td {
	text-align: right;
}

#main .detailTable td span {
	font-size: 8px;
}

#main .detailTable td .red {
	color: #CB2518;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: bold;
}

#main .detailTable td .red span {
	font-size: 8px;
}

#main .detailTable th {
	color: #fff;
	font-size: 9px;
	background-color: #CB2417;
}

#main .redUl {
	margin: 0 10px 5px;
}

#main .redUl li {
	margin-right: 9px;
	letter-spacing: -0.5px;
	display: inline-block;
	color: #CB2417;
	font-size: 9px;
	line-height: 1.6;
}

#main .textUl {
	margin: 0 10px 20px;
}

#main .textUl li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 9px;
	color: #999;
	line-height: 1.6;
}

#main .sliderBox {
	margin-bottom: 15px;
	height: 153px;
	position: relative;
	overflow: hidden;
}

#main .sliderBox .arrow li {
	width: 15%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 10;
	display: table;
}

#main .sliderBox .arrow li img {
	margin-top: -9px;
	position: absolute;
	top: 50%;
}

#main .sliderBox .arrow .prev {
	left: 0;
}

#main .sliderBox .arrow .prev img {
	left: 10px;
}

#main .sliderBox .arrow .next {
	right: 0;
}

#main .sliderBox .arrow .next img {
	right: 10px;
}

#main .sliderBox .foo {
	margin: 0 auto;
}

#main .sliderBox .foo li {
	margin:  0 8px;
	width: 202px;
	height: 151px;
	float: left;
	overflow: hidden;
	border: 1px solid #999;
	background: #f6f6f6;
}

#main .sliderBox .foo .is-selected {
	border: 1px solid #CB2518;
}

#main .sliderBox .foo li .photo {
	margin: 1px 1px 0;
}

#main .sliderBox .foo li .photo img {
	max-width: 100%;
	max-height: 150px;
	display: block;
	margin: 0 auto;
}

#main .sliderBox .foopage {
	left: 0;
	position: absolute;
	width: 100%;
	bottom: 1px;
	color: #000;
	font-size: 12px;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

#main .sliderBox .foopage p {
	margin: 0 auto;
	width: 202px;
	background-color: #FCFBF1;
}

#main .sliderBox .foopage img {
	float: right;
}

#main .sliderBox .left, .sliderBox .right {
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 10;
}

#main .sliderBox .left {
    right: -25%;
}

#main .sliderBox .right {
    right: -25%;
}

#main .colorText {
	margin: 0 10px 10px;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
}

#main .colorText span {
	font-size: 14px;
}

#main .colorText01 {
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}

#main .colorText01 span {
	color: #FF6699;
}

#main .headLine03 {
	margin: 15px 0 15px 0;
}

#main .map {
	margin: 20px 15px;
	height: 234px;
}

#main .detailDl {
	margin: 0 10px 5px;
	font-size: 13px;
	line-height: 1.2;
}

#main .detailDl dt {
	padding: 4px 3px 3px;
	width: 22%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	color: #CB2417;
	font-size: 9px;
	border: 1px solid #CB2518;
	border-radius: 2px;
}

#main .detailDl dd {
	padding: 3px 0 12px 25%;
	letter-spacing: -0.5px;
}

#main .detailDl dd .grey {
	display: block;
	color: #999;
}

#main .detailDl dd a {
	color: #CB2417;
	text-decoration: underline;
}

#main .comColorList {
	margin: -10px 10px 25px;
}

#main .comColorList li {
	margin: 10px 10px 0 0;
	padding: 6px 5px 5px;
}

#main .comColorList .liStyle06 {
	padding: 5px 15px;
}


#main .formBox {
	margin: 0 10px 20px;
}

#main .mailForm table {
	width: 100%;
	border-collapse: collapse;
}

#main .mailForm th {
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FCF4F3;
}

#main .mailForm td {
	padding: 10px 0 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#main .mailForm th span {
	padding: 0 9px;
	display: block;
	float: right;
	color: #fff;
	text-align: center;
	background-color: #CB2417;
	border-radius: 9px;
}

#main .mailForm td input[type="text"] {
	padding-left: 5px;
	width: 100%;
	box-sizing: border-box;
	height: 28px;
	line-height: 2.0;
	border: none;
	background-color: #F2F2F2;
}

#main .mailForm td .tabList01 li {
	width: 45%;
	float: left;
	overflow: hidden;
	zoom: 1;
}

#main .mailForm td .wid01 {
	width: 22% !important;
}

#main .mailForm td .wid03 {
	margin: 0 6px 0 0;
	width: 62% !important;
}

#main .mailForm td span {
	margin: 0 10px 0 5px;
}

#main .mailForm td .tabList01 li .pNote {
	margin: 0;
	display: block;
	width: 100%;
}

#main .mailForm td .tabList01 li .date {
	overflow: hidden;
}

#main .mailForm td .tabList01 li .add-on {
	float: left;
}

#main .mailForm td .date input {
	float: left;
	vertical-align: middle;
}

#main .mailForm td .tabList02 li {
	margin-right: 5px;
	display: inline-block;
}

#main .mailForm td .wid02 {
	width: 60% !important;
}

#main .mailForm td textarea {
	padding: 5px;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	font-size: 12px;
	border: none;
	background-color: #F2F2F2;
}

#main .mailForm td input.off {
	color: #999;
}

#main .mailForm .submit {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#main .mailForm .submit input {
	width: 100%;
	vertical-align: top;
}

#main .mailForm .submit01 {
	width: 90%;
}

#main .mailForm .submit01 li {
	margin-right: 4%;
	float: left;
	width: 48%;
}

#main .mailForm .submit01 li:last-child {
	margin-right: 0;
}

#main .formBox .selList {
    display: inline-flex;
    align-items: center;
    position: relative;
}

#main .formBox .selList::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

#main .formBox .selList select {
    appearance: none;
    /* min-width: 230px; */
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

#main .formBox .errorMsg {
	margin-bottom: 20px;
}

#main .formBox .errorMsg li {
	font-size: 14px;
	color: #F00;
}

#main .formBox .text {
	margin-bottom: 10px;
	font-size: 14px;
}

#main .formBox .thanks {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/detail/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}

.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;

}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}

#main .h2Ttl {
	padding: 5px 0;
	font-size: 14px;
	background: #555 url(../img/detail/bg03.jpg) repeat-x left bottom;
	background-size: 2px 45px;
	border-radius: 2px;
}

#main .h2Ttl span {
	margin: 0 auto;
	padding-left: 30px;
	width: 50%;
	display: block;
	color: #fff;
	text-align: center;
	background: url(../img/detail/icon05.gif) no-repeat left center;
	background-size: 25px 15px;
}

#main .h2Ttl01 {
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #C72416;
}

#main .photoList {
	margin-bottom: 25px;

}

#main .photoList > li {
	border-bottom: 1px dotted #9E9E9E;
}

#main .photoList > li:last-child {
	margin-bottom: 0;
}

#main .photoList li a {
	padding: 15px 10px 10px;
	display: block;
	overflow: hidden;
}

#main .photoList li .photo {
	width: 20%;
	float: left;
}

#main .photoList li .photo img {
	width: 100%;
}

#main .photoList li .inner {
	width: 76%;
	float: right;
}

#main .photoList li .lBox {
	width: 80%;
	float: left;
}

#main .photoList li .rBox {
	margin-top: 7%;
	width: 15%;
	float: right;
}

#main .photoList li .rBox img {
	width: 100%;
}

#main .photoList li .lBox ul {
	margin-bottom: 5px;
}

#main .photoList li .lBox li {
	padding: 5px 3px 4px;
	margin-right: 2%;
	width: 40%;
	display: inline-block;
	font-size: 9px;
	color: #333;
	text-align: center;
	background-color: #FFCC00;
}

#main .photoList li .lBox li:last-child {
	margin-right: 0;
	color: #fff;
	background-color: #D7382B;
}

#main .photoList li .lBox dt {
	font-weight: bold;
	font-size: 15px;
}

#main .photoList li .lBox dd {
	padding-top: 5px;
	color: #999;
	font-size: 12px;
}

#main .photoList li .lBox dd span {
	padding-left: 8px;
}


/*  新デザイン  2017/09/13　*/
table.DataTable {
	margin: 20px auto 0px;
	width: 100%;
}
table.DataTable th{
	background-color: #CB2519;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
	font-weight: normal;
	border: 10px solid #FFF;
	font-size: 13px;
	white-space: nowrap;
}
table.DataTable td{
	vertical-align: middle;
	font-weight: normal;
	border: 5px solid #FFF;
	text-align: left;
	width: 30%;
	font-size: 12px;
}
table.DataTable td .txtEquipe{
	color: #CB2519;
	margin-bottom: 5px;
}
hr.ImgLine {
	background-image: url(../img/detail/bg01.gif);
	background-size: 1.5px 1.5px;
	width: 100%;
	height: 5px;
	border-style: none;
}
hr.DottedLine {
	width: 100%;
	border-top: 2px dotted;
	color: #CCC;
}
.ColorRed {
	color: #CB2519;
}

Table.PriceTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

Table.PriceTable th {
	padding: 5px;
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #CCC;
	background-color: #CB2417;
	text-align: center;
}
Table.PriceTable th span {
	font-size: 7px;
}
Table.PriceTable th.RowTitle {
	width: 10%;
	color: #000;
	font-size: 8px;
	line-height: 1.1;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #E2E2E2;
}
Table.PriceTable td {
	padding: 5px;
	width: 20.5%;
	color: #000;
	font-size: 11px;
	line-height: 1.1;
	text-align: center;
	border: 1px solid #CCC;
}
Table.PriceTable td.NL {
	padding: 10px;
	color: #000;
	font-size: 13px;
	line-height: 1.3;
	text-align: left;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}
Table.PriceTable td.NL p {
	font-size: 10px;
	margin-top: 10px;
}
Table.PriceTable td.DispButton {
	padding: 5px 0px;
	color: #000;
	font-size: 14px;
	text-align: center;
	background-color: #FFFDD2;
}
Table.PriceTable td .Price_N {
	font-size: 11px;
	text-decoration: line-through;
}
Table.PriceTable td .Price_C {
	font-size: 13px;
	font-weight: bold;
}
Table.PriceTable td .Arrow {
	font-size: 13px;
	display: block;
}
Table.PriceTable td .style {
	font-size: 10px;
}
.CampTitle {
	/*width: 100%;*/
	padding: 5px 10px;
	color: #CB2519;
	font-size: 15px;
}
.CampTitle span {
	padding-top: 10%;
	display: table-cell;
	vertical-align: middle;
}
.CampTitle img.Camp {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	width: 8%;
}
.CampTitle img.Theme {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
	width: auto;
	height: 53px;
}
.CampTitle .Period {
	background-color: #FFE2E2;
	padding: 3px 10px;
	font-size: 11px;
	display: inline-block;
	margin-top: 10px;
}

.Toiawase {
	position: relative;
	margin: 20px 0;
}
.Toiawase .img_mail{
	position: absolute;
	top: 55%;
	right: 1%;
	width: 27%;
}
.Toiawase .txt_tel{
	position: absolute;
	top: 55%;
	left: 12%;
	font-size: 1.5em;
	color: #FFF;
	letter-spacing: 5px;
}
.Toiawase .txt_holiday{
	position: absolute;
	top: 83%;
	left: 16%;
	color: #000;
	font-size: 9px;
}
.Toiawase .Holiday{
	font-size: 13px;
	max-width: 73%;
	position: absolute;
	top: 82%;
	left: 1.5%;
	color: #000;
}
.Toiawase .Holiday .naiyo{
  font-size: 2vmin;
}

Table.DetailTable {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
Table.DetailTable th {
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #CCC;
	background-color: #CB2417;
	text-align: center;
}
Table.DetailTable td {
	background-color: #F9FAE3;
	padding: 5px;
	border: 1px solid #CCC;
}
.BtnCenter {
	width: 80%;
	margin: 20px auto;
}
.BtnCenter p {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.guideBtn {
	width: 48%;
	display:inline-block;
	background:hsl(45deg 93% 47%);
	padding:15px;
	text-align:center;
	color:#FFF;
	margin:5px;
	border:1px solid;
	cursor:pointer;
	margin:auto;
	font-size: 3.4vw;
	border-bottom: solid 4px #b8860b;
	border-radius: 5px;
}

.inqBtn,
a.inqBtn {
	font-size: 1rem;
	color: #fff;
	background-color: #eb6100;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	ご入居の流れ
------------------------------------------------------------*/
.FlowBox {
	margin: 15px;
}

.ttl_flow {
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 2px dotted gray;
	line-height: 30px;
}

.FlowBox li {
	margin-bottom: 10px;
}

/* ご契約の流れを詳しく見るボタン */
.flowBtn {
	margin-bottom: 25px;
}

.flowBtn a {
	color: #FFF !important;
	background: #C62416;
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 200px;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 700;
	font-size: 12px;
}
