/* reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */
img {
	max-width: 100%;
        height:auto !important;
}

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	*text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	*text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}



/*** グリッドシステム ***/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm, .container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}


/* style */
/*---共通---*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1em;
	text-align: center;
}

.hide {
	display: block;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

#main_body a {
	color: #0d5aab;
	text-decoration: underline;
}

#main_body a:hover {
	color: #003062;
	text-decoration: none;
}

a img:hover {
	opacity: 0.5;
	transition: 0.5s;
}

.slick-slide img {
	width: 100%;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-image: url(/img/kanko/news_bg.jpg);
	background-repeat: repeat;
}

.no_breaks {
	white-space: nowrap;
	padding: 0 0.5em;
}

/*---ヘッダー---*/
header {

	width: 100%;
	height: 70px;
	background: url(/img/kanko/header_bg.png) center / cover;
	align-items: center;
	padding: 0 3.75em;
	position: fixed;
	top: 0;
	z-index: 3;
}

.menu_area {
	position: relative;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
}

/*---ロゴ---*/
.sitelogo {
	margin-right: auto;
}

/*---メニュー---*/
.menu-group li:last-child {
	padding-right: 0;
}

.menu-item {
	list-style: none;
	display: inline-block;
	padding: 0 0.8em;
	color: #FFFFFF;
	font-size: 1.125em;
}

.menu-item:hover {
	text-decoration: underline;
	transition: 0.5s;
}

/*---スライド---*/
/*---矢印---*/
.slide {
	position: relative;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	z-index: 1;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 60px;
	height: 80px;
}

.slick-prev {
	left: 0;
	background-image: url(/img/kanko/slide_left_button.png);
}

.slick-next {
	right: 0;
	background-image: url(/img/kanko/slide_right_button.png);
}

/*---スライドのロゴ---*/
.slide_logo {
	position: absolute;
	top: calc(50% - 170px);
	z-index: 2;
	width: 324px;
	height: 324px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	display: inline-block;
}

.slide_logo img {
	max-width: 100%;
}

/*---下の点---*/
.slick-dots {
	position: absolute;
	bottom: 20px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}

.mainVis .slick-dots li button {
	font-size: 20px;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 40px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #bcde5f;
	opacity: 1;
}

