@charset "shift_jis";

/* ============================= ????=============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
}

li { list-style-type: none;}


a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}

.cb10{
	clear: both;
	height: 10px;
	width: 100%;
}

body {
	font-family: Verdana,Meiryo, "???C???I", "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3", Arial,   Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
}

.leadTxt{
	display: flex;
	background:url(../../img/pref/iriomote/iriomoteBg.gif) repeat;
	margin-bottom:15px;
	padding-bottom: 15px;
}

.leadTxt p.miyakoMap{
	padding: 10px 15px 0px 10px;
	width:324px;
}

.leadTxt dl{
	padding: 10px 15px;
	width:50%;
}
.leadTxt h2{
	margin-top:8px;
	font-size:1.1em;
	line-height:1.2em;
	color:#333333;
	font-weight:normal;
}

.amami-cont .leadTxt{
	display: block;
	background: none;
}
.amami-cont .leadTxt h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}
.amami-cont .leadTxt h2{
}
.panel{
	display:none;
}
.panel.is-show{
    display:block;
}

.tab-group{
	display:flex;
	border-bottom:2px solid #84dcc6;
}

.tab-group li{
	flex:0 1 50%;
	text-align: center;
	padding:12px 0;
	font-size:1.2em;
	margin:0 8px;
	cursor: pointer;
	font-weight: bold;
}
.tab-group li:not(.is-active){
	border-top:2px solid #84dcc6;
	border-left:2px solid #84dcc6;
	border-right:2px solid #84dcc6;
}
.tab-group li.is-active{
	background:#84dcc6;	
	color:#fff;
}

.amami-cont .tab-group{
	border-bottom:2px solid #0287B2;
}
.amami-cont .tab-group li:not(.is-active){
	border-top:2px solid #0287B2;
	border-left:2px solid #0287B2;
	border-right:2px solid #0287B2;
}
.amami-cont .tab-group li.is-active{
	background:#0287B2;	
}
.activityInfo{
	display:flex;
    margin: 15px 0;
}
.activityText {
    padding-left: 15px;
    line-height: 1.5em;
	width:70%;
}
.activity{
	margin: 30px 0;
    position: relative;
}
.activity h3{
	display:block;
	background:url(../../img/pref/iriomote/ttlBg.gif) repeat-x;
	font-weight:bold;
	height:78px;
	text-align:center;
	line-height:78px;
	font-size:1.6em;
}
.amami-cont .activity h3{
	background: #eee;
}
.activity_plan{
	border:3px solid #000;
	position:relative;
	margin:70px 0 30px;
}
.activity_plan_ttl{
	position: absolute;
    left: -3px;
    top: -34px;
    background: #000;
    color: #fff;
    padding: 8px 15px;
}
.activity_box{
	padding:12px;
	border-bottom:1px dotted #666;
}
.activity_box a{
	display: block;
}
.activity_box a:link {
    color: #333;
}
.activity_box a:hover{
	opacity: 0.8;
}
.activity_box .box_img{
	width:30%;
	float:left;
}
.activity_box .box_img img{
	width:100%;
}
.activity_box h4{
	font-size:1.1em;
	margin-bottom:5px;
}
.activity_box p{
	line-height: 1.5em
}
.activity_box ul{
	display: flex
}
.activity_box ul li{
	background: #666;
	color:#fff;
	padding:3px 8px;
	margin-right:8px;
}
.activity_box .box_price{
	color:#c00;
	font-weight: bold;
	font-size:1.2em;
	margin:8px 0;
}
.box_text{
	float:left;
	width:70%;
	padding:0 15px 0 8px;
	box-sizing: border-box;
	position:relative;
}
.box_text:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 3px;
    width: 10px;
    height: 10px;
    margin: -2px 0 0;
    border-bottom: 2px solid #f90;
    border-right: 2px solid #f90;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
}

.activity .otherPlan a{
	clear: both;
    display: block;
    width: 400px;
    margin: 8px auto;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #84dcc6;
    border-radius: 100px;
    position: relative;
    font-weight: bold;
    color: #000;
}
.amami-cont .activity .otherPlan a{
	background: #0189AF;
	color: #fff;
}
.activity .otherPlan a::before,
.activity .otherPlan a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.activity .otherPlan a::before{
	left: 380px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #FFF;
}
.activity .otherPlan a:hover{
	background:#FC9;
}

#searchBox{
	width:528px;
	margin:7px;
	padding:8px;
	background:url(../../img/pref/iriomote/iriomoteBg.gif) repeat;
}
#searchBox .searchBoxInner{
	background:#FFFFFF;
	padding:8px;
	margin-top:8px;
}
#searchBox p.searchTtl{
	font-weight:bold;
	color:#333333;
	font-size:1.2em;
	text-align:center;
}
#searchBox .searchArea{
	display:table;
	width:100%;
}
#searchBox .searchArea ul{
	width:200px;
	display:table-cell;
	vertical-align:top;
}
#searchBox ul.selectDate li{
	float:left;
	margin-right:5px;
}
#searchBox ul.selectArea li{
	float:left;
	margin-left:5px;
	width:180px;
}
#searchBox select,#searchBox input{
	border:#666666 1px solid;
}
#searchBox .searchBtn{
	width:180px;
	margin:8px auto;
	text-align:center;
}
#searchBox .searchBtn button{
	clear:both;
	background:url(../../img/pref/iriomote/btnBg.png) repeat-x;
	width:180px;
	padding:8px;
	cursor:point!important;
	font-size:1.1em;
	border:none;
}
.activityImg img{
height: auto;
    width: 216px;
    object-fit: contain;
}

/*PCで無効*/
.pc_hid{
    display: none;
}
.sp_hid{
	display: block;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
	.sp_hid{
		display: none;
}
}