/*--
	Theme Name: ◆PC-itc-ishigaki20260902
	Theme URI: https://www.itc-ishigaki.jp/
	Description: A theme for Wordpress + Works-Yui
	Author: Works-Yui
	Author URL: https://works-yui.com
--*/

@charset "utf-8";

*{
        margin: 0;
        padding: 0;
}
html, body{
        height: 100%;
        width: 100%;
		position:relative;
}
body{
        color:#333;
        margin: 0 ;
        overflow-x: hidden;
        width: 100%;
        height: auto !important;
        background-color:#FFF;
        -webkit-text-size-adjust : 100% ;
        font-size: 15px;
	    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
        margin:0;
        padding:0;
}
h1,h2,h3,h4,h5,h6{
        font-size:100%;
        font-weight:normal;
}
h2, h3, h4 {
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p {
    line-height: 1.6;
	margin-bottom:0.5em;
}
.linkbox {
        cursor: pointer;
}
a {
    color:#063459;
    text-decoration:none;
}
a:hover {
    color:#FF7272;
    text-decoration:underline;
}
.white {
	color:#FFF;
}
.red {
	color:#bf0909;
}
.orange {
	color:#F27104;
}
.green {
	color:#5AB926;
}
.pink {
	color:#FF7272;
}
.right {
	float:right;
}
.left {
	float:left;
}
.center {
	text-align:center;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover img.none {
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
i {
	margin-right:0.3em;
}
.contents img {
	max-width:100%;
	height:auto;
}
iframe {
	max-width:100% !important;
}

/* header
----------------------------------*/
#header {
	width:100%;
}
#header_top {
	width:100%;
	height:35px;
}
#header_top {
	width:100%;
	background-color:#FF7272;
}
.header_top_in {
	width:1200px;
	height:35px;
    margin:0 auto;
	position:relative;
}
.header_txt {
	line-height:35px;
	height:35px;
	margin:0;
	color:#FFF;
	font-size:14px;
}
.header_top_in ul.fa-ul {
	position:absolute;
	right:0;
	top:0;
	line-height:35px;
	height:35px;
	color:#FFF;
	font-size:12px;
}
.header_top_in ul.fa-ul li {
	float:left;
    margin:0 20px;
}
.header_top_in ul.fa-ul li .fa-li {
    margin-top: -1px;
    line-height: 35px;
}
.header_top_in ul.fa-ul a {
    color:#FFF;
	text-decoration:none;
}
.header_top_in ul.fa-ul a:hover {
    color:#663300;
	text-decoration:underline;
}
#header_middle {
	width:1200px;
	height:90px;
    margin:0 auto;
	position:relative;
}
#header_middle h1 {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:303px;
	height:40px;
	margin:auto;
}
#header_middle .tel {
    position: absolute;
    left: 350px;
    top: 29px;
}
#header_middle .pamphlet {
	position:absolute;
	right:6px;
	top:18px;
	height:67px;
}
#menu {
	width:1200px;
	height:65px;
    margin:10px auto 0;
	position:relative;
}
#menu ul {
	list-style:none;
	display: flex;
    justify-content: space-between;
}
#menu ul li {
    height:65px;
	text-align:center;
	border-left:2px dotted #DDD;
}
#menu ul li:last-child {
	border-right:2px dotted #DDD;
}
#menu ul li:nth-child(1) p, #menu ul li:nth-child(2) p, #menu ul li:nth-child(3) p {
	margin:0 15px;
	padding:8px 0;
}
#menu ul li:nth-child(4) p, #menu ul li:nth-child(5) p, #menu ul li:nth-child(6) p {
	margin:0 15px;
	padding:7px 0;
}
#menu ul li:nth-child(7) p {
	margin:0 15px;
	padding:0px 0;
}
#menu ul li p:hover {
	background:#F6F5F0;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
#menu ul li:nth-child(6) p:hover {
	background:rgba(255,114,114,0.2);
}
#form_top {
	position: absolute;
    top: 19px;
    left: 727px;
}
#form_top form{
	margin-top:-3px;
}
#form_top select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 20px 7px 10px;
	font-size: 75%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background: #EEE;
}
#form_top p{
	font-size:12px;
	margin:0;
	text-align: center;
}

/* slider
----------------------------------*/
.wideslider_bg {
	position:relative;
    margin:25px 0 0;
	height: 540px;
}
.wideslider {
	z-index:1;
	width: 100%;
	text-align: left;
	position: absolute;
	overflow: hidden;
	top:0;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
	height: 500px;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	cursor: pointer;
}
.slider_prev {background: #fff no-repeat right center;}
.slider_next {background: #fff no-repeat left center;}

.pagination {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:0;
}

.pagination a {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background: #777;
	border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}
.pagination a.active {
	filter:alpha(opacity=30)!important;
	-moz-opacity: 0.3!important;
	opacity: 0.3!important;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* news
----------------------------------*/
#news_bg {
	background-color:#F6F5F0;
	margin:23px 0 0;
	padding:30px 0;
}
.news {
	width:1200px;
    margin:0 auto;
	position:relative;
	overflow:hidden;
}
.news h4 {
	font-size:18px;
	color:#663300;
	font-weight: 600;
}
.news h4 span {
	float:right;
	font-size:12px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-top: 15px;
	font-weight: 200;
}
.news ul {
	list-style:none;
}
.news ul li {
	border-bottom:1px solid #CCC;
	line-height:42px;
}
.news ul li .new {
	background-color:red;
	color:#FFF;
	padding:2px 13px;
	font-size:12px;
	margin-right:1em;
}
.news ul li .time {
    color:#888;
	font-size:12px;
	margin-right:1em;
}
.news_left {
    float:left;
	width:919px;
}
.news_right {
    float:left;
	margin-left:30px;
	width:250px;
}
p.location {
	font-size:18px;
	color:#663300;
	font-weight: 600;
	text-align:left;
	line-height:18px;
}
#wij_weather_in_japan #wij_container {
	border: none !important;
}
#wij_weather_in_japan .location {
    padding: 0 !important;
    margin: 0 0 5px !important;
    background: none !important;
}
#wij_weather_in_japan ul {
    list-style: none;
    clear: both;
    overflow: hidden;
    margin: 0 0 0 !important;
	background-color:#FFF;
	border: none !important;
    font-size: 12px !important;
	padding: 3px 0;
}
.news #wij_weather_in_japan ul li {
    border-bottom: none;
}
#wij_weather_in_japan ul li img {
    margin: 0 0 0 !important;
}
#wij_weather_in_japan ul li .thermometer {
    margin: 0 0 0 !important;
}

