@charset "UTF-8";
/* CSS Document */

/* mv
---------------------------------------------------------------------- */
.slider {
	width: 100vw;
	height: 450px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	/*background-attachment: fixed;*/
}

@keyframes slide-fade {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
		z-index: 0;
	}
}

.slider li:first-of-type {
	background-image: url(../images/index/mv01.jpg);
}

.slider li:nth-of-type(2) {
	background-image: url(../images/index/mv02.jpg);
	animation-delay: 5s;
}

.slider li:nth-of-type(3) {
	background-image: url(../images/index/mv03.jpg);
	animation-delay: 5s;
}

.slider li:last-of-type {
	background-image: url(../images/index/mv04.jpg);
	animation-delay: 10s;
}

#mainvisual {
	position: relative;
}

#mainvisual h2.copy {
    top: 38px;
    right: 10%;
    z-index: 9998;
    position: absolute;
    text-align: center;
    width: 100px;
    display: block;
    margin: 0 auto;
}

#mainvisual h2.copy img {
	width: 100%;
}

.shadow_w {
	filter:
		drop-shadow(5px 5px 10px rgba(255, 255, 255, 1)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 1)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 1)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 1));
}

.shadow_b {
	filter:
		drop-shadow(5px 5px 10px rgba(19, 68, 188, 1)) drop-shadow(-5px -5px 10px rgba(19, 68, 188, 1));
}

/* inner
  ---------------------------------------------------------------------- */
.index {
	padding: 0;
	text-align: center;
}

.fixed {
	position: fixed !important;
	top: 70px !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
}

/* news */
.index .newsTop {
	width: 100%;
	padding: 80px 0 90px;
	background: #fff;
}

.index .newsTop .news_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .newsTop .news_list li {
	width: 31.1%;
	text-align: left;
}

.index .newsTop .news_list li .img {
	aspect-ratio: 1.4/1;
}

.index .newsTop .news_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .newsTop .news_list li p {
	line-height: 1.5;
}

.index .newsTop .news_list li time {
	color: #033f8a;
	font-size: 14px;
}

.index .newsTop .news_btn {
	text-align: center;
}

.index .newsTop .news_btn a {
	color: #333;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	font-size: 1.125em;
	letter-spacing: 0.5;
	padding: 4px 52px 4px 40px;
	border-bottom: 1px solid #999;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .newsTop .news_btn a::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 1px;
	border-radius: 9999px;
	background-color: #999;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}

/* room */
.index .roomTop {
	width: 100%;
	padding: 80px 0 0;
	background: #fff;
}

.index .roomTop .TitleVox {
	width: 100%;
	height: 339px;
	background: url(../images/index/roomTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.index .roomTop .TitleVox::after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 339px;
	z-index: 1;
	position: absolute;
	background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4));
}

.index .roomTop .type {
	text-align: right;
}

.index .roomTop .type img {
	width: 68px;
	height: 28px;
}