/*---新着情報---*/
/*---背景---*/
.contents_wrap {
	background-image: url(/img/kanko/news_bg.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	padding: 1em;
}

.pumpkin_bg {
	background-image: url(/img/kanko/pumpkin_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 90%;
	padding: 5em 0;
}

/*---タイトル---*/
.top_ttl {
	margin-bottom: 10px;
}

/*---コンテンツ部分---*/
.contents_wrap .info_list ul {
	max-width: 1200px;
	background-color: #FFFFFF;
	margin: 0.75em auto 2.5em;
	padding: 0.5em 0;
	box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
}

.contents_wrap .info_list ul li {
	display: flex;
	margin: 0 2em;
	padding: 1.5em 0;
	border-bottom: 1px solid #dddddd;
	text-align: left;
	position: relative;
}

.contents_wrap .info_list ul li a::before {
	content: '';
	background-image: url(/img/kanko/news_arrow.png);
	width: 10px;
	height: 16px;
	background-size: 10px 16px;
	display: block;
	position: absolute;
	right: 0;
	/* top: 24px; */
}

/* 大メニュー */
body:not(.home) .contents_wrap .info_list ul {
	margin: 2.5em auto;
	padding: 1.4em 0 2.2em;
}

body:not(.home) .contents_wrap .info_list ul li {
	position: relative;
	margin: 0 1.5em;
	padding: 1.4em 0 1.4em 2.5em;
	border-bottom: 1px dashed #aaa;
}

body:not(.home) .contents_wrap .info_list ul li::before {
	content: '';
	position: absolute;
	background-image: url(/img/kanko/pumpkin_icon.png);
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	display: block;
	top: calc(50% - 14px);
	left: 0.6em;
}

body:not(.home) .contents_wrap .info_list ul li a {
	padding: 0.2em 0.5em;
	font-size: 1.2em;
}

body:not(.home) .contents_wrap .info_list ul li a::before {
	display: none;
}

/* 小メニュー */
body.site_list1 .contents_wrap .info_list ul li {
	position: relative;
	margin: 0 1.5em;
	padding: 1.4em 0 1.4em 0.5em;
	border-bottom: 1px dashed #aaa;
}

body.site_list1 .contents_wrap .info_list ul li::before {
	content: '';
	display: none;
}

body.site_list1 .contents_wrap .info_list ul li .article_date {
	padding-right: 0em;
	min-width: 12em;
}

body.site_list1 .contents_wrap .info_list ul li a {
	padding: 0em;
	font-size: 1.1em;
}



body.home .contents_wrap ul li:last-child {
	border: none;
}

.contents_wrap .info_list ul li a:hover {}

.newDate {
	min-width: 10rem;
	margin-right: 50px;
	color: #325a3c;
}

.newTitle {
	padding: 0 1.5em 0 0;
}

.newIcon {
	float: right;
}

.home .info_list {
	text-align: right;
	max-width: 1200px;
	margin: 0 auto;
}

/*---RSS---*/
.rss_btn {
	font-weight: 600;
	border-bottom: #c14e01 solid 1px;
	padding: 0 35px 0 20px;
	position: relative;
	color: #404040;
}

.rss_btn::before {
	content: '';
	background-image: url(/img/kanko/rss.png);
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 4px;
}

.rss_btn::after {
	content: '';
	background-image: url(/img/kanko/rss_arrow.png);
	width: 9px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 4px;
}

/*---新着情報一覧ボタン---*/
.news_btn {
	display: inline-block;
	background-color: #325a3c;
	padding: 13px 65px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	color: #FFF;
	box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
	letter-spacing: 2px;
}

.news_btn::before {
	content: '';
	background-image: url(/img/kanko/news_button_arrow.png);
	width: 10px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 16px;
}

.news_btn:hover {
	opacity: 0.8;
	transition: 0.5s;
}

/*---金山町の概要---*/
/*---背景---*/
.about_wrap {
	background-image: url(/img/kanko/about_bg.png);
	padding: 5em 1em 10em;
	background-repeat: no-repeat;
}

/*---小見出し---*/
.about_wrap h2 {
	margin-bottom: 40px;
}

/*---町の概要---*/
.about_box {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.about_left {
	*width: 600px;
}

.about_left p {
	margin-bottom: 25px;
	font-weight: 600;
	color: #404040;
}

.about_wrap .pumpkin_ttl {
	font-size: 1.375em;
	font-weight: 600;
	color: #404040;
	margin-bottom: 0.85em;
}

.about_wrap .pumpkin_ttl img {
	padding-right: 10px;
}

.about_right {
	margin-top: 1.25em;
	text-align: center;
}

/*---金山町紹介動画---*/
.about_movie {
	*width: 810px;
}

.youtube {
	position: relative;
	margin: 1.5em 0;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---金山町特設ページ---*/
.about_special {
	*width: 300px;
	max-width: none;
	*flex: inherit;
	*display: flex;
	*justify-content: flex-start;
	*align-items: flex-start;
	*flex-direction: column;
}

.about_special_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.about_special_content img {
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4);
}

.about_special a {
	margin-bottom: 10px;
}


/*---金山町おでかけガイド---*/
/*---背景---*/
.guide_wrap {
	background-image: url(/img/kanko/guide_bg.png);
	padding: 4em 1em 6em;
	position: relative;
	background-color: #F9FFFA;
}

/* 波線 */
.guide_wrap::before {
	content: '';
	height: 60px;
	background-image: url(/img/kanko/namisen.png);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	top: -60px;
	position: absolute;
	width: 100%;
	left: 0;
}

/*---小見出し---*/
.guide_wrap h2 {
	margin-bottom: 2.5em;
}

/*---枠---*/

.guide_box {
	display: block;
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

/*---船---*/
.guide_ship {
	position: absolute;
	right: 0;
	top: -120px;
}

/*---金山町特設ページ---*/
.guide_inner {
	max-height: 850px;
	position: relative;
	margin: 4.5em 0 8em;
}

.last_inner {
	margin-bottom: 0;
}

.guide_img_right {
	text-align: right;
}

.guide_img_left {
	text-align: left;
}

.guide_caption_left {
	position: absolute;
	z-index: 1;
	width: 430px;
	min-height: 350px;
	left: 0;
	bottom: 0;
	margin-top: -350px;
	background-image: url(/img/kanko/guidetext_bg.jpg);
	background-size: cover;
	background-position: center center;
	color: #666666;
	padding: 1.25em;
	text-align: left;
	border-top: 7px solid #325a3c;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.guide_caption_right {
	position: absolute;
	z-index: 1;
	width: 430px;
	min-height: 350px;
	right: 0;
	bottom: 0;
	margin-top: -350px;
	background-image: url(/img/kanko/guidetext_bg.jpg);
	background-size: cover;
	background-position: center center;
	color: #666666;
	padding: 1.25em;
	text-align: left;
	border-top: 7px solid #325a3c;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);

	z-index: 0;
}

.guide_line {
	margin: 20px 0;
	color: #98aa98;
}

.guide_caption p {
	line-height: 22px;
}

.guide_caption_right div, .guide_caption_left div {
	text-align: center;
}

.guide_btn {
	display: inline-block;
	font-size: 0.875em;
	margin-top: 2.85em;
	padding: 1.2em 5em;
	text-decoration: none;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	background-color: #ffffff;
	color: #FFFFFF;
	background-color: #325a3c;
	position: relative;
}

.guide_btn::after {
	content: '';
	background-image: url(/img/kanko/guide_arrow.png);
	width: 31px;
	height: 6px;
	position: absolute;
	right: 10px;
	top: 18px;
}

.guide_btn:hover {
	opacity: 0.8;
	transition: 0.5s;
}

/*---フッター---*/
.siteFooter {
	margin-top: auto;
	padding: 3.5em 1em 0.8em;
	background-image: url(/img/kanko/footer_bg.jpg);
	background-size: cover;
}

.footer_logo {
	margin-bottom: 30px;
	display: inline-block;
}

.siteFooter p {
	text-shadow: 0px 0px 5px rgba(50, 90, 60, 1);
	color: #FFFFFF;
}

.p_yakuba {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.p_address {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 70px;
}

.p_copyright {
	font-size: 12px;
}

#top_scroll {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
}

a.page-top:hover img {
	opacity: 1;
}

.page-top {
	display: block;
	position: fixed;
	z-index: 999;
	right: -170px;
	width: auto;
	height: auto;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
}

/* --- 下層ページ --- */
/*---パンくず---*/
.pankuzu_wrap {
	padding: 70px 1em 1em;
}

.PankuzuWrap {
	margin: 70px auto 0;
	text-align: left;
	background-color: #fff;
}

.pankuzuBox {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0.75em 1em;
}

.pankuzuLink {
	font-size: 0;
}

.pankuzuLink a {
	color: #0d5aab;
	text-decoration: underline;
}

.pankuzuLink a:hover {
	color: #003062;
	text-decoration: none;
}

.pankuzuList {}

.pankuzuList a {
	position: relative;
	font-size: 0.875rem;
	padding-right: 2em;
	white-space: nowrap;
}

.pankuzu_class_current {
	font-size: 0.875rem;
}

.pankuzuList a::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #325a3c;
}

.container {
	max-width: 1200px;
	padding-top: 0;
}

/* 下層見出し1 */
body:not(.home) h1 {

	color: #FFF;
	background-image: url(/img/kanko/h1_kabomaru.png), url(/img/kanko/h1_bg_before.png), url(/img/kanko/h1_bg_after.png), url(/img/kanko/h1_bg.png);
	background-repeat: no-repeat, no-repeat, no-repeat, repeat;
	background-position: 90% 5%, left top, right bottom, center;
	background-size: 120px, 3.5em, 3.5em, contain;
	margin: 0;
	padding: 1.2em 300px 1.2em 100px;
	font-size: 2.4375rem;
	font-weight: 700;
	text-align: left;
	position: relative;
}

/* 最終ページ */
.site_detail .PankuzuWrap {
	margin-top: 0;
}

body.site_detail {
	margin-top: 70px;
}


.site_detail .main_body_inner {
	margin: 2.5em auto;
	padding: 1.5em 2.5em 2.2em;
	max-width: 1200px;
	background-color: #FFFFFF;
	box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
	text-align: start;
}

.site_detail .main_body_inner #content_header {
	text-align: right;
	padding: 0em 0 1em;

	display: flex;
	justify-content: right;
}

#sns_button_wrap {
	display: flex;
	margin-top: 1.5em;
}

#sns_button_wrap iframe {
	*margin-right: 1em;
}

