<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#plan .pagetop {
	bottom: 30px;
  }
  
  /* ▼▼▼ plan
  ====================================================== */
  #main {
	color: #464646;
	padding-bottom: 0;
	overflow: unset;
  }
  #main .container {
	display: flex;
	width: 100%;
	max-width: unset;
	padding-top: 0;
  }
  #main .contents {
	overflow: hidden;
	max-width: 588px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
  }
  
  .pc_area_l, .pc_area_r {
	display: none;
  }
  
  .lead {
	max-width: 583px;
	margin: 0 auto 95px;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
  }
  
  .fs28 {
	display: inline-block;
	padding-top: 5px;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
  }
  
  .box {
	background: #fff;
	padding: 35px 0 50px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
  }
  .box.about {
	position: relative;
	background: url(img/about_bg01.webp) center center/cover;
  }
  .box.about .about_ttl {
	width: 90%;
	margin: 0 auto 30px;
  }
  .box.about .lead {
	line-height: 1.6;
	width: 90%;
	margin: 0 auto 103px;
	font-weight: 500;
  }
  .box.about .bg_illust {
	position: absolute;
	bottom: -10px;
	left: -40px;
	width: 400px;
  }
  .box.access {
	background-color: #1F7FCC;
  }
  .box.access .bg_illust {
	width: 80%;
	margin: 0 auto 10px;
  }
  .box.access .railway_map {
	margin: 30px 0 70px;
  }
  .box.access .from_mainarea {
	width: 90%;
	margin: 0 auto 80px;
  }
  .box.products {
	padding: 0;
	background-color: #1F7FCC;
  }
  .box.products .products_ttl {
	width: 80%;
	margin: 0 auto 15px;
  }
  .box.products .products_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5px;
	width: 90%;
	margin: 0 auto 13.5px;
  }
  .box.products .products_btns .btn {
	width: 49%;
  }
  .box.products .products_btns .btn:nth-child(2) {
	margin-top: 60px;
  }
  .box.products .products_btns .btn:nth-child(3) {
	margin-top: -30px;
  }
  .box.products .products_btns .btn:nth-child(4) {
	width: 46%;
	margin-top: 30px;
  }
  .box .product_block {
	position: relative;
	padding-bottom: 80px;
  }
  .box .product_block .no {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 64px;
  }
  .box .product_block .product_ttl {
	margin-bottom: 25px;
	padding-top: 150px;
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-size: 18px;
	text-align: center;
  }
  .box .product_block .product_slider .slick-slide {
	margin-right: 10px !important;
	margin-left: 10px !important;
  }
  .box .product_block .product_slider .slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 80px;
	height: 80px;
	margin-top: -15px;
  }
  .box .product_block .product_slider .prev-arrow {
	left: 0;
  }
  .box .product_block .product_slider .next-arrow {
	right: 0;
  }
  .box .product_block .dots-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
  }
  .box .product_block .dots-wrap li {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #E97371;
	border-radius: 50%;
	cursor: pointer;
  }
  .box .product_block .dots-wrap li:hover, .box .product_block .dots-wrap li.slick-active {
	background: #fff;
	border: #E97371 3px solid;
  }
  .box .product_block .dots-wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
  }
  .box .product_block .lead {
	position: relative;
	width: 70%;
	margin: 0 auto 60px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 700;
  }
  .box .product_block .info {
	position: relative;
	margin: 20px 20px 40px;
	padding: 20px;
	border: #E97371 5px dashed;
	border-radius: 15px;
  }
  .box .product_block .info .info_ttl {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 211px;
  }
  .box .product_block .info dl {
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: 2px;
  }
  .box .product_block .info dl:first-of-type {
	margin-top: 30px;
  }
  .box .product_block .info dl:last-of-type {
	margin-bottom: 0;
  }
  .box .product_block .info dl dt {
	margin-right: 20px;
	font-weight: 700;
  }
  .box .product_block .info dl dt::before {
	content: "■";
	color: #E97371;
  }
  .box .product_block .info dl dt span {
	font-weight: 400;
  }
  .box .product_block .info dl dd {
	line-height: 1.7;
	font-weight: 400;
  }
  .box .product_block .info .i_flt {
	display: flex;
  }
  .box .product_block .subscription .ttl {
	margin-bottom: 30px;
	color: #E97371;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
  }
  .box .product_block .subscription .ttl .arrow {
	position: relative;
  }
  .box .product_block .subscription .ttl .arrow::before, .box .product_block .subscription .ttl .arrow::after {
	position: absolute;
	top: 0;
	content: "";
	background-image: url(img/ico_arrow01.webp);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 50px;
	height: 40px;
  }
  .box .product_block .subscription .ttl .arrow::before {
	left: -55px;
	background-position: left bottom;
  }
  .box .product_block .subscription .ttl .arrow::after {
	right: -55px;
	background-position: right bottom;
  }
  .box .product_block .subscription .link_btn li {
	margin-bottom: 24px;
  }
  .box .product_block .subscription .link_btn li a {
	display: block;
	max-width: 217px;
	margin: 0 auto;
	padding: 10px;
	background-color: #E97371;
	border: #E97371 5px solid;
	border-radius: 40px;
	box-shadow: 2px 4px 0px 0px rgb(73, 181, 227);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
  }
  /* .box .product_block .subscription .link_btn li:last-child a {
    padding: 6px;
    line-height: 1.2;
    font-size: 15px;
  } */
  .box .product_block .subscription .link_btn li a:hover {
	background-color: #fff;
	border: #E97371 5px solid;
	color: #E97371;
	text-decoration: none;
  }
  .box #sec01.product_block,
  .box #sec03.product_block {
	background: url(img/bg_product_block01.webp) no-repeat top center/cover;
  }
  .box #sec01.product_block .bg_ico01 {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 110px;
  }
  .box #sec01.product_block .bg_ico02 {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 114px;
  }
  .box #sec02.product_block {
	background: url(img/bg_product_block02.webp) no-repeat top center/cover, url(img/bg_product_block01_1.webp) repeat-y 0 250px/contain;
	color: #fff;
  }
  .box #sec02.product_block .bg_ico01 {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 110px;
  }
  .box #sec02.product_block .dots-wrap li {
	background: #FFF358;
  }
  .box #sec02.product_block .dots-wrap li:hover, .box #sec02.product_block .dots-wrap li.slick-active {
	background: #5CA232;
	border: #FFF358 3px solid;
  }
  .box #sec02.product_block .lead {
	margin-bottom: 80px;
  }
  .box #sec02.product_block .lead .bg_ico02 {
	position: absolute;
	right: -30px;
	bottom: -70px;
	width: 114px;
  }
  .box #sec02.product_block .info {
	border: #FFF358 5px dashed;
  }
  .box #sec02.product_block .info dl dt::before {
	color: #FFF358;
  }
  .box #sec02.product_block .subscription .ttl {
	color: #fff;
  }
  .box #sec02.product_block .link_btn li a {
	background-color: #FFF358;
	border: #FFF358 5px solid;
	color: #5CA232;
  }
  .box #sec02.product_block .link_btn li a:hover {
	background-color: #fff;
	border: #FFF358 5px solid;
	color: #5CA232;
  }
  .box #sec03.product_block {
	background-color: #5CA232;
  }
  .box #sec03.product_block .bg_ico01 {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 101px;
  }
  .box #sec03.product_block .dots-wrap li {
	background: #1F7FCC;
  }
  .box #sec03.product_block .dots-wrap li:hover, .box #sec03.product_block .dots-wrap li.slick-active {
	background: #fff;
	border: #1F7FCC 3px solid;
  }
  .box #sec03.product_block .lead {
	margin-bottom: 85px;
  }
  .box #sec03.product_block .lead .bg_ico02 {
	position: absolute;
  }
  .box #sec03.product_block .lead .bg_ico02:first-child {
	left: -10px;
	bottom: -70px;
	width: 88px;
  }
  .box #sec03.product_block .lead .bg_ico02:nth-child(2) {
	right: 0;
	bottom: -80px;
	width: 98px;
  }
  .box #sec03.product_block .info {
	border: #1F7FCC 5px dashed;
  }
  .box #sec03.product_block .info dl dt::before {
	color: #1F7FCC;
  }
  .box #sec03.product_block .subscription .ttl {
	color: #505050;
  }
  .box #sec03.product_block .subscription .ttl .arrow::before, .box #sec03.product_block .subscription .ttl .arrow::after {
	background-image: url(img/ico_arrow02.webp);
  }
  .box #sec03.product_block .link_btn li a {
	background-color: #1F7FCC;
	border: #1F7FCC 5px solid;
	box-shadow: 2px 4px 0px 0px rgb(233, 115, 113);
	color: #fff;
  }
  .box #sec03.product_block .link_btn li a:hover {
	background-color: #fff;
	border: #1F7FCC 5px solid;
	color: #1F7FCC;
  }
  .box #sec04.product_block {
	padding-bottom: 140px;
	background: url(img/bg_product_block03.webp) no-repeat top center/cover, url(img/bg_product_block01_1.webp) repeat-y 0 250px/contain;
	color: #fff;
  }
  .box #sec04.product_block .bg_ico01 {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 130px;
  }
  .box #sec04.product_block .dots-wrap li {
	background: #8572CC;
  }
  .box #sec04.product_block .dots-wrap li:hover, .box #sec04.product_block .dots-wrap li.slick-active {
	background: #fff;
	border: #8572CC 3px solid;
  }
  .box #sec04.product_block .lead {
	margin-bottom: 100px;
  }
  .box #sec04.product_block .lead .bg_ico02 {
	position: absolute;
	left: 50%;
	bottom: -70px;
	transform: translateX(-50%);
	width: 145px;
  }
  .box #sec04.product_block .info {
	border: #8572CC 5px dashed;
  }
  .box #sec04.product_block .info dl dt::before {
	color: #8572CC;
  }
  .box #sec04.product_block .subscription .ttl {
	color: #fff;
  }
  .box #sec04.product_block .subscription .ttl .arrow::before, .box #sec04.product_block .subscription .ttl .arrow::after {
	background-image: url(img/ico_arrow03.webp);
  }
  .box #sec04.product_block .link_btn li a {
	background-color: #8572CC;
	border: #8572CC 5px solid;
	color: #fff;
  }
  .box #sec04.product_block .link_btn li a:hover {
	background-color: #fff;
	border: #8572CC 5px solid;
	color: #8572CC;
  }
  
  .hotel_list {
	position: relative;
	padding: 48px 15px 50px;
	background-color: #E8FAFE;
  }
  .hotel_list .hotel_list_ttl {
	position: absolute;
	top: -75px;
	left: 50%;
	transform: translateX(-50%);
	width: 154px;
  }
  .hotel_list .hotels {
	display: flex;
	gap: 10px;
  }
  .hotel_list .hotels li {
	position: relative;
	/* height: 215px; */
	background-color: #fff;
	padding: 10px 10px 60px;
	text-align: center;
  }
  .hotel_list .hotels li .name {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
  }
  .hotel_list .hotels li .btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
  }
  .hotel_list .hotels li .btn a {
	display: block;
	max-width: 217px;
	margin: 0 auto;
	padding: 5px;
	background-color: #1F7FCC;
	border: #1F7FCC 5px solid;
	border-radius: 40px;
	box-shadow: 2px 4px 0px 0px rgb(73, 181, 227);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
  }
  .hotel_list .hotels li .btn a:hover {
	background-color: #fff;
	border: #1F7FCC 5px solid;
	color: #1F7FCC;
	text-decoration: none;
  }
  
  @media screen and (max-width: 767px) {
	#main {
	  padding: 0;
	}
	.lead {
	  margin-bottom: 50px;
	  font-size: 15px;
	}
	.box {
	  padding: 30px 15px 28px;
	}
	.box.access {
	  padding: 30px 0 28px;
	}
	.box.hotel_list {
	  padding: 48px 15px 50px;
	}
  }
  @media screen and (min-width: 768px) {
	.container_bg {
	  z-index: 1;
	  position: relative;
	  background: url(img/pc_bg.webp) center center;
	  background-size: cover;
	  background-attachment: fixed;
	  background-position: center calc(50% + 140px);
	}
	.pc_area_l, .pc_area_r {
	  display: block;
	}
	.pc_area_l {
	  position: relative;
	  width: calc(50% - 225px);
	}
	.pc_area_l .pc_bg {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 110px;
	  left: 0;
	  width: 100%;
	  height: calc(100vh - 180px);
	}
	.pc_area_l .ttl_pc {
	  max-width: 316px;
	  margin: 0 auto 35px;
	}
	.pc_area_l .image {
	  max-width: 215px;
	  margin: 0 auto 96px;
	}
	.pc_area_l .bg {
	  max-width: 300px;
	  margin: 0 auto;
	}
	.contents {
	  z-index: 6000;
	  position: relative;
	  overflow: visible;
	  margin: 0 auto;
	}
	.contents .box.about .bg_illust {
	  width: 560px;
	}
	.contents .box.access .bg_illust {
	  width: 70%;
	}
	.contents .box.access .from_mainarea {
	  width: 80%;
	}
	.contents .box .no {
	  width: 100px;
	}
	.contents .box .lead {
	  font-size: 30px;
	}
	.contents .box .product_block .lead {
	  margin-bottom: 70px;
	  font-size: 26px;
	}
	.contents .box .product_ttl {
	  padding-top: 190px;
	  font-size: 22px;
	}
	.contents .box .fs28 {
	  font-size: 36px;
	}
	.contents .box .info .info_ttl {
	  top: -30px;
	  max-width: 260px;
	}
	.contents .box .info dl {
	  font-size: 26px;
	}
	.contents .box .subscription .ttl {
	  font-size: 30px;
	}
	.contents .box .subscription .ttl .arrow::before, .contents .box .subscription .ttl .arrow::after {
    top: 10px;
  }
  .contents .box .subscription .ttl .arrow::before {
    left: -55px;
  }
  .contents .box .subscription .ttl .arrow::after {
    right: -60px;
  }
	.contents .box .subscription .link_btn li a {
	  max-width: 300px;
	  font-size: 26px;
	}
	.contents .box #sec01.product_block .bg_ico01 {
	  top: 30px;
	  right: 85px;
	  width: 140px;
	}
	.contents .box #sec02.product_block .bg_ico01 {
	  top: 35px;
	  left: 85px;
	  width: 150px;
	}
	.contents .box #sec02.product_block .lead {
	  font-weight: 500;
	}
	.contents .box #sec02.product_block .bg_ico02 {
	  right: -10px;
	  bottom: -65px;
	  width: 130px;
	}
	.contents .box #sec03.product_block .bg_ico01 {
	  top: 45px;
	  right: 65px;
	  width: 120px;
	}
	.contents .box #sec03.product_block .lead {
	  font-weight: 500;
	}
	.contents .box #sec03.product_block .bg_ico02:nth-child(2) {
	  right: 25px;
	  bottom: -70px;
	  width: 105px;
	}
	.contents .box #sec04.product_block {
	  padding-bottom: 200px;
	}
	.contents .box #sec04.product_block .bg_ico01 {
	  top: 50px;
	  right: 75px;
	  width: 160px;
	}
	.contents .box #sec04.product_block .bg_ico02 {
	  bottom: -80px;
	  width: 180px;
	}
	.contents .box #sec04.product_block .lead {
	  margin-bottom: 120px;
	}
	.contents .hotel_list {
	  padding: 70px 21px 60px;
	}
	.contents .hotel_list .hotel_list_ttl {
	  top: -114px;
	  width: 230px;
	}
	.contents .hotel_list .hotels li {
	  height: 300px;
	}
	.contents .hotel_list .hotels li .name {
	  font-size: 22px;
	}
	.contents .hotel_list .hotels li .name:nth-child(2) {
	  font-size: 20px;
	}
	.contents .hotel_list .hotels li .btn {
	  bottom: 20px;
	  width: 190px;
	}
	.contents .hotel_list .hotels li .btn a {
	  max-width: 300px;
	  font-size: 18px;
	}
	.pc_area_r {
	  position: relative;
	  box-sizing: border-box;
	  width: calc(50% - 225px);
	}
	.pc_area_r .pc_bg {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 110px;
	  left: 0;
	  width: 100%;
	  height: calc(100vh - 110px);
	}
	.pc_area_r .pc_bg .bg {
	  width: 200px;
	  margin: 20px auto;
	}
	.pc_area_r .ttl_pc {
	  margin-bottom: 20px;
	  color: #1F7FCC;
	  font-family: "Zen Kaku Gothic New", serif;
	  font-weight: 700;
	  font-size: 24px;
	  text-align: center;
	}
	.pc_area_r .link_btn {
	  max-width: 330px;
	  margin: 0 auto;
	}
	.pc_area_r .link_btn li:last-child {
	  margin-top: 50px;
	}
  }</pre></body></html>