@charset "utf-8";
/*
Theme Name: 茶道裏千家淡交会京都北青年部
Theme URI: https://chanoyu.love/
Description: 茶会
*/
/*! 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.
 */

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

 *, *:before, *:after {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
 ul {
 	list-style: none;
 	padding: 0;
 }
 dd {
 	margin: 0;
 }
 p {
  line-height: 1.8;
  margin-bottom: 1em;
 }
 address {
 	font-style: normal;
 }
 .fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
}
.nodata {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 2em;
}
html, body {
    width: 100%;
    font-size: 100%;
    color: #000;
    background: #EAF4D3;
}
body {
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}
.vertical {
    writing-mode: vertical-rl;
}
.img100 {
  display: block;
  width: 100%;
  height: auto;
}
header {
	background:#FFF;
	height:100vh;
	width:16%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}
header h1 {
  line-height: 1.5;
  position: fixed;
  bottom: 40px;
  left: 8%;
  margin: 0;
  text-align: right;
  transform: translateX(-50%);
}
header h1 a {
	text-decoration: none;
	color: #000;
}
header h2 {
  line-height: 1.5;
  position: fixed;
  top: 40px;
  left: 8%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 2rem;
  letter-spacing: 0.2em;
} 
header h1 span.ja svg {
  display: block;
  width: 3em;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header h1 span {
  display: block;
}
header h1 span.ja {
  font-size: 1rem;
  letter-spacing: 0.1em;
  position: relative;
}
header h1 span.ja > span + span {
padding-top: 2.25em;

}
header h1 span.en {
  font-weight: normal;
  font-size: .5rem;
  padding-right: 1em;
  color: #999;
}
header nav {
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 99;
}
header nav ul {
  color: #FFF;
}
header nav ul li {
  margin-bottom: 1em;
  font-size: 1.25rem;
}
header nav ul li a {
  color: #FFF;
  text-decoration: none;
}
.menu_drawer {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203,112,112,1);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
#dr-menu {
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    transition-duration: .3s;
    background: #217c3e;
}
#dr-menu span {
    display: block;
    width: 30px;
    height: 1px;
    top: 30px;
    left: 15px;
    transition-duration: .3s;
    position: absolute;
}
#dr-menu span:before {
    width: 30px;
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    transition-duration: .3s;
}
#dr-menu span:after {
    width: 30px;
    height: 2px;
    background: #FFF;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    transition-duration: .3s;
}
#intro {
margin: 0 0 0 16%;
position: relative;
}
#news {
  margin: 0 0 0 16%;
  padding: 80px 40px;
}
#news > div {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  align-items: center;
}
#news time {
  display: block;
  margin-right: 1em;
}
#news .cat {
  background: #000;
  color: #FFF;
  display: block;
  margin-right: 1em;
  font-size:.75rem; 
  padding: .25em .5em
}
#news a {
  text-decoration: underline;
  color: #000;
}
#news a:hover {
  text-decoration: none;
}
#intro picture {
  display: block;
  width: 100%;
}
#intro picture img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.intro_content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
transform: translate(-50%, -50%);
color: #FFF;
text-align: center;
width: 100%;
text-shadow: 0 0 20px rgba(0,0,0,.4);
}
.intro_content h1 {
	font-size: 3vw;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
.intro_content h1 span {
  display: block;
  font-size: 4.5vw;
}
.intro_info {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  line-height: 1.5;
}
.intro_info a {
  display: inline-block;
  background: rgba(163,50,11,0.9);
  color: #FFF;
  text-decoration: none;
  border-radius: .25em;
  padding: 1em 1.5em;
  transition-duration: .3s;
  opacity: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
.intro_info a:hover {
  opacity: .6;
}
.intro_info a span.lfont {
  display: block;
  font-size: 1.5rem;
}
.sfont {
  display: block;
  position: relative;
}
.sfont::after {
  content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
}
.intro_info a em {
  font-size: 1rem;
  font-style: normal;
}
.countdown {
	font-size: 4.5vw;
	white-space: nowrap;
}
.intro_content a {
  text-decoration: none;
  color: #FFF;
}

#about {
  margin: 0 0 0 16%;
  padding: 0;
  position: relative;
}

#about > div {
width: 100%;
padding: 6vw;
}
#about > div > div:first-of-type {
  width: 100%;

}
#about > div > div:first-of-type + picture img, #infomation > div picture img {
  display: block;
  width: 100%;
  height: auto;
}
.tar {
  text-align: right;
}
h4 {
  margin-bottom: 1em;
}
.access_ttt {
  padding: 1em 6vw;

}
.mb1em {
  margin-bottom: 1em;
}
.ol_flush {
  list-style: none;
  padding-left: 0;
  display: table;
  margin-bottom: 2em;
  line-height: 1.5;
  width: 100%;
}
.ol_flush li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.ol_flush li {
  display: table-row;
  counter-increment: table-ol;
    margin-bottom: 0.5em;
}
.ol_flush li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.ul_flush {
  list-style: none;
  padding-left: 0;
  display: table;
}
.ul_flush li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
.ul_flush li {
  display: table-row;
  margin-bottom: .5em;
}
.ul_flush li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.main_title {
	margin-top: 0;
  letter-spacing: .1em;
}
.sub_title {
  margin: 1em 0;
}
.main_title .en {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1em;
  opacity: .5;
}
.center {
	text-align: center;
}
#infomation {
  margin: 0 0 100px 16%;
  padding: 0 0 0 0;
}
#access {
  margin: 0 0 0 16%;
  padding: 0 0 80px;
}
.access_map {
  margin: 1.5em 0;
}
.gmap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 80px;
    z-index: 0;
}
.gmap iframe, .gmapp object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gmap + div {
	padding: 0 6vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gmap + div img {
  display: block;
  width: 100%;
  height: auto;
}
.gmap + div > div {
  width: 50%;
  padding-right: 1.5em;
}
.gmap + div > figure {
  display: block;
  width: 50%;
}
.gmap + div > figure figcaption {
  display: block;
  text-align: right;
  padding: .5em 0;
}
#access address {
	line-height: 1.8;
	margin-bottom: 1em;
}
.attention {
	color: #C44536;
  margin-left: 0 !important;
}
article {
	overflow: hidden;
}
#infomation > div {
  display: flex;
  position: relative;
}
#infomation > div::after {
    content: "初";
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 0;
    line-height: 200px;
    text-align: center;
    font-size: 200px;
    color: #EEE;
}
#infomation > div picture {
    display: block;
    position: relative;
    z-index: 0;
    width: 50%;
}
#infomation > div picture + div {
	 width: 60%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
    padding: 0 40px 0 0;
}
.map {
	display: inline-block;
	margin-left: 1em;
	text-decoration: none;
	color: #217c3e;
}
.map::before {
	content: "\f3c5";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	margin-right: .5em;
}
#guide {
  padding-right: 40px;
  margin-top: 60px;
}
#guide > div {
  padding: 40px;
  background: #FFF;
  border-radius: .5em;
}
#guide p {
  color: #C44536;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  margin: 2em 0;
}
#guide p + span {
  display: block;
  text-align: center;
  
}
#guide p + span a {
  display: inline-block;
  background: #217c3e;
  color: #FFF;
  padding: 2em;
  text-decoration: none;
  border-radius: .5em;
  transition-duration: .3s;
  opacity: 1;
}
#guide p + span a:hover {
  opacity: .6;
}
#reserved {
	margin-left: calc(16% + 6vw);
	padding: 0 6vw 0 0;
}
#reserved > div {
	border:3px solid #000;
	border-radius: .5em;
	padding: 4em 4em 3em;
	background: #CFE0C3;
}
.data {
	line-height: 1.8;
}
.data dt {
float: left;
clear: both;
width: 10em;
padding: 1em 0;
font-weight: bold;
}
.data dd {
	padding: 1em 0 1em 10em;
	border-top: 1px solid #000;
}
#reserved .mtssb-daily-action, #reserved .mtssb-timetable-link caption {
	display: none;
}
#reserved .monthly-calendar {
	margin-top: 1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.day-calendar table {
	border-collapse: collapse !important;
    border: none;
    border-spacing:0 !important;
    width: 100% !important;
}
th.day-left {
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft:0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #000 !important;
    line-height: 1 !important;

}
th.day-right {
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #000 !important;
}
.day-calendar table tbody > tr:first-of-type th, .day-calendar table tbody > tr:first-of-type td {
padding: 1em !important;
letter-spacing: 1em;
text-indent: 1em;
background: #b5cca6 !important;
}
.day-calendar table tbody th, .day-calendar table tbody td {
	padding: 0.5em 1em !important;
	border: 1px solid #000 !important;
	font-weight: bold !important;
	background: #EEF5E8;
	transition-duration: .3s;
}
.day-calendar table tbody a {
	text-decoration: none;
	font-weight: bold;
	color: #C44536;
	transition-duration: .3s;
	opacity: 1;
}
.day-calendar table tbody a:hover {
	opacity: .6;
}
.day-calendar tr:hover th, .day-calendar tr:hover td {
background: #e5fcba !important;
}
footer {
	padding: 40px 40px 160px;
}
.bottom_link {
	display: flex;
	justify-content: flex-end;
}
.bottom_link li {
	margin-left: 1.5em;
}
.bottom_link li a {
	text-decoration: none;
	color: #217c3e;
	transition-duration: .3s;
	opacity: 1;
}
.bottom_link li a:hover {
	opacity: .6;
}
.down, .exit {
	color: #217c3e;
	text-decoration: none;
	border: 2px solid #217c3e;
	display: inline-block;
	padding: 1em 3em 1em 1.5em;
	position: relative;
	font-weight: bold;
	border-radius: .25em;
	background: #217c3e;
	color: #FFF;
	transition-duration: .3s;
}
.down:hover, .exit:hover {
	background: transparent;
	color: #217c3e;
}
.down::after, .exit::after {
	font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
}
.down::after {
	content: "\f107";
}
.exit::after {
	content: "\f08e";
}
.contact_for span {
  display: inline-block;
  margin-left: 1em;
}
.n_link {
  color: #217c3e;
  text-decoration: none;
}
.n_link:hover {
  text-decoration: underline;
}

