@charset "UTF-8";

/*----------------------------------------

	- mainvisual
	- notice
	- benefits
	- pickup
	- other
	- facilities
	- check-rates
	- specialAndNews
	- relatedLinks
	- social

-----------------------------------------*/

/*----------------------------------------
	mainvisual
-----------------------------------------*/

#mainvisual .main_box01 {
	width: 100%;
	height: 600px;
}

#mainvisual #main_p01 {
	background: url(../img/i_main_p01.jpg) no-repeat center;
	background-size: cover;
}

#mainvisual #main_p02 {
	background: url(../img/i_main_p02.jpg) no-repeat center;
	background-size: cover;
}

#mainvisual #main_p03 {
	background: url(../img/i_main_p03.jpg) no-repeat center;
	background-size: cover;
}

#mainvisual #main_p04 {
	background: url(../img/i_main_p04.jpg) no-repeat center;
	background-size: cover;
}

#mainvisual #main_p05 {
	background: url(../img/i_main_p05.jpg) no-repeat center;
	background-size: cover;
}

#mainvisual #main_p06 {
	background: url(../img/i_main_p06.jpg) no-repeat center;
	background-size: cover;
}

#mainvisual #main_p07 {
	background: url(../img/i_main_p07.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width:768px) {
	#mainvisual .main_box01 {
		height: 300px;
	}
}

#mainvisual > .slick-dots {
	bottom: -34px;
	height: 20px;
}

#mainvisual > .slick-dots li {
	margin: 0;
}

#mainvisual > .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #dddddd;
}

#mainvisual > .slick-dots li.slick-active button {
	background: #2b91d9;
}

#mainvisual > .slick-dots li button:hover,
#mainvisual > .slick-dots li button:focus {
	background: #2b91d9;
}

#mainvisual > .slick-dots li button:before {
	display: none;
}

@media only screen and (max-width:768px) {
	#mainvisual > .slick-dots {
		bottom: -25px;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 20px !important;
	}
}

/*----------------------------------------
	notice
-----------------------------------------*/

#notice {
	padding: 40px 0 60px;
}

#notice > ul {
	width: 1140px;
	margin: 0 auto;
}

#notice > ul li.slick-slide {
	margin: 0 10px;
}

@media only screen and (max-width:768px) {
	#notice {
		padding: 30px 0 40px;
		overflow: hidden;
	}
	#notice > ul {
		width: 960px;
		margin: 0 calc((100% - 960px) / 2);
	}
	#notice > ul li a > img {
		width: 100%;
		height: auto;
	}
}

#notice > ul > .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #000000;
	z-index: 1;
}

#notice > ul > .slick-prev {
	left: -10px;
}

#notice > ul > .slick-next {
	right: -10px;
}

#notice > ul > .slick-prev:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 6px);
	width: 20px;
	height: 20px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transform: rotate(48deg) skew(5deg);
	transform: rotate(48deg) skew(5deg);
	opacity: 1;
}

#notice > ul > .slick-next:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: calc(50% - 6px);
	width: 20px;
	height: 20px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transform: rotate(-42deg) skew(5deg);
	transform: rotate(-42deg) skew(5deg);
	opacity: 1;
}

@media only screen and (max-width:768px) {
	#notice > ul > .slick-arrow {
		width: 40px;
		height: 40px;
	}
	#notice > ul > .slick-prev {
		top: 50%;
		left: calc(50% - 160px);
	}
	#notice > ul > .slick-next {
		top: 50%;
		right: calc(50% - 160px);
	}
	#notice > ul > .slick-prev:before {
		top: calc(50% - 8px);
		left: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
	#notice > ul > .slick-next:before {
		top: calc(50% - 8px);
		right: calc(50% - 4px);
		width: 15px;
		height: 15px;
	}
}

/*----------------------------------------
	benefits
-----------------------------------------*/

#benefits {
	max-width: 1440px;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 56px;
}

