@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

body {
	background: url("../img/header_bg.png") no-repeat 50% 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #272727;
	-webkit-text-size-adjust: 100%;
}

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

a:hover {
	transition: all 0.5s;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.ttl_dotline {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.ttl_dotline span {
	padding-bottom: 10px;
	border-bottom: 5px dotted #00a29a;
}

@media screen and (max-width: 896px) {

	body {
		background: #00a29a url("../img/header_bg_sp.png") repeat-x 50% 0;
		background-size: 700px auto;
	}

	.pc {
		display: none ;
	}

	.sp {
		display: block;
	}

	.ttl_dotline {
		font-size: 20px;
	}

	.ttl_dotline span {
		padding-bottom: 5px;
		/*background: url("../img/line_dot.png") repeat-x 4% 100%;
		background-size: auto 5px;*/
	}

}

/* ------------------------------

	HEADER

------------------------------ */

header{
	position: relative;
	z-index: 100;
	text-align: center;
}

header .logo {
	padding: 160px 0 120px 30px;
}

header .img {
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	margin-left: -408px;
}

header .nav {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 32px 0;
	background: #8dc6c1;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

header .nav li {
	padding: 2px 38px 0;
	border-right: 1px solid #FFF;
}

header .nav li:last-child {
	border-right: none;
}

header .nav li a {
	color: #FFF;
}

@media screen and (max-width: 896px) {

	header .logo {
		padding: 64px 0 200px 16px;
	}

	header .logo img {
		width: 100%;
		max-width: 329px;
	}

	header .img {
		top: 325px;
		left: -12px;
		width: 147px;
		margin: 0 auto;
	}

	header .img img {
		width: 100%;
	}

	header .nav {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		padding: 50px 0 0;
		background: #00a29a;
		font-size: 20px;
		font-weight: normal;
	}

	header .nav li {
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #FFF;
		text-align: left;
	}

	header .nav li a {
		display: block;
		padding: 36px 0 36px 42px;
		text-align: left;
	}

	header .nav li:last-child {
		border-bottom: none;
	}

}

/* ------------------------------

	MAIN - CONTENTS

------------------------------ */

.contents {
	background: url("../img/contents_bg.png") no-repeat 50% 0;
	padding: 0 0 150px;
}

.contents .inner {
	max-width: 900px;
	margin: 0 auto;
}

.contents .off1 {
	justify-content: space-between;
	padding: 70px 0 0px;
}

.contents .off1 .txt {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}

.contents .off {
	display: flex;
	justify-content: space-between;
	padding: 170px 0 93px;
	background: url("../img/special.png") no-repeat 50% 131px;
}

.contents .off .period {
	position: relative;
	width: 100%;
	height: 108px;
	margin: 43px 0 0 0;
	border: 1px solid #00a29a;
	text-align: center;
}

.contents .off .period .ttl {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	font-size: 23px;
	font-weight: bold;
	color: #00a29a;;
}

.contents .off .period .ttl span {
	padding: 0 20px;
	background: url("../img/contents_bg.png") no-repeat 50% 50%;
}

.contents .off .period .txt {
	font-size: 20px;
	line-height: 35px;
}

.contents .off .off_2000en .period .txt {
	margin: 22px 0 0 0;
}

.contents .off .off_1000en .period .txt {
	margin: 22px 0 0 0;
}

.contents .off .plus {
	position: relative;
	text-align: center;
	padding: 137px 0 0 0;
}

@media screen and (max-width: 896px) {

	.contents {
		background: url("../img/contents_bg_sp.png") repeat-x 0 0;
		padding: 0 0 60px;
	}

	.contents .inner {
		width: auto;
		margin: 0 auto;
	}

	.contents .off1 .txt {
		margin: 0 18px;
		text-align: left;
		fopnt-size: 15px;
		line-height: 29px;
	}

	.contents .off {
		display: block;
		width: 257px;
		margin: 0 auto;
		padding: 136px 0 70px;
		background: url("../img/special_sp.png") no-repeat 50% 95px;
		background-size: 216px auto;
	}

	.contents .off img {
		width: 100%;
		max-width: 369px;
		height: auto;
	}

	.contents .off .period {
		width: 100%;
		height: auto;
		margin: 31px 0 0 0;
		border: 1px solid #00AFEC;
		text-align: center;
	}

	.contents .off .period .ttl {
		top: -8px;
		font-size: 15px;
	}

	.contents .off .period .ttl span {
		padding: 0 12px;
		background: url("../img/contents_bg.png") no-repeat 50% 50%;
	}

	.contents .off .period .txt {
		font-size: 13px;
		line-height: 23px;
	}

	.contents .off .off_2000en .period .txt {
		margin: 12px 0 10px 0;
	}

	.contents .off .off_1000en .period .txt {
		margin: 12px 0 12px 0;
	}

	.contents .off .plus {
		width: 73px;
		margin: 0 auto;
		padding: 20px 0 20px 0;
	}

}

.condition {
	position: relative;
	margin: 0 0 100px 0;
	padding: 66px 0 45px 0;
	background: #FFF;
}

.condition:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 58px solid #E61673;
	border-right: 58px solid transparent;
}

.condition:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 58px solid #E61673;
	border-left: 58px solid transparent;
}

.condition .ttl {
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 30px;
}

.condition .txt_red {
	margin-bottom: 25px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #E61673;
}

.condition ul {
	margin: 0 35px 0 60px;
	font-size: 16px;
	line-height: 36px;
}

.condition li {
	list-style-type: "●";
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width: 896px) {

	.condition {
		margin: 0 18px 78px 18px;
		padding: 47px 0 33px 0;
	}

	.condition:before {
		border-top: 40px solid #E61673;
		border-right: 40px solid transparent;
	}

	.condition:after {
		border-bottom: 40px solid #E61673;
		border-left: 40px solid transparent;
	}

	.condition .ttl {
		top: -8px;
		font-size: 20px;
	}

	.condition .txt_red {
		margin-bottom: 11px;
		font-size: 20px;
		line-height: 32px;
	}

	.condition ul {
		margin: 0 20px 0 30px;
	}

	.condition li {
		font-size: 15px;
		line-height: 29px;
	}

}

.option  {
	position: relative;
	padding: 70px 40px 40px 40px;
	background: #FFF;
	text-align: center;
}

.option > .ttl  {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 25px;
	color: #FFF;
}

.option > .ttl span  {
	padding: 12px 50px 10px;
	border-radius: 70px;
	background: #00a29a;
}

.option .img  {
	display: flex;
	justify-content: space-between;
	width: 465px;
	margin: 0 auto 66px;
}

.option .case  {
	position: relative;
	width: 666px;
	margin: 0 auto;
	border-top: 1px solid #000;
}

.option .case > .ttl  {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 25px;
}

.option .case > .ttl span {
	padding: 0 18px;
	background: #FFF;
}

.option .case .price {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 32px;
}

.option .case .total {
	width: 318px;
	height: 150px;
	border: 1px solid #E61673;
	border-radius: 10px;
}

.option .case .total > .ttl {
	height: 44px;
	border-radius: 10px 10px 0 0;
	background: #E61673;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	color: #FFF;
}

.option .case .total.price1 img {
	width: 265px;
	margin-top: 20px;
}

.option .case .total.price2 img {
	width: 250px;
	margin-top: 32px;
}

.option .case .txt_red {
	font-size: 30px;
	font-weight: bold;
	color: #E61673;
}

@media screen and (max-width: 896px) {

	.option  {
		margin: 0 18px;
		padding: 40px 0;
	}

	.option > .ttl  {
		top: -10px;
		font-size: 15px;
	}

	.option > .ttl span  {
		padding: 7px 15px 5px;
	}

	.option .img  {
		width: 257px;
		margin: 0 auto 38px;
	}

	.option .img img {
		height: 62px;
	}

	.option .case  {
		position: relative;
		width: 273px;
		margin: 0 auto;
		border-top: 1px solid #000;
	}

	.option .case > .ttl  {
		top: -8px;
		font-size: 16px;
	}

	.option .case > .ttl span {
		padding: 0 8px;
	}

	.option .case .price {
		display: block;
		width: 273px;
		margin: 30px auto 20px;
	}

	.option .case .total {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}

	.option .case .total > .ttl {
		height: 35px;
		border-radius: 10px 10px 0 0;
		font-size: 16px;
		line-height: 35px;
	}

	.option .case .total.price1 img {
		width: 228px;
		margin: 12px 0 12px;
	}

	.option .case .total.price2 img {
		width: 216px;
		margin: 16px 0 16px;
	}

	.option .case .txt_red {
		font-size: 20px;
	}

}

/* ------------------------------

	MAIN - TOPICS

------------------------------ */

.topics {
	position: relative;
	top: -20px;
	padding: 95px 0 100px 0;
	background: url("../img/topics_bg.png") repeat-x 50% 0;
	color: #FFF;
}

.topics .ttl_dotline {
	margin-bottom: 64px;
}

.topics .ttl_dotline span {
	border-color: #FFF;
}

.topics ul {
	max-width: 900px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 34px;
}

.topics li  {
	display: flex;
	padding: 13px 0;
	border-bottom: 1px solid #FFF;
}

.topics li .txt {
	margin-left: 60px;
}

.topics li .txt a {
	color: #FFF;
}

.topics .btn {
	width: 302px;
	height: 58px;
	margin: 48px auto 0;
}

.topics .btn a {
	display: block;
	width: 302px;
	height: 58px;
	background: #FFF;
	border-radius: 60px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: 	#00a29a;
	filter: drop-shadow(0px 6px 0px rgba(30,126,188,0.5));
}

@media screen and (max-width: 896px) {

	.topics {
		top: -20px;
		padding: 75px 0 0 0;
		background: url("../img/topics_bg.png") repeat-x 73% 0;
		background-size: 1000px auto;
	}

	.topics .ttl_dotline {
		margin-bottom: 29px;
	}

	.topics .ttl_dotline span {
		border-color: #FFF;
	}

	.topics ul {
		width: auto;
		margin: 0 auto;
		padding: 0 18px;
		background: #00a29a;
		font-size: 15px;
		line-height: 25px;
	}

	.topics li  {
		display: block;
		padding: 18px 0;
	}

	.topics li .txt {
		margin-left: 0;
	}

	.topics li .txt a {
		color: #FFF;
	}

	.topics .btn {
		width: auto;
		height: 58px;
		margin: 0 auto;
		padding: 40px 0 50px;
		background: #00a29a;
	}

	.topics .btn a {
		width: 192px;
		height: 50px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 50px;
		filter: drop-shadow(0px 6px 0px rgba(30,126,188,0.5));
	}

}

/* ------------------------------

	MAIN - HOWTO

------------------------------ */

.howto {
	padding: 28px 0 90px 0;
	text-align: center;
}

.howto  .ttl_dotline {
	margin-bottom: 88px;
}

.howto  ul {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
}

.howto  li img {
	filter: drop-shadow(0px 14px 0px rgba(0,0,0,0.07));
}

.howto  li img:hover {
	position: relative;
	top: 7px;
	filter: drop-shadow(0px 7px 0px rgba(0,0,0,0.07));
}

@media screen and (max-width: 896px) {

	.howto {
		padding: 40px 0 30px 0;
		background: #FFF;
	}

	.howto  .ttl_dotline {
		margin-bottom: 48px;
	}

	.howto  ul {
		display: block;
		width: 338px;
		margin: 0 auto;
	}

	.howto  li {
		margin: 0 0 23px 0;
	}

	.howto  li img {
		max-width: 338px;
		filter: drop-shadow(0px 7px 0px rgba(0,0,0,0.07));
	}

	.howto  li img:hover {
		position: relative;
		top: 0px;
		filter: none;
	}

}

/* ------------------------------

	MAIN - ABOUT

------------------------------ */

.about {
	background: url("../img/contents_bg2.png") no-repeat 50% 0;
	padding:  95px 0 135px;
}

.ttl_ribbon {
	position: relative;
	width: 450px;
	height: 43px;
	margin: 70px auto 20px;
	line-height: 45px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background: #FFF;
	color: #E61673;
	box-sizing: border-box;
}

.ttl_ribbon:before, .ttl_ribbon:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.ttl_ribbon:before {
	top: 0;
	left: 0;
	border-width: 22.5px 0px 22.5px 15px;
	border-color: transparent transparent transparent #FAF7DD;
	border-style: solid;
}

.ttl_ribbon:after {
	top: 0;
	right: 0;
	border-width: 22.5px 15px 22.5px 0px;
	border-color: transparent #FAF7DD transparent transparent;
	border-style: solid;
}

.ttl_ribbon a {
	color: red;
	text-decoration: underline;
}

.ttl_ribbon a:after {
	margin: 0 0 0 5spx;
	line-height: 0;
	content: url("../img/blank.jpg");
	vertical-align: middle;
}

.about > .txt {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.about .period {
	max-width: 900px;
	margin: 30px auto;
	padding: 12px 0;
	border-radius: 50px;
	background: #00a29a;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #FFF;
}

.about .step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 0 0;
}

.about .step li {
	width: 428px;
	margin: 80px 0 0 0;
	background: #FFF;
}

.about .step li .inner {
	position: relative;
	top: -50px;
}

.about .step .img {
	text-align: center;
}

.about .step .txt {
	margin: 0 30px;
	font-size: 16px;
	line-height: 30px;
}

.about .step .step1 .txt{
	position: relative;
	top: -30px;
}

@media screen and (max-width: 896px) {

	.about {
		background: #FFF url("../img/contents_bg_sp.png") repeat-x 0 0;
		padding:  95px 0 70px;
	}

	.ttl_ribbon {
		width: 320px;
		height: 35px;
		margin: 43px auto 20px;
		font-size: 15px;
		line-height: 35px;
	}

	.ttl_ribbon:before {
		border-width: 17.5px 0px 17.5px 15px;
	}

	.ttl_ribbon:after {
		border-width: 17.5px 15px 17.5px 0px;
	}

	.about > .txt {
		margin: 0 18px;
		text-align: left;
		fopnt-size: 15px;
		line-height: 29px;
	}

	.about .period {
		width: auto;
		margin: 20px 18px 5px;
		padding: 12px 0 12px;
		border-radius: 10px;
		background: #00a29a;
		text-align: center;
		font-size: 15px;
		line-height: 26px;
	}

	.about .period .line {
		width: 304px;
		margin: 13px auto 0;
		padding: 13px 0 0 0;
		border-top: 1px solid #FFF;
	}

	.about .step {
		display: block;
		width: auto;
		margin: 0 auto;
		padding: 10px 0 0;
	}

	.about .step li {
		width: auto;
		margin: 70px 18px 0 18px;
	}

	.about .step li .inner {
		position: relative;
		top: -35px;
	}

	.about .step .img {
		text-align: center;
	}

	.about .step .step1 {
		height: 307px;
	}

	.about .step .step2 {
		height: 331px;
	}

	.about .step .step3 {
		height: 357px;
	}

	.about .step .step4 {
		height: 355px;
	}

	.about .step1 .img img {
		width: 231px;
		margin-bottom: 20px;
	}

	.about .step2 .img img {
		width: 193px;
		margin-bottom: 7px;
	}

	.about .step3 .img img {
		width: 190px;
		margin-bottom: 10px;
	}

	.about .step4 .img img {
		width: 221px;
		margin-bottom: 18px;
	}

	.about .step .txt{
		margin: 0 25px;
		font-size: 15px;
		line-height: 26px;
	}

	.about .step .step1 .txt{
		position: relative;
		top: inherit;
	}

}

/* ------------------------------

	MAIN - FACILITY

------------------------------ */

.facility {
	margin: 0 auto;
	padding: 92px 0 120px;
}

.facility .ttl_dotline {
	margin-bottom: 35px;
}

.facility .list  .ttl {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #00a29a;
	font-size: 25px;
	color: #00a29a;
}

.facility .map {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0 60px;
}

.facility .ttl_map{
	width: 900px;
	margin: 0 auto 20px;
	font-size: 25px;
	color: #00a29a;
}

.facility .list {
	padding: 100px 0 0 0;
}

.facility .list  .tag {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	padding: 15px 0 15px;
}

.facility .list  .tag li {
	margin: 0 10px 20px 0;
	padding: 10px 24px;
	border-radius: 7px;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.facility .list  .tag li a {
	color: #FFF;
}

.facility .list .color_red,
.facility .list .color_red .th1 {
/*	background: #E61673;*/
	background: #FD5056;
}

.facility .list .color_red .th2 {
	background: #FFEBF4;
}

.facility .list .color_orange,
.facility .list .color_orange .th1 {
	background: #E87228;
}

.facility .list .color_orange .th2 {
	background: #FFF4ED;
}

.facility .list .color_green,
.facility .list .color_green .th1 {
	background: #5AB43F;
}

.facility .list .color_green .th2 {
	background: #F0FFEB;
}

.facility .list .color_blue,
.facility .list .color_blue .th1 {
	background: #5FB0E4;
}

.facility .list .color_blue .th2 {
	background: #F2FAFF;
}

.facility .list .color_indigo,
.facility .list .color_indigo .th1 {
	background: #5A69BE;
}

.facility .list .color_indigo .th2 {
	background: #F0F5FF;
}

.facility .list .color_purple,
.facility .list .color_purple .th1 {
	background: #8A68BF;
}

.facility .list .color_purple .th2 {
	background: #F6F0FF;
}

.facility .list .color_brown,
.facility .list .color_brown .th1 {
	background: #845656;
}

.facility .list .color_brown .th2 {
	background: #FDF8F8;
}

.facility .list .color_gray,
.facility .list .color_gray .th1 {
	background: #8E8E8E;
}

.facility .list .color_gray .th2 {
	background: #F5F5F5;
}

.facility .list .table {
	max-width: 900px;
	margin: 0 auto;
}

.facility .list table {
	margin: 0 0 40px;
}

.facility .list th,
.facility .list td {
	border: 1px solid #AAA;
}

.facility .list th {
	/* white-space: nowrap; */
	vertical-align: middle;
}

.facility .list .table  .th1 {
	padding: 16px 20px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}

.facility .list .table .th2 {
	padding: 5px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.facility .list .table td {
/*	background: #FFF;*/
	vertical-align: middle;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
}

.facility .list#list-stay .table td {
	padding: 9px 10px;
}

.facility .list#list-coupon .table td {
	padding: 9px 20px;
}

.facility .list#list-stay .table tr td:nth-child(1),
.facility .list#list-stay .table tr td:nth-child(2),
.facility .list#list-stay .table tr td:nth-child(3),
.facility .list#list-stay .table tr td:nth-child(7) {
	/* white-space: nowrap; */
}