/* pickup
----------------------------------*/
#pickup {
	margin:70px auto 80px;
	width:1200px;
	overflow: hidden;
}
h2.default01 {
	text-align:center;
}
h2.default01 span {
	display:block;
	padding-top:15px;
}
.pickup_list {
    list-style: none;
    margin: 40px 0 0;
    overflow: hidden;
}
.pickup_list li {
	float:left;
	width:210px;
	margin:0 37px 0 0;
}
.pickup_list li:last-child {
	margin: 0;
}
.pickup_list li img {
    width: 210px;
    height: 210px;
    object-fit: cover;
	position:relative;
}
.pickup_list li h3 {
    position:relative;
    width: 210px;
    height: 210px;
	z-index:0;
	text-align:center;
}
.pickup_list li h3 img {
    width: 210px;
    height: 210px;
    object-fit: cover;
	border-radius: 210px;-webkit-border-radius: 210px;-moz-border-radius: 210px;
}
.pickup_list li h3 a {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    display: block;
}
.pickup_list li h3::after{
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    display: block;
    border: 6px solid rgba(255,255,255,0.6);
	border-radius: 210px;-webkit-border-radius: 210px;-moz-border-radius: 210px;
	box-sizing: border-box;
}
.pickup_list li h3:hover {
    opacity: 0.8;
	transition: .3s;
}
.pickup_list li h3:hover::after{
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    display: block;
    border: none;
	border-radius: 210px;-webkit-border-radius: 210px;-moz-border-radius: 210px;
	box-sizing: border-box;
}
.pickup_list li h3 span {
    position: absolute;
    top: 20px;
	left: 0;
    width: 66px;
	height: 21px;
	background-image:url(https://itc-ishigaki.jp/img/top_osusume_tag.png);
	background-repeat:no-repeat;
    font-size:10px;
	color:#FFF;
	text-align:center;
	line-height:21px;
	z-index:2;
    overflow: hidden;
}
.pickup_list li .pickup_list_txt {
    position: relative;
    display: inline-block;
    margin: 20px 0 0.5em;
    padding: 10px 10px 4px;
    width: 190px;
    color: #333;
    font-size: 13px;
    background: #FFE895;
    text-align: center;
}
.pickup_list li .pickup_list_txt:hover {
    background: #fefbd6;
}
.pickup_list li .pickup_list_txt:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #FFE895;
}
.pickup_list li .pickup_list_txt:hover:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fefbd6;
}
.balloon1-top p {
    margin: 0;
    padding: 0;
}
.pickup_list li .pickup_list_txt p {
	line-height:30px;
	font-weight:800;
	margin:0;
}
.pickup_list li .pickup_list_txt p span {
    background:#FFF;
	padding:2px 10px;
	height:18px;
	line-height:18px;
	font-size:12px;
	color:red;
	text-align:center;
}
.pickup_list li .pickup_list_txt p strong {
	line-height: 18px;
    display: block;
    margin: 5px 0;
}
p.pickup_list_info {
    font-size:13px;
	margin:0;
	text-align:center;
}
.pickup_list_title_txt {
    background: #FFF;
    padding: 2px 10px;
    line-height: 18px;
    font-size: 12px;
	margin-bottom:5px;
}
.pickup_list_title_txt a {
    color: red;
	font-weight:800;
}
.pickup_list_txt strong {
    line-height:16px;
}

/* tour_theme
----------------------------------*/
#tour_theme {
	margin:80px auto 50px;
	width:100%;
	position:relative;
	z-index:0;
	background:#FEFBD6;
}
#tour_theme h2.default11 {
	position:absolute;
	width:377px;
	height:91px;
	top:-30px;
	right:0;
	left:0;
	margin:auto;
}
.tour_theme_list {
	list-style:none;
	margin:15px 0;
}
.tour_theme_list li {
	float:left;
}
.tour_theme_list li:nth-child(1) {
	width:549px;
}
.tour_theme_list li:nth-child(2) {
	width:350px;
}
.tour_theme_list li:nth-child(3) {
	width:215px;
}
.tour_theme_list li:nth-child(1), .tour_theme_list li:nth-child(2) {
	margin-right:43px;
}
.tour_theme_list h3 {
	text-align:center;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 200;
	margin-bottom:1em;
}
.tour_theme_list h3 span {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 40px;
	line-height:18px;
}
.tour_theme_list h3 span:before {
	content: url(https://itc-ishigaki.jp/img/h_naname_hidari.png);
	position:absolute;
    top:0;
	left:0;
}
.tour_theme_list h3 span:after {
	content: url(https://itc-ishigaki.jp/img/h_naname_migi.png);
	position:absolute;
    top:0;
	right:0;
}
.tour_theme_in {
	margin:0 auto;
	padding:80px 0 50px;
	width:1200px;
	overflow: hidden;
}

/* tour_search
----------------------------------*/
.top_image {
	margin:50px 0 0;
	text-align:center;
}
#tour_search {
	margin:50px auto;
	width:1200px;
}
.tour_area {
	background:rgba(245, 244, 239, 0.7);
	position:relative;
	width:620px;
	height:505px;
	padding: 20px 0;
	float:left;
}
.default12 {
	position:absolute;
	top:20px;
	left:-20px;
}
.tour_area .map {
    position:relative;
}
.tour_area_info {
	position:absolute;
	top:86px;
	left:28px;
	font-size:14px;
	line-height:20px;
}
#imagemap {
	margin: 0px auto;
	padding: 0px;
	background: url(https://itc-ishigaki.jp/img/top_map.png) top left no-repeat;
	width: 565px;
	height: 505px;
	position: relative;
}
#imagemap li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}
#imagemap a {
	position: absolute;
    color: #996451;
}
#imagemap a span {
    position: absolute;
    margin: auto;
    width: 90px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
