/*!
Theme Name: koto-stay
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: koto-stay
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.

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

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

 @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * 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/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.7;
}

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;
	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
--------------------------------------------- */
body {
	background: #fff;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.02em;
}

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 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	outline: none !important;
}

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

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

.main-navigation ul {
	display: none;
	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 {
	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: flex;
	}
}

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

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


.site-footer {
	width: 100%;
}

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

#primary{
	margin-top: 147px;
}

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

#page{
	width: 100%;
}



/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 0.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}



/* ヘッダー */
.header-main{
	background: #FFFF;
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
}

.header-top {
    display: flex;
    justify-content: space-between;
    margin: 0% 1% 20px;
    padding-top: 20px;
    align-items: center;
    font-weight: bold;
	align-items: stretch;
}

.header-right {
    display: flex;
    justify-content: space-around;
    /* width: 40%; */
	align-items: center;
	text-align: center;
}

.header-right span{
	margin-right: 20px;
}

.language {
	display: block;
    border: 1px solid;
    padding: 0.7em;
    /* width: 20%; */
	min-width: 150px;
	margin-right: 20px;
	
}

.language:hover{
    background-color: rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
}

.header-contact {
	display: block;
    background-color: #000;
	color: #FFFF;
    border: 1px solid;
    padding: 0.7em;
    /* width: 20%; */
	min-width: 150px;
	margin-right: 20px;
	border: 1px solid #000;
}

.header-contact:hover {
	background-color: #FFFF;
	color: #000;
	transition: all .3s ease;
}

.header-resv {
	display: block;
    background-color: #9D3600;
    color: #FFFF;
    padding: 0.7em;
    /* width: 20%; */
	min-width: 150px;
	border: 1px solid #9D3600;
}

.header-resv:hover{
	background-color: #A71313;
	transition: all .3s ease;
}


/* .header-bottom {
    display: flex;
    justify-content: center;
    padding: 0 0 10px 0;
	font-weight: bold;
} */

#menu-gnav{
	display: flex;
    justify-content: center;
    padding: 0 0 10px 0;
	font-weight: bold;
	margin: 0;
}

#menu-gnav li{
	margin-right: 3%;
	list-style:none;
}

#menu-gnav li a:hover{
	color: #670000;
	transition: all .3s ease;
}


/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
	width: 30px;
	height: 100%;
	position: relative;
	appearance: none;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
}

.hamburger span,
.hamburger span::after,
.hamburger span::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all 0.5s;
}

.hamburger span::before {
	top: -10px;
}

.hamburger span::after {
	bottom: -10px;
}

.hamburger.open span {
	background-color: transparent;
}

.hamburger.open span::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger.open span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.header__container {
	display: none;
}


.nav {
	text-align: center;
	font-weight: bold;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: -100%;
	background: #FFFF;
	padding: 100px 6%;
	transition: all 0.5s;
	z-index: 1;
	overflow-y: auto;
}

ul.nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.5em;
}

.nav__list .menu-item a {
	display: block;
	font-size: 1.1em;
	color: #000;
	padding: 4px 10px;
}

.nav__list .menu-item a:hover {
	color: #000;
	background-color: #fff;
}

.nav__list_icon{
	margin-bottom: 2.5em;
}

.nav__list_icon span:first-child{
	margin-right: 5px;
}

.nav__list_icon span:last-child{
	margin-left: 5px;
}