.facility .list#list-stay .table tr td:nth-child(1),
.facility .list#list-stay .table tr td:nth-child(2),
.facility .list#list-stay .table tr td:nth-child(7) {
	text-align: center;
}

.facility .list#list-coupon .table tr td:nth-child(1),
.facility .list#list-coupon .table tr td:nth-child(2),
.facility .list#list-coupon .table tr td:nth-child(3),
.facility .list#list-coupon .table tr td:nth-child(4),
.facility .list#list-coupon .table tr td:nth-child(6) {
	/* white-space: nowrap; */
}

.facility .list#list-coupon .table tr td:nth-child(1),
.facility .list#list-coupon .table tr td:nth-child(2),
.facility .list#list-coupon .table tr td:nth-child(6) {
	text-align: center;
}


.facility .list .table td a {
	color: #FE5544;
}
.facility .list .table td a:hover {
	color: #00a29a;
	text-decoration: underline;
}

.facility .biz-facility {
	max-width: 730px;
	margin: 0 auto;
}

.facility .biz-facility .box_white {
	padding: 80px 85px 5px;
	background: #FFF;
}

.facility .box_flex {
	display: flex;
}

.facility .box_dl {
	margin: 30px 0 60px 0;
	padding: 50px 105px 20px;
	background: #F7F7F7;
	max-width: 900px;
}

