/*!
Theme Name: hachikougen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hachikougen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hachikougen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

:root {
  --swiper-theme-color: #5c871b !important;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	transition:all 0.3s ease-in-out 0s;
	cursor: pointer;
	
	outline: none!important;
	-moz-outline-style: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
html { font-size: 62.5%; }

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
	margin:0;
	clear: both;
}

h2,
h3{
	font-size:1.3em;
}
h4,
h5,
h6{
	font-size:1.2em;
}

p {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0em;
}


.entry-content * + p{
/* 	margin-top:1.5em; */
}

dfn,
cite,
i {
	font-style: italic;
}

em{
	font-style:normal;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	width:100%;
	max-width: 100%;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #603813;;
	text-decoration: none;
}

a:visited {
/* 	color: #603813;; */
}

a:hover,
a:focus,
a:active {
/* 	color: #191970; */
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	
	position: sticky;
	top: 5px;
	z-index: 2;
}
.home .main-navigation {
	margin-bottom: 2em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	width: 100%;
	position: relative;
}

.main-navigation a {
	display: block;
	font-size: 1.65rem;
	text-align:center;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


.menu-toggle {
	display: none;
}

.main-navigation ul {
	display: flex;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	border-radius: 10px;
	overflow: hidden;
}
.main-navigation ul li{
	background: #8EAE00;
	background: linear-gradient(180deg,rgba(142, 174, 0, 1) 0%, rgba(89, 136, 0, 1) 100%);
}
.main-navigation ul a{
	display:block;
	color:#fff;
	padding:10px 10px;
}
.main-navigation ul a:hover{
	background:rgba(255,255,255,0.1);
	border-radius:5px;
}
.main-navigation ul li{
	background: #8EAE00;
	background: linear-gradient(180deg,rgba(142, 174, 0, 1) 0%, rgba(89, 136, 0, 1) 100%);
	padding: 5px;
	position:relative;
}
.main-navigation li.menu-item::before{
	content:"";
	display:block;
	height:60%;
	width:1px;
	background:rgba(255,255,255,0.3);
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.main-navigation li.menu-item:first-child::before{
	display:none;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 3em 0 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post{
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/* 	margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Base Layout
--------------------------------------------- */
body{
	background:url(img/summer_2nd_background.jpg) center top no-repeat;
}
body.home{
	background: url(img/bg.jpg) center top no-repeat;
}


/* Parts */

.en{
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.tel-num,
.fax-num{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1;
}
.tel-num::before,
.fax-num::before{
	font-size: 1.5rem;
/* 	font-weight:normal; */
}
.tel-num::before{
	content:"TEL.";
}
.fax-num::before{
	content:"FAX.";
}
.tel-icon::before{
	content:"\f095";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin:0 0.1em;
}



.color-ph{
	color:#327325;
}
.color-ax{
	color:#983213;
}
.color-vg{
	color:#683141;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

.dummy{
	margin:0 !important;
}

.btn-wrap{
	text-align:center;
}
.btn-wrap a,
.btn-wrap input[type="submit"]{
	display:inline-block;
	color:#fff;
	line-height: 1.2;
	border-radius:5px;
	background:url(img/btn_bg_green.png) center center no-repeat;
	background-size:100% 100%;
	padding:0.8em 3em 0.8em 1.2em;
	margin:1em 0;
	position:relative;
}
.back-btn a{
	margin:3em 0;
}
.btn-wrap a::before,
.btn-wrap input[type="submit"]::before{
	content:"";
	display:block;
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	border:1px solid rgba(255,255,255,0.25);
	position:absolute;
	top:2px;
	left:2px;
}
.btn-wrap a::after,
.btn-wrap input[type="submit"]::after{
	content:"";
	display:block;
	width:12px;
	height:12px;
	background:url(img/btn_arrow_white.png) center center no-repeat;
	background-size:100%;
	position:absolute;
	top:50%;
	right:1em;
	transform:translateY(-50%)
}
.btn-wrap a.btn-s{
	font-size: 1.3rem;
	padding: 0.6em 2.5em 0.6em 1.25em;
	margin: 1em 0 0;
}
.btn-wrap a.btn-s::after{
	width:6px;
	height:7px;
	background-image:url(img/btn_arrow2_white.png);
}
.btn-wrap a.btn-l,
.btn-wrap input[type="submit"].btn-l{
	font-size: 1.8rem;
	padding: 0.75em 3.0em 0.75em 1.75em;
	margin: 1em 0 0;
}
.btn-wrap input[type="submit"].btn-l{
	padding: 0.75em 3.0em;
}
.btn-wrap a.btn-l::after,
.btn-wrap input[type="submit"].btn-l::after{
	width:22px;
	height:22px;
	background-image:url(img/btn_arrow4_white.png);
}

.title{
	line-height:1.4;
}

.clearfix{
	overflow:hidden;
}

@media (min-width: 769px) {
	.pc-none{
		display:none;
	}
}
@media (max-width: 768px) {
	.sp-none{
		display:none;
	}
	
	body{
		font-size: clamp(1px, 3.72vw, 14px);
		background-size: auto 250px;
	}
	body.home{
		background-size: auto 300px;
	}
	
	
	h1 {
		font-size: clamp(1px, 5.05vw, 19px);
	}
	h2, h3 {
		font-size: clamp(1px, 3.95vw, 15px);
	}

	.sp-scroll,
	.sp-scroll-narrow{
		overflow-x:scroll;
		padding-bottom:10px;
	}
	.sp-scroll table{
		width:250% !important;
	}
	.sp-scroll-narrow table{
		width:180% !important;
	}
	.tel-num, .fax-num {
		font-size: clamp(1px, 5.9vw, 22px);
	}
	
	.btn-wrap a::after{
		right: 0.75em;
	}
	.btn-wrap a.btn-l{
		font-size: clamp(1px, 4.9vw, 18px);
		padding: 0.75em 2.75em 0.75em 1.25em;
	}
}



/* Header */
#header{
	background: url(img/sum_deco.png) center top no-repeat;
	position: relative;
}
#header-upper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 920px;
	margin: 0 auto;
	padding: 0 0 0 40px;
}
#header-middle {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 930px;
	margin: 0 auto;
	padding: 10px 0 20px 30px;
}
#header-middle .site-title{
	line-height: 1;
	margin:0;
}
#header-upper .site-description {
	width: calc(100% - 250px);
	max-width:550px;
	font-size: 1.0rem;
	font-weight: normal;
	margin: 0.25em 0 0;
}


#header .tel{
	font-size: 1.1rem;
	font-weight:bold;
	line-height: 1.2;
	text-align: right;
	padding:0;
	margin:0;
	list-style:none;
}
#header .tel .hotel-name{
	margin-right:0.5em;
}


#primary-menu > li > a::after {
	content: attr(data-desc);
	display: block;
	font-style: normal;
	line-height: 1.0;
	font-size: 0.9rem;
	margin-top:0.3em;
}



/*=========================================
#hamburger
=========================================*/
.hamburger {
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}
.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}
.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: transform .3s;
}
.hamburger.is-active span {
    background-color: #ffffff;
}
.hamburger span:nth-child(1) {
    top: 30%;
}
.hamburger span:nth-child(2) {
    top: 60%;
}
.hamburger span:nth-child(3) {
    top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: #699f2e;
    transition: opacity .3s, visibility .3s;
}
.drawer.is-active {
    visibility: visible;
    opacity: 1;
}
.drawer-inner {
/*
    display: flex;
    justify-content: center;
    align-items: center;
*/
    height: 100vh;
    padding: 70px 5% 120px;
    position: relative;
    overflow-y: auto;
}
.drawer__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    padding:0;
    margin:0;
    list-style:none;
}
.drawer__list a {
    color: #ffffff;
}
.drawer__nav #menu-mobile > li > a{
	display:block;
	border-radius:5px;
	background:rgba(255,255,255,0.15);
	padding:8px 15px;
}
.drawer__nav #menu-mobile .sub-menu{
	padding-left: 2em;
	margin:0;
	margin-top: 0.5em;
}

.drawer-logo{
	position: absolute;
	top: 15px;
	left: 5%;
	width: 50%;
}

@media screen and (min-width:769px) {
	.hamburger{
		display:none;
	}
}
@media (max-width: 768px) {
	
}


main#primary{
	width: calc(100% - 240px);
}

aside#side-navi{
	width:208px;
}

@media (max-width: 768px) {
	#header-upper{
		display:none;
	}
	#header-upper .site-description{
		width:100%;
	}
	#header-middle{
		padding: 8px 3%;
	}
	#header-middle .site-title{
		max-width: 220px;
		width: 60%;
	}
	#header .tel{
		display:none;
	}
}



