@charset "utf-8";
/*
Theme Name: yellowglasse
Template: twentytwenty
Author: yellowglasse
Author URI: https://yellowglasses.jp　　
*/
/*--------------------------------------------------------------
# Offset
--------------------------------------------------------------*/
/* CSS Document */
/*
  Made by Elly Loel - https://ellyloel.com/
  With inspiration from:
    - Josh W Comeau - https://courses.joshwcomeau.com/css-for-js/treasure-trove/010-global-styles/
    - Andy Bell - https://piccalil.li/blog/a-modern-css-reset/
    - Adam Argyle - https://unpkg.com/open-props@1.3.16/normalize.min.css / https://codepen.io/argyleink/pen/KKvRORE

  Notes:
    - `:where()` is used to lower specificity for easy overriding.
*/
* {
  /* Remove default margin on everything */
  margin: 0;
  /* Remove default padding on everything */
  padding: 0;
  /* Calc `em` based line height, bigger line height for smaller font size and smaller line height for bigger font size: https://kittygiraudel.com/2020/05/18/using-calc-to-figure-out-optimal-line-height/ */
}
/* Use a more-intuitive box-sizing model on everything */
*, ::before, ::after {
  box-sizing: border-box;
}
/* Remove border and set sensible defaults for backgrounds, on all elements except fieldset progress and meter */
*:where(:not(fieldset, progress, meter)) {
  background-origin: border-box;
  border-style: solid;
  border-width: 0;
  /* background-repeat: no-repeat; */
}
html {
  /* Allow percentage-based heights in the application */
  block-size: 100%;
  /* Making sure text size is only controlled by font-size */
  -webkit-text-size-adjust: none;
}
/* Smooth scrolling for users that don't prefer reduced motion */
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  /* Improve text rendering */
  -webkit-font-smoothing: antialiased;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter#example_2 */
  /* scrollbar-gutter: stable both-edges; Removed until this bug is fixed: https://bugs.chromium.org/p/chromium/issues/detail?id=1318404#c2 */
  max-width: 2560px;
  /* Allow percentage-based heights in the application */
  min-block-size: 100%;
  /* https://marco.org/2012/11/15/text-rendering-optimize-legibility */
  text-rendering: optimizeSpeed;
}
/* Improve media defaults */ :where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
/* Remove stroke and set fill colour to the inherited font colour */ :where(svg) {
  fill: currentColor;
  stroke: none;
}
/* SVG's without a fill attribute */ :where(svg):where(:not([fill])) {
  fill: none;
  /* Remove fill and set stroke colour to the inherited font colour */
  stroke: currentColor;
  /* Rounded stroke */
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* Set a size for SVG's without a width attribute */ :where(svg):where(:not([width])) {
  inline-size: 5rem;
}
/* Remove built-in form typography styles */ :where(input, button, textarea, select), :where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
/* Change textarea resize to vertical only and block only if the browser supports that */ :where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
/* Avoid text overflows */ :where(p, h1, h2, h3, h4, h5, h6) {
  font-weight: bold;
  overflow-wrap: break-word;
}
/* Fix h1 font size inside article, aside, nav, and section */
h1 {
  font-size: 1em;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ :where(ul, ol)[role="list"] {
  list-style: none;
}
/* More readable underline style for anchor tags without a class. This could be set on anchor tags globally, but it can cause conflicts. */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make it clear that interactive elements are interactive */ :where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button, :where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
/* Animate focus outline */
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}
/* Make sure users can't select button text */ :where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]), :where(input[type="file"])::-webkit-file-upload-button, :where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
}
/* Disabled cursor for disabled buttons */ :where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  font-size: 1rem;
  margin-top: 0rem;
}
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
  margin-top: 0rem;
  padding: 2rem 0;
}
/*--------------------------------------------------------------
# Origin css
--------------------------------------------------------------*/
body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 80%;
}
h3 {
  font-size: 2rem;
}
#site-header, .footer-nav-widgets-wrapper, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .archive-header, .singular .entry-header, .singular .featured-media:before, .wp-block-pullquote:before {
  opacity: none;
}
.company {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
.company th, .company td {
  border: 1px solid #dbe1e8;
  padding: 15px;
}
.company th {
  background: #f9fafc;
  width: 30%;
}
@media only screen and (max-width: 800px) {
  .company tr, .company th, .company td {
    display: block;
    width: auto;
  }
  .company tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  .company th, .company td {
    border-top: none;
  }
}
p.sample1 {
  font-family: Pinyon Script;
  font-size: 35px;
}
/* 画像*/
.trimming {
  background: #eee;
  object-fit: contain;
  width: 400px;
}
a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.7;
}
div.center {
  text-align: center
}
.drawer-navigation .main-navigation ul li {
  border-bottom: 1px solid #ccc;
}
.drawer-navigation ul li a {
  display: block;
}
.drawer-navigation ul li li:last-child {
  border-bottom: 0px solid #ccc;
  border-top: 1px solid #ccc;
  padding-bottom: 0;
}
/* バナー*/
.links {
  display: inline;
  list-style: none;
  margin: 1px;
  padding: 1px 10px 10px 0px !important;
}
.box-schedule {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  grid-template-columns: 1fr 1fr;
}
/*.box_time {text-align: center;padding: .25rem .25rem .25rem .5rem;color: #444;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5; background-color: #fff;}
 .box_date { text-align: center; background-color: #e5e5e5;border-top: 1px solid #fff;border-left: 1px solid #fff;}*/