.facility .box_dl .ttl_dl {
	padding:  0 0 12px 0;
	border-bottom: 1px solid #E87228;
	font-size: 15px;
	color: #E87228;
}

.facility .box_dl .box_flex {
	justify-content: space-between;
	height: 120px;
	border-bottom: 1px solid #D8D8D8;
	align-items: center;
}

.facility .box_dl .box_flex:last-child {
	border: none;
}

.facility .box_dl .txt {
	font-size: 16px;
	line-height: 25px;
}

.facility .box_dl .txt span {
	font-size: 12px;
	color: #E87228;
}

.facility .box_dl .btn_dl a {
	display: block;
	width: 191px;
	height: 50px;
	border-radius: 50px;
	background: #E87228;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	color: #FFF;
}

.facility .box_dl .btn_dl a img {
	margin-left: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 896px) {

	.facility {
		width: auto;
		margin: 0 auto;
		padding: 90px 0 10px;
		background: #FFF url("../img/contents_bg_sp2.png") repeat-x 0% 0;
	}

	.facility .ttl_dotline {
		margin-bottom: 26px;
	}

	.facility .list  .ttl {
		width: auto;
		margin: 0 18px;
		padding: 0 0 9px 0;
		font-size: 18px;
	}

	.facility .map {
		width: auto;
		margin: 0 18px;
		padding: 30px 0 30px;
	}

	.facility .ttl_map {
		width: auto;
		margin: 0 auto 10px;
		font-size: 15px;
	}

	.facility .map iframe {
		width: 100%;
		height: 222px;
	}

	.facility .list {
		padding: 30px 0 0 0;
	}

	.facility .list .tag {
		width: auto;
		padding: 10px 18px 15px;
	}

	.facility .list  .tag li {
		margin: 0 9px 10px 0;
		padding: 5px 14px;
		border-radius: 5px;
		font-size: 15px;
	}

	.facility .list .table {
		width: auto;
		margin: 0 0 0 18px;
	}

	.facility .list table {
		display: block;
		margin: 0 0 40px 0;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.facility .list th,
	.facility .list td {
		border: 1px solid #AAA;
	}

	.facility .list th {
		white-space: nowrap;
		vertical-align: middle;
	}

	.facility .list .table  .th1 {
		padding: 16px 20px;
		text-align: left;
		font-size: 18px;
		font-weight: normal;
		color: #FFF;
	}

	.facility .list .table .th2 {
		padding: 5px 5px;
	}

	.facility .list .table td {
/*		background: #FFF;*/
		vertical-align: middle;
		font-size: 12px;
		font-weight: normal;
	}

	.facility .list#list-stay .table td {
/*		padding: 18.5px 10px;*/
		padding: 10px 10px;
	}

	.facility .list#list-coupon .table td {
/*		padding: 18.5px 10px;*/
		padding: 10px 10px;
	}

	.facility .list#list-stay .table tr td:nth-child(1),
	.facility .list#list-stay .table tr td:nth-child(2),
	.facility .list#list-stay .table tr td:nth-child(3),
	.facility .list#list-stay .table tr td:nth-child(4),
	.facility .list#list-stay .table tr td:nth-child(7) {
		white-space: nowrap;
	}

	.facility .list#list-stay .table tr td:nth-child(1),
	.facility .list#list-stay .table tr td:nth-child(2),
	.facility .list#list-stay .table tr td:nth-child(7) {
		text-align: center;
	}

	.facility .list#list-coupon .table tr td:nth-child(1),
	.facility .list#list-coupon .table tr td:nth-child(2),
	.facility .list#list-coupon .table tr td:nth-child(3),
	.facility .list#list-coupon .table tr td:nth-child(4),
	.facility .list#list-coupon .table tr td:nth-child(6) {
		white-space: nowrap;
	}

	.facility .list#list-coupon .table tr td:nth-child(1),
	.facility .list#list-coupon .table tr td:nth-child(2),
	.facility .list#list-coupon .table tr td:nth-child(6) {
		text-align: center;
	}


	.facility .list .table td a {
		color: #FE5544;
	}
	.facility .list .table td a:hover {
		color: #00a29a;
	}

	.facility .box_dl {
		margin: 30px 0 40px 0;
		padding: 30px 25px 0;
		background: #F7F7F7;
	}

	.facility .box_dl .ttl_dl {
		padding:  0 0 10px 0;
	}

	.facility .box_dl .box_flex {
		display: block;
		height: auto;
	}

	.facility .box_dl .txt {
		padding: 15px 0 18px;
		font-size: 15px;
	}
	
	.facility .box_dl .btn_dl {
		padding: 0 0 30px 0;
	}

	.facility .box_dl .btn_dl a {
		display: block;
		margin: 0 auto;
	}

	.facility .box_dl .btn_dl a img {
		margin-left: 10px;
		vertical-align: middle;
	}
	
}

