@charset "UTF-8";

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
/*
	#font
------------------------------ */
body {
	background-color: #fff;
	line-height: 1.5;
	color: #3E3A39;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-feature-settings: "pkna";
	letter-spacing: 0.05em;
}

@media(max-width:768px) {
	body {
		font-size: 3.64583vw;
	}
}

/*
	#reset
------------------------------ */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

p {
	margin-bottom: 1em;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

ol.normal li,
ul.normal li {
	margin-left: 1em;
	text-indent: -1em;
}

caption,
th {
	text-align: left;
}

a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

a:hover {
	opacity: 0.7;
}

area {
	border: none;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*
	表示設定
------------------------------ */
section {
	width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1240px;
	width: 100%;
}

@media(max-width:768px) {
	.container {
		padding: 0 3.125vw;
	}
}

/*
	SP,PC表示切り替え
------------------------------ */
.pc {
	display: block;
}

.sp {
	display: none;
}

@media(max-width:768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*
	list（必要なければ消す）
------------------------------ */
.list_style {
	margin-left: 1em;
	text-indent: -1em;
}

/* type */
.list_style.type1 li::before {
	content: "●";
}

/* note */
.list_style.note li::before {
	content: "※";
}

@media(max-width:768px) {
	.list_style.note {
		font-size: 3.125vw;
	}
}

/*
	tel（必要なければ消す）
------------------------------ */
.tel {
	pointer-events: none;
}

@media(max-width:768px) {
	.tel {
		pointer-events: all;
	}
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	background: url(../img/bg.svg) center bottom 12px no-repeat;
	background-size: 8px auto;
	padding-bottom: 80px;
	width: 100%;
	/* max-height: 868px;
	height: 67.234701781564679vw; */
	height: auto;
}

.header .container {
	height: 100%;
	position: relative;
}

.header .container h1 {
	padding-top: 160px;
	max-width: 474px;
	width: 36.71572vw;
	/* position: absolute;
	top: 18.08756%;
	left: 20px; */
}

.header .container p {
	margin: 80px 0;
	line-height: 2;
	font-size: 21px;
	/* position: absolute;
	top: 53%;
	left: 20px; */
}

.header .container .movie {
	margin: 0 auto;
	width: 60%;
}

.header .container .movie .inner {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.header .container .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

@media(max-width: 1040px) {
	.header {
		background-position: center bottom 1.15385vw;
		background-size: 0.92166vw auto;
	}

	.header .container h1 {
		padding-top: 15.38462vw;
	}

	.header .container p {
		margin: 7.69231vw 0;
		font-size: 2.01923vw;
	}
}

@media(max-width: 768px) {
	.header {
		background: none;
		padding-bottom: 10.41667vw;
		height: auto;
	}

	.header .container {
		height: auto;
		position: relative;
	}

	.header .container h1 {
		margin: 19.53125vw 0 6.51042vw;
		width: calc(100% - (3.90625vw * 2));
		position: relative;
	}

	.header .container p {
		margin: 0 0 7.69231vw;
		width: calc(100% - (3.90625vw * 2));
		font-size: 3.90625vw;
		position: relative;
	}

	.header .container .movie {
		margin: auto 0;
		width: 100%;
	}
}

/*
	lang
------------------------------ */
.header .lang {
	color: #282828;
	font-size: 19px;
	display: flex;
	position: fixed;
	top: 10px;
	right: 1em;
	z-index: 100;
}

.header .lang li a,
.header .lang li::after {
	color: #b8b8b8;
}

.header .lang li::after {
	margin: 0 0.25em;
	display: inline-block;
	content: "/";
}

.header .lang li:last-of-type:after {
	margin: 0;
	display: inline-block;
	content: "";
}

/* ----------------------------------------------------
	toggle nav
---------------------------------------------------- */
/*
	toggle
------------------------------ */
.toggle {
	display: none;
}

@media(max-width: 768px) {
	.toggle {
		display: block;
		position: fixed;
		top: 16px;
		left: 3.125vw;
		z-index: 1000;
	}

	.toggle_inner {
		position: relative;
		width: 32px;
		height: 32px;
		cursor: pointer;
	}

	.toggle_inner>span {
		background: #6f6663;
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}

	.toggle_inner>span:nth-child(1) {
		top: 2px;
	}

	.toggle_inner>span:nth-child(2) {
		top: 50%;
		transform: translatey(-50%);
	}

	.toggle_inner>span:nth-child(3) {
		bottom: 2px;
	}
}

/*
	nav_content
------------------------------ */
.nav_content {
	margin: 80px auto 0;
	/* position: absolute;
	top: 73.73272%;
	left: 50%;
	transform: translateX(-50%); */
}

.nav_content .gnav_list {
	display: flex;
	justify-content: space-around;
}

.nav_content .gnav_list li {
	/* margin: 0 42px; */
	/* width: calc(100% / 3); */
	margin: 0 2%;
	text-align: center;
}

.nav_content a {
	transition: opacity .6s ease;
}

.nav_content a svg {
	width: auto;
	max-height: 21px;
	height: 1.62665vw;
}

.nav_content path {
	fill: #928b89;
}

.nav_content a:hover {
	opacity: 0.6;
}

@media(max-width: 768px) {
	.nav_content {
		background: #6f6663;
		/* margin-top: 7.69231vw; */
		margin-top: 0;
		padding-top: 60px;
		max-width: 350px;
		width: 100%;
		height: 100%;
		color: #fff;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		transform: translateX(-100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.nav_content .gnav_list {
		display: block;
	}

	.nav_content .gnav_list li {
		margin: 0;
		text-align: left;
	}

	.nav_content a {
		padding: 16px 0;
		line-height: 1;
		color: #fff;
		font-family: YuMincho, 'Yu Mincho', serif;
		display: block;
		font-size: 18px;
	}

	.nav_content a svg {
		height: 14px;
	}

	.nav_content path {
		fill: #fff;
	}
}

/*
	is-open
------------------------------ */
.filter.overlay {
	display: none;
}

@media(max-width: 768px) {
	.is-open {
		overflow: hidden;
	}

	.is-open .toggle_inner>span {
		background: #fff;
	}

	.is-open .toggle_inner>span:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translatey(-50%);
	}

	.is-open .toggle_inner>span:nth-child(2) {
		width: 0;
	}

	.is-open .toggle_inner>span:nth-child(3) {
		top: 50%;
		transform: rotate(-45deg) translatey(-50%);
	}

	.is-open .nav_content {
		z-index: 999;
		transform: translateX(0);
	}

	.filter.overlay {
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100vh;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
	}
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: #fff;
}

.footer .note {
	padding: 70px 0;
}

@media (max-width: 768px) {
	.footer .note {
		padding: 13.02083vw 0 0;
		letter-spacing: -0.01em;
	}
}

/*
	hotel list
------------------------------ */
.footer .hotel_list {
	padding: 55px 0;
	display: flex;
	justify-content: center;
}

.footer .hotel_list,
.footer .hotel_list li a {
	color: #000;
}

.footer .hotel_list::before,
.footer .hotel_list li::after {
	content: "｜";
}

.footer .hotel_list li a {
	padding: 0 1em;
	display: inline-block;
}

@media (max-width: 768px) {
	.footer .hotel_list {
		padding: 7.46667vw 0;
		text-align: center;
		display: block;
	}

	.footer .hotel_list::before {
		content: "";
	}

	.footer .hotel_list li::before {
		content: "｜";
	}

	.footer .hotel_list li a {
		line-height: 3;
	}
}

/*
	copy
------------------------------ */
.footer .copy {
	padding: 0 0 55px;
	color: #808080;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer .copy {
		padding: 0 0 7.46667vw;
		font-size: 2.66667vw;
	}
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contents {
	padding: 100px 0;
}

#je.contents,
#al.contents {
	background: #ecebeb;
}

#ke.contents {
	background: #fff;
}

.contents .container {
	max-width: 1060px;
	display: flex;
}

@media (max-width: 768px) {
	.contents {
		padding: 13.02083vw 0;
	}

	.contents .container {
		padding: 0;
		display: block;
	}
}

/* title */
.contents .title {
	padding-top: 1em;
	width: 60px;
}

.contents .title img {
	width: 25px;
	position: sticky;
	top: 1em;
	z-index: 11;
}

@media (max-width: 768px) {
	.contents .title {
		padding-top: 0;
		width: 100%;
		height: 3.90625vw;
		position: relative;
	}

	.contents .title img {
		width: 3.90625vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: rotate(-90deg) translateY(-50%) translateX(-50%);
		transform-origin: 50% 0 0;
	}
}

/* detail */
.detail {
	width: calc(100% - 47px);
}

.detail .detail_title {
	margin-bottom: 2em;
	padding-left: 80px;
	color: #928b89;
	font-weight: normal;
	position: relative;
}

.detail .detail_title::before {
	background: url(../img/bg.svg) center center no-repeat;
	background-size: auto 100%;
	width: 28px;
	height: 60px;
	display: block;
	position: absolute;
	top: -16px;
	left: 16px;
	transform: rotate(90deg);
	content: "";
}

.detail .inner {
	padding-left: 80px;
}

.detail .detail_list .detail_item {
	margin-bottom: 5em;
	padding-bottom: 4em;
	border-bottom: solid 2px #928b89;
}

.detail .detail_list .detail_item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.detail .detail_list .detail_item .imageSection {
	position: relative;
}

.detail .detail_list .detail_item .imageSection .new {
	height: 100px;
	position: absolute;
	top: -20px;
	left: -20px;
}

.detail .detail_list .detail_item .imageSection .new img {
	width: auto;
	height: 100%;
}

.detail .detail_text dt {
	margin: 2em 0;
	line-height: 1.2;
	color: #928b89;
	font-size: 24px;
}

.detail .detail_text dt small {
	margin: 0.5em 0 0 -0.5em;
	font-size: 0.8em;
	display: block;
}

.detail .detail_text dd {
	margin-bottom: 1em;
	position: relative;
}

.detail .detail_table {
	margin-top: 2em;
}

.detail .detail_table th,
.detail .detail_table td {
	vertical-align: top;
}

.detail .detail_table th {
	min-width: 48px;
}

.detail .detail_table td {
	padding-left: 0.5em;
}

.detail .detail_table td .note {
	font-size: 0.85em;
}

.detail .detail_table td .priceBox {
	display: table;
	flex-wrap: wrap;
}

.detail .detail_table td .priceBox .row {
	display: table-row;
}

.detail .detail_table td .priceBox .name,
.detail .detail_table td .priceBox .price {
	margin: 0;
	display: table-cell;
}

.detail .detail_table td .priceBox .name {
	padding-right: 2rem;
}

.detail .detail_table+.link {
	margin-top: 2rem;
	text-align: right;
}

.detail .detail_table+.link a {
	color: #3E3A39;
	text-decoration: underline;
}

.detail .detail_table+.link a:hover {
	text-decoration: none;
}

.detail .detail_table+.note {
	margin-top: 2rem;
	font-size: 0.85em;
}

.detail .detail_text .profile {
	width: 25%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.detail .detail_text .profile figcaption {
	font-size: 14px;
}

@media (max-width: 768px) {
	.detail {
		width: 100%;
	}

	.detail .detail_title {
		margin: 2em 0;
		padding: 0;
		font-size: 3.125vw;
		text-align: center;
	}

	.detail .detail_title::before {
		display: none;
	}

	.detail .inner {
		padding-left: 0;
	}

	.detail .detail_list .detail_item {
		margin-bottom: 3em;
		padding-bottom: 1em;
		border-bottom: solid 2px #928b89;
	}

	.detail .detail_list .detail_item .imageSection .new {
		width: 16vw;
		height: 16vw;
		position: absolute;
		top: -8vw;
		left: 2vw;
	}

	.detail .detail_list .detail_item .detail_text {
		padding: 0 3.125vw;
	}

	.detail .detail_text dt {
		margin: 2em 0 1em;
		line-height: 1.25;
		font-size: 4.6875vw;
	}

	.detail .detail_table th,
	.detail .detail_table td {
		display: block;
	}

	.detail .detail_table th {
		width: auto;
	}

	.detail .detail_table td {
		margin-bottom: 1em;
		padding: 0;
	}

	.detail .detail_text .profile {
		width: 40%;
	}

	.detail .detail_text .profile img {
		width: 80%;
		display: block;
	}

	.detail .detail_text .profile figcaption {
		font-size: 2.93333vw;
	}
}

/* slide */
.slider {
	line-height: 0;
	position: relative;
}

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

.slider .slick-slide {
	margin-right: 8px !important;
	margin-left: 8px !important;
}

.slide_dots {
	height: auto;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.slide_dots li {
	margin: 0 5px;
	height: 8px;
}

.slide_dots button {
	background: #ddd;
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	border: none;
	border-radius: 100%;
	display: inline-block;
	outline: none;
	appearance: none;
}

.slide_dots .slick-active button {
	background: #928b89;
}

@media (max-width: 768px) {
	.slider .slick-slide {
		margin-right: 4px !important;
		margin-left: 4px !important;
	}

	.slide_dots {
		padding-right: 1em;
	}
}

/* ----------------------------------------------------
	pick up
	contact
---------------------------------------------------- */
.pickup,
.contact {
	background: #928b89;
	padding: 80px 0;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 40;
}

.pickup .pickup_title,
.contact .contact_title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: solid 4px #fff;
	display: inline-block;
}

.pickup .pickup_title img,
.contact .contact_title img {
	width: auto;
	height: 30px;
}

@media (max-width: 768px) {

	.pickup,
	.contact {
		padding: 18.22917vw 0;
	}

	.pickup .pickup_title,
	.contact .contact_title {
		margin-bottom: 7.8125vw;
		padding-bottom: 5.20833vw;
	}
}

/*
	pickup
------------------------------ */
.pickup .pickup_title img {
	width: auto;
	height: 22px;
}

.pickup .pickup_sub {
	margin-bottom: 75px;
	line-height: 1;
	font-size: 22px;
	font-weight: normal;
}

.pickup .pickup_detail {
	background: #a8a2a1;
	margin: 0 auto;
	max-width: 776px;
	display: flex;
	align-items: center;
}

.pickup .pickup_image,
.pickup .pickup_text {
	width: 50%;
}

.pickup .pickup_text {
	padding: 0 10px 0 30px;
	font-size: 18px;
	text-align: left;
}

.pickup .pickup_text dt {
	font-size: 22px;
}

.pickup .pickup_text dt .date {
	display: block;
}

.pickup .pickup_text dd p {
	margin: 1em 0;
}

.pickup .pickup_text dd a {
	background: url(../img/arrow.svg) center right 0.5em no-repeat;
	background-size: auto 8px;
	padding: 0.25em 1.75em 0.25em 1em;
	color: #fff;
	display: inline-block;
	border: solid 2px #fff;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.pickup .pickup_title img {
		height: 3.90625vw;
	}

	.pickup .pickup_sub {
		margin-bottom: 9.76563vw;
		font-size: 4.68750vw;
	}

	.pickup .pickup_detail {
		display: block;
	}

	.pickup .pickup_image,
	.pickup .pickup_text {
		width: 100%;
	}

	.pickup .pickup_text {
		padding: 2em 1.5em;
		font-size: 3.64583vw;
		text-align: left;
	}

	.pickup .pickup_text dt {
		font-size: 3.90625vw;
	}

	.pickup .pickup_text dt .date {
		display: block;
	}

	.pickup .pickup_text dd p {
		margin: 1em 0;
	}

	.pickup .pickup_text dd a {
		background: url(../img/arrow.svg) center right 0.5em no-repeat;
		background-size: auto 6px;
		padding: 0.25em 1.75em 0.25em 1em;
		color: #fff;
		display: inline-block;
		border: solid 2px #fff;
		border-radius: 4px;
	}
}

/*
	contact
------------------------------ */
.contact .contact_title img {
	width: auto;
	height: 30px;
}

.contact dt {
	margin-bottom: 35px;
	font-size: 22px;
}

.contact dd .tel img {
	width: auto;
	height: 25px;
}

.contact small {
	margin-top: 15px;
	font-size: 18px;
	display: block;
}

@media (max-width: 768px) {
	.contact .contact_title img {
		height: 5.20833vw;
	}

	.contact dt {
		margin-bottom: 7.8125vw;
		font-size: 5.72917vw;
	}

	.contact dd .tel img {
		height: 4.6875vw;
	}

	.contact small {
		margin-top: 3.90625vw;
		font-size: 3.125vw;
	}
}

/* ----------------------------------------------------
	goldenweek
---------------------------------------------------- */
#gw {
	background: #928b89;
	color: #fff;
}

