@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
font-family: $en_font;
font-family: 'IBM Plex Sans JP', sans-serif;
 "source-han-sans-japanese"
*/
figure {
  margin: 0;
}

html {
  scroll-padding-top: 160px;
}

html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #000;
  background: #fff7dd;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

body.menu_open {
  overflow: hidden;
}

@media (max-width: 896px) {
  .cookie-notice-container #cn-notice-buttons,
  .cookie-notice-container #cn-notice-text {
    display: block;
    text-align: left;
  }
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span, .lazyload_set img {
  opacity: 0;
}
.lazyload_set span.lazyloaded, .lazyload_set img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 10;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_header {
    height: 80px;
  }
}
body.down_scroll .block_header {
  transform: scale(1, 1) translate(0%, -110%);
}

.block_header .inner {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 896px) {
  .block_header .inner {
    padding: 0px;
    padding: 0 20px;
  }
}
.block_header .inner .logo {
  position: absolute;
  top: 40px;
  left: 80px;
  width: 220px;
}
@media (max-width: 896px) {
  .block_header .inner .logo {
    top: 20px;
    left: 20px;
    width: 160px;
  }
}
.block_header .inner ul.menu {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header .inner ul.menu {
    display: none;
  }
}
.block_header .inner ul.menu > li {
  position: relative;
}
.block_header .inner ul.menu > li > a {
  display: block;
  color: #000;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff7dd;
  padding: 20px 20px;
  white-space: nowrap;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #960f00;
}
.block_header .inner ul.menu > li:hover a {
  background: #fff7dd;
  color: #960f00;
}
.block_header .inner .lang {
  position: absolute;
  top: 20px;
  right: 80px;
}
@media (max-width: 896px) {
  .block_header .inner .lang {
    display: none;
  }
}
.block_header .inner .lang a {
  display: inline-block;
  border: 1px #960f00 solid;
  border-radius: 50px;
  line-height: 1;
  padding: 5px 20px;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #960f00;
  text-transform: uppercase;
  font-size: 14px;
}
.block_header .inner .lang a:hover {
  background: #960f00;
  color: #FFF;
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi a {
  position: fixed;
  display: none;
  z-index: 12;
  top: 0%;
  left: 0px;
  border-radius: 0 0 0 0px;
  width: 60px;
  height: 60px;
  background: #960f00;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
}
@media (max-width: 896px) {
  .block_navi a {
    display: block;
  }
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  margin-left: -15px;
  background: #fff7dd;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  margin-left: -15px;
  background: #fff7dd;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: -15px;
  background: #fff7dd;
  transform-origin: center center;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  background: #FFF;
  visibility: hidden;
  transition: all 0.8s 0s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}

.block_sp_menu .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0%, -50%);
}
.block_sp_menu .inner .logo {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.block_sp_menu .inner ul.menu > li {
  position: relative;
}
.block_sp_menu .inner ul.menu > li > a {
  display: block;
  padding: 10px 0;
  line-height: 1.5;
  transition: all 0.4s 0s ease;
  text-align: left;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  color: #960f00;
}

/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
}
/*----------------------------------------------------
  .block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  padding-bottom: 0%;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_mainvisual {
    padding-bottom: 0px;
  }
}
.block_mainvisual figure {
  width: 50vw;
  margin: 0 0 0 auto;
}
@media (max-width: 896px) {
  .block_mainvisual figure {
    width: 100%;
  }
}
.block_mainvisual .textarea {
  width: 40vw;
  margin-left: 10vw;
  margin-top: -40vw;
  color: #960f00;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea {
    width: auto;
    margin-top: 60px;
    margin-left: 20px;
  }
}
.block_mainvisual .textarea .date {
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4vw;
  font-weight: 800;
  margin-bottom: 0.5vw;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .date {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
}
.block_mainvisual .textarea .date small {
  font-size: 2vw;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .date small {
    font-size: 5vw;
  }
}
.block_mainvisual .textarea time {
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2vw;
  font-weight: 800;
  display: block;
  margin-bottom: 2vw;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea time {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.block_mainvisual .textarea .place {
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5vw;
  font-weight: 800;
  display: block;
  margin-bottom: 5vw;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .place {
    font-size: 5vw;
    margin-bottom: 15vw;
  }
}
.block_mainvisual .textarea .place small {
  font-size: 1.2vw;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .place small {
    font-size: 3vw;
  }
}
.block_mainvisual .textarea p {
  font-size: 1.8vw;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.15em;
  line-height: 2.4;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea p {
    font-size: 16px;
  }
}
.block_mainvisual .swiper {
  margin-top: 10%;
}
.block_mainvisual .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.block_mainvisual .swiper .swiper-slide figure .img_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_mainvisual .swiper .swiper-slide figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.block_mainvisual .movie_area {
  position: relative;
  padding-top: 56.25%;
}
.block_mainvisual .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_mainvisual .movie_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_mainvisual::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 30px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #f19ca6; /* むらさき */
  border-bottom: 30px solid #f19ca6; /* むらさき */
}

