header {
	margin-bottom: 0;
}

#container {
	margin: 30px 0;
    max-width: 100%;
    min-width: auto;
	display: block;
}

/* titleBar */
#titleWrapper {
	background: #eee;
	border-top: 5px solid #fed600;
}

#titleBar {
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
}

#titleText {
	font-size: 24px;
	color: #192b5b;
	line-height: 50px;
	text-align: left;
}

#titleSNSWrapper {
	width: 330px;
	margin: -50px 0 0 0;
	float: right;
}

#titleSNSWrapper li {
	float: left;
	margin-left: 5px;
	padding-top: 10px;
}

#titleSNSWrapper li a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#titleSNSWrapper li a#faceBookBtn,
#titleSNSWrapper li a#twitterBtn,
#titleSNSWrapper li a#lineBtn {
	text-indent: 0;
}

#campaignContent #contentWrapper {
	max-width: 1300px;
	min-width: 1200px;
	margin: 30px auto;
}

#campaignContent h1 {
	margin: 30px 10px 10px;
	padding: 0 20px;
	background: #333;
	font-size: 20px;
	color: #fed600;
	line-height: 40px;
}

#campaignBody {
	margin: 10px 10px 30px;
	font-size: 14px;
}

.bannerImg img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}

/* main contents */
.titleWrapper {
	border-top:1px solid #192b5b;
	padding:20px 0;
}

.titleText {
	float:left;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position:10px center;
}

.titleText h2 {
	font-size:24px;
	line-height:1.3;
	color:#192b5b;
}

.titleText {
	font-size:13px;
	line-height:1.2em;
	color:#666;
}

/* slider */
#campaignWrapper {
	min-width: 1200px;
	max-width: 1300px;
	margin: 30px auto;
	background: #fff;
}

.itemsWrapper {
	position:relative;
}

.hideWrapper {
	display:none;
}

.itemsInner {
	margin:0 48px;
}

.itemsPrev,
.itemsNext {
	display:block;
	position:absolute;
	width:58px;
	height:58px;
	background:tranceparent;
}

.itemsPrev {
	left:-10px;
}

.itemsNext {
	right:-10px;
}

.itemsPrev:after {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ddd;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.itemsNext:after {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	right: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.itemsPrev:hover,
.itemsNext:hover {
	background:#ddd;
}

.itemsPrev:hover:after,
.itemsNext:hover:after {
	border-color:#fff;
}


#campaignWrapper .titleText {
	position: relative;
}

#campaignWrapper .titleText::before {
    color: #f99;
    content: "\e90a";
    font-family: icomoon;
    font-size: 40px;
    left: 10px;
    position: absolute;
    top: 15px;
}

#campaignWrapper .yabane {
	position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #192b5b;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
	display: block;
    text-decoration: none;
}

#campaignWrapper .yabane a {
	position: relative;
}

#campaignWrapper .yabane a::after {
	position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
	border-bottom: none;
	border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#campaignWrapper .yabane a:before {
	content: none;
}

#campaignWrapper .yabane span {
    box-sizing: border-box;
	padding: 0;
    position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #192b5b;
	background: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    text-decoration: none;
}

.campaignBox {
	float:left;
	width:260px;
}

.campaignBox a {
	display:block;
	width:250px;
}

.campaignBox img {
	width:250px;
	height:auto;
}

.circleSignal {
	height:30px;
	text-align:center;
}

.circleSignal li {
	display:inline-block;
	float:none;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:5px;
	background:#d5d5d5;
	text-indent:-1000px;
	overflow:hidden;
	cursor:pointer;
}

.circleSignal li.active {
	background:#192b5b;
	cursor:default;
}


/* footContent */

.infoFootContent {
	margin: 60px 0　40px;
	border-top: 1px solid #192b5b;
	padding: 20px 10px;
}

.infoFootContent h2 {
	padding-bottom: 10px;
	font-size:  24px;
	color:  #192b5b;
}

.infoFootContent h3 {
	padding-bottom: 10px;
	font-size:  20px;
	color:  #192b5b;
}

.infoFootContentBody {
	overflow:  hidden;
	position:  relative;
}

.infoFootContentBody img {
	width: calc(33.33% - 10px);
	float:  left;
}

.infoFootContentBody p {
	margin: 0 0 0 33.33%;
	padding: 0 10px 68px 0;
	font-size: 16px;
	color:  #666;
}

.infoFootContentBody a {
	display:  block;
	position: absolute;
	bottom:  0;
	right: 10px;
	width:  248px;
	height:  58px;
	border:  1px solid #ddd;
	font-size:  14px;
	color:  #192b5b;
	text-align:  center;
	text-decoration:  none;
	line-height: 58px;
}

.infoFootContentBody a:hover {
	background:  #eee;
}