.open {
  overflow: hidden;
}
.open #dr-menu span:before {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
    background: #FFF;
}
.open #dr-menu span {
    height: 0;
    background: #FFF;
}
.open #dr-menu span:after {
    transform: rotate(-45deg);
    bottom: 50%;
    background: #FFF;
}
.open .menu_drawer {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 30;
    background: rgba(33,124,62,1);
}
.menu_drawer {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33,124,62,0);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    
}
.menu_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  border: 1px solid #FFF;
  padding: 4em 2em 4em 0;
}
.menu_inner > div {
  width: 48%;
  text-align: center;
  position: relative;
}
.menu_inner > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.menu_inner > ul {
  width: 48%;
}
.menu_inner > ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 1em;
}
.menu_inner > ul li a {
  transition-duration: .3s;
  opacity: 1;
}
.menu_inner > ul li a:hover {
  opacity: .6;
}
.h_link a {
display: inline-block;
padding: 0 0 .5em;
color: #FFF;
text-decoration: none; 
border-bottom: 1px solid #FFF;
}
.h_link a:hover {
 border-bottom: 1px solid transparent; 
}
.menu_inner > ul li:last-child {
  margin-bottom: 0;
}
.menu_inner > div h3, .menu_inner > div h4 {
  color: #FFF;
}
.menu_inner > div h3 {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: .1em;
}
.menu_inner > div h4 {
  font-size: 1rem;
  margin-bottom: 2em;
  font-weight: normal;
}
.menu_inner > div h4 .en {
  display: block;
  font-size: .75rem;
  font-weight: normal;
  opacity: .6;
  padding: .5em 0;
}
#single {
  margin-left: calc(16% + 6vw);
  padding: 180px 6vw 0 0;
}
.content-form fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 1.5rem 0;
    width: 100% !important;
}
.content-form table {
    border: none;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 1em 0 !important;
    width: 100% !important;
}
.content-form th {
    font-size: 1rem;
    line-height: 2.2rem;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    width: 30%;
}
.content-form th, .content-form td {
    border: 1px solid #CCC !important;
    padding: 1em !important;
    vertical-align: middle;
    background: #FFF;
    font-size: 1rem !important;
    line-height: 1.5;
}
.content-form .unit-price {
  clear: none !important;
}
.content-form legend, .option-confirm-header {
    font-size: 1.25rem !important;
    padding: 1em 0 0 !important;
    margin-bottom: .5em;
}
#single .main_title {
  margin-bottom: 1em;
}
.option-confirm-header, #confirmation-booking-message-title {
  font-weight: bold !important;
}
button[type="submit"], .bk_top a {
display: block;
width: 300px !important;
padding: 2em 1em !important;
background: #217c3e;
text-align: center;
border:none !important;
color: #FFF !important;
border-radius: .5em;
cursor: pointer;
transition-duration: .3s;
opacity: 1;
}
button[type="submit"]:hover, .bk_top a:hover {
  opacity: .6;
  text-decoration: none;
}
.error-message {
  padding: .5em 0 0 !important;
}
#client-address1 {
  margin-bottom: .5em;
}
#action-button-cover {
  background: transparent !important;
}
.bill-details td {
  border: none !important;
}
#accedence-box {
  margin-bottom: 1.5em !important;
}
#terms-conditions {
  line-height: 1.8;
  margin-bottom: 1.5em !important;
}
#terms-conditions a {
  color: #217c3e;
  text-decoration: none;
}
#terms-conditions a::after {
  content: "\f08e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-left: .5em;
    display: inline-block;
}
#terms-conditions a:hover {
  text-decoration: underline;
}
#privacy {
  margin-top: 4em;
}
#privacy h2 {
  font-size: 1.25rem;
  margin: 1.5em 0 .5em;
}
#privacy h3 {
  font-size: 1rem;
  margin: 1.5em 0 .5em;
}
#privacy ol, .data ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
#privacy ol li:after, .data ol li:after {
  content: "";
  display: block;
  margin-bottom: 1em;
}
 .data ol li:after {
  margin-bottom: .5em;
 }