#gw .container {
	display: block;
}

#gw .title {
	margin-bottom: 1em;
	padding: 0 0 1em;
	width: 100%;
	text-align: center;
	position: relative;
}

#gw .title::after {
	background: #fff;
	width: 144px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

#gw .title img {
	/* width: 320px; */
	width: auto;
	height: 27px;
}

#gw .lead {
	margin-bottom: 1.5em;
	font-size: 24px;
	text-align: center;
}

#gw .imageList {
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
}

/* #gw .imageList li {
	max-width: 244px;
} */


#gw .imageList li {}


#gw .imageList li:not(:last-of-type) {
	margin-right: 30px;
}

#gw .text {
	margin-bottom: 4em;
	text-align: center;
}

@media (max-width: 768px) {
	#gw .container {
		padding: 0 3.125vw;
	}

	#gw .title {
		margin-bottom: 0.5em;
		padding: 0 0 0.5em;
		width: 100%;
		height: auto;
	}

	#gw .title::after {
		width: 20%;
	}

	#gw .title img {
		/* width: auto;
		height: 4.8vw; */
		width: 100%;
		max-width: 590px;
		position: relative;
		top: auto;
		left: auto;
		transform: rotate(0) translate(0, 0);
		transform-origin: 0 0;
	}

	#gw .lead {
		font-size: 4.8vw;
	}

	#gw .imageList li:not(:last-of-type) {
		margin-right: 4vw;
	}

	#gw .text {
		font-size: 3.64583vw;
	}
}