.box_time {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #444;
  padding: .25rem .25rem .25rem .5rem;
  text-align: center;
}
.box_date {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .box_time:nth-child(odd) {
    grid-row: 1;
  }
  .box_time:nth-child(even) {}
  .box_time {}
}
@media screen and (max-width: 736px) {
  .box-schedule {
    grid-auto-columns: auto;
    grid-template-columns: 1fr 1fr;
  }
  .box_date {
    border-bottom: 1px solid #e5e5e5;
  }
}
/* タイトル*/
.page-title {
  font-size: 1.75rem;
}
.page-schedule {
  font-size: 1.75rem;
  margin: 0px;
  padding: 0.7em 0;
}
.taxonomy-description {
  color: #666;
  font-size: 0.8em;
  padding-left: 10px;
}
/* フォーム対策*/
input {
  font-size: 16px;
  transform: scale(0.8);
}
/* ダブルタップした時にズームしない*/
html {
  touch-action: manipulation;
}
/* スマホ横スクロール対策*/
body {
  overflow-x: hidden;
}
/* 長い名前省略*/
.cast-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* styles for desktop */
.tinynav {
  display: none
}
.mobile {
  display: none;
}
/* styles for mobile */
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  /* 768pxまでの幅の場合に適応される */
  .tinynav {
    display: block
  }
  #nav {
    display: none
  }
  *, *:before, *:after {
    box-sizing: border-box;
  }
  /* スマホスケジュール */
  .gnav {
    margin: 2em auto;
    overflow: hidden;
    width: 50%;
  }
  .gnav select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    width: 100%;
  }
  .gnav select::-ms-expand {
    display: none;
  }
  .gnav.cp_sl0 {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 1px;
    border-radius: 50px;
    position: relative;
  }
  .gnav.cp_sl0::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #da3c41;
    content: '';
    height: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0.8em;
    top: 1em;
    width: 0;
  }

	.gnav.cp_sl0 select {
    color: #000;
    padding: 0px 45px 8px 19px;
}

  /* スマホスケジュール */
}
/*0〜414px 
@media screen and  ( max-width:414px) {*/
.cssgrid {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 0.5em;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin: 0 0 2em;
  padding: 0;
}
.cssgrid > div {
  min-width: 0;
  overflow: auto;
	padding: 0 0 20px 0;
}
}
@media screen and (min-width:415px) and (max-width:959px) {
  .cssgrid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 2em;
    padding: 0.8em;
  }
  .cssgrid > div {
    background: #fff;
    min-width: 0;
    overflow: auto;
  }
}
@media screen and (min-width:960px) {
  /*　画面サイズが960pxからはここを読み込む　*/
  .cssgrid {
    /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
  }
  .cssgrid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 0 2em;
    padding: 0.8em;
  }
  .cssgrid > div {
    background: #fff;
    min-width: 0;
    overflow: auto;
    padding: 1em;
  }
}
/* キャスト一覧 */
/* キャスト個人 */
.flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em;
  padding: 0.4em;
}
.flexbox > div {
  flex: 1 0 300px;
  margin: 0.1em;
  /* background: #fff;*/
  padding: 0.1em;
}
.comment {
  position: relative;
}
@media screen and (min-width:415px) and (max-width:959px) {
  /*　画面サイズが415pxから959pxまではここを読み込む　*/
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
    padding: 0.4em;
  }
  .flexbox > div {
    flex: 1 0 300px;
    margin: 0.4em;
    /* background: #fff;*/
    padding: 0.1em;
  }
}
@media screen and (min-width:960px) {
  /*　画面サイズが960pxからはここを読み込む　*/
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2em;
    padding: 0.4em;
    background-color: #000000ba;
  }
  .flexbox > div {
    flex: 1 0 400px;
    margin: 0.9em;
    padding: 0em;
  }
}
.photo {
  text-align: center;
}
/* キャスト個人 */
/* カレンダー*/
.schedule0 {
  color: #ff0000;
}
.schedule6 {
  color: #0000ff;
}
/* カレンダー
dl dt { float: left; clear: left; width: 7em; }
dl dd {border-bottom: 1px dotted #ccc; padding-left: 7.5em; }*/
/*  個人スケジュール */
/* カレンダー*/
.entry-title {
  font-size: 20px;
  padding: 1em 1.2em;
  position: relative;
}
/* qa*/
.qa dt {
  border-radius: 5px;
  border-top: 1px dotted #e5e5e5;
  font-weight: 400;
  padding: 15px 5px 5px 35px;
  text-indent: -25px;
}
.qa dt:before {
  color: #ff0000;
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}
.qa dd {
  margin: 10px 10px 15px 35px;
  text-indent: -25px;
}
.qa dd:before {
  color: #1771c6;
  content: "A.";
  font-weight: bold;
  margin-right: 7px;
}
/* フッターTEL
 * 	background-color: #000;*/