#imagemap li a:hover {
	color:#FF7272;
}
/* 西表島 */
#imagemap .iriomote {
	top: 165px;
	left: 0;
}
#imagemap .iriomote a {
	width:237px;
	height:181px;
}
#imagemap .iriomote a span {
    color: #FFF;
    bottom: 70px;
    left:100px;
}
#imagemap .iriomote a:hover {
	background: url(https://itc-ishigaki.jp/img/map_iriomote.png) top left no-repeat;
	position: absolute;
}
/* 石垣島 */
#imagemap .ishigaki {
	top: 0;
	right: 0;
	width:226px;
}
#imagemap .ishigaki a {
	width:226px;
	height:275px;
}
#imagemap .ishigaki a span {
    color: #FFF;
    bottom: 62px;
    left: 63px;
}
#imagemap .ishigaki a:hover {
	background: url(https://itc-ishigaki.jp/img/map_ishigaki.png) top left no-repeat;
	position: absolute;
}
/* 鳩間島 */
#imagemap .hatoma {
	top: 123px;
	left: 118px;
	width:114px;
}
#imagemap .hatoma a {
	width:114px;
	height:42px;
}
#imagemap .hatoma a span {
    bottom: 1px;
    left: 24px;
	font-size:16px;
}
#imagemap .hatoma a:hover {
	background: url(https://itc-ishigaki.jp/img/map_hatoma.png) top left no-repeat;
	position: absolute;
}
/* 由布島 */
#imagemap .yubu {
	top: 176px;
	left: 234px;
	width:79px;
}
#imagemap .yubu a {
	width:79px;
	height:57px;
}
#imagemap .yubu a span {
    bottom: 30px;
    left: -1px;
	font-size:16px;
}
#imagemap .yubu a:hover {
	background: url(https://itc-ishigaki.jp/img/map_yubu.png) top left no-repeat;
	position: absolute;
}
/* 小浜島 */
#imagemap .kohama {
	top: 247px;
	left: 242px;
	width:74px;
}
#imagemap .kohama a {
	width:74px;
	height:60px;
}
#imagemap .kohama a span {
    bottom: -3px;
    left: 0px;
	font-size:16px;
}
#imagemap .kohama a:hover {
	background: url(https://itc-ishigaki.jp/img/map_kohama.png) top left no-repeat;
	position: absolute;
}
/* 竹富島 */
#imagemap .taketomi {
	top: 275px;
	left: 349px;
	width:108px;
}
#imagemap .taketomi a {
	width:108px;
	height:57px;
}
#imagemap .taketomi a span {
    bottom: -3px;
    left: 26px;
	font-size:16px;
}
#imagemap .taketomi a:hover {
	background: url(https://itc-ishigaki.jp/img/map_taketomi.png) top left no-repeat;
	position: absolute;
}
/* 黒島 */
#imagemap .kuroshima {
	top: 342px;
	left: 270px;
	width:107px;
}
#imagemap .kuroshima a {
	width:107px;
	height:60px;
}
#imagemap .kuroshima a span {
    bottom: -3px;
    left: 32px;
	font-size:16px;
}
#imagemap .kuroshima a:hover {
	background: url(https://itc-ishigaki.jp/img/map_kuroshima.png) top left no-repeat;
	position: absolute;
}
/* 波照間島 */
#imagemap .hateruma {
	top: 418px;
	left: 12px;
	width:194px;
}
#imagemap .hateruma a {
	width:194px;
	height:78px;
}
#imagemap .hateruma a span {
    bottom: 41px;
    left: 97px;
	font-size:16px;
}
#imagemap .hateruma a:hover {
	background: url(https://itc-ishigaki.jp/img/map_hateruma.png) top left no-repeat;
	position: absolute;
}
/* 離島周遊 */
#imagemap .ritou {
	top: 440px;
	left: 275px;
	width:282px;
}
#imagemap .ritou a {
	width:282px;
	height:40px;
}
#imagemap .ritou a span {
    bottom: 5px;
    left: 0;
	right:0;
	margin:auto;
	font-size:17px;
	width: 282px;
}
#imagemap .ritou a:hover {
	background: url(https://itc-ishigaki.jp/img/map_txt.png) top left no-repeat;
	position: absolute;
}
.tour_ranking {
	background:rgba(245, 244, 239, 0.7);
	position:relative;
	width:520px;
	height:505px;
	margin:0 0 0 60px;
	padding: 20px 0;
	float:left;
}
.tour_ranking_in {
	margin:65px 15px 0 19px;
}
.tour_ranking_in ul {
	list-style:none;
	overflow: hidden;
}
.tour_ranking_in ul li {
	overflow: hidden;
}
.tour_ranking_in ul dl {
	overflow: hidden;
	margin-bottom:7px;
}
.tour_ranking_in ul dt {
	float:left;
    width:115px;
	color:#996451;
	font-weight:800;
	font-size:16px;
}
.tour_ranking_in ul dd {
	float:right;
    width:364px;
	background:#FFF;
	margin-bottom:5px;
	padding:2px 13px;
	border:1px solid #FFF;
	box-sizing: border-box;
}
.tour_ranking_in ul dd:hover {
	background:#fff0c0;
	border:1px dotted #fcc100;
	box-sizing: border-box;
}
.tour_ranking_in ul .ritou dd .number {
	color:#238C00;
	font-size:33px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	float:left;
	margin-right:13px;
	margin-top:3px;
	line-height: 33px;
}
.tour_ranking_in ul .marine dd .number {
	color:#006DD9;
	font-size:33px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	float:left;
	margin-right:13px;
	margin-top:3px;
	line-height: 33px;
}
.tour_ranking_in ul .taxi dd .number {
	color:#FF8000;
	font-size:33px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	float:left;
	margin-right:13px;
	margin-top:3px;
	line-height: 33px;
}
.tour_ranking_in ul dd h5 {
	font-size:12px;
	color:#996451;
	line-height: 19px;
	position:relative;
}
.tour_ranking_in ul dd h5 a{
	color:#996451;
}
.tour_ranking_in ul dd h5 span {
    display:block;
	font-weight:800;
}
.tour_ranking_in ul .ritou dd:nth-of-type(1) .number:before {
	content: "1";
}
.tour_ranking_in ul .ritou dd:nth-of-type(2) .number:before {
	content: "2";
}
.tour_ranking_in ul .ritou dd:nth-of-type(3) .number:before {
	content: "3";
}
.tour_ranking_in ul .ritou dd:nth-of-type(4) .number:before {
	content: "4";
}
.tour_ranking_in ul .ritou dd:nth-of-type(5) .number:before {
	content: "5";
}
.tour_ranking_in ul .marine dd:nth-of-type(1) .number:before {
	content: "1";
}
.tour_ranking_in ul .marine dd:nth-of-type(2) .number:before {
	content: "2";
}
.tour_ranking_in ul .taxi dd:nth-of-type(1) .number:before {
	content: "1";
}
.tour_ranking_in ul .taxi dd:nth-of-type(2) .number:before {
	content: "2";
}
.tour_ranking_in ul dd h5:after {
    content: url(https://itc-ishigaki.jp/img/ranking_right.png);
	position:absolute;
	right:0;
	top:6px;
}

/* footer
----------------------------------*/
#footer {
	clear:both;
	padding:70px 0 0;
}
#footer .sitemap {
	background:#F6F5F0;
	padding:40px 0 20px;
}
#footer .sitemap h3 {
	font-size:26px;
	color:#525252;
	text-align:center;
}
.sitemap_in {
    width: 1140px;
    margin: 20px auto;
    padding: 30px 20px 20px 40px;
    background: #FFF;
    overflow: hidden;
	font-size:14px;
}
.sitemap_in dl {
	float:left;
	margin-right:40px;
}
.sitemap_in dl ul.ritou {
    list-style:none;
	margin:15px 0 0;
}
.sitemap_in dl ul.marine {
    list-style:none;
	margin:15px 0 0;
	width:263px;
}
.sitemap_in dl ul.taxi {
    list-style:none;
	margin:15px 0 0;
	width:259px;
}
.sitemap_in dl li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    padding-right:5px;
	margin-left:5px;
}
.sitemap_in dl .ritou li {
    width:115px;
	display:inline-block;
	line-height:18px;
	margin-bottom:7px;
}
.sitemap_in dl .ritou li:last-child {
    width:241px;
}
.sitemap_in dl .marine li {
	text-indent:-1em;
    padding-left:1em;
	line-height:18px;
	margin-bottom:7px;
}
.sitemap_in dl .taxi li {
	line-height:18px;
	margin-bottom:7px;
}
.sitemap_in dl .fa-ul li::before  {
    content:none;
}
.sitemap_in dl .fa-ul li  {
    line-height:30px;
}
.sitemap_in a {
    text-decoration:none;
	color:333;
}
.sitemap_in a:hover {
    text-decoration:underline;
}
.sitemap_bottom {
	text-align:center;
}
.sitemap_bottom li {
	display:inline-block;
    border-right:1px solid #777;
	padding:0 10px;
	line-height:14px;
	font-size:14px;
}
.sitemap_bottom li:first-child {
    border-left:1px solid #777;
}
.address {
	text-align:center;
    margin:30px 0 20px;
	font-size:14px;
}
.address li {
	display:inline-block;
	padding:0 10px;
	line-height:14px;
}
.footer_sns {
	text-align:center;
    margin:20px 0 0;
}
.footer_sns li {
	display:inline-block;
	padding:0 15px;
	line-height:14px;
}
.copyright {
	background:#FF7272;
	text-align:center;
	font-size:13px;
	color:#FFF;
	padding:15px 0;
}
.copyright a {
	color:#FFF;
}
.copyright a:hover{
	color:#CCC;
}

/* search
----------------------------------*/
#search {
    background: #ff7272;
    width: 1200px;
    margin: 25px auto 0;
    padding: 6px 0 6px 50px;
    box-sizing: border-box;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
	color:#FFF;
}
#search h3 {
    display:inline-block;
	font-size:16px;
    font-weight:800;
    margin-right:50px;
	font-family: "メイリオ", Meiryo, sans-serif;
}
#search form {
	display:inline-block;
    vertical-align: middle;
}
#search form select {
	display:inline-block;
    width: 100% !important;
    height: 100%;
	border: none;
    background:#FFF;
    padding: 8px 12px 11px;
    cursor: pointer;
    box-sizing: border-box;
	position: relative;
    text-align: left;
    font-size: 13px;
	line-height:20px;
    color: #333;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
#search form input[type="text"] {
    font-size: 11px;
	line-height:11px;
	width:170px;
	height:20px;
    box-sizing: border-box;
	border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background:#FFF;
    padding: 3px 12px 3px;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
