@charset "utf-8";
/*
Theme Name: 京都Oh!茶湯
Theme URI: https://chanoyu.love/
Description: 京都Oh!茶湯のテーマ
*/
/*! 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;
 }
 body {
  font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  color: #0B2027;
  font-size: 100%;
  line-height: 1.5; 
}
.img100 {
  width: 100%;
  height: auto;
  display: block;
}
a {
  color: #41f20e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.index_menu_nav {
	position: fixed;
	top: 20px;
	right: 40px;
	z-index: 999;
}
 #key {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: #41f20e;
  position: relative;
 }
 .tareru {
  position: absolute;
  right: calc(8vw + 40px);
  bottom: -46px;
  width: 200px;
 }
 #h_inner .tareru {
  position: absolute;
  right: calc(8vw + 40px);
  bottom: -46px;
  width: 200px;
 }
 #key #poster {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
 }
 #key #poster img {
  display: block;
  width: 100%;
  height: auto;
 }
 #news {
  border-bottom: 1px solid #CCC;
  padding: 2em 8vw;
 }
 #news h1 {
  margin: 0;
  width: 4em;
  line-height: 1.25;
 }
 #news h1 span {
  font-weight: normal;
  font-size: .875rem;
  color: #999;
 }
#news time {
  margin-right: 1em;
}
  #news h1 + div {
    width: calc(100% - 4em);
    display: flex;
  }
  ul.sns {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
    align-items: end;
    font-size: 1.25rem;
  }
  ul.sns li {
    line-height: 1;
    margin-left: .25em;
  }
ul.sns li:first-child {
margin-right: .5em;
}
.sns_bt a, .under_sns a {
background: #41f20e;
color: #0B2027;
width: 40px;
height: 40px;
display: block;
text-align: center;
line-height: 40px;
border-radius: 999px;
color: #000 !important;
}
  .more a {
    font-size: 1rem;
    white-space: nowrap;
    color: #0B2027;
    text-decoration: none;
  }
  .more::before {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-right: .5em;
    font-size: 1rem;
  }
 #news h2 {
  margin: 0;
  font-size: 1rem;
 }
 #news > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: end;
 }
 #under {
  border-top: 1px solid #CCC;
 }
 #about, #outline {
  padding: 40px 8vw;
 }
 #under {
  padding: 40px 8vw 60px;
 }
 .n800_cover {
  width: 100%;
  max-width:800px;
  margin: 0 auto;
 }
 .read {
  line-height: 2;
  margin-bottom: 2em;
 }
 .read_title {
  margin-bottom: 1em;
 }
 .tar {
  text-align: right;
 }
 .tac {
  text-align: center;
 }
 .mb60 {
 	margin-bottom: 60px;
 }
 #about h1 span {
  display: inline-block;
  font-weight: normal;
  color: #999;
  margin-left: .5em;
 }
 .data {
  border-bottom:1px solid #999; 
 }
 .data dt {
  float: left;
  clear: both;
  width: 6em;
  font-weight: bold;
  padding:  1em 0 1em 0;
 }
 .data dd {
  padding: 1em 0 1em 6em;
  border-top:1px solid #999; 
 }

 #under h1 {
  margin-top: 0;
  letter-spacing: .25em;
  text-indent: .25em;
 }
 .under_sns {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1em 0;
 }
 .under_sns li {
  font-size: 1.25rem;
  margin: 0 .25rem;
 }
 
 .jyunbi::before {
  content: "!";
  font-size: 5rem;
  display: block;
 }
 #copy {
  text-align: center;
  padding: 1em 8vw 2em;
  color: #999;
 }
   #dr-menu {
        width: 40px;
        height: 40px;
        position: relative;
        cursor: pointer;
        z-index: 99
    }

    #dr-menu span:before {
        width: 24px;
        height: 3px;
        top: -6px;
        content: "";
        position: absolute;
        background: #0B2027;
        left: 0;
        transition-duration: .3s
    }

    #dr-menu span {
        width: 24px;
        height: 3px;
        top: 20px;
        left: 8px;
        position: absolute;
        transition-duration: .3s
    }

    #dr-menu span:after {
        width: 24px;
        height: 3px;
        bottom: -6px;
        content: "";
        position: absolute;
        background: #0B2027;
        left: 0;
        transition-duration: .3s
    }

    .open {
        overflow: hidden
    }

    .open #site_title a {
        color: #0B2027;
    }

    .open #dr-menu span:before {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -3px;
        background: #0B2027;
    }

    .open #dr-menu span:after {
        transform: rotate(-45deg);
        bottom: 50%;
        background: #0B2027;
    }

 .nav_sns {
 	padding: 0;
 	list-style: none;
 	display: flex;

 }
  .nav_sns li {
  margin: 0 .4em 0 0;
 }
    .menu_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #41f20e;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 30;
    }
 .menu_link li {
 	font-size: 2vw;
padding: .5em 0 ;
border-top: 1px solid #0B2027;
 }
 .menu_link > li:last-child {
  border-bottom: 1px solid #0B2027;
 }
.nav_sns li {
  border: none;
  padding: 0;
}
  .nav_sns li a {
  	color: #000 !important;
  }
    .menu_link {
        width: 45%;
        z-index: 60;
        list-style: none;
        padding:0; 
    }

 .menu_link li a {
 	color: #0B2027;
 	text-decoration: none;
 }
    .open header#global_header nav li a {
        color: #fff;
        text-decoration: none
    }

    .open .menu_nav {
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 60;
    }

    .open header#global_header,.other_fade header#global_header {
        z-index: 60
    }
    #h_inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 40px;
      background: #41f20e;
      position: relative;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 30;
    }
    #main_logo {
      width: 120px;
    }
    .two_column {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
    }
    #single > div {
      padding: 160px 0 80px;
    }
    #single_booking > div {
    padding: 160px 8vw 80px;
}
#bookinkg-page > div {
  padding: 100px 8vw 80px;
}
#single_booking table caption {
  display: none;
}
#single_booking .right_column {
    padding: 0 0 0 0;
}
#single_booking .left_column .cap {
  padding: .5em 0;
  text-align: right;
}
.mtssb-daily-action {
  display: none;
}
.day-calendar table {
    border: none;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
}
.day-calendar table tbody tr th, .day-calendar table tbody tr td {
	background:rgb(255 255 255 / 0.5);
}
.day-calendar table tbody tr:first-of-type > th,.day-calendar table tbody tr:first-of-type > td {
 background:rgb(221 221 221 / 0.5);
}
.day-calendar table tbody th, .day-calendar table tbody td {
  border:1px solid #CCC !important;
  padding: .5em;
}
.day-calendar table a {
  text-decoration: none;
  font-weight: bold;
 color: #635bff;
}
.day-calendar table a::hover {

}
.calender_title {
  background: #0B2027;
  color: #FFF;
  text-align: center;
  padding: 1em;
  border-radius: .5em .5em 0 0;
}
    .post-category {
      font-size: 5vw;
      line-height: 1;
      padding: 0 8vw;
    }
    .left_column {
      width: 30%;
    }
    .right_column {
      width: 65%;
      margin: 0 0 0 auto ;
      padding: 0 8vw 0 0;
    }
.splide__slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: .5em;
}
#single_booking .left_column .sticky img,
.booking_inner_img img,
.prof_img img {
	border-radius: .5em;
}
.splide {
  margin-bottom: 2em;
}
#single_booking .prof_info {
  width: 100%;
}
#passport .two_column {
  max-width: 1366px;
  padding: 0 8vw;
}
#passport > div {
  padding: 80px 0;
}
#passport .left_column, #passport .right_column {
      width: 48%;
    }
#passport .right_column {
  text-align: center;
  border: 1px solid #CCC;
  padding: 8vw;
  border-radius: .5em;
}
#passport h2 {
  font-size: 1.5rem;
  margin-bottom: .5em;
}
#passport ol {
  padding: 0;
  list-style: none;
  font-size: 1.25rem;
}
#passport ol li {
  border-top: 1px solid #CCC;
  padding: 1em 0;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
    footer {
    	background: #f2f2f2;
    }
    .post_header {
      margin-bottom: 2em;
    }
   .post_header h1 {
    margin: 0 0 .75em;
    font-size: 1.25rem;
   }
   .post_header time {
    display: inline-block;
    margin-right: 1em;
   }
   .post_entry {
   	margin-bottom: 2em;
   }
   .post_entry p {
    line-height: 1.8;
    margin-bottom: 1.5em;
   }
   .post_share, .post_share ul {
    display: flex;
    padding: 0;
    list-style: none;
   }
   .post_share ul li {
    margin-right: .5em;
   }
   .postsingle_tag {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 2em;
   }
   .postsingle_tag li {
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    margin: 0 .5em .75em 0;
    line-height: 1;
   }
   .postsingle_tag li a {
    color: #0B2027;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: .5em;
    padding: .5em .5em;
   }
   .postsingle_tag li a::before {
    content: "#";
   }
   .back_page {
   	margin-bottom: 2em;
   }
   .back_page a {
   	text-decoration: none;
   	color: #FFF;
   	background: #0B2027;
   	border-radius: 999px;
   	display: inline-block;
   	padding: .5em 1.5em;
    transition-duration: .3s;
    border: 2px solid #0B2027;
   }
   .back_page a::before {
content: "\f0e2";
font-family: "Font Awesome 6 Pro";
font-weight: 400;
display: inline-block;
margin-right: .5em;
   }
   .prof_info .back_page a {
   	text-decoration: none;
   	color: #0B2027;
   	background: #FFF;
   	border: 2px solid #0B2027;
   	border-radius: 999px;
   	display: inline-block;
   	padding: .5em 1.5em;
   	transition-duration: .3s;
   }
   .prof_info .back_page {
   	text-align: right;
    margin-top: 2em;
   }
   .related-posts h2 {
margin-bottom: .5em;
   }
   .related-list {
   	list-style: none;
   	padding: 0;
   }
   .related-list {
   	display: flex;
   	justify-content: space-between;
   	flex-wrap: wrap;
   }
   .related-list li {
   	width: 48%;
   	margin-bottom: 2em;
   }

   .related-meta {
   	padding: .5em 0 0;
   }
   .related-meta h3 {
   	font-size: 1rem;
   	font-weight: normal;
   }
   .related-list li a {
   	text-decoration: none;
   	color: #0B2027;
   }
.related-thumb {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}
.related-date {
	color: #999;
	display: inline-block;
	padding-top: .25em;
}
.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pagenation {
display: flex;
justify-content: center;
width: 100%;
max-width: 1366px;
margin: 40px auto 40px;
padding: 0 4vw;
position: relative;
}
.pagenation::before, .pagenation::after {
top: 50%;
transform: translateY(-50%);
font-family: "Font Awesome 5 Pro";
font-weight:300;
display: block;
position: absolute;
color: #CCC;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.pagenation .next, .pagenation .prev {
padding: 0;
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
}
.pagenation .next {
right: 0;
}
.pagenation .prev {
left: 0;
}
.pagenation .next::after, .pagenation .prev::after {
font-family: "Font Awesome 5 Pro";
font-weight:300;
color: #0B2027;
position: absolute;
display: block;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
line-height: 40px;
z-index: 1;
}
.pagenation .next::after {
content: "\f054";
right: 0;
}
.pagenation .prev::after {
content: "\f053";
left: 0;
}
.pagenation::after {
content: "\f054";
right: 0;
}
.pagenation::before {
content: "\f053";
left: 0;
}
.pagenation span, .pagenation a {
display: block;
margin: 0 10px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
transition-duration: .3s;
}
.pagenation a {
text-decoration: none;
color: #0B2027;
}
.pagenation a:hover {
background: #DDD;
}
.pagenation span {
background: #0B2027;
color: #FFF;
}
.uturn, .uturn2 {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 60px;
	height: 82px;
	z-index: 1;
	transition-duration: .3s;
}
.sticky {
position: sticky;
top: 160px;
z-index: 0;
}
.uturn {
	opacity: 0;
	visibility: hidden;
}

.uturn a, .uturn2 a {
	text-decoration: none;
	color: #0B2027;
	display: block;
	width: 60px;
	height: 82px;

}
.uturn.is-visible {
	opacity: 1;
	visibility: visible;
}
.nav_menu_head {
  display: flex;
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.nav_logo {
  width: 45%;
}
.page_content {
  padding: 80px 0 0;
}
.page_header {
  background: #FFF;
  padding: 1em 40px;
}
.page_header h1 {
  margin: 0;
  text-align: center;
  font-size: 5vw;
}
.page_header h1 span {
  display: inline-block;
  margin-left: .5em;
}

#chajin ul {
  display: flex;
  flex-wrap: wrap;
list-style: none;
padding: 0;
background: #212121;
}
#chajin ul li {
  width:25%;
   border:1px solid #FFF;
}
#chajin ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #FFF;
}
#chajin ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  visibility: hidden;
  opacity: 0;
  transition-duration: .3s;
  white-space: nowrap;
}
#chajin ul li img {
  display: block;
  width: 100%;
  height: auto;
  transition-duration: .3s;
  opacity: 1;
}
#chajin_prof > div {
  padding: 100px 8vw 80px;
}

.chajin_twocolumn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.prof_img {
  width: 30%;
}
.prof_info {
  width: 65%;
}
.prof_info h1 {
	font-size: 1.25rem;
}
.prof_info h1 span {
	display: inline-block;
	margin-left: 1em;
	color: #999;
	font-weight: normal;
}
.prof_info dl dt, .prof_info dl dd {
	line-height: 1.8;
}
.prof_info dl dt {
	float: left;
	clear: both;
	width: 5em;
	letter-spacing: 1em;
	font-weight: bold;
	padding: 1em 0 1em 0;
}
.prof_info dl dd {
	padding: 1em 0 1em 5em;
	border-top: 1px solid #CCC;
}
.booking_inner_info .prof_info dl {
  margin-bottom: 1.5em;
}
.booking_inner_info .prof_info dl dt {
padding: .5em 0 .5em 0;
}
.booking_inner_info .prof_info dl dd {
  padding: .5em 0 .5em 5em;
}
.booking_inner_info .prof_info dl dd:first-of-type + dt + dd a {
	color: #0B2027;
	text-decoration: none;
}
.bookingsate_title {
	display: block;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: normal;
	color: #999;
	margin-top: .3em;
}
.bookingsate_title span {
	display: inline-block;
	border: 1px solid #999;
	margin-right: .5em;
	font-size: .75rem;
	padding: 0 .25em;
	background: #EEE;
}
.booking_btn {
  text-align: right;
}
.prof_info dl {
	border-bottom: 1px solid #CCC;
	margin-bottom: 2em;
}
.prof_info p {
	line-height: 1.8;
	margin-bottom: 1em;
}
.prof_link {
	margin: 1em 0 2em;
	list-style: none;
	padding: 0;
}
.n_link {
	color: #0B2027;
	text-decoration: none;
}
.prof_link li {
	line-height: 1.5;
	margin-bottom: .5em;
}
.prof_link li a::after, .icon_map::after, .kaiho_desc_ad a::after {
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	display: inline-block;
	margin-left: .5em;
}
.s_button, .m_button {
	text-decoration: none;
	background: #0B2027;
	display: inline-block;
	border-radius: 999px;
	color: #FFF;
  border: 2px solid #0B2027;
  transition-duration: .3s;
}
.s_button {
  padding: .4em 1em;
  font-size: .75rem;
}
.m_button {
  padding: 1em 3em;
}
.s_button::before, .m_button::before {
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	display: inline-block;
	margin-right: .5em;
}
.icon_map {
	display: inline-block;
	margin-left: 1em;
}
.main_k {
	border: 1px solid #0B2027;
	display: inline-block;
	margin-right: 1em;
	font-size: .875rem;
	padding: .1em .5em;
}
.sate {
	background: #EEE;
	color: #666;
	margin-right: 1em;
	font-size: .875rem;
	padding: .1em .5em;
}
.ib {
	display: inline-block;
}
/*--予約フォーム--*/
.content-form fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 2em !important;
    width: 100% !important;
}
.content-form table {
    border: none;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: 0 0 0 0 !important;
    width: 100% !important;
}
.content-form th {
    font-size: 1rem;
    line-height: 1 !important;
    
    text-align: right;
    
    width: 20% !important;
}
.content-form td {
    font-size: 1rem !important;
    padding: 1em !important;
}
.content-form th, .content-form td {
    border-top: 1px solid #CCC !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none;
   padding: 1em !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
}
.marker {
  background: #FFFF33;
}
.content-form table {
  border-bottom: 1px solid #CCC !important;
}
.input-number br {
  display: none;
}
.input-number {
  position: relative;
  margin-right: 3em !important;
}
#booking-form {
  line-height: 1.5 !important;
}
.content-form legend {
    font-size: 1.25rem !important;
    padding: 0 !important;
    margin-bottom: .5em;
}
.unit-price {
  padding: .5em 0;
}
.input-number::after {
  content: "人";
  display: inline-block;
  position: absolute;
  top: 50%;
  left:calc(100% + .5em);
  transform: translateY(-50%);
}