#benefits > section {
	padding: 27px 40px 40px;
	border: 20px solid #d5e9f7;
}

#benefits > section > h1 {
	padding-bottom: 5px;
	text-align: center;
}

#benefits > section > h1 > span:nth-child(2) {
	padding-left: 20px;
}

#benefits > section > ul {
	padding-bottom: 16px;
	text-align: center;
}

#benefits > section > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 1em;
}

#benefits > section > ul > li:before {
	content: "\0203B";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

@media only screen and (max-width:768px) {
	#benefits {
		max-width: 320px;
		min-width: 320px;
		width: 320px;
		padding-bottom: 40px;
	}
	#benefits > section {
		padding: 16px 20px 17px;
	}
	#benefits > section > h1 > span:first-child,
	#benefits > section > h1 > span:first-child > span {
		display: block;
	}
	#benefits > section > h1 > span:nth-child(2) {
		padding-left: 0;
	}
	#benefits > section > ul {
		text-align: left;
	}
	#benefits > section > ul > li {
		display: block;
	}
}

#benefits > section > div {
	display: table;
	width: 100%;
	border-top: 2px solid #000000;
}

#benefits > section > div > ul {
	display: table-cell;
	max-width: calc(660px - 30px);
	min-width: calc(440px - 30px);
	width: calc(50% - 30px);
	vertical-align: top;
}

#benefits > section > div > ul:nth-child(2) {
	padding-left: 60px;
}

#benefits > section > div > ul > li {
	padding-top: 20px;
}

#benefits > section > div > ul:first-child > li {
	margin-right: -20px;
}

#benefits > section > div > ul > li > dl {
	display: table-cell;
}

#benefits > section > div > ul > li > dl > dt {
	display: table-cell;
	vertical-align: top;
}

#benefits > section > div > ul > li > dl > dt > span {
	display: block;
	padding: 3px 20px;
	border-radius: 3px;
	background: #2b91d9;
}

#benefits > section > div > ul > li > dl > dd {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}

#benefits > section > div > ul > li > dl > dd > span:nth-child(2) {
	padding-left: 1em;
}

@media only screen and (max-width:768px) {
	#benefits > section > div {
		display: block;
	}
	#benefits > section > div > ul {
		display: block;
		max-width: 100%;
		min-width: 100%;
		width: auto;
	}
	#benefits > section > div > ul:nth-child(2) {
		padding-left: 0;
	}
	#benefits > section > div > ul:first-child > li {
		margin-right: 0;
	}
	#benefits > section > div > ul > li > dl > dt > span {
		width: 32px;
		padding: 3px 14px;
	}
	#benefits > section > div > ul > li > dl > dd {
		padding-left: 10px;
	}
	#benefits > section > div > ul > li > dl > dd > span {
		display: block;
	}
	#benefits > section > div > ul > li > dl > dd > span:nth-child(2) {
		padding-left: 0;
	}
}

#benefits > section > figure {
	margin-left: -10px;
	padding-top: 40px;
}

#benefits > section > figure > img {
	width: calc(33.33% - 10px);
	padding-left: 10px;
}

@media only screen and (max-width:768px) {
	#benefits > section > figure {
		display: none;
	}
}

/*----------------------------------------
	pickup
-----------------------------------------*/

#pickup {
	padding-bottom: 0;
}

#pickup > h1 {
	padding-bottom: 46px;
	text-align: center;
}

#pickup > div .pickup_01 {
	display: table;
}

#pickup > div .pickup_01 > .clone {
	display: block;
}

#pickup > div .pickup_01 > section {
	display: table-cell;
	position: relative;
	width: 33.33%;
	padding-bottom: 36px;
	vertical-align: top;
}

#pickup > div .pickup_01 > section:nth-child(n+2):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #dddddd;
	z-index: -1;
}

#pickup > div .pickup_01 > section > a:hover,
#pickup > div .pickup_01 > section > a:active {
	text-decoration: none;
}