/* BANNER */
.facility-bnr{
	margin: -20px auto -10px;
}
.facility-bnr ul{
	display:flex;
	justify-content: center;
	padding:0;
	margin:0;
	list-style:none;
}
.home .facility-bnr{
	margin-top: -250px;
	position: relative;
	z-index: 2;
}

.banner-wrap,
.facility-banner-wrap{
/*
	display:flex;
	gap:15px;
*/
	padding:0;
	margin:0 0;
	list-style:none;
}
p + .banner-wrap,
p + .facility-banner-wrap{
	margin-top:1em;
}
.banner-wrap li + li,
.facility-banner-wrap li + li{
	margin-top:1em;
}

@media (max-width: 768px) {
	.facility-bnr {
		margin: -10px auto 0px;
		overflow-x: scroll;
	}
	.facility-bnr ul{
		width: 180%;
	}
	
	#facility-fixed-btn{
		display: flex;
		position: fixed;
/* 		gap:1px; */
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 2;
	}
	#facility-fixed-btn > *{
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		font-size: clamp(1px, 3.8vw, 16px);
		font-weight:bold;
		line-height: 1.0;
		border-radius: 0;
		padding: 0.8em 1.5em 0.8em 0.3em;
		margin:0;
	}
	#facility-fixed-btn > a:after{
		right: 0.65em;
	}

	.facility-banner-wrap{
		text-align: center;
		margin-bottom:2em;
	}
	
	.banner-wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.banner-wrap > *{
		width:calc(50% - 8px);
	}
	.banner-wrap li + li {
		margin-top: 0em;
	}
}





/* FOOTER */
.footer-image{
	min-height:212px;
	background: url(img/sum_footer_bg.jpg) center bottom repeat-x;
	background-size:cover;
}
#footer-menu{
	background: url(img/footer_inner_bg.gif) left top repeat-x;
}
 
#footer-menu-inner{
	background: url(img/footer_map.gif) center top no-repeat;
}
#footer-menu-box{
	display: flex;
	justify-content: space-between;
	padding: 25px 0 0;
	max-width: 1100px;
	margin: 0 auto;
	min-height: 226px;
	position: relative;
}
#footer-menu-box .footer-nav{
	width:calc(100% - 470px);
}
#footer-menu-box ul{
	column-count: 3;
/*
	display:flex;
	flex-wrap:wrap;
*/
	width: 100%;
	padding: 0;
	margin:0;
	list-style: none;
}
#footer-menu-box ul li{
/* 	width:33.333%; */
	line-height: 1.4;
	padding: 0;
}
#footer-menu-box ul li a{
	display: block;
	background: url(img/arrow_footer.gif) left center no-repeat;
	padding:8px 5px 8px 15px;
}
#footer-menu-box ul a:link{ color: #2e1f18}
#footer-menu-box ul a:visited{ color: #2e1f18}
#footer-menu-box ul a:active{ color: #2e1f18}
#footer-menu-box ul a:hover{ color: #2e1f18}
#footer-menu-box #space-l{
/* 	width: 210px; */
}
#footer-add{
	background: #2f2019;
	color: #FFF;
	padding: 30px 0;
}
#footer-add-inner{
	display:flex;
	max-width: 1100px;
	margin: 0 auto;
}
#footer-add .add-box{
	width:100%;
	border-left: 1px solid rgba(255,255,255,0.25);
	padding: 5px 0 5px 20px
}
#footer-add .add-box dt{
	font-weight:bold;
	margin: 0 0 5px;
}
#footer-add .add-box dd{
	font-size: 90%;
}
#footer-add .add-box .btn-wrap{
	text-align:left;
}

#copy{
	background: #1e1510;
	text-align:center;
	font-size: 70%;
	color: #FFF;
	padding: 10px;
}

@media (max-width: 768px) {
	#footer-menu-box{
		padding: 15px 5%;
	}
	#footer-menu-inner{
		background-position: 25% center;
	}
	#footer-menu-box .footer-nav{
		display:none;
		width:100%;
	}
	#footer-add-inner{
		display:block;
	}
	#footer-menu-box ul{
		column-count: 1;
	}
	
	#footer-add {
		padding: 15px 0 25px;
	}
	#footer-add .add-box{
		border:0;
		padding: 15px 20px;
	}
	#footer-add .add-box + .add-box{
		border-top: 1px solid rgba(255,255,2555,0.25);
	}
	#footer-add .add-box .btn-wrap a.btn-s{
		margin-top:0.5em;
	}
}





/* Common */
#main-contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
/* 	align-items:flex-start; */
	max-width: 1020px;
	width:96%;
/* 	min-height:744px; */
	background: url(img/wrapper.png) left top no-repeat;
	background-size:100% auto;
	margin: 0px auto 0;
	padding: 25px 30px 0;
}
.home #main-contents-wrap {
	margin-top: -15px;
	position: relative;
	z-index: 2;
}

#page-title-wrap{
	max-width: 1030px;
	width:96%;
	background:rgba(255,255,255,0.3);
	padding:10px;
	margin: -10px auto 1em;
}
#page-title-wrap #page-title-inner{
	background:url(img/cate_tit_bg.png) left center no-repeat #fff;
	background-size:auto 100%;
}
#page-title-wrap #page-title-inner2{
	display:flex;
	align-items:center;
	min-height: 145px;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 100%;
	padding: 25px 35px;
}
#page-title-wrap #page-title-inner2 *{
	font-weight:normal;
	line-height: 1.4;
	color:#5c3c20;
	margin:0;
}
#page-title-wrap #page-title-inner2 p{
	font-size:0.8em;
	color:#ff9900;
	margin:0.2em 0 0 0.2em;
}

@media (max-width: 768px) {
	.home .facility-bnr,
	.home #main-contents-wrap{
		margin-top:0;
	}
	.home .facility-bnr{
		margin-top:-50px;
	}
	.main-navigation{
		display:none;
	}
	#main-contents-wrap{
		display:block;
		width: 100%;
		background-image:none;
		padding: 15px 4% 0;
	}
	.home #main-contents-wrap{
		padding-right: 2%;
		padding-left: 2%;
	}
	main#primary,
	aside#side-navi{
		width:100%;
	}
	aside#side-navi{
		margin-top: 6em;
	}
	
	#page-title-wrap{
		width: 98%;
		padding: 5px;
		margin-top:0;
	}
	#page-title-wrap #page-title-inner2{
		min-height: 70px;
		background-image: none !important;
		padding: 10px 15px;
	}
	#page-title-wrap #page-title-inner2 p {
		font-size: 0.65em;
		margin: 0em 0 0 0.2em;
	}
}




/* -----------------------------------------------
 * TOPページ
 * ----------------------------------------------- */

#mv-slide-wrap{
	max-width:1220px;
	background:rgba(255,255,255,0.5);
	border-radius: 10px;
	padding:10px;
	margin:0 auto;
	position:relative;
}
#mv-slide-wrap #mv-txt{
	position:absolute;
	top:10%;
	right:10%;
	z-index: 2;
}
#mv-slide{
	border-radius: 5px;
	overflow:hidden;
}

.reco-plan-wrap{
	width:100%;
	margin-bottom:30px;
}
.reco-plan-wrap .frame-wrap iframe{
	width:100%;
	border:0;
}

#pickup-frame{
	background:#e8f2d0;
	border: 5px solid #699f2e;
	border-radius: 10px;
	padding: 15px 20px 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
#pickup-frame .pickup-title {
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px;
	margin: 0 auto 25px;
}
.frame-main-inner iframe{
	min-height: 270px;
	max-height: 460px;
	overflow-y: scroll;
}

#enjoy-nature .title{
	margin-bottom:1em;
}
.enjoy-nature-bnr{
	display:flex;
	justify-content: space-between;
	gap:20px;
	margin-bottom:2em;
}
.enjoy-nature-bnr > *{
	display:block;
	width:100%;
	text-align: center;
}

.enjoy-target-bnr{
	display:flex;
	justify-content: space-between;
	gap:10px;
}


.top-column{
	display: block;
	width:100%;
	background:#fcfafa;
	box-shadow:1px 2px 1px rgba(0,0,0,0.1);
	padding: 15px 10px;
}
.top-column .img{
 	text-align: center;
	margin: 0 auto;
}
.top-column .column-txt{
	font-size:0.9em;
	padding: 10px 10px;
	line-height: 1.5;
	margin: 0;
}
.top-column .column-btn{
	text-align: right;
}