.site_detail .main_body_inner #content_header>span {
	margin-left: 1em;
}


.site_detail .main_body_inner h2 {
	margin: 2.5rem 0 1.5rem;
	padding: 1.5rem 5rem;
	font-size: 1.75rem;
	color: #333333;
	background-color: #d6ded8;
	font-weight: bold;
	position: relative;
}

.site_detail .main_body_inner h2::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	background-image: url(/img/kanko/h2_before.png);
	background-size: 80px 80px;
}

.site_detail .main_body_inner h2::after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 80px;
	height: 80px;
	background-image: url(/img/kanko/h2_after.png);
	background-size: 80px 80px;
}

.site_detail .main_body_inner h2:first-child, #content_header+h2 {
	margin-top: 0 !important;
}

.site_detail .main_body_inner h3 {
	margin: 1.5rem 0 1rem;
	padding: 1rem;
	border-left: 6px solid #f29744;
	font-size: 1.375rem;
	font-weight: bold;
	color: #333333;
	background-color: #faf1e6;
}

.site_detail .main_body_inner h4 {
	margin: 1.5rem 0 1rem;
	border-bottom: 3px solid #325a3c;
	padding: 0.5rem 2.2rem 0.4rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: #333333;
	position: relative;
}

.site_detail .main_body_inner h4::before {
	content: "";
	width: 0;
	height: 0;
	bottom: -1px;
	left: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #325a3c transparent transparent transparent;
	position: absolute;
}

