<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: kigusuriya
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kigusuriya
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 with others.

kigusuriya is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 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: 1em; /* 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
	 ========================================================================== */

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * 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"] {
	-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; /* 1 */
	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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

/*
p {
	margin-bottom: 1.5em;
}
*/

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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;
	/* Fallback for when there is no custom background color defined. */
}

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 &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	max-width: 145px;
	width: 100%;
/* 	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#header-nav ul li {
	border:0;
}

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

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 100%;
}

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

.main-navigation li {
/* 	float: left; */
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
	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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
/* ãƒªã‚»ãƒƒãƒˆ */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	font-weight: 700;/*	font-size: 100%;
	font-weight: normal;*/
}
ul {
	list-style: none;
}
button, input, select, textarea {
	margin: 0;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
img, embed/* , iframe */, object, audio, video {
	height: auto;
	max-width: 100%;
}
iframe {
	width:100%;
	vertical-align: middle;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #bfbfbf;
}
td, th {
	padding: 15px;
	text-align: left;
	border: 1px solid #bfbfbf;
}
th {
	background-color:#f2f2f2;
}
.entry-content li &gt; ul {
	margin-left: 1.5em;
}
input {
	border-radius: 0;
}

.sentence-content h2,
.sentence-content h3,
.sentence-content h4,
.sentence-content h5{
	margin-bottom:0.25em;
}
.sentence-content p{
	margin-bottom:1.5em;
}
.sentence-content ul,
.sentence-content ol{
	margin-left:1.5em;
	margin-bottom:1.5em;
}



html, body {
	height: 100%;
}
body{
	font-size:14px;
	color:#646464;
	line-height:1.7;
	letter-spacing:1px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	margin:0;
}
/*
*{
	box-sizing:border-box;
}
*/
img{
	max-width:100%;
	vertical-align:middle;
}
a {
	background-color: transparent;
	border: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
p {
	margin-top: 0;
}
.title_en{
	font-size:1.05rem;
	font-family: 'Caveat', cursive;
	opacity: 0.8;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex_center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_bet {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}


a:link {
	color: #404040;
	text-decoration: none;
}
a:visited {
	color: #404040;
}
a:hover {
	color: #000;
}
a:active {
	color: #ee4c17;
}


/*common*/
.w1500 {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}
.w1400 {
	width: 1400px !important;
	max-width: 92%;
	margin: 0 auto;
}
.w1300 {
	width: 1300px !important;
	max-width: 92%;
	margin: 0 auto;
}
.w1200 {
	width: 1200px !important;
	max-width: 92%;
	margin: 0 auto;
}
.w1100 {
	width: 1100px !important;
	max-width: 92%;
	margin: 0 auto;
}
.w1000 {
	width: 1000px !important;
	max-width: 92%;
	margin: 0 auto;
}
.w900 {
	width: 900px;
	max-width: 92%;
	margin: 0 auto;
}

.w1500 .w1400, .w1500 .w1300, .w1500 .w1200, .w1500 .w1100, .w1500 .w1000, .w1500 .w900,
.w1400 .w1300, .w1400 .w1200, .w1400 .w1100, .w1400 .w1000, .w1400 .w900,
.w1300 .w1200, .w1300 .w1100, .w1300 .w1000, .w1300 .w900,
.w1200 .w1100, .w1200 .w1000, .w1200 .w900,
.w1100 .w1000, .w1100 .w900{
	max-width:100%;
}



.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-bet{
	justify-content: space-between;
}
.flex-center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.btn{
	text-align: center;
	padding:10px 15px;
}
.btn a{
	display:inline-block;
	min-width:230px;
	color:rgba(0,0,0,0.65);
	text-align:center;
	border:1px solid rgba(0,0,0,0.25);
	padding:10px 30px;
}
.btn a::after{
	content: '\f105';
	color:rgba(0,0,0,0.5);
	margin-left: 10px;
	font-family: FontAwesome;
	transition: all 0.3s ease-in-out 0s;
}
.btn a:hover{
	background:rgba(0,0,0,0.75);
	border:1px solid rgba(0,0,0,0.75);
}
.btn a:hover,
.btn a:hover::after{
	color:rgba(255,255,255,1);
}

.btn-fill a{
	color:rgba(255,255,255,1);
	background:rgba(0,0,0,0.65);
	border:1px solid rgba(0,0,0,0.65);
}
.btn-fill a:hover{
	color:rgba(255,255,255,1);
	background:rgba(0,0,0,1);
	border:1px solid rgba(0,0,0,0.1);
}
.btn-fill a::after{
	color:rgba(255,255,255,85);
}


.btn.btn-white a{
	color:rgba(255,255,255,1);
	background:transparent;
	border:1px solid rgba(255,255,255,1);
}
.btn.btn-white a:hover{
	background:rgba(255,255,255,1);
	border:1px solid rgba(255,255,255,1);
}
.btn.btn-white a::after{
	color:rgba(255,255,255,1);
}
.btn.btn-white a:hover,
.btn.btn-white a:hover::after{
	color:rgba(0,0,0,1) !important;
}


.btn-fill.btn-white a{
	color:rgba(0,0,0,1) !important;
	background:rgba(255,255,255,0.85);
	border:1px solid rgba(255,255,255,0.85);
}
.btn-fill.btn-white a:hover{
	background:rgba(255,255,255,1);
	border:1px solid rgba(255,255,255,1);
}
.btn-fill.btn-white a::after{
	color:rgba(0,0,0,1);
}
.btn-fill.btn-white a:hover,
.btn-fill.btn-white a:hover::after{
	color:rgba(0,0,0,1) !important;
}


.btn-sns a{
	min-width:46px;
	padding:10px 10px;
	margin:0 5px;
}
.btn-sns a::after{
	display:none;
	content: '' !important;
}


.tel{
	margin-right:10px;
}
.tel dl{
	text-align:left;
	line-height:1.2;
}
.tel dt{
	font-size:0.75em;
	font-weight:normal;
}
.tel dd{
	font-size:2em;
	letter-spacing:2px;
}


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



@media screen and ( min-width:600px ){
	.fadein {
	  opacity: 0.0;
	  transform: translate(0, 100px);
	  transition: all 500ms; }
	.fadein-l {
	  opacity: 0.0;
	  transform: translate(-100px, 0);
	  transition: all 500ms; }
	.fadein-r {
	  opacity: 0.0;
	  transform: translate(100px, 0);
	  transition: all 500ms; }
	.scrollin {
	  opacity: 1;
	  transform: translate(0, 0); }
	  
	.top-product-content li.fadein:nth-of-type(2),
	.list-blog .fadein:nth-of-type(2),
	#blog-post-list .fadein:nth-of-type(2),
	.product-description.fadein:nth-of-type(2),
	.product-hito-comment.fadein:nth-of-type(2),
	#company-headoffice2 .bases-content:nth-of-type(2),
	#company-headoffice2 .bases-content2:nth-of-type(5),
	#branch-office .bases-content:nth-of-type(2){
	    -moz-transition-delay:200ms;
	    -webkit-transition-delay:200ms;
	    -o-transition-delay:200ms;
	    -ms-transition-delay:200ms;
	}
	.top-product-content li.fadein:nth-of-type(3),
	.list-blog .fadein:nth-of-type(3),
	#blog-post-list .fadein:nth-of-type(3),
	#company-headoffice2 .bases-content:nth-of-type(3){
	    -moz-transition-delay:400ms;
	    -webkit-transition-delay:400ms;
	    -o-transition-delay:400ms;
	    -ms-transition-delay:400ms;
	}
	.top-product-content li.fadein:nth-of-type(4),
	.list-blog .fadein:nth-of-type(4),
	#blog-post-list .fadein:nth-of-type(4){
	    -moz-transition-delay:600ms;
	    -webkit-transition-delay:600ms;
	    -o-transition-delay:600ms;
	    -ms-transition-delay:600ms;
	}
}