#privacy ol li, .data ol li {
  display: table-row;
  counter-increment: table-ol;
  margin-bottom: 1em;
  line-height: 1.5;
}
.data ol li {
  margin-bottom: .5em;
}
.data ol li:last-child:after {
  margin-bottom: 0;
}
#privacy ol li:before, .data ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.comp h3 {
  margin: 2em 0 1em;
}
.comp ul {
  display: flex;
  margin-bottom: 1.5em;
}
.comp > div a {
color: #217c3e;
text-decoration: none;
display: inline-block;
padding: 1.5em;
border: 2px solid #217c3e;
transition-duration: .3s;
background: #FFF;
font-weight: bold;
border-radius: 0.25em;
}
.comp > div a:hover {
  background: #217c3e;
  color: #FFF;
}
.comp > div a::after, .h_link a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 1em;
}
.h_link a::after {
    font-weight: 300;

}
.comp ul a {
  display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.comp ul li {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.comp ul #fb a {
  background: #4167b1;
  color: #FFF;
  border-radius: 999px;
}
.comp ul #tw a {
  background: #000;
  color: #FFF;
  border-radius: 999px;
}
.comp ul #ln a {
  color: #00b600;
}
.comp ul #ln {
  font-size: 40px;
  line-height: 40px;
}
/* 残席数を「残り2席」に */
.calendar-mark.booked a.calendar-daylink:before,
.calendar-mark.booked a.booking-timelink:before,
.calendar-mark.low a.calendar-daylink:before,
.calendar-mark.low a.booking-timelink:before {
    content:'残り';
}
.calendar-mark.booked a.calendar-daylink:after,
.calendar-mark.booked a.booking-timelink:after,
.calendar-mark.low a.calendar-daylink:after,
.calendar-mark.low a.booking-timelink:after {
    content:'席';
}
.calendar-mark.booked, .calendar-mark.low {
  font-size: 1rem;
}
.content-form fieldset {
	line-height: 1.5;
}
.option-note {
  display: block;
}
@media (min-width: 0) and (max-width: 1024px) {
html, body {
    font-size: 90%;
    background: #217c3e;
}

main {
	background: #FFF;
}
.vertical {
  writing-mode: horizontal-tb;
}
#intro {
    margin: 0;
    position: relative;
}
header {
  width: 100%;
  position: fixed;
  z-index: 99;
top: 0;
left: 0;
background: #FFF;
height: 68px;
padding: 20px 15px;
box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1);
}
header h1 {
    line-height: 1;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0;
    text-align: left;
    transform: translateX(0);
    font-size: .875rem;
    padding-left: 0;
}
header h1 a {
  padding: .3em 0 0 3.5em;
  display: block;
}
header h1 span.ja > span + span {
    padding-top: 0;
}
header h1 span {
    display: inline-block;
}
header h1 span.ja {
    font-size: .875rem;
    letter-spacing: 0;
    position: static;
}
header h1 span.en {
    font-weight: normal;
    font-size: .5rem;
    padding-right: 0;
    color: #999;
    padding-top: .5em;
    display: block;
}
header h1 span.ja svg {
    display: block;
    width: 3em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
header h2 {
  display: none;
    line-height: 1.5;
    position: static;
    top: auto;
    left: auto;
    margin: 0;
    transform: translateX(0);
    font-size: 1rem;
    letter-spacing: 0;
}
.intro_content h1 {
    font-size: 5vw;
    line-height: 1.8;
    margin: 0;
}
.intro_content h1 span {
  font-size: 5.5vw;
}
.countdown {
    font-size: 5.5vw;
    white-space: nowrap;
    display: none;
}
#intro picture {
  margin-top: 68px;
}
#intro picture img {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
#dr-menu {
    cursor: pointer;
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    transition-duration: .3s;
    background: transparent;
}
.open #dr-menu {
  background: #217c3e;
}