#pickup > div .pickup_01 > section > a > figure > img {
	width: 100%;
	height: auto;
}

#pickup > div .pickup_01 > section > a > figure > figcaption {
	width: 76px;
	margin: 0 20px;
	padding: 3px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #2b91d9;
}

#pickup > div .pickup_01 > section > a > h1 {
	padding: 16px 20px 12px;
}

#pickup > div .pickup_01 > section > a > p {
	margin: 0 20px;
}

#pickup > div .pickup_01 > section > a:hover > h1,
#pickup > div .pickup_01 > section > a:active > h1,
#pickup > div .pickup_01 > section > a:hover > p,
#pickup > div .pickup_01 > section > a:active > p {
	text-decoration: underline;
}

#pickup > div .slick-dots {
	top: -35px;
	bottom: 0;
	height: 20px;
}

#pickup > div .slick-dots li {
	margin: 0;
}

#pickup > div .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #dddddd;
}

#pickup > div .slick-dots li.slick-active button {
	background: #2b91d9;
}

#pickup > div .slick-dots li button:hover,
#pickup > div .slick-dots li button:focus {
	background: #2b91d9;
}

#pickup > div .slick-dots li button:before {
	display: none;
}

@media only screen and (max-width:768px) {
	#pickup {
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	#pickup > h1 {
		position: relative;
		padding: 16px 0;
		background: #2b91d9;
		color: #ffffff;
		cursor: pointer;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
	#pickup > h1:after {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: calc(50% - 140px);
		width: 15px;
		height: 15px;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		-webkit-transform: rotate(-42deg) skew(5deg);
		transform: rotate(-42deg) skew(5deg);
	}
	#pickup > h1.open01:after {
		top: calc(50% - 6px);
		-webkit-transform: rotate(138deg) skew(5deg);
		transform: rotate(138deg) skew(5deg);
	}
	#pickup > div {
		padding-top: 34px;
	}
	#pickup > div .pickup_01 {
		display: block;
		opacity: 1 !important;
	}
	#pickup > div .pickup_01 > .clone {
		display: none !important;
	}
	#pickup > div .pickup_01 > section {
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	#pickup > div .pickup_01 > section:nth-child(n+2):before {
		display: none;
	}
	#pickup > div .pickup_01 > section > a > figure > figcaption {
		margin: 0;
	}
	#pickup > div .pickup_01 > section > a > h1 {
		padding: 16px 0 12px;
	}
	#pickup > div .pickup_01 > section > a > p {
		margin: 0;
	}
	#pickup > div .pickup_01 > section > a:hover > h1,
	#pickup > div .pickup_01 > section > a:active > h1,
	#pickup > div .pickup_01 > section > a:hover > p,
	#pickup > div .pickup_01 > section > a:active > p {
		text-decoration: none;
	}
}

/*----------------------------------------
	other
-----------------------------------------*/

p#other {
	padding-bottom: 56px;
	text-align: center;
}

p#other > a:link,
p#other > a:visited {
	text-decoration: underline;
}

/*----------------------------------------
	facilities
-----------------------------------------*/

#facilities {
	padding-bottom: 56px;
}

#facilities > li {
	float: left;
	height: 400px;
}

#facilities > li:nth-child(-n+2) {
	width: calc(100% / 2);
}

#facilities > li:nth-child(n+3) {
	width: calc(100% / 3);
}

#facilities > li > a {
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% - 155px);
	padding: 155px 0 0;
	text-align: center;
	clear: both;
}

@media only screen and (max-width:768px) {
	#facilities > li {
		float: none;
		height: 300px;
	}
	#facilities > li:nth-child(-n+2),
	#facilities > li:nth-child(n+3) {
		width: auto;
	}
	#facilities > li > a {
		min-width: auto;
		width: calc(100% - 80px);
		height: calc(100% - 110px);
		padding: 110px 40px 0;
		text-align: center;
	}
}