/*
	gwTable
------------------------------ */
#gw .scroll-x {
	margin-bottom: 3em;
}

#gw .scrollText {
	display: none;
}

.gwTable {
	background: #fff;
	width: 100%;
}

.gwTable th,
.gwTable td {
	background: #fff;
	color: #928b89;
	font-size: 16px;
	position: relative;
}

.gwTable tr:not(:last-of-type) th,
.gwTable tr:not(:last-of-type) td {
	border-bottom: solid 1px #928b89;
}

.gwTable tr th:nth-child(even),
.gwTable tr td:nth-child(even) {
	background: #f4f3f3;
}

.gwTable td {
	text-align: center;
}

.gwTable .sat .days,
.gwTable .sat .week {
	color: #52a2ff;
}

.gwTable .sun .days,
.gwTable .sun .week {
	color: #fc7171;
}

.gwTable .cell01 {
	padding: 1.5rem 0 1em 1rem;
	width: 41.72813%;
	line-height: 1.25;
	font-size: 27px;
	text-align: left;
}

.gwTable .cell02 {
	padding: 1.5rem 0 1em;
	width: calc((100% - 41.72813%) / 10);
	text-align: center;
}

.gwTable .cell03 {
	padding-left: 1em;
	height: 74px;
	font-size: 16px;
}

