/*
Theme Name:   ベーステーマ_block
Description: SMART-MINIMUMをカスタマイズしています。http://rfs.jp/
Author:     ComQuest
Author URI: http://www.comquest.co.jp/
Version:    1.0
*/

/* googleフォント */
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*= font-stream / レビュー用comquestのトークン =*/
@font-face{
	font-family: "BokutohRuika";
	font-weight: 300;
	src:url("https://www.font-stream.com/fontdata/BokutohRuika-03.woff2?token=asidoito0usk72bb") format("woff2"),
	url("https://www.font-stream.com/fontdata/BokutohRuika-03.woff?token=asidoito0usk72bb") format("woff");
}
@font-face{
	font-family: "BokutohRuika";
	font-weight: 500;
	src:url("https://www.font-stream.com/fontdata/BokutohRuika-05.woff2?token=asidoito0usk72bb") format("woff2"),
	url("https://www.font-stream.com/fontdata/BokutohRuika-05.woff?token=asidoito0usk72bb") format("woff");
}
@font-face{
	font-family: "BokutohRuika";
	font-weight: 700;
	src:url("https://www.font-stream.com/fontdata/BokutohRuika-07.woff2?token=asidoito0usk72bb") format("woff2"),
	url("https://www.font-stream.com/fontdata/BokutohRuika-07.woff?token=asidoito0usk72bb") format("woff");
}
@font-face{
	font-family: "BokutohRuika";
	font-weight: 900;
	src:url("https://www.font-stream.com/fontdata/BokutohRuika-09.woff2?token=asidoito0usk72bb") format("woff2"),
	url("https://www.font-stream.com/fontdata/BokutohRuika-09.woff?token=asidoito0usk72bb") format("woff");
}
:root{
	--font-family:"BokutohRuika","zen-kaku-gothic-new-light","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --width-pc: 1100px; 
	--header-bg-color: rgba(255, 255, 255, 0.75);
	--header-text-color: #222222;
	--header-btn-color: #610002;
  --body-bg-color:#FEF7F3;
  --page-title-bg-color:#610002;
  --page-title-color: #fff;
  --section-bg-color:#fff;
	--accent-color: #8f0205;
	--accent-text-color: #fff;
	--link-color: #960101;
	--link-color-hover: #d86868;
	--text-color01: #222222;
	--text-color02: #aaaaaa;
  --text-accent-color: #610002;  
  --reserv-bg-color:#fff;
  --footer-text-color:#610002;
  --shadow-color: #f5f5f5;
  --content-bg-color: #baa896;
}

/*= reset =*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing:border-box;
}
html, body, div, applet, object, iframe,dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, tr, th, td {
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}
body {
  line-height: 1.4;
  font-family: var(--font-family);
  font-weight: 300;
  background: var(--body-bg-color);
}
@media screen and (max-width: 1024px){
  html, body, div, applet, object, iframe,dl, dt, dd, ol, ul, li,
  h1, h2, h3, h4, h5, h6, p, tr, th, td {
    font-size: 14px;
    /*font-size: 100%;*/
  }
}
@media screen and (min-width: 1024px){
  html, body, div, applet, object, iframe,dl, dt, dd, ol, ul, li,
  h1, h2, h3, h4, h5, h6, p, tr, th, td {
    font-size: 16px;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,button,select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'],input[type='radio'] {
  display: none;
}
input[type='submit'],  input[type='button'],
label,button,select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

img {
  max-width:100%;
  vertical-align:bottom;
}
a {
  text-decoration:none;
  color: #111;
  transition: all .25s ease;
}

/*== ヘッダー ==*/
#site-header {
    /* height: 60px;
    padding: 8px 16px 8px 8px;
    background: var(--header-bg-color);
    z-index: 101;
    position: fixed;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 44px;
    align-items: center;
    box-shadow: 0 0 4px beige; */

    /* background: var(--header-bg-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    height: 60px;
    display: block;
    position: relative;
    transition: all 0.5s ease; */

    background: var(--header-bg-color);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 60px;
    transition: all 0.5s ease;
    box-shadow: 0px 1px 2px var(--shadow-color);
  }
  .header_inner {
    display: grid;
    grid-template-columns: 1fr 60px;
    align-items: center;
  }
  .menu_btn_wrapper {
    text-indent: -9999px;
    width: 44px;
    height: 24px;
    cursor: pointer;
    z-index: 50;
    position: relative;
    &::before,&::after{
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      margin: auto;
      background: var(--header-btn-color);
      transition: all .25s ease;
      transform-origin: center;
    }
    &::before {
      top: 0;
    }
    &::after {
      bottom: 0;
    }
  }
  .menu_btn {
    text-indent: -99999px;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: var(--header-btn-color);
    transition: all .25s ease;
  }
  #site-logo {
    height: 60px;
    z-index: 20;
    display: flex;
    align-items: center;
  }
  #site-logo img {
    max-height: 60px;
  }
  .global_menu_wrap {
    display: none;
  }
}
#site-header.open .global_menu_wrap {
  display: block;
  width: 100%;
  padding: 60px 20px 20px;  min-height: 100%;
  height: auto;
  background: var(--header-bg-color);
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 200px;
  overflow-y: auto;
}

@media screen and (min-width: 1024px){
  #site-header {
    height: 96px;
    position: fixed;
    z-index: 100;
    width: 100%;
    .header_inner {
      grid-template-columns: 230px 1fr;
      margin: 0 auto;
      max-width: 1280px;
      position: relative;
    }
    #site-logo {
      height: 96px;
    }
    #site-logo img {
      max-height: 96px;
    }
    .menu_btn_wrapper {
      display:none;
    }
    .global_menu_wrap {
      height: 94px;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% - 250px);
      max-width: 1030px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center;
    }
    .menu,
    .menu-global_menu {
      display: flex;
      gap: 20px;
      .sub-menu {
        display: none;
      }
    }
    #menu-sub {
      display: grid;
      gap: 10px;
      grid-template-columns: 1fr 1fr;
      li{
        font-size: .8rem;
      }
    }
  }
}