footer.site-footer{
	color:#FFF;
	background:url(img/footer_bg.jpg) center center #2f1b02;
	padding:50px 5% 30px;
}
footer.site-footer a{
	color:#FFF;
}
.footer-content{
	max-width:1300px;
/* 	padding-right: 50%; */
	margin:0 auto;
	position:relative;
}
.footer-content-inner{
	max-width: 540px;
	position:relative;
}
#footer-address dt{
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:25px;
}
#footer-address dt img{
	width:250px;
	padding-bottom:10px;
}
.footer-content .btn-wrap{
	margin-bottom:20px;
}
.footer-content .btn.btn-narrow {
    padding-left: 0;
}
.footer-content .btn.btn-sns {
    padding-left: 0;
    padding-right: 0;
}
.footer-content .btn.btn-narrow a {
    min-width: 190px;
    padding: 10px 20px;
}
.footer-content .icon-wifi{
	position:absolute;
	top:0px;
	right:0;
}
.footer-content .icon-wifi img{
	height:62px;
	margin:0 5px;
}

.shokuiku-box{
	flex-wrap:wrap;
	margin-bottom:30px;
}
.shokuiku-box .bnr{
	width:93px;
}
.shokuiku-box p{
	width:calc(100% - 110px);
	font-size:0.9em;
}

#btn-recruit{
	position:absolute;
	top:0;
	right:0;
}
#btn-recruit a{
	display:block;
	width:150px;
	height:150px;
	font-size:1.5em;
	color:#fff;
	line-height:150px;
	text-align:center;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0);
/* 	background:rgba(255,255,255,0.90); */
}
#btn-recruit a:hover{
	border:1px solid rgba(255,255,255,1);
}

.footer-rsrv-cancel{
	position: relative;
	top: -25px;
}

#copyright{
	font-size:0.8em;
}




/*--------------------------------------------------------------
## Top
--------------------------------------------------------------*/
/*
#home-header-content-wrap,
#home-slider-wrap {
 	position: relative;
}
*/
#home-header,
#header-inner{
 	position: relative;
}
#home-header #masthead{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}
#header-inner{
	width:100%;
}
#home-header #header-inner{
 	z-index: 1;
 	position:relative;
}
#home-header #header-inner::after{
	content:"";
	width: 100%;
	height: 250px;
	position: absolute;
	left:0;
	bottom: 0;
	background: url(img/header_bg2.png) center bottom repeat-x;
	background-size: 100% 100%;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}
#home-header .site-branding {
	text-align:center;
	padding:60px 5% 20px;
/*  	position: absolute; */
}
#home-header .site-branding h1 {
	margin-bottom:10px;
}
#home-header .site-branding .site-description {
	font-size:0.95em;
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
#home-header .site-branding .site-description:before,
#home-header .site-branding .site-description:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
}
#home-header .site-branding .site-description:before {
	left:0;
}
#home-header .site-branding .site-description:after {
	right: 0;
}


#home-header #site-navigation {
	width:100%;
	padding: 0 2%;
 	position: absolute;
 	bottom: 50px;
 	left:0;
 	z-index: 1;
}
#header-inner,
#header-inner a{
	color:#FFF;
}

#masthead::after {
    width: 100%;
    height: 193px;
    background-size: contain;
    position: fixed;
    top: 0;
    background: url(img/header_bg.png) center top repeat-x;
        background-size: auto;
    background-size: contain;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#masthead.scroll-header::after {
    height: 150px;
}


#home-slider-wrap{
	position:relative;
}
#home-slider-wrap .slide-img,
.home-slider-nav li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#home-header #masthead,
#home-header #header-inner,
#home-slider-wrap .slide-img {
/* 	height: calc(100vh - 47px); */
	height: calc(100vh - 130px);
	max-height: 800px;
}
#home-slider-wrap .home-slider-nav{
		display:none;
/*
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translate(-50%, 0);
*/
}
#home-slider-wrap .home-slider-nav li{
	width:100%;
	height:70px;
	border:1px solid #FFF;
	border-left:0px;
	cursor: pointer;
	opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#home-slider-wrap .home-slider-nav li:hover,
#home-slider-wrap .home-slider-nav li.thumbnail-current{
	opacity: 0.35;
}
#home-slider-wrap .home-slider-nav li:last-child{
	border-right:0px;
}


#header-nav{
	display: flex;
	max-width: 1300px;
	border-right:1px solid rgba(255,255,255,0.5);
	margin: 0 auto 30px;
}
#header-nav li{
	width:100%;
	border-left:1px solid rgba(255,255,255,0.5);
}
#header-nav li a{
	text-align:center;
	line-height: 1.6;
	padding: 6px;
}
#header-nav li a:hover{
	background-color:rgba(255,255,255,0.25);
}

#header-nav2{
	text-align:center;
}


#home-news{
	height:60px;
	text-align:center;
}
#home-news a{
	display:block;
	color:#FFF;
	line-height:60px;
	text-align:center;
}
#home-news a:hover{
	background-color:rgba(0,0,0,0.25);
}

.home #content{
	margin-bottom:100px;
}

#about-kigusuirya{
	margin-bottom:80px;
}
#middle-image{
	margin-bottom:30px;
}
#middle-image01{
	height:80vh;
}
#middle-image02 ul.flex{
	flex-wrap:wrap;
}
#middle-image02 li{
/* 	width: 100%; */
	width:20%;
	height:20vh;
}
#middle-image01,
#middle-image02 li{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}


@media screen and (min-width: 1601px) {
	#middle-image02 li{
		width:12.5%;
		height:15vh;
	}
}
@media screen and (max-width: 1600px) {
	#middle-image02 li{
		width:16.666%;
		height:15vh;
	}
}
@media screen and (max-width: 1400px) {
	#middle-image02 li{
		width:20%;
	}
}
@media screen and (max-width: 1100px) {
	#middle-image02 li{
		width:25%;
		height:15vh;
	}
}



#header-inner .bnr-cashless{
	width:100px;
	position:absolute;
	top:15px;
	right:3%;
}
.page #header-inner .bnr-cashless {
    width: 80px;
    position: absolute;
    top: 160px;
    right: 3%;
}




/*--------------------------------------------------------------
## Title box
--------------------------------------------------------------*/
.title-box{
	text-align:center;
	padding:170px 5% 30px;
	position:relative;
}
.title-box::before{
	content:"";
	width:1px;
	height:100px;
	background:#646464;
	position:absolute;
	left:50%;
	top:45px;
}
.title-box .title{
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
.title-box p{
	font-size:1em;
	margin-bottom:25px;
}



/****************************************
NEWS/BLOG
*****************************************/

#blog-news-title-wrap{
    text-align: center;
    margin-bottom: 60px;
}
#blog-news-title{
	font-size: 4em;
	color: #1d2c6f;
    line-height: 1.3;
}
#blog-news-title-wrap .page-title{
    margin-bottom: 40px;
}
#blog-news-title-wrap .archive-description{
	max-width:700px;
    margin: 0 auto;
}