.nav__list_btn{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav__list_lang{
	display:flex;
	justify-content: center;
	margin-top:2em;
}

.nav__list_lang li:nth-of-type(n+2)::before{
	content:"｜";
	color:#fff;
	margin:0 5px;
}

.nav.open {
	right: 0;
}


/* =======   slick   ================================ */
.slick-slide img {
    display: block;
    width: 100%;
}

.slick-dots{
	bottom: 2em!important;
}

.slick-dots li{
	width:10px!important;
}

.slider .slick-dots li button:before{
	font-size:10px!important;
	opacity: 100;
	color: #FFFF;
}

.slider .slick-dots li.slick-active button:before{
	color: #9D3600;
}





/*  フッター  */

.site-footer {
	font-size: 16px;
}

.footer-line {
    height: 10px;
    background-color: #9D3600;
    margin-top: 5%;
}

.footer-top {
    background-color: #f5f5f5;
    text-align: center;
	padding-bottom: 2%;
}

.footer-top-img{
	margin: 2% 0 1% 0;
}

.footer-title{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.footer-top .box {
/*     width: 50%; */
    margin: 2% auto 0 auto;
}

.footer-top .box .img-box{
	display: flex;
	justify-content: center;
}

.footer-top .box .img-box a + a{
	margin-left: 1.5em;
}

.tel-txt{
	text-align: center;
	font-weight: bold;
	color: #383636;
}

.footer-bottom {
    background-color: #383636;
    color: #FFFF;
	text-align: center;
}

.footer-bottom-img {
    margin: 3% 0 2% 0;
}

.footer-bottom-icon{
	margin-bottom: 2%;
}

.footer-bottom-icon a{
	display:inline-block;
	margin: 0 0.5%;
}

.footer-bottom-icon img{
	margin: 0;
}

.footer-contact-box {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.footer-contact-box li{
	margin-right: 1em;
}


.font14{
	font-size: 14px;
}

.caution-txt{
	font-size: 14px;
}

.w-1300{
	/* max-width: 1300px; */
	max-width: 1258px;
}

.w-1080{
	max-width: 1080px;
}

.w-100{
	width: 100%;
}

.w-50{
	width: 50%;
}

.font-30{
	font-size: 30px;
	line-height: 1.5;
}

.p-bottom-5{
	padding-bottom: 5%;
}



/*        margin-top      */
.m-top-5{
	margin-top: 5%;
}

.m-top-6{
	margin-top: 6%;
}

.m-top-7{
	margin-top: 7%;
}

.m-top-8{
	margin-top: 8%;
}

.m-top-9{
	margin-top: 9%;
}

.m-top-8{
	margin-top: 10%;
}
/*------------------------*/



/*        margin-top      */
.m-bottom-5{
	margin-bottom: 5%;
}

.m-bottom-6{
	margin-bottom: 6%;
}

.m-bottom-7{
	margin-bottom: 7%;
}

.m-bottom-8{
	margin-bottom: 8%;
}

.m-bottom-9{
	margin-bottom: 9%;
}

.m-bottom-10{
	margin-bottom: 10%;
}
/*------------------------*/






.p-3{
	padding: 3% 0;
}

/* TOPページ */
.slider {
    margin-bottom: 2.5em;
}

.slide-items{
	margin: 0;
	padding: 0;
	list-style: none;
}

.content {
	margin: 0 auto;
    width: 90%;
}

.top-content-box.staff-top {
    margin-bottom: 2.8em;
}

.top-content-title {
	line-height: 1.4;
    font-size: 30px;
    padding-bottom: 1.5%;
    background: url(/wp-content/themes/koto-stay/img/title-bottom.jpg) no-repeat left bottom;
    background-size: auto 10px;
    margin-bottom: 0.9em;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
}

.koto-text-box .top-content-title {
	padding-bottom: 4%;
	margin-bottom: 4%;
}

.btn {
    margin: 0 20%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	letter-spacing: 0.1em;
}

.btn a{
    border: 1px solid #000;
    content: "";
    display: block;
    position: relative;
	padding: 4% 0 4% 4%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

.b-white a::after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/koto-stay/img/b-arrow.png) no-repeat;
    background-size: contain;
    /* position: absolute; */
    width: 60px;
    height: 12px;
    margin: 0.5% 0 0 15%;
}

.b-white:hover {
    background-color: rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
}

.b-guest {
	margin-top: 3%;
    margin-bottom: 7%;
}

	.k-btn-b{
		margin: 3.5em 0 1.3em 0; 
	}

.gs-title-btxt{
	margin-bottom: 7%;
}

.g-house-list{
	margin: 2% 0 4% 0;
	display: flex;
	flex-direction: row-reverse;
}

.g-house-list:first-child {
	margin-top: 5%;
}

.g-house-list a{
	display: block;
}

.g-house-left {
    width: 50%;
    padding-bottom: 80px;
    position: relative;
}

.sp-list-title {
	display: none;
}

.list-title {
    line-height: 1.5;
    font-size: 30px;
    padding: 1em 10% 0.8em 40px;
    margin-bottom: 3%;
    background-image: url(/wp-content/themes/koto-stay/img/gs-list-title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
	border-left: 30px solid #670000;
}

.g-house-content {
    padding: 0 5%;
}

.gs-txt {
    margin-bottom: 7%;
}

.sub-box {
    display: flex;
    align-items: flex-start;
	font-size: 16px;
}

.sub-box span {
    display: block;
	padding-top: 0.65em;
    /*margin-left: 2%;*/
}

.g-house-detail-btn {
    margin-top: 4%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding-right: 5%;
}

a.g-house-detail {
	padding: 2% 75px 2% 7%;
    background-color: #EFEEEA;
    margin-top: 3%;
	margin-left: 5%;
    display: inline-block;
	letter-spacing: 0.1em;
	position: relative;
}

a.g-house-detail:hover{
	background-color: #F1DD8D;
	transition: all .3s ease;
}

.g-house-detail-btn a::after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/koto-stay/img/b-arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 30px;
    height: 12px;
    margin: 0.5em 0 0 3%;
    top: calc(50% - 12px);
    right: 30px;
}

.g-house-img-box{
	width: 50%;
}

.g-house-right {
    width: 100%;
	height:100%;
	object-fit: cover;
}



.resv-btn a {
	line-height: 1.5;
    display: block;
    background-color: #670000;
    color: #FFFF;
    text-align: center;
    font-weight: bold;
    padding: 4% 0;
    font-size: 30px;
    margin: 3% 0;
}

.resv-btn a::after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/koto-stay/img/w-arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 12px;
    margin: 0.5% 0 0 5%;
}

.resv-btn a:hover{
	background-color: #A71313;
	transition: all .3s ease;
}

.gs2-title-btxt{
	margin-bottom: 3%;
}

.procedure {
    display: flex;
    border: 1px solid;
    margin-bottom: 2%;
    padding: 1%;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
}

.circle-txt {
    width: calc(100% - 70px);
    padding-left: 15px;
	letter-spacing: 0.1em;
}

.move-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5% auto;
}

