<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../tourism/img/pagetit.jpg) no-repeat center;
  background-size: cover;
}

.pickup_section {
  padding: 40px 0 80px;
  background: #e6f6f7;
}
.pickup_section .sec_tit {
  margin-bottom: 20px;
}
.pickup_section .sec_tit .en {
  color: #1c7d8f;
}
.pickup_section p {
  letter-spacing: .1em;
}
.pickup_section .pickup_main {
  margin-bottom: 80px;
}
.pickup_section .pickup_main .pic {
  position: relative;
  margin-bottom: 30px;
}
.pickup_section .pickup_main .pic &gt; img {
  display: block;
}
.pickup_section .pickup_main .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 200px;
  padding: 35px 10px 20px;
  margin: auto;
  background: rgba(255, 255, 255, 0.85);
}
.pickup_section .pickup_main .tit {
  color: #1c7d8f;
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.75;
  letter-spacing: .1em;
  text-align: center;
}
.pickup_section .pickup_main .tit ls {
  letter-spacing: 0;
}
.pickup_section .time {
  margin: 60px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1c7d8f;
  color: #1c7d8f;
  letter-spacing: .1em;
  text-align: center;
}
.pickup_section .time .icon {
  margin-right: 5px;
}
.pickup_section .pickup_list.center .list_item {
  margin: 0 5%;
}
.pickup_section .pickup_list .list_item {
  width: 29.62%;
}
.pickup_section .pickup_list .list_item .pic {
  max-width: 306px;
  padding: 16px;
  background: #cae1e5;
  border-radius: 100%;
  overflow: hidden;
}
.pickup_section .pickup_list .list_item .pic img {
  display: block;
  border-radius: 100%;
}
.pickup_section .pickup_list .list_item .tit {
  margin: 30px 0 10px;
  color: #1c7d8f;
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: .05em;
}
.pickup_section .btns {
  display: flex;
  width: 100%;
  margin: 50px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup_section .btns a {
  display: block;
  position: relative;
  width: 49%;
  padding: 15px 20px;
  border: 1px solid #1c7d8f;
  background: #1c7d8f;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.pickup_section .btns a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  display: inline-block;
  margin-top: -5px;
  width: 6px;
  height: 11px;
  vertical-align: middle;
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: all .2s ease;
}
.pickup_section .btns a:hover {
  background: #6eacb7;
  opacity: 1;
}
.pickup_section .btns a:hover:before {
  transform: translateX(2px);
}
.pickup_section .btns a.btn_map {
  background: #fff;
  color: #1c7d8f;
}
.pickup_section .btns a.btn_map:before {
  background: url(../img/arrow_green.svg) no-repeat;
  background-size: 100%;
}
.pickup_section .btns a.btn_map:hover {
  background: #e6f6f7;
}
.pickup_section .season {
  position: absolute;
  left: 10%;
  top: -18px;
  width: 80%;
  background: #1c7d8f;
  color: #fff;
  text-align: center;
  align-items: center;
  line-height: 1.5;
}
.pickup_section .season .label {
  width: 50%;
  padding: 5px;
}
.pickup_section .season .month {
  width: 50%;
  padding: 5px 5px;
  background: #61a4b1;
  font-size: 18px;
}

.tour_section {
  padding: 30px 0 40px;
  background: url(../img/bg_common.jpg) center top -1000px;
  justify-content: flex-start;
}
.tour_section .sec_tit {
  margin-bottom: 20px;
  color: #3d3d3d;
}
.tour_section .sec_tit .en {
  color: #3d3d3d;
}
.tour_section .tour_box {
  position: relative;
  width: 310px;
  max-width: 29.81%;
  margin: 0 4.47% 20px 0;
  padding-bottom: 90px;
  background: #fff;
}
.tour_section .tour_box:nth-of-type(3n) {
  margin-right: 0;
}
.tour_section .tour_box .pic img {
  display: block;
}
.tour_section .tour_box .tit {
  padding: 20px 10px 15px;
  color: #1c7d8f;
  font-size: 25px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
.tour_section .tour_box .tit.row2 {
  padding: 15px 10px 10px;
}
.tour_section .tour_box .tit.ls {
  letter-spacing: 0;
}
.tour_section .tour_box .time {
  margin-bottom: 12px;
  padding: 0 5px;
  color: #1c7d8f;
  text-align: center;
}
.tour_section .tour_box .time .icon {
  margin-right: 5px;
}
.tour_section .tour_box .txt {
  padding: 0 15px;
}
.tour_section .tour_box .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tour_section .tour_box .btns a {
  display: block;
  position: relative;
  width: 48%;
  padding: 15px 15px;
  border: 1px solid #1c7d8f;
  background: #1c7d8f;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.tour_section .tour_box .btns a:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  display: inline-block;
  margin-top: -5px;
  width: 6px;
  height: 11px;
  vertical-align: middle;
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: all .2s ease;
}
.tour_section .tour_box .btns a:hover {
  background: #6eacb7;
  opacity: 1;
}
.tour_section .tour_box .btns a:hover:before {
  transform: translateX(2px);
}
.tour_section .tour_box .btns a.btn_map {
  background: #fff;
  color: #1c7d8f;
}
.tour_section .tour_box .btns a.btn_map:before {
  background: url(../img/arrow_green.svg) no-repeat;
  background-size: 100%;
}
.tour_section .tour_box .btns a.btn_map:hover {
  background: #e6f6f7;
}
.tour_section .tour_box .season {
  width: 100%;
  background: #1c7d8f;
  color: #fff;
  text-align: center;
  align-items: center;
  line-height: 1.5;
}
.tour_section .tour_box .season .label {
  width: 40%;
  padding: 5px;
}
.tour_section .tour_box .season .month {
  width: 60%;
  padding: 5px 5px;
  background: #61a4b1;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pickup_section {
    padding: 30px 0 10px;
  }
  .pickup_section .pickup_main {
    margin-bottom: 40px;
  }
  .pickup_section .pickup_main .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .pickup_section .pickup_main .box {
    width: 80%;
    max-width: 300px;
    height: 40%;
    padding: 15px 10px;
  }
  .pickup_section .pickup_main .tit {
    line-height: 1.5;
    font-size: 21px;
  }
  .pickup_section .time {
    margin: 40px 0 20px;
  }
  .pickup_section .pickup_list.center .list_item {
    margin: 0 0 30px;
  }
  .pickup_section .pickup_list .list_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .pickup_section .pickup_list .list_item .pic {
    max-width: 440px;
    width: 86%;
    margin: 0 auto;
    padding: 10px;
  }
  .pickup_section .pickup_list .list_item .tit {
    margin: 15px 0 10px;
    font-size: 22px;
    text-align: center;
  }
  .pickup_section .btns {
    margin-top: 20px;
  }
  .pickup_section .btns a {
    width: 49%;
    padding: 15px 20px;
  }

  .tour_section {
    padding: 30px 0 20px;
    background-position: center top -500px;
    background-size: 1000px;
  }
  .tour_section .tour_box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding-bottom: 0;
  }
  .tour_section .tour_box .tit {
    padding: 15px 15px 10px;
    font-size: 22px;
  }
  .tour_section .tour_box .tit.row2 {
    padding: 15px 15px 10px;
  }
  .tour_section .tour_box .time {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .tour_section .tour_box .txt {
    padding: 0 15px;
  }
  .tour_section .tour_box .btns {
    position: static;
    padding: 20px 15px;
  }
  .tour_section .tour_box .btns a {
    display: block;
    position: relative;
    width: 48%;
    padding: 15px 15px;
  }
}
/* ---------------------------------------------------
	tour_common
------------------------------------------------------ */
section .nav_wrap {
  padding: 50px 0;
}
section .nav_wrap .nav_tit {
  color: #3d3d3d;
  text-align: center;
}

.tour_nav {
  margin-top: 25px;
  justify-content: center;
}
.tour_nav li {
  width: 200px;
  margin: 0 5px;
}
.tour_nav li a {
  display: block;
  padding: 15px 10px;
  background: #1c7d8f;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.tour_nav li a .icon {
  display: inline-block;
  width: 40px;
  height: 27px;
  margin-bottom: 5px;
}
.tour_nav li a .icon img {
  vertical-align: middle;
}

#tour_footer .tour_link {
  padding: 10px 0 70px;
}
#tour_footer .stay_link {
  padding: 60px 0 50px;
  background: url(../../tourism/img/stay_bg.jpg) no-repeat center;
  background-size: cover;
}
#tour_footer .stay_link .sec_tit .en {
  color: #1c7d8f;
  font-size: 44px;
}
#tour_footer .stay_link .sec_tit .main {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .25em;
}
#tour_footer .stay_link .pagenav li a .txt {
  padding: 18px 10px;
}
#tour_footer .stay_link .pagenav li .btn01 {
  background: #d03962;
}
#tour_footer .stay_link .pagenav li .btn01:hover {
  background: #df7793;
}
#tour_footer .stay_link .pagenav li .btn02 {
  background: #da5a24;
}
#tour_footer .stay_link .pagenav li .btn02:hover {
  background: #e68b65;
}
#tour_footer .stay_link .pagenav li .btn03 {
  background: #44aeea;
}
#tour_footer .stay_link .pagenav li .btn03:hover {
  background: #89ccf2;
}