.wbanner {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #666;
}
.wbanner .yoyaku {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 3px;
  padding: 10px 10px 0px 10px;
}
.wbanner .tel {
  color: #000;
  font-size: 30px;
  font-weight: bolder;
  padding: 0px 10px 3px 10px;
}
.wbanner .time {
  font-size: 20px;
  font-weight: bolder;
  padding: 0px 10px 7px 10px;
  text-align: right;
}
.wbanner .address {
  font-size: 15px;
  margin-bottom: 3px;
  padding: 10px 10px 0px 10px;
}
/* フッターTEL*/
/* スマホボタン
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
	margin: 0.5em 0 0 0.2em;
  text-decoration: none;
  color: #e22658;
  border: solid 2px #e22658;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #e22658;
  color: white;
}

/* カスタム
p {font-size: 1.4rem;padding: 0 0 0 5px;}
p.img_center{text-align: center;}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {max-width: 1020px;	width: calc(100% );}
#site-header {background: #fff;position: relative;opacity:none;}
.footer-nav-widgets-wrapper, #site-footer {background: #fff;position: relative;opacity: 0.55;}
.archive-header {opacity: 0.78;}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
	margin: 0.5em 0 0 0.2em;
  text-decoration: none;
  color: #e22658;
  border: solid 2px #e22658;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #e22658;
  color: white;
}

*/
/* 年齢認証*/
.agegate {
  padding: 150px 0 150px 0
}
.agegate-background, .agegate-background-colour {
  background-size: cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1
}
.agegate {
  margin: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width:768px) {
  .agegate {
    padding-bottom: 150px
  }
}
.agegate-form {
  background: #fff;
  margin: 0 auto;
  max-width: 500px;
  padding: 50px 20px;
  position: relative;
  width: 100%;
}
.agegate-heading {
  margin: 0 0 10px;
  padding: 0
}
.agegate-heading.agegate-logo {
  margin: 0 auto 10px
}
.agegate-heading.agegate-logo img {
  max-width: 100%
}
.agegate-subheading {
  margin: 0 0 10px;
  padding: 0
}
.agegate-challenge, .agegate-message {
  margin: 0 0 10px
}
.agegate-form-elements {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.agegate-form-section {
  margin: 0 5px 10px
}
.agegate-label {
  cursor: pointer
}
.agegate-input, .agegate-select {
  max-width: 80px;
  text-align: center;
  width: 100%
}
.agegate-input::-webkit-contacts-auto-fill-button, .agegate-input::-webkit-credentials-auto-fill-button, .agegate-select::-webkit-contacts-auto-fill-button, .agegate-select::-webkit-credentials-auto-fill-button {
  pointer-events: none;
  position: absolute;
  right: 0;
  visibility: hidden;
}
.agegate-select {
  min-width: 80px
}
.agegate-remember-wrapper {
  margin: 0
}
.agegate-error-message + .agegate-remember-wrapper, .agegate-error.has-error + .agegate-remember-wrapper {
  margin-top: 10px
}
.agegate-remember {
  margin: 0 0 10px
}
.agegate-submit {
  margin-bottom: 10px
}
.agegate-submit-yes {
  margin: 0 5px 10px 0
}
.agegate-submit-no {
  margin: 0 0 10px 5px
}
/*--------------------------------------------------------------
# Custam css
--------------------------------------------------------------*/
/*HOME*/
.post-inner {
padding-top: 6rem;
}
.homecontent {
  text-align: center;
  background-color: #000000ba;
}

.post-content {
    margin: 30px 0;
    font-size: 90%;
}
/*本日の出勤*/
.page-title {
  text-align: center;
}
.wrapper {
  text-align: center;
}
article {
  margin: 0 auto;
}
.header-navigation-wrapper {
  color: #000;
}
#tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0px;
  text-align: center;
}
#tbl-bdr td {
  background: #303030;
  font-size: 0.6em;
  margin: 6px 0 3px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  width: 20%;
}
#tbl-bdr a {
  color: #fff;
  text-decoration: none;
}
.sv {
  height: 20px;
  margin: 3px auto 0px;
}
figure img {
  margin: 0px 0px 1px;
  width: 100%;
}
.front.entry-content {
    margin-top: 90px;
}
.entry-content {
  font-size: 1.8rem;
  margin: 0px 5px 40px;
  padding: 15px;
  background-color: #000000ba;
  line-height: 46px !important;
}
.wrap {
  font-size: 1.4rem;
  line-height: 34px;
  text-align: center;
  padding: 0vh 0;
}
body:not(.enable-search-modal) .header-titles-wrapper {
  height: 100px;
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}
.header-inner {
  max-width: 168rem;
  padding: 0;
  z-index: 100;
}
.systable {
  margin: 0 auto;
}
.systable th {
  padding-left: 15px;
  font-family: 游明朝, "Yu Mincho", YuMincho !important;
}
.systable td {
  padding-left: 15px;
  font-family: 游明朝, "Yu Mincho", YuMincho !important;
  padding: 20px;
}
/* キャスト一覧 */
.cast-photo {
  background-color: #fff;
  border: solid 1px #ddd;
  position: relative;
  text-align: center;
}
.cast-single {
  font-size: 0.9em; /* border: 1px dotted #ddd;*/
  position: relative;
}
.cast-new2 {
  margin: 0;
}
.cast-new {
  margin: 0;
  position: absolute;
  top: 0;
}
.schedule {
  margin: 0 0 40px 0;
}
.schedule__flex {
display: flex;
align-items: center;
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
justify-content: space-around;
margin: 0 0 30px 0;
}
.schedule__flex p{
	margin:0;
}