.main_body_inner .detail_free {
	clear: both;
	overflow: hidden;
}

.main_body_inner .detail_free:nth-child(n + 2) {
	margin-top: 2.5em;
}

#content_header+div {
	margin-top: 0;
}

h2, h3, h4, h5, h6 {
	clear: both;
}

.pdf_download, .wmplayer_download {
	clear: both;
	margin: 30px 0px 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.external_link_text {
	display: none;
}

.site_detail .main_body_inner p, .site_detail .main_body_inner dl, .site_detail .main_body_inner ul, .site_detail .main_body_inner ol {
	padding: 0.5em 1.5em;
}

.site_detail div.detail_free table p {
	padding: 0.5em 0;
}

.site_detail div.detail_free table caption {
	font-size: 1.1em;
	padding: 1em 0;
	text-align: left;
}

.site_detail .main_body_inner dt {
	font-weight: bold;
	margin: 0.5em 0;
}

.site_detail .main_body_inner ul li {
	position: relative;
	padding: 0.2em 0.5em 0.2em 1.4em;
}

.site_detail .main_body_inner ul li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	background-image: url(/img/kanko/list_pumpkin.png);
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}

.site_detail .main_body_inner ol {
	padding: 0.5em 1.5em 0.5em 2.7em;
	list-style-type: decimal;
}

.site_detail .main_body_inner ol li {
	padding: 0.2em 0.5em 0.2em 0.2em;
}

.site_detail .main_body_inner table {
	border: 1px #d2d2d2 solid;
}