#facilities > li > a.l_white01:hover,
#facilities > li > a.l_white01:active {
	text-decoration: none;
}

#facilities > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: background 0.5s;
}

#facilities > li > a:hover::before,
#facilities > li > a:active::before {
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.5s;
}

@media only screen and (max-width:768px) {
	#facilities > li > a:hover::before,
	#facilities > li > a:active::before {
		background: rgba(0, 0, 0, 0.4);
		transition: none;
	}
}

#facilities > li > a > span {
	display: block;
	position: relative;
	z-index: 1;
}

#facilities > li > a > span:first-child {
	padding-bottom: 22px;
}

#facilities > li > a > span:first-child::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: calc(50% - 15px);
	width: 30px;
	height: 1px;
	background: #ffffff;
}

#facilities > li:first-child > a {
	background: url(../img/i_facilities_p01.jpg) no-repeat center;
	background-size: cover;
}

#facilities > li:nth-child(2) > a {
	background: url(../img/i_facilities_p02.jpg) no-repeat center;
	background-size: cover;
}

#facilities > li:nth-child(3) > a {
	background: url(../img/i_facilities_p03.jpg) no-repeat center;
	background-size: cover;
}

#facilities > li:nth-child(4) > a {
	background: url(../img/i_facilities_p04.jpg) no-repeat center;
	background-size: cover;
}

#facilities > li:nth-child(5) > a {
	background: url(../img/i_facilities_p05.jpg) no-repeat center;
	background-size: cover;
}

#facilities > li:nth-child(6) > a {
	background: url(../img/i_facilities_p06.jpg) no-repeat center;
	background-size: cover;
}

/*----------------------------------------
	check-rates
-----------------------------------------*/

#check-rates {
	padding-bottom: 56px;
}

#check-rates > h1 {
	padding-bottom: 26px;
	text-align: center;
}

#check-rates > div {
	display: table;
	width: 920px;
	margin: 0 auto;
	padding: 40px;
	background: #d5e9f7;
}

#check-rates > div > div {
	display: table-cell;
	width: 560px;
	vertical-align: top;
}

@media only screen and (max-width:768px) {
	#check-rates > div {
		display: block;
		width: 100%;
		margin: 0;
		padding: 36px 0 40px;
	}
	#check-rates > div > div {
		display: block;
		width: 300px;
		margin: 0 auto;
	}
}

#check-rates > div > div dl:first-child {
	padding-bottom: 20px;
}

#check-rates > div > div dl:nth-child(n+2) {
	padding: 16px 0 20px;
	border-top: 1px solid #cccccc;
}

#check-rates > div > div dl:nth-child(n+2) > dt {
	padding-bottom: 16px;
}

#check-rates > div > div dl:nth-child(n+2) > dt > span:nth-child(2) {
	padding-left: 10px;
}

/* 日付 */
#check-rates > div > div dl dd .date {
	padding: 14px 0 10px;
}

#check-rates > div > div dl dd .date .date_01 {
	display: inline-block;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div dl dd .date .date_01 {
		display: block;
		margin-bottom: 10px;
	}
}

#check-rates > div > div dl dd .date .date_01 > div {
	display: inline-block;
	width: 192px;
	min-height: 23px;
	padding: 13px 15px 10px;
	border: 1px solid #cccccc;
	background: #ffffff url(../img/i_check-rates_ic01.gif) no-repeat right 9px center;
}

#check-rates > div > div dl dd .date .date_01 > div input {
	border: none;
	outline: none;
	text-align: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#check-rates > div > div dl dd .date .date_01 > div input[disabled] {
	background-color: #f2f2f2;
	color: #999999;
	opacity: 1;
	/* iOS用 */
}

#check-rates > div > div dl dd .date .date_01 > div input:first-of-type {
	width: 39px;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div dl dd .date .date_01 > div input:first-of-type {
		width: 46px;
	}
}