/* ------------------------------

	MAIN - FAQ

------------------------------ */

.faq {
	background: url("../img/contents_bg3.png") no-repeat 50% 0;
	padding: 105px 0 97px;
}

.faq .ttl_dotline {
	margin: 0 0 48px 0;
}

.faq ul {
	max-width: 900px;
	margin: 0 auto;
}

.faq li {
	padding: 30px 0 22px;
	border-bottom: 1px solid #00a29a;
}

.faq li .ttl {
	display: flex;
	margin: 0 0 10px 0;
	font-size: 23px;
	line-height: 34px;
	font-weight: bold;
	color: #00a29a;
}

.faq li .ttl .num {
	font-size: 30px;
	margin-right: 5px;
}

.faq li .txt {
	display: flex;
	margin: 0 0 0 60px;
	font-size: 18px;
	line-height: 36px;
}

.faq li .txt .num {
	margin-right: 5px;
}

.faq li .txt.bg_white {
	display: block;
	margin: 30px 0 25px 30px;
	padding: 25px 25px;
	background: #FFF;
}

.faq li .txt.bg_white strong {
	color: #00a29a;
}

@media screen and (max-width: 896px) {

	.faq {
		background: #FFF url("../img/contents_bg_sp.png") repeat-x 0 0;
		padding: 100px 0 60px;
	}

	.faq .ttl_dotline {
		margin: 0 0 30px 0;
	}

	.faq ul {
		width: auto;
		margin: 0 18px;
	}

	.faq li {
		padding: 19px 0 19px;
	}

	.faq li .ttl {
		margin: 0 0 10px 0;
		font-size: 15px;
		line-height: 24px;
	}

	.faq li .ttl .num {
		font-size: 15px;
		margin-right: 5px;
	}

	.faq li .txt {
		margin: 0 0 0 0;
		font-size: 15px;
		line-height: 24px;
	}

	.faq li .txt .num {
		margin-right: 5px;
	}

	.faq li .txt.bg_white {
		display: block;
		margin: 20px 0 5px 0px;
		padding: 15px 10px 15px 20px;
	}

	.faq li .txt.bg_white strong {
		color: #00a29a;
	}

}

