/*!
Theme Name: ustubo-gaku
Theme URI: https://www.utsubo-gaku.com
Author: MoVE Inc.
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: utsubo-gaku.com

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

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

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

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

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

/* Document
	 ========================================================================== */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
gulp.task("default", () => {
return gulp.src("src/style.css")
.pipe(plugins.autoprefixer({
// ベンダープレフィックスを自動付与する
grid: true,
browsers: ['last 2 version', 'iOS >= 10.0', 'Android >= 4.4']
}))
.pipe(gulp.dest("dist"));
});
html {
line-height: 1.15;
 -webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
margin: 0;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.load-hidden {
visibility: hidden;
}
/**
 * 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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
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;
	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%;
}

.pc {
color: #c47caf;
font-weight: bold;
}

/*ScrollReveal.js*/

/* Elements
--------------------------------------------- */
body {
}

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

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

img {
max-width: 100%;
}
.container-fluid {
width: 100%;
padding: 0;
}
.row {
width: 100%;
padding: 0;
margin: 0;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/*Link2*/
.bgc {
}
.bgc a {
}
.bgc a:hover {

}

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


.rtb-text,
.rtb-select,
.rtb-textarea {
padding: 3%;
}
.rtb-booking-form label {
}

.rtb-booking-form .add-message {
	margin-top: 1em;
}
.rtb-booking-form .message {
	position: relative;
	top: auto;
	left: auto;
	display: none;
}
.rtb-booking-form .message-open {
	display: block;
}
.rtb-booking-form .message textarea {
	min-height: 6em;
}
.rtb-booking-form .rtb-error {
	font-size: 0.85em;
	padding: 0.25em;
	background: #f50;
	color: #fff;
}
.rtb-booking-form .rtb-error:before {
	content: ' ';
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0.25em 0.5em;
}



.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.rtb-booking-form {
width: 100%;
max-width: 900px;/*フォームの最大幅*/
margin-right: auto;
margin-left: auto;
}
.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #393b4c;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}





/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #393b4c;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #393b4c;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #393b4c;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}

.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after{
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
}



/* 送信ボタン */
.wpcf7 .template02 .submit-btn,
.rtb-booking-form .rtb-booking-form-form button {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"],
.rtb-booking-form .rtb-booking-form-form button[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #393b4c solid;
  border-radius: 8px;
  background-color: #393b4c;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled,
.rtb-booking-form .rtb-booking-form-form button[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #929292!important;
}
.wpcf7 .template02 input[type="submit"]:hover,
.rtb-booking-form .rtb-booking-form-form button[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #393b4c;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus,
.rtb-booking-form .rtb-booking-form-form button[type="submit"]:focus {
  outline: 0;
  border: 1px #393b4c solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.rtb-booking-form-form .reservation .rtb-text.date {
}
.reservation .rtb-text.date #rtb-date {
}
.reservation .rtb-select.party #rtb-party {
}
@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}



/*resevation*/
.reservation .rtb-text.time label {
width: 36%;
}
.reservation .rtb-text input[type=text],
.reservation .rtb-text input[type=time],
.rtb-contact .rtb-name input[type=name],
.rtb-contact .rtb-text input[type=email],
.rtb-contact .rtb-tel input[type=phone] {
border:1px black solid;
}

.reservation .rtb-select.party select {
display: block;
  height: 40px;
  margin: 10px 0;
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius:  4px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
}

/*contact*/
.contact p {
padding: 0 10% 0 10%;
}

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

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

/* Navigation
--------------------------------------------- */
/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
/*　ハンバーガーボタン　*/
/*ハンバーガーメニューCSS*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

.logo {
  font-size: 24px;
}

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

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
/*ヘッダーまわりはサイトに合わせて調整してください*/
/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}

/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  height: 30px;
  width: 40px;
  cursor: pointer;
}
.menu-button::before,
.menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before,
.menu-button::after,
.menu-button span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #000000;
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
  top: 50%;
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 50%;
  transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
  top: 50%;
  transform: rotate(-45deg);
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}

/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 300px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #fff;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu a {
  display: block;
  padding: 15px;
  color: #000000;
  text-decoration: none;
}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}
/* アここまで */


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

