@charset "utf-8";

/**
* Project
**/

.p-fv {
	padding: 4rem 0;
}

@media only screen and (min-width: 900px) {
	.p-fv {
		/*min-height: 800px;*/
	}
}

@media only screen and (max-width: 960px) {
	.p-fv {
		position: relative;
		min-height: inherit;
		padding: 5vw 0 48vw 5vw;
	}
}

.p-fv__inner {
	position: relative;
	height: 100%;
}

@media only screen and (max-width: 960px) {
	.p-fv__inner {
		position: static;
	}
}

.p-fv__ttl {
	position: absolute;
	bottom: 4vw;
	left: 2vw;
	max-width: 35vw;
	padding: 2.8vw;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1;
}

@media only screen and (max-width: 960px) {
	.p-fv__ttl {
		bottom: 4.8vw;
		left: 0;
		max-width: 82vw;
		padding: 5vw;
	}
}

.p-fv__ttl b {
	display: block;
	margin-top: 5rem;
	padding: 0.2rem 2rem;
	background: var(--color_accent01);
	font-size: 1.8rem;
	text-align: center;
	color: var(--color_bg);
}

@media only screen and (max-width: 960px) {
	.p-fv__ttl b {
		margin-top: 4vw;
		padding: 0.4vw 2.8vw 0.6vw;
		font-size: 2.7vw;
	}
}

.p-fv__main {
	position: relative;
	width: 75%;
	height: 53vw;
	margin-left: auto;
}

@media only screen and (max-width: 1200px) {
	.p-fv__main {
	}
}

@media only screen and (max-width: 960px) {
	.p-fv__main {
		width: 100%;
		height: 108vw;
	}
}

.p-fv__main * {
	height: 100%;
}

.p-fv__main img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.p-fv__scroll {
	position: absolute;
	right: 5vw;
	bottom: 4vw;
	z-index: 1;
	animation: fluffy 3s infinite;
}

@media only screen and (max-width: 960px) {
	.p-fv__scroll {
		right: 2vw;
		bottom: 11.2vw;
		padding-bottom: 2vw;
	}
}


.p-fv__scroll a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10rem;
	height: 10rem;
	border-radius: 10rem;
	background: rgba(29,48,127,0.8);
	font-size: 1.4rem;
	color: #fff;
	font-family: "Montserrat";
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-fv__scroll a {
		padding-bottom: 7vw;
		width: 10vw;
		height: 18vw;
		border-radius: 10vw;
		background: none;
		color: var(--color_accent01);
		writing-mode: vertical-rl;
		font-size: 3.4vw;
	}
}

.p-fv__scroll:after {
	content: "";
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: translate(-50%, 0);
	background-image: url(../img/common/icon-scroll.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

@media only screen and (max-width: 960px) {
	.p-fv__scroll:after {
		bottom: 0;
		width: 3vw;
		        height: 7vw;
		transform: translate(-50%, 0);
		background-image: url(../img/common/icon-scroll-sp.png);
	}
}

.p-bnr__list {
	width: 100%;
}

.p-bnr__list .slick-list {
	padding: 1rem 0;
}

@media only screen and (max-width: 960px) {
	.p-bnr__list .slick-list {
		padding: 2.8vw 0;
	}
}

.p-bnr__list .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-bnr__list .slick-dots {
		margin-top: 4vw;
	}
}

.p-bnr__list .slick-dots li {
	margin: 0 1.6rem;
	font-size: 0;
}

@media only screen and (max-width: 960px) {
	.p-bnr__list .slick-dots li {
		margin: 0 1.4vw;
		padding: 0;
	}
}

.p-bnr__list .slick-dots li button {
	font-size: 0;
	width: 1.4rem;
	height: 1.4rem;
	background: #eeeeee;
	border-radius: 1.4rem;
	cursor: pointer;
}

@media only screen and (max-width: 960px) {
	.p-bnr__list .slick-dots li button {
		width: 2.4vw;
		height: 2.4vw;
		border-radius: 2.4vw;
	}
}

.p-bnr__list .slick-dots li.slick-active button {
	font-size: 0;
	background: var(--color_accent01);
}

.p-bnr__list li {
	margin: 0 2rem;
	max-width: 314px;
}

.p-bnr__list li img {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-bnr__list li {
		margin: 0;
		padding: 0 2vw;
		max-width: 100%;
	}
}

.p-bnr__list li a {
	display: block;
	padding: 3px;
	box-shadow: 0 0 2px 3.2px rgb(242 242 242);
	border-radius: 4px;
}

.p-reserve {
	padding: 8rem 0;
}

@media only screen and (max-width: 960px) {
	.p-reserve {
		padding: 12vw 5vw;
	}
}

.p-reserve__main {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-reserve__main {
		flex-wrap: wrap;
		gap: 8vw 2.8vw;
		margin-bottom: 4vw;
	}
}

.p-reserve__select label {
	display: block;
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
	color: var(--color_accent01); 
}

@media only screen and (max-width: 960px) {
	.p-reserve__select label {
		margin-bottom: 1.2vw;
		font-size: 3.2vw;
	}
}

.p-reserve__select span select,
.p-reserve__select span input {
	width: 100%;
	padding: 0.4rem 0;
	font-size: 1.4rem;
	color: var(--color_accent01); 
	border-bottom: 2px solid var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-reserve__select span select,
	.p-reserve__select span input {
		padding: 1.4vw 0;
		font-size: 3.2vw;
	}
}

.p-reserve__select span select {
	background: url(../img/common/icon-select.png) no-repeat;
	background-size: 12px;
	background-position: calc(100% - 0px) center;
}

@media only screen and (max-width: 960px) {
	.p-reserve__select span select {
		background-size: 3.2vw;
	}
}

.p-reserve__select span input[type="date"] {
	background: url(../img/common/icon-calendar.png) no-repeat;
	background-size: 18px;
	background-position: calc(100% - 1px) center;
	appearance: none;
	text-align: left;
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-reserve__select span input[type="date"] {
		height: 9vw;
		background-size: 4.6vw;
		font-size: 3.2vw;
	}
}

.p-reserve__select span input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.p-reserve__info {
	display: flex;
	justify-content: space-between;
	gap: 1.2rem;
	margin-top: 4rem;
	font-size: 1.4rem;
	color: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-reserve__info {
		flex-direction: column;
		gap: 6vw;
		margin-top: 8vw;
		font-size: 3.2vw;
	}
}

.p-reserve__link {
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-reserve__link {
		display: flex;
		justify-content: flex-start;
		gap: 4vw;
	}
}

.p-reserve__link li a {
	position: relative;
	padding-bottom: 0.3rem;
}

@media only screen and (max-width: 960px) {
	.p-reserve__link li a {
		padding-bottom: 0.3vw;
	}
}

.p-reserve__link li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color_accent01);
  transition-duration: 0.3s;
  transform: scale(1);
}

@media only screen and (max-width: 960px) {
  .p-reserve__link li a:after {
  }
}

.p-reserve__link li a:hover:after {
  transform: scale(0);
}

@media only screen and (max-width: 960px) {
  .p-reserve__link li a:hover:after {
    transform: scale(1);
  }
}

.p-reserve__check {
	width: 26%;
}

@media only screen and (max-width: 960px) {
	.p-reserve__check {
		width: 100%;
	}
}

.p-reserve__date {
	width: 16%;
}

@media only screen and (max-width: 960px) {
	.p-reserve__date {
		width: calc((100% - 5.6vw) / 3);
	}
}

.p-reserve__room {
	width: 16%;
}

@media only screen and (max-width: 960px) {
	.p-reserve__room {
		width: calc((100% - 5.6vw) / 3);
	}
}

.p-reserve__num {
	width: 16%;
}

@media only screen and (max-width: 960px) {
	.p-reserve__num {
		width: calc((100% - 5.6vw) / 3);
	}
}

.p-reserve__btn {
	width: 30%;
	max-width: 200px;
	min-width: 200px;
}

@media only screen and (max-width: 960px) {
	.p-reserve__btn {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}
}

.p-reserve__btn button {
	width: 100%;
	padding: 1.8rem 0;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	color: var(--color_accent01);
	border: 2px solid var(--color_accent01);
	cursor: pointer;
	transition-duration: 0.3s;
}