#booking-option-table, .content-form table {
  margin-top: 1em !important;
}
.content-form input, .content-form textarea {
    padding: 3px;
    margin-bottom: 0 !important;
}
#action-button button {
  width: 300px;
  height: 60px;
  border:none;
  background: #0B2027;
  margin: 0 auto;
  color: #FFF;
  border-radius: 999px;
  line-height: 60px;
  padding: 0 !important;
  opacity: 1;
  transition-duration: .3s;
  cursor: pointer;
}
#action-button button:hover {
  opacity: .6;
}
.option-confirm-header, #confirmation-booking-message-title {
  font-weight: bold;
}
#terms-conditions, #accedence-box, #button-message {
    margin: 1rem 0;
    text-align: center;
    line-height: 1.8;
}
#thanks {
  height: 100vh;
}
#thanks footer {
  position: fixed;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
}
.content-form input, .content-form textarea {
  font-family: "Zen Old Mincho", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
.content-text.fat {
    width: 100% !important;
}
.bill-details {
  margin: 0 !important;
  border:none !important;
}
.content-form table.bill-details {
 margin: 0 !important;
 border:none !important;
}
.bill-details td, .bill-details th {
  border:none !important;
  padding: 0 !important;
}
.bill-total, .bill-tax {
    padding-right: 0 !important;
}
.option-confirm-note {
  display: block;
}
.comp, #terms > div, #tokusho, #privacy {
  padding: 110px 8vw 80px;
}
#tokusho > div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#tokusho dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  line-height: 1.5;
}