#check-rates > div > div dl dd .date .date_01 > div input:nth-of-type(n+2) {
	width: 23px;
}

#check-rates > div > div dl dd .date .date_01 > span {
	display: inline-block;
	padding: 0 10px;
}

#check-rates > div > div dl dd .date .date_02 {
	display: inline-block;
}

#check-rates > div > div dl dd .date .date_02 select {
	width: 110px;
	min-height: 23px;
	padding: 13px 15px 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #ffffff url(../img/c_select_arrow01.png) no-repeat right 9px center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div dl dd .date .date_02 select {
		display: block;
	}
}

#check-rates > div > div dl dd .date .date_02 select[disabled] {
	background-color: #f2f2f2;
	color: #999999;
}

#check-rates > div > div dl dd .date .date_02 select:nth-child(2) {
	width: 123px;
	margin-left: 10px;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div dl dd .date .date_02 select:nth-child(2) {
		margin: 10px 0 0 0;
	}
}

#check-rates > div > div dl dd .unschedule input[type="checkbox"] {
	display: none;
}

#check-rates > div > div dl dd .unschedule label {
	position: relative;
	padding: 0 0 0 32px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#check-rates > div > div dl dd .unschedule label:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

#check-rates > div > div dl dd .unschedule input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 4px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #2b91d9;
	border-bottom: 2px solid #2b91d9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ご宿泊人数 */
#check-rates > div > div dl dd .adult {
	padding-bottom: 10px;
}

#check-rates > div > div dl dd .adult span {
	display: inline-block;
	width: 42px;
	padding-right: 10px;
}

#check-rates > div > div dl dd .adult select {
	width: 110px;
	min-height: 23px;
	padding: 13px 15px 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #ffffff url(../img/c_select_arrow01.png) no-repeat right 9px center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#check-rates > div > div dl dd .adult select:focus {
	text-shadow: none;
}

#check-rates > div > div dl dd .adult select[disabled] {
	background-color: #f2f2f2;
	color: #999999;
}

#check-rates > div > div dl dd .child,
#searchannex dl dd .child {
	padding-bottom: 10px;
}

#check-rates > div > div dl dd .child > div {
	display: inline-block;
}

#check-rates > div > div dl dd .child > div span {
	display: inline-block;
	width: 47px;
	padding-right: 5px;
}

#check-rates > div > div dl dd .child > div:nth-of-type(n+2) span {
	padding-left: 18px;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div dl dd .child > div:nth-of-type(n+2) {
		padding-top: 10px;
	}
	#check-rates > div > div dl dd .child > div:nth-of-type(n+2) span {
		padding-left: 0;
	}
}

#check-rates > div > div dl dd .child select {
	display: inline-block;
	width: 110px;
	min-height: 23px;
	padding: 13px 15px 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #ffffff url(../img/c_select_arrow01.png) no-repeat right 9px center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#check-rates > div > div dl dd .child select[disabled] {
	background-color: #f2f2f2;
	color: #999999;
}

#check-rates > div > div dl dd .child + p {
	position: relative;
	padding-left: 1em;
}

#check-rates > div > div dl dd .child + p:before {
	content: "\0203B";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
}

#check-rates > div > div dl dd .unpeople {
	padding-top: 10px;
}

#check-rates > div > div dl dd .unpeople input[type="checkbox"] {
	display: none;
}

#check-rates > div > div dl dd .unpeople label {
	position: relative;
	padding: 0 0 0 32px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#check-rates > div > div dl dd .unpeople label:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

#check-rates > div > div dl dd .unpeople input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 4px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #2b91d9;
	border-bottom: 2px solid #2b91d9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ご予算 */
#check-rates > div > div dl dd .budget div {
	display: inline-block;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div dl dd .budget div:nth-child(n+2) {
		padding-top: 10px;
	}
}