/* ------------------------------

	FOOTER

------------------------------ */

footer {
	background: #00a29a;
	text-align: center;
}

footer .inner {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 0;
}

footer .txt {
	font-size: 18px;
	line-height: 34px;
	color: #FFF;
}

footer .tel {
	margin: 17px 0 26px;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 5px;
	color: #FFF;
}

footer .tel span {
	font-size: 32px;
	margin-right: 10px;
}

footer .tel a {
	color: #FFF;
}

footer .copyright {
	height: 47px;
	margin: 45px 0 0 0;
	background: #FFF;
	font-size: 16px;
	line-height: 47px;
}

footer .pagetop {
	position: absolute;
	top: -30px;
	right: -60px;
}

@media screen and (max-width: 1020px) {
	footer .pagetop {
		right: 0;
	}
}

@media screen and (max-width: 896px) {

	footer .inner {
		width: auto;
		padding: 35px 0 0;
	}

	footer .txt {
		font-size: 13px;
		line-height: 26px;
	}

	footer .tel {
		margin: 10px 0 15px;
		font-size: 41px;
		letter-spacing: 1px;
	}

	footer .tel span {
		font-size: 26px;
		margin-right: 10px;
	}

	footer .copyright {
		margin: 35px 0 0 0;
		font-size: 12px;
	}

	footer .pagetop {
		position: absolute;
		top: -20px;
		right: 20px;
	}

	footer .pagetop img {
		width: 40px;
		height: auto;
	}

}