#tokusho dl dt {
  width: 30%;
  padding: 1em 0;
  border-top: 1px solid #CCC;
  font-weight: bold;
}
#tokusho dl dd {
  width: 70%;
  padding: 1em 0;
  border-top: 1px solid #CCC; 
}
#terms p, #privacy p {
  line-height: 1.8;
  margin-bottom: 1em;
}
#terms ul, #privacy ul {
  list-style: none;
  padding: 0;
}
#terms li, #privacy li {
  line-height: 1.5;
  margin-bottom: .5em;
}
#terms ul > li, #privacy ul > li {
  margin-bottom: 2em;
}
#terms ol, #privacy ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
#terms ol li:after, #privacy ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
 
#terms ol li, #privacy ol li {
  display: table-row;
  counter-increment: table-ol;
}
#terms ol li:before, #privacy ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.comp h2, #terms h2, #privacy h2 {
  margin-bottom: .5em;
}
.comp p {
  line-height: 2;
  margin-bottom: 2em;
}
.comp ul {
  list-style: none;
  padding: 0;
}
.comp ul li {
  line-height: 1.5;
  margin-bottom: .5em;
}
.comp ul li::before {
content: "-";
display: inline-block;
margin-right: .5em;
}
.error-message {
  font-size: 1.25rem;
  color: #f90bb3;
}
.error-message::before {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
}
.booking_inner > h2 {
  background: #0B2027;
  text-align: center;
  padding: 1em;
  color: #FFF;
}
.booking_inner ul {
  padding: 0;
  list-style: none;
  background: repeating-linear-gradient(135deg, #DEDEDE, #DEDEDE 20px, #f2f2f2 20px, #f2f2f2 40px);
  padding: 20px;
}
.booking_inner ul li {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  padding: 4vw;
  border:1px solid #CCC;
  margin-bottom: 20px;
  box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.2);
}
.booking_inner ul li:last-child {
  margin-bottom: 0;
}
.booking_inner_img {
  width: 37%;
  position: relative;
}
.booking_inner_img > span.teshu1, 
.booking_inner_img > span.teshu2, 
.booking_inner_img > span.teshu3 {
	display: block;
	width: 30%;
	height: auto;
	position: absolute;
}
.booking_inner_img > span.teshu1 {
top: -20px;
left: -20px;
}
.booking_inner_img > span.teshu2 {
top: -20px;
left: 15%;
}
.booking_inner_img > span.teshu3 {
	top: -20px;
left: 35%;
}
.booking_inner_info {
  width: 60%;
}
.booking_inner_info h2 {
  margin-bottom: .5em;
}
.booking_inner_info .prof_info {
    width: 100%;
}
.bottom_nav {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
.bottom_nav li{
  margin: 0 1em;
}
.bottom_nav li a {
  color: #212121;
  text-decoration: none;
}
#chamap .page_header + div {
	width: 100%;
	margin: 0 auto;
	padding: 0 8vw 80px;
}
.gmap {
	position: relative;
	height: 0;
	padding-top: 66.66%;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
}
.mb4p, .sekishu2-3 {
	margin-bottom: 4%;
}
.sekishu2-3.flex {
	display: flex;
	justify-content: space-between;
}
.sekishu2-3.flex div {
	width: 48%;
}
.sekishu_desc h2 {
	font-size: 1rem;
	margin-bottom: .5em;
}
.sekishu_desc p {
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: 1em;
}
.kaijo_desc {
	position: relative;
}
.kaiho_desc_ad {
	padding: 1em;
	width: 40%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: .875rem;
	line-height: 1.5;
	background: rgb(0 0 0 / 0.5);
	z-index: 2;
	color: #FFF;
}
.kaiho_desc_ad h2 {
	font-size: 1rem;
	margin-bottom: .25em;
}
.kaiho_desc_ad a {
	color: #FFF;
}

