<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family:"Noto Sans Japanese", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li,dl,dt,dd,p{margin:0;padding:0;line-height:1.5em}
article,
.crumb-list {
    max-width: 1024px;margin: 0 auto;
}

.slick-slider {
	opacity:0.8;
}
#mainPhoto{
	/*display:none;*/
	position:relative;
}
#mainPhoto h2{
	position:absolute;
	left:0%;
	top:0%;
	z-index:1;
}
#mainPhoto p{
	position:absolute;
	bottom:3%;
	z-index:1;
	left: 20%;
}
#mainPhoto ul li{
	width:100%;
}
#mainPhoto ul li img{
	width:100%;
	height:400px;
	object-fit: cover;
}

@media only screen and (max-width: 767px){
article p{
	float:none!important;
}
#mainPhoto p{
	position:absolute;
	left:0!important;
	bottom:3%;
}
#mainPhoto ul li img{
	height:250px;
}	
}

#tourContent{
	background:#F9BAAB;
	padding:8px 0;
}


/*検索*/
.searchWrap{
	overflow:hidden;
}
.searchBox{
	margin:15px 0;
	border: #D80100 2px solid;
	width:99%;
	float:left;
}
.tourTtl{
	text-align:center;
	font-size:1.1em;
	background:#D80100;
	color:#fff;
	padding:5px 0;
}
.tourTtl i{
	margin-right:3px;
}
.tourTtl span.eng:after{
	content:"│";
	padding:0 2px;
	font-size:0.8em;
	font-weight:normal;
}
.searchBoxInner {
	padding:15px;
	font-size:0.9em;
}
.searchBox img.ui-datepicker-trigger {
    width: 25px;
    height: auto;
    vertical-align: bottom;
}
.searchBox p.searchBtn{width:35%;float:right;margin:0 auto;}
.searchBox p.searchBtn button{width:100%;background-color:#5B5B5B ;border:none;padding:5px 0; color:#FFFFFF;cursor:pointer;border-radius:5px;margin:0 auto;font-size:1.2em;}
.searchBox p.searchBtn button i{margin-right:5px;}
.searchBox p.searchBtn button:hover{background-color:#CCC;}
.searchBox .search_keyword{border-top:#FFF 1px solid;padding-top:5px;}
.searchBox .search_keyword ul li{float:left;margin-right:8px;line-height:1.5em;margin-bottom: 3px;}
.searchBox .search_keyword ul li a{text-decoration:underline;}
.searchBox select,.searchBox input{padding:3px;max-width: 200px;}
.searchBox #useDay01{margin:2px auto 10px;width:100%;float:left;}
.searchBox input{width:45px;padding:3px 0;}
.searchBox input.year1{width:75px;}
.searchBox span{float:left;margin-left:12px;font-size: 1.2em;}
.searchBox img{vertical-align:middle;cursor:pointer;width:29px;height:29px;}
.searchBox img:hover{opacity:0.8;}

.tourContentInner{
	margin:30px auto;
	background:#fff;
	padding:8px 0;
}
.tourContentInner h3,.tourMeal h3 {
	text-align:center;
	font-size:1.3em;
	padding:10px 0;
	background:#eeeeee;
	border-left: solid 12px #D80100;
	margin:0px auto 10px;
　}

.tourContentInner #planList h3{
	background:#fff!important;
	color:#D80100!important;
	font-weight:normal;
	border:none!important;
	margin:0px auto;
}
.tourContentInner #planList h3 span{
	font-weight:bold;
}
.tourContentInner #planList h3 i{
	margin-right:8px;
}

.ttl_tour {
    text-align: center;
    font-size: 1.1rem;
    background: #d80100;
    padding: 15px;
    color: #fff;
	margin-top:20px;
}
/*カニバスツアーMAP*/
#kaniMap{
	background:url(../../img/topics/kani/kaniMap.jpg) no-repeat;
	position:relative;
	height: 310px;
    margin: 0 auto;
    background-size: 100% auto;
}