.move {
	padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.move iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.move-box p{
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.5em;
}

.top-second-img {
    margin-bottom: 2.5%;
}

/* タイトル部分 */

.cate-tit-img {
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 3%;
}

.detail-tit {
    background-color: rgb(239, 238, 234, 0.9);
    padding: 0.5% 0;
    font-size: 50px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.detail-tit .page-title {
    margin: 0 auto;
	color: rgba(0, 0, 0, 1);
	width: 90%;
}


/*  Koto Stayとは */
.hukidashi-main{
	margin-bottom: 5.5em;
}

.hukidashi{
	display: flex;
	margin: 2.8em 0;
	align-items: flex-end;
}

.huki-icon {
    margin-right: 1%;
    width: 10%;
}

.huki-icon img{
	width: 65%;
}

.huki-text {
	border: 1px solid;
    padding: 2%;
    width: 90%;
	position: relative;
}

.huki-text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(/wp-content/themes/koto-stay/icon/b-blow.png) no-repeat;
    bottom: -1px;
    left: -21px;
}

.koto-stay-box {
    display: flex;
	align-items: flex-start;
    margin-bottom: 5%;
}

.koto-text-box {
    width: 47%;
    margin-right: 2%;
}

.koto-stay-comment{
	margin: 2% 1.6em 0 1.6em;
}

.shadow-img {
    width: 50%;
	max-width: 600px;
	position: relative;
	object-fit: cover;
}

.shadow-img::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/koto-stay/img/img-bg.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: -1;
}

/*  会社情報 */
.company {
    margin: 7% 0;
}


.company dl {
    border-bottom: 1px solid #CCC;
    display: flex;
	padding: 0.75em 0 0.4em;
	margin: 0;
    position: relative;
}

.company dl:nth-of-type(1){
	margin-top: 4%;
}

.company dt {
    /* padding: 20px 15px; */
    width: 110px;
}

.company dd {
    padding-left: 5%;
    width: calc(100% - 110px);
	margin: 0;
}

.staff-box {
    margin-bottom: 4%;
}

.staff {
    display: flex;
    align-items: center;
    padding-bottom: 1%;
    background: url(/wp-content/themes/koto-stay/img/title-bottom.jpg) no-repeat 10% 100%;
    background-size: contain;
    margin-bottom: 2%;
	font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
}

.staff-title{
	font-size: 30px;
	line-height: 1.5;
	white-space: nowrap;
}

.staff-sub {
    margin-left: 5%;
	color: #9F8C65;
}


/*  ゲストハウス運営管理代行  */
.delegation-title {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    margin: 5% 0 3% 0;
    border: 1px solid;
    padding: 1.5%;
    align-items: center;
}

.delegation-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.delegation-box{
	width: 47%;
	margin-bottom: 5%;
	text-align: center;
}

.delegation-box .icon-box{
	margin-top: 3.5%;
	height: 75px;
}