.infoFootContentBody a::after {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.infoFootPanel {
	margin: -1px 0 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}

.infoFootPanel.calender {
	padding: 0;
	border-top: none;
}

.infoFootPanel .backBtn {
	position:  relative;
	display: block;
	width: 248px;
	height: 58px;
	margin:  0 auto;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #192b5b;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
}

.infoFootPanel .backBtn:hover {
	background: #eee;
}

.infoFootPanel .backBtn::after {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-bottom: 1px solid #192b5b;
	border-left: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.notAnything {
	width: 100%;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #c00;
}

/* ===============================================================================================================================
    geosenkou
=============================================================================================================================== */
/* common */
.geosenkou {
    width: 1012px;
    margin: 0 auto;
}

.flexslider,
.flexslider-controls {
    display: block;
    max-width: 100%;
    height: auto;
}

/* topSection */
.topSection h1 {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.topSlider {
    width: 1012px;
    max-width: 1012px;
}

.topSlider-nav {
    display: flex;
    justify-content: center;
    width: 1032px;
    margin: 20px 0 0 -10px;
}

.topSlider-nav li {
    float: none;
    display: block;
    max-width: 25%;
    padding: 0 10px;
	margin-top: 0;
	cursor: pointer;
}

.topSlider-nav li:hover {
    opacity: 0.8;
}

.topSlider-nav li img {
    width: 100%;
	height: auto;
}

/* jsonBlock */
#jsonBoxWrapper {
	margin-top: 60px;
}

.jsonBlock + .jsonBlock {
	margin-top: 35px;
}

.jsonTitleBox {
	display: flex;
	justify-content: flex-start;
    border-bottom: 2px solid #EEEEEE;
}

.jsonTitleBox .jsonTitle {
	font-size: 24px;
	font-weight: bold;
}

.jsonTitleBox .jsonLink {
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #192B5B;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 25px 5px 0;
    margin-left: 45px;
}

.jsonTitleBox .jsonLink::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #192B5B #192B5B transparent transparent;
    transform: translate(-15px, -35%) rotate(45deg);
}

.jsonTitleBox .jsonLink:hover {
	text-decoration: underline;
}

.jsonBlock .jsonSliderBox {
	position: relative;
    margin: 20px 0 0 35px;
}

.jsonBlock .jsonSliderBox .itemsPrev,
.jsonBlock .jsonSliderBox .itemsNext {
    position: absolute;
	top: 0;
    width: 30px !important;
    height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 1;
}

.jsonBlock .jsonSliderBox .itemsPrev::after,
.jsonBlock .jsonSliderBox .itemsNext::after {
	content: "";
	position: absolute;
    top: 50%;
    bottom: auto;
	display: block;
    width: 25px;
    height: 25px;
    border-style: solid;
    border-width: 3px;
	border-color: #192B5B #192B5B transparent transparent;
}

.jsonBlock .jsonSliderBox .itemsPrev:hover,
.jsonBlock .jsonSliderBox .itemsNext:hover {
	background: rgba(25,43,91,0.8);
}

.jsonBlock .jsonSliderBox .itemsPrev:hover::after,
.jsonBlock .jsonSliderBox .itemsNext:hover::after {
	border-color: #FFFFFF #FFFFFF transparent transparent;
}

.jsonBlock .jsonSliderBox .itemsPrev::after {
    left: 0;
    transform: translate(10px, -50%) rotate(225deg);
    
}

.jsonBlock .jsonSliderBox .itemsNext::after {
    right: 0;
    transform: translate(-10px, -50%) rotate(45deg);
}

.jsonBlock .jsonSliderBox .itemsPrev {
    left: 0;
}

.jsonBlock .jsonSliderBox .itemsNext {
    right: 0;
}

.jsonBlock .slySlider .slides > li {
	float: left;
}

.jsonBlock .slySlider .slides > li + li {
	margin-left: 10px;
}

.jsonBlock .slySlider .circleSignal {
	display: none;
}

.jsonItem {
	width: 180px;
	background-color: #EEEEEE;
}

.jsonItem .item {
	position: relative;
	display: block;
	color: #000000;
    text-decoration: none;
}

.jsonItem .item img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.jsonItem .item .itemTitleBox {
	padding: 10px;
}

.jsonItem .item .itemTitleBox .rentalStart {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	padding: 0 10px;
	background-color: #B81515;
}

.jsonItem .item .itemTitleBox .itemTitle {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; 
	height: 4.5em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

.jsonItem .item .itemTitleBox .rentalStart + .itemTitle {
	-webkit-line-clamp: 2;
	height: 3em;
	margin-top: 5px;
}

/* btnWrapper */
.btnWrapper {
	margin-top: 100px;
}

.btnWrapper a {
    position: relative;
    display: block;
    width: 496px;
    height: 80px;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #192B5B;
}

.btnWrapper a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #fff transparent transparent;
    transform: translate(-15px, -50%) rotate(45deg);
}

.btnWrapper a:hover {
    opacity: 0.8;
}

/* btmSection */
.btmSection {
	margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

/* 下層ページ用 */
.lowerPage .topSection h1 {
	height: 60px;
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 20px;
	margin-bottom: 40px;
	background: #EEEEEE;
    text-indent: 0;
}

.lowerPage .topSection .returnLink {
	display: inline-block;
    position: relative;
    color: #192B5B;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
	padding-left: 20px;
	margin-bottom: 8px;
}

.lowerPage .topSection .returnLink::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #192B5B #192B5B transparent transparent;
    transform: translate(5px, -60%) rotate(225deg);
}

.lowerPage .topSection .returnLink:hover {
	text-decoration: underline;
}

.lowerPage #jsonBoxWrapper {
	margin-top: 0;
}

.lowerPage .jsonBlock {
    display: flex;
	flex-wrap: wrap;
}

.lowerPage .jsonItem {
	width: 324px;
	margin-left: 20px;
}

.lowerPage .jsonItem:nth-of-type(n+4) {
    margin-top: 40px;
}

.lowerPage .jsonItem:nth-of-type(3n+1) {
    margin-left: 0;
}