#dr-menu span {
    display: block;
    width: 20px;
    height: 1px;
    top: 20px;
    left: 10px;
    transition-duration: .3s;
    position: absolute;
}
#dr-menu span:before {
    width: 20px;
    height: 2px;
    background: #217c3e;
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    transition-duration: .3s;
}
#dr-menu span:after {
    width: 20px;
    height: 2px;
    background: #217c3e;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    transition-duration: .3s;
}
#news {
    margin: 0;
    padding: 40px 20px;
}
#news > div {
    display: flex;
    justify-content: flex-start;
    line-height: 1.5;
    align-items: center;
    flex-wrap: wrap;
}
#news > div .title {
	display: block;
	width: 100%;
	padding-top: .5em;
}
#about {
    margin: 0;
    padding: 0;
    position: relative;
}
#about > div {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column-reverse;
    padding: 6vh 6vw;
}
#about > div > div:first-of-type + picture {
    display: block;
    z-index: 0;
    width: 100%;
    position: relative;
    margin: 0 0 0 auto;
}
#about > div > div:first-of-type {
    width: 100%;
    z-index: 3;
    position: static;
    top: auto;
    transform: translateY(0);
    left: auto;
    padding: 0;
}

#infomation {
    margin: 0;
    padding: 0;
}
#infomation > div picture + div {
    width: 100%;
    display: block;
    position: static;
    top: auto;
    transform: translateY(0);
    right: auto;
    z-index: 3;
    padding: 40px 20px;
}
#infomation > div {
    display: flex;
    flex-direction: column;
}
#infomation > div picture {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
}
.main_title {
    font-size: 1.5rem;
}
#infomation > div::after {
    content: "初";
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: auto;
    top: -30px;
    right: -25px;
    z-index: 3;
    line-height: 150px;
    text-align: center;
    font-size: 150px;
    color: rgba(0,0,0,0.1);
}