.gwTable .cell03 a {
	color: #928b89;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.gwTable .cell03 img {
	margin-left: 0.5em;
	width: 42px;
	display: inline-block;
}

.gwTable th span {
	line-height: 1;
	display: block;
}

.gwTable th .month {
	font-size: 16px;
	position: absolute;
	top: 0.75rem;
	left: 0.25rem;
}

.gwTable th .days {
	line-height: 1.5;
	font-size: 26px;
}

.gwTable th .week {
	font-size: 16px;
}

@media (max-width: 768px) {
	#gw .scrollText {
		margin: 0 auto 0.5em;
		width: 100%;
		text-align: center;
		display: block;
		animation: scrollBlink 1s ease-in-out infinite alternate;
	}

	@keyframes scrollBlink {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#gw .scroll-x {
		width: 100%;
		overflow-x: auto;
	}

	.gwTable {
		width: 880px;
	}

	.gwTable .cell01 {
		padding-left: 0.5em;
		width: 38%;
		font-size: 24px;
	}

	.gwTable .cell02 {
		width: calc((100% - 38%) / 10);
	}

	.gwTable .cell03 {
		padding-left: 0.5em;
	}

	.gwTable th .month {
		font-size: 14px;
	}

	.gwTable th .days {
		font-size: 20px;
	}

	.gwTable th .week {
		font-size: 14px;
	}
}

