@charset "utf-8";
/*
Theme Name: KYOTENJIN English
Theme URI: https://kyotenjin.com/en/
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: 768px) {
.pc_display {
  display: none !important;
 }
.sp_display {
  display: block;
 }
 }
 #bg_fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
 }
 .img100 {
  width: 100%;
  height: auto;
  display: block;
 }
 .mb2em {
  margin-bottom: 2em;
 }
 h1 {
  margin: 0 0 1em;
 }
body {
  font-size: 90%;
  width: 100%;
  position: relative;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
 }
 body {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}
 header#global_header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 40px;
    background: #FFF;
    width: 100%;
    
}
header#global_header > div {
  position: relative;
display: flex;
    justify-content: space-between;
    align-items: center;
}
#copy {
  position: fixed;
  right: 40px;
  bottom: 40px;
  font-size: .875rem;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  text-align: right;
}
#site_title {
  font-size:.875rem;
  width: 60px;
  height: 60px;
}
.info_read {
  line-height: 1.8;
  margin-bottom: 2em;
}
.main_title {
  font-size: 1.5rem;
}
#intro .main_title {
  margin-top: 1em;
}
.title {
  font-size: 1.125rem;
}
section > div {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#shopinfo > div {
  max-width: 960px;
  padding-bottom: 40px;
}
#intro  > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#intro  > div > div {
  width: 48%;
}
.img_add_list {
  display: flex;
  justify-content: space-between;
}
.img_add_list li {
  width: 30%;
  position: relative;
}
.img_add_list li span {
  display: block;
  position: absolute;
  bottom: .75em;
  left: 1em;
  color: #FFF;
}
#site_title img, .img_add_list li img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition-duration: 1s;
}
.img_add_list li a:hover img {
  opacity: .6;
}
#site_title a {
  color: #333;
  text-decoration: none;
  position: relative;
}
#site_title a::after {
  content: "Kyotenjin Noguchi";
position: absolute;
top: 50%;
left: calc(100% + .5em);
transform: translateY(-50%);
display: block;
white-space: nowrap;
}
#access > div {
  display: flex;
  justify-content: space-between;
}
#access > div > div {
  width: 48%;
}

header#global_header nav.pc_display {
  font-size: .875rem;
  display: flex;
  justify-content: flex-end;
}
header#global_header nav ul {
  display: flex;
  justify-content: flex-end;
}
header#global_header nav li {
  margin-left: 2rem;
}
header#global_header nav li a {
  text-decoration: none;
  color: #333;
  transition-duration: 1s;
}
header#global_header nav li a:hover, .current {
  color: #BBB !important;
}
.ls_normal {
letter-spacing: normal;
}
.upright {
text-combine-upright: all;
}
.rung {
    margin-left: 2em;
}
#top main {
padding: 180px 8vw 80px; 
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}
#intro, #menu, #access, #single_entry {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
#intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.last_read {
  margin-bottom: 4em;
}
#information {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#menu, #access {
  padding-bottom: 120px;
}
#menu > div, #access > div {
  margin: 0 auto;
}
.w47p {
  width: 48%;
}
address {
  font-style: normal;
}
.title_txt {
  font-weight: normal;
 font-size: .875rem;
 margin-top: 1em;
}

.text {
  font-size: 1rem;
}
.text_s {
  font-size: .875rem;
}
.title {
}
.map {
  font-size: .6rem;
  border:1px solid #333;
  padding: .15em .3em;
  display: inline-block;
  margin-left: .5em;
  opacity: 1;
  transition-duration: 1s;
}
.content_link_list li {
  margin-bottom: .5em;
}
.content_link_list li a, .menu_list a, .bt_m a {
  opacity: 1;
  transition-duration: 1s;
}
.content_link_list li a:hover, .map:hover, .menu_list a:hover, .bt_m a:hover {
  opacity: .5;
}
.content_link_list li a::before {
  content: "・";
  display: inline-block;
  margin-right: .5em;
}
.read {
  line-height: 1.5;
}


.tar {
    text-align: right;
}
#intro p {
  line-height: 2;
}

.menu_list {
    line-height: 1.5;
    margin-left: 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 2em;
}

.menu_list > dt {
      width: 10em;
      float: left;
      clear: both;
      padding: 1em 0;
}
.menu_list > dd {
    margin: 0;
    padding: 1em 0 1em 10em;
    border-top: 1px solid #CCC;
}
.menu_list > dd > dl {
  display: flex;
    flex-wrap: wrap;
    line-height: 2;
}
.menu_list > dd > dl dt {
  height: 2em;
  margin-left: .5em;
}
.menu_list > dd > dl dd {
    height: calc(100% - 2em);
    margin: 0;
    padding: 0;
    margin-left: .5em;
}
.menu_list > dd:last-of-type {
  margin-left: 0;
}
.menu_list_sub dd {
  margin: 0 !important;
}
.bt_m a {
  display: inline-block;
  border:1px solid #333;
  padding: .75em 1em;
  position: relative;
}

.main_title span{
  display: block;
}

#information > div .first {
  width: 30%;
  max-height: 540px;
  margin-left: 4em;
}
#information > div .post {
 padding: 0 2%;
 border-left: 1px solid #CCC;
}
#information > div .first + .post {
  border-right: 1px solid #CCC;
}
#information > div .post > div {
      display: flex;
    flex-wrap: wrap;
    letter-spacing: .25em;
    max-height: 540px;
  line-height: 1.5;
}
#information > div .post time {
  display: block;
      height: 15em;
}
#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 {
	text-decoration: underline !important;
}
.content_entry time {
  font-size: .875rem;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 2em;
}
.link_txt {
  display: block;
  }
.link_icon {
  display: none;
  width: 16px;
  height: 16px;
}
i {
  font-style: normal;
}
@media (max-height: 768px) {
.link_icon {
  display: block;
  fill: #333;
}
.link_txt {
  display: none;
  }
}
.web_reserved {
    font-size: .75rem;
    background: #333;
    color: #FFF;
    border: 1px solid #333;
    transition-duration: 1s;
    padding: .2em .4em;
}
@media (max-width: 1024px) {
  .web_reserved {
    font-size: .6rem;
    padding: .25em .3em;
}
  #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%;
   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;
      padding: 1em 0;

}
.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;
}
#site_title {
    width: 40px;
    height: 40px;
    position: static;
    top: 0;
    left: auto;
    transform: translateX(0);
}
#site_title a::after {
    left: calc(100% + .3em);
    font-size: .75rem;
}
.vertical {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
}
#intro, #menu, #access, #single_entry, #information, #single_entry {
    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-right: 0;
   position: static;
   padding: 70px 0 0;
}


  #copy {
    position: static;
    left: auto;
    bottom: auto;
    line-height: 1.8;
    transform: rotate(0);
    text-align: right;
    padding: 0 8vw 40px;
    font-size: .75rem;
}
body {
  min-width: 100%;
  min-height: 100%;
  font-size: 90%;
}
.text {
  font-size: .875rem;
}
.text_s {
  font-size: .75rem;
}
#intro p {
    line-height: 1.5;
    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: 1em;
}
.main_title {
    margin-left: 0;
    line-height: 1.5;
}
#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: 2em;
}
#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%;
}
.bt_m a::before {
    display: none;
}
.bt_m a {
    padding: .75em;
    margin: 0 auto;
}
#menu .main_title span {
  display: block;
}
.title_txt {
    font-weight: normal;
    font-size: .875rem;
    margin-top: .5em;
}
.title_txt i {
  display: none;
}
.menu_list {
    display: block;
    line-height: 1.5;
    max-height: 100%;
    margin: 0 0 2em;
    border-bottom: 1px solid #ccc;
}
.menu_list > dt {
    margin-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 1em;
    font-weight: bold;
    width: 100%;
    float: none;
    clear: none;
    padding: 1em 0 .5em;
}
.menu_list > dd {
    margin: 0;
    padding: 0 0 1em 0;
    border-top: none;
}

.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 {
  padding-bottom: 1.5em;
}
.menu_list_sub + p {
  margin: 0;
}
.menu_list > dd > dl {
    display: block;
    flex-wrap: wrap;
    line-height: 1.8;
    margin-top: 0;
}
.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.5;
    position: relative;
    padding: 0;
}
.read::before {
    top: .75em;
    right: auto;
    left: 0;
}
#access .menu_list {
    margin-left: 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}
.map {
    font-size: .6rem;
    padding: 0 .25em;
}
header#global_header nav li {
   margin-left: 0;
}
header#global_header nav ul {
    display: block;
}
#intro, #menu, #access {
    padding-bottom: 40px;
}
#intro > div > div {
    width: 100%;
}
#intro > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.main_title {
    font-size: 1rem;
}
.title {
    font-size: 1rem;
}
.img_add_list {
    display: block;
}
.img_add_list li {
    width: 100%;
    margin-bottom: 10px;
}
.img_add_list li span {
    left: 1em;
    bottom: 1em;
}
#access > div {
    display: block;
    justify-content: space-between;
}
#access > div > div {
    width: 100%;
}
#access .intro_slide + div {
   padding: 40px 8vw;
}
.info_read {
    margin-bottom: 1.5em;
}
}