#search p {
	display:inline-block;
    margin-bottom:0;
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}
#search p.search_form3 {
    display: block;
    font-size: 11px;
}
#search form.form1 {
    margin-right:20px;
}
#search form.form2 {
    margin-right:20px;
}
#search form.form3 {
    margin-left: 10px;
    border-left: 1px dashed #ffc3c3;
    padding-left: 30px;
}
#search form.form3 button {
    background: #FFF;
    color: #ff7272;
	font-size:11px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
	padding:1px 10px 0px;
	border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px;
}

/* tour
----------------------------------*/
#sab_header_pic {
	text-align:center;
    position:relative;
	z-index:0;
	margin:30px auto 0;
overflow: hidden;
}
.sab_header_pic_title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 640px;
    height: 80px;
    background: #fff;
}
.sab_header_pic_title h2 {
    font-size: 23px;
    font-weight: 400;
    margin-top: 10px;
}
.sab_header_pic_title h2:first-letter {
    color:#ff7272;
}
.sab_header_pic_title.marine h2:first-letter {
    color:#006DD9;
}
.sab_header_pic_title.taxi h2:first-letter {
    color:#FF8000;
}
.sab_header_pic_title.ishigaki h2:first-letter {
    color:#ED5D00;
}
.sab_header_pic_title.yaeyama h2:first-letter {
    color:#5CBB28;
}
.sab_header_pic_title.search_area h2:first-letter {
    color:#FF7272;
}
.sab_header_pic_title p span {
    font-family: 'Noto Serif JP',sans-serif;
    background: #ff7272;
    padding: 2px 2em 3px;
    margin: 10px auto 35px;
    line-height: 36px;
    font-size: 13px;
    color: #fff;
}
.sab_header_pic_title.marine p span {
    background: #006DD9;
}
.sab_header_pic_title.taxi p span {
    background: #FF8000;
}
.sab_header_pic_title.ishigaki p span {
    background: #ED5D00;
}
.sab_header_pic_title.yaeyama p span {
    background: #5CBB28;
}
.sab_header_pic_title.search_area p span {
    background: #FF7272;
}

/* breadcrumb
----------------------------------*/
#breadcrumb {
	margin:30px auto;
	width:1200px;
	font-size:13px;
	color:#777;
}

/* container
----------------------------------*/
#container {
    margin:0 auto;
	width:1200px;
	position:relative;
	z-index:0;
}

/* contents
----------------------------------*/
.contents {
	position:relative;
	z-index:0;
	float:right;
	width:815px;
}
.contents h3.top {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.contents h3.top span {
    font-size: 13px;
    line-height: 36px;
    padding: 0 1.5em;
	margin:0 1em 1em 0;
    font-weight: 200;
    display: inline-block;
    border:1px dashed #663300;
	border-radius: 100px;-webkit-border-radius: 100px;-moz-border-radius: 100px;
	background: #f6f5f0;
}
.contents h3.top span:hover {
	background: #dfc6a4;
	color:#FFF;
}
.contents h3.top span a:hover {
	text-decoration:none;
	color:#333;
}
div.h2_top {
    float:left;
	margin:35px 0 50px;
}
div.h2_top p {
	background-color:#FF7272;
	font-size:14px;
	font-weight:800;
	color:#FFF;
	line-height:18px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:50px;
	height:50px;
}
.contents.company h2 {
	font-size:30px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin: 35px 0 50px 0;
	width:100%;
}
.company div.h2_top p {
	background-color:#00007f;
}
.contents.company h2:first-letter {
	color:#333;
}
.contents.company h2 span.kabu {
	color:#00007f;
}
.contents.company h2 span.hosoku {
	color:#00007f;
}
.contents h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
	float:left;
	width:745px;
	margin:35px 0 50px 20px;
}
.contents h2.search_title {
font-size: 28px;
    font-weight: 800;
    line-height: 49px;
    float: left;
    width: 745px;
    margin: 35px 0 50px 0px;
    border-bottom: 1px solid #ff7272;
    padding: 0 0 0 20px;
}
.contents h2 span {
	display:block;
	font-size: 18px;
	color:#FF7272;
}

.sab div.h2_top{
	margin:0 0 50px;
}
.contents.sab h2 {
	margin:0 0 50px 20px;
    font-size: 30px;
    line-height: 40px;
}
.contents.sab h2:first-letter {
	color:#FF7272;
}
.contents h2:first-letter {
	/* color:#FF7272; */
}
.contents h2 span.hosoku {
	float:right;
	font-weight:800;
	font-size:14px;
	color:#FF7272;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sab h2.line {
    margin: 0 0 50px 0;
    padding: 0px 0 5px 20px;
    border-bottom: 1px solid #ff7272;
    border-left: 7px solid #ff7272;
	width:788px;

}


/* Carousel
----------------------------------*/
.carousel {
	float:left;
	width:350px;
	margin:0 35px 35px 0;
}
.flex-control-thumbs li {
	width:110px !important;
	margin-right:6px !important;
}
.flex-control-thumbs li:last-child {
	margin-right:0 !important;
}
.flexslider {
	margin: 0 !important;
	border-top:none !important;
}

/* contents_txt
----------------------------------*/
.contents_txt {
    float:left;
	width:430px;
}
.contents_txt h3 {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:18px;
	font-weight:800;
	line-height:24px;
	border-bottom:1px solid #AAA;
	margin-bottom:2em;
	padding: 15px 0;
}

/* information
----------------------------------*/
.information {
    clear:both;
	margin-top:50px;
}
p.information_title {
    margin-bottom:0;
}
p.information_title span {
    background-color: #DFC6A4;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 5px 30px;
}
div.information_txt {
	border:1px solid #DFC6A4;
	background-color:#FFF;
	padding:0.7em 1.5em 0.7em 1.5em;
}
div.information_txt ul {
    position:relative;
	list-style-type: none;
}
div.information_txt ul li {
    position:relative;
	padding-left:0.5em;
}

/* schedule
----------------------------------*/
.schedule {
    clear:both;
	margin-top:50px;
}
.schedule h3 {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:22px;
	font-weight:800;
	line-height:44px;
}
.schedule h3 span.hosoku {
    margin-left:2em;
    font-weight: 800;
    font-size: 14px;
    color: #FF7272;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
p.schedule_title span {
    background-color: #DFC6A4;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 5px 30px;
}
div.schedule_txt {
	background-color:#FCFAF8;
	padding:15px 20px 20px 20px;
	border:1px dashed #DFC6A4;
}
div.schedule_txt ol.schedule_in {
	overflow:hidden;
	font-size:14px;
}
div.schedule_txt ol.schedule_in li {
	position: relative;
	float:left;
	background-color:#FFF;
	border:1px solid #DFC6A4;
	padding:3px 13px;
	margin:10px 40px 0 0;
	list-style:none;
}
div.schedule_txt ol.schedule_in li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size:20px;
    content: "\f061";
    position:absolute;
	right:-30px;
	top:3px;
}
div.schedule_txt ol.schedule_in li:last-child:after {
    content: none;
}
div.schedule_txt ol.schedule_in li span {
  color: #FF7272;
  font-weight: 800;
}
div.schedule_txt ol.schedule_in li span.txt {
    padding-left:30px;
}
div.schedule_txt ul.schedule_bi2 {
    position:relative;
	list-style-type: none;
	margin:1em 1em 1em 1.5em;
}
div.schedule_txt ul.schedule_bi2 li {
    position:relative;
	padding-left:0.5em;
    color: #FF7272;
}
div.schedule_txt ul.schedule_bi2 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    position:absolute;
    top: 4px;
	margin-left:-1.5em;
}
div.schedule_txt ul.pickup_area {
position: relative;
    margin: 0;
    padding: 0.5em 1em 0.5em 2.5em;
    background: #FFF;
    border: 1px solid #ddd;
    overflow: hidden;
}