@media only screen and (max-width: 960px) {
	.p-reserve__btn button {
		padding: 3.8vw 0;
		font-size: 3.6vw;
	}
}

.p-reserve__btn button:hover {
	color: var(--color_bg);
	background: var(--color_accent01);
}

.p-intro {
	position: relative;
	padding: 10rem 0 0;
}

@media only screen and (max-width: 960px) {
	.p-intro {
		padding: 10vw 0;
	}
}

.p-intro__inner {
	position: relative;
}

.p-intro__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(45deg,  rgba(0, 0, 0, 0) 30% , rgb(31 39 64));
}

@media only screen and (max-width: 960px) {
	.p-intro__inner:after {
		display: none;
	}
}

.p-intro__img {
	position: relative;
	width: 100%;
	height: 42vw;
}

@media only screen and (max-width: 960px) {
	.p-intro__img {
		height: 67vw;
		margin-bottom: -4vw;	
	}
}

.p-intro__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-intro__main {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1480px;
	margin: 0 auto;
	transform: translate(-50%, 0);
	z-index: 1;
}

@media only screen and (max-width: 960px) {
	.p-intro__main {
		position: static;
		transform: translate(0, 0);
	}
}

.p-intro__txt {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 8rem;
	width: 40%;
	transform: translate(0,-50%);
	color: #fff;
}

@media only screen and (max-width: 960px) {
	.p-intro__txt {
		position: static;
		width: 100%;
		padding: 8vw 5vw 0;
		transform: translate(0,0);
		color: var(--color_accent01);
	}
}

.p-intro__ttl {
	margin-bottom: 2rem;
	line-height: 1.1;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-intro__ttl {
		margin-bottom: 5vw;
	}
}

.p-intro__ttl small {
	display: block;
	margin-bottom: 1.4rem;
	font-size: 2rem;
	line-height: 1.4;
}

@media only screen and (max-width: 960px) {
	.p-intro__ttl small {
		margin-bottom: 1.2vw;
		font-size: 3.1vw;
	}
}

.p-intro__ttl strong {
	font-size: 4.4rem;
}

@media only screen and (max-width: 960px) {
	.p-intro__ttl strong {
		font-size: 6.4vw;
	}
}

.p-intro__desc {
	font-size: 1.4rem;
	line-height: 1.8;
}

@media only screen and (max-width: 960px) {
	.p-intro__desc {
		font-size: 3.2vw;
		line-height: 1.8;
	}
}

.p-intro__btn {
	margin-top: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-intro__btn {
		margin-top: 6vw;
		text-align: center;
	}
}

@media only screen and (max-width: 960px) {
	.p-intro__btn .c-btn {
		color: var(--color_accent01);
		border: 1px solid var(--color_accent01);
	}
}

.p-hotel__art {
	display: flex;
	align-items: flex-end;
	padding: 9rem 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	background: var(--color_accent03);
}

@media only screen and (max-width: 960px) {
	.p-hotel__art {
		flex-direction: column;
		gap: 5vw;
		padding: 12vw 0;
	}
	.p-hotel__art .p-hotel__img {
		padding-right: 5vw;
	}
}

.p-hotel__art:nth-child(2n) {
	flex-direction: row-reverse;
	background: none;
}

@media only screen and (max-width: 960px) {
	.p-hotel__art:nth-child(2n) {
		flex-direction: column;
	}
	.p-hotel__art:nth-child(2n) .p-hotel__img {
		padding-left: 5vw;
		padding-right: 0;
	}
}

.p-hotel__img {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-hotel__img {
		width: 100%;
	}
}

.p-hotel__img img {
	width: 100%;
}

.p-hotel__txt {
	width: 62%;
	min-width: 460px;
	max-width: 640px;
	padding: 0 8rem 5rem;
}

@media only screen and (max-width: 960px) {
	.p-hotel__txt {
		width: 100%;
		min-width: inherit;
		padding: 0 5vw 0;
	}
}

.p-hotel__ttl {
	max-width: 500px;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 960px) {
	.p-hotel__ttl {
		width: 80%;
		margin-bottom: 2.8vw;
	}
}

.p-hotel__subttl {
	margin-bottom: 3rem;
	font-size: 2.4rem;
	font-family: "ShipporiMincho-Regular";
	line-height: 1.5;
}

@media only screen and (max-width: 960px) {
	.p-hotel__subttl {
		margin-bottom: 5vw;
		font-size: 3.8vw;
		line-height: 1.6;
		padding-bottom: 4.6vw;
		border-bottom: 1px solid #dddddd;
	}
}

.p-news {
	padding: 8rem 8rem 0;
	background: var(--color_accent02);
}

@media only screen and (max-width: 960px) {
	.p-news {
		padding: 10vw 5vw;
	}
}

.p-newsList {
	padding: 0 8rem;
	background: none;
}

@media only screen and (max-width: 960px) {
	.p-newsList {
		padding: 0 5vw;
	}
}

.p-news__ttl a {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.2;
	padding-bottom: 0.3rem;
}

@media only screen and (max-width: 960px) {
	.p-news__ttl a {
		display: none;
	}
}

.p-news__ttl a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition-duration: 0.3s;
  transform: scale(1);
}

@media only screen and (max-width: 960px) {
  .p-news__ttl a:after {
    display: none;
  }
}

.p-news__ttl a:hover:after {
  transform: scale(0);
}

@media only screen and (max-width: 960px) {
  .p-news__ttl a:hover:after {
    display: none;
  }
}

.p-news__list li {
	border-bottom: 1px solid var(--color_border01);
}

@media only screen and (max-width: 960px) {
	.p-news__list li {
		border-bottom: 1px solid var(--color_main);
	}
}

.p-news__list li a {
	display: flex;
	align-items: center;
	padding: 2.2rem 0;
	gap: 1.2rem 0;
}

@media only screen and (max-width: 960px) {
	.p-news__list li a {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 4vw 0;
		gap: 1.2vw 0;
	}
}

.p-news__list li a time {
	min-width: 130px;
	width: 130px;
	font-size: 1.6rem;
	font-family: "Montserrat";
}

@media only screen and (max-width: 960px) {
	.p-news__list li a time {
		min-width: 28%;
		width: 28%;
		font-size: 3.6vw;
	}
}

.p-news__list li a label {
	min-width: 200px;
	width: 200px;
}

@media only screen and (max-width: 960px) {
	.p-news__list li a label {
		min-width: 68%;
		width: 68%;
	}
}

.p-news__list li a label b {
	padding: 0.1rem 1rem 0.2rem;
	font-size: 1.6rem;
	line-height: 1.2;
	color: var(--color_bg);
	background: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-news__list li a label b {
		display: inline-block;
		padding: 0.2vw 1.2vw 0.4vw;
		font-size: 3.4vw;
	}
}

.p-news__list li a span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
	.p-news__list li a span {
		font-size: 3.4vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-news__btn {
		margin-top: 8vw;
		text-align: center;
	}
}

.p-newsDetail {
	padding: 0 8rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail {
		padding: 0 5vw;
	}
}

.p-newsDetail__top {
	padding: 0 0 5rem;
	border-bottom: 4px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__top {
		padding: 0 0 8vw;
		border-bottom: 2px solid var(--color_border02);
	}
}

.p-newsDetail__info {
	display: flex;
	align-items: center;
	gap: 5rem; 
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__info {
		gap: 5vw; 
	}
}

.p-newsDetail__info time {
	line-height: 1.2;
	font-size: 1.6rem;
	font-family: "Montserrat";
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__info time {
		font-size: 3.6vw;
	}
}

.p-newsDetail__info span {
	font-size: 1.6rem;
	padding: 0.16rem 1.2rem 0.3rem;
	line-height: 1.4;
	font-weight: 300;
	color: var(--color_bg);
	background: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__info span {
		padding: 0.2vw 2vw 0.1vw;	
		font-size: 3.6vw;
	}
}

.p-newsDetail__ttl {
	margin-top: 3.2rem;
	font-size: 2.4rem;
	letter-spacing: 0.12em;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__ttl {
		margin-top: 6.4vw;
		font-size: 4.6vw;
	}
}

.p-newsDetail__art {
	padding: 5.5rem 0 0;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art {
		padding: 8vw 0 0;
	}
}

.p-newsDetail__art p {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art p {
		font-size: 3.6vw;
	}
}

