@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) ottoworks All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  ottoworks

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 80px;
  --sectionWrap: 5em;
  --contentsWideS: 860px;
  --contentsWideM: 1000px;
  --contentsWideL: 1070px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 8.4vw;
    --headerHeight: 68px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font: 500 16px/1.5 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000000;
  text-align: left;
  counter-reset: number 0;
}

.pc_right {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .pc_right {
    width: 50%;
  }
}

.l_container_wrap {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 521px) {
  .l_container_wrap {
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .l_container_wrap {
    max-width: 390px;
  }
}
.l_container_wrap_over {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .l_container_wrap_over {
    display: block;
    width: 50%;
    margin-left: auto;
  }
}

.home .l_container_wrap {
  position: relative;
  padding-top: 0;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: var(--sectionWrap) 0;
}

.inner, .inner_664, .inner_896, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.inner_896 {
  max-width: calc(896px + var(--sideW) * 2);
}

.inner_664 {
  position: relative;
  max-width: calc(664px + var(--sideW) * 2);
}

.post_content {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .post_content {
    padding: 24px 0 0;
    font-size: 15px;
  }
}
.post_content > *:first-child {
  margin-top: 0 !important;
}
.post_content p {
  line-height: 2;
  margin-bottom: 24px;
}

h2.wp-block-heading {
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid #000000;
  margin: 28px 0 20px;
}

.wp-element-caption {
  font-size: 14px;
}

.link.soldout {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.link.soldout:after {
  content: "満席";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 20px;
  color: #FF0000;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  transition: 0.3s;
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .cmn_cta .tel, .cmn_cta .link, .pc_cta ul li .link, a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .cmn_cta .tel:hover, .cmn_cta .link:hover, .pc_cta ul li .link:hover, a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .header h1 {
    background: url(../images/zipangu_2510_19.jpg);
    flex-grow: 1;
    padding: 60px;
  }
}

.pc_cta {
  padding: 0 0 20px;
}
.pc_cta .text01 {
  text-align: center;
  background: #DBCC7A;
  padding: 3px 0 2px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.pc_cta .text02 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 6px;
}
.pc_cta ul {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom: 8px;
}
.pc_cta ul li {
  width: 100%;
  max-width: 247px;
}
.pc_cta ul li p {
  font-size: 25px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 8px;
}
.pc_cta ul li p span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-left: 8px;
}
.pc_cta ul li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #707070;
  background: #FFEB00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.pc_cta ul li .link span {
  font-size: 32px;
  transform: translateY(-3px);
}
.pc_cta ul li .link:before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
}
.pc_cta .text03 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 8px;
}
.pc_cta .text03 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.pc_cta .tel {
  margin: 0 22px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  gap: 3%;
  padding: 8px 0;
  margin-bottom: 6px;
}
.pc_cta .tel .left {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.pc_cta .tel .right {
  font-size: 30px;
  font-weight: 700;
}
.pc_cta .text04 {
  font-size: 16px;
  font-weight: 700;
  color: #FF0000;
  text-align: center;
}

.fixed_cta_pc {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px calc(var(--sideW) / 2);
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .fixed_cta_pc {
    display: none !important;
  }
}
.fixed_cta_pc a.tel {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.fixed_cta_pc a.link {
  margin: 0 auto 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 328px;
  height: 50px;
  font-size: 19px;
  letter-spacing: 0.05em;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #FFEB00;
}
.fixed_cta_pc a.link:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}
.fixed_cta_pc p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cmn_cta {
  padding: 0 15px 15px;
}
.cmn_cta .border_box {
  border: 1px solid #707070;
  padding: 15px;
}
.cmn_cta .text01 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  text-align: center;
  margin: 0 -15px 16px;
}
.cmn_cta .text02 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
}
.cmn_cta .text03 {
  color: #FF0000;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.cmn_cta .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #707070;
  background: #FFEB00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 16px;
}
.cmn_cta .link span {
  font-size: 44px;
  transform: translateY(-3px);
}
.cmn_cta .link:before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow_right_01.svg) no-repeat center/contain;
}
.cmn_cta .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid #707070;
  padding: 3px 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}