div.schedule_txt ul.pickup_bi, div.schedule_txt ul.pickup_bi11{
    padding: 0 1em 0 1.5em;
	list-style-type: none;
}
div.schedule_txt ul.pickup_bi.pickup_bi2 {
    padding: 0.5em 1em 2em 1.5em;
	list-style-type: none;
}
div.schedule_txt ul.pickup_bi li, div.schedule_txt ul.pickup_bi11 li {
    position:relative;
	padding-left:0.5em;
}
div.schedule_txt ul.pickup_bi li:before, div.schedule_txt ul.pickup_bi11 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    position:absolute;
    top: 4px;
	margin-left:-1em;
}
div.timetable_in, div.timetable_in2 {
	position: relative;
    margin: 0;
    padding: 0.5em 1em 0em 1em;
    background: #FFF;
    border: 1px solid #ddd;
    overflow: hidden;
}
div.timetable_in ul, div.timetable_in2 ul{
	position: relative;
    margin: 0 0 1em 2em;
}
div.timetable_in ul .fa-li, div.timetable_in2 ul .fa-li{
	line-height: 1.6;
}
div.timetable_in ul li, div.timetable_in2 ul li{
	margin-bottom:0.5em;
}
div.tour_info {
	margin:50px 0;
}
div.tour_info h3 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 44px;
}
div.tour_info table {
    width:100%;
	border-collapse: separate;
    border-spacing: 3px;
	border: 1px dashed #DFC6A4;
}
div.tour_info table th {
    background:#f6f5f0;
    vertical-align:top;
    padding: 10px 15px;
	white-space: nowrap;
}
div.tour_info table td {
    background: #fcfaf8;
    padding: 10px 15px;
}
div.tour_info table td.last {
	background: #FFF;
    padding: 10px 15px;
}
.price_txt {
	color:#ff6363;
	font-size:20px;
	font-weight:800;
}

/* reserve
----------------------------------*/
#sab_reserve {
	clear:both;
	padding:50px 0 30px;
	text-align:center;
}
#reserve {
	clear:both;
	padding:10px 0 30px;
	margin: 15px auto;
}
.reservetxt {
	margin:70px 0 0;
	vertical-align:top;
	box-sizing: border-box;
}
#reserve p.reserve_title {
	background-color:#ff7272;
	font-size:20px;
	color:#FFF;
	padding:10px 0;
	display:table-cell;
	margin-bottom:0;
	vertical-align:middle;
	width:150px;
	text-align:center;
	box-sizing: border-box;
}
#reserve p.reserve_title_txt {
	display:table-cell;
	margin-bottom:0;
	vertical-align:middle;
    font-size:14px;
	width:1050px;
	border-bottom: 1px dashed  #ff7272;
	box-sizing: border-box;
	padding-left:25px;
}
.urakata_bg {
	/*border-bottom: 1px dashed #ff7272;*/
	/*border-left: 1px dashed #ff7272;*/
	/*border-right: 1px dashed #ff7272;*/
	padding:25px 0;
	box-sizing: border-box;
	margin:0 auto;
	width:1200px;
}
iframe.urakata {
    border: none;
    width: 1000px;
    height: 1600px;
    max-width: 1000px !important;
	transform:scale(0.831);-o-transform:scale(0.831);-webkit-transform:scale(0.831);-moz-transform:scale(0.831);-ms-transform:scale(0.831);transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;
}
.urakata_bg p.center {
	width:815px;
}

/* side
----------------------------------*/
#side {
	float:right;
	width:330px;
	margin-left:55px;
}
.search {
    position:relative;
	z-index:0;
    background-color:#FCFAF8;
	padding:10px;
}
.search_bg {
	border:1px solid #DFC6A4;
	padding:10px;
}
.search_in {
	border:1px dotted #DFC6A4;
	padding:25px 15px;
}
.search_icon1 {
	position:absolute;
	top:0;
	left:0;
}
.search_icon2 {
	position:absolute;
	top:0;
	right:0;
}
.search_icon3 {
	position:absolute;
	bottom:0;
	left:0;
}
.search_icon4 {
	position:absolute;
	bottom:0;
	right:0;
}
.search_in h5 {
	font-size:17px;
	font-family: "メイリオ","Hiragino Kaku Gothic ProN", sans-serif;
}
.area {
    margin:0 0 30px;
	padding:10px 0 30px;
	border-bottom:1px dotted #DFC6A4;
}
.area.last {
	border-bottom:none;
    margin:0;
}
.area table {
    width:100%;
	border-collapse: separate;
    border-spacing: 3px;
}
.area table th {
    vertical-align:middle;
    padding:5px;
}
.area table th p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
	color:#FFF;
	font-weight:200;
	margin-bottom:0;
	font-size:13px;
}
.area table th.ishigaki {
	  background:#ED5D00;
}
.area table th.yaeyama {
	  background:#5CBB28;
}
.area table th.syuuyu {
	  background:#FBC000;
}
.area table td {
	background:#FFF;
    padding:10px 5px 10px 0px;
	font-size:13px;
}
.area table td ul li {
	line-height: 1.5;
}
.area table td ul.half li {
	display:inline-block;
    width:47%;
}
ul.search_ul {
	list-style:none;
}
ul.search_ul li {
	background:#FFF;
	border:1px dotted #EAD9B9;
	margin-bottom:7px;
	line-height:30px;
	padding:2px 10px 1px;
	font-size:13px;
}
ul.search_ul li img {
	vertical-align:middle;
}
.ranking {
	margin:50px 0 0;
}
.ranking_in {
	background:#f6f5f0;
	margin:10px 0 0;
	padding:20px 15px 5px;
}
.ranking_in ul {
	list-style:none;
}
.ranking_in ul dl {
	margin-bottom: 20px;
}
.ranking_in ul dt {
    color: #996451;
    font-weight: 800;
    font-size: 14px;
	margin-bottom: 5px;
}
.ranking_in ul dd {
    background: #FFF;
    margin-bottom: 5px;
    padding: 2px 7px;
    border: 1px solid #FFF;
    box-sizing: border-box;
}
.ranking_in ul .ritou dd .number {
    color: rgb(35, 140, 0);
    font-size: 33px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    line-height: 33px;
}
.ranking_in ul .marine dd .number {
    color: rgb(0, 109, 217);
    font-size: 33px;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    line-height: 33px;
}
.ranking_in ul .taxi dd .number {
    color: #FF8000;
    font-size: 33px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    line-height: 33px;
}
.ranking_in ul dd h5 {
    font-size: 11px;
    color: #996451;
    line-height: 17px;
    position: relative;
}
.ranking_in ul .ritou dd:nth-of-type(1) .number:before {
	content: "1";
}
.ranking_in ul .ritou dd:nth-of-type(2) .number:before {
	content: "2";
}
.ranking_in ul .ritou dd:nth-of-type(3) .number:before {
	content: "3";
}
.ranking_in ul .ritou dd:nth-of-type(4) .number:before {
	content: "4";
}
.ranking_in ul .ritou dd:nth-of-type(5) .number:before {
	content: "5";
}
.ranking_in ul .marine dd:nth-of-type(1) .number:before {
	content: "1";
}
.ranking_in ul .marine dd:nth-of-type(2) .number:before {
	content: "2";
}
.ranking_in ul .taxi dd:nth-of-type(1) .number:before {
	content: "1";
}
.ranking_in ul .taxi dd:nth-of-type(2) .number:before {
	content: "2";
}
.ranking_in ul dd h5 a {
    color: #996451;
}
.ranking_in ul dd h5 span {
    display: block;
    font-weight: 800;
    font-size: 13px;
}
.ranking_in ul dd h5:after {
    content: url(https://itc-ishigaki.jp/img/ranking_right.png);
    position: absolute;
    right: -5px;
    top: 6px;
}
.ranking_in ul dd:hover {
	background:#fff0c0;
	border:1px dotted #fcc100;
	box-sizing: border-box;
}
#searchform label {
	display:none;
}
#searchform input[type="text"] {
	width:190px !important;
}
#searchform input[type="submit"] {
	width:38px !important;
	height:26px !important;
	margin-right: 0;
}