.p-newsDetail__art h1 {
	font-size: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art h1 {
		font-size: 6.4vw;
	}
}

.p-newsDetail__art h2 {
	font-size: 3.6rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art h2 {
		font-size: 5.8vw;
	}
}

.p-newsDetail__art h3 {
	font-size: 3.2rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art h3 {
		font-size: 5.2vw;
	}
}

.p-newsDetail__art h4 {
	font-size: 2.8rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art h3 {
		font-size: 4.6vw;
	}
}

.p-newsDetail__art h5 {
	font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art h5 {
		font-size: 4vw;
	}
}

.p-newsDetail__art h6 {
	font-size: 2rem;
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__art h6 {
		font-size: 3.4vw;
	}
}

.p-newsDetail__btn {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 5.5rem auto 0;
	padding: 8rem 0;
	border-top: 4px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-newsDetail__btn {
		gap: 5vw;
		margin: 10vw auto 0;
		padding: 10vw 0;
		border-top: 2px solid var(--color_border02);
	}
}

.p-newsDetail__btn .c-btn__prev i {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-right: 16px;
    background: url(../img/common/icon-prev.svg) no-repeat;
    background-size: 100%;
	transition-duration: 0.3s;
}

.p-newsDetail__btn .c-btn__prev:hover i {
	background: url(../img/common/icon-prev-w.svg) no-repeat;
}

.p-newsDetail__btn .c-btn__next i {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 16px;
    background: url(../img/common/icon-next.svg) no-repeat;
    background-size: 100%;
	transition-duration: 0.3s;
}

.p-newsDetail__btn .c-btn__next:hover i {
	background: url(../img/common/icon-next-w.svg) no-repeat;
}

.p-carousel {
	width: 100%;
	height: calc(33.2vw + 8rem);
	overflow: hidden;
	padding: 4rem 0;
	background: #F8F7F1;
}

@media only screen and (max-width: 960px) {
	.p-carousel {
		height: 92vw;
		padding: 5vw 0 4.4vw;
	}
}

.p-carousel__main {
  opacity: 0;
  transition: opacity .3s linear;
}

.p-carousel__main.slick-initialized {
  opacity: 1;
}

.p-carousel__main li {
	padding: 0 2rem;
}

@media only screen and (max-width: 960px) {
	.p-carousel__main li {
		padding: 0 2.5vw;
	}
}

.p-carousel__main img {
	width: 100%;
	vertical-align: middle;
}

.p-feature {
	padding: 0 8rem;
}

@media only screen and (max-width: 960px) {
	.p-feature {
		padding: 0;
	}

}

.p-feature__inner {
	padding: 6rem 0;
}

@media only screen and (max-width: 960px) {
	.p-feature__inner {
		padding: 10vw 0;
	}
}

@media only screen and (max-width: 960px) {
	.p-feature__ttl {
		margin-bottom: 8vw;
	}
}

.p-feature__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 4rem;
}

@media only screen and (max-width: 960px) {
	.p-feature__list {
		flex-direction: column;
		gap: 8vw;
	}
}

.p-feature__item {
	width: calc((100% - 8rem) / 3);
}

@media only screen and (max-width: 960px) {
	.p-feature__item {
		width: 100%;
	}
}

.p-feature__item a {
	pointer-events: none;
}

@media only screen and (max-width: 960px) {
	.p-feature__img {
		width: 95vw;
		margin-left: -5vw;
	}
	.p-feature__item:nth-child(2n) .p-feature__img {
		width: 95vw;
		margin-left: 0;
	}
	.p-feature__img img {
		width: 100%;
	}
}

.p-feature__txt {
	position: relative;
	margin-top: 2rem;
}

@media only screen and (max-width: 960px) {
	.p-feature__txt {
		display: flex;
		align-items: flex-start;
		gap: 8vw;
		margin-top: 6.2vw;
	}
}

.p-feature__num {
	position: absolute;
	right: 2rem;
	top: -6.8rem;
}

@media only screen and (max-width: 960px) {
	.p-feature__num {
		position: static;
	}
}

.p-feature__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;
	width: 9rem;
	height: 9rem;
	border: 1px solid var(--color_accent01);
	font-size: 1.2rem;
	border-radius: 9rem;
	color: var(--color_accent01);
	font-family: "Montserrat";
	background: #fff;
}

@media only screen and (max-width: 960px) {
	.p-feature__circle {
		width: 16vw;
		height: 16vw;
		font-size: 2.2vw;
		border-radius: 16vw;
	}
}

.p-feature__circle strong {
	font-size: 3.8rem;
	font-weight: 500;
	line-height: 0.9;
}

@media only screen and (max-width: 960px) {
	.p-feature__circle strong {
		font-size: 5.2vw;
	}
}

.p-feature__top {
	min-height: 6rem;
	padding-right: 8rem;
}

@media only screen and (max-width: 960px) {
	.p-feature__top {
		padding-right: 0;
		min-height: inherit;
	}
}

.p-feature__subttl {
	display: inline;
	padding: 2px;
	font-size: 2.2rem;
	font-family: "ShipporiMincho-Regular";
	line-height: 1.7;
	color: #fff;
	background:  var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-feature__subttl {
		padding: 2px;
		font-size: 4.4vw;
	}
}

.p-feature__desc {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 1.8;
}

@media only screen and (max-width: 960px) {
	.p-feature__desc {
		margin-top: 2.8vw;
		font-size: 3.6vw;
		line-height: 1.8;
	}
}

.p-feature__desc small {
	display: block;
	margin-top: 4px;
	font-size: 1.4rem;
	line-height: 1.8;
}

.p-feature__cat {
	margin-top: 0.8rem;
	font-size: 1.8rem;
	font-family: "Montserrat";
	color: var(--color_accent01);
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-feature__cat {
		margin-top: 2vw;
		font-size: 3.6vw;
		line-height: 1.2;
	}
}

.p-plan {
	padding: 4rem 8rem 12rem;
}

@media only screen and (max-width: 960px) {
	.p-plan {
		padding: 0 5vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-plan__inner {
		padding: 10vw 0;
		border-top: 2px solid var(--color_border02);	}
}

@media only screen and (max-width: 960px) {
	.p-plan__ttl {
		margin-bottom: 8vw;
	}
}

.p-plan__list {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-plan__list {
		display: block;
		width: 100%;
	}
}

.p-plan__link {
	font-size: 1.8rem;
	color: var(--color_accent01);
	text-decoration: underline;
	text-align: right;
}

.p-plan__list .slick-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 0;
	z-index: 1;
}

@media only screen and (max-width: 960px) {
	.p-plan__list .slick-arrow {
		display: block;
	}

}

.p-plan__list .slick-next {
	right: 0;
	width: 3.2vw;
	height: 6vw;
	background: url(../img/common/icon-slider-r.png) no-repeat;
	background-size: 100%;
}

.p-plan__list .slick-prev {
	left: 0;
	width: 3.2vw;
	height: 6vw;
	background: url(../img/common/icon-slider-l.png) no-repeat;
	background-size: 100%;
}

.p-plan__item {
	width: calc((100% - 8rem) / 3);
}

@media only screen and (max-width: 960px) {
	.p-plan__item {
		width: 100%;
		padding: 0 7.2vw;
	}
}

.p-plan__item a {
	display: block;
	background: #F8F7F3;
}

.p-plan__img {
	position: relative;
}

.p-plan__img img {
	width: 100%;
}

.p-plan__img label {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.4rem 1.2rem;
	color: #fff;
	background: var(--color_accent01);
	font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
	.p-plan__img label {
		padding: 0.4vw 1.2vw;
		font-size: 3.8vw;
	}
}

.p-plan__txt {
	padding: 2rem 2rem 3.2rem;
}

@media only screen and (max-width: 960px) {
	.p-plan__txt {
		padding: 5vw 5vw 8vw;
	}
}

.p-plan__desc {
	font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
	.p-plan__desc {
		font-size: 3.6vw;
		line-height: 1.8;
	}
}

.p-plan__btn {
	width: 84%;
	max-width: 240px;
	margin: 3.2rem auto 0;
}

@media only screen and (max-width: 960px) {
	.p-plan__btn {
		width: 43vw;
		max-width: 100%;
		margin: 6vw auto 0;
	}
}

