@charset "utf-8";
/*共通------------------*/
.content {
	max-width: 1140px;
	margin: 0 auto 100px;
	padding: 0 10px;
	clear: both;
}
.margin_l_r_auto{
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:960px) {
.content {
	margin: 0 auto 80px;
}
}
.img {
	width: 100%;
}

/*
#box-video {
    max-width: 100%;
    max-height: 700px;
    margin: auto;
    overflow: hidden;
}
video { width: 100%;height:100%;}
*/

/*main------------------*/
h1 {
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/main_bg.jpg?20180712) no-repeat center;
	background-size: cover;
}
h1 img {
	margin: 0 auto;
	padding: 50px 0;
}
/*h1 {
	position: relative;
	background-size: cover;
}
h1 img {
	position: absolute;
   top:0px;
   right:0px;
   bottom:0px;
   left:0px;
   margin:auto auto;
   width: 40%;
}

*/
.lnk_group {
	overflow: hidden;
	width: 70%;
	margin: -30px auto 0 auto;
}
.lnk_btn {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.lnk_btn.longver {
	float: none;
	width: 100%;
	margin: 0;
}
.inner {/*ボタン用*/
	font-size: 20px;
	text-align: center;
	background: #ed7971;
	border-radius: 5px;
}
.inner a {
	display: block;
	padding: 10px;
	line-height: 1.5;
	color: #fff;
	text-decoration: none;
}
.inner a:hover {
	border-radius: 5px;
	background: #fac766;
}
#skip li b {
	font-size: 14px;
}
.menu {
	width: 30%;
	margin: 0 auto;
}

@media(max-width:767px) {
/*	#box-video {
		height: 300px;
		background: url(/static/img/tour/campaign/hotsprings/kinosaki/main_bg.jpg) no-repeat center;
		background-size: 200%;
	}
h1 img {
   width: 45%;
}*/
.lnk_btn {
	width: 100%;
	margin: 5px 0 0;
}
.inner {
	font-size: 14px;
}
}

@media(max-width:560px) {
.lnk_group {
	width: 100%;
}
.lnk_btn {
	float: none;
	margin: 2% 1%;
}
.full {
	width: 98%;
}
}


/*七つの外湯------------------*/
h2 img{
	width: 35%;
	padding: 100px;
}
section h2 {
	margin: 0;
}

@media(max-width:1140px) {
h2 img,
h3.photo img  {
	width: 50%;
}
}

@media(max-width:960px) {
h2 img,
h3.photo img  {
	width: 50%;
}
}

@media(max-width:767px) {
h2 img,
h3.photo img  {
	width: 80%;
	padding: 50px;
}
}

@media(max-width:480px) {
h2 img,
h3.photo img  {
	width: 100%;
}
}

/**/
.spa {
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_spa.jpg) no-repeat center;
	background-size: cover;
}
.text {
	padding: 20px 5%;
}
.text dt {
	color: #ed7971;
	line-height: 2;
}
.text span {
	font-size:10px;
}

.photo img {
	padding: 24px;
	width: 35%;
}
.ex01 li {
	width: 20%;
}
.ex01 li a {
	color: #333;
}
.ex01 li a:hover {
	opacity: 0.8;
}


@media(max-width:480px) {
.text {
	padding: 10px 0;
	font-size: 12px;
}
}
.ex_list {
	overflow: hidden;
}
.ex_list li {
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.ex_list li img {
	width: 100%;
}
.ex_border {
	border-top: 1px solid #443c58;
}
.ex li, .lnn_list li {
	width: 25%;
}

@media(max-width:480px) {
.ex li ,.ex01 li {
	width: 33%;
	font-size: 10px;
}
}

@media(max-width:320px) {
.lnn_list li {
	width: 50%;
}
}
.check_box {
	position: relative;
	width: 60%;
	margin: 2em auto;
	padding: 0.5em 1em;
	border: 1px dashed #ed7971;
	border-radius: 8px;
}
.check_box .check {
	position: absolute;
	display: inline-block;
	top: -20px;
	left: -65px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	color: #95ccff;
}
.check_box dd {
	margin: 0;
	padding: 10px 0 10px 20px;
}
.check_box dd span {
	font-size: 10px;
}

@media(max-width:480px) {
.check_box {
	width: 80%;
}
.check_box dd {
	font-size: 12px;
	padding: 5px 0 5px 20px;
}
.check_box .check {
	top: -10px;
	left: -40px;
}
.check_box .check img {
	width: 60%;
	height: auto;
}
}


/*タイトル画像------------------*/
.gourmet {
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_gourmet.jpg) no-repeat center;
	background-size: cover;
}
.activity {
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_activity.jpg) no-repeat center;
	background-size: cover;
}
.lnn {
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_lnn.png) no-repeat center;
	background-size: cover;
}
.book {
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_book.jpg) no-repeat center;
	background-size: cover;
}