/* category
----------------------------------*/
.category_bg {
    clear:both;
	margin:50px 0;
	overflow: hidden;
}
#search_contents.category_bg {
    clear:both;
	margin:10px 0;
	overflow: hidden;
}
.category_title {
    width: 50px;
    float: left;
    position: relative;
}
.category_title h4 {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    position: absolute;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#jungle .category_title h4 {
    font-size: 23px;
}
#barasu_panari .category_title h4 {
    font-size: 23px;
}
#sunset .category_title h4 {
    font-size: 23px;
}
#taketomi .category_title h4:first-letter, #kohama .category_title h4:first-letter, #hatoma .category_title h4:first-letter, #iriomote_yubu .category_title h4:first-letter, #yubu .category_title h4:first-letter, #hateruma .category_title h4:first-letter, #kuroshima .category_title h4:first-letter, #syuyu .category_title h4:first-letter {
	color:#5CBB28;
}
#iriomote_yubu .category_title h4 span, #syuyu .category_title h4 span {
	color:#5CBB28;
}
#taketomi .category_title, #kohama .category_title, #hatoma .category_title, #iriomote_yubu .category_title, #yubu .category_title, #hateruma .category_title, #kuroshima .category_title, #syuyu .category_title {
    border-right: 14px solid #5CBB28;
}
#fishing .category_title h4:first-letter, #sunset .category_title h4:first-letter, #snorkel .category_title h4:first-letter, #trekking .category_title h4:first-letter, #jungle .category_title h4:first-letter , #barasu_panari .category_title h4:first-letter {
	color:#006DD9;
}
#barasu_panari.area_yaeyama .category_title h4:first-letter {
	color:#5CBB28;
}
#taxi .category_title h4:first-letter, #bus .category_title h4:first-letter {
	color:#FF8000;
}
#fishing .category_title, #sunset .category_title, #snorkel .category_title, #trekking .category_title, #jungle .category_title, #barasu_panari .category_title {
    border-right: 14px solid #006DD9;
}
#barasu_panari.area_yaeyama .category_title {
    border-right: 14px solid #5CBB28;
}
#taxi .category_title, #bus .category_title {
    border-right: 14px solid #FF8000;
}
#fishing .category_title h4 span, #snorkel .category_title h4 span, #trekking .category_title h4 span, #jungle .category_title h4 span, #barasu_panari .category_title h4 span {
	color:#006DD9;
}
#bus .category_title h4 span {
	color:#FF8000;
}

.category_contents {
    width: 710px;
    float: right;
    position: relative;
}
#search_contents .category_contents {
    width:815px;
    float: right;
    position: relative;
}
.category_in {
	clear:both;
	margin-bottom:25px;
	border:1px solid #DFC6A4;
	background:#fcfaf8;
	padding:15px 20px;
	position:relative;
	overflow: hidden;
}
.category_in.last {
	margin-bottom:0;
}
.category_in h5 {
	font-weight:800;
	font-size:18px;
	line-height:20px;
	border-bottom:1px solid #AAA;
    padding-bottom: 10px;
    margin-bottom: 13px;
	overflow:hidden;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#search_contents .category_in h5 {
    padding-bottom: 0;
	position:relative;
}
.category_in h5 span.webwaribiki{
	font-weight:800;
	font-size:17px;
	color: #FF7272;
	margin:0;
	float:left;
	padding:0;
}
#search_contents .category_in h5 a{
	display:block;
    width: 580px;
    line-height: 30px;
	padding-bottom:5px;
}
.search_main_txt {
    font-size: 13px;
    overflow: hidden;
}
.search_main_txt a {
	color: #063459;
	text-decoration: underline;
}
.category_in h5 span.season{
	font-weight:800;
	font-size:12px;
	background:#FFF;
	border:1px dotted #AAA;
	float:right;
	padding:0 15px;
	color: #777;
}
#search_contents .category_in h5 span.season{
	font-weight:800;
	max-width: 150px;
}
#search_contents .category_in h3 {
	font-weight:800;
	font-size:15px;
	margin-bottom:0.3em;
}
.category_in .search_price {
	font-size: 12px;
	line-height: 20px;
	margin:0.3em 0 0;
	height:60px;
	overflow: hidden;
}
.category_in .search_price .price_txt {
	font-size: 16px;
}
.category_in h5 a {
    float:left;
	width:490px;
	line-height: 22px;
}
.category_in h5 a.top_none {
	width:560px;
}
.search_img {
	float:left;
	margin-right:15px;
	width:180px;
	height: 150px;
	position: relative;
 	overflow: hidden;
}
.search_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.category_in p {
	margin-bottom:0;
	font-size:13px;
	overflow:hidden;
}
.category_in dl {
	overflow:hidden;
	margin-top:10px;
	font-size:13px;
	margin-left: 194px;
}
.category_in dl dt {
	float:left;
	clear:both;
}
.category_in dl dd {
	float:left;
	line-height:20px;
}
.category_in dl dd .price {
	color: #ff6363;
    font-size: 18px;
    font-weight: 800;
}
.category_kuwashiku {
	position:absolute;
    bottom: 15px;
    right: 20px;
	background:#888;
	color:#FFF;
	padding:3px 20px;
}
.category_kuwashiku:hover {
	background:#555;
}
.category_kuwashiku a {
	color:#FFF;
	text-decoration:none;
}