#blog-post-list &gt; div {
	width: 23%;
	margin-bottom: 20px;
	overflow: hidden;
}
.post-date,
#blog-post-list .excerpt {
	color: #4b4b4b;
}
#blog-post-list .post-pic {
	position: relative;
	margin: 0 0px 15px;
	overflow: hidden;
}
#blog-post-list .post-pic::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#blog-post-list .post-pic .readmore {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-top:-0.5em;
	letter-spacing: .4em;
	opacity: 0;
	text-align: center;
	color: #FFFFFF;
	z-index: 2;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#blog-post-list a {
	display: block;
	text-decoration: none;
}
#blog-post-list a:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#blog-post-list a:hover .post-pic::after {
	background-color: transparent;
	background-color: rgba(6, 18, 52, 0.4);
}
#blog-post-list a:hover .readmore {
	letter-spacing: .2em;
	opacity: 1;
}
#blog-post-list img {
	width: 100%;
	height: auto;
	-moz-transform: scale(1) cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transform: scale(1) cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform: scale(1) cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: scale(1) cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-post-date-content {
	overflow:hidden;
}
.single .blog-post-date-content {
	margin-bottom:30px;
}
.blog-post-date-content .post-date {
/*
	width:66px;
	height:66px;
	color:#1d2c6f;
	text-align:center;
	border:1px solid #1d2c6f;
	border-radius:33px;
	padding-top:12px;
	float:left;
*/
}
#blog-post-list a:hover .blog-post-date-content .post-date {
/*
	color:#FFF;
	border:1px solid #1d2c6f;
	background:#1d2c6f;
*/
}
.blog-post-date-content .post-date p {
	line-height:1.3;
	margin:0;
}
.blog-post-date-content .post-content {
	padding-top:3px;
/* 	margin-left:85px; */
}
.blog-post-date-content .post-content .entry-title{
	font-size:1.1em;
	color:#1d2c6f;
	margin-bottom:5px;
}
.blog-post-date-content .post-content p{
	font-size:0.9em;
	line-height:1.4;
}

.archive #blog-post-list &gt; div{
	margin-bottom:75px;
}
.archive #blog-post-list &gt; div.blog-list-dummy-post{
	margin-bottom:0px;
}

.single .blog-post-date-content .post-content {
	padding-top:0px;
}
/*.single .blog-post-date-content .post-content .entry-title{
	font-size:2em;
	line-height:65px;
	margin-bottom:0px;
}*/
.single #main .post-pic{
	margin-bottom:30px;
}
#single-content{
	line-height: 2;
	margin-bottom:100px;
}




/*--------------------------------------------------------------
## ã‚»ã‚«ãƒ³ãƒ‰ãƒšãƒ¼ã‚¸
--------------------------------------------------------------*/
#header #header-inner,
#header #masthead .site-branding,
#header #header-nav2 {
	transition: all 0.3s ease-in-out 0s;
}

#header{
	position: fixed;
	width: 100%;
	z-index: 5;
}
#header #header-inner{
	max-width: 1300px;
	padding:25px 2%;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}
#header #masthead .site-branding{
	width:270px;
	margin-bottom:35px;
}
#header .site-description{
	display:none;
}
#header #header-nav {
    margin-bottom: 0;
}
#header #header-nav2 {
    position: absolute;
    top: 20px;
    right: 1%;
}
#header #header-nav2 .btn {
    padding: 0px 5px;
}
#header #header-nav2 .btn.btn-sns {
    padding: 0px 0px;
}
#header #header-nav2 .btn a {
	min-width: 180px;
    padding: 7px 10px;
}
#header #header-nav2 .btn.btn-sns a {
    min-width: 40px;
    padding: 7px 9px;
}
#header-image{
	height:680px;
	background-color:#f2f2f2;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.single-lodging #header-image{
	height:450px;
}



#header .scroll-header #header-inner {
    padding: 15px 0;
}
#header #masthead.scroll-header .site-branding {
    width: 200px;
    margin-bottom: 10px;
}
#header .scroll-header #header-nav2 {
    top: 5px;
}



#page-header{
	margin-top:-360px;
	margin-bottom: 80px;
}
#page-header .page-title{
	width:132px;
	height:430px;
	margin:0 auto;
	position:relative;
	opacity: 0.95;
}
#page-header .page-title span{
	font-size:1.5em;
	font-weight:normal;
	color:#FFF;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#page-bottom-img{
	height:555px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}


.sec-content .entry-content{
	margin-bottom:150px;
}

.box01{
	display:inline-block;
	border-width:1px;
	border-style: solid;
	padding:10px 25px;
	margin:0 auto 25px;
}

#page-cat{
	margin-bottom:35px;
}
#page-cat li{
	border-right:1px solid rgba(0,0,0,0.25);
}
#page-cat li:last-child{
	border:0px;
}
#page-cat li a{
	display:block;
	font-size:1.3em;
	line-height:1.2;
	padding:2px 25px;
}





/*--------------------------------------------------------------
## ã”å®¿æ³Š
--------------------------------------------------------------*/
#other-all-year-plan .plan-list{
	flex-wrap:wrap;
}
#other-all-year-plan .plan-list &gt; li{
	width:33.333%;
	margin-bottom:60px;
}
#other-all-year-plan .plan-list &gt; li{
	border-left: 1px solid rgba(0,0,0,0.25);
	padding:15px 25px 10px 25px;
}
#other-all-year-plan .plan-list &gt; li:first-child,
#other-all-year-plan .plan-list &gt; li:nth-child(4),
#other-all-year-plan .plan-list &gt; li:nth-child(7),
#other-all-year-plan .plan-list &gt; li:nth-child(10),
#other-all-year-plan .plan-list &gt; li.dummy{
	border-left: 0;
}

/*------------------------------*/
.sp_cont {
	display: none;
}
.img_wrap img {
	width: 100%;
	vertical-align: middle;
}
.obj_cover img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IEå¯¾ç­–*/
}
.obj_contain img{
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;'; /*IEå¯¾ç­–*/
}

.sec_before::before {
    content: '';
    display: block;
    width: 1px;
    height: 105px;
    margin: 0 auto 85px;
    background-color: #000;
}
.w650 {
	width: 100%;
	max-width: 650px;
	padding: 0 20px;
	margin: auto;
}
.temp1 {
    position: relative;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 80px;
}
.archive_li:nth-of-type(even) .temp1 {
    position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 80px;
}
.temp1_cont {
	position: absolute;
    bottom: 25px;
    left: 0;
	width: 40%;
	max-width: 540px;
    padding: 25px 30px 25px 0;
    background-color: rgba(255,255,255,.9);
}
.archive_li:nth-of-type(even) .temp1_cont {
    left: auto;
    right: 0;
    padding: 25px 0 25px 30px;
}
.temp1_txt_head {
    font-size: 1.6em;
    line-height: 1.3;
    letter-spacing: 1px;
}
.temp1_txt_head .text-color {
	color: #917d90;
}
.temp1_txt_sub {
	color: #000;
    font-size: 16px;
}
.temp1_txt {
	margin-top: 15px;
    font-family: sun-serif;
    line-height: 1.8;
}
.temp1_img {
    width: 70%;
}
.temp1_cont_box {
    position: absolute;
    bottom: 45px;
    left: 0;
}
.temp1_cont_box .temp1_cont {
    position: relative;
    bottom: auto;
    left: auto;
	width: 100%;
}
.temp1_reverse {
	position: relative;
    flex-direction: row-reverse;
	justify-content: flex-end;
	margin-bottom: 80px;
}
.temp1_reverse .temp1_cont {
    left: auto;
    right: 0;
	padding: 25px 0 25px 30px;
}
.btn.p_btn a {
    color: #917d90;
    border: 1px solid #917d90;
}
.btn.p_btn a:hover {
    color: #fff;
    background: #917d90;
}

