@charset "utf-8";
/*
Theme Name: 京天神
Theme URI: https://kyotenjin.com/
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, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
 }
 dd {
  margin: 0;
  padding: 0;
 }
 a {
  text-decoration: none;
  color: #333;
 }
 .pc_display {
  display: block;
 }
 .sp_display {
  display: none;
 }
 @media (max-width: 1024px) {
.pc_display {
  display: none !important;
 }
.sp_display {
  display: block;
 }
 }
 #bg_fixed {
  width: 100vw;
  height: 100vh;
  background: url(img/bg_index.jpg) 0 0 no-repeat;
  background-position: fixed;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
 }
 .img100 {
  width: 100%;
  height: auto;
  display: block;
 }
 h1 {
  margin: 0 0 0 2em;
 }
  h2.title {
  margin: 0 0 0 2em;
 }
body {
  font-size: 100%;
  width: 100%;
  position: relative;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  min-width: 1200px;
  min-height: 700px;
 }
 header#global_header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100vh;
    padding: 40px 50px;
}
header#global_header > div {
  position: relative;
  bottom: 0;
  right: 0;
  height: 100vh;
}
#copy {
  position: fixed;
  left: 40px;
  top: 40px;
  font-size: .875rem;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
#site_title {
  font-size:.937rem;
  letter-spacing: 1rem;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: calc(50% + .5em);
  transform: translateX(-50%);
}
#site_title img {
  display: block;
  width: 100%;
  height: auto;
}
#site_title a {
  color: #333;
  text-decoration: none;
}
header#global_header nav {
  position: absolute;
  top: 92px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .875rem;
}
header#global_header nav > ul {
  height: calc(100vh - 200px);
}
header#global_header nav > ul > li {
  margin-top: 2rem;
  letter-spacing: .1rem;
}
header#global_header nav > ul > li:first-child {
  margin-top: 0;
}
.parent_menu .sub_menu li {
  letter-spacing: .1rem;
  margin-left: 1em;
}
.parent_menu .sub_menu li a::before {
  content: "・";
}
header#global_header nav li a {
  text-decoration: none;
  color: #333;
  transition-duration: 1s;
}
.current {
  color: #BBB !important;
}
.parent_menu {
  position: relative;
}
.parent_menu .sub_menu {
  position: absolute;
  right: 100%;
  top: 0;
  justify-content: flex-end;
  height: 16em;
  padding: 0 2em;
  transition-duration: 1s;
  opacity: 0;
  visibility: hidden;
}
.sub_menu {
  opacity: 1;
  visibility: visible;
}
.vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.ls_normal {
letter-spacing: normal;
}
.upright {
text-combine-upright: all;
}
.rung {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    white-space: nowrap;
}
#top main {
  width: 100%;
  height: 100vh;
  padding: 0 100px;
  position: relative;
z-index: 0;
}
#intro, #menu, #single_entr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
}

#access > div, #reservation > div {
  display: flex;
  flex-direction: row-reverse;
}
#reservation > div {
	justify-content: center;
}
#shopinfo, #access, #information, #reservation {
  position: static;
  padding-top: 160px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#reservation h2 {
	border-right: 2px solid #333;
	padding: 0 1em 1em 0;
	margin-left: 1em;
}
#reservation .menu_list {
	border-left: 1px solid #CCC;
}
#reservation .menu_list > dt, #reservation .menu_list > dd {
	border-right: 1px solid #CCC;
	margin-left: 0;
	padding: 0 1em;
}

.intro_slide {
  margin-left: 4em;
}
.link_list, .img_add_list {
  display: flex;
  flex-direction: row-reverse;
}
.img_add_list {
  justify-content: space-between;
}
.link_list li {
  margin-left: 2em;
}
.link_list li:last-child, .img_add_list li:last-child {
  margin-left: 0;
}
.link_list li a::before {
  content: "･";
  display: inline-block;
  margin-bottom: .5em;
}
.content_link_list li {
  margin-left: 1em !important;
}
.img_add_list {
  width: calc(100% - 6em);
}
.img_add_list li {
  width: 28%;
  text-align: right;
}
.img_add_list li span {
  display: block;
  padding: 0 1em;
}
.img_add_list li a {
  display: block;
  width: 100%;
  opacity: 1;
  transition-duration: 1s;
}

.img_add_list li img {
  display: block;
  width: 100%;
  height: auto;
}

#menu > div, #access > div, #reservation > div {
  margin: 0 auto;
}
.w47p {
  width: 47%;
}
.mauto {
  margin: 0 auto;
  width: 48%;
}
.mauto .intro_slide {
  margin-left: 0;
}
address {
  font-style: normal;
}
.title_txt {
  font-weight: normal;
 font-size: .875rem;
 margin-top: 1em;
 letter-spacing: .1em;
 line-height: 1.5;
}

.text {
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
.text_s {
  font-size: .875rem;
  letter-spacing: .1em;
  line-height: 1.5;
}

.info_read {
  font-size: .875rem;
  letter-spacing: .1em;
  line-height: 2;
  margin: 0 0 0 2em;
}
#reservation .info_read {
	margin: 0 0 0 4em;
}
.title, .title2 {
  letter-spacing: .25em;
  line-height: 1.5;
}
.title2 {
  margin-left: 1.5em !important;
}
.map {
  font-size: .75rem;
  border:1px solid #333;
  padding: .25em 0;
  transition-duration: 1s;
}

.read {
  margin-left: 2em;
  line-height: 2;
  position: relative;
  padding-top: 1em;
}
.read::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  position: absolute;
  top: 0;
  right: calc(1em - 2px);
  border-radius: 999px;
}
.vertical_content {
    display: flex;
    flex-direction: row-reverse;
}
.tar {
    text-align: right;
}
#intro p {
  line-height: 3;
  margin-left: 2em;
  letter-spacing: .1rem;
}
.ls045em {
letter-spacing: .45em;
}
.ls05em {
letter-spacing: .5em;
}
.ls1em {
letter-spacing: 1em;
}
.ls2em {
letter-spacing: 2em;
}
.sns_link {
  position: fixed;
  bottom: 40px;
  left: 40px;
  font-size: .875rem;
  letter-spacing: .1em;
}
.sns_link a {
  border-bottom: 1px solid #333; 
  display: inline-block;
  padding-bottom: .5em;
}

.sns_link i {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: .3em;
}
.menu_list {
display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    letter-spacing: .25em;
    max-height: 500px;
    margin-left: 2em;
}
.menu_list_sub {
  display: flex;
  flex-wrap: wrap;
    line-height: 1.5;
    letter-spacing: .1em;
}
.menu_list_sub dt {
  height: 14em;
}
.fa-line {
  color: #000;
}
#access .menu_list, #reservation .menu_list {
    margin-left: 4em;
}
.menu_list > dt {
      height: 8em;
    margin-left: 2em;
}
.menu_list > dd {
    height: calc(100% - 8em);
    margin: 0;
    padding: 0;
    margin-left: 2em;
}
#menu .menu_list {
  line-height: 1.5;
  margin-left: 1em;
}
#menu .menu_list > dt {
    margin-left: 1.5em;
}
#menu .menu_list > dd {
    margin-left: 1.5em;
}
.sub_title {
  margin-left: 2em;
}
.last_read {
  line-height: 1.8;
  margin: 0 0 0 4em;
}
.first_menu dt:last-of-type, .first_menu dd:last-of-type {
  margin-left: 0 !important;
}
.menu_list > dd > dl {
  display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.menu_list > dd:last-of-type {
  margin-left: 0;
}
.bt_m {
  margin: 0 4em 0 0;
  text-align: right;
}
.bt_m a {
  display: inline-block;
  border:1px solid #666;
  padding:.75em .5em;
  position: relative;
  opacity: 1;
  transition-duration: 1s;
}

.main_title {
  margin-left: 3em;
}

#information > div .first {
  width: 30%;
  max-height: 540px;
  margin-left: 2em;
  display: flex;
  flex-direction: row-reverse;
}
#information > div .first.cate {
  width: 35%;
  margin-left: 0;
}
.thumbnail + .post {
  margin-right: 1em;
}
.border_left {
  border-left:1px solid #CCC;
  padding-left: 1em;
  margin-left: 1em;
}
#information > div .post li {
border-right: 1px solid #CCC;
padding: 0 1em;
height: 100%;
}
#information > div .post li span {
  display: block;
  height: 100%;
}
.PageNation span, .PageNation a {
  display: inline-block;
  padding: .5em;
}
.post-categories {
  text-align: right;
  margin-right: 1em;
}
#information > div .post li:last-child {
border-left: 1px solid #CCC;  
}

#information > div .post time {
  display: block;
      height: 15em;
      color: #999;
      font-size: .75rem;
}
#information > div .post a {
  height: calc(100% - 15em);
    margin: 0;
    padding: 0;
}
#information > div .first img, #single .img_entry img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2 / 3;
}
#information > div .first .text {
  padding: 1em 0 .25em;
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}
#information > div .first .date {
  font-size: .875rem;
  text-align: right;
  line-height: 1.5;
}
.bnav {
  width: 100%;
  margin-top: 1em;
  font-size: .875rem;
}
#single{
  display: flex;
    line-height: 2;
    letter-spacing: .25em;
    max-height: 540px;
    flex-direction: row-reverse;
    width: 100%;
}
.content_entry {
  display: flex;
  max-height: 540px;
  flex-direction: row-reverse;
  overflow-y: auto;
  margin-left: 2em;
  padding-bottom: 2em;
}
#single .img_entry {
  width: 30%;
  margin-left: 2em;
}
.content_entry h1 {
  margin-left: .5em;
  line-height: 1.8;
}
.entry_post {
  font-size: .875rem;
}
.entry_post a {
  opacity: .6;
  transition-duration: 1s;
}

.content_entry time {
  font-size: .75rem;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
  margin-top: 0;
  color: #999;
}
.link_txt {
  display: block;
  }
.link_icon {
  display: none;
  width: 16px;
  height: 16px;
}
i {
  font-style: normal;
}
.normal_sec {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: .875rem;
  padding: 120px 6vw 80px;
}
.normal_sec.checkout_out {
  max-width: 1366px;
}
.normal_sec .main_title {
margin: 0 0 1em 0;
font-size: 1.25rem;
}

@media (max-height: 800px) {
.link_icon {
  display: block;
  fill: #333;
}
.link_txt {
  display: none;
  }
}

body {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
  .web_reserved {
    font-size: .75rem;
    background: #333;
    color: #FFF;
    border: 1px solid #333;
    transition-duration: 1s;
    padding: .25em 0;
  }

@media (max-width: 1024px) {

  #reservation .menu_list {
    border-left: none;
    margin-bottom: 4em !important;
}
#reservation .menu_list:last-of-type {
  margin-bottom: 0 !important;
} 
#reservation .menu_list > dt, #reservation .menu_list > dd {
    border-right: none;
    margin-left: 0;
    padding: 0;
}
  #reservation .menu_list > dt {
    padding: 1em 0 0.25em;
  }
  #reservation .menu_list > dd {
    padding: 0 0 1em;
  }
  #reservation h2 {
    border-right: none;
    border-top: 2px solid #333;
    padding: 1em 0;
    margin-left: 0;
    margin-bottom: 0;
}
  #reservation .info_read {
    margin: 0 0 4em;
}
  .thumbnail + .post {
    margin-right: 0;
    border-top: none !important;
}
.border_left {
    margin-left: 0;
}
  #information > div .first {
    width: 100%;
    max-height:100%;
    margin-left: 0;
    display: block;
    flex-direction: column-reverse;
}
#information > div .first.cate {
    width: 100%;
    margin-left: 0;
}
  .post-categories a {
    color: #999;
  }
  .entry_post p {
    line-height: 2;
  }
  #single {
    padding: 40px 8vw;
  }
  #information > div .post li span {
    height: auto;
    margin-bottom: .5em;
}
.post-categories {
    margin-right: 0;
}
  #information > div .post li {
    border-right: none;
    border-bottom: 1px solid #CCC;
    padding: .5em 0;
    height: auto;
    line-height: 1.5;
}
#information > div .post li:last-child {
    border-left: none;
}
	.info_read {
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 0 2em 0;
}
.info_read br {
	display: none;
}
	.title2 {
    margin-left: 0 !important;
}
	.sns_link a {
    border-bottom: 1px solid #333;
    display: inline-block;
    padding: .5em;
}
	.sns_link {
    position: fixed;
    bottom: 20px;
    left: auto;
    right: 20px;
    font-size: .75rem;
    letter-spacing: .1em;
}
	.link_list li a::before {
    margin-bottom: 0;
    margin-right: .5em;
}
	.content_link_list li {
    margin-left: 0 !important;
    margin-bottom: .5em;
}
	.link_list {
    display: block;
}
	h2.title {
    margin: 0 0 1em;
}
	#access > div, #reservation > div {
    display: block;
}
.intro_slide {
		height: auto;
		margin: 0;
}
.img_add_list li img {
    display: block;
    width: 50%;
    height: auto;
}
.img_add_list li a {
    display: block;
    width: 100%;
    display: flex;
    background: rgba(0,0,0,0.6);
    position: relative;
    height: 100%;
    color: #FFF;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.img_add_list li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    
}
.img_add_list li span {
	  writing-mode: vertical-rl !important;
    text-orientation: upright !important;
    display:inline-block;
    white-space: pre;
    padding: 0;
    position: absolute;
    left: calc(75% - 0.5em);
    top: 50%;
    transform: translateY(-50%);
}
.img_add_list {
    width: 100%;
    flex-direction: column;
}	
	#shopinfo, #access, #information, #reservation {
    padding-top: 0;
}
	.mauto {
    margin: 0 auto;
    width: 100%;
}
  .sub_title {
    margin-left: 0;
    line-height: 1.8;
}
  #menu .menu_list > dd {
    margin-left: 0;
}
  #menu .menu_list {
    margin-left: 0;
}
  #menu .menu_list > dt {
    margin-left: 0;
}
.last_read {
    line-height: 1.8;
    margin: 0 0 4em 0;
}
.last_read br {
  display: none;
}
  #dr-menu {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 99;
}
#dr-menu span:before {
    width: 24px;
    height: 1px;
    top: -6px;
    content: "";
    position: absolute;
    background: #333;
    left: 0;
    transition-duration: .3s;
}
#dr-menu span {
    width: 24px;
    height: 1px;
    top: 20px;
    left: 8px;
    position: absolute;
    transition-duration: .3s;
}
#dr-menu span:after {
    width: 24px;
    height: 1px;
    bottom: -6px;
    content: "";
    position: absolute;
    background: #333;
    left: 0;
    transition-duration: .3s;
}
.open {
  overflow: hidden;
}
.open #site_title a {
    color: #FFF;
}
.open #dr-menu span:before {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
    background: #FFF;
}
.open #dr-menu span:after {
    transform: rotate(-45deg);
    bottom: 50%;
    background: #FFF;
}
header#global_header nav {
    position: fixed;
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    transform: translateX(0);
}
.menu_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,1);
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.menu_nav > ul {
    position: fixed;
   width: 100%;
   height: auto !important;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   z-index: 60;
}
.menu_nav > ul li {
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #FFF;
}
.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;
}
header#global_header {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    height: auto;
    width: 100%;
    padding: 15px 20px;
}
header#global_header > div {
    position: static;
    bottom: auto;
    top: 0;
    right: auto;
    left: 0
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
#site_title {
    width: 40px;
    height: 40px;
    position: static;
    top: 0;
    left: auto;
    transform: translateX(0);
}
.vertical {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}
#intro, #menu, #access, #single_entry, #information, #single_entry, #reservation {
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    display: block;
    width: 100%;
    max-width: 100%;
}
#intro {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
.vertical_content, #single_entry {
    display: block;
padding: 40px 8vw;
}
#single h2 {
  margin-top: 0;
}
.w47p {
width: 100vw;

}
#top main {
    width: 100%;
    height: auto;
   padding: 0;
   position: static;
   padding-top: 70px;
}
  #copy {
    position: static;
    left: auto;
    bottom: auto;
    line-height: 1.8;
    transform: rotate(0);
    padding: 0 0 40px;
    font-size: .75rem;
    padding: 0 8vw 40px;
}

body {
  min-width: 100%;
  min-height: 100%;
  font-size: 90%;
}
.text {
  font-size: .875rem;
}
.text_s {
  font-size: .75rem;
}
#intro p {
    line-height: 1.8;
    margin-left: 0;
}
#intro p br {
  display: none;
}
h1 {
    margin: 0 0 1em;
}
#information > div .first {
    width: 100%;
    max-height: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.main_title {
    margin-left: 0;
    line-height: 1.8;
}
#information > div .first .text, #information > div .first .date {
    text-align: left;
}
#information > div .first + .post {
    border-right: none;
}
#information > div .post {
    padding: 1em 0;
    border-left: none;
    border-top: 1px solid #CCC;
}
.bnav {
  border-top: 1px solid #CCC;
      margin-top: 0;
      padding-top: .5em;
      margin: 0 8vw 4em;
      width: auto;
}
#information > div .post > div {
    display: flex;
    letter-spacing: .1em;
    max-height: 100%;
    line-height: 1.8;
   flex-direction:column-reverse;
}
#information > div .post time {
    display: block;
    height: auto;
    letter-spacing: 0;
}
#information > div .post > div > a {
  font-weight: bold;
}
#single .img_entry {
    width: 100%;
    margin-left: 0;
}
#single {
    display: block;
    line-height: 1.8;
    letter-spacing: .1em;
    max-height:100%;
    flex-direction: row-reverse;
    width: 100%;
}
.entry_post {
  font-size: .75rem;
}
.content_entry {
    display: block;
    max-height: 100%;
    flex-direction: row-reverse;
    overflow-y: auto;
    margin-left: 0;
    padding: 2em 0 2em;
}
.content_entry h1 {
    margin-left: 0;
    line-height: 1.8;
}
.content_entry time {
    margin-top: .5em;
    display: block;
}
.bt_m {
  width: 100%;
  margin-top: 2em;
}
.bt_m a::before {
    display: none;
}
.bt_m a {
    padding: .5em .75em;
    margin: 0 auto;
}
#menu .main_title span {
  display: block;
}
.title_txt {
    font-weight: normal;
    font-size: .875rem;
    margin-top: .5em;
    letter-spacing: .1em;
}
.title_txt i {
  display: none;
}
.menu_list {
    display: block;
    line-height: 1.8;
    letter-spacing: .1em;
    max-height: 100%;
    margin: 0 0 2em;
    border-bottom: 1px solid #ccc;
}
.menu_list > dt {
    height: 100%;
    margin-left: 0;
    margin-bottom: .5em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
    font-weight: bold;
}
.menu_list > dd > dl dd:last-of-type, 
.menu_list > dd:last-of-type {
  margin-bottom: 0;
}
.menu_list > dd > dl dd br {
  display: none;
}
.menu_list > dd {
    height: auto;
    margin: 0;
    padding: 0;
    margin-left: 0;
    padding-bottom: 1em;
}
#access .menu_list > dd:last-of-type, #reservation .menu_list > dd:last-of-type {
  padding-bottom: 1em;
}
.menu_list > dd > dl {
    display: block;
    flex-wrap: wrap;
    line-height: 1.8;
    margin-top: 1em;
}
.menu_list > dd > dl dt {
    height: auto;
    margin: 0 0 .5em;
    font-weight: bold;
}
.menu_list > dd > dl dd {
    height: auto;
    margin: 0 0 1em;
    padding: 0;
    margin-left: 0;
}
.read {
    margin-left: 0;
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 1em;
}
.read::before {
    top: .75em;
    right: auto;
    left: 0;
}
#access .menu_list, #reservation .menu_list {
    margin-left: 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}
.map, .web_reserved {
    font-size: .6rem;
    padding: .25em .4em;
    letter-spacing: 0;
}
.map {
	border:none;
	padding: 0;
	font-size: .75rem;
}
.map::before {
	content: "\f3c5";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	display: inline-block;
	margin-right: .25em;
}

.ls045em, .ls05em, .ls1em, .ls2em {
letter-spacing: 0;
}
}

@media (any-hover: hover) {
 .web_reserved:hover {
    background: transparent;
    color: #333;
  }
.entry_post a:hover {
  opacity: 1;
}
.bt_m a:hover {
  opacity: .3;
}
.sns_link a:hover {
  border-bottom: 1px solid transparent;
}
.map:hover {
  background: #333;
  color: #FFF;
}
.img_add_list li a:hover {
  opacity: .6;
}
.parent_menu:hover {
opacity: 1;
  visibility: visible;
}
header#global_header nav li a:hover {
color: #BBB !important;
}
}