/*== メイン ==*/
#body_wrapper {
  padding-top: 0;
}
.section {
  width: 100%;
  margin: 0 auto;
  padding: 7rem 2rem;
  background: none;
}
.section:nth-of-type(2n - 1) {
  background: var(--section-bg-color);
}
.section.section_page_title {
  padding: 2rem 0;
  text-align: center;
  background: var(--page-title-bg-color);
  color: var(--page-title-color);
}
.section_page_title h1 {
  font-size: 3rem;
}
.section_grid2 .section_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.section_title,
h2.wp-block-heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-accent-color);
  margin-bottom: 3rem;
}
.section_title_sub {
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}
.section_sub_title,
h3.wp-block-heading {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
}
.gmap{
  text-align: center;
  iframe {
    max-width: 100%;
  }
}
.btn {
  text-align: right;
  margin: 2em 0;
  a {
    position: relative;
    display: inline-block;
    padding: 0 2em .6em .5em;
    text-decoration: none;
    color: var(--accent-color);
  }
  a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-bottom: 2px solid var(--accent-color);
    border-right: 2px solid var(--accent-color);
    transform: skewX(50deg) translateX(0);
    transition: transform .3s ease;
  }
  a:hover::before,
  a:focus-visible::before {
    transform: skewX(50deg) translateX(10%);
  }
}
.style_list {
  padding-left: .5rem;
}
.style_list li {
  margin-bottom: .25rem;
}
.style_list li:before {
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width: .5rem;
  height: .5rem;
  margin-right: .75rem;
  border-radius: 50%;
  background:var(--text-accent-color)
}
.media_text_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.media_text_wrap .wp-block-media-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
pre.wp-block-code {
  border: none;
  padding: 1rem 0;
}
.wp-block-table td,
.wp-block-table th {
  border: none;
  padding: 1rem;
}
.wp-block-table tr {
  border-bottom: 1px solid var(--accent-color);
}
.wp-block-table tr:first-child {
  border-top: 1px solid var(--accent-color);
}
.wp-block-table td:first-child {
  font-weight: 400;
}
@media (min-width: 1024px) {
  #body_wrapper {
    padding-top: 96px;
  }
  .section_inner {
    max-width:var(--width-pc);
    margin: auto;
  }
  .section_grid2 .section_inner {
    grid-template-columns: 3fr 7fr;
    gap: 3rem;
  }
  .media_text_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .hide_pc {
    display:none
  }
}

/* お知らせ */
.section_news .section_inner,
.section_post_body .section_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.entry {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--accent-color);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1rem;
}
.entry-title {
  font-size: 1.25rem;
}
.navigation.pagination {
  text-align: center;
  margin-top: 3rem;
}
.page-numbers {
  padding: .25rem;
  font-weight: 400;
}
.page-numbers.current {
  border-bottom: 1px solid var(--accent-color);
}
.next.page-numbers,
.prev.page-numbers {
  font-weight: 300;
  color: var(--text-accent-color);
}
.section_post_body {
  .post-date {
    margin-top: .75rem;
    border-top: 1px solid var(--accent-color);
    padding-top: .75rem;
  }
}
#sub {
  .widget-title {
    background: var(--content-bg-color);
  }
  .widget-archives li {
    border-bottom: 1px solid var(--content-bg-color);
    padding: .25rem;
  }
}
@media (min-width: 1024px) {
  .section_news .section_inner,
  .section_post_body .section_inner {
    grid-template-columns: 7fr 1fr;
  }
  .entry {
    grid-template-columns: 150px 1fr;
    gap: 2rem;
  }
}


/*== フッター ==*/
.footer_contact {
  background: var(--reserv-bg-color);
  padding: 2rem 1rem;
  box-shadow: 0px -2px 3px var(--shadow-color);
}
.top_link {
  text-align: right;
  position: relative;
}
.top_link a {
  position: absolute;
  bottom: 6.5rem;
  right: 0;
  padding: 5px 20px 10px;
  background: var(--body-bg-color);
  border-radius: 5px;
}
.top_link_icon {
  position: relative;
  display: inline-block;
  bottom: 13px;
  right: 0;
  padding: 1px 10px 15px;
}
.top_link_icon:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--accent-color);
  border-right: solid 2px var(--accent-color);
  transform: rotate(-45deg);
  position: absolute;
  top: 26px;
  right: 5px;
  bottom: 0;
  margin: auto;
}
#site-footer {
  color: var(--footer-text-color);
  max-width: 100%;
  padding: 7rem 1rem 1rem;
  text-align: center;
  a {
    color: var(--footer-text-color);
  }
  .dashicons-phone {
    font-size: 1.5rem;
    margin-right: .5rem;
  }
  .dashicons-calendar-alt {
    font-size: 1.5rem;
    margin-right: .5rem;
  }
}
.footer_reserv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
  margin-bottom: 1.5rem;
  p {
    font-size: 1.25rem;
  }
}
.footer_zipcode {
  margin-right: .5rem;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3rem;
}
.footer_sns img {
  max-height: 50px;
}
.policy {
  font-size: .8rem;
  margin: 1rem 0;
}
#copyright {
  font-size: .9rem;
}
@media (min-width: 1024px) {
  .footer_reserv {
    flex-direction: row;
    gap: 5rem;
  }
  .footer_sns {
    justify-content: center;
  }
}