@media screen and (max-width: 900px) {
	.temp1 {
	    display: block;
	}
	.temp1_reverse {
	    display: block;
	}
	.temp1_cont,
	.archive_li:nth-of-type(even) .temp1_cont {
		position: relative;
		bottom: 0;
	    width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.temp1_reverse .temp1_cont {
	    padding: 0;
	}
	.temp1_txt {
	    margin-top: 10px;
	}
	.temp1_img {
	    width: 100%;
		margin-bottom: 15px;
	}
	.temp1_cont_box {
	    position: relative;
		bottom: 0;
	    display: flex;
	    justify-content: space-between;
	    align-items: flex-end;
		width: 100%;
		margin-bottom: 15px;
	}
	.temp1_cont_box .temp1_cont {
	    width: 75%;
	}
	
	#sp-plan-other-btn-wrap .other_link{
		width: 100%;
		padding-right: 25px;
	}
}

@media screen and (max-width: 768px) {
	.pc_cont {
		display: none;
	}
	.sp_cont {
		display: inherit;
	}
	.temp1,
	.archive_li:nth-of-type(even) .temp1 {
	    margin-bottom: 35px;
	}
	.temp1_cont_box {
	    display: block;
	    width: 100%;
	}
	.temp1_cont_box .temp1_cont {
	    width: 100%;
	}
	.temp1_cont,
	.archive_li:nth-of-type(even) .temp1_cont {
	    min-width: 100%;
	}
	.temp1_txt_head {
	    font-size: 23px;
	    line-height: 1.4;
	}
	.temp1_txt_sub {
	    font-size: 14px;
	}
	.temp1_txt {
	    font-size: 13px;
	    line-height: 1.5;
	}
	.sec_before::before {
		height: 80px;
	    margin: 0 auto 30px;
	}
	.temp1_cont .btn.p_btn {
	    text-align: left;
	    padding-bottom: 0;
	    padding-left: 0;
	}
	
	#home-slider-wrap .goto-logo{
		width:30%;
		position:absolute;
		bottom:10px;
		right:10px;
	}
}
/*------------------------------*/


/*ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ»ãƒ•ãƒƒã‚¿ãƒ¼*/
header.sp_nav {
	position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
	padding: 0 20px;
	background-color: #917d90;
}
#home-header header.sp_nav .site-branding {
    padding: 15px 10px;
}
#home-header header.sp_nav .site-branding h1 {
    margin-bottom: 0;
}
header.sp_nav .site-branding {
    width: 190px;
}
header.sp_nav .drawer-hamburger-icon,
header.sp_nav .drawer-hamburger-icon:after,
header.sp_nav .drawer-hamburger-icon:before {
    background-color: rgba(255,255,255,.6);
}
.drawer-open header.sp_nav .drawer-hamburger-icon {
	background-color: transparent;
}
header.sp_nav #header-nav {
    display: block;
    padding: 60px 20px;
}
header.sp_nav #header-nav li {
	padding: 0px 0;
    border-left: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
header.sp_nav #header-nav li:last-of-type {
    border-bottom: none;
}
.drawer--right.drawer-open header.sp_nav .drawer-hamburger {
    right: 195px;
	z-index: 6;
}
header.sp_nav .drawer-nav {
    background-color: #917d90;
    z-index: 5;
}
header.sp_nav #header-nav li a {
    color: #fff;
	font-size: 13px;
	display: block;
	text-align: left;
	padding: 12px 6px;
}
header.sp_nav #header-nav .sub-menu li {
    padding: 0;
}
header.sp_nav #header-nav .sub-menu li a {
/*     font-size: 10px; */
}
header.sp_nav .drawer-hamburger {
	right: 10px;
    width: 25px;
    padding-top: 20px;
}
header.sp_nav .drawer-hamburger-icon:after, 
header.sp_nav .drawer-hamburger-icon:before {
	top: -8px;
}
.drawer-open header.sp_nav .drawer-hamburger-icon:after, 
.drawer-open header.sp_nav .drawer-hamburger-icon:before {
    top: 0px;
}
header.sp_nav .drawer-hamburger-icon:after {
	top: 8px;
}



@media screen and (max-width: 900px) {
	header.pc_nav {
		display: none;
	}
	header.sp_nav {
		display: flex;
	}
	#header-image {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	#header-image {
	    height: 200px;
	}
	#page-header {
	    margin-top: -130px;
	    margin-bottom: 20px;
	}
	#page-header .page-title {
	    width: 70px;
	    height: 205px;
	}
	#page-header .page-title span {
		height: 100%;
	    font-size: 18px;
	    text-align: center;
	}
	#btn-recruit {
	    position: static;
	}
	#btn-recruit a {
	    width: 100%;
	    height: auto;
	    font-size: 1.3em;
		line-height: 1.5;
		border-radius: 0;
		border: 0px;
		padding:25px;
	}
	#btn-recruit a:hover {
		border: 0px;
	}
	
/*
	footer #btn-recruit {
	    display: none;
	}
*/
	footer .shokuiku-box {
	    display: none;
	}
	.footer-content .btn-wrap {
		display: block;
	    margin-top: 25px;
	}
	.footer-rsrv-cancel {
	    top: -20px;
	    font-size: 12px;
	}
	footer .btn {
	    text-align: left;
	    padding: 10px 15px 5px;
	}
	.btn-sns.btn.btn-fill.btn-white:nth-of-type(3) {
	    display: none;
	}
	.btn-sns.btn.btn-fill.btn-white:nth-of-type(3) {
	    display: none;
	}
	#footer-address dt img {
	    width: 200px;
	}
/*
	.footer-content .icon-wifi {
	    display: none;
	}
*/
	.drawer-nav .bnr-cashless{
		position: absolute;
		top: 5px;
		right: 10px;
		width: 55px;
	}
}


/*TOP*/
#home-plan .home-plan-contnet{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
#home-plan .temp1_reverse {
    margin-bottom: 35px;
}
#home-plan .temp1_cont {
	max-width: 400px;
    color: #000;
}
#home-plan .temp1_txt_head {
    font-size: 1.7em;
}
#home-plan .temp1_txt {
    font-family: serif;
}
#home-plan .temp1_img {
    width: 850px;
    height: 600px;
}
.home_plan_slide_nav {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.home_plan_slide_nav li {
	width: 170px;
	opacity: 1;
    margin-right: 30px;
	color: #000;
	transition: all .3s ease;
	outline: none;
    cursor: pointer;
}
.home_plan_slide_nav li.slick-current {
    opacity: .5;
}
.home_plan_slide_nav .img_wrap {
    height: 115px;
	margin-bottom: 5px;
}
.home_plan_slide_nav .sub {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.home_plan_slide_nav .title {
    font-size: 16px;
    line-height: 1.5;
	text-align: center;
}
.home_plan_slide_nav li:last-of-type {
    margin-right: 0;
}
.home_plan_slide_nav .other a,
#sp-plan-other-btn-wrap .other a {
	width: 100%;
    height: 115px;
    color: #553b10;
    font-size: 15px;
    letter-spacing: 0;
	background-color: rgba(85,59,16,.15);
	transition: all .3s ease;
}
.home_plan_slide_nav .other a::after,
#sp-plan-other-btn-wrap .other a::after {
    content: '\f105';
    margin-left: 5px;
    font-family: FontAwesome;
}
.home_plan_slide_nav .other:hover,
#sp-plan-other-btn-wrap .other:hover {
    opacity: 0.7;
}
.home_plan_slide_nav .tripasvisor .box2,
#sp-plan-other-btn-wrap .tripasvisor .box2 {
	width: 100%;
}
.home_plan_slide_nav .tripasvisor #TA_cdsratingsonlynarrow524,
#sp-plan-other-btn-wrap .tripasvisor #TA_cdsratingsonlynarrow524 {
	width: 100%;
}
.home_plan_slide_nav .tripasvisor #CDSRATINGWIDGET524,
#sp-plan-other-btn-wrap .tripasvisor #CDSRATINGWIDGET524 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115px;
}
#blog-post-list {
	flex-wrap: wrap;
    justify-content: space-between;
}
.post-date, #blog-post-list .excerpt {
    color: #909090;
}
.blog-post-date-content .post-content .entry-title {
    color: #000;
}

