@charset "utf-8";

/* �L���J�e�S���[�ʃJ���[�ݒ� */
.gourmet.on {background-color: #F7CC00 !important;}
.activity.on {background-color: #FF7373 !important;}
.gift.on {background-color: #FF5C26 !important;}
.stay.on {background-color: #B25900 !important;}
.event.on {background-color: #0067b8 !important;}


/* �t�H�[���p�[�c */
#content > .search form{
	background-color:#EEEEEE;
	padding:25px 56px;
	text-align:left;
}

#content > .search form > .cate, #content > .search form {
	letter-spacing: -0.4em;
}
#content > .search form > .cate li, #content > .search form > * {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
#content .jsSelect select, #content .jsSelect, #content > .search form input {
	height: 40px;
}

#content .jsSelect, #content > .search form input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: none;
	border-radius: 0;
	padding: 0 10px 0 20px;
}

/* ���o�� */
#content .accessBox .head::after, #content > .search form > .head::after {
	
	border:7px solid transparent;
	border-right:0;
	border-left:12px solid #666;
	content: "";
	height: 0;
	position: absolute;
	right: 12px;
	top: 5px;
	width: 0;
}

/* �J�e�S���[ */
#content > .search form > .cate {
	margin-bottom: 24px;
}
#content > .search form > .cate li {
	min-width: auto;
	min-width: initial;
	width: 100px;
	height: 40px;
	margin-left: 24px !important;
	box-sizing: border-box;
}
#content > .search form > .cate li:first-child {
	margin-left: 42px !important;
}

#content > .search form > .cate li a {
	background-color: #fff;
	border: none;
	border-radius: 0;
	display: block;
	overflow: hidden;
	padding: 11px 0;
	text-align: center;
	color: #444444;
	font-size: 16px;
}
#content > .search form > .cate li a.on {
	color: #fff;
}

/* �Z���N�g�{�b�N�X */
#content .jsSelect {
	width: 310px !important;
	box-sizing: border-box;
}
#content .jsSelect::before {
	border-left: 1px dotted #404040;
	content: "";
	height: 20px;
	position: absolute;
	right: 58px;
	top: 10px;
	width: 0;
}
#content .jsSelect::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #666666 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px 6px 6px;
	content: "";
	position: absolute;
	right: 25px;
	top: 14px;
}
#content .jsSelect .txt {
	height: 39px;
	padding: 5px 0;
	box-sizing: border-box;
	font-size: 16px;
}


/* �e�L�X�g�{�b�N�X */
#content > .search form input[type="text"] {
	width: 426px;
	margin-left: 24px;
}
#content > .search form input[type="image"] {
	margin-left: 24px;
}


/* ���W�I�{�^�� */

#content > .search form input[type="radio"] {
	display: none;
}
#content > .search form label.radio-btn {
	font-size: 14px;
	width: 126px;
	margin: 0 69.5px 8px 0;
	display: inline-block;
}
#content > .search form label.radio-btn:nth-child(5n) {
	margin-right: 0;
}
.radio + .radio-icon:before {
	content: " ";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../img/search/index_search_radio_btn.png") 0 0 no-repeat;
	vertical-align: middle;
}
.radio:checked + .radio-icon:before {
	background-position: 0 -16px;
}

#islandList {
	padding: 20px 0 0;
}
.area-islands {
	/* display: none; */
	height: 0;
	overflow: hidden;
	-webkit-transition: 1s height;
}
.area-islands.selected {
	display: block;
	height: auto;
}
/* �^�C�g���u���b�N */
.result-ttl {margin-bottom: 30px;}
.result-ttl .info_text h1 {
	font-size: 40px !important;
	line-height: 1 !important;
	margin: 0 0 30px !important;
}
.result-ttl .info_text p {
	text-align: left;
	line-height: 1.6;
	font-size: 14px;
}
.result-ttl .info_text p br {display: none;}
.result-ttl .visual {
	width: 503px;
	float: left;
	margin-right: 20px;
}
.result-ttl .visual img {
	width: 100%;
	height: auto;
}
/* �A�[�J�C�u */
.archive {
	text-align: left;
	letter-spacing: -0.4em;
}
.archive dl {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 48px;
	width: 240px;
}
.archive dl:nth-child(4n) {
	margin-right: 0;
}
.archive dl dt{
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
	width: 240px;
	height: 160px;
	overflow: hidden;
}

.archive dl dt img{
	width: 100%;
	vertical-align: top;
	/*縦が短い画像に対応*/
    height: 100%;
    object-fit: cover;
}
.archive dl dt{
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}
.archive dl dd{
	width: 100%;
	font-size: 12px;
}