#kaniMap li{
	position:absolute;
	background:#FEE76B;
	color:#5B5B5B;
	box-shadow:0px 3px 0px 1px #5B5B5B;
	-moz-box-shadow:0px 3px 0px 0px #555555;
	-webkit-box-shadow:0px 3px 0px 0px #555555;
	border-radius:5px;
	padding:3px 10px;
	display:block;
	cursor:pointer;
	font-size:1.2em;
}
#kaniMap li a{
	color:#5B5B5B!important;
}
#kaniMap li::before,
#kaniMap li::after,
.tourBox ul li::before,
.tourBox ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#kaniMap li,
#kaniMap li::before,
#kaniMap li::after,
.tourBox ul li,
.tourBox ul li::before,
.tourBox ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#kaniMap li:hover{
	background-color: #FEF4B8;
}
#kaniMap li.mapKinosaki{
	top: 72%;
	left: 1%;
}
#kaniMap li.mapYuhi{
	top: 59%;
	left: 50%;
}
#kaniMap li.mapSyotenkyo{
	top: 60%;
	left: 25%;
}
#kaniMap li.mapKumihama{
	top: 85%;
	left: 20%;
}
#kaniMap li.mapHanare{
	top: 30%;
	left: 60%;
}
#kaniMap li.mapTaiza{
	top: 4%;
	left: 80%;
}
#kaniMap li i{
	margin-left:5px;
	font-size:0.8em;
	padding-bottom:3px;
}

.tourContentInner #arrival{
	padding-top:5px;
}
.tourBox{
	margin:30px 0;
}
.active{
	display:block;
}


.tourBox ul{
	border:1px solid #555555;
	width:96%;
	margin:8px auto;
	display:flex;
	flex-wrap: wrap;
	padding:8px 0;
}
.tourBox ul li{
	width:33%;
	text-align:center;
	border-right:1px dotted #555555;
	padding:6px 3px;
	cursor:pointer;
	margin-bottom:2px;
	font-size:1.1em;
	text-decoration:underline;
}
.tourBox ul li:hover{
	background:#ADD39B;
}
.tourBox ul li:nth-child(4),.tourBox ul li:last-child{
	border-right:none;
}
/*プラン一覧ＰＣＮＥＷ*/
/*.planArea{
	clear:both;
	margin-top:0px;
}*/
#planList{
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
}
.planBox{
	width: 95%;
    margin: 8px 8px 0px 0px;
    padding: 8px;
    border: #555555 1px dotted;
	margin:10px auto; 
}


.planBoxL{
	width:95%;
	float:left;
	margin:8px 2px 0px 8px;
	padding:8px 5px;
	border-bottom:#555555 1px dotted;
}
.planBox h4{
	font-size: 153%;
	color: #555555;
	margin-bottom:5px;
}
.planBox h4 + p {
    /*height: 200px;*/
    overflow: hidden;
}
.planBox img {
    object-fit: cover;
    object-position: center;
    height: 300px;
    width: 100%;
}
.planBox .planInfo{
	margin:8px 0px;
	width:100%;
}
.planBox .planInfo th{
	background:#F9BAAB!important;
}
.planBox .planInfo td{
	border-bottom:#555555 1px solid!important;
	padding: 3px 5px!important;
}
.planBox .planInfo .tableTtl{
	background:#D80100;
	margin-right:8px;
	border-bottom:#555555 1px solid!important;
	padding:5px;
	font-weight:normal!important;
}
.planBox dl.planPrice{
	display: table;
	border-collapse: separate;
	border-spacing: 2px 0;  
	margin: 8px auto;
}

.planBox dl.planPrice dt{	
	display: table-cell;
	padding-top:5px;
	margin-left:8px;
}
.planBox dl.planPrice dd{
	display: table-cell;
	margin-left:5px;
	color:#D80100;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.3em;
}
.planBox .planLink{
	clear:both;
}
.planBoxL .planLink{
	clear:none;
	float:left;
	width:51%;
	margin-left:8px;
}
.planBox .planLink a{
	text-align:center;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-radius:5px;
	padding:10px 0px;
	display:block;
	text-decoration:none;
	background:#F90;
	color:#FFFFFF!important;
	font-size:1.3em;
	box-shadow: 0 3px 0 rgba(140,140,140);
}
.planBox .planLink a:hover{
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.sakuraOtherPlan {
    border: #555555 1px solid;
    padding: 8px;
    width: 70%;
    text-align: center;
    margin: 15px auto;
    border-radius: 50px;
}
.planBox .kaninoryou{
	width:100%;
	color:#D80100;
	font-weight:bold;
	margin: 8px 0;
	padding: 8px 0 8px 40px;
	font-size: 1.3em;
	background:url(../../img/topics/kani/icon_kani.png) no-repeat left;
}

/*名所案内*/
#meisyoInfoW{
	overflow:hidden;
	width:100%;
}
.spot_img {
    flex: 0 0 200px;
    margin-right: 15px;
}
.meisyoInfo p img{
	border: #5f5f5f 1px solid !important;
	padding:2px;
}
.meisyoInfo{
	padding:15px;
	display:flex;
}