#check-rates > div > div dl dd .budget div select {
	display: inline-block;
	width: 202px;
	min-height: 23px;
	padding: 13px 15px 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #ffffff url(../img/c_select_arrow01.png) no-repeat right 9px center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#check-rates > div > div dl dd .budget div span {
	padding: 0 10px;
}

/* 検索 */
#check-rates > div > div .btn01 {
	display: block;
	width: 252px;
	margin: 20px auto 0;
	padding: 15px 10px;
	border: none;
	background: #000000;
	outline: none;
	text-align: center;
}

#check-rates > div > div .btn01:hover {
	background-color: #3c8dc7;
	transition: background-color 0.8s;
}

#check-rates > div > div > ul {
	display: table;
	margin: 0 auto;
	padding-top: 16px;
}

@media only screen and (max-width:768px) {
	#check-rates > div > div .btn01:hover {
		background-color: #000000;
		transition: none;
	}
	#check-rates > div > div > ul {
		padding-bottom: 36px;
	}
}

#check-rates > div > div > ul > li {
	display: table-cell;
	vertical-align: top;
}

#check-rates > div > div > ul > li:nth-child(2) {
	padding-left: 23px;
}

#check-rates > div > div > ul > li > a:link,
#check-rates > div > div > ul > li > a:visited {
	text-decoration: underline;
}

#check-rates > div > ul {
	display: table-cell;
	padding-left: 60px;
	vertical-align: top;
}

@media only screen and (max-width:768px) {
	#check-rates > div > ul {
		display: block;
		width: 300px;
		margin: 0 auto;
		padding-left: 0;
	}
}

#check-rates > div > ul > li:nth-child(n+2) {
	padding-top: 40px;
}

#check-rates > div > ul > li > a {
	display: block;
	position: relative;
	width: calc(300px - 40px);
	height: calc(200px - 73px);
	padding: 73px 20px 0;
	text-align: center;
	text-decoration: none;
}

#check-rates > div > ul > li:nth-child(2) > a {
	height: calc(200px - 63px);
	padding-top: 63px;
}

#check-rates > div > ul > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#check-rates > div > ul > li > a:hover::before,
#check-rates > div > ul > li > a:active::before {
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.5s;
}

@media only screen and (max-width:768px) {
	#check-rates > div > ul > li > a:hover::before,
	#check-rates > div > ul > li > a:active::before {
		background: rgba(0, 0, 0, 0.4);
		transition: none;
	}
}

#check-rates > div > ul > li:first-child > a {
	background: url(../img/i_check-rates_bg01.jpg) no-repeat center;
	background-size: cover;
}

#check-rates > div > ul > li:nth-child(2) > a {
	background: url(../img/i_check-rates_bg02.jpg) no-repeat center;
	background-size: cover;
}

#check-rates > div > ul > li > a > span {
	display: block;
	position: relative;
	z-index: 2;
}

#check-rates > div > ul > li > a > span > span:first-child {
	display: block;
	padding-bottom: 2px;
}

#check-rates > dl {
	padding-top: 56px;
	text-align: center;
}

#check-rates > dl > dt {
	padding-bottom: 12px;
}

#check-rates > dl > dd:first-of-type > span:nth-child(2) {
	padding-left: 15px;
}

#check-rates > dl > dd.callbtn01 {
	display: none;
}

@media only screen and (max-width:768px) {
	#check-rates > dl > dd:first-of-type {
		padding-bottom: 16px;
	}
	#check-rates > dl > dd:first-of-type > span {
		display: block;
	}
	#check-rates > dl > dd:first-of-type > span:nth-child(2) {
		padding: 7px 0 0;
	}
	#check-rates > dl > dd.callbtn01 {
		display: block;
	}
	#check-rates > dl > dd.callbtn01 > a {
		display: block;
		width: 200px;
		margin: 0 auto;
    padding: 15px 10px;
    background: #000000;
    text-align: center;
    text-decoration: none;
	}
}