.index .roomTop .slider_room {
	position: relative;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.index .roomTop .dots-wrap {
	width: 100%;
	bottom: 30px;
	left: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index .roomTop .dots-wrap li {
	width: 94px;
	height: 2px;
	margin: 0 5px;
	background: #808080;
	cursor: pointer;
}

.index .roomTop .dots-wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.index .roomTop .dots-wrap li:hover,
.index .roomTop .dots-wrap li.slick-active {
	background: #fff;
}

.index .roomTop .description {
	width: 100%;
	padding: 40px 0;
	margin-top: -10px;
	background: #f0f0f4;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .roomTop .description .txt {
	font-size: 22px;
	line-height: 1.75;
}

.index .roomTop .description .spec {
	font-size: 16px;
}

.index .roomTop .room_ttl {
	width: 100%;
	line-height: 1.5;
	text-align: center;
}

.index .roomTop .room_ttl span.ja {
	color: #333;
	font-size: 28px;
}

.index .roomTop .room_ttl span.en {
	display: block;
	color: #b06c00;
	font-size: 13px;
	font-weight: 500;
}

.index .roomTop .roomfacilities {
	width: 630px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.index .roomTop .roomfacilities ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .roomTop .roomfacilities ul li {
	width: 21.6%;
	height: 136px;
	color: #fff;
	font-size: 14px;
	background: #999;
	font-weight: bold;
	text-align: center;
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 26px 0 16px 0;
}

.index .roomTop .roomfacilities ul li span {
	left: 50%;
	bottom: 0;
	width: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.index .roomTop .roomfacilities ul li img.room_i01 {
	width: 70px;
	height: 60px;
}

.index .roomTop .roomfacilities ul li img.room_i02 {
	width: 56px;
	height: 62px;
}

.index .roomTop .roomfacilities ul li img.room_i03 {
	width: 42px;
	height: 62px;
}

.index .roomTop .roomfacilities ul li img.room_i04 {
	width: 51px;
	height: 62px;
}

.index .roomTop .roomfacilities ul li img.room_i05 {
	width: 48px;
	height: 62px;
}

.index .roomTop .roomfacilities ul li img.room_i06 {
	width: 80px;
	height: 48px;
}

.index .roomTop .roomfacilities ul li img.room_i07 {
	width: 48px;
	height: 66px;
}

.index .roomTop .roomfacilities ul li img.room_i08 {
	width: 43px;
	height: 60px;
}

.index .roomTop .roomfacilities ul li span {
	display: block;
}

.index .roomTop .roomamenities {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	border-bottom: 2px solid #e6e6e6;
}

.index .roomTop .room_list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.index .roomTop .room_list li {
	flex: 1;
}

.index .roomTop .roomamenities p,
.index .roomTop .freeamenities p,
.index .roomTop .roomamenities p {
	font-size: 16px;
	text-align: center;
}

.index .roomTop .freeamenities,
.index .roomTop .roomamenities {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 80px;
	border-bottom: 2px solid #e6e6e6;
}

.index .roomTop p.note {
	font-size: 22px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", serif;
}

/* facility */
.index .facilityTop {
	width: 100%;
	padding: 80px 0 0;
	background: #fff;
}

.index .facilityTop .TitleVox {
	width: 100%;
	height: 339px;
	background: url(../images/index/facilityTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.index .facilityTop .TitleVox::after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 339px;
	z-index: 1;
	position: absolute;
	background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4));
}

.index .facilityTop .facility_list01,
.index .facilityTop .facility_list02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .facilityTop .facility_list01 li {
	width: 48.5%;
	text-align: left;
	margin-bottom: 80px;
}

.index .facilityTop .facility_list02 li {
	width: 23.5%;
	text-align: center;
	margin-bottom: 40px;
}

.index .facilityTop .facility_list01 h3 {
	font-size: 22px;
	font-weight: bold;
}

.index .facilityTop .facility_list02 h3 {
	font-size: 16px;
	margin-top: 5px;
	font-weight: bold;
}

.index .facilityTop .facility_list01 p {
	font-size: 16px;
	line-height: 1.5;
}

.index .facilityTop .facility_list02 p {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: center;
}

.index .facilityTop .information {
	width: 100%;
	height: 390px;
	position: relative;
	margin-bottom: 160px;
	border: 1px solid #ccc;
}

.index .facilityTop .information .imgArea {
	top: -1px;
	left: 0;
	width: 260px;
	position: absolute;
}

.index .facilityTop .information .decArea {
	top: 0;
	right: 130px;
	width: 576px;
	padding: 40px 0;
	position: absolute;
}

.index .facilityTop .information .decArea h3 {
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .facilityTop .information .decArea p {
	font-size: 14px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .facilityTop .information .information_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .facilityTop .information .information_link li {
	width: 48.5%;
	margin-bottom: 24px;
}

.index .facilityTop .information .information_link li a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 8px 0;
}

.index .facilityTop .restaurant {
	width: 100%;
	height: 1100px;
	background: #603813;
	padding: 100px 0 70px;
}

.index .facilityTop .restaurant .inner {
	position: relative;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto;
}

.index .facilityTop .restaurant .inner .imgArea01 {
	position: absolute;
	left: 0;
	width: 530px;
	height: 100%;
	min-height: 493px;
	max-height: 493px;
}

.index .facilityTop .restaurant .inner .imgArea02 {
	position: absolute;
	top: 415px;
	right: 0;
	width: 580px;
	height: 100%;
	min-height: 493px;
	max-height: 493px;
}

.index .facilityTop .restaurant .inner .imgArea03 {
	position: absolute;
    top: 530px;
    left: 20px;
    width: 315px;
    height: 100%;
    min-height: 324px;
    max-height: 324px;
}

.index .facilityTop .restaurant .inner .imgArea01 img,
.index .facilityTop .restaurant .inner .imgArea02 img,
.index .facilityTop .restaurant .inner .imgArea03 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.index .facilityTop .restaurant .inner .decArea {
	top: 10px;
	right: 10%;
	position: absolute;
	color: #fff;
	height: 415px;
	width: 300px;
	text-align: left;
}

.index .facilityTop .restaurant .inner .decArea .restaurant_ttl {
	line-height: 1.5;
}

.index .facilityTop .restaurant .inner .decArea .restaurant_ttl .txt1 {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.index .facilityTop .restaurant .inner .decArea .restaurant_ttl .txt2 {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.index .facilityTop .restaurant .inner .decArea .restaurant_ttl .name {
	display: block;
	font-size: 40px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .facilityTop .restaurant .inner .decArea p {
	font-size: 18px;
	line-height: 1.75;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .facilityTop .rentalspace {
	width: 100%;
	height: 1128px;
	background: #e1c79e;
	padding: 100px 0 60px;
}

.index .facilityTop .rentalspace .inner {
	position: relative;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto;
}

.index .facilityTop .rentalspace .inner .imgArea01 {
	position: absolute;
	right: 0;
	width: 500px;
	height: 100%;
	min-height: 493px;
	max-height: 493px;
}

.index .facilityTop .rentalspace .inner .imgArea02 {
	position: absolute;
	top: 415px;
	left: 0;
	width: 600px;
	height: 100%;
	min-height: 493px;
	max-height: 493px;
}

.index .facilityTop .rentalspace .inner .imgArea03 {
	position: absolute;
	top: 530px;
	right: 20px;
	width: 300px;
	height: 100%;
	min-height: 478px;
	max-height: 478px;
}

.index .facilityTop .rentalspace .inner .imgArea01 img,
.index .facilityTop .rentalspace .inner .imgArea02 img,
.index .facilityTop .rentalspace .inner .imgArea03 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.index .facilityTop .rentalspace .inner .decArea {
	top: 60px;
	left: 10%;
	position: absolute;
	color: #333;
	height: 415px;
	width: 300px;
	text-align: left;
}

.index .facilityTop .rentalspace .inner .decArea .rentalspace_ttl {
	line-height: 1.5;
}

.index .facilityTop .rentalspace .inner .decArea .rentalspace_ttl .txt1 {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.index .facilityTop .rentalspace .inner .decArea .rentalspace_ttl .txt2 {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.index .facilityTop .rentalspace .inner .decArea .rentalspace_ttl .name {
	display: block;
	font-size: 40px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .facilityTop .rentalspace .inner .decArea p {
	font-size: 18px;
	line-height: 1.75;
	font-family: "游明朝", "Yu Mincho", serif;
}

/* shightseeing */
.index .shightseeingTop {
	width: 100%;
	padding: 80px 0 0;
	background: #fff;
}

.index .shightseeingTop .TitleVox {
	width: 100%;
	height: 339px;
	background: url(../images/index/shightseeingTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.index .shightseeingTop .TitleVox::after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 339px;
	z-index: 1;
	position: absolute;
	background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4));
}

.index .shightseeingTop .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 0px;
	justify-content: space-between;
}

.index .shightseeingTop .bg_gray {
	background: #f0f0f4;
	padding-bottom: 30px;
}

.index .shightseeingTop .decArea {
	width: 288px;
	text-align: left;
	padding-top: 40px;
}

.index .shightseeingTop .slideAnimeWrap {
	width: 588px;
}

.index .shightseeingTop .decArea h3 {
	font-size: 22px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .shightseeingTop .decArea p {
	font-size: 16px;
	line-height: 1.5;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .shightseeingTop .slider_shightseeing {
	width: 588px;
	position: relative;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.index .shightseeingTop .dots-wrap {
	width: 100%;
	bottom: 20px;
	left: 50%;
	position: absolute;
	display: flex;
	justify-content: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index .shightseeingTop .dots-wrap li {
	width: 94px;
	height: 2px;
	margin: 0 5px;
	background: #808080;
	cursor: pointer;
}

.index .shightseeingTop .dots-wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.index .shightseeingTop .dots-wrap li:hover,
.index .shightseeingTop .dots-wrap li.slick-active {
	background: #fff;
}

.index .shightseeingTop .shightseeing_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.index .shightseeingTop .shightseeing_link li {
	width: 31.1%;
	margin-bottom: 20px;
}

.index .shightseeingTop .shightseeing_link li a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 8px 0;
}

.index .shightseeingTop .shightseeing_link li .line {
	padding: 0px 0;
}

.index .shightseeingTop .shightseeing_link li a span {
	display: block;
	font-size: 13px;
	margin-top: -10px;
}

.index .shightseeingTop .spot_ttl {
	width: 100%;
	font-size: 22px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .shightseeingTop .spot_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .shightseeingTop .spot_list li {
	width: 31.1%;
	font-family: "游明朝", "Yu Mincho", serif;
}

.index .shightseeingTop .spot_list li h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}

.index .shightseeingTop .spot_list li p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: -0.5px;
}

.index .shightseeingTop .map {
	width: 100%;
	position: relative;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.index .shightseeingTop .map a {
	display: block;
}

.index .shightseeingTop .walking {
	background-image: url("../images/i-walking.svg");
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: 10px 20px, 46px 20px;
}

.index .shightseeingTop .car {
	background-image: url("../images/i-car.svg");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 34px 18px, 46px 20px;
}

.index .shightseeingTop .site {
	text-align: center;
}

#RthCustomizeW .index .shightseeingTop .site a {
	color: #fff;
	display: block;
	padding: 8px 20px;
	font-size: 1rem;
	background: #666;
	transition: 0.3s ease-in-out;
}

#RthCustomizeW .index .shightseeingTop .site a:hover {
	color: #fff;
	background: #b06c00;
}

/* access */
.index .accessTop {
	width: 100%;
	padding: 80px 0 0;
	background: #fff;
}

.index .accessTop .TitleVox {
	width: 100%;
	height: 339px;
	background: url(../images/index/accessTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.index .accessTop .TitleVox::after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 339px;
	z-index: 1;
	position: absolute;
	background: linear-gradient(rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4));
}

.index .accessTop .gMap {
	width: 100%;
	height: 453px;
}

.accessTop .accessVox {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 70px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.accessTop address {
	line-height: 1.5;
	font-style: normal;
	font-size: 20px;
}

.accessTop address span {
	display: block;
}

.accessTop .accessVox ul {
	width: 380px;
	margin: 0 auto;
}

.accessTop .accessVox ul li.a_tf {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	text-align: center;
}

.accessTop .accessVox ul li.a_tf p,
.accessTop .accessVox ul li.a_tf a {
	font-size: 20px;
}

.accessTop .accessVox ul li .f_tel,
.infoarea ul li .f_fax {
	width: 50%;
	font-size: 20px;
}

.accessTop .accessVox ul li a {
	color: #333;
	font-size: 20px;
	display: contents;
}

.accessTop .accessVox .a_logo {
	width: 334px;
	margin: 0 auto;
}

.accessTop .accessVox .a_logo img {
	max-width: none;
	width: fit-content;
	width: 100%;
}

.accessTop .accessVox .a_mail {
	width: 100%;
	text-align: center;
}

.accessTop .accessVox .a_mail span {
	display: inline-block !important;
	color: #333;
	font-size: 20px;
	padding: 0 0 0 30px;
	background: url("../images/i-mail2.svg") left bottom 5px no-repeat;
	background-size: 23px 17px;
}

.accessTop .gmap_btn {
	text-align: center;
}

.accessTop .gmap_btn a {
	width: 280px;
	color: #333;
	display: block;
	padding: 8px 20px;
	font-size: 1rem;
	margin: 0 auto;
	border: 1px solid #b3b3b3;
	transition: 0.3s ease-in-out;
	background: #fff;
	background-image: url("../images/i-pin.svg"), url("../images/arw4.svg");
	background-position: left 10px center, right 15px center;
	background-repeat: no-repeat, no-repeat;
	background-size: 20px 24px, 7px 7px;
}

.accessTop .gmap_btn a span {
	color: #498bc8;
	margin-right: 8px;
}

.accessTop .gmap_btn a:hover {
	color: #333;
	display: block;
	padding: 8px 20px;
	font-size: 1rem;
	border: 1px solid #b3b3b3;
	transition: 0.3s ease-in-out;
	background: #b3b3b3;
	background-image: url("../images/i-pin.svg"), url("../images/arw4.svg");
	background-position: left 10px center, right 15px center;
	background-repeat: no-repeat, no-repeat;
	background-size: 20px 24px, 7px 7px;
}

.accessTop .access_traffic h3 {
	font-size: 28px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.accessTop .access_traffic h3.access_car {
	padding-top: 60px;
	background: url("../images/index/i-car.svg") top center no-repeat;
	background-size: 50px 38px;
}

.accessTop .access_traffic h3.access_train {
	padding-top: 90px;
	background: url("../images/index/i-train.svg") top center no-repeat;
	background-size: 136px 64px;
}

.accessTop .access_traffic h4 {
	padding: 0 20px;
	font-size: 22px;
	display: inline-block;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.accessTop .access_parking {
	padding: 50px 0;
	background: #f0f0f4;
}

.accessTop .access_parking .inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	text-align: center;
}

.accessTop .access_parking .inner .decArea {
	width: 45%;
	background: #fff;
	text-align: left;
	padding: 20px 40px 20px 60px;
}

.accessTop .access_parking .inner .decArea .parking_ttl {
	line-height: 1.5;
}

.accessTop .access_parking .inner .decArea .parking_ttl .par {
	color: #033f8a;
	font-size: 32px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.accessTop .access_parking .inner .decArea .parking_ttl .sun {
	display: block;
	color: #b06c00;
	font-size: 18px;
	font-weight: bold;
}

.accessTop .access_parking .inner .decArea .price {
	color: #033f8a;
	font-size: 22px;
	font-weight: 500;
}

.accessTop .access_parking .inner .imgArea {
	width: 57%;
}

.accessTop .access_root {
	padding: 120px 0 40px;
	background: linear-gradient(to bottom, #fff 0%, #fff 80%, #f0f0f4 20%, #f0f0f4 100%);
}

.accessTop .access_root .root_ttl {
	color: #333;
	font-size: 28px;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", serif;
}

.accessTop .access_root .root_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.accessTop .access_root .root_list li {
	width: 31.1%;
	text-align: left;
}

.accessTop .access_root .root_list li p {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	font-family: "游明朝", "Yu Mincho", serif;
}

.accessTop .access_basic {
	background: #e1c79e;
	padding: 90px 0 100px;
}

.accessTop .access_basic .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 12px;
	padding: 60px 60px 70px 50px;
	justify-content: space-between;
}

.accessTop .access_basic .inner .basic_ttl {
	width: 100%;
	color: #333;
	font-size: 24px;
	font-family: "游明朝", "Yu Mincho", serif;
}

.accessTop .access_basic .inner table {
	width: 50%;
	text-align: left;
}

.accessTop .access_basic .inner table td {
	padding: 5px 0;
}

.accessTop .access_basic .inner .basic_link {
	width: 280px;
}

.accessTop .access_basic .inner .basic_link li {
	width: 280px;
	margin-bottom: 24px;
}

.accessTop .access_basic .inner .basic_link li a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 8px 0;
}