/* sab
----------------------------------*/
ul.sab_default {
	line-height:1.8;
	clear:both;

}
.setsumei {
	border: 1px solid #DFC6A4;
    background-color: #FFF;
    padding: 0.7em 2em 0.2em;
	margin:1em 0;
	overflow:hidden;
}
.img_right {
	float:right;
}
.time_table {
    clear:both;
}
.time_table p span {
	background: #f6f5f0;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 60px;
    border: 1px dashed #00007f;
    font-weight: 800;
}
.time_table p span:hover {
	background: #f0f0e1;
}
.time_table ul {
	line-height:1.8;
	margin-top:2em;
}
.conditions ol {
	margin-left:1em;
	font-weight:800;
	margin-top:2em;
}
.conditions ol li {
	margin-bottom:1em;
}
.conditions ol ul {
	margin-left:0;
	clear:both;
	list-style:none;
	font-weight:200;
}
.conditions ol ul li {
    padding-left: 2.5em;
    text-indent: -2.5em;
	margin-bottom:0;
}
.conditions ol p span {
	font-weight:200;
}
.conditions ol p {
	margin-bottom:0;
}
.conditions ol table {
	font-weight:200;
	margin-left:2.5em;
}
.conditions ol table th {
	background:#CCC;
	padding:5px 30px;
}
.conditions ol table td {
	background:#EEE;
	padding:5px 30px;
}
.operate h3 {
	font-size:20px;
	font-weight:800;
	margin-top:1em;
	margin-bottom:0.5em;
}
.operate h4 {
	margin-bottom:0.5em;
	font-weight:800;
}
.operate ul {
	list-style:none;
}
.operate ul li {
	margin-bottom:0.5em;
    padding-left: 6.5em;
	position:relative;
}
.operate ul li span {
	position:absolute;
	left:0;
	width:6.5em;
	text-align:center;
}
.operate ul li ol {
    list-style-type: cjk-ideographic;
}
.operate ul li ol.iroha {
    list-style-type:katakana-iroha;
}
.operate ul li ol li {
	margin-bottom:0.3em;
    padding-left: 0.5em;
	margin-left:1.5em;
	position:relative;
}
.operate ol table {
	font-weight:200;
	margin-left: -2em;
	margin-bottom:1em;
    border-collapse:collapse;
}
.operate ol table th {
	background:#EFEFEF;
	padding:5px 15px;
	text-align:center;
	border:1px solid #AAA;
}
.operate ol table td {
	background:#FFF;
	padding:5px 15px;
	border:1px solid #AAA;
}
.operate ol table.in_table {
    border-collapse:collapse;
	margin:0 0 1em 2em;
	border:1px solid #AAA;
}
.operate ol table.in_table td {
	background:none;
	padding:5px 10px;
	border:1px solid #AAA;
}
.operate table.betsuhyou {
	margin-bottom:1em;
    border-collapse:collapse;
}
.operate table.betsuhyou th {
	background:#EFEFEF;
	padding:5px 10px;
	text-align:center;
	border:1px solid #AAA;
}
.operate table.betsuhyou th.betsuhyou_th {
	white-space: nowrap;
}
.operate table.betsuhyou td {
	background:#FFF;
	padding:5px 10px;
	border:1px solid #AAA;
}
ul.operate_chu {

}

ul.operate_chu {
	list-style:none;
}
.operate ul li ol li ul.operate_chu li {
    margin-bottom: 0.5em;
    padding-left: 6em;
    position: relative;
    margin-left: -2em;
}
ul.operate_chu li span {

}
table.border_01 {
    border-collapse:collapse;
	border:1px solid #AAA;
	width:100%;
	box-sizing:border-box;
}
table.border_01 th, table.border_01 td{
	border:1px solid #AAA;
	box-sizing:border-box;
	padding:5px 10px;
	font-weight:200;
}
table.border_01 th {
	background:#EFEFEF;
}
.operate ul li table.border_01 th ol li{
	margin-bottom: 0;
}
div.googlemap {
}
div.googlemap iframe {
	width:100%;
	height:300px;
	margin-top:1em;
}
table.timetable_schedule {
	width:100%;
	background-color:#FFF;
	border: 1px solid #AAA;
	border-collapse: collapse;
	text-align:center;
}
table.timetable_schedule th {
	border: 1px solid #AAA;
}
table.timetable_schedule td {
	border: 1px solid #AAA;
}
table.timetable_schedule th {
	background-color:#EEE;
	width:1em !important;
	color:#000;
	font-weight:200;
}
table.timetable_schedule th.title {
	background-color:#CCC;
	width:33% !important;
	color:#000;
	font-weight:800;
}
table.timetable_schedule td.tyoubi {
	width:1em !important;
	color:#000;
}
table.timetable_schedule td {
	padding:3px 0;
}

/* reservation
----------------------------------*/
div.reservation{
	margin:50px 0;
}
div.reservation h3 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 44px;
}
div.reservation table {
    width:100%;
	border-collapse: separate;
    border-spacing: 3px;
	border: 1px dashed #ff7272;
}
div.reservation table th {
    background:#f6f5f0;
    vertical-align:top;
    padding: 10px 15px;
	white-space: nowrap;
	text-align: right;
	width: 200px;
}
div.reservation table td {
    background: #fcfaf8;
    padding: 10px 15px;
}
div.reservation table td.last {
	background: #FFF;
    padding: 10px 15px;
}
div.reservation table td span.chu {
    color: #cc0202;
    display: block;
	font-size: 13px;
}
div.reservation table td span.chu2 {
    color: #00007f;
    display: block;
	font-size: 13px;
}
div.reservation table td span.chu3 {
    color: #00007f;
	font-size: 13px;
	margin-left:0.5em;
}
.th_sab {
	font-size: 10px;
    color: #999999;
    display: block;
}
input[type="text"], input[type="email"], input[type="tel"] {
    padding: 5px 7px;
}
input, select {
    margin-bottom: 5px;
    margin-right: 0.5em;
}
select {
    margin: 0.5em 0;
    padding: 5px 7px;
}
select, .text, textarea, input, button {
    border: 1px solid #999;
    background: #fff;
    border-radius: 5px;
    background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient( top, #eee, #fff );
    -moz-border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
textarea {
	width:100% !important;
	height:10em !important;
}
a.kakunin {
	font-weight:800;
	text-decoration: underline;
	color: #cc0000;
}
a.kakunin:hover {
	color: #ff7272;
}
.kakunin_red {
	font-size:13px;
	color: #ff7272;
}

/* wp-pagenavi base
----------------------------------*/
.wp-pagenavi {
	clear: both;
	text-align:center;
 
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #ff9f3f;
    border-color: #ffffff;
	font-weight: bold;
    }


/* sitemap
----------------------------------*/
.sitemap {
	clear:both;
}
.sitemap ul.toc_sitemap_pages_list, .sitemap ul.toc_sitemap_categories_list {
	padding:1em 1em 1em 3em;
	background-color: #fcfaf8;
    border: 1px dashed #dfc6a4;
}
.sitemap ul.children {
	padding-left:1.5em;
}
.sitemap h3 {
	font-size:20px;
	margin-bottom:0.5em;
}
.sitemap h3.toc_sitemap_categories {
	margin-top:2em;
}
.sitemap h3:first-letter {
    color:#ff7272;
}
div#toc_container {
	margin-bottom:70px;
}

/* blog
----------------------------------*/
h3.blog_title {
	margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 30px;
	font-weight:800;
}
h3.blog_title:first-letter {
	color:#FF7272;
}
h3.blog_title span {
    font-size: 13px;
    line-height: 30px;
	float:right;
}
.blog_waku {
	background-color: #FCFAF8;
    padding: 15px 20px 5px 20px;
    border: 1px solid #DFC6A4;
	margin-bottom:3em;
}
.blog_inner p {
	font-size:16px;
	line-height:28px;
}
#next {
	text-align:center;
	margin:2em 0;
}
h4.pagetitle {
	font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 10px 0px;
    border-bottom: 1px solid #ff7272;
}
h4.pagetitle:first-letter {
	color:#FF7272;
}
.goto_travel {
    clear: both;
    border: 1px solid #00007f;
    background: #eef9ff;
    padding: 1em 1.5em;
    margin: 0 0 3em;
}
h4.goto_title {
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
	text-align:center;
	color: #fb7f01;
}
.goto_travel h5 {
    font-weight: 800;
    margin-top: 1em;
}
.goto_travel ul {
    margin:0 0 1em 2em;
}
#header_goto {
	position: absolute;
    top: 19px;
    left: 561px;
    border: 1px dashed #00007f;
    background: #ffff00;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