.p-facility {
	padding: 0 8rem;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-facility {
		margin: 0 5vw;
		padding: 10vw 0 0; 
		border-top: 2px solid var(--color_border02);
	}
}

@media only screen and (max-width: 960px) {
	.p-facility__inner {
	    width: 100vw;
	    margin-left: -5vw;
	}
}

.p-facility__btn {
	max-width: 240px;
	width: 20%;
}

@media only screen and (max-width: 960px) {
	.p-facility__btn {
		width: 43vw;
		max-width: 100%;
		margin: 0 auto;
	}
}

.p-facility__list {
	padding: 8rem 0 8rem;
}

.p-facility__item {
	padding: 4rem 0;
}

@media only screen and (max-width: 960px) {
	.p-facility__item {
		padding: 10vw 5vw 10vw 0;
	}
}

.p-facility__img {
	overflow: hidden;
}

@media only screen and (max-width: 960px) {
	.p-facility__img {
	}	
}

.p-facility__img span {
	display: block;
}

.p-facility__img img {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-facility__img img {
		width: 100%;
	}	
}

.p-facility__ttl {
	margin-bottom: 3.2rem;
	text-align: left;
	    align-items: flex-start;
}

@media only screen and (max-width: 960px) {
	.p-facility__ttl {
		margin-bottom: 4vw;
	}
}

.p-facility__ttl h2 {
	flex-direction: row !important;
	align-items: flex-start !important;
	justify-content: flex-start;
}

.p-facility__ttl h2 strong {
	font-size: 4.4rem;
}

.p-facility__ttl h2 small {
	margin-top: 0;
	margin-left: 3.2rem;
}	

.p-facility__txt {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 4rem;
	padding-right: 0;
}

@media only screen and (max-width: 960px) {
	.p-facility__txt {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 8vw;
		margin-top: 5vw;
		padding-left: 5vw;
		padding-right: 0;
	}

	.p-facility__txt a {
		width: 100%;
	}
}

.p-facility__desc {
	font-size: 1.8rem;
	line-height: 1.6;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-facility__desc {
		font-size: 4.4vw;
	}
}

.p-facility__desc a {
	text-decoration: underline;
}


.p-maps {
	padding: 4rem 8rem;
}

/**
* Project
**/

.p-tourMap {
}

@media only screen and (max-width: 960px) {
	.p-tourMap {

	}
}

.p-tourMap__inner {
	margin-top: 8rem;
	padding: 11.2rem 0 0;
	border-top: 4px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-tourMap__inner {
		margin-top: 8vw;
		padding: 8vw 0 0;
		border-top: 2px solid var(--color_border02);
	}
}