.comment-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cast-name {
  color: #2d2d2d;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0.1em 0;
}
.cast-size {
  color: #666;
  font-size: 0.8em;
  margin: 0;
}
.cast-grade {
  display: inline-block;
  margin: 0.5em;
}
.cast-time {
  color: #666;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
}
/*セラピスト詳細の時間*/
.taxonomy-description {
  color: #fff;
}
/*セラピスト詳細のスケジュールの時間*/
.box_time {
  color: #f3f3f3;
}
.cast-photo {
  background-position: center;
}
.cast-size {
  color: #000;
}
.cast-name {
  color: #000;
}
.cast-time {
  background-color: #fff;
  color: #000;
  padding: 0 20px;
}
.taxonomy-description {
  color: #000;
  text-align: center;
}
/* メイン画像のCSS*/
.mainbigimg {
  margin: 0 auto;
  margin-bottom: 30px;
}
.mainbigimg img {
  width: 100%;
}
/* スケジュール
.gnav {width: 100%;height: 40px; margin: 30px 0 20px 50px;}*/
.gnav ul {
  display: flex;
  list-style: none;
}
.gnav {
  height: 40px;
  margin: 0px auto;
  width: 100%;
}

.gnav ul {
    display: flex;
    height: 40px;
    list-style: none;
    margin: 0 auto 2px auto;
    width: 100%;
	max-width: 800px;
}
.gnav ul li {
    text-align: center;
    margin: 0 auto;
}
.gnav ul li:last-child {}
/*出勤情報のナビ色*/
.gnav ul li a, .gnav ul li a:link, .gnav ul li a:visited {
    background: #c9a063;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    margin-right: 2px;
    text-decoration: none;
    width: 90px;
    font-size: 1.3rem;
}
.gnav ul li a:hover, .gnav ul li a:active {
    background: #ead9c1;
}