.meisyoInfo .planLink{
	margin:8px auto;
}
.planLink a{
    display: none;
    text-align: center;
    background: #f90;
    color: #fff;
    padding: 8px 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
}
.plan_menu{
	position: relative;
    border-top: 2px dotted #666;
    border-bottom: 2px dotted #666;
    padding: 15px 0 8px;
    margin: 15px 0 8px;
}
.plan_menu h5{
	background: #fff;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -10px;
    font-weight: bold;
    display: inline;
    width: 120px;
    text-align: center;
}
.plan_info{
	font-size:0.8em;
	color:#666;
}

/*目的地から選ぶ*/

.tourContentInner .placeList h3{
	background:#fff!important;
	color:#0099FF!important;
	font-weight:normal;
	border:none!important;
	margin:0px auto;
}

.tourContentInner .annnai{
	text-align:center;
	margin-bottom:10px;
	font-size:110%;

}

.tourContentInner .placeList h3 span{
	font-weight:bold;
}
.tourContentInner .placeList h3 i{
	margin-right:8px;
}
.placeList ul{
	display: flex;
    flex-wrap: wrap;
}
.placeList ul li{
	width: 31.8%;
	padding:5px;
}
.placeList li:hover{
	opacity:0.6;
}
.placeList a {
    border: 1px solid #666;
    display: block;
    position: relative;
}
.placeList ul li img{
	width:100%;
	height:130px;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.placeList ul li .categoryImg{
	overflow:hidden;
	width:100%;
	height:130px;
}
.tourContentInner .placeList ul li a:hover img{
	text-decoration:none;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    filter: grayscale(80%);
}
.placeList ul li span.categoryArea{
	position: absolute;
	bottom: 2px;
	background: #f9f2e7;
	opacity: 0.8;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding: 8px 0;
	width: 100%;
}


/*FAQ*/
#QandA dl{
	font-size:13px;
	line-height:1.3em;
	padding:0px 10px 5px;
	border:none!important;
}

#QandA dt{
	margin-bottom:5px;
	padding-bottom:5px;
}
#QandA dd{
	margin-left:0;
	border-bottom:#999999 1px dotted;
	padding-bottom:5px;
}
#QandA dt:before{

	content:"Q";
	background:#666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#FFFFFF;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
#QandA dd:before{
	content:"A";
	background:#2a4f5e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	color:#fff;
	padding:3px 5px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
}
h3 {
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    color: #cd2f2f;
}
.meisyoInfo .infotxt p {
    font-size: 17px;
}
tbody {
    font-size: 16px;
}
p.plan_point {
    font-size: 16px;
}

.plan_menu p {
    font-size: 16px;
}
/* ----------------------------------------------------------

	6. フォーム部品 common2.cssより移植

------------------------------------------------------------- */

input, textarea, select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	*font-size: 100%;
	padding: 5px;
}

input[type="text"]{
	border: 1px solid #ccc;
}

input, button {
	line-height: normal;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	vertical-align: top;
	border: 1px solid #ccc;
}

select {
	line-height: normal;
	border: 1px solid #ccc;
    line-height: 26px;
}

label { cursor: pointer; }

legend {
	color: #333;
	*margin-left: -7px;
}
@media (min-width: 788px) {
.planBox{
	width: 49%;
    margin: 8px 8px 0px 0px;
    padding: 8px;
    border: #555555 1px dotted;
}
.planBox:nth-child(2n) {
    margin-right: 0;
}
.ttl_tour {
	text-align: left;
    font-size: 22px;
    padding: 0px;
    color: #000;
    margin-top: 10px;
    background: none;
    border-left: none;
}
.searchBox #useDay01{margin:2px auto;width:60%;float:left;}
}</pre></body></html>