@media only screen and (max-width: 960px) {
	.p-tourMap__img {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}


.p-tourMap__img iframe {
	width: 100%;
	height: min(40vw,500px);
}

@media only screen and (max-width: 960px) {
	.p-tourMap__img iframe {
		height: 66.6vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-tourMap__ttl {
		margin-bottom: 6.2vw;
	}
}

.p-tourMap__btn {
	margin: 4rem auto 0;
	text-align: center;
} 

@media only screen and (max-width: 960px) {
	.p-tourMap__btn {
		margin: 6.8vw auto 0;
	} 
}

.p-tourSpot {
	margin-top: 8rem;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot {
		margin-top: 12vw;
	}
}

.p-tourSpot__inner {
	padding: 6.1rem 4rem;
	background: #EDEFF6;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__inner {
		padding: 12vw 5vw;
	}
}

.p-tourSpot__ttl {
	margin-bottom: 5.2rem;
	font-size: 2.4rem;
	text-align: center;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__ttl {
		margin-bottom: 6.8vw;
		padding-bottom: 6.8vw;
		font-size: 4.4vw;
		color: var(--color_accent01);;
		border-bottom: 1px solid var(--color_main);
	}
}

.p-tourSpot__ttl span {
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__ttl span {
		padding-bottom: 0;
		border-bottom: 0;
	}
}

.p-tourSpot__list {
	display: flex;
	justify-content: space-between;
	gap: 4rem;
	max-width: 980px;
	margin: 0 auto;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__list {
		flex-direction: column;
		gap: 5vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__item {
		display: flex;
		align-items: center;
		gap: 5vw;
	}
}

.p-tourSpot__item p {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__item p {
		width: 100%;
		margin-top: 0;
		font-size: 3.6vw;
		line-height: 1.4;
		text-align: left;
	}
}

.p-tourSpot__item p strong {
	font-size: 2.2rem;
	font-weight: 500;
	color: #1D307F;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__item p strong {
		font-size: 3.6vw;
	}
}

.p-tourSpot__icon {
	display: flex;
	align-items: center;
	gap: 2rem;
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 1.2rem 1.4rem;
	text-align: center;
	color: var(--color_bg);
	background: var(--color_accent01);
	border-radius: 10px;
	font-size: 2.3rem;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__icon {
		gap: 1.6vw;
        max-width: 34%;
        width: 34%;
		min-width: 34%;
		margin: 0;
        padding: 1.8vw 3.6vw;
		border-radius: 6px;
		font-size: 3.4vw;
	}
}

.p-tourSpot__icon i {
	display: inline-block;
	width: 3rem;
	min-width: 3rem;
	height: 2.6rem;
	margin-bottom: 0.6rem;
}

@media only screen and (max-width: 960px) {
	.p-tourSpot__icon i {
		width: 5vw;
		min-width: 5vw;
		height: 4.8vw;
		margin-bottom: 0;
	}
}

.p-tourSpot__icon span {
	display: inline-block;
	width: 100%;
}

.p-tourIndex {
	margin-top: 10rem;
	margin-bottom: 17rem;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex {
		margin-top: 12vw;
		margin-bottom: 20vw;
		padding: 0 5vw;
	}
}

.p-tourIndex__list {
	display: flex;
	gap: 4rem;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__list {
		flex-direction: column;
		gap: 8vw;
		padding: 0 5vw;
	}
}

.p-tourIndex__list--center {
	justify-content: center;
}

.p-tourIndex__item {
	width: calc((100% - 16rem) / 5);
	padding: 0 1.2rem 1.6rem;
	border-bottom: 2px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__item {
		width: 100%;
		padding: 0 2vw 3.2vw;
		border-bottom: 1px solid var(--color_border02);
	}
}

.p-tourIndex__list--3column .p-tourIndex__item {
	width: calc((100% - 16rem) / 3);
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__list--3column .p-tourIndex__item {
		width: 100%;
		padding: 0 2vw 3.2vw;
		border-bottom: 1px solid var(--color_border02);
	}
}

.p-tourIndex__item a {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	background: url(../img/common/icon-select.svg) no-repeat;
	background-size: 14x;
	background-position: calc(100% - 0px) center;
	transition-duration: 0.3s;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__item a {
		gap: 2vw;
		background-size: 3.2vw;
		background-position: calc(100% - 0.8vw) center;
	}
}

.p-tourIndex__item a:hover {
	background-position: calc(100% - 0px) 60%;
}

.p-tourIndex__icon {
	display: block;
	margin-top: 0.2rem;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__icon {
		width: 6.2vw;
		margin-top: 0.4vw;
	}
}

.p-tourIndex__icon i {
	display: block;
	width: 3.2rem;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__icon i {
		width: 6vw;
	}
}


.p-tourIndex__icon img {
	vertical-align: middle;
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__icon img {
		vertical-align: -0.3vw;
	}
}

.p-tourIndex__item p {
	font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
	.p-tourIndex__item p {
		font-size: 3.6vw;
	}
}

.p-tourList {
	position: relative;
	padding: 10rem 8rem; 
}

@media only screen and (max-width: 960px) {
	.p-tourList {
		padding: 0 5vw 16vw; 
	}
}

/*.p-tourList__ttl {
	display: flex;
	align-items: center;
	gap: 2rem;
	position: relative;
}

@media only screen and (max-width: 960px) {
	.p-tourList__ttl {
		flex-direction: column;
		gap: 4vw;
		top: -7vw;
	}
}

.p-tourList__ttl i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	background: var(--color_accent01);
	border-radius: 6rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__ttl i {
		width: 15vw;
		height: 15vw;
		border-radius: 15vw;
	}
}

.p-tourList__ttl i img {
	width: 50%;
}

@media only screen and (max-width: 960px) {
	.p-tourList__ttl i img {
		width: 50%;
	}
}

.p-tourList__ttl h3 {
	display: flex;
	align-items: flex-end;
	gap: 2.8vw;
}

@media only screen and (max-width: 960px) {
	.p-tourList__ttl h3 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1.8vw;
	}
}

.p-tourList__ttl h3 strong {
	font-size: 6rem;
	font-family: "Montserrat";
	line-height: 1em;
	color: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-tourList__ttl h3 strong {
		font-size: 6.8vw;
	}
}

.p-tourList__ttl h3 small {
	font-size: 2rem;
	font-weight: 300;
}

@media only screen and (max-width: 960px) {
	.p-tourList__ttl h3 small {
		font-size: 3.8vw;
		line-height: 1.4;
	}
}*/

.p-tourTop {
	margin-bottom: 7.4rem;
}

@media only screen and (max-width: 960px) {
	.p-tourTop {
		margin-bottom: 10vw;
	}
}

.p-tourDesc {
	margin-top: 4rem;
	font-size: 2.4rem;
	font-family: "ShipporiMincho-Regular";
	line-height: 1.4;
}

@media only screen and (max-width: 960px) {
	.p-tourDesc {
		margin-top: 0;
		font-size: 4.8vw;
	}
}

.p-tourList__list {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__list {
		flex-direction: column;
		gap: 12vw;
	}
}

.p-tourList__item {
	width: calc((100% - 12rem) / 3);
}

@media only screen and (max-width: 960px) {
	.p-tourList__item {
		width: 100%;
	}
}

.p-tourList__img {
	position: relative;
	margin-bottom: 2rem;
	height: 260px;
}

@media only screen and (max-width: 960px) {
	.p-tourList__img {
		margin-bottom: 5vw;
	}
}

.p-tourList__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-tourList__img label {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 1.2rem;
	font-size: 1.6rem;
	color: #fff;
	background: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-tourList__img label {
		padding: 1.2vw 2.8vw;
		font-size: 3.6vw;
	}
}

.p-tourList__img img {
	width: 100%;
	vertical-align: middle;
}

.p-tourList__name {
	display: inline-block;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 1.4;
	font-family: "ShipporiMincho-Regular";
	color: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-tourList__name {
		margin-bottom: 5vw;
		padding-bottom: 0.4vw;
		font-size: 4.8vw;
	}
}

.p-tourList__desc {
	font-size: 1.8rem;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-tourList__desc {
		margin-bottom: 5vw;
		font-size: 3.6vw;
		line-height: 1.8;
	}
}

.p-tourList__time {
	display: flex;
	gap: 2rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__time {
		gap: 2vw;
	}
}

.p-tourList__timeItem {
	width: 25%;
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-tourList__timeItem {
		width: 100%;
	}
}

.p-tourList__timeItem p {
	display: inline-block;
	margin-top: 0.8rem;
	padding-bottom: 0.2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	border-bottom: 1px solid var(--color_main);
}

@media only screen and (max-width: 960px) {
	.p-tourList__timeItem p {
		margin-top: 2vw;
		padding-bottom: 0.2vw;
		font-size: 3.4vw;
	}
}

.p-tourList__timeItem p strong {
	margin: 0 0.2rem;
	font-size: 2rem;
	font-family: "Montserrat";
}

@media only screen and (max-width: 960px) {
	.p-tourList__timeItem p strong {
		margin: 0 0.2vw;
		font-size: 4.4vw;
	}
}

.p-tourList__timeIcon {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	width: 100%;
	margin: 0 auto;
	padding: 1rem 1rem 1.12rem;
	text-align: center;
	color: var(--color_bg);
	background: var(--color_accent01);
	border-radius: 10px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__timeIcon {
		padding: 1.6vw 1.4vw 2.2vw;
		font-size: 3.2vw;
		border-radius: 6px;
	}
}

.p-tourList__timeIcon i {
	display: inline-block;
	width: 1.8rem;
	min-width: 1.8rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__timeIcon i {
		width: 4vw;
		min-width: 4vw;
	}
}

.p-tourList__timeIcon i img {
	vertical-align: middle;
}

@media only screen and (max-width: 960px) {
	.p-tourList__timeIcon i img {
        vertical-align: middle;
	}
}

.p-tourList__timeIcon span {
	display: inline-block;
	width: 100%;
	line-height: 1.2;
}

.p-tourList__link {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-top: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__link {
		gap: 3.2vw;
		margin-top: 8vw;
	}
}

.p-tourList__link .c-btn i {
	display: inline-block;
	width: 1.6rem;
	height: 1.8rem;
	margin-left: 0.4rem;
	background: url(../img/common/icon-external-b.png) no-repeat;
	background-size: 100%;
	vertical-align: -0.2rem;
}

@media only screen and (max-width: 960px) {
	.p-tourList__link .c-btn i {
        width: 3.8vw;
        height: 3.95vw;
        margin-left: 1.2vw;
		vertical-align: 0;
	}
}

.p-tourList__link .c-btn:hover i {
	background: url(../img/common/icon-external-w.png) no-repeat;
	background-size: 100%;
}

.p-access__sec {
	padding: 0;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-access__sec {
		padding: 0;
		border-bottom: 0;
	}
}

.p-access__sec--none {
	border-bottom: 0;
}

.p-access__sec:first-child {
	padding: 0 0 8rem;
}

@media only screen and (max-width: 960px) {
	.p-access__sec:first-child {
		padding: 0 0 4vw;
	}
}

.p-access__sec:last-child {
	padding: 0 0 4rem;
	border-bottom: 0;
}

@media only screen and (max-width: 960px) {
	.p-access__sec:last-child {
		padding: 0 0 8vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-access__sec--sub {
		padding: 10vw 0;
		border-bottom: 2px solid var(--color_border02);
	}
	.p-access__sec--sub:last-child {
		margin-top: 0;
		border-top: 0;
	}
}

.p-access__main {
	margin: 0 auto;
}

.p-access__main img {
	width: 100%;
	vertical-align: middle;
}

.p-access__sec .p-supple {
	margin-top: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-access__sec .p-supple {
		margin-top: 5vw;
	}
}

.p-access__sec .p-tourIndex__list {
	margin-top: 10rem;
}

@media only screen and (max-width: 960px) {
	.p-access__sec .p-tourIndex__list {
		margin-top: 10vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-access__map {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}

.p-access__map iframe {
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 960px) {
	.p-access__map iframe {
		height: 64vw;
	}
}

.p-accessTop {
	margin-bottom: 7.4rem;
}

@media only screen and (max-width: 960px) {
	.p-accessTop {
		margin-bottom: 8vw;
		text-align: center;
	}
}

.p-accessTop .c-ttl {
	display: inline-flex;
	gap: 2.8rem;
	margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
	.p-accessTop .c-ttl {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2.8vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-accessTop .c-ttl h2,
	.p-accessTop .c-ttl h3,
	.p-accessTop .c-ttl h4 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2.8vw;
	}
}

.p-accessTop .c-ttl i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	background: var(--color_accent01);
	border-radius: 6rem;
}

@media only screen and (max-width: 960px) {
	.p-accessTop .c-ttl i {
		width: 15vw;
		height: 15vw;
		border-radius: 15vw;
	}
}

.p-accessTop .c-ttl i img {
	width: 50%;
}

@media only screen and (max-width: 960px) {
	.p-accessTop .c-ttl i img {
		width: 50%;
	}
}

.p-access__btn {
	margin: 4rem auto 0;
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-access__btn {
		margin: 5vw auto 0;
	}
}

@media only screen and (max-width: 960px) {
	.p-access__ttl {
		margin-bottom: 5vw;
	}
}

.p-hotelArea__list {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__list {
		gap: 5vw;
	}
}

.p-hotelArea__item {
	display: flex;
	align-items: center;
	padding: 8rem 5.5rem;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__item {
		flex-direction: column;
		gap: 3.2vw;
		padding: 9vw 5vw;
	}
}

.p-hotelArea__list--sub .p-hotelArea__item {
	padding: 8rem 0;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__list--sub .p-hotelArea__item {
		padding: 9vw 5vw;
		gap: 5vw;
	}
}

.p-hotelArea__logo {
	width: 33.75%;
	padding-right: 5rem;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__logo {
		width: 80%;
		padding-right: 0;
		text-align: center;
	}
}

.p-hotelArea__list--sub .p-hotelArea__logo {
	width: 44%;
	padding-right: 0;
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__list--sub .p-hotelArea__logo {
		width: 100%;
		padding-bottom: 8vw;
		border-bottom: 1px solid var(--color_main);
	}
}

.p-hotelArea__desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 66.625%;
	gap: 2.8rem;
	padding-left: 5rem;
	border-left: 1px solid var(--color_main);
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__desc {
		flex-direction: column;
		gap: 7.2vw;
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
}

.p-hotelArea__list--sub .p-hotelArea__desc {
	justify-content: center;
	padding-left: 0;
	width: 56%;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__list--sub .p-hotelArea__desc {
		width: 100%;
	}
}

.p-hotelArea__addr {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	width: 70%;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__addr {
		gap: 4vw;
		width: 100%;
	}
}

.p-hotelArea__addr strong {
	display: block;
	font-size: 2.2rem;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__addr strong {
		padding-bottom: 5vw;
		font-size: 4.2vw;
		text-align: center;
		border-bottom: 1px solid var(--color_main);
	}
}

.p-hotelArea__addr strong:before {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 2.1rem;
	margin-right: 1.2rem;
	background: url(../img/common/icon-pin.svg) no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__addr strong:before {
		width: 4vw;
		height: 5vw;
		margin-right: 2vw;
	}
}

.p-hotelArea__addr p {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__addr p {
		font-size: 3.6vw;
	}
}

.p-hotelArea__addr p .c-link {
	margin-left: 0;
	font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__addr p .c-link {
		margin-left: 0;
		font-size: 3.6vw;
	}
	.p-hotelArea__addr p .c-link span {
		display: none;
	}
}

.p-hotelArea__btn {
	width: 30%;
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__btn {
		width: 100%;
		text-align: center;
	}
}

.p-hotelArea__btn .c-btn {
	max-width: 240px;
	background: var(--color_bg);
}

@media only screen and (max-width: 960px) {
	.p-hotelArea__btn .c-btn {
		width: 60%;
		max-width: 100%;
	}
}

.p-hotelArea__btn .c-btn:hover {
	color: var(--color_bg);
	background: var(--color_accent01);
}

.p-room__main {
	padding: 8rem 0 0;
}

@media only screen and (max-width: 960px) {
	.p-room__main {
		padding: 10vw 0;
	}
}

.p-room__main:first-child {
	padding: 0;
}

@media only screen and (max-width: 960px) {
	.p-room__main:first-child {
		padding: 0;
	}
}

.p-room__art {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 960px) {
	.p-room__art {
		flex-direction: column;
		align-items: center;
	}
}

.p-room__main:nth-child(2n) .p-room__art {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 960px) {
	.p-room__main:nth-child(2n) .p-room__art {
		flex-direction: column;
	}
}

.p-room__img {
	width: 62%;
}

@media only screen and (max-width: 960px) {
	.p-room__img {
		width: 100%;
		margin-bottom: 3.2vw;
	}
}

.p-room__txt {
	width: 44%;
	min-width: 500px;
	padding: 0 8rem;
}

@media only screen and (max-width: 960px) {
	.p-room__txt {
		min-width: inherit;
		width: 100%;
		padding: 0 5vw;
	}
}

.p-room__ttl {
    margin-bottom: 4rem;	
}

@media only screen and (max-width: 960px) {
	.p-room__ttl {
		margin-bottom: 6.2vw;	
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}


.p-room__faqTtl {
    margin-bottom: 4rem;	
}

@media only screen and (max-width: 960px) {
	.p-room__faqTtl {
		margin-bottom: 8.4vw;	
		justify-content: flex-start;
		align-items: center;
	}
}

.p-room__desc {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-room__desc {
		margin-bottom: 5vw;	
		font-size: 3.6vw;
	}
}

.p-room__table {
	width: 100%;
}

.p-room__table tr th,
.p-room__table tr td {
	padding: 1.2rem 2rem ;
	font-size: 1.4rem;
	text-align: center;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-room__table tr th,
	.p-room__table tr td {
		padding: 2.4vw 2.8vw;
		font-size: 3.2vw;
	}
}

.p-room__table tr:nth-child(2n) th,
.p-room__table tr:nth-child(2n) td {
	background:#fcfbf7;
}

.p-room__table tr th:first-child,
.p-room__table tr td:first-child {
	border-right: 2px solid var(--color_border02);
}

.p-room__amenity {
	margin-top: 8rem;
}

@media only screen and (max-width: 960px) {
	.p-room__amenity {
		margin-top: 8vw;
	}
}

.p-room__amenityInner {
	padding-top: 3rem;
	border-top: 2px solid var(--color_border02);
	border-bottom: 2px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-room__amenityInner {
		padding-top: 4vw;
	}
}

.p-room__amenityMain {
	display: none;
	flex-direction: column;
	gap: 6rem;
	padding-bottom: 8rem;
}

@media only screen and (max-width: 960px) {
	.p-room__amenityMain {
		gap: 8vw;
		padding-bottom: 8vw;
	}
}

.p-room__info {
	margin-bottom: min(4vw,40px);
}

@media only screen and (max-width: 960px) {
	.p-room__info {
		margin-bottom: 5vw;
	}

}

.p-room__info:last-child {
	margin-bottom: 0;
}

.p-room__accord {
	position: relative;
	cursor: pointer;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 960px) {
	.p-room__accord {
		margin-bottom: 3.8vw;
	}
}

.p-room__accord:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 3rem;
	height: 3rem;
	background: url(../img/common/icon-plus.svg)  no-repeat;
	background-size: 100%;
	transform: translate(0,-50%);
}

@media only screen and (max-width: 960px) {
	.p-room__accord:after {
		width: 5.4vw;
		height: 5.6vw;
	}
}

.p-room__accord.is-active:after {
	background: url(../img/common/icon-minus.svg)  no-repeat;
	background-size: 100%;
}

.p-room__info h5 {
	display: inline-block;
	padding: 0 0.6rem;
	font-size: 2.2rem;
	line-height: 1.3;
	color: var(--color_bg);
	background: var(--color_accent01);
	font-family: "ShipporiMincho-Regular";
    line-height: 1.5;
}

@media only screen and (max-width: 960px) {
	.p-room__info h5 {
		padding: 0 1.2vw;
		font-size: 4vw;
	}
}

.p-room__info p {
	margin-top: 3.2rem;
	font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
	.p-room__info p {
		margin-top: 2.8vw;
		font-size: 3.6vw;
		line-height: 1.8;
	}
}

.p-room__note {
	margin-top: 3.2rem;
	padding: 2rem;
	font-size: 1.4rem;
	line-height: 2;
	background: #EDEFF6;
}

@media only screen and (max-width: 960px) {
	.p-room__note {
		margin-top: 5vw;
		padding: 6vw 5vw;
		font-size: 3.2vw;
	}
}

.p-room__noteList {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 2rem;
}

@media only screen and (max-width: 960px) {
	.p-room__noteList {
		gap: 0 2.8vw;
	}
}

.p-room__noteList li:before {
	content: "■";
	margin-right: 0.4rem;
	color: #747ea5;
}

@media only screen and (max-width: 960px) {
	.p-room__noteList li {
		width: calc((100% - 2.8vw) / 2);
	}
}

.p-room__note small {
	display: block;
}

@media only screen and (max-width: 960px) {
	.p-room__note small {
		margin-top: 4vw;
	}
}


.p-room__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem; 
	margin-top: 3.2rem;
}

@media only screen and (max-width: 960px) {
	.p-room__list {
		gap: 4vw 3.4vw; 
		margin-top: 6vw;
	}
}

.p-room__item {
	width: calc((100% - 20rem) / 11);
}

@media only screen and (max-width: 960px) {
	.p-room__item {
		width: calc((100% - 10.2vw) / 4);
	}
}

.p-room__item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(7vw, 100px);
    height: min(7vw, 100px);
	margin: 0 auto;
	border-radius: 100px;
	margin-bottom: 1.2rem;
	background: #EDEFF6;
}

@media only screen and (max-width: 960px) {
	.p-room__item i {
		width: 19vw;
		height: 19vw;
		border-radius: 19vw;
		margin-bottom: 1.2vw;
	}
}

.p-room__item i img {
	width: 60%;
}

.p-room__item small {
	display: block;
	font-size: 1.4rem;
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-room__item small {
		font-size: 3vw;
	}
}

.p-room__faq {
	padding: 8rem 8rem;
	margin-top: 8rem;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-room__faq {
		padding: 10vw 5vw;
		margin-top: 0;
	}
}

.p-room__faqData dl {
	border-bottom: 1px solid var(--color_border02);
}

.p-room__faqData dl:first-child {
	border-top: 1px solid var(--color_border02);
}

.p-room__faqData dl dt {
	position: relative;
	padding: 3rem 0;
	font-size: 2.4rem;
	color:  var(--color_accent01);
	font-family: "ShipporiMincho-Regular";
	cursor: pointer;
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dt {
		padding: 2.8vw 0;
		font-size: 4vw;
	}
}

.p-room__faqData dl dt:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 3rem;
	height: 3rem;
	background: url(../img/common/icon-plus.svg)  no-repeat;
	background-size: 100%;
	transform: translate(0,-50%);
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dt:after {
		width: 5.4vw;
		height: 5.6vw;
	}
}