.delegation-main .sub-title{
	font-size: 30px;
	line-height: 1.5;
	/* background: url(/wp-content/themes/koto-stay/img/title-bottom.jpg) no-repeat 10% 100%;
    background-size: contain; */
	background: url(/wp-content/themes/koto-stay/img/title-bottom.jpg) no-repeat left bottom;
    background-size: auto 10px;
    margin-bottom: 2%;
	padding: 2% 0;
	font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
}


.delegation-main .comment{
	text-align: left;
}

.circle-no {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #740003;
    color: #FFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-content-box {
    margin-bottom: 4.5em;
}

.top-content-box.top{
	margin-bottom: 2em;
}

.reception-box{
	margin-bottom: 5%;
}

.qa-box {
    display: flex;
    margin-bottom: 1%;
    align-items: flex-end;
}

.qa-box div:first-child {
    width: 10%;
    margin-right: 1%;
}

.qa-box .comment {
    border: 1px solid;
    padding: 2%;
    width: 90%;
	position: relative;
}

.qa-box .answer::before{
	content: "";
    width: 20px;
    height: 20px;
    position: absolute;
	bottom: -1px;
    left: -20px;
	background: url(/wp-content/themes/koto-stay/icon/b-blow.png) no-repeat;
}

.qa-box .question:before{
	content: "";
    width: 20px;
    height: 20px;
    position: absolute;
	bottom: -1px;
    left: -20px;
	background: url(/wp-content/themes/koto-stay/icon/g-blow.png) no-repeat;
}

.expo {
    background-color: #EFEEEA;
    margin: 2% 0;
    text-align: center;
    padding: 2% 8%;
}

.expo .title {
    font-size: 30px;
	line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px dotted ;
    margin-bottom: 1.5%;
}

.map-box {
    display: flex;
	justify-content: space-between;
}

.map-box div{
	width: 49%;
}

.map-content{
	margin-bottom: 1em;
}

.map-title{
	font-weight: bold;
}


/*  ゲストハウス化事例 */
.examples-title-box {
    margin: 5% 0 2% 0;
}

.examples-sub-title{
	font-size: 24px;
	font-weight: bold;
}

.examples-img-box {
    display: flex;
    justify-content: space-between;
	margin-bottom: 1.3em;
}

.examples-img-box .img{
	/*width: 48%; */
	width: 47.7%;
}

.examples-img-box .img h3{
	margin-bottom: 0;
}


/* お知らせ */
.news-one-box {
    display: flex;
    border-bottom: 1px dotted;
    margin-bottom: 1%;
}

.date {
    margin: 0 7% 0 2%;
	font-family: "Yu Mincho", "YuMincho", serif;
/*     font-weight: bold; */
}

.news-one-tit{
	font-weight: bold;
}

.date-single{
	font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
	margin-bottom: 2%;
	padding-top: 2em;
}