.site_detail .main_body_inner th {
	color: #325a3c;
	background-color: #f5fdf7;
	padding: 1rem 1.5rem;
	border: 1px #d2d2d2 solid;
}

.site_detail .main_body_inner td {
	color: #262626;
	padding: 1rem 1.5rem;
	border: 1px #d2d2d2 solid;
}

/* このページに関するお問い合わせ先 */
.site_detail .main_body_inner #section_footer {
	margin-top: 2em;
	border: 1px solid #325A3C;
	background-color: #F4F9F5;
}

.site_detail .main_body_inner #section_footer h2 {
	color: #fff;
	background-color: #325A3C;
	font-size: 1.2em;
	margin: 0 0 0.5em;
	padding: 0.8em 1.2em 0.8em 2.4em;
}

.site_detail .main_body_inner #section_footer h2::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #fff;
}

.site_detail .main_body_inner #section_footer h2::after {
	display: none;
}

#section_footer_detail {
	padding: 0 0 1.5em;
}

.sf_name, .sf_name2, .sf_tel, .sf_fax {
	padding-right: 1em;
}

.sf_email {
	padding: 0.5em 1.5em;
}

/* SNSボタン */
#sns_button_wrap .external_link_text {
	display: none;
}


@media (max-width: 1199px) {

	.sitelogo img {
		width: 350px;
	}

	.menu-item {
		padding: 0 0.8em;
		font-size: 1em;
	}

}

@media (max-width: 991px) {

	header {
		padding: 0;
	}

	.sitelogo img {
		width: 300px;
	}

	.menu_area {
		padding: 0 1.25em;
	}

	.menu-item {
		padding: 0.25em;
	}

	/* totopボタン */
	.page-top {
		width: auto;
		height: auto;
	}

	a.page-top img {
		width: 75%;
	}

}

@media (max-width: 767px) {


	.slick-prev {
		left: 0;
		background-image: url(/img/kanko/slide_left_button.png);
	}

}

@media (max-width: 399px) {

	.sitelogo img {
		width: 280px;
	}

}

/* slick */
/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*** スクロールアニメーション ***/
/*上からフェードイン*/
.guide_img_top.active {
	opacity: 0;
	animation: guide_img_top 1.5s .3s ease-out forwards;
}