#tbl-bdr table, #tbl-bdr td, #tbl-bdr th {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0px;
  text-align: center;
}
/*Mヘッダーナビの背景*/
#tbl-bdr td {
  background: #303030;
  font-size: 0.6em;
  margin: 6px 0 3px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  width: 20%;
}
#tbl-bdr a {
  color: #fff;
  text-decoration: none;
}
/*フッターナビ*/
#footerFloatingMenu {
  padding-top: 50px;
}
ul.footerBtn {
  background-color: #303030;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  padding: 3px 0;
  width: 100%;
}
#footerFloatingMenu ul li {
  background-color: #303030;
}
.footerBtn li {
  background-color: #fff;
}
ul.footerBtn li {
  background-color: #000;
  border-right: #fff solid 1px;
  display: table-cell;
  font-size: 13px;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 25%;
}
ul.footerBtn li a i {
  color: #fff;
  font-size: 24px;
}
ul.footerBtn li a {
  background-color: #303030;
  border: none;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
}
.footerBtn {
  background: #303030;
  bottom: 0;
  left: 0;
  -moz-opacity: 0.9;
  opacity: 0.9;
  position: fixed;
  z-index: 9999999999;
}
.footerBtn li:last-child {
  border-right: none;
}
/*--------------------------------------------------------------
# Sample3
--------------------------------------------------------------*/
main {
  display: block;
}

/*--------------------------------------------------------------
# Whatsnew
--------------------------------------------------------------*/

div.whatsnew {
    font-size: 80%;
    word-break: break-all;
    overflow-y: scroll;
    max-width: 700px;
    height: 500px;
    margin: 40px auto 40px;
    padding: 30px;
    border: 2px solid #fff;
}

div.whatsnew a {
  padding: 7px 0;
  display: block;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  box-shadow: none;
}

div.whatsnew hr {
  margin: 0;
  padding: 0;
}

div.whatsnew .newmark {
  font-size: 74%;
  padding: 1px 5px;
  vertical-align: middle;
  color: White;
  background-color: #e22658;
  border-radius: 3px;
	margin: 0 10px;
}

div.whatsnew dl {
  margin: 0;
  padding: 0;
  border: 0;
	overflow: hidden;
    margin: 10px 0;
}

div.whatsnew dt {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  color: Gray;
  font-weight: normal;
  white-space: nowrap;
}

div.whatsnew dd {
  margin: 0;
  padding: 0 2px;
}