@media screen and (max-width: 768px) {
	#home-header #masthead,
	#home-header #header-inner,
	#home-slider-wrap .slide-img {
	    height: 230px;
	}
	#home-slider-wrap .home-slider-nav li {
	    height: 45px;
	}
	#home-news {
	    height: auto;
	}
	#home-news .ticker ul li a {
		text-align:center;
		padding:10px 10px;
	}
	#home-news .ticker ul li a {
		font-size:0.9em;
		line-height:1.4;
/*
		font-size: 12px;
		text-align: left;
*/
	}
	#home-news .ticker ul li a span {
		display:block;
/*
		font-size: 10px;
		text-align: left;
*/
	}
	
	#home-plan .home_plan_slide{
		margin-left: -4%;
		margin-right: -4%;
	}
	#home-plan .temp1_txt_head {
	    font-size: 1.3em;
	}
	#home-plan .btn {
/*
	    text-align: left;
	    padding-left: 0;
*/
	}
	#home-plan .temp1_img {
	    width: 100%;
	    height: 250px;
	}
	#home-plan .temp1_reverse {
		padding: 0 10px;
	    margin-bottom: 15px;
	}
	.home_plan_slide_nav{
		display:none;
	}
	.home_plan_slide_nav .slick-track {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.home_plan_slide_nav li {
/* 	    width: 47%!important; */
	    margin-right: 0;
/* 		margin-bottom: 10px; */
	}
	.home_plan_slide_nav .sub {
	    font-size: 10px;
	    line-height: 1.3;
	    text-align: left;
	}
	.home_plan_slide_nav .title {
	    font-size: 13px;
	    text-align: left;
	}
	.home_plan_slide_nav .other a {
	    font-size: 13px;
	}
	#about-kigusuirya {
	    margin-bottom: 25px;
	}
	#about-kigusuirya #middle-image01 {
	    height: 280px;
	}
	#about-kigusuirya #middle-image02 .flex {
	    flex-wrap: wrap;
	}
	#about-kigusuirya #middle-image02 li {
	    width: 33.3333%;
	    height: 100px;
	}
	#blog-post-list {
	    flex-wrap: wrap;
	}
	#blog-post-list &gt; div {
	    width: 47%;
	}
	#blog-post-list .post-pic {
	    margin-bottom: 5px;
	}
	.post-date, #blog-post-list .excerpt {
	    font-size: 11px;
	}
	.blog-post-date-content .post-content .entry-title {
	    font-size: 13px;
	    line-height: 1.5;
	}
}


/*ããã™ã‚Šã‚„ã®ã“ã¨*/
.about_book_img {
    width: 150px;
    margin-right: 20px;
}
.about_book_note {
    display: flex;
    align-items: flex-end;
    font-family: sans-serif;
}
.about_roombook {
    justify-content: flex-end;
	margin-bottom: 50px;
}
.about_roombook_cont {
    width: 43%;
}
.about_roombook_head {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 1px;
}
.about_roombook_txt {
	font-family: sans-serif;
    line-height: 1.8;
}
.about_roombook_img {
    width: 30%;
    margin-right: 30px;
}
.about_sabakaido_imgl {
    width: 100%;
    margin-bottom: 100px;
}
#about_sabakaido {
    margin-bottom: 70px;
}
#about_present .temp1_txt {
    margin-bottom: 30px;
}
#about_present {
    margin-bottom: 130px;
}
.about_tanbo,
.about_tanbo .img_wrap {
    width: 100%;
}


@media screen and (max-width: 900px) {
.about_book {
    display: block;
    width: 23%;
	margin-left: 15px;
}
.about_book_img {
    width: 100%;
    margin-right: 0;
}
.about_roombook {
	width: 100%;		
}
.about_roombook_img {
    width: 40%;
}
.about_roombook_cont {
    width: 60%;
}
}

@media screen and (max-width: 768px) {
.about_book {
	display: flex;
    width: 100%;
    margin: 0;
}
.about_book_img {
    width: 150px;
    margin-right: 10px;
}
.about_book_note {
    font-size: 12px;
}
.about_roombook {
    flex-direction: column-reverse;
}
.about_roombook_head {
    font-size: 23px;
}
.about_roombook_txt {
    font-size: 13px;
    line-height: 1.4;
}
.about_roombook_img {
    width: 100%;
}
.about_roombook_note {
    font-size: 12px;
}
.about_roombook_cont {
    width: 100%;
    margin-bottom: 10px;
}
.about_roombook_head {
    margin-bottom: 5px;
}
.about_sabakaido_imgl {
    margin-bottom: 20px;
}
#about_sabakaido {
    margin-bottom: 50px;
}
#about_present .temp1_txt {
    margin-bottom: 10px;
}
.about_present_btn {
    display: block;
}
#about_present {
    margin-bottom: 50px;
}
}


/*æœ¬é¤¨å®¢å®¤ãƒ»åˆ¥é¤¨å¤æ°‘å®¶*/
.page_room .temp1_txt_head {
	color: #917d90;	
}
#romm_type .temp1_txt_head {
    margin-bottom: 0;
}
.room_info {
    margin-bottom: 25px;
    font-size: 16px;
}
#romm_type .btn.btn-fill.btn-color {
    margin-top: 20px;
}
.room_drawing {
    margin: 80px 0 130px;
}
.room_drawing_txt {
    margin-top: 15px;
    font-family: sans-serif;
    text-align: center;
}
.room_img_sec {
    width: 100%;
	margin-bottom: 85px;
}
.romm_img_sec_s {
    width: 100%;
}
.check_inout {
    width: 100%;
    max-width: 1000px;
    padding: 45px 60px;
    margin: 130px auto;
    color: #646464;
    border: 1px solid #646464;
    box-sizing: border-box;
}
.check_inout li {
    font-family: sans-serif;
    line-height: 1.8;
    list-style-type: disc;
}
.check_inout_head {
    margin-bottom: 35px;
    font-size: 22px;
    text-align: center;
}
.check_inout_head br {
	display: none;
}
#room_annex_about {
    margin-bottom: 200px;
}
.floor_plan_img {
    max-width: 670px;
    width: 100%;
    padding: 20px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.room_info {
    margin-bottom: 10px;
    font-size: 14px;
}
.room_drawing {
    margin: 20px 0 50px;
}
.room_drawing_txt {
    margin-top: 5px;
    font-size: 13px;
}
.check_inout {
    margin: 30px auto 50px;
    padding: 20px 20px 20px 35px;
}
.check_inout_head {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.4;
}
.check_inout_head br {
	display: inherit;
}
.check_inout li {
    font-size: 13px;
    line-height: 1.6;
}
.room_img_sec {
    margin-bottom: 40px;
}
#room_annex_about {
    margin-bottom: 70px;
}
.floor_plan_img {
    padding: 10px;
}
}

/*ã‚¢ã‚¯ã‚»ã‚¹*/
#page_access .title-box h3 {
	font-size: 28px;
}
#page_access &gt; .title-box h3 {
    color: #917d90;
}
.access_type {
    justify-content: center;
	margin-bottom: 65px;
}
.access_type li a {
    display: block;
}
.access_type_txt {
    padding: 0 30px;
    font-size: 20px;
    line-height: 1;
    border-right: 1px solid #646464;
}
.access_type li:last-of-type .access_type_txt {
    border-right: none;
}
.access_address {
    font-family: sans-serif;
}
.access_address a::before {
    content: '\f095';
    margin: 0 5px 0 10px;
    font-family: FontAwesome;
}
#page_access .map {
    width: 100%;
    height: 500px;
	margin-bottom: 85px;
}
#page_access .map iframe {
    width: 100%;
    height: 100%;
}
.access_type li .access_type_btn:before {
    display: block;
    font-size: 30px;
    font-family: FontAwesome;
    text-align: center;
}
.access_type_car .access_type_btn::before,
#access_car h3::before {
    content: '\f1b9';
}
.access_type_train .access_type_btn::before,
#access_train h3::before {
    content: '\f238';
}
.access_type_bus .access_type_btn::before,
#access_bus h3::before {
    content: '\f207';
}
.access_type_heli .access_type_btn::before,
#access_heli h3::before {
    content: '';
    display:block;
    width:100%;
    height:51px;
    background:url(img/icon_heli.svg) center center no-repeat;
    background-size:auto 70%;
}