.top-program .title-wrap,
.top-news-column .title-wrap{
	border-bottom: 1px solid #CCC;
	padding: 0;
	margin: -10px auto 15px;
	position: relative;
}
.top-program .title-wrap a,
.top-news-column .title-wrap a{
	position: absolute;
	right: 0px;
	bottom: 12px;
}

.top-program {
	width: 100%;
	border: 1px solid #e8d8b6;
	background: url(img/bg_program.gif) left top;
	padding: 0px 15px 15px;
	border-radius: 6px;
	margin-bottom:30px;
}
.frame-program{

}
.frame-program-inner{
	height: 335px;
}
.top-activity{
	float: right;
	width: 350px;
}
.top-activity h3{
	text-indent: -9000px;
	height: 67px;
	width: 350px;
	background: url(img/tit_activity.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
}
.frame-activity{
	border-left: 1px solid #e8d8b6;
	border-right: 1px solid #e8d8b6;
	border-bottom: 1px solid #e8d8b6;
	background: url(img/bg_activity.gif) left top;
	padding: 10px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.frame-activity-inner{
	height: 335px;
}
.frame-program-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.frame-program-wrap .pg-box {
	width: 32%;
	margin-bottom: 10px;
}
.frame-program-wrap .pg-box a {
/*
	color: #5B8201;
	text-decoration: underline;
*/
}
.frame-program-wrap .pg-img{
	width:100%;
	margin-bottom: 0.75em;
}
.frame-program-wrap .pg-img img {
	background-color: #fff;
	border: 1px solid #DBD2A6 !important;
	padding: 2px;
	width: 100%;
}
.btn-list.btn-pg img {
	
}
.frame-program-wrap .pg-box dt{
	font-size:1.1em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.frame-program-wrap .pg-box dd{
	font-size: 0.9em;
	line-height: 1.5;
}

@media (max-width: 768px) {
	#mv-slide-wrap #mv-txt{
		max-width:230px;
		width: 60%;
		top: 7%;
		right: 3%;
	}
	
	.enjoy-nature-bnr,
	.enjoy-target-bnr{
		display:block;
	}
	.enjoy-nature-bnr a + a{
		margin-top:1em;
	}
	
	.frame-program-wrap .pg-box dd{
		display:none;
	}
	#pickup-frame{
		padding: 10px 3% 10px;
	}
	.top-column + .top-column{
		margin-top:1em;
	}
	.frame-program-wrap .pg-box {
		width: 48%;
	}
}




/* -----------------------------------------------
 * 下層ページ
 * ----------------------------------------------- */
#breadcrumbs{
	width:100%;
	margin-bottom: 1.0em;
}
 

/* PageMaker */
#primary article .entry-header .entry-title,
#pm-detail-tit,
.wsp-container h2 {
	display: block;
	font-size: 2.4rem;
	color: #603813;
	font-weight: normal;
	line-height: 1.5;
	background: url(img/page_tit_default.gif) left top repeat;
	border-top: 3px solid #603813;
	margin: 0 auto 25px;
	padding: 15px 20px;
}
#primary article .entry-header .entry-title em,
#primary article .entry-header .entry-title strong{
	font-size: 1.15em;
	color:#f59335;
}

.pm-block-title{
	margin-bottom:1.0em;
}
.pm-block-title .title{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.pm-block-text{
/* 	overflow: hidden; */
}
.pm-block-text p{
	overflow: hidden;
	margin:0;
	margin-bottom:1.5em;
}
.pm-block-text * + p{
}
.pm-block-text .img + p{
	margin-top:0.25em;
}
.pm-block-text *:last-child{
	margin-bottom:0;
}

.pm-block-text .subimg-wrap{
	display: flex;
	justify-content: space-around;
	text-align: center;
	gap: 20px;
}
.pm-block-text .subimg-wrap.layout_col2,
.pm-block-text .subimg-wrap.layout_col3{
	flex-wrap:wrap;
}
.pm-block-text .subimg-wrap.layout_col2 > *{
	width:calc(50% - 10px);
}
.pm-block-text .subimg-wrap.layout_col3 > *{
	width:calc(33.33% - 14px);
}
.pm-block-text .subimg-wrap.layout_col2.subimg-first-big > *:first-child,
.pm-block-text .subimg-wrap.layout_col3.subimg-first-big > *:first-child{
	width:100%;
}

.pm-block-text * + .subimg-wrap{
	margin-top:3em;
}

.content-reverse .pm-block-text{
	flex-direction: row-reverse;
}
.entry-content .pm-block{
	margin-bottom: 2.5em;
}

@media (max-width: 768px) {
	.pm-block-text .alignright,
	.pm-block-text .alignleft{
		max-width:50%;
	}
	
}


.pm-block01 .pm-block-title{
	border-bottom:1px solid #BFBFBF;
	padding-bottom:5px;
	margin-bottom:15px;
}

@media (max-width: 768px) {

}


.pm-block02 .pm-block-title{
	background:#F2F2E6;
	border-bottom:1px solid #BFBFA2;
	padding:8px 10px;
	margin-bottom:15px;
}

@media (max-width: 768px) {

}


.pm-block03{
	background:#F2F2E6;
	border-radius: 10px;
}
.pm-block03 .pm-block-title{
	border-bottom:1px solid #BFBFA2;
	padding:20px 20px 15px;
	margin-bottom:0px;
}
.pm-block03 .pm-block-title .title{
}
.pm-block03 .pm-block-text{
	border-top:1px solid #FFF;
	padding:20px;
}

@media (max-width: 768px) {

}


.pm-block04 .pm-block-title{
	border-top: 2px solid #603813;
	border-bottom: 1px dotted #603813;
	margin: 0 auto 20px;
}
.pm-block04 .pm-block-title-inner{
	display: flex;
	align-items: center;
	background: url(img/block04_bg.gif) left top repeat;
	color: #603813;
	padding: 10px 20px 10px 5px;
}
.pm-block04 .pm-block-title-inner::before{
	content:"";
	display: block;
	background: url(img/block04_icon.png) left top no-repeat;
	width: 55px;
	height: 43px;
	padding: 0;
	margin: 0;
}
.pm-block04 .pm-block-title-inner{
	display: flex;
	background: url(img/block04_bg.gif) left top repeat;
	color: #603813;
	padding: 10px 20px 10px 5px;
}

@media (max-width: 768px) {
	.pm-block04 .pm-block-title-inner::before {
		max-width: 40px;
		min-width: 40px;
		height: 32px;
		background-size: contain;
	}
}



.pm-block06 .pm-block-title{
	border:1px solid #E6E6E6;
	padding:1px;
	position: relative;
}
.pm-block06 .pm-block-title-inner{
	display: flex;
	align-items: center;
	background: url(img/block04_bg.gif) left top repeat;
	padding: 10px 10px;
}
.pm-block06 .pm-block-title-inner::before{
	content:"";
	display: block;
	background: url(img/block06_icon.png) left top no-repeat;
	background-size:contain;
	width: 50px;
	min-width: 50px;
	height: 75px;
	padding: 0;
	margin: 0;
	margin-right:0.2em;
}
.pm-block06 .pm-block-title .title{
	color: #89AB1C;
}

@media (max-width: 768px) {
	.pm-block06 .pm-block-title-inner::before{
		width: 40px;
		min-width: 40px;
		height: 53px;
	}
}



.pm-block07{
	background: url(img/pm_list_block_bg.gif) left top repeat;
	padding: 20px;
	margin-bottom: 50px!important;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	behavior: url(/css/PIE.htc);//for IE
}
.pm-block07 .pm-block-title{
	border-bottom:1px solid #962C0C;
	padding-bottom:5px;
	margin-bottom:15px;
	color: #962C0C;
}
.pm-block07 .pm-block-title .title{
	color: #962C0C;
}
.pm-block07 .pm-block-box{
	background: url(common/img_about/logo_watermark.png) bottom right no-repeat;
	padding: 0;
	margin: 0;
}
.pm-block07.content-reverse .pm-block-box{
	background-position: bottom left;
}

@media (max-width: 768px) {

}


.pm-block08{
	background-color: #FFF9F0;
	border: 1px solid #E6E6E6;
	border-radius: 5px 5px 0px 0px;
	padding-bottom: 20px;
	margin-bottom: 60px!important;
}
.pm-block08 .pm-block-title{
	background-color: #89AB1C;
	padding: 15px 20px 12px;
	text-align: center;
	margin: 0 auto 20px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(/css/border-radius.htc);
}
.pm-block08 .pm-block-title .title{
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: -0.01em;
}
.pm-block08 .pm-block-text{
	padding: 0 20px;
	margin: 0;
}
.pm-block08 table{
	padding: 0 20px;
}

@media (max-width: 768px) {

}


.pm-block09 .pm-block-title-inner{
	display: flex;
	align-items: center;
	background: url(img/block04_bg.gif) left top repeat;
	border-top: 2px solid #603813;
	border-bottom: 1px dotted #603813;
	padding: 10px 10px;
	margin: 50px auto 20px;
}
.pm-block09 .pm-block-title-inner::before{
	content:"";
	display: block;
	width: 43px;
	height: 52px;
	background: url(img/block09_icon.png) left top no-repeat;
	background-size:contain;
	padding: 0;
	margin: 0;
	margin-right:0.2em;
}

@media (max-width: 768px) {
	.pm-block09 .pm-block-title-inner::before{
		width: 33px;
		height: 40px;
	}
}


.pm-block10{
	background: #FFFDF2;
	border: 4px solid #E0D7BC;
	margin-bottom: 50px!important;
	padding: 10px 20px 20px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.pm-block10 .pm-block-title{
	border-bottom: 1px dotted #603813;
	padding-bottom: 5px;
	margin: 0 auto 20px;
}
.pm-block10 .pm-block-title-inner{
	display: flex;
	align-items: center;
}
.pm-block10 .pm-block-title-inner::before {
	content: "";
	display: block;
	background:url(img/block10_icon.gif) left top no-repeat;
	background-size:contain;
	width: 46px;
	height: 53px;
}
.pm-block10 .pm-block-title .title{
	color: #603813;
}
.pm-block10 .pm-block-text{

}

@media (max-width: 768px) {
	.pm-block10 .pm-block-text{
		padding: 0 0;
	}
	.pm-block10 .pm-block-title-inner::before {
		width: 36px;
		height: 42px;
		margin-right:0.2em;
	}
}


.page-free-contents{
	margin-bottom:3em;
}

.pm-block-gallery{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.pm-block-gallery > *{
	width:calc(33.333% - 14px);
}
.pm-block-gallery .gallery-item p{
	font-size: 0.95em;
	line-height: 1.4;
	text-align: left;
	margin-top: 0.25em;
}

.page-lead{
	margin-bottom:3em;
}
.page-lead .title{
	margin-bottom:1em;
}

@media (max-width: 768px) {
	#breadcrumbs {
		display:none;
		font-size: clamp(1px, 3.0vw, 11.3px);
	}
	#primary article .entry-header .entry-title,
	#pm-detail-tit{
		font-size: clamp(1px, 5.0vw, 19px);
		padding: 10px 15px;
	}
	
	.pm-block-text {
		padding: 0 2%;
	}
	
	.pm-block-text .subimg-wrap.layout_col3 > * {
		width: calc(50% - 10px);
	}
	.pm-block-title .title{
		font-size: clamp(1px, 4.8vw, 18px);
	}
}



/* -----------------------------------------------
 * 当館について
 * ----------------------------------------------- */

.page-id-2 .pm-block07{
	padding: 20px 30px 0px;
}
.page-id-2 .pm-block07 .pm-block-title{
	display: none;
	margin: 0;
	padding: 0;
}
.page-id-2 .pm-block07 .pm-block-text{
	display: flex;
	align-items: center;
	gap:25px;
	margin: 0;
	padding: 0 0 40px;
}
.page-id-2 .pm-block07 .pm-block-text > *{
	width:120%;
}
.page-id-2 .pm-block07 .pm-block-text .list-img{
	width:80%;
	text-align:center;
}
.page-id-2 #about_top_point01 dl, 
.page-id-2 #about_top_point03 dl{
	padding-bottom: 40px;
}
.page-id-2 #about_top_point02 dl, 
.page-id-2 #about_top_point04 dl{
	padding-bottom: 40px;
}
.page-id-2 #about_top_point01 dt, 
.page-id-2 #about_top_point02 dt, 
.page-id-2 #about_top_point03 dt, 
.page-id-2 #about_top_point04 dt{
	padding: 0px 0px 0px 0px;
	margin: 0 auto 10px;
}
.page-id-2 #about_top_point01 dd, 
.page-id-2 #about_top_point02 dd, 
.page-id-2 #about_top_point03 dd, 
.page-id-2 #about_top_point04 dd{
	
}
.page-id-2 #about_top_point01 dd ul, 
.page-id-2 #about_top_point02 dd ul, 
.page-id-2 #about_top_point03 dd ul, 
.page-id-2 #about_top_point04 dd ul{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.page-id-2 #about_top_point01 dd ul li, 
.page-id-2 #about_top_point02 dd ul li, 
.page-id-2 #about_top_point03 dd ul li, 
.page-id-2 #about_top_point04 dd ul li{
	margin: 0px 5px 5px 0px;
	padding: 0;
	float: left;
	list-style: none;
}