#access {
    margin: 0;
    padding: 0 0 40px;
}
.gmap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px;
    z-index: 0;
}
.gmap + div {
    padding: 0 20px;
    display: block;
}
.gmap + div > div {
  width: 100%;
  padding: 0;
}
.gmap + div > figure {
    width: 100%;
}
#reserved {
    margin: 0;
    padding: 0;
}
#reserved > div {
    border: none;
    border-radius: 0;
    padding: 4em 2em 3em;
    background: #CFE0C3;
}
.data dt {
    float: none;
    clear: none;
    width: 100%;
    padding: 1em 0 .5em;
    font-weight: bold;
    border-top: 1px solid #000;
}
.data dd {
    padding: 0 0 1em 0;
    border-top: none;
}
.contact_for span {
    display: block;
    margin-left: 0;
}
.intro_info {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    line-height: 1.5;
    width: 100%;
}
.intro_info a {
    display: block;
    color: #FFF;
    text-decoration: none;
    border-radius: 0;
    padding: 1em;
    transition-duration: .3s;
    opacity: 1;
    text-align: center;
}
.sfont::after {
	display: none;
}
.sfont {
    display: inline;
    position: relative;
    font-size: 1rem;
}
.intro_info a span.lfont {
    display: inline;
    font-size: 1rem;
}
footer {
    padding: 0 0 80px;
    background: #217c3e;
}
.bottom_link {
    display: block;
    justify-content: flex-end;
}
.bottom_link li {
    margin-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bottom_link li a {
	display: block;
	padding:1em 20px; 
	color: #FFF;
}
.menu_inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    width: 100%;
    max-width: 960px;
    border: none;
    padding: 4em 40px;
}
.menu_inner > div {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 3em;
}
.menu_inner > div > div {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    transform: translate(0, 0);
}
.menu_inner > ul {
    width: 100%;
}
header nav ul li {
    margin-bottom: 1em;
    font-size: 1rem;
}
.menu_inner > div h3 {
    margin-bottom: .5em;
    font-size: 1.5rem;
    letter-spacing: .1em;
}
.menu_inner > div h4 {
    font-size: 1rem;
    margin-bottom: 1em;
    font-weight: normal;
}
.open .menu_drawer {
	overflow-y: scroll;
}
#single {
    margin: 0;
    padding: 120px 20px 80px;
}
#privacy {
    margin-top: 1.5em;
}
#privacy h2 {
    font-size: 1.125rem;
    margin: 1.5em 0 0.5em;
}
.post #booking-form table th, .post #booking-form table td {
	display: block;
}