/*----------------------------------------
	specialAndNews
-----------------------------------------*/

#specialAndNews {
	max-width: 1440px;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 56px;
	border-top: 1px solid #dddddd;
}

#specialAndNews > div {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding-top: 56px;
}

@media only screen and (max-width:768px) {
	#specialAndNews {
		max-width: 300px;
		min-width: 300px;
		width: 300px;
		border-top: none;
	}
	#specialAndNews > div {
		display: block;
		width: auto;
		padding-top: 0;
	}
}

#specialAndNews > div > #special {
	display: table-cell;
	width: 490px;
}

#specialAndNews > div > #special > h1 {
	padding-bottom: 26px;
	text-align: center;
}

#specialAndNews > div > #special > ul {
	border-top: 2px solid #000000;
}

#specialAndNews > div > #special > ul > li {
	float: left;
	width: 150px;
	padding: 20px 0 0 20px;
}

#specialAndNews > div > #special > ul > li:nth-child(3n+1) {
	padding-left: 0;
}

#specialAndNews > div > #special > ul > li:nth-child(n+4) {
	padding-top: 16px;
}

#specialAndNews > div > #special > ul > li > a {
	display: block;
	padding-top: 96px;
	text-align: center;
}

#specialAndNews > div > #special > ul > li:first-child > a {
	background: url(../img/i_special_p01.png) no-repeat center top;
}

#specialAndNews > div > #special > ul > li:nth-child(2) > a {
	background: url(../img/i_special_p02.png) no-repeat center top;
}

#specialAndNews > div > #special > ul > li:nth-child(3) > a {
	background: url(../img/i_special_p03.png) no-repeat center top;
}

#specialAndNews > div > #special > ul > li:nth-child(4) > a {
	background: url(../img/i_special_p04.png) no-repeat center top;
}

#specialAndNews > div > #special > ul > li:nth-child(5) > a {
	background: url(../img/i_special_p05.png) no-repeat center top;
}

#specialAndNews > div > #special > ul > li:nth-child(6) > a {
	background: url(../img/i_special_p06.png) no-repeat center top;
}

@media only screen and (max-width:768px) {
	#specialAndNews > div > #special {
		display: block;
		width: auto;
		padding-bottom: 52px;
	}
	#specialAndNews > div > #special > ul > li {
		float: left;
		width: 140px;
		padding: 20px 0 0 20px;
	}
	#specialAndNews > div > #special > ul > li:nth-child(3n+1) {
		padding-left: 20px;
	}
	#specialAndNews > div > #special > ul > li:nth-child(2n+1) {
		padding-left: 0;
	}
	#specialAndNews > div > #special > ul > li:nth-child(n+3) {
		padding-top: 16px;
	}
}

#specialAndNews > div > #news {
	display: table-cell;
	width: 405px;
	padding-left: 105px;
}

#specialAndNews > div > #news > h1 {
	padding-bottom: 26px;
	text-align: center;
}

#specialAndNews > div > #news > ul {
	padding-top: 5px;
	border-top: 2px solid #000000;
}

#specialAndNews > div > #news > ul > li {
	padding: 15px 0 11px;
	border-bottom: 1px solid #dddddd;
}

#specialAndNews > div > #news > ul > li > dl > dt {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

#specialAndNews > div > #news > ul > li > dl > dd:first-of-type {
	display: inline-block;
	width: 52px;
	padding: 3px 10px;
	border-radius: 3px;
	background: #2b91d9;
	text-align: center;
}

#specialAndNews > div > #news > ul > li > dl > dd:nth-of-type(2) {
	padding-top: 6px;
}

#specialAndNews > div > #news > p {
	padding-top: 17px;
	text-align: right;
}

#specialAndNews > div > #news > p > a:link,
#specialAndNews > div > #news > p > a:visited {
	text-decoration: underline;
}