.kaiho_desc_ad p {
	line-height: 1.5;
	margin-bottom: .5em;
}
.kaiho_desc_ad > div {
	z-index: 2;
	position: relative;;
}
.satelite_roop {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.sate_title {
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.satelite_roop li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #0B2027;
}
.satelite_roop li {
width:23%;
margin-bottom: 2%;
}
.satelite_roop::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.satelite_roop::after{
  content:"";
  display: block;
  width:23%;
}
.chajinname {
  font-size: .875rem;
  display: block;
  text-align: center;
  padding: .5em 0;
}
.booking_block h3 {
padding: 0.5em;
font-size: 1rem;
border-top: 3px solid #0B2027;
background: repeating-linear-gradient(135deg, #DEDEDE, #DEDEDE 20px, #f2f2f2 20px, #f2f2f2 40px);
margin-bottom: .75em;
}
.booking_block ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.booking_block_img {
  position: relative;
  margin-bottom: 10px;
}
.booking_block_img > span:first-of-type, 
.booking_block_img > span:first-of-type + span, 
.booking_block_img > span:first-of-type + span + span {
  position: absolute;
  width: 20%;
  height: auto;
}
.booking_block_img > span:first-of-type {
bottom: 10px;
left: 10px;
}
.booking_block_img > span:first-of-type + span {
  bottom: 10px;
  left: 20%;
}
.booking_block_img > span:first-of-type + span + span {
	bottom: 10px;
  left: 35%;
}
.booking_block ul li {
  width: 49%;
  background: #FFF;
  padding: 10px;
  margin-bottom: 2%;
  border: 1px solid #CCC;
  border-radius: .3em;
}
.booking_block ul li a {
  color: #0B2027;
  text-decoration: none;
  opacity: 1;
  transition-duration: .3s;
}
.booking_block ul li a, .booking_block ul li span {
  display: block;
}
.booking_block_title {
  padding: 1em;
  font-size: .875rem;
  background: #EEE;
}
#booking-main,.chajin_detail {
	background: url(img/booking_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/*--
.chajin_detail {
	position: relative;
	z-index: -1;
}
.chajin_detail::after {
	content: "茶人";
	line-height: 1;
	width: 20vw;
	font-size: 20vw;
	position: fixed;
	right: 8vw;
	bottom: 0;
	color: rgb(0 0 0 / 0.05);
	z-index: -1;
}
--*/
.booking_list_sate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.booking_list_sate .m_button {
	display: block;
	width: 200px;
	white-space: nowrap;
	text-align: center;
}
.list_sate {
	line-height: 1.5;
	padding-right: 2em;
}
.list_sate h3 {
	font-size: 1rem;
	margin-bottom: 1em;
}
.list_sate > div {
	display: flex;
	padding: 0;
	list-style: none;
}
.list_sate > div > div {
	width: 20%;
	margin-right: 5px;
}
.list_sate > div > div span {
	display: block;
	text-align: center;
	font-size: .75rem;
}
.news_title {
	font-size: 1.75rem !important;
}
@media (max-width:1024px){
	.news_title {
	font-size: 1.5rem !important;
}
.bookingsate_title {
	font-size: .75rem;
}
.booking_list_sate {
    display: block;
}
.list_sate {
    padding-right: 0;
    margin-bottom: 1em;
}
.booking_list_sate .m_button {
    width: 100%;
}
#booking-main, .chajin_detail {
  position: relative;
  overflow: hidden;
}
#booking-main::before, .chajin_detail::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}
	.booking_block {
		padding: 0 6vw;
	}
	.booking_block ul {
    display: block;
}
.booking_block ul li {
    width: 100%;
}
	.splide {
    margin-bottom: 0;
}
.booking_inner_img img {
	    border-radius: 0;
}
.kaiho_desc_ad {
    padding: 1.5em 6vw;
    width: 100%;
    display: block;
    position: static;
    right: auto;
    bottom: auto;
    font-size: .875rem;
    line-height: 1.5;
    background: transparent;
    z-index: 2;
    background: #0B2027;
    color: rgb(255 255 255 / 0.8);
}
.kaiho_desc_ad a {
	color: rgb(255 255 255 / 0.8);
}
	.post_header h1 {
    font-size: 1.125rem;
    padding-top: 1em;
}
.booking_inner_img > span.teshu1, .booking_inner_img > span.teshu2, .booking_inner_img > span.teshu3 {
    width: 20%;
}
.booking_inner_img > span.teshu1 {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
}
.booking_inner_img > span.teshu2 {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 20%;
}
.booking_inner_img > span.teshu3 {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 35%;
}
	#chamap .page_header + div {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
	.gmap {
	padding-top: 100%;
}
	body {
    font-size: 90%;
}
.nav_menu_head {
    display: block;
    width: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nav_logo {
  margin-bottom: 4vh;
}
.nav_logo, .menu_link {
    width: 100%;
}
	#key {
    aspect-ratio: 1 / 1;
}
#key #poster {
    width: 75%;
    margin: 0;
}
.tareru {
    position: absolute;
    right: 0;
    bottom: -23px;
    width: 100px;
}
#news > div {
    display: block;
}
#news {
    border-bottom: 1px solid #CCC;
    padding: 2em 6vw;
}
h1 {
    font-size: 1.5em;
}
#news h1 {
	margin-bottom: .5em;
}
#news time, #news h2 {
	font-size: .875rem;
	}