.news-title{
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

.gs-img-box {
    display: flex;
	margin-bottom: 2em;
	/*height: 540px;*/
	min-height: 540px;
	height: 35vw;
}

.gs-img-box .left {
    width: 50%;
	border-right: 2px solid #FFFF;
}

.gs-img-box .left a{
	display: block;
	height: 100%;
}

.gs-img-box .left img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.gs-img-box .right {
    width: 50%;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gs-img-box .right a:nth-child(1){
	border-right: 2px solid #FFFF;
	border-bottom: 2px solid #FFFF;
}

.gs-img-box .right a:nth-child(2){
	border-bottom: 2px solid #FFFF;
}

.gs-img-box .right a:nth-child(3){
	border-right: 2px solid #FFFF;
}

.gs-img-box .right a{
	width: 50%;
	height: 50%;
}

.gs-img-box .right img {
    height: 100%;
	width: 100%;
    object-fit: cover;
}

.img-none{
	display: none;
}

.gs-content-box {
    margin-bottom: 7%;
}

.gs-room-box {
    width: 85%;
    margin: 0 auto;
}

.gs-room {
    display: flex;
	padding: 2% 0 3% 0;
	border-bottom: 1px solid #707070;
}

.gs-room .subject {
    width: 20%;
}

.gs-room .contents {
    width: 80%;
}

.facility-box {
    padding: 0 2%;
}

.facility-title-box {
    font-size: 30px;
	line-height: 1.5;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
	background: url(/wp-content/themes/koto-stay/img/img-bg.jpg);
    padding: 0.9em 3%;
	margin-top: 4%;
	align-items: center;
}

.facility-title-box .title{
	color: #670000;
	font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
	font-size: 1.2em;
}

.facility-title-box div:nth-child(2){
	text-align: right;
	margin-left: 1.5em;
}

.rental-txt-box {
    display: flex;
    align-items: center;
    padding: 3% 3% 0;
    justify-content: flex-start;
}

.rental-txt-box .paid {
    color: #621016;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 250px;
}

.rental-txt-box .paid::before {
    content: "";
    display: block;
    border: 1px solid #621016;
    background-color: #621016;
    width: 2.8em;
    height: 2.8em;
    margin-right: 1em;
}
	
.rental-txt-box .free {
    color: #026EB7;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 250px;
}

.rental-txt-box .free::before {
    content: "";
    display: block;
    border: 1px solid #026EB7;
    background-color: #026EB7;
    width: 2.8em;
    height: 2.8em;
    margin-right: 1em;
}

.rental-txt-box .rental-txt{
	font-size: 16px;
}

.rental-txt-box .rental-txt.ren1{
	width: calc(100% - 250px);
}

.rental-txt-box .rental-txt.ren2{
	width: calc(100% - 500px);
}
	
.facility-icon-box {
    display: flex;
    padding: 3%;
    flex-wrap: wrap;
}

.facility-icon-box img {
    display: block;
    width: 8%;
    margin: 0 2% 2% 0;
}

.summary {
    width: 80%;
    margin: 0 auto;
}

.summary .list_box{
	margin-bottom: 2em;
}

.summary .list {
	display: flex;
    border-bottom: 1px solid;
    padding-top: 1%;
}

.summary .subject {
    width: 20%;
}

.summary .contents {
    width: 80%;
}

.summary .google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
	margin-bottom: 1em;
}

.summary .google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 問い合わせフォーム */
.contact-form p{
	display: block;
	margin: 0;
}

.contact-form div{
	margin-bottom: 3%;
}

p.contact-title {
    margin-bottom: 1%;
}

.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"], .contact-form input[type="tel"] {
    border: none;
    background-color: #F8F8F8;
    width: 100%;
    padding: 1% 0 1% 1%;
}

.contact-form .wpcf7-list-item {
    display: block;
}

.terms {
    height: 300px;
    border: 20px solid #D5D5D5;
    border-radius: 10px;
    margin: 7% 0 3% 0;
    padding: 2%;
    overflow-y: scroll;
}

.terms p{
	margin: 0 0 1.2em 0;
}

.send-btn p{
	display: block;
	text-align: center;
}

.contact-btn {
    text-align: center;
    background-color: #000;
    color: #FFFF;
    border-radius: 50px;
    padding: 1% 6%;
	border: 0;
}

.send-btn .wpcf7-spinner{
	position:absolute !important;
}

.word-break{
	word-break: break-all;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}

.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

.bottom-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #740003;
    color: #FFFF;
    display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
}


	a.bottom-arrow {
		position: fixed;
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 85px;
		right: 25px;
		width: 100px;
		height: 100px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0.4);
		text-align: center;
		border-radius: 100px;
	}
  
  	a.bottom-arrow span {
		display: inline-block;
		width: 40px;
		height: 40px;
		border-top: 3px solid #FFFF;
		border-right: 3px solid #FFFF;
		transform: translateY(25%) rotate(-45deg);
	}









@media screen and (max-width: 1200px) {

	/*  ヘッダー  */
	.header-main{
		z-index: 2;
	}

	.header-top {
		margin: 0;
		padding: 1em 3%;
	}

	.header-top a {
		width: 70%;
	}

	.header-right, .header-bottom{
		display: none;
	}

	.header__container {
		display: flex;
		align-items: center;
		height: inherit;
		color: #000;
		margin-left: auto;
		padding: 0 3%;
	}

	.language {
		padding: 0.7em;
		width: 47%;
		margin-bottom: 1.3em;
		margin-right: 0;
		min-width: auto;
	}

	.header-contact {
		padding: 0.7em;
		width: 47%;
		margin-bottom: 1.3em;
		min-width: auto;
		margin-right: 0;
	}

	.header-resv {
		padding: 0.7em;
		width: 47%;
		margin-bottom: 1.3em;
		min-width: auto;
	}

	/*  ヘッダーここまで  */
	
	#primary {
		margin-top: 100px;
	}
	
	.rental-txt-box {
		flex-wrap: wrap;
		padding-top: 3.3%;
	}
	
	.rental-txt-box .paid, .rental-txt-box .free{
		width: 50%;
		margin-bottom: 0.8em;
	}

	.rental-txt-box .rental-txt {
		width: unset;
	}

	.rental-txt-box .rental-txt.ren1{
		width: unset;
	}

	.rental-txt-box .rental-txt.ren2{
		width: unset;
	}

}