.archive dl dd h3{
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.archive dl dt a,
.archive dl dd a{
	text-decoration: none;
	color: #333333;
	height: 100%; /*縦が短い画像に対応*/
	/*タイトルの改行のせいで発生するズレ修正*/
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.archive　h3 br {
    display: none;
}
.archive dl dd .topicArea a{
	display: inline;
}

.archive a:hover{
	color: #333333;
	text-decoration: none;
}

/* �������ʂȂ� */
.no-result {
	letter-spacing: normal;
	text-align:center;
	font-size:16px;
}
.no-result h3 {font-size:18px;}
.no-result h3 span {color:#baa83a;}

.wp-pagenavi{
  margin-bottom: 30px;
}
/*島のイベントスケジュール*/
#bnr-events{
  padding:20px 0;
}
#bnr-events h2{
  margin-bottom: 1.6em;
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4;
}
#bnr-events h2 br.br-sp{
  display: none;
}
#bnr-events .bnr-items{
  display: flex;
  justify-content: space-between;
}
#bnr-events .bnr-items .bnr{
  position: relative;
  width:240px;
  height: 160px;
  overflow: hidden;
  background-size: cover;
  cursor: pointer;
  -webkit-transition:opacity 0.2s ease;
  -moz-transition:opacity 0.2s ease;
  transition:opacity 0.2s ease;
  text-align: left;
}
#bnr-events .bnr-items .bnr:hover{
  opacity: 0.8;
  filter:alpha(opacity=80);
  -ms-filter:"alpha(opacity=80)";
}
#bnr-events .bnr-items .bnr > h3{
  padding:8px 5px 5px;
  color:#FFF;
  font-size:1.1rem;
  letter-spacing: .1em;
  font-weight: normal;
  text-align: center;
  background-color:#000;
}
#bnr-events .bnr-items .bnr > a{
  position: absolute;
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
  text-indent: -999px; 
  cursor: pointer;
}
#bnr-events .bnr-items #bnr__yaeyama.bnr{
  background-image: url("../img/shimanchu/event/bnr_event_yaeyama.png");
}
#bnr-events .bnr-items #bnr__yaeyama.bnr > h3{
  background-color: #EB76A1;
}
#bnr-events .bnr-items #bnr__miyako.bnr{
  background-image: url("../img/shimanchu/event/bnr_event_miyako.png");
}
#bnr-events .bnr-items #bnr__miyako.bnr > h3{
  background-color: #4E9ED7;
}
#bnr-events .bnr-items #bnr__kumejima.bnr{
  background-image: url("../img/shimanchu/event/bnr_event_kumejima.png");
}
#bnr-events .bnr-items #bnr__kumejima.bnr > h3{
  background-color: #EC8E25;
}
#bnr-events .bnr-items #bnr__15island.bnr{
  background-image: url("../img/shimanchu/event/bnr_event_15island.png");
}
#bnr-events .bnr-items #bnr__15island.bnr > h3{
  background-color: #745798;
}


/* //////////////////////// 640�X�}�[�g�t�H�� //////////////////////// */

@media only screen and (max-width: 769px) {
	#content .accessBox .head:after,
	#content > .search form > .head:after{
		border:7px solid transparent;
		border-top:12px solid #666666;
	}
	.breadcrumb a, .breadcrumb {font-size: 0.9em;}
	#content > .search form {
		letter-spacing: -0.4em
	}
	#content > .search form > * {
		letter-spacing: normal;
	}
	#content > .search form > .cate, #content > .search form {
		letter-spacing: -0.4em;
	}
	#content > .search form > .head {margin-left: 1.2em;}
	#content > .search form {
		background-color: #eeeeee;
		padding: 1.5em;
	}
	
	#content > .search form > .cate {
		margin-bottom: 24px;
	}
	#content > .search form > .cate li {
		min-width: auto;
		min-width: initial;
		width: 31% !important;
		height: 40px;
		margin: 0.5em 1% !important;
		box-sizing: border-box;
	}
	#content > .search form > .cate li:first-child {
		margin: 0.5em 1% !important;
	}
	
	#content .jsSelect {
		box-sizing: border-box;
		width: 95% !important;
		margin: 0 2.3% 1em !important;
	}
	
	#content > .search form input[type="text"] {
		margin-left: 2.3%;
		margin-right: 1.6%;
		width: 60%;
	}
	.archive dl {
		vertical-align: top;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.archive dl:nth-child(even) {
		margin-right: 0;
	}
	.archive dl dt {width: 100%; height: 160%;}
	
	
	#content > .search form label.radio-btn {
		width: 47%;
		margin: 0 1% 0.5em;
	}
	#content > .search form label.radio-btn:nth-child(5n) {
		margin: 0 1% 0.5em;
	}
	
	#content h1 {
		font-size: 2em !important;
		line-height: 1.4 !important;
		margin-bottom: 0.8em;
	}
	
	.result-ttl .visual {
		float: none;
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
  #bnr-events h2{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 1em;
    padding:15px;
  }
  #bnr-events h2 br.br-sp{
    display: inline-block;
  }
  #bnr-events .bnr-items{
    flex-wrap: wrap;
  }
  #bnr-events .bnr-items .bnr{
    width:100%;
    height: 230px;
    margin-bottom: 5%;
  }
}