#news h1 + div {
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
#about, #outline {
    padding: 40px 6vw;
}
#under {
  padding: 0 0 40px;
}
.read_title {
	font-size: 1.125rem;
}
.read {
    line-height: 1.8;
    margin-bottom: 1.5em;
}
.uturn, .uturn.is-visible {
	display: none;
}
#about h1 span {
    display: block;
    margin-left: 0;
}
.data dt {
    float: none;
    clear: none;
    width: 100%;
    padding: 1em 0 0 0;
    border-top: 1px solid #999;
}
.data dd {
    padding: .25em 0 1em 0;
    border-top: none;
}
.mb60 {
    margin-bottom: 40px;
}
#h_inner {
    padding: 10px 20px;
}
.index_menu_nav {
	top: 20px;
	right: 20px;
}
#main_logo {
    width: 100px;
}
#h_inner .tareru {
    position: absolute;
    right: 0;
    bottom: -23px;
    width: 100px;
}
.two_column {
    display: block;
}
.left_column {
    padding: 0;
    width: 100%;
}
.sticky {
    position: static;
    top: auto;
}
#single > div {
    padding: 110px 6vw 40px;
}

.right_column {
    width: 100%;
    margin: 0;
    padding: 0;
}
.post-category {
	margin-bottom: .5em;
	position: relative;
	padding: 0;
  font-size: 2rem;
}