/*
	gwTable
------------------------------ */
.gwDetail__title {
	margin-bottom: 1em;
	font-size: 24px;
	text-align: center;
}

.gwDetail__link .link-list {
	display: flex;
	flex-wrap: wrap;
}

.gwDetail__link .link-list li {
	margin-bottom: 1em;
	width: calc((100% - 4.5% * 2) / 3);
}

.gwDetail__link .link-list li:not(:nth-child(3n)) {
	margin-right: 4.5%;
}

.gwDetail__link .link-list li a {
	padding: 1em 0;
	color: #fff;
	height: 100%;
	border-bottom: solid 1px #fff;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.gwDetail__link .link-list li a::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	content: "＞";
}

.gwDetail__link .link-list li a:hover::after {
	right: 0.25em;
}

@media (max-width: 768px) {
	.gwDetail__title {
		font-size: 5.33333vw;
	}

	.gwDetail__link .link-list {
		border-top: solid 1px #fff;
		display: block;
	}

	.gwDetail__link .link-list li {
		margin-bottom: 0;
		width: 100%;
		font-size: 3.64583vw;
	}

	.gwDetail__link .link-list li:not(:nth-child(3n)) {
		margin-right: 0%;
	}
}

/* ----------------------------------------------------
	pagetop
---------------------------------------------------- */
#pageTop a {
	background: rgba(111, 102, 99, 0.8);
	width: 64px;
	height: 64px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 900;
	transform: rotate(180deg);
}

