@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: 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;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  height: -webkit-fill-available;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  leading-trim: both;
}

.font_min {
  font-family: "Zen Old Mincho", serif;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.innerBox {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
@media (min-width: 768px) {
  .innerBox {
    padding: 0 2%;
  }
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

#page__top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
}
#page__top img {
  background-color: #ffffff;
}
@media (min-width: 1180px) {
  #page__top {
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
}

.blogcard {
  width: 100%;
  padding: 24px 16px;
  background-color: #F7FAFB;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .blogcard {
    padding: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .blogcard a {
    display: flex;
    align-items: center;
    color: #000;
  }
}
.blogcard_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogcard_thumbnail {
    width: 200px;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
@media (min-width: 1180px) {
  .blogcard_thumbnail {
    width: 350px;
  }
}
.blogcard_content {
  flex: 1;
}
.blogcard_title {
  color: #000;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blogcard_title {
    font-size: 20px;
  }
}
.blogcard_link {
  color: #000;
  line-height: 2;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .blogcard_link {
    font-size: 16px;
  }
}

.is-image {
  position: relative;
}
.is-image .hover {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 62.5%;
  position: relative;
  border-radius: 5px;
}
.is-image .hover a:hover {
  opacity: 1;
}
.is-image .hover img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: 1s all;
}
@media (min-width: 1024px) {
  .is-image .hover img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  height: 80px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 157px;
  display: block;
}
.l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #E68989 2.78%, #DB7575 96.25%);
  width: 140px;
  height: 41px;
  color: #ffffff;
  font-size: 12px;
}
.l-header__list {
  display: none;
}
@media (min-width: 768px) {
  .l-header__list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 0 8px;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .l-header__list {
    gap: 0 24px;
  }
}
.l-header__list li {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .l-header__list li {
    font-size: 14px;
  }
}
.l-header__list li a {
  color: #000;
  position: relative;
}
@media (min-width: 1024px) {
  .l-header__list li a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 1px;
    background-color: #000;
    animation: border_anim 0.3s linear forwards;
  }
}

.active_line1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 1s;
  top: 33px !important;
  border-radius: 3px;
  background-color: #20528D !important;
}

.active_line2 {
  opacity: 0;
}

.active_line3 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: initial !important;
  bottom: -3px !important;
  right: -1px;
  border-radius: 3px;
  background-color: #20528D !important;
}