#access_car h3::before,
#access_train h3::before,
#access_bus h3::before {
    display: block;
    font-size: 32px;
    font-family: FontAwesome;
}
.access_note {
    color: #640000;
}
.access_pattern_head_direction {
    color: #917d90;
    font-size: 24px;
}
.access_pattern_head_time {
    font-size: 15px;
}
.access_pattern{
    width: 100%;
}
.access_pattern {
    margin-bottom: 65px;
}
.access_pattern_head {
/*     width: 20%; */
	text-align:center;
	margin-bottom: 20px;
}
.access_pattern .access_route {
/*     width: 80%; */
}
.access_route_point {
    padding: 0 15px;
    font-size: 18px;
	font-weight: 700;
    writing-mode: vertical-rl;
}
.access_route_way {
    padding-top: 20px;
    margin-top: 15px;
    font-family: sans-serif;
    line-height: 1.4;
	text-align: center;
    border-top: 1px dotted #646464;
}
.access_route_kigusuriya {
    padding: 0 15px;
    color: #917d90;
    font-size: 18px;
    font-weight: 700;
    writing-mode: vertical-rl;
}
.access_route_note {
    margin-top: 25px;
    font-size: 13px;
    font-family: sans-serif;
    text-align: center;
}
/*
#access_car .access_route_flex {
    justify-content: flex-start;
}
*/
.access_route_flex {
    justify-content: center;
}
.transfer_service {
    width: 56%;
    padding: 25px 50px;
    margin: 60px auto;
    border: 1px solid #917d90;
    box-sizing: border-box;
}
.transfer_service_head {
	margin-bottom: 15px;
    color: #917d90;
    font-size: 20px;
    text-align: center;
}
.transfer_service_txt {
    font-size: 15px;
    font-family: sans-serif;
    text-align: center;
}
.keihanbus {
    width: 56%;
    padding: 25px 30px;
    margin: 60px auto;
    box-sizing: border-box;
	border: 1px solid #917d90;
}
.keihanbus_cont {
    margin-left: 35px;
}
.keihanbus_cont_txt {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 1.3;
}
.keihanbus_cont_txt span {
    font-weight: 700;
}
.keihanbus_cont_price {
    margin-bottom: 10px;
    color: #917d90;
    font-size: 15px;
    font-weight: 700;
}
.keihanbus_cont .btn.p_btn {
    padding-left: 0;
    text-align: left;
}
.access_imgl {
    width: 100%;
}
.access_type li p {
    display: none;
}

.access_route_list{
	width:300px;
	margin:0 auto;
}
.access_route_list dl{
	display:flex;
	justify-content: space-between;
}


@media screen and (max-width: 900px) {
.access_pattern {
    display: block;
}
.access_pattern_head {
    width: 100%;
    margin-bottom: 20px;
}
.access_pattern .access_route {
    width: 100%;
}
.access_pattern {
    margin-bottom: 35px;
}
}

@media screen and (max-width: 768px) {
	.title-box {
	    padding: 120px 0 30px;
	}
	.title-box::before {
	    height: 70px;
	}
	.title-box .title,
	#page_access .title-box h3 {
		margin-bottom: 5px;
	    font-size: 22px;
	}
	.title-box p {
		margin-bottom: 0;
		line-height: 1.5;
	    text-align: left;
	}
	.access_address a {
	    display: block;
	}
	#page_access .title-box p {
	    margin-bottom: 0;
	}
	#page_access .map {
	    height: 300px;
		margin-bottom: 50px;
	}
	.access_type li a {
	    display: block;
	    border-bottom: 1px solid #646464;
	}
	.access_type {
	    display: block;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.access_type li .access_type_btn:before {
	    display: inline;
	    font-size: 21px;
	}
	.access_type_txt {
	    display: inline;
	    padding: 0;
	    font-size: 18px;
	    border-right: none;
	}
	.access_type li {
	    margin-bottom: 10px;
	}
	#access_car h3::before,
	#access_train h3::before,
	#access_bus h3::before {
		font-size: 29px;
	}
	.access_type_heli .access_type_btn::before{
		display: inline-block !important;
		width: 35px;
		height: 35px;
		vertical-align: middle;
		background-size: contain;
	}
	.access_note {
	    text-align: left;
	}
	.access_pattern_head_direction {
	    font-size: 20px;
	}
	.access_pattern_head_time {
	    font-size: 13px;
	}
	.access_route_flex {
	    display: block;
	}
	.access_route_point {
		padding: 5px 0;
	    font-size: 16px;
	    writing-mode: inherit;
	}
	.access_route_kigusuriya {
		padding: 5px 0;
	    font-size: 16px;
	    writing-mode: inherit;
	}
	.access_route_way {
	    padding: 10px;
	    margin: 0 0 0 10px;
	    border-top: none;
	    border-left: 1px dotted #646464;
	    text-align: left;
	}
	.access_pattern_head {
	    margin-bottom: 5px;
	}
	.access_route_note {
	    margin-top: 10px;
	}
	.transfer_service {
	    width: 100%;
	    padding: 15px 20px;
	    margin: 20px auto;
	}
	.transfer_service_head {
		margin-bottom: 10px;
	    font-size: 16px;
	}
	.transfer_service_txt {
	    font-size: 13px;
	    text-align: left;
	}
	.keihanbus {
	    display: block;
	    width: 100%;
	    padding: 15px;
	    margin: 20px auto 50px;
	}
	.keihanbus_logo {
	    width: 190px;
	    margin: 0 auto 15px;
	}
	.keihanbus_cont {
	    margin-left: 0;
	}
	.keihanbus_cont_txt {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
}

/*å…±é€šæŠ•ç¨¿ä¸€è¦§*/
.archive_li:first-of-type .sec_before::before {
    display: none;
}

@media screen and (max-width: 900px) {
.archive_li .temp1,
.archive_li .temp1_reverse,
.archive_li:nth-of-type(even) .temp1 {
    display: flex;
    flex-direction: column-reverse;
}
.archive_li .temp1_img,
.archive_li .temp1_reverse {
    margin-bottom: 15px;
}
.archive_li .btn,
.archive_li .temp1_reverse {
    padding-left: 0;
    text-align: left;
}
}