@media screen and (min-width: 761px) {
	.cp-none,
	.pc-none{
		display: none;
	}
}
@media screen and (max-width: 760px) {
	.sp-none{
		display: none;
	}
	
	
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 15px;
	}

	#primary{
		margin-top: 15%;
	}

	.font-30{
		font-size: 16px;
	}

	.detail-tit .page-title {
		font-size: 16px;
		width: 100%;
	}

	.cate-tit-img{
		/*height: 150px;*/
		height:auto;
		background-image: none !important;
		margin-bottom: 5%;
	}

	.detail-tit {
		padding: 1.0em 1.5em 1.2em;
		font-size: 16px;
		line-height: 1;
		/*height: 50px;*/
		position:static;
	}

	.content{
		width: 95%;
	}

	.sp-txt {
		padding: 0 3%;
	}






/*  トップページ  */

    .top-content-title {
        font-size: 16px;
        padding: 0 3% 1em;
        margin-bottom: 4%;
    }

	.top-title-btxt {
		padding: 0 3%;
	}

	.btn {
        margin: 0 3%;
        font-size: 15px;
    }

	.b-white a::after {
		width: 30px;
		margin: 2% 0 0 15%;
	}
	
	.k-btn-b{
		margin: 2em 0 3.5em 0; 
	}

	.btn-b-txt{
		padding: 0 3%;
	}

	.g-house-list {
		display: block;
		margin-bottom: 15%;
	}

	.list-title{
		display: none;
	}

	.gs-title-btxt{
		margin-bottom: 10%;
		padding: 0 3%;
	}

    .sp-list-title {
        font-size: 18px;
        padding: 4% 8% 3% 15px;
        background-image: url(/wp-content/themes/koto-stay/img/gs-list-title.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        font-family: "Yu Mincho", "YuMincho", serif;
        font-weight: bold;
        margin-top: 8%;
        margin-right: -2.5%;
        margin-left: -2.5%;
		border-left: 10px solid #670000;
    }

	.g-house-list {
		margin-top: 5.5%;
	}

	.g-house-left {
		width: 100%;
		padding-bottom: 0;
		position: unset;
	}

	.g-house-img-box{
		width: 100%;
	}

	.sub-box img{
		width: 10%;
	}
	
	.sub-box span {
   		width: 90%;
   		padding-top: 0.25em;
	}

    a.g-house-detail {
        padding: 4.2% 75px 4.2% 10%;
        margin-top: 1.3em;
        margin-left: 0;
    }

	.g-house-content {
		padding: 0 3%;
	}

	.g-house-detail-btn {
		position:unset;
		margin-top: 0;
	}

	.g-house-detail-btn a::after {
		width: 30px;
		margin: 2% 0 0 3%;
	}

    .resv-btn a {
        padding: 2% 5%;
        font-size: 16px;
        margin: 3% 3% 15% 3%;
    }

	.resv-btn a::after {
		content: "";
		display: block;
		position: unset;
		width: 30px;
		height: 12px;
		margin: 10px auto 0;
	}

	.move-box {
		margin-bottom: 15%;
	}

	.move {
		margin-bottom: 3%;
	}

	.move-box p {
		font-size: 15px;
		margin: 0 3%;
	}

	.top-second-img {
		margin-bottom: 6%;
	}

	.gs2-title-btxt{
		margin: 0 3% 10% 3%;
	}

	.procedure {
		display: block;
		border:none;
		margin-bottom: 6%;
		padding: 0 3%;
		font-size: 16px;
	}

    .circle-no {
        width: 60px;
        height: 60px;
        margin-bottom: 5%;
        margin: 0 auto 2.5%;
    }
	
	.top-content-box {
		margin-bottom: 3em;
	}
	
	.top-content-box.top{
		margin-bottom: 1em;
	}
	
	.top-content-box.staff-top {
    	margin-bottom: unset;
	}

	.circle-txt{
		width: 100%;
		font-size: 15px;
		border: 1px solid;
		text-align: center;
		padding: 2% 5%;
		letter-spacing: unset;
	}

	.btn a.ex  {
		display: block;
		position: unset;

	}

	.b-white a.ex::after {
		display: block;
        margin: 0.2em auto 0;
		position: unset;
    }

	.sp-gs-btn-bottom, .sp-news-btn-bottom{
		margin-bottom: 15%;
	}

    .news-one-box {
        margin-bottom: 3%;
        padding: 0 3% 2%;
    }

	.news-one-box:last-child{
		margin-bottom: 6%;
	}

	.date{
		margin: 0 7% 0 0;
	}

/*  トップページ ここまで */


/*  KotoStayとは */
	.huki-icon {
		margin-right: 0;
		width: 15%;
	}

	.huki-text {
		width: 85%;
	}

	.huki-text::before {
		width: 10px;
		left: -11px;
	}

	.koto-stay-box{
		display: block;
		margin-bottom: 10%;
	}

	.koto-stay-box:last-child{
		margin-bottom: 15%;
	}

	.koto-text-box{
		width: 100%;
		margin-right: 0;
	}

	.shadow-img {
		width: 94%;
		margin: 0 3%;
	}

	.shadow-img::after {
		bottom: -10px;
		right: -10px;

	}
	
	.hukidashi-main{
		margin-bottom: 2.7em;
	}

	.hukidashi {
		padding: 0 3%;
		margin: 1.5em 0;
	}

	.koto-stay-comment{
		margin: 0 0 3em 0;
		padding: 0 3%;
	}

	.hukidashi:last-child {
		margin-bottom: 12%;
	}

/*  KotoStayとは ここまで  */


	/*  ゲストハウス詳細  */
	.gs-content-box {
		margin-bottom: 3em;
	}

	.gs-img-box {
		display: block;
		height: auto;
		min-height: auto;
	}

	.gs-img-box .left {
		height: 60vw;
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #FFFF;
	}

	.gs-img-box .right{
		width: 100%;
	}

	.gs-img-box .right img{
		height: 30vw;		
	}


	.gs-content-box p {
		padding: 0 3%;
	}

	.gs-room-box {
		padding: 0 3%;
		width: 100%;
		margin: 0;
	}

	.facility-box{
		padding: 0 3%;
	}

	.facility-title-box {
		font-size: 13px;
		padding: 3%;
		margin-left: -3%;
		margin-right: -3%;
		line-height: 1.3;
		margin-top: 1.5em;
	}
		
	.rental-txt-box .paid, .rental-txt-box .free{
		font-size: 13px;
	}

	.rental-txt-box .paid::before {
		width: 2em;
		height: 2em;
		margin-right: 0.5em;
	}

	.rental-txt-box .free::before {
		width: 2em;
		height: 2em;
		margin-right: 0.5em;
	}

	.rental-txt-box .rental-txt {
		font-size: 13px;
	}



	.facility-icon-box{
		padding: 3% 0;		
	}

	.facility-icon-box img {
		width: 18%;
	}

	.special_note{
		padding: 0 3%;
		font-size: 14px;
	}

	.summary {
		width: 100%;
		margin: 0;
		padding: 0 3%;
		font-size: 14px;
	}

	.summary .list {
		justify-content: space-between;
		padding: 2% 2%;
	}

	.summary .subject, .summary .contents {
		width: auto;
	}

	.summary .google-map iframe {
		height: 100%;
	}

	/*  ゲストハウス詳細ここまで  */


	/*  会社概要  */

	.greeting-txt{
		padding: 0 3%;
	}

	.company{
		margin: 3em 0;
	}

	.company dl{
		padding: 0.5em 3% 0.5em;
	}

	.company dt {
		width: 100px;
	}

	.company dd {
		width: calc(100% - 100px);
	}

	.sp-statt-bottom{
		margin-bottom: 2.5em;
	}

	.staff-title {
		font-size: 16px;
	}

	.staff {
		display: block;
		padding: 0 3% 1em;
		margin-bottom: 4%;
		background: url(/wp-content/themes/koto-stay/img/title-bottom.jpg) no-repeat left bottom;
		background-size: auto 10px;
	}

	.staff-sub {
		font-size: 12px;
		margin: 0;
	}

	.staff-box{
		margin-bottom: 4em;
	}

	.staff-txt{
		padding: 0 3%;
	}

	/*  会社概要ここまで  */


	/*  ゲストハウス運営管理代行  */
	.gs-support-txt{
		padding: 0 3%;
	}

	.delegation-title {
		display: block;
		border: none;
		margin: 4em 0 1.5em;
		padding: 0 3%;
		font-size: 16px;
	}

	.delegation-main {
		display: block;
	}

	.delegation-box {
		width: 100%;
		margin-bottom: 3.5em;
	}
	
	.delegation-box .icon-box {
		margin-top: 0.9em;
		height: unset;
	}

	.delegation-main .sub-title {
		font-size: 16px;
		margin-bottom: 1.3em;
		padding-bottom: 1em;
		padding: 1em 0;
	}

	.delegation-main .comment {
		padding: 0 3%;
	}

	.qa-box {
		justify-content: space-between;
		margin-bottom: 1.5em;
		padding: 0 3%;
	}

	.qa-box .comment {
		width: 85%;
		font-size: 14px;
	}

	.qa-box .question:before, .qa-box .answer::before {
		width: 10px;
		left: -11px;
	}

	.expo {
		margin: 0 0 1.5em 0;
		padding: 5% 3%;
	}

	.expo .title {
		font-size: 16px;
	}

	.expo div:last-child{
		text-align: left;
	}

	.map-box {
		display: block;
		padding: 0 3%;
	}

	.map-box div{
		width: 100%;
	}

	.map-box div h3{
		margin-bottom: 0.1em;
	}

	.map-box div:last-child{
		margin-bottom: 3em;
	}

	/*  ゲストハウス運営管理代行ここまで  */


	/*  ゲストハウス化事例  */
	.examples-sub-title{
		font-size: 15px;
	}


	.examples-title-box div:last-child{
		margin-bottom: 4em;
		padding: 0 3%;
	}

	.examples-img-box{
		display: block;
		font-size: 15px;
		padding: 0 3%;
	}

	.examples-img-box .img{
		width: 100%;
		margin-bottom: 2.2em;
	}
	/*  ゲストハウス化事例ここまで  */


	/*  ニュース詳細  */
	#news{
		font-size: 12px;
	}

	.date-single {
		padding: 0 3%;
		margin-bottom: 0.5em;
	}

	.news-detail-txt{
		padding: 0 3%;
		width: 100%;
	}

	#news-title-single{
		margin-bottom: 3em;
	}

	.sp-news-bottom{
		margin-bottom: 3em;
	}
	/*  ニュース詳細ここまで  */


	.contact-expo, .contact-form{
		padding: 0 3%;
	}

	.contact-form div{
		margin-bottom: 1.5em;
	}

	.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"], .contact-form input[type="tel"] {
		border: none;
		background-color: #F8F8F8;
		width: 100%;
		padding: 4% 0 4% 6%;
	}

	.wpcf7-list-item {
		margin: 0;
	}

	.terms {
		height: 200px;
		border: 10px solid #D5D5D5;
		margin-bottom: 2.5em;
	}

	.send-btn{
		margin-bottom: 2.5em;
	}

	.contact-btn {
		padding: 0.5em 15%;
	}