/*
news
--------------------------------------------------*/
.row.news {
padding: 10%;
}
.category ul {
padding: 0;
margin: 0;
}
.category ul li {
list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*HOME
---------------------------------------------------*/
h1.title {
text-align: center;
 background-image: url("images/line.png");
 background-repeat: no-repeat;
 padding-bottom: 5%;
 background-position: 50% 92.5%;
 background-size: auto;
 margin-bottom: 5%;
}

.site-title img {
width: 7%;
}
.m-grid-A {
display: grid;
grid-template-rows: 180px 290px 600px 80px;
grid-template-columns: 6.25% 87.5% 6.25%;
}
.item-a {
grid-row: 1 / 4;
grid-column: 2 / 3;
background-image:url("images/main.jpg");
background-repeat: no-repeat;
background-size:cover;
}
/*
.item-b {
  grid-row: 1 / 4;
  grid-column: 3 / 4;
}
*/
.item-b p {
 writing-mode: vertical-rl;
 width: 150px;
 height: auto;
}
.item-b p a {
text-decoration: none;
color: #050101;
}

.section-a {
text-align: center;
}
.section-a h2 {
padding: 0 5% 2% 5%;
}
.section-a p {
padding: 0% 5% 7% 5%;
}

.section-b {
 background-image: url("images/line.png");
 background-repeat: no-repeat;
 padding-bottom: 10%;
 background-position: 50% 92.5%;
 background-size: auto;
}
.section-b .row {
padding: 0;
margin: 0;
}
.section-b .row .col-sm-5,
.section-b .row .col-sm-7 {
padding: 0;
margin: 0;
}
.section-b .row .col-sm-7 {
padding: 10%;
}
.section-b .row .col-sm-7 dd {
margin: 0;
}


/*
.test .row {
padding: 0;
margin: 0;
}
.test .row .col-sm-5 {
padding: 0;
margin: 0;
}
*/

.section-c .row {
margin: 0;
}
.section-c .row .col-2  {
    background-color: #F4F4F4;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}
.section-c .row .col-2 h3  {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
.section-c .row .col-10 {
position: relative;
background-color: #F4F4F4;
padding-top: 10%;
padding-bottom: 10%;
padding-right: 0;
padding-left: 0;
}
.inn-c {
position: absolute;
background-color: #393b4c;
width: 50%;
padding: 3% 5% 0% 7%;
right: 0;
bottom: 5%;
}
.inn-c,
.inn-d {
color: white;
}
.section-d .row {
margin: 0;
}
.section-d .row .col-2  {
    background-color: #EDEDED;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: center;
}
.section-d .row .col-2 h3  {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
.section-d .row .col-10 {
position: relative;
    background-color: #EDEDED;
padding-top: 10%;
padding-bottom: 10%;
padding-right: 0;
padding-left: 0;
}
.inn-d {
position: absolute;
background-color: #393b4c;
width: 50%;
padding: 3% 5% 0% 7%;
left: 0;
bottom: 5%;
}
.mb-10{
    margin-bottom:30px;
}
 
.btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 1px solid #393b4c;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
     
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
     
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
    text-decoration: none;
    outline: none;
}
.btn-mod:active{
    cursor: pointer !important;
}

.insta {
margin-top: 5%;
text-align: center;
}

/* ==============================
   ボタンサイズ
   ============================== */
.btn-mod.btn-large{
padding: 12px 8em;
font-size: 13px;
}
.btn-mod.btn-xlarge{
width: 100%;
padding:  16px 0 16px 0;
font-size: 13px;
} 
/* ==============================
   border黒枠ボタン
   ============================== */
.btn-mod.btn-border{
    color: #393b4c;
    border: 1px solid #393b4c;
    background: white;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
    color: #393b4c;
    border-color: transparent;
    background-color: #E9DFDF;
}
/*ボタン矢印*/
.btn {
position: relative;
}
.btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}


.sectionA {
  position: relative;
  background-color: #ECECEC;
  text-align: center;
  padding-top: 15%;
  padding-bottom: 15%;
}

.m-grid-B {
  display: grid;
  grid-template-rows: 5.7% 20.1% 9.2% 16.3% 13% 27.7% auto;
  grid-template-columns: 6% 37% 7% 22% 22% 6%;
}
.m-grid-B figure {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
  z-index: 2;
}
.gridB-text-A {
  grid-row: 2 / 3;
  grid-column: 1 / 8;
  background-color:antiquewhite;
  text-align: center;
}
.gridB-text-B {
  display: grid;
  grid-row: 5 / 8;
  grid-column: 1 / 7;
}
.gridB-text-B ul {
  grid-row: 5 / 7;
  grid-column: 4 / 6;
  background-color:aqua;
}
.gridB-text-B p {
  grid-row: 7 / 8;
  grid-column: 5 / 6;
  background-color:aqua;
}

.m-gridC {
 display: grid;
 grid-template-columns: 24.9% 25.10% 50%; 
grid-template-rows: 30.6% 24.9% auto;
 background-color: beige;
 margin: 0 !important;
 padding: 0 !important;
}
.m-gridB-imgC {
grid-column: 2 / 4;
grid-row: 1 / 3;
z-index: 1;
}
.m-gridC-in {
color: white;
grid-column: 1 / 3;
grid-row: 2 / 4;
background-color: #001848;
border-bottom-right-radius: 40px;
}
.m-gridC .m-gridC-in h2 {
grid-column: 2 / 4;
grid-row: 4 / 5;
}
.m-gridC p {
grid-column: 5 / 6;
grid-row: 5 / 6;
}

.m-gridD {
  display: grid;
  grid-template-columns: 4.1% 39.8% 6.0% 12.3% 8.8% 24.0% 5.0%;
grid-template-rows: 15.1% 41.1% 4.8% 13.0% auto;
  background-color: beige;
  margin: 0 !important;
  padding: 0 !important;
}
.m-gridB-imgD {
grid-row: 1 / 4;
grid-column: 1 / 5;
z-index: 5;
}
.m-gridD-in {
color: white;
grid-row: 2 / 6;
grid-column: 4 / 8;
background-color: #001848;
padding-left: 40%;
padding-top: 35%;
padding-bottom: 30%;
border-bottom-left-radius: 40px;
}
.m-gridC h2 {
grid-row: 6 / 7;
grid-column: 2 / 3;
}
.m-gridD p {
grid-row: 5 / 6;
grid-column: 2 / 3;
}
/*footer*/
#footer .justify-content-evenly {

}
.site-footer {
}
.site-footer .container {
padding-top: 10%;
padding-bottom: 10%;
}
.footerbottom {
background-color: white;
margin-top: 10%;
display: flex;
}

/*orner
-----------------------------------------*/
.orner {
margin-bottom: 10%;
}
.orner .col-sm-4 {
    background-image: url("images/gakuimagawa.png");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 18%;
    background-size: 50%;
    padding-left: 5%;
    padding-right: 5%;
}
.orner .col-sm-12 {
    padding: 10% 10% 0 10%;
    line-height: 2.0em;
}
/*
.orner {
    background-image: url("images/gakuimagawa.svg");
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: bottom 0% right -10%;
    z-index: 10;
    background-color:rgba(255,255,255,0.3);
}
*/
.orner .col-sm-12 h4 {
text-align: center;
padding-bottom: 5%;
}
.caution dl {
margin-top: 10%;
padding: 3%;
background-color: #F5F8FF;
}
.caution dt {
padding-bottom: 1.5em;
font-weight: normal;
}
.fas {
color: #001848;
}
ruby {
ruby-position: under;
}
rt {
transform: translateY(2em);
text-align: left;
}

@supports (-ms-ime-align: auto) {
rt {
position: relative;
top: 2em;
}
}

@media screen and (max-width: 320px) {
  dl{
    flex-flow: column nowrap;
  }
  dt,
  dd{
    width: 100%;
  }
  dd{
    border-left: none;
  }
}





.test .row {
margin: 0;
}
.test .col-4 {
background-color: aquamarine;
}

/*access*/
.access {
padding: 5% 10% 5% 10%;
}
.access dl{
display:flex;
flex-wrap: wrap;
border: 1px solid #ccc;
border-top: none;
}
.access dt{
background-color: #F5F8FF;
width: 20%;
padding: 10px;
box-sizing: border-box;
border-top: 1px solid #ccc;
font-weight: normal;
}
.access dd{
padding: 10px;
margin: 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc; 
width: 80%;
background: #fff;
box-sizing: border-box;
}

/*menu
-----------------------------------------*/
.menu .lunch {
padding: 10%;
background-color: white;
}
.row.lunch .col-sm-6:last-child p {
border: 1px solid #595B6E;
padding: 5%;
text-align: center;
font-size: x-large;
}

.menu .dinner {
padding: 10%;
color: white;
background-color: #393b4c;
}
.row.dinner .col-sm-6:last-child p {
border: 1px solid #595B6E;
padding: 5%;
text-align: center;
font-size: x-large;
}
.menu span {
font-size: medium;
}
.menu .row.alacalte{
padding: 10%;
border-bottom: 1px solid #595B6E;
}
.row.alacalt .col-sm-6:last-child p {
padding: 10%;
}
.menu .alacalt .col-sm-6:last-child p {
border: 1px solid #595B6E;
padding: 5%;
text-align: center;
font-size: x-large;
}


/* sidebar
--------------------------------------------- */
.wrapp {
position: relative; /* IE6のサイドバー固定用 */
width: 10%;
margin: 0 auto;
}
.side_bar {
position: fixed; /* スクロールしても位置を固定 */
top: 20%;
width: 10%;
right: 3.5em;
z-index: 5;
text-align: center;
}
/* IE6 */
.side_bar    {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+54)); /* サイドバー位置調整 */
}