@media screen and (min-width: 600px) {
  div.whatsnew dl {
    overflow: hidden;
  }
  div.whatsnew dt {
    float: left;
    width: 8.1em;
    overflow: hidden;
  }
  div.whatsnew dd {
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Drawer
--------------------------------------------------------------*/
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  display: none;
}
@media screen and (max-width:996px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    display: block;
  }
}
.drawer-nav li {
  margin: 2rem 1rem;
  font-size: 1.4rem;
}
.drawer-nav li a {
  /* margin: 2rem 1rem; */
  font-size: 1.3rem;
  color: black;
}
.drawer-nav {
  background-color: #ffffffb3;
  color: #222;
  height: 100%;
  overflow: hidden;
  padding: 6vh 0 0 0;
  position: fixed;
  width: 16.25rem;
  z-index: 2;
}
/*--------------------------------------------------------------
# Hedder
--------------------------------------------------------------*/
.main_img {
    position: relative;
    margin: 90px 0 0 0;
}
.slide img {
  height: 400px;
  object-fit: cover;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidemenu {
  margin: 10vh 0 0 0;
}
.sidemenu a {
  color: #fff;
  font-size: 1.3rem;
  font-family: 游明朝, "Yu Mincho", YuMincho;
}
.sidemenu a:hover {
  opacity: 0.6;
  transition: all 0.6s ease;
}
.sidemenu a span {
  font-size: 1.2rem;
  margin: 0 0 0 10px;
}
.sidebar {
  padding: 0 20px;
  border: 0px solid #c9a063;
  background-color: #000;
}
.side-logo img {
  height: 100% !important;
  margin: 20px auto;
  display: block;
  max-width: 17vw;
}
.main-wrapper {
  display: grid;
  grid-template-columns: 20% 80%;
  margin: 0 auto;
  width: 100%;
}
.sidebar .widget {
  position: fixed;
  margin-bottom: 20px;
}
@media screen and (max-width:996px) {
  .main-wrapper {
    grid-template-columns: 100%;
  }
  .sidebar {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .main-wrapper {
    grid-template-columns: 100%;
  }
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main {
  position: relative;
  padding: 10vh 0 0 0;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    padding: 26px 10px;
    max-width: 100%;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho !important;
  color: #c9a063;
}
@media (max-width: 768px) {
  .entry-content {
    padding: 0px;
  }
}
body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: 游明朝, "Yu Mincho", YuMincho !important;
}
.main_logo img {
  height: 79% !important;
  left: 50%;
  position: absolute;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 351px;
}
.main_logo img {
  left: 50%;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 487px;
  width: 100%;
  height: auto !important;
}

h1.whatsnew-h1 {
    margin-top: 42px!important;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.single-content {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  background-color: #000000ba;
  padding: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho !important;
}
/*--------------------------------------------------------------
# Single-cast
--------------------------------------------------------------*/

@media (min-width: 700px) {
  .entry-content h1 {
    margin: 0rem auto;
  }
}
h1.page-title {
    font-size: 2rem;
    margin: 0 0 20px 0;
}
.whatsnew h1{
  margin: 40px auto;
    font-size: 2rem;
}
.carousel {
  background: none;
  margin-bottom: 30px;
  counter-reset: carousel-cell;
	margin: 76px 0;
}
p.taxonomy-description {
  color: #fff;
}
.cast_pro {
  border-top: 1px solid #e5e5e5;
  font-size: 1.75rem;
  margin-top: 0px;
  padding: 0.7em 0;
  display: flex;
  justify-content: space-between;
}
.cast_pro-comment {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.75rem;
  margin-top: 0px;
  padding: 0.7em 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.cast_pro-p {
  margin: 0;
}
.cast_pro-p span:nth-child(2) {
  margin: 0 10px;
}
.cast_pro-p2 {
  font-size: 1.3rem;
}
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.archive-header {
    background-color: unset;
    padding: 7rem 0 0 0;
}
.archive-title {
  font-size: 3.2rem;
  color: #fff;
  margin: 40px auto;
}

.post-inner.thin {
    max-width: 1068px;
    margin: 0px auto;
    width: 100%;
    padding: 15px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho !important;
}
.access {
  margin: 46px 0 0 0;
}
.access {
  border-bottom: 1px solid #fff;
}
.add-p {
  line-height: 22px;
  font-size: 1.5rem;
}
p.name-p {
  font-size: 2rem;
}
.postcode-p {
  font-size: 1.6rem;
  line-height: 0;
}
.access-p {
  font-size: 1.8rem;
}
.ggmap {
  margin: 0 0 30px 0;
}
.archive_logo img {
  max-width: 487px;
  width: 100%;
  margin: 0 auto;
}
.archive-subtitle p:last-child {
    margin-bottom: 60px;
}
.pagination-single a {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    letter-spacing: -0.0275em;
    text-decoration: none;
    flex: 1;
    font-size: 14px;
    color: #fff;
}
.pagination-single {
    font-size: 2.4rem;
    margin-top: 8rem;
    max-width: 900px;
}
.pagination-single-inner {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0;
}
@media (max-width: 768px) {
.pagination-single-inner {
justify-content: center;
    flex-direction: column;
    align-content: space-between;
    margin: 40px 0;
	align-items: center;
}
}
.cast-comment {
    color: #000;
    font-size: 0.8em;
    margin: 20px 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
  margin: 0rem;
}
.footer-widgets-wrapper {
  margin-left: 0rem !important;
}
.footer-widgets-wrapper {
  margin-left: -6rem;
  width: 100%;
}
#site-footer .section-inner {
  align-items: baseline;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer-widgets-outer-wrapper {
    border-bottom: 0rem;
}
