@charset "UTF-8";
/*
Theme Name: ariaketei
Theme URI: 
Author: YukiaGrenze
Author URI: 
Description: 
Requires at least: 
Version: 10000.0
License: 
License URI: 
Text Domain: 
Tags: 
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(//fonts.googleapis.com/css?family=Cormorant+Infant:400,400i,700,700i);
@import url(//fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap);
@import url("assets/vender/slick/slick-theme.css");
@import url("assets/vender/slick/slick.css");
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;
}

input[type=text], input[type=button], input[type=submit], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button {
  outline: none;
}

@font-face {
  font-family: "ariaketei";
  src: url("./assets/fonts/ariaketei.eot?h2590l");
  src: url("./assets/fonts/ariaketei.eot?h2590l#iefix") format("embedded-opentype"), url("./assets/fonts/ariaketei.ttf?h2590l") format("truetype"), url("./assets/fonts/ariaketei.woff?h2590l") format("woff"), url("./assets/fonts/ariaketei.svg?h2590l#ariaketei") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "M PLUS 1p", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(131, 63, 0, 0.05);
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

* {
  word-break: break-all;
}

a {
  color: #0D043D;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
a.link-tel {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.l-header {
  display: block;
}
.l-header .l-header_nav {
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
.l-header .l-header_logo {
  height: 65px;
}
.l-header .logo {
  width: 200px;
  margin: auto;
  padding: 60px 20px 0;
}
.l-header .discript {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #5F0A05;
  font-weight: 300;
}
.l-header .l-header_subnav {
  position: absolute;
  right: 20px;
  top: 20px;
}
.l-header .l-gnav {
  max-width: 980px;
}
@media (max-width: 980px) {
  .l-header .logo {
    width: 140px;
    padding: 30px 0 10px;
  }
  .l-header .discript {
    display: block;
    position: initial;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .l-header {
    height: 140px;
  }
  .l-header .l-header_subnav {
    right: 16vw;
    top: 6vw;
    z-index: 11;
  }
  .l-header .l-header_nav {
    display: block;
  }
  .l-header .l-header_logo {
    position: relative;
    z-index: 10;
  }
  .l-header .logo {
    margin: 0;
    padding: 20px;
    width: 30%;
  }
  .l-header .discript {
    display: none;
  }
}
@media (max-width: 559px) {
  .l-header {
    height: 100px;
  }
}

.l-header_subnav .btns {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 350px;
}
.l-header_subnav .btns a {
  display: block;
  text-decoration: none;
  color: #0D043D;
  padding: 0.4rem 0.6rem 0.2rem 1rem;
  line-height: 1;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
}
.l-header_subnav .btns a:hover {
  opacity: 1;
  filter: brightness(1.3);
}
.l-header_subnav .btns li {
  flex-basis: 32%;
  border-radius: 5px;
  border: 1px solid #0D043D;
}
.l-header_subnav .btns li a::before {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ariaketei";
  vertical-align: middle;
}
.l-header_subnav .btns li.shop a::before {
  content: "\e910";
}
.l-header_subnav .btns li.reserve a::before {
  content: "\e905";
}
.l-header_subnav .btns li.access a::before {
  content: "\e907";
}
@media (max-width: 768px) {
  .l-header_subnav .btns {
    width: auto;
  }
  .l-header_subnav .btns a {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .l-header_subnav .btns li {
    flex-basis: auto;
    border: none;
  }
  .l-header_subnav .btns li a::before {
    font-size: 16px;
    font-size: 5vw;
  }
  .l-header_subnav .btns li.access {
    display: none;
  }
}

@media (max-width: 768px) {
  .open + .l-header_subnav {
    height: auto;
  }
}

.l-gnav {
  display: block;
  margin: auto;
}
.l-gnav .gnav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-gnav li:hover a:before {
  -webkit-animation: ball 0.6s alternate infinite;
  animation: ball 0.6s alternate infinite;
}
.l-gnav li:nth-child(3) {
  margin-right: 12rem;
}
.l-gnav li:nth-child(4) {
  margin-left: 12rem;
}
.l-gnav li a {
  display: block;
  text-decoration: none;
  color: #E3170A;
  padding: 14px 1vw;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1;
}
.l-gnav li a::before {
  display: block;
  font-family: "ariaketei";
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
}
.l-gnav li a:hover {
  opacity: 1;
}
.l-gnav li.guide a::before {
  content: "\e90e";
}
.l-gnav li.charge a::before {
  content: "\e900";
}
.l-gnav li.schedule a::before {
  content: "\e901";
}
.l-gnav li.food-drink a::before {
  content: "\e902";
}
.l-gnav li.event a::before {
  content: "\e903";
}
.l-gnav li.gamelist a::before {
  content: "\e904";
}
@media (max-width: 980px) {
  .l-gnav .gnav_inner {
    padding: 0 10px;
  }
  .l-gnav a {
    font-size: 0.8px;
    font-size: 0.25vw;
  }
  .l-gnav li a {
    font-size: 10px;
    font-size: 1rem;
  }
  .l-gnav li a::before {
    font-size: 8px;
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .l-gnav .gnav_btn {
    position: fixed;
    right: 20px;
    top: 20px;
    display: block;
    z-index: 10;
  }
  .l-gnav .gnav_btn .gnav_btn_inner {
    position: relative;
    color: #E3170A;
    text-align: center;
    line-height: 1;
  }
  .l-gnav .gnav_btn .gnav_btn_inner::before {
    font-family: "ariaketei";
    content: "\e90b";
    font-size: 30px;
    font-size: 9.375vw;
  }
  .l-gnav .gnav_btn .gnav_btn_inner::after {
    display: block;
    content: "MENU";
    font-size: 6px;
    font-size: 1.875vw;
  }
  .l-gnav.open .gnav_btn .gnav_btn_inner {
    color: #0D043D;
  }
  .l-gnav.open .gnav_btn .gnav_btn_inner::before {
    font-family: "ariaketei";
    content: "\e90d";
  }
  .l-gnav.open .gnav_btn .gnav_btn_inner::after {
    content: "CLOSE";
  }
  .l-gnav.open .menu-header-container {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 8;
    background: rgba(247, 179, 43, 0.95);
    display: none;
  }
  .l-gnav.open .gnav_inner {
    display: block;
  }
  .l-gnav .menu-header-container {
    display: none;
  }
  .l-gnav .gnav_inner {
    flex-wrap: wrap;
    display: none;
    padding-top: 28vw;
  }
  .l-gnav li {
    flex-basis: 100%;
  }
  .l-gnav li:hover a:before {
    -webkit-animation: none;
    animation: none;
  }
  .l-gnav li:nth-child(3) {
    margin-right: 0;
  }
  .l-gnav li:nth-child(4) {
    margin-left: 0;
  }
  .l-gnav li a {
    position: relative;
    color: #0D043D;
    text-align: left;
    padding-left: 24vw;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1;
  }
  .l-gnav li a::before {
    position: absolute;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.5;
  }
  .l-gnav li a::after {
    display: block;
    font-weight: 700;
    letter-spacing: 2;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 4.375vw;
  }
  .l-gnav li.guide a::after {
    content: "GUIDE";
  }
  .l-gnav li.charge a::after {
    content: "CHARGE";
  }
  .l-gnav li.schedule a::after {
    content: "SCHEDULE";
  }
  .l-gnav li.food-drink a::after {
    content: "FOOD & DRINK";
  }
  .l-gnav li.event a::after {
    content: "EVENT";
  }
  .l-gnav li.gamelist a::after {
    content: "GAME LIST";
  }
}

.l-footer {
  display: block;
  background: rgba(247, 179, 43, 0.05);
}
.l-footer .footer_sns {
  position: relative;
  padding: 20px 0;
}
.l-footer .footer_sns .list {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer .footer_sns .list::before, .l-footer .footer_sns .list::after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 24%;
  background: #E3170A;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .footer_sns .list::before {
  left: 15%;
}
.l-footer .footer_sns .list::after {
  right: 15%;
}
.l-footer .footer_sns .list > li {
  padding: 0 12px;
}
.l-footer .footer_sns a {
  display: block;
  text-decoration: none;
}
.l-footer .footer_sns .twiter a::before, .l-footer .footer_sns .insta a::before {
  font-family: "ariaketei";
  font-size: 28px;
  font-size: 2.8rem;
  color: #E3170A;
}
.l-footer .footer_sns .twiter a::before {
  content: "\ea96";
}
.l-footer .footer_sns .insta a::before {
  content: "\ea92";
}
.l-footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #5F0A05;
  padding: 20px 0 40px;
}
.l-footer .footer_address > span {
  display: block;
  padding-top: 16px;
}
.l-footer .footer_address > span::before {
  font-family: "ariaketei";
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  line-height: 1;
}
.l-footer .footer_address > span.mail::before {
  content: "";
}
.l-footer .footer_address > span.phone::before {
  content: "";
}
.l-footer .footer_copyright {
  text-align: right;
}
.l-footer .footer_copyright .discript {
  font-weight: 700;
}
.l-footer .footer_copyright .logo {
  display: block;
  width: 150px;
  margin: 10px 0 10px auto;
}
@media (max-width: 980px) {
  .l-footer .footer_bottom {
    flex-wrap: wrap;
  }
  .l-footer .footer_address {
    width: 68vw;
    margin: auto;
    padding: 30px 0;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .l-footer .footer_copyright {
    flex-basis: 100%;
    text-align: center;
  }
  .l-footer .footer_copyright .logo {
    width: 30vw;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .l-footer .footer_address {
    padding: 0 0 30px;
  }
}
@media (max-width: 559px) {
  .l-footer .footer_sns .list::before {
    left: 0;
  }
  .l-footer .footer_sns .list::after {
    right: 0;
  }
  .l-footer .footer_sns .footer_address {
    width: 70vw;
  }
}

.btn-pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  line-height: 1;
  z-index: 5;
}
.btn-pagetop a {
  position: relative;
  display: block;
  border: 5px solid #0D043D;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #0D043D;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.btn-pagetop a:hover {
  opacity: 1;
  -webkit-animation: move 0.3s ease-in-out;
  animation: move 0.3s ease-in-out;
}
.btn-pagetop span {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
}
.btn-pagetop span::before {
  display: block;
  margin-bottom: 6px;
  font-family: "ariaketei";
  content: "\e908";
  transform: rotate(-90deg);
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .btn-pagetop a {
    width: 16vw;
    height: 16vw;
  }
}

.l-main {
  display: block;
  min-height: 60vh;
}

.l-inner {
  width: 980px;
  min-width: 980px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .l-inner {
    width: 100%;
    min-width: inherit;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 980px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-section {
  padding: 45px 0;
}
.l-section:nth-of-type(1) {
  padding-top: 0;
}
@media (max-width: 768px) {
  .l-section {
    padding: 6vw 0;
  }
}

.l-page {
  padding: 30px 0 0;
}

.l-page_section {
  padding: 45px 0;
}
.l-page_section:nth-last-of-type(1) {
  padding-bottom: 65px;
}

.l-contents-top_hero {
  display: flex;
  align-items: flex-end;
  height: 30vw;
  max-height: 600px;
  background: url("assets/images/top/bg-hero.png") no-repeat;
  background-size: contain;
  background-position: 40% bottom;
}
.l-contents-top_hero .house {
  display: block;
  width: 100%;
  margin-bottom: -0.2vw;
  overflow: hidden;
}
.l-contents-top_hero .house img {
  width: 110%;
  max-width: 110%;
}
@media (max-width: 980px) {
  .l-contents-top_hero {
    height: 40vw;
  }
  .l-contents-top_hero .house {
    margin-bottom: -0.3vw;
  }
  .l-contents-top_hero .house img {
    width: 200%;
    max-width: 200%;
    margin-left: -35vw;
  }
}
@media (max-width: 980px) {
  .l-contents-top_hero .house {
    margin-bottom: -0.4vw;
  }
}

.l-top_section05:nth-of-type(1) {
  padding-top: 55px;
}

.c-calendar {
  margin: auto;
  width: 100%;
  max-width: 780px;
}
.c-calendar .cal_frame {
  width: 100%;
  height: 750px;
}

.l-top_section01 {
  position: relative;
  background: rgba(131, 63, 0, 0.1);
  background-image: url("assets/images/top/img-news01.png");
  background-repeat: no-repeat;
  background-position: left 24% top 45px;
  background-size: 5vw;
}
.l-top_section01::after {
  position: absolute;
  display: block;
  content: "";
  background: url("assets/images/top/bg-news.svg") repeat-x top;
  width: 100%;
  height: 60px;
  bottom: -60px;
}
.l-top_section01 .obj {
  position: absolute;
  right: 0;
  bottom: 0;
}
.l-top_section01 .obj img {
  max-width: 20vw;
}
@media (max-width: 980px) {
  .l-top_section01 {
    padding-bottom: 240px;
    background-position: left 24% bottom 15px;
    background-size: 12vw;
  }
  .l-top_section01 .obj img {
    max-width: 30vw;
  }
}
@media (max-width: 768px) {
  .l-top_section01 {
    padding-bottom: 30vw;
  }
  .l-top_section01:nth-of-type(1) {
    padding-top: 6vw;
  }
}

.l-top_section02 {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .l-top_section02 {
    padding-top: 8vw;
    padding-bottom: 14vw;
  }
}

.l-top_section03 {
  position: relative;
  background-image: url("assets/images/common/img-cloud.png");
  background-position: left -10% bottom -100px;
  background-repeat: no-repeat;
}
.l-top_section03::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #0D043D 0%, #5D577D 100%);
  opacity: 0.1;
  z-index: -1;
}
.l-top_section03 .l-inner::after {
  position: absolute;
  display: block;
  top: 30%;
  right: 0;
  content: url("assets/images/common/img-cloud02.png");
  z-index: 3;
}
.l-top_section03::after {
  position: absolute;
  width: 100%;
  display: block;
  bottom: -12vw;
  content: url("assets/images/common/img-ladder.svg");
  z-index: 1;
}
@media (max-width: 980px) {
  .l-top_section03 {
    background-size: 50%;
    background-position: left -30% bottom -100px;
  }
  .l-top_section03 .l-inner::after {
    width: 50%;
    right: -25%;
    top: 40%;
  }
}
@media (max-width: 768px) {
  .l-top_section03 {
    background-size: 50%;
    background-position: left -30% bottom -3vw;
  }
  .l-top_section03 .l-inner::after {
    width: 50%;
    right: -25%;
    top: 40%;
  }
  .l-top_section03::after {
    bottom: -10vw;
  }
}
@media (max-width: 559px) {
  .l-top_section03::after {
    bottom: -20vw;
  }
}

.l-top_section04 {
  padding-top: 0;
}
.l-top_section04 .p-access {
  padding-top: 125px;
}
@media (max-width: 768px) {
  .l-top_section04 .p-access {
    padding-top: 6vw;
  }
}

.l-guide .l-page_section:nth-child(1) {
  position: relative;
}
.l-guide .wp-container-3.shopimg01 {
  gap: 1rem;
}
.l-guide .wp-container-3 .wp-block-image {
  margin-bottom: 0;
  border-radius: 10px;
}
.l-guide .wp-container-8.shopimg02 {
  gap: 0;
}
.l-guide .wp-container-8 .wp-block-image {
  margin-bottom: 0;
}

/*  title
-------------------------*/
.c-section_header {
  margin: 20px 0 45px;
}