.p-room__faqData dl dt.is-active:after {
	background: url(../img/common/icon-minus.svg)  no-repeat;
	background-size: 100%;
}

.p-room__faqData dl dd {
	display: none;
	padding: 0 0 4rem;
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dd {
		padding: 0 0 5vw;
	}
}

.p-room__faqData dl dd p {
	margin: 2rem 0;
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dd p {
		margin: 2.8vw 0;
		font-size: 3.6vw;
	}
}

.p-room__faqData dl dd i {
	margin-right: 2rem;
	padding: 0.6rem 1.2rem 0.7rem; 
	font-size: 1.4rem;
	color: var(--color_bg);
	background: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dd i {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 1.2vw;
		padding: 0.3vw 1.2vw 0.4vw; 
		font-size: 3.2vw;
	}
}

.p-room__faqData dl dd small {
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dd small {
		font-size: 3.2vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dd small {
		display: inline-block;
		font-size: 3.2vw;
	}
}

.p-room__faqData dl dd span {
	margin-right: 2rem;
	padding-bottom: 0.6rem;
	font-size: 1.4rem;
	color: var(--color_accent01);
	border-bottom: 1px solid var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-room__faqData dl dd span {
		margin-right: 0;
		margin-bottom: 1.2vw;
		padding-bottom: 0.6vw;
		font-size: 3.2vw;
	}
}

.p-restaurant__main {
	padding: 8rem 0 0;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__main {
		padding: 10vw 0 0;
	}
}

.p-restaurant__main:first-child {
	padding: 0;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__main:first-child {
		padding: 0;
	}
}

.p-restaurant__main:last-child {
	padding: 8rem 0;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__main:last-child {
		padding: 10vw 0;
	}
}

.p-restaurant__main--block {
	padding: 8rem 8rem !important;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__main--block {
		padding: 10vw 0 !important;
	}
}

.p-restaurant__art {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__art {
		flex-direction: column;
		align-items: center;
	}
}

.p-restaurant__main:nth-child(2n) .p-restaurant__art {
	/*flex-direction: row-reverse;*/
}

@media only screen and (max-width: 960px) {
	.p-restaurant__main:nth-child(2n) .p-restaurant__art {
		/*flex-direction: column;*/
	}
}

.p-restaurant__img {
	position: relative;
	width: 62%;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__img {
		width: 100%;
	}
}

.p-restaurant__img img {
	vertical-align: middle;
}

.p-restaurant__icon {
	position: absolute;
	top: 4rem;
	left: 4rem; 
	width: 23.6rem;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__icon {
		top: 4vw;
		left: 4vw;
		width: 32vw;
	}
}


@media only screen and (max-width: 960px) {
	.p-restaurant__main:nth-child(2n) .p-restaurant__icon {
		top: 4vw;
		left: auto;
        right: 4vw;
	}
}

.p-restaurant__txt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 44%;
	min-width: 500px;
	padding: 0 8rem;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__txt {
		min-width: inherit;
		width: 100%;
		padding: 0 5vw;
	}
}