@media (max-width: 768px) {
	.page-id-2 .pm-block07 {
		padding: 20px 5% 0px;
	}
	.page-id-2 .pm-block07 .pm-block-text{
		display:block;
	}
	.page-id-2 .pm-block07 .pm-block-text .list-img,
	.page-id-2 .pm-block07 .pm-block-text > *{
		width:100%;
	}
	.page-id-2 #about_top_point01 dl,
	.page-id-2 #about_top_point02 dl,
	.page-id-2 #about_top_point03 dl,
	.page-id-2 #about_top_point04 dl {
		padding-bottom: 0px;
	}
	.page-id-2 #about_top_point01 dd ul,
	.page-id-2 #about_top_point02 dd ul,
	.page-id-2 #about_top_point03 dd ul,
	.page-id-2 #about_top_point04 dd ul{
		display:flex;
		flex-wrap:wrap;
		gap:6px;
	}
	.page-id-2 #about_top_point01 dd ul li,
	.page-id-2 #about_top_point02 dd ul li,
	.page-id-2 #about_top_point03 dd ul li,
	.page-id-2 #about_top_point04 dd ul li{
		width:calc(50% - 3px);
		margin: 0;
	}
}


.room-info {
	font-size: 1.2rem;
	border-radius:10px;
	background:#f2f2f2;
	padding:15px 15px 15px 3em;
	margin:0;
}

.pa-course-sub-img{
	display:flex;
	gap:15px;
}
.pa-course-sub-img > *{
	width:100%;
}

.pa-course-btn{
	text-align:center;
	margin-top:2em;
}

@media (min-width: 769px) {
	#contact-box-second{
		width: 100%;
		padding: 10px;
		background: #F8F1B3;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		overflow: hidden;
	}
	#contact-box-second .tit{
		background: url(img/contact_box_second_tit.jpg) left top no-repeat;
		display: block;
		height: 53px;
		padding: 0;
		margin: 0 auto 10px;
		text-indent: -9999px;
	}
	#contact-box-second #contact-box-btns{
		padding: 0 5px;
	}
	#contact-box-second #contact-box-tel{
		float: left;
		background: url(img/contact_box_tel.gif) left top no-repeat;
		display: block;
		width: 321px;
		height: 169px;
		padding: 0;
		margin: 0;
		text-indent: -9999px;
	}
	#contact-box-second #contact-box-mail-form{
		float: right;
		width: 321px;
	}
	#contact-box-second #contact-box-mail-form #contact-box-mail a img{
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	#contact-box-second{	
		background: #F8F1B3;
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		text-align: center;
		margin: 10px auto;
		padding: 0 0 3%;
	}
	#contact-box-second .tit{
		background-color: #fbd472;
		padding: 5px;
		margin: 0 auto;
		font-size: 120%;
		font-weight: 600;
		color:#663300;
	}
	#contact-box-mail-form a img{
		width: 90%;
	}
	
	#contact-box-tel dl{
		padding: 2%;
	}
	#contact-box-tel dl dt{
		background-color: #663300;
		color: #fff;
		font-weight: 500;
		padding: 5px;
		border-radius: 5px;
	}
	
	#contact-box-tel dl dd dl dd{
		background-color:#fffdf2;
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
		padding: 5px;
	}
	#contact-box-tel dl dd dl.park-hotel-tel dt{
		background-color: #2e662d;
		color: #fff;
		font-weight: 700;
		padding: 5px;
		text-align: left;
		border-radius: 0px;
	}
	#contact-box-tel dl dd dl.park-hotel-tel dd a,
	#contact-box-tel dl dd dl.annex-tel dd a,
	#contact-box-tel dl dd dl.viginrei-tel dd a{
		font-size: clamp(1px, 5.2vw, 22px);
		font-weight:bold;
	}
	#contact-box-tel dl dd dl.park-hotel-tel dd a::before,
	#contact-box-tel dl dd dl.annex-tel dd a::before,
	#contact-box-tel dl dd dl.viginrei-tel dd a::before{
		content:"\f095";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		margin:0 0.1em;
	}
	#contact-box-tel dl dd dl.park-hotel-tel dd a{