/* ------------------------------

	NAV

------------------------------ */

#nav_toggle{
	display: none;
}

@media (max-width: 896px) {

	header #nav_toggle {
		float: right;
		display: block !important;
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		background: #00a29a;
	}

	.open #nav_toggle {
		background: #00a29a;
	}

	#nav_toggle div {
		position: relative;
	}

	#nav_toggle span{
		display: block;
		height: 3px;
		background: #FFF;
		position:absolute;
		width: 22px;
		left: 19px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		border-radius: 100px;
	}

	#nav_toggle span:nth-child(1){
		top: 20px;
	}

	#nav_toggle span:nth-child(2){
		top: 28px;
	}

	#nav_toggle span:nth-child(3){
		top: 36px;
	}

	.open #nav_toggle span:nth-child(1) {
		top: 28px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav_toggle span:nth-child(3) {
		top: 28px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

}

/* special */
  .lp-header {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
    height: 819px;
    background: url("../img/lp_main_image.jpg") no-repeat center top;
    position: relative;
  }
  .lp-header .bk {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
    height: 819px;
    background: url("../img/lp_back_01.png") repeat-x center bottom;
    position: relative;
  }
  .lp-header .nav {
	  z-index: 100 !important;
/*    margin: 0 0 0 0;
    padding: 32px 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;*/
/*    background: none;*/
/*    position: fixed;
    top: 0;
    left: 0;*/
  }