/*  フッター  */
	.site-footer {
		font-size: 15px;
	}
	
	.footer-title{
		font-size: 16px;
	}

	.footer-top-img {
		margin: 6% 0 5% 0;
		width: 15%;
	}

	.footer-top .box {
		width: 100%;
		margin: 10% auto 0 auto;
	}

	.footer-top .box .img-box {
		display: block;
	}

	.footer-top .box .img-box a{
		display: block;
		margin-top: 5%;
	}
	
	.footer-top .box .img-box a + a {
    	margin-left: 0;
	}
	
	.sp-p3{
		padding: 0 3%;
	}

	.tel-txt {
		font-size: 14px;
		text-align: center;
		margin: 3% 0 5% 0;
	}

	.footer-bottom{
		font-size: 12px;
	}

	.footer-bottom-icon{
		margin-bottom: 8%;
	}

	.footer-bottom-icon a{
		width: 6%;
		margin: 0 1%;
	}

	.sp-left{
		text-align: left;
	}

	.icon-right-txt{
		font-size: 14px;
		margin-left: 0.25em;
	}

    .footer-bottom-img {
        margin: 6% 0 8% 0;
    }

	.footer-contact-box {
		margin-top: 0.3em;
		display: block;
	}

	.footer-contact-box li {
		margin-right: 0;
		margin-bottom: 0.3em;
	}
	
	.caution-txt{
		font-size: 9px;
	}

	.koto-stay-box .m-examples-img{
		width: 100%;
		padding: 0 3%;
	}

	.start p {
		width: 40%;;
	}

	a.bottom-arrow {
/* 		bottom: 100px; */
		width: 30px;
		height: 30px;
		border-radius: 50%;
		bottom: 90px;
		right: 12px;
	}

	a.bottom-arrow span {
		width: 10px;
		height: 10px;
		border-top: 2px solid #FFFF;
		border-right: 2px solid #FFFF;
	}
}


@media screen and (max-width: 500px) {
    #primary {
        margin-top: 18%;
    }
}