#pageTop a img {
	width: 16px;
	height: auto;
}

/* ----------------------------------------------------
	.type1
---------------------------------------------------- */
.contents.type1 {
	background: #928b89;
	color: #fff;
	text-align: center;
}

.contents.type1 .container {
	display: block;
}

.contents.type1 .container .title {
	margin-bottom: 2em;
	width: 100%;
}

.contents.type1 .container .title span {
	padding-bottom: 1.25em;
	line-height: 1;
	position: relative;
}

.contents.type1 .container .title span img {
	width: auto;
	height: 25px;
}

.contents.type1 .container .title span::before {
	background: #fff;
	width: 80%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}

.contents.type1 .container .lead {
	margin-bottom: 2.5em;
	font-size: 16px;
}

.contents.type1 .container .detail_text dt {
	margin-bottom: 1rem;
	color: #fff;
}

.contents.type1 .container .slick-active button {
	background: #666;
}

.contents.type1 .container .linkBtn {
	margin-top: 2em;
}

.contents.type1 .container .linkBtn a {
	background: #fff;
	margin: 0 auto;
	color: #928b89;
	max-width: 320px;
	height: 70px;
	font-size: 16px;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contents.type1 .container .linkBtn a:hover {
	background: none;
	color: #fff;
	opacity: 1;
}

@media (max-width: 768px) {
	.contents.type1 .container .title {
		margin-bottom: 3em;
		font-size: 4.8vw;
	}

	.contents.type1 .container .title span img {
		height: 4vw;
		position: static;
		transform: rotate(0) translate(0);
	}

	.contents.type1 .container .lead {
		font-size: 3.125vw;
	}

	.contents.type1 .container .detail_text dt {
		font-size: 4.8vw;
	}

	.contents.type1 .container .detail_text dd {
		text-align: left;
	}

	.contents.type1 .container .linkBtn {
		margin-top: 2em;
	}

	.contents.type1 .container .linkBtn a {
		max-width: 100%;
		height: 16vw;
		font-size: 3.64583vw;
	}
}