@media screen and (max-width: 768px) {
  section .nav_wrap {
    padding: 30px 0 30px;
  }

  .tour_nav {
    margin-top: 15px;
    justify-content: space-between;
  }
  .tour_nav li {
    width: 49%;
    margin: 0 0 10px;
  }
  .tour_nav li a {
    padding: 12px 10px 10px;
  }
  .tour_nav li a .icon {
    width: 40px;
    height: 27px;
    margin-bottom: 3px;
  }

  #tour_footer .tour_link {
    padding: 10px 0 30px;
  }
  #tour_footer .stay_link {
    padding: 30px 0 30px;
  }
  #tour_footer .stay_link .sec_tit .en {
    font-size: 36px;
  }
  #tour_footer .stay_link .sec_tit .main {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .2em;
  }
  #tour_footer .stay_link .pagenav {
    margin-top: 0;
  }
  #tour_footer .stay_link .pagenav li a .txt {
    padding: 15px 0px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 40px 0 60px;
  background: url(../img/bg_common.jpg) center top -1000px;
}
#sec1 .sec_tit {
  color: #3d3d3d;
}
#sec1 .sec_tit .en {
  color: #3d3d3d;
}
#sec1 .gmap {
  max-width: 1280px;
  height: 500px;
  margin: 0 auto 40px;
}
#sec1 .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 30px 0 30px;
    background-position: center top -500px;
    background-size: 1000px;
  }
  #sec1 .gmap {
    height: 250px;
    margin: 0 auto 20px;
  }
}
/* ---------------------------------------------------
	tourism
------------------------------------------------------ */
#tourism #sec2 {
  background: url(../../tourism/img/pickup_bg.jpg) no-repeat center bottom, #e6f6f7;
}
@media screen and (min-width: 2001px) {
  #tourism #sec2 {
    background-size: 100%;
  }
}
#tourism #sec4 {
  padding: 60px 0 80px;
  background: #e6f6f7;
}
#tourism #sec4 .info_table {
  word-break: break-all;
}
#tourism #sec4 .info_table th {
  width: 40%;
}
#tourism #sec4 .info_table a {
  color: #4997a5;
}
#tourism #sec4 .info_table a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #tourism #sec2 {
    background-size: 1000px;
  }
  #tourism #sec4 {
    padding: 30px 0 40px;
  }
  #tourism #sec4 .info_table th {
    width: 100%;
  }
}
/* ---------------------------------------------------
	tourism_widearea
------------------------------------------------------ */
#tourism_widearea #sec2 {
  background: url(../../tourism_widearea/img/pickup_bg.jpg) no-repeat center bottom, #e6f6f7;
}
@media screen and (min-width: 2001px) {
  #tourism_widearea #sec2 {
    background-size: 100%;
  }
}
#tourism_widearea #sec4 {
  padding: 60px 0 80px;
  background: #e6f6f7;
}
#tourism_widearea #sec4 .info_table {
  word-break: break-all;
}
#tourism_widearea #sec4 .info_table th {
  width: 40%;
}
#tourism_widearea #sec4 .info_table a {
  color: #4997a5;
}
#tourism_widearea #sec4 .info_table a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #tourism_widearea #sec2 {
    background-size: 1000px;
  }
  #tourism_widearea #sec4 {
    padding: 30px 0 40px;
  }
  #tourism_widearea #sec4 .info_table th {
    width: 100%;
  }
}
/* ---------------------------------------------------
	tourism_gourmetevent
------------------------------------------------------ */
#tourism_gourmetevent .pickup_section {
  padding: 30px 0 60px;
}
#tourism_gourmetevent .pickup_section .pickup_main {
  margin-bottom: 0;
}
#tourism_gourmetevent .pickup_section .pickup_main .box {
  padding-top: 45px;
}
#tourism_gourmetevent .pickup_section .pickup_main .time {
  margin-top: 40px;
}
#tourism_gourmetevent .pickup_section .pickup_main .btns {
  max-width: 306px;
  margin: 40px auto 0;
}
#tourism_gourmetevent #sec2 {
  background: url(../../tourism_gourmetevent/img/pickup_bg_01.jpg) no-repeat center bottom, #e6f6f7;
}
@media screen and (min-width: 2001px) {
  #tourism_gourmetevent #sec2 {
    background-size: 100%;
  }
}
#tourism_gourmetevent #sec3 {
  background: url(../../tourism_gourmetevent/img/pickup_bg_02.jpg) no-repeat center bottom;
}
@media screen and (min-width: 2001px) {
  #tourism_gourmetevent #sec3 {
    background-size: 100%;
  }
}
#tourism_gourmetevent #food .tour_box {
  padding-bottom: 20px;
}
#tourism_gourmetevent #sec5 {
  padding: 60px 0 80px;
  background: #e6f6f7;
}
#tourism_gourmetevent #sec5 .info_table {
  word-break: break-all;
}
#tourism_gourmetevent #sec5 .info_table th {
  width: 40%;
}
#tourism_gourmetevent #sec5 .info_table a {
  color: #4997a5;
}
#tourism_gourmetevent #sec5 .info_table a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #tourism_gourmetevent .pickup_section {
    padding: 30px 0 40px;
  }
  #tourism_gourmetevent .pickup_section .pickup_main {
    margin-bottom: 0;
  }
  #tourism_gourmetevent .pickup_section .pickup_main .pic {
    margin-bottom: 15px;
  }
  #tourism_gourmetevent .pickup_section .pickup_main .box {
    /*height: 145px;*/
    padding-top: 30px;
  }
  #tourism_gourmetevent .pickup_section .pickup_main .time {
    margin: 15px 0 15px;
  }
  #tourism_gourmetevent .pickup_section .pickup_main .btns {
    max-width: 100%;
    margin: 20px auto 0;
  }
  #tourism_gourmetevent #sec2 {
    background-size: 1000px;
  }
  #tourism_gourmetevent #sec3 {
    background-size: 1000px;
  }
  #tourism_gourmetevent #sec5 {
    padding: 30px 0 40px;
  }
  #tourism_gourmetevent #sec5 .info_table th {
    width: 100%;
  }
}
</pre></body></html>