/*
		background: url(/img/sp_tel_park_hotel.gif) center center no-repeat;
		display: block;
		width: 180px;
		height: 24px;
		text-indent: -9999px;
		margin: 0 auto;
		padding: 10px;
*/
	}
	
	#contact-box-tel dl dd dl.annex-tel dt{
		background-color: #882c12;
		color: #fff;
		font-weight: 700;
		padding: 5px;
		text-align: left;
		border-radius: 0px;
	}
	#contact-box-tel dl dd dl.annex-tel dd a{
/*
		background: url(/img/sp_tel_annex.gif) center center no-repeat;
		display: block;
		width: 183px;
		height: 24px;
		text-indent: -9999px;
		margin: 0 auto;
		padding: 10px;
*/
	}
	
	#contact-box-tel dl dd dl.viginrei-tel dt{
		background-color: #622438;
		color: #fff;
		font-weight: 700;
		padding: 5px;
		text-align: left;
		border-radius: 0px;
	}
	#contact-box-tel dl dd dl.viginrei-tel dd a{
/*
		background: url(/img/sp_tel_vigineri.gif) center center no-repeat;
		display: block;
		width: 183px;
		height: 24px;
		text-indent: -9999px;
		margin: 0 auto;
		padding: 10px;
*/
	}
}





/* -----------------------------------------------
 * 施設紹介
 * ----------------------------------------------- */

.facility-list .pm-block10 .pm-block-text{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.facility-list .pm-block10 .pm-block-text .post-thumbnail{
	width:48%;
	margin-bottom: 1em;
}
.facility-list .pm-block10 .pm-block-text .text{
	width:48%;
}
.facility-list .pm-block10 .pm-block-text .text .btn-wrap {
	text-align: left;
	margin-top:1em;
}
.facility-list .pm-block10 .pm-block-text .text .btn-wrap > *{
	width: 100%;
	margin: 0em 0 0.25em;
}

@media (max-width: 768px) {
	.facility-list .pm-block10 .pm-block-text{
		display:block;
		padding:0;
	}
	.facility-list .pm-block10 .pm-block-text .text{
		width:100%;
		margin-top: 1em;
	}
}


.contact-column{
	width:100%;
	background: #f8f1ba;
	box-shadow: 1px 1px 2px 0px rgba(133,128,133,1);
	padding: 10px;
	margin-top: 1em;
}
.contact-column .title{
	font-size:1.7rem;
	color:#604027;
	font-weight: bold;
	background:#e6cb82;
	padding: 8px 15px;
	margin-bottom: 0.75em;
}
.contact-column .inner{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 6px;
}
.contact-column .inner .btn-tel{
	
}
.contact-column .inner .btn-tel dt{
	font-size: 1.1rem;
	font-weight: normal;
	color:#fff;
	line-height: 1;
	background:#5b3c20;
	padding:5px 8px;
	margin-bottom:5px;
}
.contact-column .inner .btn-tel dd{
	color:#5b3c20;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.contact-column .inner {
		flex-wrap: wrap;
		gap:10px;
		padding: 0;
	}
	.contact-column .title {
		font-size: clamp(1px, 4.0vw, 16px);
		padding: 6px 10px;
	}
	.contact-column .inner .btn-tel{
		display: flex;
		width:100%;
	}
	.contact-column .inner .btn-tel dt{
		display: flex;
		align-items: center;
		text-align: center;
		padding: 1em;
		margin: 0;
		margin-right: 1em;
	}
	.contact-column .inner .btn-form,
	.contact-column .inner .btn-con{
		width:calc(50% - 5px);
	}
}


.facility_mv_gallery.swiper{
	padding-bottom: 40px;
}
.facility_mv_gallery .swiper-slide{
	position:relative;
}
.facility_mv_gallery .swiper-slide a{
	display:block;
	overflow:hidden;
}
.facility_mv_gallery .swiper-slide a img,
.subimg-wrap.img_trimming .subimg-item img{
	display:block;
	width:100%;
	aspect-ratio:3 / 2;
	object-fit:cover;
}
.facility_mv_gallery .swiper-slide .caption{
	display:block;
	line-height: 1.4;
	background:rgba(255,255,255,0.75);
	padding: 5px 15px;
	position:absolute;
	left:0;
	bottom:0;
}

.facility_mv,
.facility_mv img{
	width:100%;
}
.facility_mv{
	margin-bottom:1em;
}

@media (max-width: 768px) {
	.facility_mv_gallery .swiper-slide .caption{
		font-size:0.9em;
	}
}


.layout_col1 .common_facilities_item_wrap > *{
	margin-bottom: 1em;
}
.layout_col2 .common_facilities_item_wrap,
.layout_col3 .common_facilities_item_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:25px;
}
.layout_col3 .common_facilities_item_wrap{
	gap:20px;
}
.layout_col2 .common_facilities_item_wrap > *{
	width: calc(50% - 13px);
}
.layout_col3 .common_facilities_item_wrap > *{
	width:calc(33.33% - 15px);
}
.common_facilities_item_wrap > * .title{
	font-size:1.6rem;
}
.common_facilities_item_wrap > * p{
	font-size:1.35rem;
	line-height: 1.4;
	margin:0;
}
.common_facilities_item_wrap > * * + .title{
	margin-top:0.5em;
}
.common_facilities_item_wrap > * * + p{
	margin-top:0.15em;
}
.common_facilities_item_wrap + .note{
	border-top: 1px solid rgba(0,0,0,0.25);
	padding-top:0.75em;
	margin-top:0.75em;
}

@media (max-width: 768px) {
	.layout_col2 .common_facilities_item_wrap,
	.layout_col3 .common_facilities_item_wrap{
		gap:14px;
	}
	.layout_col3 .common_facilities_item_wrap > *,
	.layout_col2 .common_facilities_item_wrap > * {
		width: calc(50% - 7px);
	}
	.common_facilities_item_wrap > * .title {
		font-size: clamp(1px, 4vw, 15px);
	}
	.common_facilities_item_wrap > * p{
		font-size: clamp(1px, 3.3vw, 13px);
	}
}


.tit-hanrei {
	font-size: 1.3rem;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 2px;
	margin: 0 0 10px;
}
.hanrei-box-wrap{
	display:flex;
	margin-bottom: 1em;
}
.hanrei-box-wrap > *{
	width:100%;
}
.hanrei-box-wrap .hanrei-tit{
	max-width: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ccc;
}

.hanrei-tab {
	line-height: 1.3;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin:0;
}
.hanrei-tab th,
.hanrei-tab td {
	padding:5px;
}
.hanrei-tab th {
	width:40px;
}

.pict-box {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.pict-box ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pict-box ul{
	margin: 0;
	padding: 0;
}
.pict-box img {
	vertical-align: bottom;
}
.pict-box dt {
	display: table-cell;
	border-collapse: collapse;
	border: 1px solid #CCC;
	background: #f0f0f0;
	width: 200px;
	vertical-align: middle;
	line-height: 1.4;
	padding: 5px 10px;
}
.pict-box dd {
	display: table-cell;
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: calc(100% - 200px);
	vertical-align: middle;
}
.pict-box + .pict-box dt,
.pict-box + .pict-box dd {
	border-top:0;
}
.pict-box dd ul{
	display: flex;
	margin: 0;
}
.pict-box dd ul li{
	margin: 0 5px 0 0;
}

@media (max-width: 768px) {
	.pict-box dt{
		width: 100px;
	}
	.pict-box dd{
		width: calc(100% - 100px);
	}
}


.hotel-table-style thead{
	background:#666666;
}
.hotel-table-style thead th strong{
	color:#fff;
}
.hotel-table-style tbody th{
	background:#f2f2f2;
}


#facility-nav{
	border: 2px solid #5c871b;
	background: #fff;
	position: sticky;
	top: 90px;
	padding: 10px;
	margin-bottom: 1em;
}
#facility-nav > *:last-child{
	margin-bottom: 0;
}
#facility-nav .btn-wrap a{
	width:100%;
	font-size: 1.0em;
	padding: 0.8em 1.85em 0.8em 0.65em;
	margin: 0 0 0.75em;
}

@media (max-width: 768px) {
	.pm-cal{
		height:800px;
	}
}






/* -----------------------------------------------
 * 学校関係者さまへ
 * ----------------------------------------------- */

#project-adventure{
	margin-top: 20px;
}