#header_goto a {
	color: #00468c;
}
#header_goto a span {
	color: #ff7e00;
	font-size:10px;
}
.urakata_btn {
	font-weight: bold;
    text-align: center;
    font-size: 2em;
    background: #00007f;
    padding: .3em 0;
    color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
    width: 815px;
}
.urakata_btn a {
    color: #FFF;
}
.urakata_btn:hover {
    background-color: #ff7272;
}
.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* other 2023.09.20
----------------------------------*/
#other.contents{
	float:none;
	width: auto;
}
#other.contents h2 {
    width: 1130px;
}
#other .carousel {
width: 550px;
margin: 0 35px 55px 0;
}
#other #carousel ul.slides li {
width: 132.5px!important;
}
#other .contents_txt {
    width: 615px;
	margin-bottom: 3em;
}
#other .contents_txt h3 {
    font-size: 22px;
    line-height: 1.5;
    border-bottom: 1px solid #AAA;
    margin-bottom: 1.5em;
    padding: 0 0 0.5em;
}
#other .contents_txt h4 {
    text-align:center;
}
#other ol.tour-point {
    counter-reset: my-counter;
    margin: 1em 1.5em 2em;
}
#other ol.tour-point span {
	color: #289503;
    background: linear-gradient(transparent 60%, #fff38d 60%);
    padding: 0 0.2em;
}
#other ol.tour-point li {
	padding: 6px 0 20px 50px;
    position: relative;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
}
#other ol.tour-point li:before {
	content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #1a6600;
    border: 1px solid #1a6600;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
}
.new-schedule-naiyou {

}
.new_schedule {
	position: relative;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    background: #fcfaf8;
}
.new_schedule:nth-of-type(1) {
    margin: 0 auto 0;
}
.schedule_day {
    width: 150px;
    color: #fff;
    font-weight: bold;
    padding: 30px 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: transparent linear-gradient(227deg, #dbcca3 0%, #cdae53 100%) 0% 0% no-repeat padding-box;
    box-sizing: border-box;
}
.new_schedule_day_big {
    font-size: 32px;
}
.new_schedule_in {
    width: 800px;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.new_schedule_in ul {
	list-style: none;
}
.new_schedule_in ul li {
    padding: 1.1em 0;
    border-bottom: 1px dotted #8F8F8F;
}
.new_schedule_in ul li.tag-txtin {
	display: flex;
	vertical-align: baseline;
}
.new_schedule_in li:last-of-type {
    border-bottom: none;
}
.new_schedule_in ul li span.time {
    font-weight: 700;
	margin-right:.5em;
}
.new_schedule_in ul li span.schedule-txt {
	width: 610px;
	font-weight:700;
}
.new_schedule_in ul li span.schedule-txt2 {
	width: 525px;
	font-weight:700;
}
.new_schedule_image {
	width: 355px;
    padding: 25px 25px 15px 35px;
    box-sizing: border-box;
}
.new_schedule_image p:nth-of-type(2){
	margin-top:15px;
}
.new_schedule_image p{
	margin:0;
	text-align:center;
    font-size: 13px;
}
.new_schedule_image p span {
	padding-top: 0.3em;
    display: inline-block;
}
.cat01 {
    max-height: 28px;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 4px 10px 5px;
    margin-right: 1em;
    border-radius: 15px;
    box-sizing: border-box;
    background: #c33400;
    width: 70px;
    text-align: center;
	display: inline-block;
}
.cat02 {
    max-height: 28px;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 4px 10px 5px;
    margin-right: 1em;
    border-radius: 15px;
    box-sizing: border-box;
    background: #d88607;
    width: 70px;
    text-align: center;
	display: inline-block;
}
.cat03 {
    max-height: 28px;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    padding: 4px 10px 5px;
    margin-right: 1em;
    border-radius: 15px;
    box-sizing: border-box;
    background: #775aaa;
    width: 70px;
    text-align: center;
	display: inline-block;
}
.new_schedule_chu {
	margin-top: 1em;
    font-weight: 800;
    font-size: 14px;
    color: #FF7272;
    text-align: right;
}
.new-info-naiyou {

}
h3.new-titleh3 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 44px;
    margin: 3em 0 .3em;
}
div.new-info-info {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
div.new-info-info table.default {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    border: 1px dashed #DFC6A4;
}
div.new-info-info table.default > tbody > tr > th {
    background: #f6f5f0;
    vertical-align: top;
    padding: 10px 15px;
    white-space: nowrap;
}
div.new-info-info table.default > tbody > tr > td {
    background: #fcfaf8;
    padding: 10px 15px;
}
div.new-info-info table.default > tbody > tr > td table.cancel {
	border: 1px solid #f7f7f7;
	border-collapse: collapse;
}
div.new-info-info table.default > tbody > tr > td table.cancel th {
	border: 1px solid #777;
    background-color: #f7f7f7;
	font-weight:300;
	padding: 0.3em 1em;
    text-align: left;
}
div.new-info-info table.default > tbody > tr > td table.cancel td {
	border: 1px solid #777;
    background-color: #FFF;
	padding: 0.3em 1em;
}
div.new-info-info table.default > tbody > tr > td ul {
margin-left: 1.5em;
}
.new-info-chu {
	border-spacing: 3px;
    border: 1px dashed #DFC6A4;
    background: #fcfaf8;
    padding: 1.3em 1em;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.new-info-chu ul li {
	line-height: 1.5;
	padding:.3em 0;
}
.new-info-chu ul.default {
	margin-left:1.5em;
}
.new-infocontact-naiyou {
	margin: 5em auto;
    width: 700px;
    text-align: center;
    background-color: #e7f5fb;
    padding: 1.5em;
    box-sizing: border-box;
    border: 1px double #90bfd5;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.new-infocontact-title {
font-size: 22px;
    font-weight: 800;
    line-height: 44px;
}
.new-hotel-info {
    display: flex;
    justify-content: space-between;
	background: #fcfaf8;
}
.new-hotel-info table {
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-collapse: collapse;
	width: 23%;
}
.new-hotel-info th {
	box-sizing: border-box;
    padding: 10px 15px;
    background:transparent linear-gradient(227deg, #7bc560 0%, #1a6600 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    border-radius: 10px 10px 0 0;
}
.new-hotel-info td {
    padding: 10px 15px;
    font-size:13px;
	text-align:center;
	vertical-align: bottom;
}
.new-hotel-info td p{
    line-height:1.4;
}
.new-hotel-info td p:nth-child(1){
	height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-hotel-info td p:nth-child(2){
	margin-bottom:1em;
}
.new-hotel-info td p.min{
	text-align:right;
	font-size:12px;
	margin-bottom:0;
}
#other .mfp_element_checkbox, #other .mfp_element_radio {
    height: 20px;
    width: 20px;
}
#other .catch-img {
    margin: 3em 2em;
}
#other div.information_txt {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
#other div.information_txt ul li {
	padding-left: 0;
    line-height: 1.5;
}
#other p.information_title span {
    background-color: #a58b3e;
    font-size: 16px;
    font-weight: 700;
}
#other h5.main_guide_title {
    clear: both;
}
#other h5.main_guide_title span {
    background-color: #1a6600;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    line-height: 30px;
    height: 30px;
    padding: 5px 30px;
}
#other div.main_guide_txt {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #009688;
    background-color: #FFF;
    padding: 1em 1.5em .5em 1.5em;
}
#other div.main_guide_txt ul {
	margin-left: 1.5em;
	line-height: 1.5;
}
#other .main_guide_img {
	margin: 1em 0;
    display: flex;
    justify-content: space-around;
}
#other .main_guide_sabtitle {
	font-weight:700;
}
#other .main_txt {
	margin: 0 0 1.5em;
}
#other .main_txt h5{
	font-size: 17px;
    font-weight: 700;
    color: #1a6600;
    line-height: 1.5;
    margin-bottom: 0.3em;
}
#other .information2{
	border: 1px dashed #ab8779;
    padding: 1em 1.5em;
}
#other .information2_title{
	font-weight:700;
}
#other .information_txt2 ul{
	line-height:1.5;
}
.main_oshirase{
	border: 3px double #ff7272;
    text-align: center;
    font-size: 18px;
    padding: 0.5em 0 0;
    font-weight: 900;
    color: red;
}