.post .content-form th, .post .content-form td {
    border: none !important;
    padding: 1em 0 !important;
    vertical-align: middle;
    background: transparent;
    font-size: 1rem !important;
    line-height: 1.5;
}
.post .content-form th {
    font-size: 1rem;
    line-height: 1.5 !important;
    padding-right: 0 !important;
    text-align: left;
    vertical-align: top;
    width: 100%;
    border-top: 1px solid #000 !important;
    padding-bottom: 0 !important;
}
.post .content-form td {
    border: none !important;
    padding: .5em 0 1em !important;
    vertical-align: middle;
    background: transparent;
    font-size: 1rem !important;
    line-height: 1.5;
}
button[type="submit"] {
    width: 100% !important;
}
.content-text.fat {
    width: 100% !important;
}
.comp ul + div a {
    width: 100%;
    display: block;
    position: relative;
   padding: 1.5em 2em 1.5em 1.5em ;
}
.comp ul + div a {
	position: relative;
}
.comp ul + div a::after {
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translate(0, -50%);
}
#guide {
    padding: 0 20px;
    margin-top: 40px;
}
#guide > div {
    padding: 20px;
}
#guide p {
    font-size: 1rem;
    margin: 1em 0;
    text-align: left;
}
#guide p + span a {
    display: block;
}
}