#project-adventure #program-icon{
	float: left;
	background: url(common/img_about/program_icon.gif) left top no-repeat;
	display: block;
	width: 126px;
	height: 126px;
	margin-right: 10px;
	text-indent: -9999px;
}

#project-adventure #program-points{
	float: left;
	width: 530px;
}

#project-adventure #program-points .initiative, 
#project-adventure #program-points .low-element-course{
	background-color: #f2ecdd;
	padding: 5px 10px;
	color: #5f3715;
	border-radius: 3px;
	font-weight: bold;
}

#project-adventure #program-points dt{
	margin: 0 auto 15px;
}
#project-adventure #program-points dl{
	margin: 0 auto 20px;
}

@media (max-width: 768px) {
	#project-adventure #program-icon {
		float: none;
		margin: 0 auto 2em;
	}
}





/*-------------------------------------------------------------
* 自然学校・林間学校 TABS
* -------------------------------------------------------------*/
@media (min-width: 769px) {
	.etabs{
		border-bottom: 2px solid #8BAD24;
		margin: 30px auto 20px;
		padding: 0;
	}
	ul.etabs{
		padding-left: 35px;
		overflow: hidden;
	}
	ul.etabs li{
		float: left;
		margin-right: 10px;
		text-align: center;
	}
	.tab {
		display: block;
		/*zoom:1; *display:inline;*/
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	#nature-school.tab a {
		display: block;
		padding: 0px;
		text-align: center;
		outline: none;
		width: 320px;
		height: 43px;
		background: url(common/img_about/tab_nature_school_off.gif?123=123) left bottom no-repeat;
		text-indent: -9999px;
		margin-top: 7px;
	}
	#outdoor-school.tab a {
		display: block;
		padding: 0px;
		text-align: center;
		outline: none;
		width: 320px;
		height: 43px;
		background: url(common/img_about/tab_outdoor_school_off.gif?123=123) left bottom no-repeat;
		text-indent: -9999px;
		margin-top: 7px;
	}
	.tab a:hover {
		text-decoration: none;
	}
	#nature-school.tab a:hover{
		display: block;
		padding: 0px;
		text-align: center;
		outline: none;
		width: 320px;
		height: 50px;
		background: url(common/img_about/tab_nature_school_on.gif?123=123) left bottom no-repeat;
		text-indent: -9999px;
		margin-top: 0;
	}
	#outdoor-school.tab a:hover{
		display: block;
		padding: 0px;
		text-align: center;
		outline: none;
		width: 320px;
		height: 50px;
		background: url(common/img_about/tab_outdoor_school_on.gif?123=123) left bottom no-repeat;
		text-indent: -9999px;
		margin-top: 0;
	}
	.tab.active {
		display: inline-block;
		zoom:1; *display:inline;
		text-align: center;
		border: none;
	}
	
	#nature-school.tab a.active{
		display: block;
		padding: 0px;
		text-align: center;
		outline: none;
		width: 320px;
		height: 50px;
		background: url(common/img_about/tab_nature_school_on.gif?123=123) left bottom no-repeat;
		text-indent: -9999px;
		margin-top: 0px;
	}
	#outdoor-school.tab a.active{
		display: block;
		padding: 0px;
		text-align: center;
		outline: none;
		width: 320px;
		height: 50px;
		background: url(common/img_about/tab_outdoor_school_on.gif) left bottom no-repeat;
		text-indent: -9999px;
		margin-top: 0px;
	}
	.tab-container{
		max-width: 720px;
		width:100%;
	}
	.tab-container .panel-container {
	}
	
	.tab-container .panel-container .sillhouette{
	}
	
	.tab-container .panel-container h3{
		text-indent: -9999px;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
}



/* -----------------------------------------------
 * モデルコース  自然学校5泊6日プログラム
 * ----------------------------------------------- */
@media (min-width: 769px) {
	#course-nature-school{
		background: url(img/pm_list_block_bg.gif) left top repeat;
		padding: 20px;
		margin-bottom: 50px!important;
		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		behavior: url(/css/PIE.htc);//for IE
	}
	#course-nature-school-tit{
		background: url(common/img_about/model_course_5day_tit.gif?123=123) left top no-repeat;
		display: block;
		width: 670px;
		height: 83px;
		padding: 0;
		margin: 0 auto 20px;
		text-indent: -9999px;
	}
	#time-chart{
		background: url(common/img_about/days_times.gif) left top no-repeat;
	}
	.day-title, 
	.am-tit, 
	.pm-tit{
		display: none;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	#time-chart dt{
		font-size:2.0rem;
		color:#5f3b1e;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	dl#day01-am{
		padding-top: 65px;
	}
	dl#day01-am, 
	dl#day04-am, 
	dl#day05-am{
		margin-left: 125px;
	}
	dl#day03-pm01{
		margin-bottom: 10px;
	}
	#day01, 
	#day02, 
	#day03, 
	#day04, 
	#day05{
		height: 300px;
		position: relative;
	}
	#day01{
		height: 354px;
	}
	#day05{
		height: 360px;
	}
	
	#day01 #day01-img{
		position: absolute;
		top: 10px;
		right: 20px;
	}
	#day01 dl#day01-am{
		width: 48%;
	}
	#day01 dl#day01-pm{
		margin-left: 215px;
		position: absolute;
		top: 210px;
		left: 0px;
		z-index: 1;
	}
	#day02 dl#day02-am{
		width: 45%;
		margin-left: 125px;
		position: relative;
		z-index: 1;
	}
	#day02 dl#day02-pm{
		width: 33%;
		margin-left: 215px;
		position: absolute;
		top: 155px;
		left: 0px;
		z-index: 1;
	}
	#day02 #day02-img{
		position: absolute;
		top: 0;
		right: 0px;
	}
	#day03{
		padding-top: 15px;
	}
	#day03 dl#day03-am{
		width: 47%;
		margin-left: 125px;
		position: relative;
		z-index: 1;
	}
	#day03 dl#day03-pm{
		margin-left: 215px;
		position: absolute;
		top: 120px;
		left: 0px;
		z-index: 1;
	}
	#day03 #day03-img{
		position: absolute;
		top: 0px;
		right: 0px;
	}
	#day04 dl#day04-am{
		width: 47%;
	}
	#day04 dl#day04-pm{
		width: 40%;
		margin-left: 215px;
		position: absolute;
		top: 150px;
		left: 0px;
		z-index: 1;
	}
	#day04-img{
		position: absolute;
		top: 10px;
		right: 0px;
	}
	#day05 dl#day05-am{
		width: 48%;
	}
	#day05 dl#day05-pm{
		width: 38%;
		margin-left: 215px;
		position: absolute;
		top: 150px;
		left: 0px;
		z-index: 1;
	}
	#day05-img{
		position: absolute;
		top: 0;
		right: 0;
	}
}


/* -----------------------------------------------
 * モデルコース  林間学校2泊3日プログラム
 * ----------------------------------------------- */