.p-restaurant__note {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	color: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-restaurant__note {
		margin: -2vw 0 7vw;
		font-size: 3.2vw;
		color: var(--color_accent01);
	}
}

.p-restaurant__art--block {
	max-width: var(--size_content--l) !important;
	margin: 0 auto;
}

.p-restaurant__art--block .p-restaurant__txt {
	width: 100%;
	padding: 0;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__art--block .p-restaurant__txt {
		padding: 0 5vw !important;
	}
}

@media only screen and (max-width: 960px) {
	.p-restaurant__art--block .p-restaurant__catch {
		margin-top: 0;
	}
}

.p-restaurant__ttl {
    margin-bottom: 0;	
}

@media only screen and (max-width: 960px) {
	.p-restaurant__ttl {
		margin-bottom: 8vw;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

.p-restaurant__catch{
	margin-top: 4.4rem;	
	font-size: 2.4rem;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-restaurant__catch{
		margin-top: 6.2vw;	
		font-size: 4.8vw;
	}
}

.p-restaurant__desc {
	margin-top: 2.8rem;
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-restaurant__desc {
		margin-top: 4vw;
		font-size: 3.6vw;
	}
}

.p-menu__main {
	display: flex;
	flex-direction: column;
	gap: 8rem;
	margin-top: 10rem;
}

@media only screen and (max-width: 960px) {
	.p-menu__main {
		gap: 10vw;
		margin-top: 4vw;
	}
}

.p-menu__info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 8rem; 
}

@media only screen and (max-width: 960px) {
	.p-menu__info {
		flex-direction: column;
		gap: 4vw; 
	}
}

.p-menu__img {
	width: 100%;
}

.p-menu__txt {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-menu__txt {
		display: flex;
		flex-direction: column;
		gap: 2vw;
	}
}


.p-menu__name {
    display: inline-block;
    padding: 0 0.6rem;
    font-size: 3rem;
    line-height: 1.3;
    color: var(--color_bg);
    background: var(--color_accent01);
    font-family: "ShipporiMincho-Regular";
    line-height: 1.5;
}

@media only screen and (max-width: 960px) {
	.p-menu__name {
		padding: 0.4vw 0.6vw;
		font-size: 4.4vw;
	}
}


.p-menu__name.s-pc__inline {
	display: inline-block;
}

@media only screen and (max-width: 960px) {
	.p-menu__name.s-pc__inline {
		display: none;
	}
}

.p-menu__name.s-sp {
	display: none;
}

@media only screen and (max-width: 960px) {
	.p-menu__name.s-sp {
		display: block;
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}
}

.p-menu__catch {
	margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 1.5;
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-menu__catch {
		margin-top: 0;
		font-size: 4.4vw;
	}
}

.p-menu__desc {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-menu__desc {
		margin-top: 0;
		font-size: 3.6vw;
	}
}

.p-menu__example {
	margin-top: 4rem;
	padding-top: 4rem;
	font-size: 1.4rem;
	border-top: 2px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-menu__example {
		margin-top: 6vw;
		padding: 5vw;
		font-size: 3.2vw;
		background: var(--color_accent02);
		border: 0;
	}
}

.p-menu__example dt {
	display: inline-block;
	margin-bottom: 1.8rem;
	padding-bottom: 0.4rem;
	color: var(--color_accent01);
	border-bottom: 1px solid var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-menu__example dt {
		margin-bottom: 4vw;
		padding-bottom: 0.4vw;
	}
}

.p-business {
	margin-top: 8rem;
	padding: 7.2rem 8rem;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-business {
		margin-top: 8vw;
		padding: 9vw 5vw;
	}
}

@media only screen and (max-width: 960px) {
	.p-business__ttl {
		margin-bottom: 8.2vw;
	}
}

.p-business__main {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem;
}

@media only screen and (max-width: 960px) {
	.p-business__main {
		flex-direction: column;
		gap: 6.2vw;
	}
}

.p-business__main dl {
	display: flex;
	align-items: center;
	gap: 3.6rem;
}

@media only screen and (max-width: 960px) {
	.p-business__main dl {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 2vw;
	}
}

.p-business__main dl dt {
	display: inline-block;
	padding-bottom: 0.4rem;
	font-size: 1.4rem;
	line-height: 1.2;
	color: var(--color_accent01);
	border-bottom: 1px solid var(--color_accent01);;
}

@media only screen and (max-width: 960px) {
	.p-business__main dl dt {
		padding-bottom: 0.4vw;
		font-size: 3.2vw;
	}
}

.p-business__main dl dd {
	font-size: 1.8rem;
}

@media only screen and (max-width: 960px) {
	.p-business__main dl dd {
		font-size: 3.6vw;
	}
}

.p-business__main dl dd small {
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-business__main dl dd small {
		font-size: 3.2vw;
	}
}

.p-facilityList__main {
	padding: 8rem 0;
	border-top: 4px solid  var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-facilityList__main {
		padding: 10vw 0;
		border-top: 2px solid  var(--color_border02);
	}
}

.p-facilityList__main:first-child {
	padding: 0 0 8rem;
	border-top: 0;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__main:first-child {
		padding: 0 0 10vw; 
	}
}

.p-facilityList__main:last-child {
	padding: 8rem 0;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__main:last-child {
		padding: 10vw 0;
	}
}

.p-facilityList__art {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__art {
		flex-direction: column;
		align-items: center;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
	}
}

.p-facilityList__main:nth-child(2n) .p-facilityList__art {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__main:nth-child(2n) .p-facilityList__art {
		flex-direction: column;
	}
}

.p-facilityList__img {
	position: relative;
	width: 64%;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__img {
		width: 100%;
		min-width: inherit;
		margin-bottom: 4.4vw;
	}
}

.p-facilityList__icon {
	position: absolute;
	top: 4rem;
	left: 4rem; 
	width: 23.6rem;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__icon {
		top: 4vw;
		left: 4vw;
		width: 32vw;
	}
}

.p-facilityList__txt {
	width: calc(36% + 8rem);
	padding: 0 0 0 8rem;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__txt {
		min-width: inherit;
		width: 100%;
		padding: 0 5vw;
	}
}

.p-facilityList__main:nth-child(2n) .p-facilityList__txt {
	padding: 0 8rem 0 0;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__main:nth-child(2n) .p-facilityList__txt {
		padding: 0 5vw;
	}
}

.p-facilityList__art--block .p-facilityList__txt {
	width: 100%;
	padding-right: 0 !important;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__art--block .p-facilityList__txt {
		padding: 0 5vw !important;
	}
}

.p-facilityList__ttl {
    margin-bottom: 4rem;	
}

@media only screen and (max-width: 960px) {
	.p-facilityList__ttl {
		margin-bottom: 6.2vw;	
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

.p-facilityList__catch{
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1.6;
    font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-facilityList__catch{
		margin-bottom: 5vw;	
		font-size: 4.4vw;
	}
}

.p-facilityList__desc {
	margin-bottom: 4rem;
	font-size: 2rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__desc {
		margin-bottom: 8vw;	
		font-size: 3.6vw;
	}
}

.p-facilityList__desc small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__desc small {
		font-size: 3.2vw;
		margin-top: 1.2vw;
	}
}

.p-facilityList__btn {
	text-align: center;
}

.p-facilityList__table {
	width: 100%;
}

.p-facilityList__table tr th,
.p-facilityList__table tr td {
	padding: 1.2rem 2rem ;
	font-size: 1.4rem;
	text-align: center;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-facilityList__table tr th,
	.p-facilityList__table tr td {
		padding: 2.4vw 4.4vw;
		font-size: 3.2vw;
	}
}

.p-facilityList__table tr th {
	font-weight: 500;
}

.p-facilityList__table tr:nth-child(2n) th,
.p-facilityList__table tr:nth-child(2n) td {
	background:#fcfbf7;
}

.p-facilityList__table tr th:first-child,
.p-facilityList__table tr td:first-child {
	border-right: 2px solid var(--color_border02);
}

@media only screen and (max-width: 960px) {
	.p-facilityList__table tr th:first-child,
	.p-facilityList__table tr td:first-child {
	border-right: 1px solid var(--color_border02);
	}
}


.p-supple {
	display: flex;
    flex-direction: column;
	margin-top: 8rem;
	gap: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-supple {
		margin-top: 8vw;
		gap: 4vw;
	}
}

.p-supple dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 1.2rem;
}

@media only screen and (max-width: 960px) {
	.p-supple dl {
		gap: 2.4vw;
	}
}

.p-supple dl dt {
	display: inline-block;
	padding: 0.3rem 1.4rem;
	font-size: 1.4rem;
	color: var(--color_bg);
	background: var(--color_accent01);
}

@media only screen and (max-width: 960px) {
	.p-supple dl dt {
		padding: 1.2vw 2.2vw;
		font-size: 3.2vw;
	}
}

.p-supple dl dd {
	font-size: 1.8rem;
	line-height: 2;
}

@media only screen and (max-width: 960px) {
	.p-supple dl dd {
		font-size: 3.6vw;
	}
}

.p-service__list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem 2rem; 
	margin-top: 3.2rem;
}