/*ä½“é¨“è©³ç´°*/
.experience_cont .archive_li:nth-of-type(even) .temp1 {
	position: relative;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 80px;
}
.experience_cont .archive_li:nth-of-type(odd) .temp1 {
	position: relative;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 80px;
}
.experience_cont .archive_li:nth-of-type(even) .temp1_cont {
    position: absolute;
    bottom: 45px;
    left: 0;
	width: 45%;
	min-width: 540px;
    padding: 25px 30px 25px 0;
    background-color: rgba(255,255,255,.9);
}
.experience_cont .archive_li:nth-of-type(odd) .temp1_cont {
	left: auto;
    right: 0;
    padding: 25px 0 25px 30px;
}
#experience_gallery {
    width: 100%;
	margin-bottom: 75px;
}
.experience_gallery_box {
    flex-wrap: wrap;
    width: 100%;
}
.experience_gallery_li {
    width: 33%;
}
.experience_fee {
    margin-bottom: 65px;
	text-align: center;
}
.experience_fee dt {
    font-size: 18px;
	line-height: 2;
}
.experience_fee dd.text-color {
    font-size: 24px;
    line-height: 1.6;
}
.experience_fee dd {
    font-size: 14px;
    line-height: 1.7;
}
.form-wrap dl {
    display: flex;
	justify-content: space-between;
    width: 100%;
	margin-bottom: 15px;
}
.form-wrap dl.required:first-of-type {
    margin-top: 25px;
}
.form-wrap dt {
    width: 27%;
	padding-top: 2px;
	font-size: 15px;
    font-family: sans-serif;
    font-weight: 400;
	text-align: right;
}
.form-wrap .required dt {
    color:#cc0000;
}
.form-wrap dd {
    width: 70%;
	font-size: 15px;
	font-family: sans-serif;
}
.form-wrap dd input {
    width: 100%;
}
.form-wrap dd input, 
.form-wrap dd select {
    font-size: 15px;
}
.form-wrap dd input#zip {
	width: 30%;
    margin-bottom: 5px;
}
.form-wrap dd select {
    height: 25px;
    margin-bottom: 5px;
}
.form-wrap dd select#pref {
    width: 85px;
}
.form-wrap dd input#addr {
    width: calc(100% - 91px);
}
.form-wrap button {
    max-width: 230px;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    background-color: #917d90;
    border: 1px solid #917d90;
    transition: all .5s ease;
    cursor: pointer;
}
.form-wrap button:hover {
    color: #917d90;
    background-color: #fff;
}
.form-wrap .round_btn {
    text-align: center;
}
.form-wrap button::after {
    content: '\f105';
    margin-left: 5px;
    font-size: 16px;
    font-family: FontAwesome;
}
.form-wrap dd select#hope-time {
    margin-top: 5px;
}

@media screen and (max-width: 900px) {
.experience_cont .archive_li:nth-of-type(odd) .temp1 {
    flex-direction: column-reverse;
}
.experience_cont .archive_li:nth-of-type(odd) .temp1_cont {
    padding: 0;
}
.experience_cont .archive_li:nth-of-type(even) .temp1 {
    flex-direction: column-reverse;
}
.experience_cont .archive_li:nth-of-type(even) .temp1_cont {
    position: relative;
    bottom: 0;
    width: 100%;
	min-width: 100%;
	padding: 0;
}
}

@media screen and (max-width: 768px) {
.experience_fee {
    margin-bottom: 35px;
    text-align: left;
}
.experience_fee dt {
    font-size: 15px;
    line-height: 1.7;
}
.experience_fee dd.text-color {
    font-size: 20px;
}
.experience_fee dd {
    font-size: 13px;
    line-height: 1.5;
}
.experience_cont .archive_li:nth-of-type(odd) .temp1 {
    margin-bottom: 35px;
}
.experience_cont .archive_li:nth-of-type(even) .temp1 {
    margin-bottom: 35px;
}
#experience_gallery {
    margin-bottom: 30px;
}
.experience_gallery_li {
    width: 50%;
}
#experience_form .required, #experience_form .any {
    display: block;
}
#experience_form dt {
    width: 100%;
    font-size: 14px;
    text-align: left;
}
#experience_form .required:first-of-type {
    margin-top: 10px;
	margin-bottom: 5px;
}
#experience_form dd {
    width: 100%;
    font-size: 12px;
}
#experience_form dd input#zip {
    width: 50%;
}
#experience_form dd input#addr {
    width: 100%;
}
}

/*ãŠé£Ÿäº‹*/
#meal01,
#meal02,
#meal03 {
    width: 100%;
}
.meal_li_box {
    flex-wrap: wrap;
    width: 100%;
}
.meal_li {
    width: 48%;
	margin-bottom: 70px;
}
.meal_img {
    position: relative;
    padding-top: 66%;
    margin-bottom: 35px;
}
.meal_img img {
    position: absolute;
    top: 0;
    left: 0;
}
.meal_cont {
    max-width: 505px;
    width: 100%;
    margin: auto;
}
.meal_name_sub {
    color: #000;
    font-size: 16px;
}
.meal_name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
}
.meal_reserve {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    background-color: #9a9a9a;
}
.meal_comment {
	margin-bottom: 40px;
	color: #000;
    font-size: 14px;
    line-height: 1.7;
}
.meal_name_reserve {
    justify-content: space-between;
    align-items: center;
}
.meal_reserve {
    padding: 10px 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    background-color: #9a9a9a;
}
.meal_fee_wrap {
    color: #000;
    text-align: right;
}
.meal_fee {
    font-size: 18px;
}
#meal03 .meal_li {
    width: 30%;
	margin-bottom: 45px;
}
#meal03 .meal_img {
    margin-bottom: 20px;
}
#meal03 .meal_cont {
    max-width: 365px;
}
#meal03 .meal_name_sub {
    font-size: 14px;
	line-height: 1;
}
#meal03 .meal_name {
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    line-height: 1.7;
}
#meal03 .meal_comment {
    margin-bottom: 30px;
    color: #909090;
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
.meal_page_link {
    display: block;
}
#page-cat .meal_page_link li {
    padding: 10px;
    font-size: 13px;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.25);
}
.meal_li {
    width: 100%;
    margin-bottom: 40px;
}
.meal_img {
    margin-bottom: 10px;
}
.meal_name_reserve {
    display: block;
}
.meal_name_sub {
    font-size: 13px;
    line-height: 1;
}
.meal_name {
    font-size: 20px;
    margin-bottom: 0;
}
.meal_comment {
    margin-bottom: 10px;
    font-size: 12px;
}
.meal_reserve {
    display: inline-block;
    width: auto;
    padding: 2px 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.meal_fee_wrap {
    font-size: 13px;
}
.meal_fee {
    font-size: 15px;
}
#meal03 .title-box p {
    text-align: center;
}
#meal03 .meal_li {
    width: 48%;
    margin-bottom: 35px;
}
#meal03 .meal_img {
    margin-bottom: 10px;
}
#meal03 .meal_name_sub {
    font-size: 11px;
}
#meal03 .meal_name {
    font-size: 15px;
}
#meal03 .meal_comment {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .5px;
}
#meal03 .meal_fee_wrap {
    font-size: 12px;
}
#meal03 .meal_fee {
    font-size: 14px;
}
}

/*ã”å®¿æ³Š*/
#lodging-content {
    color: #000;
}
.lodging .temp1_reverse {
    margin-bottom: 25px;
}
.lodging .temp1_img {
	width: 80%;
    position: relative;
	height: 580px;
}
.lodging .temp1_img img,
.lodging .temp1_img .no-image {
    position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}
.lodging .temp1_img .no-image{
	width: 100%;
	height: 100%;
	background:#f2f2f2;
}
.lodging .temp1_cont {
    z-index: 1;
}
.lodging .temp1_txt {
    font-family: serif;
}
.lodging_menu {
    margin-top: 20px;
}
.lodging_menu dt {
    margin-right: 0px;
	font-size: 15px;
	width: 30%;
}
.lodging_menu dd {
	width: 70%;
    max-height: 150px;
    font-size: 14px;
    line-height: 1.8;
	overflow: auto;
}
/* .lodging  */.temp1_cont .btn {
    margin-top:15px;
}