.postsingle_tag li {
    font-size: .75rem;

}
.related-posts h2 {
    font-size: 1.125rem;
}
.related-meta h3 {
    font-size: .875rem;
}
.related-date {
    font-size:.75rem; 
}
.uturn2 {
	display: none;
}
.menu_nav ul > li {
    font-size: clamp(1rem, 5vw, 3rem);
}
.page_content {
    padding: 60px 0 0;
}
#chajin ul {
border-right: 1px solid #0B2027;
    border-bottom: 1px solid #0B2027;
}
#chajin ul li {
    width: 33.33333%;
    border-left:1px solid #0B2027;
    border-right: none;
    border-bottom: none;
    border-top:1px solid #0B2027;
}
#chajin ul li a span {
    display: block;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
font-size: .75rem;
text-align: center;
padding: .5em 0;
background: #FFF;
color: #0B2027;
}
#chajin_prof > div {
    padding: 8vw 8vw 40px;
}
.chajin_twocolumn {
    display: block;
}
.prof_info h1 {
    font-size: 1.125rem;
}
.prof_img,.prof_info {
    width: 100%;
}
.prof_img {
	margin-bottom: 2em;
}
.post_header h1 {
    margin: 0 0 .5em;
}
.prof_info dl dt {
    float: none;
    clear: none;
    width: 100%;
    padding: .5em 0 0 0;
    border-top: 1px solid #CCC;
}
.prof_info dl dd {
    padding: .25em 0 .5em 0;
    border-top: none;
}
.prof_info dl, .satelite_roop {
    margin-bottom: 1em;
}