@media only screen and (max-width: 960px) {
	.p-service__list {
		gap: 4vw 3.4vw; 
		margin-top: 6vw;
	}
}

.p-service__item {
	width: calc((100% - 22rem) / 12);
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.p-service__item {
		width: calc((100% - 10.2vw) / 4);
	}
}

.p-service__item i {
	display: flex;
	align-items: center;
	justify-content: center;
    width: min(6vw, 80px);
    height: min(6vw, 80px);
	margin: 0 auto;
	border-radius: 100px;
	margin-bottom: 1.2rem;
	background: #EDEFF6;
}

@media only screen and (max-width: 960px) {
	.p-service__item i {
		width: 18vw;
		height: 18vw;
		border-radius: 18vw;
		margin-bottom: 1.2vw;
	}
}

.p-service__item i img {
	width: 60%;
}

.p-service__item small {
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-service__item small {
		font-size: 3.2vw;
	}
}

.p-contact {
	padding-bottom: 9rem;
}

@media only screen and (max-width: 960px) {
	.p-contact {
		padding: 0 0 0;
	}
}

.p-contact__main {
	padding: 5rem;
	background: #F8F7F3;
}

@media only screen and (max-width: 960px) {
	.p-contact__main {
		padding: 8vw 5vw 14vw;
	}
}

.p-contact__desc {
	margin-bottom: 6rem;
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-contact__desc {
		margin-bottom: 5vw;
		font-size: 3.2vw;
	}
}

.p-tel {
	padding: 6rem 8rem;
	color: var(--color_bg);
	background: var(--color_accent01);
}


@media only screen and (max-width: 960px) {
	.p-tel {
		padding: 8vw 5vw;
	}
}

.p-tel__inner {
	display: flex;
}

@media only screen and (max-width: 960px) {
	.p-tel__inner {
		flex-direction: column;
	}
}

.p-tel__desc {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%; 
	font-size: 2.4rem;
	text-align: center;
	border-right: 1px solid var(--color_bg);
	font-family: "ShipporiMincho-Regular";
}

@media only screen and (max-width: 960px) {
	.p-tel__desc {
		width: 100%; 
		margin-bottom: 4vw;
		font-size: 4vw;
		border-right: 0;
	}
}

.p-tel__main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%; 
	font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
	.p-tel__main {
		width: 100%; 
		font-size: 3.6vw;
	}
}

.p-tel__box {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 960px) {
	.p-tel__box {
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

.p-tel__box a {
	font-size: 5rem;
	line-height: 1;
	font-family: "Montserrat";
}

@media only screen and (max-width: 960px) {
	.p-tel__box a {
		font-size: 8vw;
	}
}

.p-tel__box small {
	display: block;
	margin-top: 0.6rem;
	font-size: 1.4rem;
}

@media only screen and (max-width: 960px) {
	.p-tel__box small {
		margin-top: 3.8vw;
		font-size: 3.6vw;
	}
}

.p-privacy__main {
	padding-bottom: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-privacy__main {
		padding-bottom: 6vw;
	}
}

.p-company__main {
	padding-bottom: 4rem;
}

@media only screen and (max-width: 960px) {
	.p-company__main {
		padding-bottom: 6vw;
	}
} 