@media (min-width: 769px) {
	#outdoor-school-short-program{
		background: url(img/pm_list_block_bg.gif) left top repeat;
		padding: 20px;
		margin-bottom: 50px!important;
		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		behavior: url(/css/PIE.htc);//for IE
	}
	#outdoor-school-tit{
		background: url(common/img_about/outdoor_school_tit.gif) left top no-repeat;
		display: block;
		width: 670px;
		height: 83px;
		text-indent: -9999px;
		margin-bottom: 20px;
	}
	#short-program-schedule{
		background: url(common/img_about/outdoor_program_images.jpg) right 40px no-repeat;
		padding: 0px 20px;
	}
	#short-pro-day01-tit{
		background: url(common/img_about/outdoor_day01_tit.gif) left top no-repeat;
		display: block;
		width: 173px;
		height: 58px;
		padding: 0 0 0;
		margin: 0 0 5px 20px;
		text-align: left;
		text-indent: -9999px;
	}
	#short-pro-day02-tit{
		background: url(common/img_about/outdoor_day02_tit.gif) left top no-repeat;
		display: block;
		width: 78px;
		height: 27px;
		padding: 0 0 0;
		margin: 0 0 5px 20px;
		text-align: left;
		text-indent: -9999px;
	}
	#short-pro-day03-tit{
		background: url(common/img_about/outdoor_day03_tit.gif) left top no-repeat;
		display: block;
		width: 82px;
		height: 28px;
		padding: 0 0 0;
		margin: 0 0 5px 20px;
		text-align: left;
		text-indent: -9999px;
	}
	#short-program-schedule ul.time{
		float: left;
		width: 112px;
		margin: 0px 10px 0px 0px;
		padding: 0;
	}
	#short-program-schedule ul.time li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#short-program-schedule ul.event{
		float: left;
		width: 310px;
		margin: 0;
		padding: 0;
	}
	#short-program-schedule ul.event li{
		list-style: none;
	}
	ul.time li{
		width: 112px;
		height: 55px;
		padding: 0;
		margin: 0;
		text-indent: -9999px;
	}
	ul.time li.six{
		background: url(common/img_about/6.gif) left top no-repeat;
	}
	ul.time li.eight{
		background: url(common/img_about/8.gif) left top no-repeat;
	}
	ul.time li.nine{
		background: url(common/img_about/9.gif) left top no-repeat;
	}
	ul.time li.eleven{
		background: url(common/img_about/11.gif) left top no-repeat;
	}
	ul.time li.twelve{
		background: url(common/img_about/12.gif) left top no-repeat;
	}
	ul.time li.thirteen{
		background: url(common/img_about/13.gif) left top no-repeat;
	}
	ul.time li.fourteen{
		background: url(common/img_about/14.gif) left top no-repeat;
	}
	ul.time li.thirteen-b{
		background: url(common/img_about/13b.gif) left top no-repeat;
	}
	ul.time li.fifteen{
		background: url(common/img_about/15.gif) left top no-repeat;
	}
	ul.time li.eighteen{
		background: url(common/img_about/18.gif) left top no-repeat;
	}
	ul.time li.nineteen{
		background: url(common/img_about/19.gif) left top no-repeat;
	}
	ul.time li.twenty{
		background: url(common/img_about/20.gif) left top no-repeat;
	}
	ul.time li.twenty-two{
		background: url(common/img_about/22.gif) left top no-repeat;
	}
	#day01-b ul.event li{
		height: 21px;
		padding: 5px 0px 0px 0px;
		margin: 0 0 30px;
		text-indent: -9999px;
		text-align: left;
	}
	#day01-b ul.event li.twelve{
		background: url(common/img_about/day01_12_tit.gif) left top no-repeat;
	}
	#day01-b ul.event li.thirteen{
		background: url(common/img_about/day01_13_tit.gif) left top no-repeat;
	}
	#day01-b ul.event li.fourteen{
		background: url(common/img_about/day01_14_tit.png) left top no-repeat;
	}
	#day01-b ul.event li.fifteen{
		background: url(common/img_about/day01_15_tit.gif) left top no-repeat;
	}
	#day01-b ul.event li.eighteen{
		background: url(common/img_about/day01_18_tit.gif) left top no-repeat;
	}
	#day01-b ul.event li.nineteen{
		background: url(common/img_about/day01_19_tit.gif) left top no-repeat;
	}
	#day01-b ul.event li.twenty{
		background: url(common/img_about/day01_20_tit.gif) left top no-repeat;
	}
	#day01-b ul.event li.twenty-two{
		background: url(common/img_about/day01_22_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li{
		height: 21px;
		padding: 5px 0px 0px 0px;
		margin: 0 0 30px;
		text-indent: -9999px;
		text-align: left;
	}
	#day02-b ul.event li.six{
		background: url(common/img_about/day02_6_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.eight{
		background: url(common/img_about/day02_8_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.nine{
		background: url(common/img_about/day02_9_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.eleven{
		background: url(common/img_about/day02_11_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.thirteen{
		background: url(common/img_about/day02_13_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.fourteen{
		background: url(common/img_about/day02_14_tit.png) left top no-repeat;
	}
	#day02-b ul.event li.fifteen{
		background: url(common/img_about/day01_15_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.eighteen{
		background: url(common/img_about/day01_18_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.nineteen{
		background: url(common/img_about/day02_19_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.twenty{
		background: url(common/img_about/day02_20_tit.gif) left top no-repeat;
	}
	#day02-b ul.event li.twenty-two{
		background: url(common/img_about/day02_22_tit.gif) left top no-repeat;
	}
	#day03-b ul.event li{
		height: 21px;
		padding: 5px 0px 0px 0px;
		margin: 0 0 30px;
		text-indent: -9999px;
		text-align: left;
	}
	#day03-b ul.event li.six{
		background: url(common/img_about/day02_6_tit.gif) left top no-repeat;
		margin-top: 5px;
		margin-bottom: 30px;
	}
	#day03-b ul.event li.eight{
		background: url(/common/img_about/day02_8_tit.gif) left top no-repeat;
	}
	#day03-b ul.event li.nine{
		background: url(common/img_about/day03_9_tit.gif) left top no-repeat;
	}
	#day03-b ul.event li.eleven{
		background: url(common/img_about/day03_11_tit.gif) left top no-repeat;
	}
	#day03-b ul.event li.twelve{
		background: url(common/img_about/day03_12_tit.gif) left top no-repeat;
	}
	#day03-b ul.event li.thirteen-b{
		background: url(common/img_about/day03_13b_tit.gif) left top no-repeat;
	}
	.sp-outdooor-img{
		display: none;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
}

@media (max-width: 768px) {
	ul.etabs{
		width: 100%;
		margin: 0 auto 5%;
		padding: 0 0 5%;
		border-bottom: 2px solid #89ab1c;
	}
	ul.etabs li{
		padding: 5px;
		margin: 0 auto 5%;
		list-style: none;
		width: 90%;
		text-align: center;
		color: #fff;
	  background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
	  border-top-color: #333;
	  border-left-color: #666;
	  border-right-color: #666;
	  border-bottom-color: #666;
	  border-width: 1px;
	  border-style: solid;
	  border-radius: 4px;
	}
	ul.etabs li a{
		color: #fff;
		font-weight: 600;
		font-size: 120%;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	}
	#course-nature-school, 
	#outdoor-school-short-program{
		background: url(img/pm_list_block_bg.gif) left top repeat;
		padding: 3%;
		margin-bottom: 50px!important;
		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	}
	#course-nature-school-tit, 
	#outdoor-school-tit{
		background: url(img/sp_school_subtit_bg.gif) left top repeat;
		padding: 10px 5px;
		color: #0C4A0C;
		font-weight: 700;
		font-size: 120%;
		margin: 0px 0px 20px;
	}
	#day01-img img, 
	#day02-img img, 
	#day03-img img, 
	#day04-img img{
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #603813;
	}
	#day05-img img{
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
	}
	.day-title, 
	#short-pro-day01-tit, 
	#short-pro-day02-tit, 
	#short-pro-day03-tit{
		color: #fff;
		background-color: #603813;
		padding: 5px 10px;
		border-radius: 5px;
		width: 20%;
		margin: 0 0 10px;
		text-align: center;
		font-size: 100%;
		font-weight: 700;
	}
	.am-tit{
		background: url(img/sp_school_am_clock.gif) 10px center no-repeat #89AB1C;
		padding: 10px 10px 10px 42px;
		color: #fff;
		font-weight: 500;
		font-size: 120%;
		border-radius: 5px;
		margin: 0 0 10px;
	}
	.pm-tit{
		background: url(img/sp_school_pm_clock.gif) 10px center no-repeat #DF891A;
		padding: 10px 10px 10px 42px;
		color: #fff;
		font-weight: 500;
		font-size: 120%;
		border-radius: 5px;
		margin: 10px 0 10px;
	}
	dl#day01-am, 
	dl#day02-am, 
	dl#day03-am, 
	dl#day04-am, 
	dl#day05-am, 
	dl#day01-pm, 
	dl#day02-pm, 
	dl#day03-pm01, 
	dl#day03-pm02, 
	dl#day04-pm, 
	dl#day05-pm01, 
	dl#day05-pm02{
		padding: 0 3%;
	}
	dl#day01-am dt, 
	dl#day02-am dt, 
	dl#day03-am dt, 
	dl#day04-am dt, 
	dl#day05-am dt, 
	dl#day01-pm dt, 
	dl#day02-pm dt, 
	dl#day03-pm01 dt, 
	dl#day03-pm02 dt, 
	dl#day04-pm dt, 
	dl#day05-pm01 dt, 
	dl#day05-pm02 dt{
		color: #603813;
		font-weight: 700;
		margin: 5px 0 5px;
		font-size: 110%;
		padding-bottom: 5px;
		border-bottom: 1px dotted #603813;
	}
	#day01-b ul li, 
	#day02-b ul li, 
	#day03-b ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#day01-b ul.time, 
	#day02-b ul.time, 
	#day03-b ul.time{
		float: left;
		margin: 0 3% 0 0;
		padding: 0;
		width: 20%;
		text-align: center;
		vertical-align: middle;
	}
	#day01-b ul.event, 
	#day02-b ul.event. 
	#day03-b ul.event{
		float: left;
		margin: 0;
		padding: 0;
		width: 75%;
	}
	#day01-b ul.time li, 
	#day02-b ul.time li, 
	#day03-b ul.time li{
		background-color: #89AB1C;
		padding: 5px 5px 7px 5px;
		margin: 0 0 5px 0;
		color: #fff;
		font-weight: 500;
		line-height: 1;
		border-radius: 5px;
	}
	#day01-b ul.time li.fourteen, 
	#day02-b ul.time li.nine{
		background-color: #89AB1C;
		padding: 5px 5px 7px 5px;
		margin: 0 0 5px 0;
		color: #fff;
		font-weight: 500;
		height: 50px;
		border-radius: 5px;
	}
	#day01-b ul.event li, 
	#day02-b ul.event li, 
	#day03-b ul.event li{
		background-color: none;
		padding: 5px 5px 7px 5px;
		margin: 0 0 5px 0;
		color: #603813;
		font-weight: 700;
		line-height: 1;
	}
	#day01-b ul.event li.fourteen, 
	#day02-b ul.event li.nine{
		background-color: none;
		padding: 5px 5px 7px 5px;
		margin: 0 0 5px 0;
		color: #603813;
		font-weight: 700;
		height: 50px;
	}
}








