@charset "UTF-8";
/* ライフツアー石垣島特集用CSS Document */

.ishigaki * {
	font-size: 16px;
	line-height: 160%;
	box-sizing: border-box;
}
.ishigaki .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ishigaki .pc-none {
	display: none;
}
@media screen and (max-width:768px){
	
.ishigaki .pc-none {
	display: inherit;
}
.ishigaki .sp-none {
	display: none;
}
}
/*----------------------------
main-visual
----------------------------*/
.main-visual {
	background: url(../img/main.jpg) no-repeat top center;
	height: 500px;
	text-align: center;
	padding: 50px 0 0 0;
}
.main-visual .inner {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.7);
}
.main-visual .ttl-head {
	padding: 100px 0 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #006eb0;
}
.main-visual .ttl {
	font-size: 100px;
	font-family: 'Train One', cursive;
	color: #006eb0;
	line-height: 100%;
}
.main-visual .ttl::after {
	content: "Ishigaki Island";
	display: block;
	color: #FF6600;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 100%;
    padding: 20px 0 0 0;
}

@media screen and (max-width:768px){
.main-visual {
	height: 400px;
	padding: 30px 0 0 0;
	background-size: cover;
}
.main-visual .inner {
	width: 340px;
	height: 340px;
}
.main-visual .ttl-head {
	padding: 70px 0 20px 0;
	font-size: 30px;
}
.main-visual .ttl {
	font-size: 90px;
	color: #006eb0;
}
}

/*----------------------------
tour-link
----------------------------*/
.tour-link {
	padding: 50px 0;
}
.tour-link ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tour-link li {
	width: calc(25% - 20px);
	text-align: center;
}
.tour-link li span {
	display: block;
}
.tour-link li a strong {
	display: block;
	background: #006eb0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}
.tour-link li.kansai a {
	background: #00afcc;
}
.tour-link li .txt-price {
	color: #FF6600;
	font-weight: bold;
	margin: 5px 0 0 0;
}
@media screen and (max-width:768px){
.tour-link {
	padding: 50px 20px;
}
.tour-link li {
	width: calc(50% - 10px);
	text-align: center;
	margin: 0 0 30px 0;
}
}
/*----------------------------
hotel
----------------------------*/
.ishigaki .hotel .inner {
	width: 100%;
	max-width: none;
}
.hotel .lead-txt {
	width: 90%;
	max-width: 600px;
	margin: 50px auto;
	letter-spacing: 1px;
}
.hotel .tabs {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	margin: 50px auto 0 auto;
}
.hotel .tabs li {
	text-align: center;
	width: 30%;
	margin: 0 10px;
}
.hotel .tabs li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background: #a4c1d7;
}
.hotel .tabs li.active a {
	background: #bbe2f1;
}
/*タブ中身*/
.hotel .tab-wrap {
	background: #bbe2f1;
	padding: 30px 30px 20px 30px;
}
.hotel .tab-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
}
/*ホテルボックス*/
.hotel .box {
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
	margin: 0 0 30px 0;
	position: relative;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.hotel .box h3 {
	display: inline-block;
	margin: 0 10px 0 0;
}
.hotel .box h3 a {
	font-size: 24px;
	font-weight: bold;
}
.hotel .box .price-wrap {
	margin: 0 0 0 20px;
	font-weight: normal;
}
.hotel .box .price-wrap span {
	color: #FF6600;
	font-weight: bold;
}
.hotel .box .flex-wrap {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.hotel .box .img-box {
	width: 300px;
}
.hotel .box .txt-box {
	width: calc(100% - 330px);
}
.hotel .box .box-point {
	background: #f8f4e6;
	border-radius: 3px;
	padding: 10px 15px 7px 15px;
	margin: 0 0 10px 0;
}
.hotel .btn-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
.hotel .btn-wrap li {
	width: calc(50% - 20px);
	text-align: center;
}
.hotel .btn-wrap li span {
	display: block;
}
.hotel .btn-wrap li a strong {
	display: block;
	background: #006eb0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.hotel .btn-wrap li.kansai a {
	background: #00afcc;
}
.hotel .btn-wrap li .txt-price {
	color: #FF6600;
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0 0 0;
}
@media screen and (max-width:768px){
	.hotel .lead-txt {
		margin: 0 auto 30px auto;
	}
	.hotel .tab-wrap {
    padding: 30px 10px 20px 10px;
}
.hotel .box .flex-wrap {
	flex-direction: column;
}
.hotel .box .img-box {
	width: 100%;
	margin: 0 0 10px 0;
}
.hotel .box .txt-box {
	width: 100%;
}
}