.s_button {
   display: block;
    font-size: .875rem;
    padding: 1em 1.5em;
    margin: .75em 0;
}
.sate, .main_k {
	margin-right: 1em;
	margin-bottom: .5em; 
	padding: 0 .25em;
	font-size: .75rem;
}
.prof_info h1 span {
  display: block;
  margin-left: 0;
  font-size: .875rem;
}
#single_booking .two_column {
  display: flex;
  flex-direction: column-reverse;
}
#single_booking > div {
    padding: 60px 0 40px;
}
.back_page a {
    display: block;
    padding: 1em;
    text-align: center;
}
.booking_infobox, #single_booking .sticky {
	padding: 0 6vw;
}
.splide__slide img {
    border-radius: 0;
}
.day-calendar th, .day-calendar td {
  font-size: .875rem !important;
}
#bookinkg-page > div {
    padding: 40px 6vw 40px;
}

.content-form legend {
    font-size: 1.125rem !important;
}

.content-form th, .content-form td {
  display: block;
    border-right: none !important;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    padding: 0 !important;
}
.content-form th {
  width: 100% !important;
  text-align: left !important;
  border-bottom: none !important;
  padding: 1em 0 0 !important;
  font-size: .875rem !important;
}
.content-form td {
  border-top: none !important;
  padding: .5em 0 1em !important;
  font-size: .875rem !important;
}
.content-form fieldset {
    margin: 0 0 1em !important;
}
.input-number {
    float: none !important;
    display: inline-block !important;
    margin-right: 3em !important;
    text-align: left !important;
    margin-bottom: .5em;
}
.comp, #terms > div, #tokusho  {
    padding: 40px 6vw 40px;
}
#tokusho dl {
    display: block;
}
#tokusho dl dt {
    width: 100%;
    padding: 1em 0 0;
}
#tokusho dl dd {
    width: 100%;
    padding: 0 0 1em;
    border-top: none;
}
.comp h2, #terms h2 {
  font-size: 1.125rem;
}
.comp p, #terms p {
  margin-bottom: 1em;
}
.m_button {
    width: 100%;
    display: block;
    text-align: center;
}
.booking_inner > h2 {
  font-size: 1.125rem;
}
.booking_inner ul li {
    display: block;
    padding: 15px 15px 40px;
    margin-bottom: 10px;
}
.booking_inner_img, .booking_inner_info {
  width: 100%;
}
.booking_inner_img {
  margin-bottom: 1.5em;
}
.booking_inner_info {
  padding: 0 4vw;
}
.booking_inner ul {
    padding: 10px;
}
.booking_inner_info h2 {
    font-size: 1.125rem;
    margin-bottom: .5em;
}
.booking_inner_info .prof_info dl dd {
    padding: 0 0 .5em 0;
}
.booking_inner_info .prof_info dl dt {
    padding: .5em 0 0 0;
}
.booking_inner_info .prof_info dl {
    margin-bottom: 1em;
}
.bottom_nav {
  list-style: none;
  padding: 0;
  margin-bottom: 2em;
  display: block;
}
.bottom_nav li {
  margin: 0;
}
.bottom_nav li a {
display: block;
padding: 1em;
text-align: center;
border-bottom: 1px solid #CCC;
}
.prof_info dl dt, .prof_info dl dd {
    line-height: 1.5;
}
.satelite_roop li {
    width: 31%;
}
.satelite_roop::before {
  width: 31%;
}
.satelite_roop::after {
  display: none;
}
}
@media (any-hover: hover) {
  #chajin ul li a:hover span {
    opacity: 1;
    visibility: visible;
  }
   #chajin ul li a:hover img {
    opacity: .5;
  }
  .prof_info .back_page a:hover {
  	background: #0B2027;
  	color: #FFF;
  }
  .m_button:hover, .s_button:hover {
    background: #FFF;
    color: #0B2027;
  }
  .back_page a:hover {
    background: #FFF;
    color: #0B2027;
  }
  .booking_inner_info .prof_info dl dd:first-of-type + dt + dd a:hover {
	color: #0B2027;
	text-decoration: underline;
}
.satelite_roop li a {
  opacity: 1;
  transition-duration: .3s;
}
.satelite_roop li a:hover, .booking_block ul li a:hover {
  opacity: .6;
}
}