.lodging_price {
	justify-content: space-between;
	align-items: flex-start;
    width: 100%;
	margin-bottom: 70px;
}
.lodging_detail_wrap {
	position: relative;
    width: 48%;
}
.lodging_detail_wrap .slick-dots {
    position: absolute;
    bottom: 15px;
}
.lodging_detail_wrap .slick-dots li button:before {
	display: none;
}
.lodging_detail_wrap .slick-dots li button {
    width: 60px;
    height: 5px;
    padding: 0;
    background-color: rgba(255,255,255,.5);
	border-radius: 0;
}
.lodging_detail_wrap .slick-dots li {
    width: 50px;
    height: 5px;
    margin: 0 10px;
}
.lodging_detail_wrap .slick-dots .slick-active button {
    background-color: #fff;
}
.lodging_detail {
    position: relative;
	width: 100%;
    height: 350px;
}
.lodging_detail img {
    position: absolute;
    top: 0;
    left: 0;
}
.logding_stay_day {
    width: 48%;
}
.logding_stay_day_dl {
	display: flex;
	justify-content: space-between;
    width: 100%;
    padding: 40px 15px;
    border-bottom: 1px solid #9a9a9a;
	box-sizing: border-box;
}
.logding_stay_day_dl:last-of-type {
    border-bottom: none;
}
.logding_stay_day_dl dt {
	width: 25%;
    font-size: 20px;
}
.logding_stay_day_dl dd {
    width: 75%;
    font-size: 15px;
    text-align: right;
}
.logding_stay_day_dl dd span {
    font-size: 20px;
}
.logding_stay_day_dl dd .btn {
    margin-top: 30px;
    text-align: left;
}
.lodging_plan_li:nth-child(2)::before {
    display: none;
}
.lodging_all_title {
    font-size: 20px;
}
.lodging_all_txt {
    margin-bottom: 25px;
    color: #909090;
    font-size: 13px;
}
.lodging_all_price {
	margin-bottom: 35px;
    font-size: 14px;
}
.lodging_all_price span {
    font-size: 18px;
}

@media screen and (max-width: 900px) {
	.lodging #page-cat ul {
	    flex-wrap: wrap;
	}
	.lodging #page-cat li {
	    width: 33%;
	    padding: 2px 0;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.lodging #page-cat li:nth-of-type(3n) {
	    border-right: none;
	}
	.lodging .title-box {
	    padding-bottom: 0;
	}
	.lodging .temp1_cont {
	    max-width: 100%;
	}
	.lodging .temp1_img {
	    width: 100%;
		height: 360px;
	}
	.lodging_price {
	    display: block;
	}
	.lodging_detail_wrap {
	    width: 100%;
	}
	.logding_stay_day {
	    width: 100%;
	}
	.lodging #other-all-year-plan .plan-list &gt; li {
	    width: 50%;
	    border-left: none;
	    border-right: 1px solid rgba(0,0,0,.25);
	}
	.lodging #other-all-year-plan .plan-list &gt; li:nth-of-type(2n) {
	    border-right: none;
	}
}

@media screen and (max-width: 768px) {
	.lodging #page-cat {
	    margin-bottom: 0;
	}
	.lodging #page-cat li {
	    width: auto;
	    padding: 5px 5px;
	    margin-bottom: 0;
/* 	    border-right: none; */
/* 	    border-bottom: 1px solid rgba(0,0,0,.25); */
	}
	.lodging #page-cat li a {
	    font-size: 14px;
	    padding: 2px 5px;
	}
	.lodging .title-box {
	    margin-bottom: 25px;
	}
	.lodging .temp1_reverse {
	    margin-bottom: 15px;
	}
	.lodging .temp1_img {
		height: 300px;
	}
	.lodging_detail {
		height: 300px;
	}
	.lodging_menu {
		display: block;
	    margin-top: 15px;
	}
	.lodging_menu dt {
	    font-size: 14px;
	}
	.lodging_menu dd {
	    font-size: 13px;
	}
	.lodging_price {
	    margin-bottom: 35px;
	}
	.lodging .slick-dotted.slick-slider {
	    margin-bottom: 15px;
	}
	.logding_stay_day_dl {
	    display: block;
	    padding: 15px 10px;
	}
	.logding_stay_day_dl dt {
	    width: 100%;
	    font-size: 16px;
		line-height: 1.3;
	}
	.logding_stay_day_dl dd {
	    width: 100%;
	    font-size: 13px;
		line-height: 1.3;
	    text-align: left;
	}
	.logding_stay_day_dl dd span {
	    font-size: 15px;
	}
	.logding_stay_day_dl dd .btn {
	    margin-top: 15px;
	    padding: 0;
	}
	.lodging #other-all-year-plan .plan-list &gt; li {
	    width: 100%;
	    padding: 15px 0;
		margin-bottom: 0;
	    border-right: none;
	    border-bottom: 1px solid rgba(0,0,0,.25);
	}
	.lodging_all_title {
	    font-size: 18px;
	}
	.lodging_all_txt {
	    margin-bottom: 5px;
	    font-size: 12px;
	}
	.lodging_all_price {
	    margin-bottom: 15px;
	    font-size: 12px;
	}
	.lodging_all_price span {
	    font-size: 15px;
	}
	.lodging_all_li .btn.p_btn {
/* 	    text-align: left; */
	    padding: 5px;
	    font-size: 13px;
	}
	.lodging #other-all-year-plan .plan-list &gt; li:last-of-type {
	    border-bottom: none;
	}
}

@media screen and (max-width: 400px) {
	.lodging .temp1_img {
		height: 200px;
	}
	.lodging_detail {
		height: 200px;
	}
}

/*ãƒ–ãƒ­ã‚°ä¸€è¦§*/
#page_blog #blog-post-list &gt; div {
    margin-bottom: 50px;
}
#page_blog #blog-post-list .post-pic {
    padding-top: 100%;
}
#page_blog #blog-post-list img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

@media screen and (max-width: 768px) {
#page_blog #blog-post-list &gt; div {
    margin-bottom: 20px;
}
}


/*ãƒšãƒ¼ã‚¸ãƒ£ãƒ¼*/
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    font-size: 16px;
    padding: 5px 10px;
	border: none;
}
.wp-pagenavi span.current {
    color: #fff;
    border: none;
    background-color: #917d90;
}

/*ãƒ–ãƒ­ã‚°è©³ç´°*/
.single_post_title {
    padding: 10px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #646464;
}
.single_post_cont {
    margin-bottom: 200px;
}
.single_post_txt{
    overflow:hidden;
}
.single_post_txt img {
    display: block;
    width: 100%;
    height: auto;
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
	.single_post_title {
	    margin-bottom: 10px;
	}
	.single_post_cont {
	    margin-bottom: 100px;
	}
	.single_post_txt p {
	    font-size: 13px;
	    line-height: 1.5;
	}
}

/*ãƒ¢ãƒ¼ãƒ€ãƒ«ã‚¦ã‚£ãƒ³ãƒ‰ã‚¦*/
.modaal-container {
    background: transparent!important;
	box-shadow: none!important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #917d90!important;
}
@media screen and (max-width: 768px) {
	.modaal-content-container {
		padding: 0!important;
	}
}



/*æŽ¡ç”¨æƒ…å&nbsp;±*/

#recruit-content dl.flex{
	flex-wrap:wrap;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom:20px;
	margin-bottom:20px;
}
#recruit-content .flex dt{
	width:20%;
}
#recruit-content .flex dd{
	width:80%;
}

.recruit-about-kigusuriya{
	color:#FFF;
	background-color: #917d90;
/* 	border: 1px solid #9a9a9a; */
	padding:40px 50px;
	margin-bottom:30px;
}
.recruit-about-kigusuriya h4{
	font-size: 1.8em;
	text-align:center;
	margin-bottom:30px;
}

.recruit-content{
	border: 1px solid #9a9a9a;
	padding:40px 50px 10px;
	margin-bottom:30px;
}
.recruit-content h4{
	font-size: 1.8em;
	color: #917d90;
	text-align:center;
	margin-bottom:30px;
}





</pre></body></html>