/*
  .lp-header nav li {
    padding: 2px 38px 0;
    border-right: 1px solid #FFF;
    display: inline-block;
  }
  .lp-header nav li:last-child {
  	border-right: none;
  }
  .lp-header nav li a {
    color: #fff;
  }*/
  .lp-header h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
	text-align: center;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 0;
  }
  .lp-header h1 img {
    margin: 0 auto;
  }
  .lp-contents {
    margin: 0 0 0 0;
    padding: 130px 0 0 0;
    width: 100%;
    background-image: url("../img/lp_back_02.jpg"),url("../img/lp_back_03.jpg"),url("../img/lp_back_04.jpg");
    background-position: center top,center 6408px,center 13428px;
    background-repeat: repeat-x,repeat-x,repeat-x;
    background-color: #F9F9DC;
    overflow: hidden;
  }
  .lp-contents .content-menu {
    margin: 0 auto 115px auto;
    padding: 30px 40px;
    width: 900px;
    text-align: center;
    background: #DC7228;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .lp-contents .content-menu h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
  }
  .lp-contents .content-menu ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .lp-contents .content-menu ul li {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    width: 367px;
    height: 38px;
    display: table;
  }
  .lp-contents .content-menu ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 16px;
    color: #DC7228;
    background: #ffffff url("../img/lp_arrow_01.png") no-repeat 336px center;
    background-size: 13px auto;
    border-radius: 90px;
    display: table-cell;
    vertical-align: middle;
  }
  .lp-contents .content-menu .left {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 410px;
    height: 255px;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    float: left;
  }
  .lp-contents .content-menu .left h2 {
    margin: 0 0 0 0;
    padding: 0 0 10px 40px;
    background: url("../img/lp_icon_01.png") no-repeat left 0.2em;
    background-size: 32px auto;
  }
  .lp-contents .content-menu .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 410px;
    height: 255px;
    border-left: 1px solid #ffffff;
    box-sizing: border-box;
    float: left;
  }
  .lp-contents .content-menu .right h2 {
    margin: 0 0 0 0;
    padding: 0 0 10px 40px;
    background: url("../img/lp_icon_02.png") no-repeat left 0.2em;
    background-size: 32px auto;
  }
  .lp-contents .content-menu .right ul {
    float: right;
  }
  .lp-contents .special {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 900px;
    overflow: hidden;
  }
  .lp-contents .special h3 {
    margin: 0 0 20px 0;
    padding: 0 0 25px 0;
    line-height: 1.4em;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #00a29a;
    background: url("../img/lp_title_back_01.png") no-repeat center bottom;
  }
  .lp-contents .special .intro {
    margin: 0 0 0 0;
    padding: 0 0 75px 0;
    line-height: 1.6em;
    text-align: center;
    font-size: 16px;
  }
  .lp-contents .special .intro p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    text-align: center;
    font-size: 16px;
  }
  .lp-contents .special .intro .link {
    margin: 0 auto;
    padding: 25px 0 60px 0;
    width: 340px;
  }
  .lp-contents .special .intro .link a {
    margin: 0 0 0 0;
    padding: 15px 0;
    line-height:  1.4em;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #DC7228;
    border-radius: 90px;
    display: block;
  }
  .lp-contents .special .intro .link a:before {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    content: url("../img/lp_icon_03.png");
    display: inline-block;
    vertical-align: middle;
  }
  .lp-contents .special h4 {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 25px;
    font-weight: bold;
    color: #DC7228;
  }
  .lp-contents .special .article-intro {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .lp-contents .special .article-intro p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .lp-contents .special .box {
    margin: 0 0 40px 0;
    padding: 55px 43px 53px 50px;
    background: #ffffff;
    overflow: hidden;
  }
  .lp-contents .special .box.last {
    margin: 0 0 115px 0;
  }
  .lp-contents .special .box h5 {
    margin: 0 0 45px 0;
    padding: 0 0 15px 0;
    line-height: 1.4em;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #DADADA;
  }
  .lp-contents .special .box .image-box {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 262px;
    width: 500px;
    float: left;
  }
  .lp-contents .special .box .image-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .lp-contents .special .box .image-box ul.thumb {
    padding: 15px 0 0 0;
  }
  .lp-contents .special .box .image-box ul.thumb li {
    padding: 0 0 0 0;
    cursor: pointer;
    outline: none;
    width: 29.8%!important;
    margin: 0 5% 1px 0;
    box-sizing: border-box;
    position: relative;
  }
  .lp-contents .special .box .image-box ul.thumb li:nth-of-type(3) {
    margin: 0 0 10px 0;
  }
  .lp-contents .special .box .image-box ul.thumb li.slick-current:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border: 2px solid #DD752C;
  }
  
  .lp-contents .special .box .info {
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
    overflow: hidden;
  }
  .lp-contents .special .box .info .desc {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
  }
  .lp-contents .special .box .info .desc p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .lp-contents .special .box .info .desc p.catch {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #DC7228;
  }
  .lp-contents .special .box .info table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .lp-contents .special .box .info table th {
    margin: 0 0 0 0;
    padding: 10px;
    width: 86px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: normal;
    background: #E3E3E3;
    border: 2px solid #CCCCCC;
    border-right: none;
  }
  .lp-contents .special .box .info table td {
    margin: 0 0 0 0;
    padding: 10px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: normal;
    border: 2px solid #CCCCCC;
    border-left: none;
  }
  
  
  