/*予約*/
/* タブ
--------------------------------------------------------- */
.tab {
	overflow: hidden;
	max-width: 1140px;
	margin: 0 auto 30px;
	font-size: 18px;
	border-bottom: 2px solid #69a9c8;
}
.tab li {
	width: 50%;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	display: table;
	text-decoration: none;
	color: #fff;
	background: #ccc;
	margin: 0;
	padding: 20px 0;
	cursor: pointer;
}
.tab li.select {
	background: #69a9c8;
}
.content > div {
	display: none;
}
.content div.select {
	display: block;
}
/*--------------------------------------------------------- */


#reserve_box {
	margin-bottom: 0;
}
h3.reserve_bus {
	margin: 50px 0 5px;
	font-size: 18px;
	border-bottom: 1px solid #69a9c7;
	line-height: 2;
	text-align: center;
}
h3.reserve_bus:before {
	padding: 10px;
	content: url(/static/img/tour/campaign/hotsprings/kinosaki/icon_ttl.png);
}

.access dd {
	text-align: right;
	font-size: 12px;
	margin-top: -20px;
}
.merit {
	margin: 0 0 50px;
	padding: 20px 0 20px 40%;
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_star.png) no-repeat #fef0d8 30% 50%;
}
.merit dt {
	padding: 0 0 10px;
	color: #ed7971;
}
.merit li {
	list-style: none;
}
.merit li:before {
	content: url(/static/img/tour/campaign/hotsprings/kinosaki/icon_star.png);
	padding: 0 10px 0 0;
}

@media(max-width:767px) {
.access dd {
	margin-top: 0;
	background: #fefefe;
}
.merit {
	padding: 20px 0 20px 2%;
	background: url(/static/img/tour/campaign/hotsprings/kinosaki/bg_star.png) no-repeat #fef0d8 95% 7%;
}
}

@media(max-width:480px) {
.merit {
	background-size: 15%;
}
}


/**/
.reserve_table {
	margin: 0 auto 30px;
}
.reserve_table tr {
	margin: 15px 0;
}
.reserve_table td {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	border-bottom: 1px dotted #69a9c7;
}
.reserve_table td:nth-child(2) {
	color: #ed7971;
}
.reserve_table td span {
	font-size: 24px;
}

@media(max-width:767px) {
.reserve_table {
	margin: 0;
	width: 100%;
}
.reserve_table tr {
	border-bottom: 1px dotted #69a9c7;
}
.reserve_table td {
	display: block;
	width: 100%;
	margin: 10px;
	border-bottom: none;
}
}

/**/
.reserve_btn a {
	margin: 15px;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background: #ed7971;
}
.reserve_btn a:hover {
	border-radius: 5px;
	background: #fac766;
}


/**/
.reserve_plan {
	overflow: hidden;
	margin: 0 0 50px;
}
.reserve_plan li {
	float: left;
	margin: 0 8px 10px;
	padding: 15px 15px 25px;
	background: #dfeaf0;
}
.reserve_plan li dt {
	padding: 10px 0;
}
.reserve_plan li dd:nth-child(3) {
	font-size: 12px;
}
.reserve_plan li dd:nth-child(4) {
	font-size: 18px;
	color: #ed7971;
	text-align: center;
}
.reserve_plan li {
	position: relative;
}
.reserve_plan li dd b.sale {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	font-size: 32px;
	background: #ed7971;
}
.reserve_plan li dt b.only {
	color: #ed7971;
}



.now li {
	width: 48%;
}
.anytime li {
	width: 31.5%;
}

@media(max-width:960px) {
.reserve_plan li {
	margin: 0 5px 10px;
	padding: 10px 10px 25px;
}
}

@media(max-width:767px) {
.reserve_plan li {
	margin: 0 4px 50px;
}
}

@media(max-width:480px) {
.reserve_plan li {
	width: 100%;
	margin: 0 3px 10px;
	padding: 20px;
}
}






a.comingsoon {font-size:0;opacity: 0.5;
    transition-property: all;
    transition: 0.3s linear;
pointer-events: none;}

a.comingsoon:before{
content: "予約受付停止中";
    font-size: 15px;
    color: #fff;
    position: static;
    font-family: inherit;
}

a.hotsprings-btn01.comingsoon:after {margin-left: 0px;}


#reco .title02-set{
	margin-top:0;
}
#reco a{
	color:#333;
}

@media(max-width:767px) {
	#reco h2{
		font-size:20px;
	}

}
section.banner{
	padding: 0 0 64px;
}
.banner a{
	display: table;
	margin: 0 auto;
	transition: 0.24s ease;
}
.banner a:hover{
	filter:brightness(1.1);
}