/*----------------------------------------------------
  .block_contents
--------------------------------------------------- */
.block_contents {
  position: relative;
  padding: 10% 0;
}
@media (max-width: 896px) {
  .block_contents {
    padding: 60px 0;
  }
}
.block_contents#shop {
  background: #f19ca6;
  color: #960f00;
}
.block_contents#shop::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 30px solid transparent; /* 透明 */
  border-left: 50vw solid #eb6120; /* 透明 */
  border-right: 50vw solid transparent; /* むらさき */
  border-bottom: 30px solid #eb6120; /* むらさき */
}
.block_contents#drink {
  background: #eb6120;
  color: #192350;
}
.block_contents#drink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 30px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #1cad88; /* むらさき */
  border-bottom: 30px solid #1cad88; /* むらさき */
}
.block_contents#price {
  background: #1cad88;
  color: #192350;
}
.block_contents#price::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 30px solid transparent; /* 透明 */
  border-left: 50vw solid transparent; /* 透明 */
  border-right: 50vw solid #f3c517; /* むらさき */
  border-bottom: 30px solid #f3c517; /* むらさき */
}
.block_contents#access {
  background: #f3c517;
  color: #960f00;
}
.block_contents#access::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 30px solid transparent; /* 透明 */
  border-left: 50vw solid #fff7dd; /* 透明 */
  border-right: 50vw solid transparent; /* むらさき */
  border-bottom: 30px solid #fff7dd; /* むらさき */
}
.block_contents .inner {
  position: relative;
  padding: 0 80px;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 896px) {
  .block_contents .inner {
    padding: 0 20px;
  }
}
.block_contents .inner .sub_title01 {
  font-size: 54px;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 896px) {
  .block_contents .inner .sub_title01 {
    font-size: 32px;
  }
}
.block_contents .inner .image_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8%;
}
.block_contents .inner .image_list .column {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.block_contents .inner .image_list .column:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_contents .inner .image_list .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.block_contents .inner .image_list .column a {
  display: block;
  position: relative;
}
.block_contents .inner .image_list .column a:hover figure.eyecatch .img_wrap::after {
  border-width: 4px;
}
.block_contents .inner .image_list .column a:hover figure.eyecatch .img_wrap img {
  transform: scale(1.1, 1.1);
}
.block_contents .inner .image_list .column a:hover figure.eyecatch .icon {
  background: #960f00;
}
.block_contents .inner .image_list .column a:hover figure.eyecatch .icon svg {
  fill: #FFF;
}
.block_contents .inner .image_list .column a:hover .c_title {
  text-decoration: none;
  color: #960f00;
}
.block_contents .inner .image_list .column a:hover time {
  color: #960f00;
}
.block_contents .inner .image_list .column a:hover .icon {
  opacity: 1;
  transform: translate(0px, 0px);
}
.block_contents .inner .image_list .column figure {
  position: relative;
}
.block_contents .inner .image_list .column figure .img_wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.block_contents .inner .image_list .column figure .img_wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
}
.block_contents .inner .image_list .column figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_contents .inner .image_list .column .c_title {
  margin-top: 0.8vw;
  line-height: 1.7;
  font-weight: 700;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.2vw;
  color: #960f00;
}
@media (max-width: 896px) {
  .block_contents .inner .image_list .column .c_title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.block_contents .inner .image_list .column .c_title small {
  font-size: 1.4vw;
}
.block_contents .inner .image_list .column p {
  margin-top: 0.8vw;
  font-size: 1.2vw;
}
@media (max-width: 896px) {
  .block_contents .inner .image_list .column p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.block_contents .inner .image_list .column .link {
  margin-top: 20px;
}
.block_contents .inner .image_list .column .link a {
  display: block;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #960f00;
  border: 1px #960f00 solid;
  color: #f19ca6;
  padding: 10px 20px;
  border-radius: 50px;
}
.block_contents .inner .image_list .column .link a:hover {
  background: #f19ca6;
  color: #960f00;
}
.block_contents .inner .exp {
  margin-top: 5%;
  font-size: 1.5vw;
}
@media (max-width: 896px) {
  .block_contents .inner .exp {
    font-size: 14px;
  }
}
.block_contents .inner .sub_title02 {
  font-size: 34px;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  background: #192350;
  color: #eb6120;
  padding: 20px 25px;
  margin-top: 40px;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_contents .inner .sub_title02 {
    font-size: 18px;
  }
}
.block_contents .inner .drink_list {
  margin-top: 40px;
}
.block_contents .inner .drink_list .column {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  position: relative;
}
@media (max-width: 896px) {
  .block_contents .inner .drink_list .column {
    border-bottom: 1px #192350 solid;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  .block_contents .inner .drink_list .column:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.block_contents .inner .drink_list .column .c_title {
  font-size: 34px;
  line-height: 1;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 30%;
}
@media (max-width: 896px) {
  .block_contents .inner .drink_list .column .c_title {
    writing-mode: vertical-rl;
    font-size: 24px;
    width: 40px;
    white-space: nowrap;
  }
}
.block_contents .inner .drink_list .column .c_textarea {
  width: 65%;
}
@media (max-width: 896px) {
  .block_contents .inner .drink_list .column .c_textarea {
    width: calc(100% - 80px);
  }
}
.block_contents .inner .drink_list .column .c_textarea .c_sub_title {
  font-size: 18px;
  border: 1px #192350 solid;
  padding: 10px 20px;
  border-radius: 40px;
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .drink_list .column .c_textarea .c_sub_title {
    font-size: 14px;
  }
}
.block_contents .inner .drink_list .column .c_textarea p {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (max-width: 896px) {
  .block_contents .inner .drink_list .column .c_textarea p {
    font-size: 14px;
  }
}
.block_contents .inner p {
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_contents .inner p {
    font-size: 14px;
  }
}
.block_contents .inner .price_box {
  margin-top: 40px;
  border: 1px #192350 solid;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 896px) {
  .block_contents .inner .price_box {
    padding: 20px;
    margin-top: 20px;
  }
}
.block_contents .inner .price_box .plan {
  border-radius: 20px;
  background: #192350;
  color: #1cad88;
  font-size: 24px;
  padding: 20px 25px;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_contents .inner .price_box .plan {
    font-size: 18px;
    flex-direction: column; /* row row-reverse column */
    align-items: flex-start; /* flex-start  center  */
  }
}
.block_contents .inner .price_box .plan .price {
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 42px;
  margin-left: 20px;
}
@media (max-width: 896px) {
  .block_contents .inner .price_box .plan .price {
    margin-left: 0;
    font-size: 32px;
    padding-top: 10px;
  }
}
.block_contents .inner .price_box .plan .price small {
  font-size: 14px;
}
.block_contents .inner .price_box .point {
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_contents .inner .price_box .point {
    font-size: 18px;
  }
}
.block_contents .inner .price_box p {
  font-size: 16px;
}
@media (max-width: 896px) {
  .block_contents .inner .price_box p {
    font-size: 14px;
  }
}
.block_contents .inner .access {
  margin-top: 40px;
}
.block_contents .inner .access .a_title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Serif JP", "Shippori Mincho", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_contents .inner .access .a_title {
    font-size: 18px;
  }
}
.block_contents .inner .access .address {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 896px) {
  .block_contents .inner .access .address {
    font-size: 14px;
  }
}
.block_contents .inner .access .page_btn {
  margin-top: 20px;
}
.block_contents .inner .access .page_btn a {
  display: inline-block;
  border: 1px #960f00 solid;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 10px 25px;
  font-size: 18px;
  color: #960f00;
  border-radius: 80px;
}
@media (max-width: 896px) {
  .block_contents .inner .access .page_btn a {
    font-size: 14px;
  }
}
.block_contents .inner .access .page_btn a:hover {
  background: #960f00;
  color: #f3c517;
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  position: relative;
  padding: 10% 0;
  text-align: center;
}
.block_footer .inner {
  position: relative;
  padding: 40px 80px;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 40px 20px;
  }
}
.block_footer .inner .logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block_footer .inner ul.banner {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_footer .inner ul.banner {
    flex-direction: column;
  }
}
.block_footer .inner ul.banner li {
  width: 30%;
  margin: 0 10px;
}
@media (max-width: 896px) {
  .block_footer .inner ul.banner li {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.block_footer .inner ul.banner li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.block_footer .inner ul.banner li a:hover {
  opacity: 0.5;
}
.block_footer .inner .copyright {
  margin-top: 40px;
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}/*# sourceMappingURL=common.css.map */