@media screen and (max-width: 900px) {
  .lp-header {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
    height: 500px;
    background: url("../img/lp_main_image.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
  }
  .lp-header .bk {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100%;
    height: 500px;
    background: url("../img/lp_back_01.png") repeat-x center bottom;
    position: relative;
  }
  .lp-header .nav {
    background: #00a29a;
    z-index: 10;
  }
  /*
  .lp-header nav {
    margin: 0 0 0 0;
    padding: 32px 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .lp-header nav li {
    padding: 2px 38px 0;
    border-right: 1px solid #FFF;
    display: inline-block;
  }
  .lp-header nav li:last-child {
  	border-right: none;
  }
  .lp-header nav li a {
    color: #fff;
  }*/
  .lp-header h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 1;
  }
  .lp-contents {
    margin: 0 0 0 0;
    padding: 130px 0 0 0;
    width: 100%;
    background-image: url("../img/lp_back_02.jpg"),url("../img/lp_back_03.jpg"),url("../img/lp_back_04.jpg");
    background-position: center top,center 6408px,center 13428px;
    background-repeat: repeat-x,repeat-x,repeat-x;
    background-color: #F9F9DC;
    overflow: hidden;
  }
  .lp-contents .content-menu {
    margin: 0 3% 50px;
    padding: 15px 20px 25px;
    width: 94%;
    text-align: center;
    background: #DC7228;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
  }
  .lp-contents .content-menu h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
  }
  .lp-contents .content-menu ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .lp-contents .content-menu ul li {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 38px;
    display: table;
  }
  .lp-contents .content-menu ul li a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 16px;
    color: #DC7228;
    background: #ffffff url("../img/lp_arrow_01.png") no-repeat 94% center;
    background-size: 13px auto;
    border-radius: 90px;
    display: table-cell;
    vertical-align: middle;
  }
  .lp-contents .content-menu .left {
    margin: 0 0 0 0;
    padding: 0 0 30px 0;
    width: auto;
    height: auto;
    border-right: none;
    box-sizing: border-box;
    float: none;
  }
  .lp-contents .content-menu .left h2 {
    margin: 0 0 0 0;
    padding: 0 0 5px 40px;
    background: url("../img/lp_icon_01.png") no-repeat left 0.2em;
    background-size: 32px auto;
  }
  .lp-contents .content-menu .right {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    border-left: none;
    box-sizing: border-box;
    float: none;
  }
  .lp-contents .content-menu .right h2 {
    margin: 0 0 0 0;
    padding: 0 0 5px 40px;
    background: url("../img/lp_icon_02.png") no-repeat left 0.2em;
    background-size: 32px auto;
  }
  .lp-contents .content-menu .right ul {
    float: none;
  }
  .lp-contents .special {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .lp-contents .special h3 {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    line-height: 1.4em;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #00a29a;
    background: url("../img/lp_title_back_01.png") no-repeat center bottom;
  }
  .lp-contents .special .intro {
    margin: 0 3% 0 3%;
    padding: 0 0 35px 0;
    line-height: 1.6em;
    text-align: center;
    font-size: 16px;
  }
  .lp-contents .special .intro p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    text-align: center;
    font-size: 16px;
  }
  .lp-contents .special .intro .link {
    margin: 0 auto;
    padding: 25px 0 60px 0;
    width: 280px;
  }
  .lp-contents .special .intro .link a {
    margin: 0 0 0 0;
    padding: 10px 0;
    line-height:  1.4em;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #DC7228;
    border-radius: 90px;
    display: block;
  }
  .lp-contents .special .intro .link a:before {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    content: url("../img/lp_icon_03.png");
    display: inline-block;
    vertical-align: middle;
  }
  .lp-contents .special h4 {
    margin: 0 3% 0 3%;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 25px;
    font-weight: bold;
    color: #DC7228;
  }
  .lp-contents .special .article-intro {
    margin: 0 3% 0 3%;
    padding: 0 0 30px 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .lp-contents .special .article-intro p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .lp-contents .special .box {
    margin: 0 3% 30px 3%;
    padding: 25px 15px;
    background: #ffffff;
    overflow: hidden;
  }
  .lp-contents .special .box.last {
    margin: 0 0 60px 0;
  }
  .lp-contents .special .box h5 {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #DADADA;
  }
  .lp-contents .special .box .image-box {
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    width: 100%;
    float: none;
  }
  .lp-contents .special .box .image-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .lp-contents .special .box .image-box ul.thumb {
    padding: 15px 0 0 0;
  }
  .lp-contents .special .box .image-box ul.thumb li {
    padding: 0 0 0 0;
    cursor: pointer;
    outline: none;
    width: 29.8%!important;
    margin: 0 5% 10px 0;
    box-sizing: border-box;
    position: relative;
  }
  .lp-contents .special .box .image-box ul.thumb li:nth-of-type(3) {
    margin: 0 0 10px 0;
  }
  .lp-contents .special .box .image-box ul.thumb li.slick-current:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border: 2px solid #DD752C;
  }
  
  .lp-contents .special .box .info {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    float: none;
  }
  .lp-contents .special .box .info .desc {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
  }
  .lp-contents .special .box .info .desc p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .lp-contents .special .box .info .desc p.catch {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: bold;
    color: #DC7228;
  }
  .lp-contents .special .box .info table {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .lp-contents .special .box .info table th {
    margin: 0 0 0 0;
    padding: 10px;
    width: 86px;
    line-height: 1.4em;
    font-size: 16px;
    font-weight: normal;
    background: #E3E3E3;
    border: 2px solid #CCCCCC;
    border-right: none;
  }
  .lp-contents .special .box .info table td {
    margin: 0 0 0 0;
    padding: 10px;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: normal;
    border: 2px solid #CCCCCC;
    border-left: none;
  }
  .lp-header h1 {
    margin: 0 0 0 -130px;
    padding: 0 0 0 0;
    width: 260px;
    position: absolute;
    top: 88px;
    left: 50%;
    z-index: 1;
  }
}


.lp-contents .special .box a {
  text-decoration: underline !important;
}

.lp-contents .special .box a:hover {
  color: #00a29a !important;
  text-decoration: underline !important;
}

.lp-contents .special .box a {
  display: inline-block;
  position: relative;
}

.lp-contents .special .box h5 a:after {
  margin: 0 0 0 10px;
  line-height: 0;
  content: url("../img/blank.jpg");
  vertical-align: middle;
}