@media only screen and (max-width:768px) {
	#specialAndNews > div > #news {
		display: block;
		width: auto;
		padding-left: 0;
	}
}

/*----------------------------------------
	relatedLinks
-----------------------------------------*/

#relatedLinks {
	margin-bottom: 56px;
	background: url(../img/c_bg01.gif);
}

#relatedLinks > div {
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding: 36px 0 40px;
}

#relatedLinks > div > dl {
	display: table-cell;
	vertical-align: top;
}

#relatedLinks > div > dl > dt {
	padding-bottom: 16px;
}

#relatedLinks > div > dl > dt > span {
	padding-right: 5px;
}

#relatedLinks > div > dl > dd > a > img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:768px) {
	#relatedLinks > div {
		display: block;
		width: 300px;
	}
	#relatedLinks > div > dl {
		display: block;
	}
	#relatedLinks > div > dl > dt {
		text-align: center;
	}
	#relatedLinks > div > dl > dt > span {
		display: block;
		padding-right: 0;
	}
}

#relatedLinks > div > dl:first-child {
	width: 372px;
}

@media only screen and (max-width:768px) {
	#relatedLinks > div > dl:first-child {
		width: 300px;
		padding-bottom: 36px;
	}
}

#relatedLinks > div > dl:first-child > dd:nth-of-type(n+2) {
	padding-top: 10px;
}

#relatedLinks > div > dl:nth-child(2) {
	width: 590px;
	padding-left: 38px;
}

#relatedLinks > div > dl:nth-child(2) > dt {
	width: 100%;
}

#relatedLinks > div > dl:nth-child(2) > dd {
	float: left;
	padding-left: 10px;
}

#relatedLinks > div > dl:nth-child(2) > dd:nth-of-type(4n+1) {
	padding-left: 0;
}

#relatedLinks > div > dl:nth-child(2) > dd:nth-of-type(n+5) {
	padding-top: 10px;
}

@media only screen and (max-width:768px) {
	#relatedLinks > div > dl:nth-child(2) {
		width: auto;
		padding-left: 0;
	}
	#relatedLinks > div > dl:nth-child(2) > dd,
	#relatedLinks > div > dl:nth-child(2) > dd:nth-of-type(4n+1) {
		padding-left: 20px;
	}
	#relatedLinks > div > dl:nth-child(2) > dd:nth-of-type(2n+1) {
		padding-left: 0;
	}
	#relatedLinks > div > dl:nth-child(2) > dd:nth-of-type(n+3) {
		padding-top: 10px;
	}
}

/*----------------------------------------
	social
-----------------------------------------*/

#social {
	width: 1000px;
	margin: 0 auto;
}

#social > h1 {
	padding-bottom: 26px;
	text-align: center;
}

#social > div {
	padding-bottom: 40px;
}

#social > div > ul {
	display: table;
}

#social > div > ul > li {
	display: table-cell;
	width: 160px;
	height: 160px;
	vertical-align: top;
}

#social > div > ul > li:nth-child(n+2) {
	padding-left: 8px;
}

#social > div > ul > li img {
	width: 100%;
	height: auto;
}

#social > div > ul > li span {
	display: none;
}

#social > ul {
	display: table;
	margin: 0 auto;
}

#social > ul > li {
	display: table-cell;
	vertical-align: top;
}

#social > ul > li:nth-child(n+2) {
	padding-left: 20px;
}

@media only screen and (max-width:768px) {
	#social {
		width: 300px;
	}
	#social > h1 > span {
		display: block;
	}
	#social > div > ul > li {
		display: block;
		float: left;
		width: 140px;
		height: 140px;
	}
	#social > div > ul > li:nth-child(odd) {
		padding-left: 0;
	}
	#social > div > ul > li:nth-child(even) {
		padding-left: 20px;
	}
	#social > div > ul > li:nth-child(n+3) {
		padding-top: 10px;
	}
}