/*-------------------------------------------------
自然体験プログラム
-------------------------------------------------*/
.program-lead-block{
	margin-bottom:3em;
}
.program-lead-block .lead-title,
.program-lead-block .img{
	margin-bottom:1em;
}

#primary .program-list article{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
#primary .program-list article .entry-header{
	width: 100%;
}
#primary .program-list article .post-thumbnail{
	display: block;
	width: 200px;
	margin-bottom: 0;
}
#primary .program-list article .entry-content{
	width: calc(100% - 225px);
}
#primary .program-list article .entry-content .btn-wrap{
	text-align: right;
}
#primary .program-list article .entry-header .entry-title{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 0;
}
#primary .program-list article .entry-header .entry-title a{
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 10px;
}
#primary .program-list article .entry-header .entry-title a::before{
	content:"";
	display: inline-block;
	width:48px;
	min-width:48px;
	height:42px;
	background: url(img/block11_icon.png) center center no-repeat;
	background-size:contain;
	margin-right: 0.3em;
}

#primary .program-list article .entry-content table,
#primary .program-list article .entry-content th,
#primary .program-list article .entry-content td{
	border:0;
	margin:0;
	vertical-align:top;
}


.detail-program-list{
	background: #FFFDF2;
	border: 4px solid #E0D7BC;
	margin-bottom: 50px!important;
	padding: 15px 20px 20px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-top:3em;
}
.detail-program-list .title{
	display:flex;
	align-items:center;
	font-size: 2.0rem;
	color: #603813;
	font-weight: bold;
	border-bottom: 1px dotted #603813;
	padding-bottom:0.25em;
	margin:0 auto 20px;
}
.detail-program-list .title::before{
	content:"";
	display:block;
	width:20px;
	height:3px;
	background:#603813;
	margin-right:0.5em;
}
.detail-program-list table,
table.nature-school-table-style{
	border:1px solid #333;
	border-collapse: collapse;
	background:#fff;
	margin: 0;
}
.detail-program-list table th,
.detail-program-list table td,
table.nature-school-table-style th,
table.nature-school-table-style td{
	border-bottom:1px solid rgba(0,0,0,0.5);
	border-right:1px solid rgba(0,0,0,0.5);
	padding:4px 6px;
}
table.nature-school-table-style th,
table.nature-school-table-style td{
	padding:6px 10px;
}
.detail-program-list table thead th,
.detail-program-list table thead td,
table.nature-school-table-style thead th,
table.nature-school-table-style thead td{
	color:#fff;
	text-align:center;
	background:#545454;
}
.detail-program-list table tbody th,
table.nature-school-table-style tbody th{
	font-weight:normal;
	text-align:left;
	background:#e1ffa3;
}
.detail-program-list table tbody tr:nth-child(odd) th,
table.nature-school-table-style tbody tr:nth-child(odd) th{
	background:#d6f39b;
}
.detail-program-list table tbody td{
	text-align:center;
}
.detail-program-list table tbody tr:nth-child(odd) td,
table.nature-school-table-style tbody tr:nth-child(odd) td{
	background:#f8f8f8;
}
.detail-program-list table tbody tr th.group-title,
table.nature-school-table-style thead tr th{
	color:#fff;
	background:#337a00;
}

@media (max-width: 768px) {
	#primary .program-list article .entry-header .entry-title {
		font-size: clamp(1px, 4.8vw, 18px);
	}
	#primary .program-list article{
		display:block;
	}
	#primary .program-list article .post-thumbnail,
	#primary .program-list article .entry-content{
		width:100%;
	}
	#primary .program-list article .post-thumbnail{
		margin-bottom:1em;
	}
	#primary .program-list article .entry-header .entry-title a::before{
		content:"";
		display: inline-block;
		width: 40px;
		min-width: 40px;
		height: 43px;
		background: url(img/block11_icon.png) center center no-repeat;
		background-size:contain;
		margin-right: 0.3em;
	}
}



/*-------------------------------------------------
News
-------------------------------------------------*/

#home #news-home,
#news-detail-list-box{
	border:1px solid #808080;
	padding:10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 0px #bfbfbf;
	-moz-box-shadow: 1px 3px 1px 0px #bfbfbf;
	box-shadow: 1px 1px 1px 0px #bfbfbf;
}
#news-tit-home{
	font-size:1.5em;
	font-weight:bold;
	border-bottom:1px solid #808080;
	padding-bottom:5px;
	margin-bottom:5px;
}

.top-news-column{
	border: 1px solid #e7e3da;
	background: url(img/bg_news.gif) left top;
	padding: 0px 20px 25px;
	border-radius: 6px;
}

.news-one-box{
	border-bottom: 1px dotted #CCC;
	padding: 8px 0;
	position:relative;
}
.news-cat-date{
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1;
}
.news-cat-date > *{
	display:inline-block;
}
.news-cat-date .news-cate-name{
	font-size: 0.75em;
	color:#fff;
	padding: 3px 10px;
	border-radius: 3px;
}
.news-cat-date .date{
	color: #656565;
}
.news-one-box .news-one-tit{
	font-size:1.1em;
}
.news-one-box .news-one-tit a{
	color: #5F8505;
}
.to_archive{
	text-align:right;
	padding-top:5px;
}


.news-cate-name.cate_1{
	background: url(img/icon_news.gif) left top no-repeat;
	width: 60px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.news-cate-name.cate_2{
	background: url(img/icon_shirakaba.gif) left top no-repeat;
	width: 113px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.news-cate-name.cate_4{
	background: url(img/icon_vinrei.gif) left top no-repeat;
	width: 80px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.news-cate-name.cate_3{
	background: url(img/icon_annex.gif) left top no-repeat;
	width: 136px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.post-thumbnail{
	text-align:center;
	margin-bottom:2em;
}
.post-thumbnail img{
	margin:auto;
}



/*-------------------------------------------------
Sitemap
-------------------------------------------------*/
.wsp-container ul{
	margin-left:0;
}







/*-------------------------------------------------
Form
-------------------------------------------------*/
.required{
	font-size:0.8em;
	color:#cc0000;
}

.form dl{
	display:flex;
	flex-wrap:wrap;
	margin:1px 0;
}
.form dl dt{
	width:200px;
/* 	font-size:0.9em; */
	font-weight:normal;
	background:#eae2cd;
}
.form dl dd{
	width:calc(100% - 200px);
	background:#fbf9f3;
}
.form dl dt,
.form dl dd{
	padding:15px;
}
.form dl dd input[type="text"],
.form dl dd input[type="email"],
.form dl dd textarea{
	width:100%;
}
.form dl dd .wpcf7-form-control-wrap input{
	display:inline-block;
}
.form dl dd .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
	margin-left:0.5em;
}
.form dl dd br + .wpcf7-form-control-wrap input{
	margin-top:0.5em;
}
.form dl dd input.narrow{
	max-width:15em;
}
.form dl dd input.narrower{
	max-width:8em;
}
.form .wpcf7-radio .wpcf7-list-item,
.form .wpcf7-checkbox .wpcf7-list-item{
	display:block;
	margin:0;
}


.form .btn-wrap{
	position:relative;
}
.form .btn-wrap .wpcf7-spinner{
	margin: 0;
	position:absolute;
	bottom:1em;
	right:1em;
}


@media (max-width: 768px) {
	.form dl dt,
	.form dl dd{
		width:100%;
	}
}