@keyframes guide_img_top {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*下からフェードイン*/
.guide_img_bottom.active {
	opacity: 0;
	animation: guide_img_bottom 1.5s 0 ease-out forwards;
}

@keyframes guide_img_bottom {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/*左からフェードイン*/
.fade_left {
	opacity: 0;
	transition: 1.5s;
	transform: translateX(-20px);
}

.fade_left.active {
	opacity: 1;
	transform: translateX(0px);
}


/*右からフェードイン*/
.fade_right {
	opacity: 0;
	transition: 1.5s;
	transform: translateX(20px);
}

.fade_right.active {
	opacity: 1;
	transform: translateX(0px);
}

/* アニメーション遅延 */
.delay {
	transition-delay: 0.25s;
}

/* 20210812追加トップボタン */
.access_button {
	width: 280px;
	margin: 0 auto 2em;
	text-align: center;
}

.access_button a {
	padding: 0.6em;
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
	transition: 0.3s;
	background-color: #c14e01;
	border-radius: 100px;
	border: 1px solid #c14e01;
}

.access_button a:hover {
	background-color: #fff;
	color: #c14e01;
}







@media all and (max-width:991px) {
	.slide_logo {
		position: absolute;
		top: calc(50% - 100px);
		z-index: 2;
		width: 200px;
		height: 200px;
		left: 50%;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		display: inline-block;
	}

	.slick-arrow {
		position: absolute;
		top: calc(50% - 30px);
		z-index: 1;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 30px;
		height: 40px;
		background-size: 30px 40px;
	}

	/* 紹介動画＆特設ページ */
	.about_special.col-md-3 {
		width: 33.333333%;
	}
}

/* (max-width:991px) */
@media all and (min-width:768px) {
	.btn_menu {
		display: none;
	}
}

/* (min-width:768px) */

@media only screen and (max-width:767px) {

	/* メニュー */
	.menu_area {
		position: relative;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: center;
	}

	.btn_menu {
		width: 42px;
		height: 42px;
		background-image: url(/img/kanko/btn_menu_off.png);
		background-size: 42px 42px;
		position: absolute;
		z-index: 999;
		top: 14px;
		right: 0.75em;
		cursor: pointer;
	}

	.btn_menu.is-active {
		background-image: url(/img/kanko/btn_menu_on.png);
	}

	.btn_menu+nav.nav {
		*display: none;
		transform: translateX(-100vw);
		transition: 0.3s;
		position: absolute;
		top: 70px;
		width: 85%;
		left: 0;
	}

	.btn_menu.is-active+nav.nav {
		transform: translateX(0vw);
		height: calc(100vh - 70px);
		background-color: rgba(255, 255, 255, 0.9);
	}

	.btn_menu+nav.nav+.under_layer {
		position: absolute;
		width: 100vw;
		height: 100vh;
		top: 70px;
		left: 0;
		z-index: -1;
		opacity: 0;
		transition: 0.3s;
		display: none;
	}

	.btn_menu.is-active+nav.nav+.under_layer {
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 1;
		display: block;
	}

	ul.menu-group {
		height: 100vh;
	}

	li.menu-item {
		display: block;
		color: #212121;
		border-bottom: 1px solid #ccc;
	}

	.menu-item a {
		display: block;
		text-align: left;
		padding: 0.8em 1em 0.8em 2.8em;
		position: relative;
	}

	.menu-item a::before {
		content: '';
		position: absolute;
		top: 1em;
		left: 1.2em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 10px;
		border-color: transparent transparent transparent #325a3c;
	}



	/* スライドショー */
	.slide {
		position: relative;
		margin: 70px 0 0;
	}

	.slide_logo {
		top: calc(50% - 75px);
		width: 150px;
		height: 150px;
	}

	.slick-dots {
		bottom: 5px;
	}

	.slick-dots li {
		margin: 0 5px;
	}

	/* 新着情報 */
	.contents_wrap {
		padding: 2em 0.5em 2em;
	}

	.pumpkin_bg {
		background-repeat: space;
		background-position: center;
		background-size: 100%;
		padding: 2em 0.5em 3em;
	}

	.contents_wrap .info_list ul li {
		display: block;
	}

	.contents_wrap .info_list ul li span {
		display: block;
	}

	.contents_wrap .info_list ul li a::before {
		top: 2.2em;
	}


	/* 紹介動画＆特設ページ */
	.about_wrap {
		background-image: url(/img/kanko/about_bg.png);
		padding: 3em 1em 7em;
		background-repeat: repeat-y;
	}

	.about_box {
		display: block;
	}

	.about_movie.col-md-8 {
		width: 100%;
	}

	.about_special.col-md-3 {
		width: 100%;
		margin: 3em 0 0;
	}

	.about_special_content {
		justify-content: space-around;
	}

	/* おでかけガイド */
	.guide_wrap {
		padding: 1em 1em 6em;
	}

	.guide_ship {
		top: -60px;
		width: 110px;
	}

	.guide_content_wrap {}

	.guide_inner {
		max-height: 850px;
		position: relative;
		margin: 4.5em 0 3em;
	}

	.guide_caption_left {
		position: static;
		width: 100%;
		min-height: auto;
		margin-top: 0;
	}

	.guide_caption_right {
		position: static;
		width: 100%;
		min-height: auto;
		margin-top: 0;
	}

	.fade_left, .fade_right {
		transform: translateX(0px);
		transition: 2.5s;
	}

	.guide_btn {
		margin: 1.5em;
	}

	.guide_caption_left img, .guide_caption_right img {
		width: 65%;
		max-width: 269px;
	}

	/* totopボタン */
	.page-top {
		bottom: 10px !important;
		right: -30px !important;
	}

	a.page-top img {
		width: 55%;
	}

	/* フッター */
	.siteFooter {
		background-size: cover;
		background-position: 65% 0%;
	}

	/* 下層見出し1 */
	body:not(.home) h1 {
		color: #FFF;
		background-image: url(/img/kanko/h1_kabomaru.png), url(/img/kanko/h1_bg_before.png), url(/img/kanko/h1_bg_after.png), url(/img/kanko/h1_bg.png);
		background-repeat: no-repeat, no-repeat, no-repeat, repeat;
		background-position: 100% 120%, left top, right bottom, center;
		background-size: 50px, 50px, 50px, cover;
		margin: 0;
		padding: 1.2em 1em 1.2em 1em;
		font-size: 1.8em;
		font-weight: 700;
		text-align: left;
		position: relative;
	}

	/* 大メニュー */
	body:not(.home) .contents_wrap .info_list ul {
		margin: 0em auto 1.5em;
		padding: 0.4em 0 1.4em;
	}

	body:not(.home) .contents_wrap .info_list ul li {
		margin: 0 0.5em;
	}

	body:not(.home) .contents_wrap .info_list ul li a {
		font-size: 1.1em;
	}

	/* 小メニュー */
	body.site_list1 .contents_wrap .info_list ul {
		padding: 0.4em 0 1.4em;
	}

	body.site_list1 .contents_wrap .info_list ul li {
		display: block;
		margin: 0 1em;
	}

	body.site_list1 .contents_wrap .info_list ul li span {
		display: block;
	}

	body.site_list1 .contents_wrap .info_list ul li span.article_title {
		padding: 0.5em 0 0;
	}

	/* 下層ページ */
	.site_detail .main_body_inner {
		margin: 0em auto 1.5em;
		padding: 0.8em 0.5em 1.5em;
	}

	.site_detail .main_body_inner #content_header {
		display: block;
	}

	#sns_button_wrap {
		display: flex;
		justify-content: center;
	}

	.site_detail .main_body_inner #content_header>span {
		display: block;
		margin: 0.5em;
	}

	.pdf_download, .wmplayer_download {
		display: block;
	}

	.site_detail .main_body_inner h2 {
		padding: 1.4rem 3rem;
		font-size: 1.5em;
	}

	.site_detail .main_body_inner h2::before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50px;
		height: 50px;
		background-image: url(/img/kanko/h2_before.png);
		background-size: 50px 50px;
	}

	.site_detail .main_body_inner h2::after {
		content: "";
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 50px;
		height: 50px;
		background-image: url(/img/kanko/h2_after.png);
		background-size: 50px 50px;
	}

	.site_detail .main_body_inner h3 {
		font-size: 1.25rem;
	}

	.site_detail .main_body_inner p, .site_detail .main_body_inner dl, .site_detail .main_body_inner ul, .site_detail .main_body_inner ol {
		padding: 0.5em;
	}

	.sf_email {
		padding: 0.5em;
	}

	/* テーブル */
	.site_detail .main_body_inner th, .site_detail .main_body_inner td {
		padding: 1rem;
	}


	.site_detail .main_body_inner ol {
		margin-left: 1.2em;
	}


}

/* (max-width:767px) */

@media all and (max-width:399px) {

	.slide_logo {
		top: calc(50% - 60px);
		width: 120px;
		height: 120px;
	}

	.no_breaks {
		display: block;
	}
}

/* (max-width:399px) */

@media all and (max-width:374px) {
	.sitelogo img {
		width: 230px;
	}
}





/*** プリント用 ***/
@media print {
	html {
		margin-top: 3em;
	}

	header {
		top: 3em;
		position: absolute;
		background-color: #4B7A57;
	}

	.btn_menu+nav.nav {
		position: static;
		width: auto;
		transform: translateX(0vw);
	}

	.menu-item {
		list-style: none !important;
		display: inline-block !important;
		padding: 0 0.8em !important;
		color: #FFFFFF !important;
		font-size: 1.125em !important;
	}
}


/* 追記2025年1月21日　snsシェアボタン調整 */

#sns_button_wrap {
    column-gap: 0.6em;
}