/*横揺れ防止*/
html,
body {
overflow-x: hidden;
overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}

@media (min-width: 415px){
/* ==============================
   ボタンサイズ
   ============================== */
.btn-mod.btn-large{
padding: 12px 5em;
font-size: 13px;
}
.inn-c {
position: absolute;
background-color: #393b4c;
width: 70%;
padding: 3% 5% 0% 7%;
right: 0;
bottom: 5%;
}
.inn-d {
position: absolute;
background-color: #393b4c;
width: 70%;
padding: 3% 5% 0% 7%;
left: 0;
bottom: 5%;
}

}

@media (max-width: 414px){
.insta {
margin-top: 15%;
padding-top: 15%;
text-align: center;
}
.site-title img {
width: 13%;
}
.section-a img {
}
.section-a h2 {
padding: 5% 5% 2% 5%;
font-size: 1.3em;
}
.section-b .row .col-sm-7 {
padding: 5%;
}
.section-c {
margin-bottom: 50%;
}
.section-c .row .col-2  {
background-color: #F4F4F4;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}
.section-c .row .col-2 h3  {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  font-size: medium;
}
.section-c .row .col-10 {
position: relative;
background-color: #F4F4F4;
padding-top: 5%;
padding-bottom: 5%;
}
.inn-c {
position: absolute;
background-color: #393b4c;
width: 100%;
padding: 3% 5% 0% 7%;
bottom: -35%;
}
.section-d {
margin-bottom: 50%;
}
.section-d .row .col-2  {
background-color: #EDEDED;
padding-top: 5%;
padding-bottom: 7%;
text-align: center;
padding-right: 10px;
padding-left: 0px;
}
.section-d .row .col-2 h3  {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
display: inline-block;
text-align: left;
font-size: medium;
}
.section-d .row .col-10 {
position: relative;
background-color: #EDEDED;
padding-top: 5%;
padding-bottom: 12%;
}
.inn-d {
position: absolute;
background-color: #393b4c;
width: 100%;
padding: 3% 5% 0% 7%;
left: 0;
bottom: -84%;
}


.m-grid-A {
display: grid;
grid-template-rows: 30px 510px 30px;
grid-template-columns: 6.25% 87.5% 6.25%;
}
.item-a {
grid-row: 1 / 3;
grid-column: 2 / 3;
background-image:url("images/main.jpg");
background-repeat: no-repeat;
background-size:cover;
}
.m-grid-B .gridB-text-A {
    padding:5%;
}
.gridB-text-B {
  display: grid;
  grid-row: 5 / 8;
  grid-column: 1 / 7;
}
.gridB-text-B ul {
    grid-row: 5 / 7;
    grid-column: 1 / 6;
    background-color: aqua;
}
.gridB-text-B p {
  grid-row: 7 / 8;
  grid-column: 5 / 6;
  background-color:aqua;
}
/* メニューボタンの装飾 */
.menu-button {
display: block;
position: fixed;
top: 3%;
right: 2%;
z-index: 200;
height: 30px;
width: 40px;
cursor: pointer;
}
.menu-button::before,
.menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before,
.menu-button::after {
display: block;
position: absolute;
left: 0;
height: 2px;
width: 100%;
margin-top: -1px;
background-color: #000000;
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
top: 50%;
}
.item-b p {
 writing-mode: vertical-rl;
 width: 77px;
 height: 130px;
}
.item-b p a {
text-decoration: none;
color: #050101;
}
.bi::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.rtb-booking-form .rtb-booking-form-form button {
margin-left: 9%;
}
.orner .col-sm-4 {
    background-image: url("images/gakuimagawa.png");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 50%;
    background-size: 50%;
    padding-left: 5%;
    padding-right: 5%;
}

/*contact*/
.contact p {
padding: 0 5% 0 5%;
}



}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

.section-c .row .col-2  {
    padding-top: 10%;
    padding-bottom: 0%;
    text-align: center;
}
.section-c .row .col-2 h3  {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
}
.section-d .row .col-2  {
    background-color: #EDEDED;
    padding-top: 10%;
    padding-bottom: 0%;
    text-align: center;
}
.section-d .row .col-2 h3  {
 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
}
/*access*/
.access {
padding: 5% 0 5% 0;
}
.access .row {
padding: 0;
margin: 0;
}
.access dl{
display:flex;
flex-wrap: wrap;
border: 1px solid #ccc;
border-top: none;
}
.access dt{
background-color: #F5F8FF;
width: 30%;
padding: 10px;
box-sizing: border-box;
border-top: 1px solid #ccc;
font-weight: normal;
}
.access dd{
padding: 10px;
margin: 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc; 
width: 70%;
background: #fff;
box-sizing: border-box;
}

}

@media (min-width: 577px) and  (max-width: 736px){
.site-title img {
width: 13%;
}
}

.table_date tr {
border: 1px solid #DCDCDC;
text-align: center;
}
.table_date tbody .bg {
background-color: #fffded;
}