<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.con_rsv, .con_app ul, .con_rec, .con_pic, .con_new, .con_bn {
  width: 89.0625%;
  margin: auto;
}

/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/* -----------------------------------------------------------
	.con_mainimg
----------------------------------------------------------- */
.con_mainimg {
  text-align: center;
}
.con_mainimg img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* -----------------------------------------------------------
	.con_rsv
----------------------------------------------------------- */
.con_rsv {
  padding-bottom: 6%;
  background: #f3f3f3;
  text-align: center;
}
.con_rsv #tab_rsv {
  width: 92.98246%;
  margin: 4% auto 0;
  overflow: hidden;
  text-align: center;
}
.con_rsv #tab_rsv li {
  cursor: pointer;
  width: 50%;
  float: left;
  line-height: 1.3;
  padding: .5em 0px;
  font-size: 92%;
  color: #47391e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f3f3f3;
  border-top-width: 2px;
  border-bottom-color: #cbcbcb;
}
.con_rsv #tab_rsv li.active {
  cursor: default;
  border-color: #cbcbcb;
  border-bottom-color: #f3f3f3;
  border-top-color: #12402b;
}
.con_rsv #tab_rsv li:last-child {
  line-height: 2.6;
}
.con_rsv .btns {
  width: 92.98246%;
  margin: 4% auto;
  overflow: hidden;
}
.con_rsv .btns li:not(:last-child) {
  width: 48.67925%;
  float: left;
}
.con_rsv .btns li:not(:last-child) a {
  font-size: 100%;
  margin: auto;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 1.3em 0;
  background: #523a2d;
  border: 2px solid #7c5a47;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.con_rsv .btns li:not(:last-child) a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.con_rsv .btns li:not(:last-child) a:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  margin-right: .3em;
  background: url(../images/home/ic_pla.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.con_rsv .btns li:nth-child(2) {
  float: right;
}
.con_rsv .btns li:nth-child(2) a:before {
  background: url(../images/home/ic_day.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.con_rsv .btns li:last-child {
  clear: both;
  padding-top: 3%;
}
.con_rsv .btns li:last-child a {
  font-size: 125%;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 1em 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4MDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMDEwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a80000), color-stop(100%, #8e0101));
  background: -webkit-linear-gradient(#a80000, #8e0101);
  background: -moz-linear-gradient(#a80000, #8e0101);
  background: -o-linear-gradient(#a80000, #8e0101);
  background: linear-gradient(#a80000, #8e0101);
  border: 2px solid #c62222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.con_rsv .btns li:last-child a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.con_rsv .btns li:last-child a:before {
  content: '';
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 1.25em;
  height: 1.25em;
  margin-right: .5em;
  background: url(../images/home/ic_sea.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.con_rsv .btn_tel img {
  width: 82.45614%;
}

/* -----------------------------------------------------------
	.con_app
----------------------------------------------------------- */
.con_app {
  background: url(../images/home/bg_app.png);
  margin-top: 6%;
  padding: 6% 0 8%;
  text-align: center;
}
.con_app h2 img {
  width: 89.53125%;
}
.con_app ul {
  padding-top: 1%;
  overflow: hidden;
}
.con_app ul li {
  margin-top: 4%;
  width: 48.42105%;
}
.con_app ul li:nth-child(odd) {
  float: left;
}
.con_app ul li:nth-child(even) {
  float: right;
}

/* -----------------------------------------------------------
	.con_rec
----------------------------------------------------------- */
.con_rec {
  margin-top: 8%;
}
.con_rec .box_rec {
  margin-top: 4%;
}
.con_rec .box_rec #tab_rec {
  overflow: hidden;
  text-align: center;
}
.con_rec .box_rec #tab_rec li {
  cursor: pointer;
  width: 50%;
  float: left;
  line-height: 1.3;
  padding: .5em 0px;
  font-size: 96%;
  color: #47391e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-top-width: 2px;
  border-bottom-color: #cbcbcb;
}
.con_rec .box_rec #tab_rec li.active {
  cursor: default;
  border-color: #cbcbcb;
  border-bottom-color: #fff;
  border-top-color: #12402b;
}
.con_rec .box_rec #tab_rec li:last-child {
  line-height: 2.6;
}
.con_rec .box_rec #panel_rec {
  margin-top: 3%;
}
.con_rec .box_rec #panel_rec &gt; li:not(:first-child) {
  display: none;
}
.con_rec .box_rec #panel_rec &gt; li ul li a {
  padding: 3% 0;
  border-bottom: 1px solid #dadada;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.con_rec .box_rec #panel_rec &gt; li ul li a:active .box_det h4 {
  text-decoration: none;
}
.con_rec .box_rec #panel_rec &gt; li ul li a .box_det {
  float: right;
  width: 66.66667%;
}
.con_rec .box_rec #panel_rec &gt; li ul li a .box_det h4 {
  color: #072517;
  text-decoration: underline;
}
.con_rec .box_rec #panel_rec &gt; li ul li a .box_det .price {
  font-size: 84%;
  margin-top: 2%;
}
.con_rec .box_rec #panel_rec &gt; li ul li a .box_det .price span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #b63c2f;
  margin-left: 1em;
}
.con_rec .box_rec #panel_rec &gt; li ul li a .img {
  float: left;
  width: 29.82456%;
}
.con_rec .box_sce {
  margin-top: 10%;
}
.con_rec .box_sce ul {
  padding: 3% 0 5%;
  overflow: hidden;
  text-align: center;
}
.con_rec .box_sce ul li {
  width: 31.22807%;
  float: left;
}
.con_rec .box_sce ul li:nth-child(2), .con_rec .box_sce ul li:nth-child(3), .con_rec .box_sce ul li:nth-child(5) {
  margin-left: 3.15789%;
}
.con_rec .box_sce ul li:nth-child(4), .con_rec .box_sce ul li:nth-child(5) {
  padding-top: 3%;
  float: none;
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.con_rec .box_sce ul li a {
  display: block;
  border: 1px solid #cbcbcb;
  text-decoration: none;
  color: #47391e;
}
.con_rec .box_sce ul li a span {
  line-height: 1;
  padding-bottom: 6%;
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(#f7f7f7, #f3f3f3);
  background: -moz-linear-gradient(#f7f7f7, #f3f3f3);
  background: -o-linear-gradient(#f7f7f7, #f3f3f3);
  background: linear-gradient(#f7f7f7, #f3f3f3);
}
.con_rec .box_sce .btn {
  text-align: center;
}
.con_rec .box_sce .btn a {
  font-size: 121%;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 1em 0;
  background: #523a2d url(../images/home/ic_btnarr.png) no-repeat right 0.5em center;
  -webkit-background-size: 0.3em auto;
  -moz-background-size: 0.3em auto;
  -o-background-size: 0.3em auto;
  background-size: 0.3em auto;
  border: 2px solid #7c5a47;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* -----------------------------------------------------------
	.con_pic
----------------------------------------------------------- */
.con_pic {
  margin-top: 8%;
}
.con_pic #obj_pickSlide {
  width: 90.35088%;
  margin: 4% auto 0;
  text-align: center;
}
.con_pic #obj_pickSlide .slick-prev, .con_pic #obj_pickSlide .slick-next {
  height: 75%;
  width: 8.15534%;
  height: calc(82.8% - 12px);
  top: 0;
  margin-top: 0;
}
.con_pic #obj_pickSlide .slick-prev {
  left: -10.67961%;
  background: url(../images/home/ic_slide_prev.png) no-repeat 0 center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.con_pic #obj_pickSlide .slick-next {
  right: -10.67961%;
  background: url(../images/home/ic_slide_next.png) no-repeat 0 center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

/* -----------------------------------------------------------
	.con_new
----------------------------------------------------------- */
.con_new {
  margin-top: 6%;
}
.con_new ul li a {
  text-decoration: none;
  display: block;
  padding: 3% 2%;
  border-bottom: 1px dotted #333333;
}
.con_new ul li a:active .txt {
  text-decoration: none;
}
.con_new ul li a .date {
  line-height: 1.3;
  font-size: 84%;
}
.con_new ul li a .date span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #b63c2f;
  margin-left: 2em;
  padding: 0 .3em;
}
.con_new ul li a .txt {
  text-decoration: underline;
  margin-top: 2%;
  color: #072517;
}
.con_new ul li:nth-child(even) a {
  background: #f3f3f3;
}
.con_new .btn {
  text-align: center;
  width: 73.68421%;
  margin: 6% auto 0;
}
.con_new .btn a {
  font-size: 121%;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 1em 0;
  background: #523a2d url(../images/home/ic_btnarr.png) no-repeat right 0.5em center;
  -webkit-background-size: 0.3em auto;
  -moz-background-size: 0.3em auto;
  -o-background-size: 0.3em auto;
  background-size: 0.3em auto;
  border: 2px solid #7c5a47;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* -----------------------------------------------------------
	.con_bn
----------------------------------------------------------- */
.con_bn {
  margin-top: 8%;
}
.con_bn li:not(:first-child) {
  margin-top: 5%;
}

/* -----------------------------------------------------------
	.rsv_innner
----------------------------------------------------------- */
.rsv_inner{
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.rsv_inner ul{
}

.rsv_inner li{
/* background:red;*/
 border-radius:10px;
 padding:10px;
 margin: 10px;
}

.rsv_inner li a{
 /*color:white;*/
 text-decoration:none;	
}

/* -----------------------------------------------------------
	.trip_ai
----------------------------------------------------------- */

#trip_ai_container iframe{
 width:80%!important;
}</pre></body></html>