.l-footer {
  padding: 0 12px 128px 24px;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 0 24px 128px;
  }
}
.l-footer__text {
  margin-bottom: 48px;
}
.l-footer__text p {
  line-height: 1.2;
}
.l-footer__text p:nth-child(1) {
  font-size: 18px;
  margin-bottom: 20px;
}
.l-footer__text p:nth-child(2) {
  font-size: 24px;
}
.l-footer__content {
  margin-bottom: 48px;
}
.l-footer__content dl {
  display: flex;
}
.l-footer__content dl:not(:last-child) {
  margin-bottom: 32px;
}
.l-footer__content dl dt {
  width: 60px;
  padding-top: 14px;
}
.l-footer__content dl dd {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 16px;
}
.l-footer__content dl dd a {
  color: #ffffff;
  background-color: #CAA470;
  padding: 16px;
  border-radius: 24px;
  display: inline-block;
  font-size: 13px;
}
.l-footer__copyright {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.o-btn.is-gold {
  width: 100%;
  max-width: 416px;
  margin: 0 auto;
  height: 85px;
  border-radius: 8px;
  background: linear-gradient(270deg, #D8B387 3.12%, #D1A66E 94.62%);
  box-shadow: 0px 20px 36px 0px rgba(189, 141, 77, 0.25);
  display: block;
  padding-top: 10px;
}
.o-btn.is-gold p {
  text-align: center;
}
.o-btn.is-gold p:nth-child(1) {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}
.o-btn.is-gold p:nth-child(1) span {
  display: inline-block;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 40px;
}
.o-btn.is-gold p:nth-child(2) {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.o-fixed {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  height: 102px;
  position: fixed;
  bottom: -149px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  padding: 8px 32px 0;
}
.o-fixed.UpMove {
  animation: UpAnime 0.5s forwards;
}
.o-fixed.DownMove {
  animation: DownAnime 0.5s forwards;
}
.o-fixed a {
  border-radius: 8px;
  background: linear-gradient(270deg, #F4A995 3.12%, #E38383 94.62%);
  box-shadow: 0px 20px 36px 0px rgba(230, 136, 136, 0.25);
  display: block;
  padding: 12px 0 16px;
}
.o-fixed a p {
  text-align: center;
}
.o-fixed a p:nth-child(1) {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.o-fixed a p:nth-child(1) span {
  display: inline-block;
  padding: 8px 15px;
  background-color: #ffffff;
  border-radius: 40px;
}
.o-fixed a p:nth-child(2) {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

@keyframes show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes top_title {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes top_worries_content {
  0% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
  50% {
    bottom: -35px;
    @media (min-width: 768px) {
      bottom: -90px;
    }
  }
  100% {
    bottom: -25px;
    @media (min-width: 768px) {
      bottom: -50px;
    }
  }
}
@keyframes show_text {
  0% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes show_text_right {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
    visibility: hidden;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ham_open {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ham_close {
  0% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
@keyframes ham_opacity {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes UpAnime {
  from {
    transform: translateY(149px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes DownAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(149px);
  }
}
@keyframes DownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes UpOpacity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -700px 0;
  }
}
@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1400px 0;
  }
}
@keyframes bou {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  25% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes btn_hover {
  from {
    width: 0px;
  }
  to {
    width: calc(100% - 10px);
  }
}
@keyframes zoom_image {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes image_opacity_left {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes image_opacity_right {
  0% {
    opacity: 0;
    left: 100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes hover_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
}

.fadein_first {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.leftin {
  opacity: 0;
}

.leftInto {
  -webkit-animation-name: leftInto;
  animation-name: leftInto;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (min-width: 768px) {
  .left01 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .left02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .left03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .left04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .left05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .left06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leftInto {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom_back {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_back_lower {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom_image_top {
  0% {
    transform: scale(1);
    left: 0;
  }
  50% {
    transform: scale(1.2);
    left: 100px;
  }
  100% {
    transform: scale(1);
    left: 0;
  }
}
@keyframes mv_zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

.fade_group div {
  z-index: 99999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 99998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(255, 255, 255, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: rgb(255, 255, 255);
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.8);
  transition-delay: 0.3s;
}

body.o-page_link_loading .fade_group div {
  left: 0;
}

body.o-page_link_loading .fade_group2 div {
  left: 100vw;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
  background-color: #ffffff;
}

.fade p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 225px;
  height: 47px;
}

@keyframes top_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes top_mv {
  0% {
    opacity: 0;
    right: -100px;
  }
  50% {
    opacity: 0.3;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.o-mv {
  padding: 0 0px 5px;
}
@media (min-width: 768px) {
  .o-mv {
    padding: 0px 0px 0px;
  }
}
.o-mv .image {
  margin-bottom: 20px;
}
.o-mv .text {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 48px;
  color: #000;
  font-weight: 600;
}
.o-mv .text span {
  color: #CAA470;
}

.o-title.is-lower {
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000;
}
@media (min-width: 768px) {
  .o-title.is-lower {
    font-size: 28px;
  }
}
.o-title.is-lower span {
  display: inline-block;
}
.o-title.is-lower:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: rgba(3, 56, 100, 0.4);
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
}
.o-title.is-lower_eng {
  position: relative;
}
.o-title.is-lower_eng p {
  text-align: center;
}
.o-title.is-lower_eng p:nth-child(1) {
  font-size: 64px;
  color: #EAEBEB;
  opacity: 0.4;
  font-family: "Cantarell", sans-serif;
  letter-spacing: 10px;
  position: absolute;
  top: -44px;
  width: 100%;
}
@media (min-width: 768px) {
  .o-title.is-lower_eng p:nth-child(1) {
    font-size: 96px;
    top: -64px;
  }
}
@media (min-width: 1024px) {
  .o-title.is-lower_eng p:nth-child(1) {
    font-size: 120px;
    top: -84px;
  }
}
.o-title.is-lower_eng p:nth-child(2) {
  z-index: 1;
  position: relative;
  margin-bottom: 8px;
}
.o-title.is-lower_eng p:nth-child(3) {
  color: #000;
  letter-spacing: 2px;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 768px) {
  .o-title.is-lower_eng p:nth-child(3) {
    font-size: 28px;
  }
}
.o-title.is-mb32 {
  margin-bottom: 32px;
}
.o-title.is-mb96 {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .o-title.is-mb96 {
    margin-bottom: 96px;
  }
}

.o-slider.is-roop .image {
  margin: 0 8px;
}
.o-slider.is-roop .image p {
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .o-slider.is-sp_only {
    display: none;
  }
}
.o-slider.is-fixed {
  position: fixed;
  top: 24%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1380px;
}
.o-slider.is-slick {
  position: relative;
}
.o-slider.is-slick .prev-arrow {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.o-slider.is-slick .next-arrow {
  position: absolute;
  z-index: 1;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.o-banner {
  margin: 24px auto 0;
  width: 91.59%;
  max-width: 381px;
  padding: 0 17.5px;
}

.p-top {
  width: 100%;
  max-width: 480px;
  margin: 80px auto 0;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .p-top {
    margin: 89px auto 0;
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
  }
}
.p-top__recommend {
  background: linear-gradient(180deg, rgba(253, 253, 253, 0) 0%, #FFE9E3 100%);
  padding-top: 56px;
  margin-bottom: 80px;
}
.p-top__recommend__title {
  text-align: center;
  color: #CAA470;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 24px;
  font-weight: bold;
}
.p-top__recommend__image {
  width: 86.25%;
  margin: 0 auto;
}

.mv__movie{
  width:100%;
  background-color:rgba(253,228,206,1.00);
  text-align: center;
  padding:35px 0 ;
  position: relative;
  border-radius: 40px;
  *background: linear-gradient(240deg, #FFFBF5 19.32%, #FFFEFD 71.84%);
  margin-bottom: 30px;
}

.movie__01{
  width:90%;
  margin:0 auto;
  height:auto;
}

.movie__02{
  position: absolute;
  bottom:50px;
  left: -30px;
  right: -30px;
}

.movie__02 iframe{
 width:95%;
　margin:0 auto;
　padding: 0;
  aspect-ratio: 16/9;
}

.cta{
 width:85%;
 margin: 25px auto;
}

.cta-2 {
  width: 80%;
  margin:10px auto;
}

.cta-2a {
  width:75%;
  margin:10px auto 20px;
  padding: 20px;
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(270deg, #D8B387 3.12%, #D1A66E 94.62%);
  color: #ffffff;
  font-size: 1.6em;
}

.point{
	width:90%;
	margin: 50px auto 10px;
}

.point ul{
	width:90%;
	margin:30px auto;
}

.point ul li{
	width: 100%;
	margin: 15px auto;
}

.point img{
	width:97%;
	margin: 10px auto;
}

.line{
	width:95%;
	margin: 30px auto;
}


.point .point__title{
	width:100%;
	margin: 20px auto;	
}

.point__inner{
	width:95%;
	display: block;
	margin:20px auto;
}

.point_title_02{
	width:85%;
	margin: 20px auto 25px;
}

.point_p{
	width:90%;
	margin:20px auto;
}


.p-top__recommend__content {
  border-radius: 40px 40px 0 0;
  background-color: #ffffff;
  width: 100%;
  padding: 48px 24px 0;
}
.p-top__recommend__content-title {
  text-align: center;
  color: #CAA470;
  font-size: 22px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__recommend__content-title {
    font-size: 28px;
    line-height: 46px;
  }
}
.p-top__recommend__content-detail li:not(:last-child) {
  margin-bottom: 30px;
}
.p-top__recommend__content-detail li img {
  box-shadow: 0px 60px 90px -32px rgba(216, 179, 135, 0.1);
}
.p-top__select {
  margin-bottom: 36px;
}
.p-top__select__title {
  padding-top: 40px;
  position: relative;
  color: #CAA470;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 40px;
}
.p-top__select__title:before {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  background-color: #CAA470;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
.p-top__select__discription {
  text-align: center;
  font-size: 12px;
  color: #000;
  margin-top: 24px;
}

.search__venue{
	width:200px;
	text-align: center;
	display: block;
	margin:10px auto;
	background-color:rgba(202,164,112,1.00);  
	color: #FFF;
  	padding:10px;
	border-radius: 10px;
}

.p-top__promise {
  margin-bottom: 72px;
  padding: 0 24px;
}
.p-top__promise__worried {
  text-align: center;
  margin-bottom: 10px;
}
.p-top__promise__title {
  font-size: 18px;
  color: #CAA470;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 40px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .p-top__promise__title {
    font-size: 24px;
  }
}
.p-top__promise__title:before {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  background-color: #CAA470;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
.p-top__promise__content {
  margin-bottom: 36px;
  padding: 0 40px;
}
.p-top__promise__content p {
  color: #000;
  line-height: 32px;
  font-size: 16px;
}
.p-top__promise__content p:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__promise__content p.is-mb {
  margin-bottom: 48px;
}
.p-top__promise__last {
  text-align: center;
  font-weight: 500;
  color: #CAA470;
  font-size: 20px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .p-top__promise__last {
    font-size: 28px;
    line-height: 46px;
  }
}
.p-top__quality {
  margin-bottom: 80px;
}
.p-top__quality__title {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 38px;
  color: #000;
  text-align: center;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__quality__title {
    font-size: 24px;
    line-height: 46px;
  }
}
.p-top__quality__title span {
  color: #CAA470;
}
.p-top__quality__title:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 20px;
  background-image: url(../images/title_bottom.svg);
  right: 0;
  left: 0;
  margin: auto;
  bottom: -40px;
}
.p-top__quality__content {
  padding: 0 24px;
}
.p-top__all {
  margin-bottom: 72px;
}
.p-top__all h2 {
  padding-top: 40px;
  position: relative;
  color: #CAA470;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.p-top__all h2:before {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  background-color: #CAA470;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
.p-top__all p {
  width: 100%;
  padding: 0 24px;
  text-align: center;
  max-width: 368px;
  margin: 0 auto 48px;
}
.p-top__all__plan {
  padding: 0 24px;
}
.p-top__all__plan h3 {
  display: flex;
  align-items: center;
  color: #CAA470;
  font-size: 24px;
  margin-bottom: 32px;
}
.p-top__all__plan h3:before, .p-top__all__plan h3:after {
  background-color: #CAA470;
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 1px;
}
.p-top__all__plan h3:before {
  margin-right: 12px;
}
.p-top__all__plan h3:after {
  margin-left: 12px;
}
.p-top__all__plan-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.p-top__all__plan-list li {
  width: 48.14%;
}
.p-top__all__plan-list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 24px;
}
.p-top__all__plan-list li p {
  margin-bottom: 0;
  padding: 0;
}
.p-top__all__plan-list li p:nth-child(1) {
  text-align: center;
  margin-bottom: 8px;
  color: #CAA470;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-top__all__plan-list li p:nth-child(1) {
    font-size: 14px;
  }
}
.p-top__party {
  background: linear-gradient(180deg, rgba(253, 253, 253, 0) 0%, #FFE9E3 100%);
  margin-bottom: 64px;
}
.p-top__party__text p {
  text-align: center;
}
.p-top__party__text p:nth-child(1) {
  font-weight: bold;
  color: #CAA470;
  font-size: 24px;
  line-height: 42px;
  margin-bottom: 12px;
}
.p-top__party__text p:nth-child(2) {
  color: #ffffff;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-top__party__text p:nth-child(2) span {
  background: linear-gradient(90deg, #F4A995 4.34%, #FDD1C5 96.33%);
  padding: 0 8px;
}
.p-top__party__text p:nth-child(3) {
  width: 100%;
  max-width: 326px;
  margin: 0 auto;
}
.p-top__party__content {
  border-radius: 40px 40px 0 0;
  padding: 32px 24px 0;
  background-color: #ffffff;
}
.p-top__party__content-title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
  color: #000;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-top__party__content-title {
    font-size: 24px;
    line-height: 42px;
  }
}
.p-top__party__content-discription {
  text-align: center;
  color: #CAA470;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}
.p-top__party__content-image {
  text-align: center;
  margin-bottom: 32px;
}
.p-top__party__content-text {
  padding: 0 40px;
  color: #000;
  font-size: 16px;
  line-height: 32px;
}
.p-top__party__content-text p:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__bg_yellow {
  border-radius: 40px;
  background: linear-gradient(240deg, #FFFBF5 19.32%, #FFFEFD 71.84%);
  padding: 64px 24px 40px;
  margin-bottom: 56px;
}
.p-top__qa__tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 0;
  margin-bottom: 30px;
}
.p-top__qa__tab li {
  width: 49.5%;
  background-color: #CFB7A0;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  position: relative;
}
.p-top__qa__tab li:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-top__qa__tab li {
    font-size: 14px;
  }
}
.p-top__qa__tab li.is-active {
  background-color: #CAA470;
}
.p-top__qa__tab li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url(../images/qa_yajirushi.svg);
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 3px;
}
@media (min-width: 768px) {
  .p-top__qa__tab li:before {
    right: 10px;
  }
}
.p-top__qa__content {
  margin-bottom: 32px;
}
.p-top__qa__content-detail {
  display: none;
}
.p-top__qa__content-detail.is-active {
  display: block;
}
.p-top__qa__content-detail h3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 16px 0;
  background-color: #CAA470;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .p-top__qa__content-detail h3 {
    font-size: 18px;
  }
}
.p-top__qa__content-detail .content dl {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .p-top__qa__content-detail .content dl {
    padding: 0 32px;
  }
}
.p-top__qa__content-detail .content dl:not(:last-child) {
  margin-bottom: 64px;
}
.p-top__qa__content-detail .content dl dt {
  display: flex;
  margin-bottom: 24px;
}
.p-top__qa__content-detail .content dl dt span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 45px;
  height: 28px;
  border-radius: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #98826C;
  padding-bottom: 3px;
  margin-top: 2px;
}
.p-top__qa__content-detail .content dl dt span:nth-child(2) {
  flex: 1;
  color: #CAA470;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.p-top__qa__content-detail .content dl dd {
  display: flex;
  margin-bottom: 24px;
}
.p-top__qa__content-detail .content dl dd span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 45px;
  height: 28px;
  border-radius: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #E68989;
  padding-bottom: 3px;
  margin-top: 2px;
}
.p-top__qa__content-detail .content dl dd span:nth-child(2) {
  flex: 1;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.p-top__qa__content-detail .content dl dd span:nth-child(2) a {
  text-decoration: underline;
  color: #000;
}
.p-top__qa__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.p-top__qa__list li {
  padding: 16px 24px;
  background-color: #E38383;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 48px;
}
@media (min-width: 768px) {
  .p-top__qa__list li {
    font-size: 15px;
  }
}
.p-top__qa__text {
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  line-height: 46px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__qa__text {
    font-size: 24px;
  }
}
.p-top__qa__text span {
  color: #CAA470;
}
.p-top__qa__title {
  text-align: center;
　font-family: "Osaka-mono", "MS Gothic", "monospace";
  font-size: 28px;
  color:rgba(202,164,112,1.00);
  font-weight: 500;
  margin-bottom: 40px;
}

.p-top__venue__title {
  text-align: center;
　font-family: "Osaka-mono", "MS Gothic", "monospace";
  font-size: 20px;
  color:rgba(202,164,112,1.00);
  font-weight: 500;
  margin-bottom: 40px;
}

.p-top__flow {
  margin-bottom: 64px;
}
.p-top__flow__title {
　font-family:"Osaka-mono", "MS Gothic", "monospace";
  text-align: center;
  font-size: 28px;
  color:rgba(202,164,112,1.00);
  font-weight: 500;
  margin-bottom: 40px;
}
.p-top__flow__text {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
}
.p-top__flow__content-detail {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 24px;
}
.p-top__flow__content-detail:not(:last-child) {
  margin-bottom: 24px;
}
.p-top__flow__content-detail p:nth-child(1) {
  color: #D3C2AE;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 16px;
}
.p-top__flow__content-detail p:nth-child(2) {
  font-size: 20px;
  color: #98826C;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
.p-top__flow__content-detail p:nth-child(3) {
  margin-bottom: 20px;
  text-align: center;
}
.p-top__flow__content-detail p:nth-child(4) {
  color: #000;
  font-size: 16px;
  line-height: 32px;
}
.p-top__flow__content-detail ul {
  margin-top: 16px;
  background-color: #FAFAFA;
  padding: 16px;
  border-radius: 4px;
}
.p-top__flow__content-detail ul li {
  padding-left: 1em;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.p-top__flow__content-detail ul li:not(:last-child) {
  margin-bottom: 8px;
}
.p-top__flow__content-detail ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-top__voice {
  padding: 0 24px;
　margin-top:40px;
  margin-bottom: 75px;
}
.p-top__voice__title {
　font-family:"Osaka-mono", "MS Gothic", "monospace";
  text-align: center;
  font-size: 24px;
  color:rgba(202,164,112,1.00);
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__voice__title {
    font-size: 28px;
  }
}
.p-top__voice__discription {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 32px;
  color: #000;
}
.p-top__voice__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.p-top__voice__list li {
  padding: 16px 24px;
  background-color: #E38383;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 48px;
}
@media (min-width: 768px) {
  .p-top__voice__list li {
    font-size: 15px;
  }
}
.p-top__voice__text {
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  line-height: 46px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__voice__text {
    font-size: 24px;
  }
}
.p-top__voice__text span {
  color: #CAA470;
}
.p-top__voice__content {
  margin-bottom: 40px;
}
.p-top__plan {
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255, 242, 242, 0.9) 18.48%, #FFEBEB 100%);
  padding: 64px 24px 40px;
  margin-bottom: 20px;
}
.p-top__plan__title {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  color: #000;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__plan__title {
    font-size: 28px;
    line-height: 46px;
  }
}
.p-top__plan__text {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
}
.p-top__plan__detail {
  border-radius: 4px;
  overflow: hidden;
}
.p-top__plan__detail:not(:last-child) {
  margin-bottom: 100px;
}
.p-top__plan__detail-price {
  background: linear-gradient(270deg, #E68888 12.06%, #DB9191 73.77%);
  padding: 24px 16px;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__plan__detail-price {
    padding: 24px 32px;
  }
}
.p-top__plan__detail-price p:nth-child(1) {
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-top__plan__detail-price p:nth-child(1) {
    font-size: 13px;
  }
}
.p-top__plan__detail-price p:nth-child(2) {
  font-size: 22px;
}
@media (min-width: 768px) {
  .p-top__plan__detail-price p:nth-child(2) {
    font-size: 24px;
  }
}
.p-top__plan__detail-price p:nth-child(2) span {
  font-size: 32px;
}
@media (min-width: 768px) {
  .p-top__plan__detail-price p:nth-child(2) span {
    font-size: 36px;
  }
}

.plan__img{
	width:100%;
	margin: auto;
}

.plan__text02{
	width:90%;
	margin:15px auto;
	font-size: 14px;
}


.p-top__plan__detail-text {
  background-color: #ffffff;
  padding: 24px 16px 32px;
}
@media (min-width: 768px) {
  .p-top__plan__detail-text {
    padding: 24px 32px 32px;
  }
}
.p-top__plan__detail-image {
  text-align: center;
  margin-bottom: 16px;
}
.p-top__plan__detail-discription {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  margin-bottom: 16px;
}
.p-top__plan__detail-btn {
  border-radius: 4px;
  background-color:rgba(243,166,148,1.00);
  width: 100%;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  position: relative;
  margin-bottom: 24px;
}
.p-top__plan__detail-btn:hover {
  cursor: pointer;
}
.p-top__plan__detail-btn.is-open:after {
  opacity: 0;
}
.p-top__plan__detail-btn:before {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.p-top__plan__detail-btn:after {
  content: "";
  position: absolute;
  right: 25.5px;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
  top: 2px;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}

.p-top__plan__detail-btn02{
  border-radius: 4px;
  background-color:rgba(243,166,148,1.00);
  width: 100%;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
}

.plan__detail-ul{
  width:100%;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  margin:0 auto 20px;
}

.plan__detail-li{
  margin: 3px;
  font-size:0.8em;
  padding:8px;
  border: rgba(202,164,112,1.0) 2px solid;
  background-color:#FCEEE5;
  border-radius:10px;
  line-height: 1.2em;
  color:rgba(167,136,93,1.00);
}


.p-top__plan__detail-include {
  background-color: #FCFCFC;
  padding: 24px 16px;
  display: none;
  margin-bottom: 24px;
}
.p-top__plan__detail-include.is-open {
  display: block;
}
.p-top__plan__detail-include dl {
  border-bottom: dashed 1px #ddd;
  padding-bottom: 20px;
}
.p-top__plan__detail-include dl:not(:last-child) {
  margin-bottom: 20px;
}
.p-top__plan__detail-include dl dt {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-top__plan__detail-include dl dd {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
.p-top__plan__detail-last li {
  font-size: 12px;
  color: #000;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.p-top__merit {
  margin-bottom: 96px;
  padding: 0 24px;
}
.p-top__merit__title {
  text-align: center;
  color: #CAA470;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 28px;
  font-weight: 500;
}
.p-top__merit__detail {
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 7px 20px rgba(211, 211, 211, 0.3);
  padding: 32px 20px 24px;
}
.p-top__merit__detail:last-child {
  margin-bottom: 80px;
}
.p-top__merit__detail-logo {
  text-align: center;
  margin-bottom: 16px;
}
.p-top__merit__detail-image {
  margin-bottom: 12px;
}
.p-top__merit__detail-title {
  font-size: 17px;
  color: #CAA470;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-top__merit__detail-title.is-mb {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .p-top__merit__detail-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.p-top__merit__detail-human {
  background-color: #F5F4F2;
  padding: 16px 12px 16px 16px;
  border-radius: 4px;
}
.p-top__merit__detail-human .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.p-top__merit__detail-human .top__image {
  width: 54.3%;
}
.p-top__merit__detail-human .top__human {
  width: 43%;
}
.p-top__merit__detail-human .top__human p:nth-child(1) {
  font-size: 12px;
  margin-bottom: 12px;
}
.p-top__merit__detail-human .top__human p:nth-child(2) {
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-top__merit__detail-human .top__human p:nth-child(2) {
    font-size: 24px;
  }
}
.p-top__merit__detail-human .bottom {
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
}
.p-top__merit__detail-human .bottom p:not(:last-child) {
  margin-bottom: 12px;
}
.p-top__merit__detail-table {
  margin-bottom: 48px;
}
.p-top__merit__detail-common {
  width: 100%;
  max-width: 334px;
  margin: 0 auto 32px;
}
.p-top__merit__detail-yajirushi {
  width: 100%;
  max-width: 239px;
  margin: 0 auto 18px;
}
.p-top__merit__detail-last {
  width: 100%;
  max-width: 391px;
  margin: 0 auto;
}
.p-top__merit__detail-last img {
  box-shadow: 0 25.34px 81.46px rgba(244, 169, 149, 0.2);
}
.p-top__merit__last_list {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.p-top__merit__last_list li {
  padding: 16px 24px;
  background-color: #E38383;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 48px;
}
@media (min-width: 768px) {
  .p-top__merit__last_list li {
    font-size: 15px;
  }
}
.p-top__merit__last_text {
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  line-height: 46px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__merit__last_text {
    font-size: 24px;
  }
}
.p-top__merit__last_text span {
  color: #CAA470;
}
/*# sourceMappingURL=style.css.map */


/*会場情報*/
.venues {
	width:95%;
	margin: auto;
    padding-bottom: 0 !important;
}

.venues-outer {
    text-align: center;
    border: solid 1px #d9ddd2;
    border-radius: 12px;
    padding: 50px auto;
    padding-top: 0;
	background-color:#F8F5F0;
}

.venues-outer:not(:last-child) {
    margin-bottom: 64px;
}

.venues-heading3 {
    font-size: 15px;
    color: #D5B68D;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -34px;
    padding:25px 0 10px;
}

.venues-heading3 span {
    font-size: 20px;
    padding-left: 12px;
    position: relative;
    top: -7px;
    color: #D5B68D;
}

.tab_content{
	background-color: #FFF;
}

.venues-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4722222222%;
    text-align: start;
}

.venues-inner02 {
    width: 100%;
}

.venues-contents03 {
    margin-top: 150px;
}

.venues-img {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.venues-place {
    position: absolute;
    right: 12px;
    bottom: -44px;
    width: 156px;
    height: 80px;
    background: no-repeat center/contain;
}

.venues-heading4 {
    font-size: 22px;
    color: #D5B68D;
    margin:45px auto 15px;
}

.venues-txt {
	width:90%;
	font-size:11px;
	line-height: 1.4em;
	margin:0 auto 20px;
    text-align: justify;
}

.area{
	width:90%;
	margin:0 auto 50px;
	font-size:12px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	text-decoration: none;
}

.area a{
	width:77px;
	text-align:center;
	color: #DB7575;
	display: block;
	background-color:#FFF;
	border:1px #DB7575 solid ;
	padding:10px 10px 10px;
	border-radius: 5px;
	margin: 5px 3px;
}

.area .area-end{
	width:77px;
	text-align:center;
	color: #DB7575;
	display: block;
	background-color:#FFF;
	border:none ;
	padding:10px 10px 10px;
	border-radius: 5px;
	margin: 5px 3px;
}


.venue-name{
	width:100%;
	margin:0 auto 10px;
	font-size:12px;
	color:#4A4949;
}

.area a:hover{
	width:77px;
	text-align:center;
	color: #FFF;
	display: block;
	background-color:#DB7575;
	border:1px #DB7575 solid ;
	padding:10px 10px 10px;
	border-radius: 5px;
	margin: 5px 3px;
}

.area .area-end:hover{
	width:77px;
	height: 1px;
	text-align:center;
	color: #FFF;
	display: block;
	background-color:#FFF;
	border:none ;
	padding:10px 10px 10px;
	border-radius: 5px;
	margin: 5px 3px;
}

.c-ttl {
	width:95%;
	text-align: center;
	margin:10px auto 16px;
    color: #D5B68D;
    font-family:"Osaka-mono", "MS Gothic", "monospace";
    font-size: 25px;
    border-bottom: solid 1px currentColor;
    letter-spacing: .2rem;
    padding-bottom: 4px;
    display: inline-block;
}

.c-ttl--ita {
    color: #3f6730;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.c-heading2,
.plan-heading3 {
    color:#4E4E4E;
    font-size: 15px;
	text-align: center;
}

.c-heading2 span,
.plan-heading3 span {
    font-size: 15px;
}

.c-heading2p{
	width:85%;
    color:#4E4E4E;
    font-size: 15px;
	text-align: center;
	margin: 0 auto 15px;
	padding-bottom: 10px;
	border-bottom: gray 1px solid;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    background-color:#FFF;
    margin: 5px 0 20px;
    font-size: 0.7em;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

/*タブのスタイル*/
.tabs .tab_item {
    width: calc(100%/5.2);
    font-family:"Osaka-mono", "MS Gothic", "monospace";
    font-weight: bold;
    margin: 5px 1px 0;
    padding: 15px 0 ;
    border-radius: 2px;
    background-color:#E1D5C8;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)*/
    font-size: 1.1em;
    text-align: center;
    color:gray;
    display: block;
    float: left;
    transition: all 0.2s ease;
}

.tab_item:hover {
    color: #FFF;
    background-color:#D5B68D;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 50px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tohoku_hokuriku:checked~#tohoku_hokuriku_content,
#kanto:checked~#kanto_content,
#chubu:checked~#chubu_content,
#kansai:checked~#kansai_content,
#chugoku_shikoku:checked~#chugoku_shikoku_content,
#kyusyu_okinawa:checked~#kyusyu_okinawa_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    color: #FFF;
    background-color: #D5B68D;
}

/*----------タブここまで*/


/*スライダー*/
/*------ スライダーの横幅 ------*/
.slider {
    width: 100%;
    margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
    width: 100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
    height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
    right: 0 !important;
}

.slider .slick-prev {
    left: 0 !important;
}

.slider .slick-arrow {
    width: initial !important;
    height: initial !important;
    z-index: 2 !important;
}

.slider .slick-arrow:before {
    font-size: 30px !important;
}

.venues-img .slick-dots {
    margin-top: -5px;
}

.venues-img .slick-dots li {
    margin: 0;
}

/*----------スライダーここまで*/