.c-pagetitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("assets/images/common/bg-pagetitle.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 280px;
}
.c-pagetitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
}
.c-pagetitle::after {
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
  width: 125px;
  height: 125px;
  content: "";
  background: url("assets/images/common/img-pagetitle.png") no-repeat center center;
  background-size: contain;
}
.c-pagetitle .c-title00 {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.c-pagetitle .c-title00 .title-main {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
}
.c-pagetitle .c-title00 .title-sub {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 1rem;
}
@media (max-width: 559px) {
  .c-pagetitle {
    height: 50vw;
  }
  .c-pagetitle::after {
    width: 20vw;
    height: 20vw;
  }
  .c-pagetitle .c-title00 .title-main {
    font-size: 20px;
    font-size: 6.25vw;
  }
  .c-pagetitle .c-title00 .title-sub {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.c-title01 {
  text-align: center;
  color: #5F0A05;
}
.c-title01 .ttl-ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}
.c-title01 .ttl-en {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 980px) {
  .c-title01 .ttl-ja {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .c-title01 .ttl-en {
    font-size: 18px;
    font-size: 5.625vw;
  }
}

.c-title02 {
  display: block;
  margin: 20px 0 30px;
  padding: 0.4rem 1.2rem;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.c-title02::after {
  display: block;
  content: url("assets/images/common/point-title02.png");
}

.c-title03 {
  display: block;
  margin: 20px 0 15px;
  color: #0D043D;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-title03::before {
  font-family: "ariaketei";
  display: inline-block;
  content: "\e90c";
  margin-right: 0.6rem;
}

.c-title04 {
  display: block;
  margin: 30px 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-title04::after {
  display: block;
  content: "";
  background: #F7B32B;
  margin-top: 6px;
  height: 1px;
  width: 12%;
}

.c-title05 {
  display: block;
  margin: 15px 0;
}
.c-title05 span {
  display: inline-block;
  color: #0D043D;
  padding: 2px 0;
  border-bottom: 1px dashed #0D043D;
}

.c-title06 {
  display: block;
  color: #0D043D;
  font-weight: bold;
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px dashed #0D043D;
}

/*  btn
-------------------------*/
/*  btnarea  */
.c-btnarea {
  padding: 30px 0;
  text-align: center;
}

.c-btn01 {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 10px;
  padding: 1.5rem 6rem;
  color: #b11f06;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid #b11f06;
  border-radius: 5px;
  transition: all 0.5s;
}
.c-btn01:hover {
  opacity: 1;
  background: rgba(131, 63, 0, 0.1);
}
.c-btn01 [class^=u-ico]::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn01 {
    padding: 10px 40px;
  }
}
@media (max-width: 980px) {
  .c-btn01 {
    margin: 5px 5px;
  }
}

.c-btn02 {
  display: inline-block;
  color: #fff;
  padding: 1rem 2.4rem;
  background: #0D043D;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.5s;
}
.c-btn02::before {
  font-style: normal;
  display: inline-block;
  margin-right: 1rem;
  font-family: "ariaketei";
  content: "\e902";
}
.c-btn02:hover {
  filter: contrast(150%);
}
@media (max-width: 768px) {
  .c-btn02 {
    width: 100%;
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.c-btn03 {
  display: inline-block;
  text-decoration: none;
  color: #5F0A05;
  padding: 1rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  transition: all 0.5s;
}
.c-btn03 > span {
  position: relative;
}
.c-btn03 > span::after {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: #5F0A05;
  border-radius: 5px;
  margin: auto;
  transition: all 0.5s;
}
.c-btn03:hover {
  opacity: 1;
}
.c-btn03:hover > span::after {
  width: 60%;
  background: #B11F06;
}
@media (max-width: 768px) {
  .c-btn03 {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

/*  table
-------------------------*/
.c-table01 {
  width: 100%;
  margin: 20px 0;
}
.c-table01 tr:nth-last-child(1) th, .c-table01 tr:nth-last-child(1) td {
  border-bottom: none;
}
.c-table01 th, .c-table01 td {
  vertical-align: middle;
  box-sizing: border-box;
}
.c-table01 th {
  border-bottom: 1px solid white;
  background: #0d043d;
  color: #fff;
  padding: 0.8rem;
  vertical-align: top;
}
.c-table01 td {
  border-bottom: 1px solid #0d043d;
  padding: 0.8rem 1rem;
  background: rgba(13, 4, 61, 0.1);
}
@media (max-width: 768px) {
  .c-table01 {
    width: calc(100% + 40px);
    margin: 20px -20px;
  }
  .c-table01 th, .c-table01 td {
    width: 100%;
    display: block;
  }
  .c-table01 th {
    text-align: left;
    padding: 0.8rem 2rem;
  }
  .c-table01 td {
    text-align: left;
    padding: 1.5rem 2rem;
  }
}

.c-table02 {
  width: 100%;
  margin: 20px 0;
}
.c-table02 tr:nth-child(1) th, .c-table02 tr:nth-child(1) td {
  border-width: 2px;
  text-align: center;
  font-weight: 700;
}
.c-table02 tr:nth-last-child(1) th, .c-table02 tr:nth-last-child(1) td {
  border-bottom: none;
}
.c-table02 th, .c-table02 td {
  vertical-align: middle;
  box-sizing: border-box;
}
.c-table02 th {
  border-bottom: 1px solid white;
  background: #0d043d;
  color: #fff;
  padding: 0.8rem;
  vertical-align: top;
  white-space: nowrap;
}
.c-table02 td {
  border-bottom: 1px solid #0d043d;
  padding: 0.8rem 1rem;
  background: rgba(13, 4, 61, 0.1);
}
@media (max-width: 768px) {
  .c-table02 {
    width: calc(100% + 40px);
    margin: 20px -20px;
  }
  .c-table02 th {
    text-align: left;
    padding: 0.8rem 2rem;
    vertical-align: middle;
    font-size: 12px;
    font-size: 3.75vw;
    white-space: normal;
  }
  .c-table02 td {
    text-align: left;
    padding: 1.5rem 2rem;
    font-size: 12px;
    font-size: 3.75vw;
  }
}

/*  textbox
-------------------------*/
.c-textbox01 {
  padding: 2.5rem;
  margin: 30px 0;
  border: 3px dashed #e3170a;
  border-radius: 10px;
}

.c-textbox02 {
  padding: 2rem;
  border: 1px dashed rgba(13, 4, 61, 0.3);
  border-radius: 5px;
}

.c-textbox03 {
  padding: 1rem;
  margin: 2rem 0;
  border-top: 2px solid rgba(95, 10, 5, 0.3);
  border-bottom: 2px solid rgba(95, 10, 5, 0.3);
}

.c-textbox04 {
  padding: 2rem;
  margin: 2rem 0;
  background: #5f0a05;
}

/*  article
-------------------------*/
.c-article01 {
  list-style: none;
  margin: 20px auto 0;
  width: 780px;
}
.c-article01 .list-item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 2px 0px rgba(17, 17, 17, 0.1);
  transition: 0.5s;
}
.c-article01 .list-item:hover {
  background: rgba(252, 246, 177, 0.8);
}
.c-article01 a {
  display: block;
  padding: 20px;
  color: #5F0A05;
  text-decoration: none;
}
.c-article01 a:hover {
  opacity: 1;
}
.c-article01 .date {
  display: block;
}
.c-article01 .title {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .c-article01 {
    width: 100%;
  }
}

.c-article02 {
  padding-bottom: 45px;
}
.c-article02 .item {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(17, 17, 17, 0.1);
  margin: 0 15px;
  transition: 0.5s;
}
.c-article02 .item:hover {
  background: rgba(252, 246, 177, 0.8);
}
.c-article02 .thumbnail {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.c-article02 .thumbnail .thmb_img {
  display: block;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.c-article02 .item_text {
  padding: 20px;
}
.c-article02 .data {
  display: block;
  color: #0D043D;
  font-weight: 800;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.c-article02 .data .end_data {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-article02 .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-article02 .item {
    margin: 0 15px;
  }
  .c-article02 .data {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1;
  }
}
@media (max-width: 559px) {
  .c-article02 .thumbnail {
    height: 34vw;
  }
}

.c-article02_single {
  display: flex;
  justify-content: space-between;
}
.c-article02_single .thumbnail {
  flex-basis: 36%;
}
.c-article02_single .thumbnail img {
  width: 100%;
}
.c-article02_single .content {
  flex-basis: 60%;
}
.c-article02_single .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.c-article02_single .price {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 30px 0 45px;
}
.c-article02_single .price small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
.c-article02_single .btn {
  margin-top: 45px;
}
.c-article02_single .tag {
  list-style: none;
  margin-top: 10px;
}
.c-article02_single .tag .cat-item {
  display: inline-block;
  background: rgba(227, 23, 10, 0.3);
  font-size: 8px;
  font-size: 0.8rem;
  padding: 4px 4px;
  line-height: 1;
  margin-right: 0.4rem;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .c-article02_single {
    flex-wrap: wrap;
  }
  .c-article02_single .thumbnail {
    flex-basis: 100%;
  }
  .c-article02_single .content {
    margin-top: 45px;
    flex-basis: 100%;
  }
}

.c-article03 {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  margin: auto;
}
.c-article03 a:hover {
  opacity: 1;
}
.c-article03 a:hover .data {
  color: #F7B32B;
}
.c-article03 .thumbnail {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.c-article03 .thumbnail .thmb_img {
  display: block;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.c-article03 .item {
  display: block;
  text-decoration: none;
  flex-basis: 350px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(17, 17, 17, 0.15);
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-article03 .item:nth-child(3n-1) {
  margin-left: 30px;
  margin-right: 30px;
}
.c-article03 .item :hover .thumbnail .thmb_img {
  transform: scale(120%);
}
.c-article03 .item_text {
  padding: 20px;
}
.c-article03 .data {
  display: block;
  color: #0D043D;
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.c-article03 .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.c-article03 .tag {
  list-style: none;
}
.c-article03 .tag .cat-item {
  display: inline-block;
  background: rgba(227, 23, 10, 0.3);
  font-size: 8px;
  font-size: 0.8rem;
  padding: 4px 4px;
  line-height: 1;
  margin-right: 0.4rem;
  border-radius: 3px;
}
.c-article03 .price {
  display: block;
  margin-top: 20px;
  font-weight: bold;
}
.c-article03 .price small {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 980px) {
  .c-article03 {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .c-article03 .item {
    flex-basis: 32%;
  }
  .c-article03 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .c-article03 {
    padding: 0;
  }
  .c-article03 .item {
    flex-basis: 49%;
  }
  .c-article03 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .c-article03 .item:nth-child(odd) {
    margin-right: 1%;
  }
  .c-article03 .item:nth-child(even) {
    margin-left: 1%;
  }
  .c-article03 .data {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .c-article03 .item {
    flex-basis: 100%;
  }
  .c-article03 .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .c-article03 .item:nth-child(odd) {
    margin-right: 0;
  }
  .c-article03 .item:nth-child(even) {
    margin-left: 0;
  }
  .c-article03 .thumbnail {
    height: 34vw;
  }
  .c-article03 .thumbnail .thmb_img {
    height: 34vw;
  }
}

.c-article04 {
  list-style: none;
}
.c-article04 a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
}
.c-article04 a:nth-last-child(1) {
  border-bottom: none;
}
.c-article04 .list-item {
  display: flex;
}
.c-article04 .date {
  flex-basis: 160px;
}
.c-article04 .title {
  flex-basis: 1fr;
}

.c-article04_single .date {
  display: block;
  text-align: right;
  font-size: 24px;
  font-size: 2.4rem;
  color: #833F00;
}

/*  pathbox
-------------------------*/
.c-pathbox {
  padding: 0.6rem 0;
  background: #5F0A05;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.c-pathbox a {
  color: #0D043D;
}
.c-pathbox span {
  line-height: 1;
  vertical-align: middle;
}
.c-pathbox span:nth-child(1)::before {
  content: "";
}
.c-pathbox span::before {
  display: inline-block;
  vertical-align: middle;
  font-family: "ariaketei";
  content: "\e900";
  margin: 0 0.4rem 0.4rem 0;
  transform: rotateZ(-90deg);
}
@media (max-width: 768px) {
  .c-pathbox {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

/*  form
-------------------------*/
button {
  cursor: pointer;
}

.c-form th {
  text-align: left;
}
.c-form .hissu {
  float: right;
  display: inline-block;
  background: #0D043D;
  padding: 0.2rem;
  font-size: 8px;
  font-size: 0.8rem;
  border-radius: 5px;
  margin-left: 1rem;
}
.c-form input[type=text], .c-form textarea {
  width: 100%;
  border: 1px solid rgba(95, 10, 5, 0.3);
  background: #fff;
  border-radius: 3px;
  padding: 0.6rem;
  box-sizing: border-box;
}
.c-form input[type=text]:focus, .c-form textarea:focus {
  border-color: #FCF6B1;
  background: #833F00;
  outline: 0;
}

.c-submit {
  display: flex;
  justify-content: center;
}
.c-submit span {
  margin: 0 1rem;
}
.c-submit input {
  background: #0D043D;
  color: #fff;
  padding: 0.6rem 1rem;
  border: none;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.c-selectbox {
  display: flex;
  align-items: center;
}
.c-selectbox .subhead {
  font-weight: bold;
  padding: 0 10px 0 40px;
  box-sizing: border-box;
}
.c-selectbox .subhead:nth-child(1) {
  padding-left: 0;
}
.c-selectbox .c-select {
  position: relative;
}
.c-selectbox .c-select select::-ms-expand {
  display: none;
}
.c-selectbox .c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #0D043D;
  border-radius: 0;
  background: #fff;
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgba(17, 17, 17, 0.8);
}
.c-selectbox .c-select::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ariaketei";
  content: "\e900";
  color: #0D043D;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-selectbox {
    margin: 0 -20px;
    flex-wrap: wrap;
  }
  .c-selectbox .subhead {
    flex-basis: 20%;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 4vw;
    color: #0D043D;
  }
  .c-selectbox .subhead:nth-last-child(1) {
    margin-bottom: 0;
  }
  .c-selectbox .c-select {
    flex-basis: 80%;
    margin: 0 0 10px;
  }
  .c-selectbox .c-select:nth-last-child(1) {
    margin-bottom: 0;
  }
  .c-selectbox .c-select select {
    width: 100%;
  }
}

.c-frame_gamelist {
  background: white;
  border-radius: 10px;
}
.c-frame_gamelist iframe {
  width: 100%;
  height: 600px;
}

/*  pager
-------------------------*/
.navigation.pagination {
  margin-top: 60px;
}

.page-numbers {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
  margin: 0 10px;
}
.page-numbers .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background: #0D043D;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
}
.page-numbers .page-numbers.current {
  background: #B11F06;
}

.c-pager01 {
  text-align: center;
  margin-top: 4%;
  list-style: none;
}
.c-pager01 span, .c-pager01 a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  background: #fff;
  line-height: 32px;
  border: 1px solid #0D043D;
  padding: 0.1em 1em 0;
  font-weight: bold;
}
.c-pager01 .current {
  background: #0D043D;
  color: #fff;
}
.c-pager01 .next, .c-pager01 .prev {
  background: none;
  border: none;
  padding: 0;
}

.c-pager02 {
  text-align: center;
  padding-top: 60px;
  list-style: none;
}
.c-pager02 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0.4em;
}
.c-pager02 li a {
  display: block;
  padding: 16px;
  min-width: 100px;
  border-radius: 10px;
  text-decoration: none;
}
.c-pager02 .all a {
  border-color: #0D043D;
  background: #0D043D;
  color: #fff;
}

p + p {
  margin-top: 0.8rem;
}

/*  list
-------------------------*/
.p-list01 {
  list-style: none;
}
.p-list01 li {
  margin-left: 2.6rem;
  text-indent: -2.2rem;
}
.p-list01 li::before {
  display: inline-block;
  vertical-align: middle;
  font-family: "saitama";
  content: "";
  text-indent: 0;
  color: #0D043D;
  margin-right: 0.4rem;
  text-indent: 0;
}

.p-list02 {
  list-style: none;
}
.p-list02 li {
  padding-left: 2rem;
  text-indent: -2rem;
}
.p-list02 li::before {
  display: inline-block;
  vertical-align: middle;
  content: "・";
  text-indent: 0;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.p-list_number {
  list-style-type: decimal;
}
.p-list_number li {
  margin-left: 2.8rem;
}

.p-list_notice {
  list-style: none;
}
.p-list_notice li {
  padding-left: 2rem;
  text-indent: -2rem;
}
.p-list_notice li::before {
  content: "※";
  text-indent: 0;
  margin-right: 0.4rem;
}

.p-list_contents {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -75px;
}
.p-list_contents .item {
  flex-basis: 50%;
  perspective: 200px;
}
.p-list_contents .title {
  position: relative;
  width: 300px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  transform: rotate(3deg);
}
.p-list_contents .title a {
  display: block;
  background: #0D043D;
  color: #fff;
  text-decoration: none;
  padding: 30px 20px 30px 0;
}
.p-list_contents .title a:after {
  position: absolute;
  font-family: "ariaketei";
  content: "\e906";
  color: #E3170A;
  font-size: 45px;
  font-size: 4.5rem;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-list_contents .title a:hover {
  opacity: 1;
}
.p-list_contents .title a:hover:after {
  transform: translateY(-50%) translateX(5px);
}
.p-list_contents .title::before {
  display: block;
  content: "";
  position: absolute;
  height: 95%;
  width: 100%;
  left: 3px;
  top: 3px;
  background: rgba(131, 63, 0, 0.3);
  transform: rotate(4deg);
  z-index: -1;
}
.p-list_contents .text {
  padding: 36px 0 45px 20px;
  width: 70%;
}
@media (max-width: 980px) {
  .p-list_contents .title {
    width: 90%;
  }
  .p-list_contents .text {
    width: 90%;
  }
  .p-list_contents .item:nth-child(2n) .title {
    margin-left: auto;
  }
  .p-list_contents .item:nth-child(2n) .text {
    margin-left: auto;
  }
}
@media (max-width: 559px) {
  .p-list_contents .title {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .p-list_contents .title a {
    padding: 12px 0 12px 0;
  }
  .p-list_contents .title a:after {
    font-size: 24px;
    font-size: 7.5vw;
  }
  .p-list_contents .text {
    padding: 10px 0 30px 0px;
  }
}

.p-access {
  background: #fff;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-image: url("assets/images/common/bg-honeycomb.png");
  background-position: left 20% top;
  background-repeat: no-repeat;
}
.p-access .inner {
  max-width: 980px;
  margin: auto;
}
.p-access .upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transform: translateY(80px);
}
.p-access .address {
  line-height: 2;
}
.p-access .appearance {
  flex-basis: 40%;
}
.p-access .appearance img {
  border-radius: 20px;
}
.p-access .bottom {
  text-align: center;
  transform: translateY(45px);
}
.p-access .guide {
  margin: 45px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #5F0A05;
}
.p-access .guide::before, .p-access .guide::after {
  display: inline-block;
  content: "";
  height: 45px;
  width: 3px;
  background: #5F0A05;
  margin-bottom: -16px;
}
.p-access .guide::before {
  margin-right: 30px;
  transform: rotate(-24deg);
}
.p-access .guide::after {
  margin-left: 30px;
  transform: rotate(24deg);
}
.p-access .guide span {
  font-size: 30px;
  font-size: 3rem;
}
.p-access figure {
  display: block;
  width: 70%;
  margin: auto;
}
@media (max-width: 980px) {
  .p-access {
    background-position: left -5% top;
  }
  .p-access .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-access .guide {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .p-access figure {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-access {
    background-size: 45%;
  }
  .p-access .appearance {
    min-width: 40%;
  }
}
@media (max-width: 559px) {
  .p-access .upper {
    flex-wrap: wrap;
  }
  .p-access .address {
    flex-basis: 100%;
    order: 2;
  }
  .p-access .appearance {
    flex-basis: 100%;
    order: 1;
    padding-bottom: 20px;
  }
  .p-access .appearance img {
    width: 100%;
  }
  .p-access .guide {
    font-size: 8px;
    font-size: 2.5vw;
  }
  .p-access .guide span {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.l-access .p-access {
  background-color: rgba(255, 255, 255, 0);
}
.l-access .upper {
  transform: translateY(0);
}
.l-access .bottom {
  transform: translateY(0);
}

.p-access_btn {
  text-align: center;
  padding: 60px 0 45px;
}
@media (max-width: 768px) {
  .p-access_btn {
    padding: 6vw 0;
  }
}

.p-concept {
  background-image: url("assets/images/content/bg-guide_concept.png"), url("assets/images/content/bg-guide_concept.png");
  background-position: left top, right bottom;
  background-repeat: repeat-y;
  background-size: 54px auto;
  margin: 30px 0;
}
.p-concept .inner {
  max-width: 600px;
  margin: auto;
  z-index: 3;
  position: relative;
}
.p-concept p + p {
  margin-top: 2rem;
}
.p-concept::after {
  position: absolute;
  content: "";
  width: calc(100% + (100vw - 100%));
  display: block;
  left: 0;
  bottom: -47px;
  height: 20vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url("assets/images/common/img-house02.svg") no-repeat bottom;
  background-size: 120%;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-concept .inner {
    max-width: 70%;
  }
  .p-concept::after {
    height: 30vw;
    background-size: 160%;
  }
}
@media (max-width: 559px) {
  .p-concept {
    background-size: 10%, 10%;
  }
}

.p-foodimg {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.p-foodimg figure {
  display: block;
  flex-basis: 32%;
  margin-bottom: 3em;
}
.p-foodimg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-foodimg figcaption {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-foodimg figure {
    flex-basis: 48%;
  }
}

.p-picup {
  position: relative;
  padding: 100px 0;
  background: rgba(247, 179, 43, 0.1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-top: 60px;
  display: block;
}
.p-picup:before {
  position: absolute;
  display: block;
  content: "";
  background: url("assets/images/content/bg-picup.svg") repeat-x bottom;
  width: 100%;
  height: 60px;
  top: -60px;
}
.p-picup .inner {
  width: 600px;
  margin: auto;
}
.p-picup .image {
  border-radius: 5px;
  box-shadow: 5px 5px 0px 0px #0D043D;
}
.p-picup .image img {
  height: 300px;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-picup .ribbon {
  position: relative;
}
.p-picup .ribbon::after {
  position: absolute;
  top: -29px;
  left: -93px;
  content: url("assets/images/content/bg-title_ribbon.png");
}
.p-picup .title {
  position: absolute;
  color: #fff;
  letter-spacing: 2;
  top: -16px;
  left: 0;
  z-index: 3;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-picup .inner {
    width: 80%;
    padding: 20px;
  }
}
@media (max-width: 559px) {
  .p-picup {
    padding: 10vw 0 6vw;
  }
  .p-picup .ribbon {
    position: relative;
  }
  .p-picup .ribbon::after {
    display: block;
    position: absolute;
    top: -29px;
    left: -57px;
    content: "";
    height: 20vw;
    width: 100%;
    background: url("assets/images/content/bg-title_ribbon.png") no-repeat;
    background-size: 50%;
    background-size: contain;
  }
  .p-picup .title {
    top: -24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-directions {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.p-directions .title {
  padding-top: 140px;
  margin-bottom: -3px;
  text-align: center;
  color: #0D043D;
  background-image: url("assets/images/content/bg-title_map01.png"), url("assets/images/content/bg-title_map02.png");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  font-weight: 800;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
.p-directions .inner {
  padding: 80px 0;
  background: linear-gradient(180deg, #0D043D 0%, #5D577D 100%);
  color: #fff;
}
.p-directions .list .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.p-directions .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.p-directions .list .pict {
  flex-basis: 40%;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.p-directions .list .pict img {
  width: 100%;
  height: 245px;
}
.p-directions .list .text {
  position: relative;
  flex-basis: 55%;
  display: flex;
  align-items: center;
  padding-right: 120px;
  box-sizing: border-box;
  border-right: 3px dotted #fff;
}
.p-directions .list .text::after {
  position: absolute;
  right: -12px;
  bottom: -2px;
  content: "";
  border-right: 11px solid transparent;
  border-top: 16px solid #fff;
  border-left: 11px solid transparent;
}
@media (max-width: 980px) {
  .p-directions .title {
    padding-top: 20vw;
    background-position: left 20px bottom, right 20px bottom;
    background-size: auto 20%, auto 100%;
    font-size: 12px;
    font-size: 3.75vw;
  }
}
@media (max-width: 768px) {
  .p-directions .list .pict img {
    height: 30vw;
  }
  .p-directions .list .text {
    padding-right: 40px;
  }
}
@media (max-width: 559px) {
  .p-directions .list .pict {
    flex-basis: 100%;
  }
  .p-directions .list .pict img {
    width: 100%;
    height: 245px;
  }
  .p-directions .list .text {
    padding-top: 20px;
    flex-basis: 100%;
  }
}

/*  textbox
-------------------------*/
.p-text01 {
  position: relative;
  padding: 65px 160px;
  width: 100%;
  box-sizing: border-box;
}
.p-text01::before, .p-text01::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  box-sizing: border-box;
}
.p-text01::before {
  top: 0;
  left: 0;
  border-top: 1px solid #E3170A;
  border-left: 1px solid #E3170A;
}
.p-text01::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #E3170A;
  border-right: 1px solid #E3170A;
}
@media (max-width: 768px) {
  .p-text01 {
    padding: 30px 45px;
  }
}

.p-price {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  background-color: rgba(227, 23, 10, 0.05);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.6)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(0.75, rgba(255, 255, 255, 0.6)), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 14px 14px;
}
.p-price .title {
  color: #833F00;
  font-family: "Shin Maru Go Futoline";
  font-size: 30px;
  font-size: 3rem;
}
.p-price strong {
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-price {
    font-size: 10px;
    font-size: 3.125vw;
  }
  .p-price .title {
    font-size: 14px;
    font-size: 4.375vw;
  }
  .p-price strong {
    font-size: 16px;
    font-size: 5vw;
  }
}

.p-plan {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(17, 17, 17, 0.6);
}

/*  textbox
-------------------------*/
.p-txtbox01 {
  background: rgba(13, 4, 61, 0.1);
  padding: 20px;
  font-weight: 700;
  color: #0D043D;
  margin: 20px 0 30px;
  font-size: 20px;
  font-size: 2rem;
}
.p-txtbox01.about {
  padding-left: 120px;
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-position: 20px 50%;
  background-image: url("assets/images//content/about/img-content.png");
}
.p-txtbox01.qa {
  padding-left: 120px;
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-position: 20px 50%;
  background-image: url("assets/images//content/qa/img-content.png");
}
@media (max-width: 768px) {
  .p-txtbox01.about {
    margin: -1.2rem -20px 30px;
    padding-left: 20px;
    padding-top: 120px;
    background-position: 50% 20px;
  }
  .p-txtbox01.qa {
    margin: -1.2rem -20px 30px;
    padding-left: 20px;
    padding-top: 120px;
    background-position: 50% 20px;
  }
}

@-webkit-keyframes move {
  50% {
    transform: scale(1.1);
  }
}

@keyframes move {
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(10deg);
  }
  100% {
    transform: translate(0%, -10px);
  }
}
@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(10deg);
  }
  100% {
    transform: translate(0%, -10px);
  }
}
.slick-dots {
  bottom: -5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li button:before {
  font-size: 1.5rem;
  content: "";
  border: 5px solid #833F00;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #833F00;
  opacity: 1;
}

.tribe-events-event-meta.primary {
  width: -webkit-fill-available;
}

.tribe-events-single > .tribe_events > :not(.primary, .secondary, .tribe-events-related-events-title, .tribe-related-events) {
  order: 3;
}

.tribe-events-start-date-label {
  display: none;
}

.tribe-events-start-date-label + dd {
  display: none;
}

.tribe-events-start-time-label {
  display: none;
}

.tribe-events-start-time-label + dd {
  display: none;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  padding: 0;
  background: #0D043D;
  border-color: #0D043D;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
}
.wp-pagenavi span.current {
  background: #E3170A;
  border-color: #E3170A;
}
.wp-pagenavi .nextpostslink {
  margin-left: 20px;
}

/*------------------------------------------
  汎用スタイル
------------------------------------------*/
/*  font-size
-------------------------*/
.u-fs70 {
  font-size: 70%;
}

.u-fs75 {
  font-size: 75%;
}

.u-fs80 {
  font-size: 80%;
}

.u-fs85 {
  font-size: 85%;
}

.u-fs90 {
  font-size: 90%;
}

.u-fs95 {
  font-size: 95%;
}

.u-fs100 {
  font-size: 100%;
}

.u-fs105 {
  font-size: 105%;
}

.u-fs110 {
  font-size: 110%;
}

.u-fs115 {
  font-size: 115%;
}

.u-fs120 {
  font-size: 120%;
}

.u-fs200 {
  font-size: 200%;
}

/*  color
-------------------------*/
.u-red {
  color: #B11F06;
}

.u-c00 {
  color: #fff;
}

.u-c01 {
  color: #0D043D;
}

.u-c02 {
  color: #E3170A;
}

.u-c04 {
  color: #5F0A05;
}

/*  text
-------------------------*/
.u-align_c {
  text-align: center !important;
}

.u-align_l {
  text-align: left !important;
}

.u-align_r {
  text-align: right !important;
}

.u-bold {
  font-weight: bold !important;
}

/*  margin
-------------------------*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/*  padding
-------------------------*/
.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/*  device block
-------------------------*/
.u-disp_pc {
  display: block;
}

.u-dispin_pc {
  display: inline-block;
}

.u-disp_tab {
  display: none;
}

.u-disp_sp {
  display: none;
}

.u-dispin_sp {
  display: none;
}

@media (max-width: 980px) {
  .u-disp_tab {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp_pc {
    display: none;
  }

  .u-dispin_pc {
    display: none;
  }

  .u-disp_sp {
    display: block;
  }

  .u-dispin_sp {
    display: inline-block;
  }
}
@media (max-width: 559px) {
  a.link-tel {
    pointer-events: auto;
  }
}
/*  ico
-------------------------*/
[class^=u-ico]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 0.4rem;
  font-family: "ariaketei";
  -ms-interpolation-mode: crisp-edges;
  line-height: 1;
  text-decoration: none;
  font-style: normal;
  text-indent: 0;
}

.u-ico_popup::after {
  content: "";
}

.u-ico_arrow::after {
  content: "";
}

/*  flexbox
-------------------------*/
.u-flexbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .u-flexbox {
    flex-wrap: wrap;
  }
}

.u-flexbox01 {
  display: flex;
}

.u-flexbox02 {
  display: flex;
  align-items: center;
}

/*  column
-------------------------*/
.u-column_type01 {
  align-items: center;
  justify-content: space-between;
}

.u-column_type02 {
  justify-content: space-between;
}

.col-w20 {
  width: 20%;
}

.col-w25 {
  width: 25%;
}

.col-w32 {
  width: 32%;
}

.col-w33 {
  width: 33.333333%;
}

.col-w50 {
  width: 50%;
}

.col-w30 {
  width: 30%;
}

.col-w40 {
  width: 40%;
}

.col-w46 {
  width: 46%;
}

.col-w48 {
  width: 48%;
}

.col-w49 {
  width: 49%;
}

.col-w56 {
  width: 56%;
}

.col-w60 {
  width: 60%;
}

.col-w66 {
  width: 66%;
}

.col-w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .col {
    width: 100% !important;
    margin-bottom: 1em;
  }

  .col {
    width: 100% !important;
    margin-bottom: 1em;
  }

  .col-o1 {
    order: 1;
  }

  .col-o2 {
    order: 2;
  }

  .col-o3 {
    order: 3;
  }
}
/*------------------------------------------
  Clearfix
------------------------------------------*/
/*  float
-------------------------*/
.u-left {
  float: left;
}
@media (max-width: 768px) {
  .u-left {
    float: none;
  }
}

.u-right {
  float: right;
}
@media (max-width: 768px) {
  .u-right {
    float: none;
  }
}

.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*# sourceMappingURL=style.css.map */
