@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* ======================================
   CSS Reset
======================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

ul {
  list-style: none; }

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

* {
  box-sizing: border-box;
  position: relative; }

/* ======================================
   Common
======================================== */
@page {
  margin: 0mm 5mm;
  size: A4 portrait; }
@media print {
  html {
    width: 1300px !important; }

  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding-top: 5mm;
    width: 210mm;
    height: 297mm;
    font-size: 7.5pt; }

  .header.clone {
    display: none; } }
body,
html {
  width: 100%;
  height: 100%; }

body {
  position: relative; }
  body.stop {
    overflow: hidden; }

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #232323; }
  @media screen and (min-width: 780px) {
    html {
      font-size: 17px; } }

.wrapper {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 0; }

.container {
  width: 100%;
  padding: 3rem 1rem;
  margin: 0;
  z-index: 0; }
  @media screen and (min-width: 780px) {
    .container {
      padding: 5rem 1rem; } }
  .container.white {
    background-color: #FFF; }
  .container.beige {
    background-color: #F7F3EC; }
  .container.sky {
    background-image: url("../images/top/sky_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.contents {
  max-width: 100%;
  margin: auto; }
  .contents.max {
    width: 1280px; }
  .contents.mid {
    width: 960px; }
  .contents.min {
    width: 780px; }
  .contents + .contents {
    margin-top: 5rem !important; }
  .contents.fit {
    max-width: 100%; }
    @media screen and (min-width: 960px) {
      .contents.fit {
        max-width: 90%; } }
  .contents.fit-y {
    min-height: 100vh;
    position: relative;
    display: flex; }
  .contents.beige {
    margin-top: 40px;
    padding-top: 0; }

a {
  outline: none;
  display: inline-block; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }

figure figcaption {
  font-size: 0.81rem;
  margin-top: 1em; }

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

br.pc {
  display: none; }
  @media screen and (min-width: 780px) {
    br.pc {
      display: block; } }

.bold {
  font-weight: 600; }

.stage {
  width: 100vw;
  padding: 60vh 0;
  position: relative; }
  .stage.fit {
    padding: 0; }
  .stage.white {
    background-color: #FFF; }
  .stage.blanc {
    background-color: transparent; }

.stage_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 0;
  object-fit: cover;
  object-position: center top;
  overflow: hidden; }
  @media screen and (min-width: 780px) {
    .stage_bg {
      object-position: center center; } }
  .stage_bg.fixed {
    position: fixed !important; }
  .stage_bg .fade-slider .swiper-slide-active .slide-img,
  .stage_bg .fade-slider .swiper-slide-duplicate-active .slide-img,
  .stage_bg .fade-slider .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both; }
  .stage_bg .fade-slider img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.slideUp {
  animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes slideUp {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0); } }
.parallax_img {
  opacity: 0;
  position: fixed;
  transition: .5s;
  z-index: -1; }
  .parallax_img.active {
    opacity: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }

#stay, #restaurant, #banquet, #aboutus {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media screen and (min-width: 780px) {
    #stay, #restaurant, #banquet, #aboutus {
      justify-content: flex-start; } }

@media screen and (min-width: 780px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.mt0 {
  margin-top: 0 !important; }

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

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

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

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

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

.mt6 {
  margin-top: 60px !important; }

.mt7 {
  margin-top: 70px !important; }

.mt8 {
  margin-top: 80px !important; }

.mt9 {
  margin-top: 90px !important; }

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

.mt12 {
  margin-top: 120px !important; }

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

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

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

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

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

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

.mb6 {
  margin-bottom: 60px !important; }

.mb7 {
  margin-bottom: 70px !important; }

.mb8 {
  margin-bottom: 80px !important; }

.mb9 {
  margin-bottom: 90px !important; }

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

.my0 {
  margin: 0 !important; }

.my1 {
  margin: 10px 0 !important; }

.my2 {
  margin: 20px 0 !important; }

.my3 {
  margin: 30px 0 !important; }

.my4 {
  margin: 40px 0 !important; }

.my5 {
  margin: 50px 0 !important; }

.my6 {
  margin: 60px 0 !important; }

.my7 {
  margin: 70px 0 !important; }

.my8 {
  margin: 80px 0 !important; }

.my9 {
  margin: 90px 0 !important; }

.my10 {
  margin: 100px 0 !important; }

.mx0 {
  margin: 0 !important; }

.mx1 {
  margin: 0 10px !important; }

.mx2 {
  margin: 0 20px !important; }

.mx3 {
  margin: 0 30px !important; }

.mx4 {
  margin: 0 40px !important; }

.mx5 {
  margin: 0 50px !important; }

.mx6 {
  margin: 0 60px !important; }

.mx7 {
  margin: 0 70px !important; }

.mx8 {
  margin: 0 80px !important; }

.mx9 {
  margin: 0 90px !important; }

.mx10 {
  margin: 0 100px !important; }

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

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

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

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

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

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

.pb6 {
  padding-bottom: 60px !important; }

.pb7 {
  padding-bottom: 70px !important; }

.pb8 {
  padding-bottom: 80px !important; }

.pb9 {
  padding-bottom: 90px !important; }

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

.pt0 {
  padding-top: 0 !important; }

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

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

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

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

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

.pt6 {
  padding-top: 60px !important; }

.pt7 {
  padding-top: 70px !important; }

.pt8 {
  padding-top: 80px !important; }

.pt9 {
  padding-top: 90px !important; }

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

.py0 {
  padding: 0 !important; }

.py1 {
  padding: 10px 0 !important; }

.py2 {
  padding: 20px 0 !important; }

.py3 {
  padding: 30px 0 !important; }

.py4 {
  padding: 40px 0 !important; }

.py5 {
  padding: 50px 0 !important; }

.py6 {
  padding: 60px 0 !important; }

.py7 {
  padding: 70px 0 !important; }

.py8 {
  padding: 80px 0 !important; }

.py9 {
  padding: 90px 0 !important; }

.py10 {
  padding: 100px 0 !important; }

.px0 {
  padding: 0 !important; }

.px1 {
  padding: 0 10px !important; }

.px2 {
  padding: 0 20px !important; }

.px3 {
  padding: 0 30px !important; }

.px4 {
  padding: 0 40px !important; }

.px5 {
  padding: 0 50px !important; }

.px6 {
  padding: 0 60px !important; }

.px7 {
  padding: 0 70px !important; }

.px8 {
  padding: 0 80px !important; }

.px9 {
  padding: 0 90px !important; }

.px10 {
  padding: 0 100px !important; }

.p0 {
  padding: 0 !important; }

.p1 {
  padding: 10px !important; }

.p2 {
  padding: 20px !important; }

.p3 {
  padding: 30px !important; }

.p4 {
  padding: 40px !important; }

.p5 {
  padding: 50px !important; }

.p6 {
  padding: 60px !important; }

.p7 {
  padding: 70px !important; }

.p8 {
  padding: 80px !important; }

.p9 {
  padding: 90px !important; }

.p10 {
  padding: 100px !important; }

ol, ul, dl {
  line-height: 2;
  margin-top: 0.5em; }

ol {
  list-style-position: outside;
  padding-left: 1.5em; }

ul.ind li {
  text-indent: -1em;
  padding-left: 1em; }

ul.dot li {
  text-indent: -1.2em;
  padding-left: 1.2em; }
  ul.dot li::before {
    content: '●';
    margin-right: 0.2em; }

dl.style {
  font-size: 0.93rem;
  margin: 0; }
  dl.style dt {
    position: relative;
    font-weight: 600;
    padding-left: 1.7em;
    text-indent: -1.7em; }
    dl.style dt::before {
      content: '';
      display: inline-block;
      width: 0.8em;
      height: 0.8em;
      background-color: #868686;
      margin-right: 0.5em; }
  dl.style dd {
    padding-left: 1.3em; }
    dl.style dd + dt {
      margin-top: 1.5em; }

/* ======================================
   Footer
======================================== */
footer {
  border-top: 5px solid #548BBA;
  background-color: #FFF;
  padding: 0 30px 40px 30px; }

.footer {
  z-index: 100;
  display: block;
  justify-content: space-between;
  align-items: top;
  text-align: center; }
  @media screen and (min-width: 780px) {
    .footer {
      display: flex;
      text-align: left; } }

.foot_company {
  display: block;
  margin-top: 40px; }
  @media screen and (min-width: 780px) {
    .foot_company {
      display: flex; } }

.foot_logo {
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }
  .foot_logo div {
    width: 180px;
    max-width: 80%;
    margin: auto; }
    .foot_logo div img {
      width: 100%; }
  .foot_logo p {
    margin-top: 5px;
    font-weight: 600; }
  @media screen and (min-width: 780px) {
    .foot_logo {
      text-align: left;
      width: 300px; }
      .foot_logo div {
        margin: 0; } }

.foot_address p {
  text-align: center;
  line-height: 1.4; }
  @media screen and (min-width: 780px) {
    .foot_address p {
      text-align: left; } }

.foot_link {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin-top: 20px; }
  .foot_link ul {
    line-height: 1;
    padding: 0;
    margin: 0; }
    .foot_link ul li {
      display: inline-block;
      line-height: 1; }
      .foot_link ul li + li {
        margin-left: 1.5rem; }
    .foot_link ul a {
      display: inline-block;
      text-decoration: none;
      position: relative;
      color: #232323;
      font-weight: 500; }

.foot_copy {
  text-align: center;
  font-size: 0.87rem;
  margin-top: 30px; }
  .foot_copy p {
    display: inline-block;
    text-align: left; }

/* ======================================
   Header
======================================== */
.header {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 99999; }
  .header::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #548BBA;
    position: absolute;
    top: 100%;
    left: 0; }
  .header.none {
    display: none; }
  .header.clone {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out; }
    .header.clone::before {
      background-color: #FFF;
      z-index: 99; }
    .header.clone.set {
      transform: translateY(-200%); }
  .header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background-color: #FFF;
    z-index: 99; }
  .header > a {
    display: inline-block; }
  .header a.home {
    max-width: 70%;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 20px;
    width: 180px;
    height: 60px;
    position: relative;
    z-index: 999999; }
    .header a.home h1 {
      width: 100%;
      height: 100%;
      margin: 0;
      flex-shrink: 0;
      background-image: url("../images/logo.png");
      background-position: left;
      background-size: contain;
      background-repeat: no-repeat; }
      .header a.home h1 p {
        display: none; }
  .header.set {
    position: fixed;
    transform: translateY(-100%); }

@media screen and (min-width: 1280px) {
  .header {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0; }
    .header.clone {
      position: fixed;
      z-index: 99999;
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(0);
      transition: transform 0.3s ease-in-out; }
      .header.clone::before {
        background-color: #FFF;
        z-index: -1; }
      .header.clone.set {
        transform: translateY(-200%); }
    .header::before {
      content: "";
      height: 130px;
      z-index: -1; }
    .header h1 {
      width: 220px;
      height: 40px; }
    .header a.home {
      width: 220px; }
      .header a.home h1 {
        max-width: none; } }
/* ======================================
   Navigation
======================================== */
.hamburger_menu {
  cursor: pointer;
  display: flex;
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 60px;
  background-color: #548BBA;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 5px; }
  .hamburger_menu div {
    width: 35px;
    padding: 12px 0;
    position: relative; }
    .hamburger_menu div::before, .hamburger_menu div::after {
      content: "";
      display: block;
      height: 1px;
      background-color: #FFF;
      transition: 0.5s;
      position: absolute; }
    .hamburger_menu div::before {
      width: 100%;
      top: 0; }
    .hamburger_menu div::after {
      width: 60%;
      bottom: 0; }
    .hamburger_menu div p {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFF;
      opacity: 1;
      transition: 0.5s; }
  @media screen and (min-width: 1280px) {
    .hamburger_menu {
      display: none; } }

.hamburger_menu.close {
  justify-content: center; }
  .hamburger_menu.close div::before, .hamburger_menu.close div::after {
    content: "";
    width: 100%;
    transform-origin: center; }
  .hamburger_menu.close div::before {
    transform: rotate(45deg);
    top: 50%; }
  .hamburger_menu.close div::after {
    background-color: transparent; }
  .hamburger_menu.close div p {
    transform: rotate(135deg); }

.global_nav {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 0;
  background-color: #FFF;
  transition: 0.5s; }
  .global_nav .nav_wrap {
    display: block;
    padding: 100px 0 200px 0;
    width: 24em;
    max-width: 90%;
    margin: auto; }
  .global_nav a {
    color: #000;
    text-decoration: none; }
  .global_nav.open {
    overflow: auto;
    left: 0; }
  .global_nav h1 {
    margin: auto; }
  .global_nav .pc {
    display: none; }
  .global_nav .sp {
    display: block; }
  @media screen and (min-width: 1280px) {
    .global_nav {
      width: auto;
      height: auto;
      transform: translateX(0);
      background-color: transparent;
      position: relative;
      top: auto;
      left: auto;
      margin: 0 0 0 auto; }
      .global_nav .nav_wrap {
        display: flex;
        align-items: center;
        width: auto;
        max-width: 100%;
        padding: 0;
        margin: 0; }
      .global_nav .pc {
        display: block; }
      .global_nav .sp {
        display: none; } }

ul.menu {
  display: block;
  margin: 0 auto 3rem auto !important;
  padding: 0 !important;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    ul.menu {
      display: flex;
      flex-wrap: wrap;
      margin: 0 2em 0 auto !important;
      padding: 0 !important;
      width: auto; }
      ul.menu li {
        margin: 0 0.5em; } }

.dirmenu {
  position: relative; }
  .dirmenu > a {
    display: block;
    padding: 1em !important;
    position: relative;
    width: 100%;
    text-align: left;
    transition: 0.5s;
    overflow: hidden;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600; }
    .dirmenu > a::after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #548BBA;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      transition: 0.5s; }
  .dirmenu.active > a {
    color: #548BBA; }
    .dirmenu.active > a::after {
      content: "";
      bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .dirmenu > a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5em !important;
      height: 60px;
      position: relative;
      min-width: 6em;
      width: 100%;
      text-align: left;
      transition: 0.5s;
      overflow: hidden;
      font-size: 0.9rem;
      color: #868686; }
      .dirmenu > a::after {
        content: "";
        width: 100%;
        height: 5px;
        background-color: transparent;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: 0.5s; }
      .dirmenu > a:hover {
        color: #000; }
        .dirmenu > a:hover::after {
          background-color: #BE1616; } }

.submenu {
  margin-top: 40px;
  padding: 0 40px;
  position: absolute; }
  .submenu ul li {
    margin: 15px 0; }
    .submenu ul li a {
      display: block;
      font-size: 0.93rem;
      padding: 5px 0 5px 40px;
      position: relative; }
      .submenu ul li a i {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        font-style: normal;
        width: 20px;
        height: 5px;
        transition: 0.5s; }
        .submenu ul li a i::before {
          content: "";
          width: 100%;
          height: 1px;
          background-color: #FFF;
          position: absolute;
          bottom: 0;
          left: 0; }
        .submenu ul li a i::after {
          content: "";
          display: block;
          text-decoration: none;
          height: 6px;
          width: 6px;
          clip-path: polygon(0 0, 100% 100%, 50% 100%);
          background-color: #FFF;
          position: absolute;
          bottom: 0;
          right: 0; }
      .submenu ul li a:hover i {
        width: 30px; }
  @media screen and (min-width: 1280px) {
    .submenu {
      display: none;
      margin-top: 0;
      height: 0; }
      .submenu ul {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 2em 1em;
        min-width: 360px;
        animation: fadeOut .5s ease-out forwards; }
      .submenu .dirmenu:hover .submenu {
        display: block;
        height: auto; }
        .submenu .dirmenu:hover .submenu ul {
          animation: fadeIn .5s ease-out forwards; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* ==== BG Color ==== */
.white {
  background-color: #FFF; }

/* ==== Grid ==== */
.grid {
  display: grid;
  grid-gap: 30px;
  margin: 1rem auto;
  justify-content: flex-start;
  align-items: stretch; }
  .grid.mid {
    align-items: center; }
  .grid.btm {
    align-items: flex-end; }
  .grid.col1-1, .grid.col1-2, .grid.col2-1, .grid.col2-3, .grid.col3-1, .grid.col3-2, .grid.col3-4, .grid.col4-3, .grid.col-2, .grid.col-3, .grid.col-4, .grid.col-5 {
    grid-template-columns: 100%; }
  .grid li {
    margin: 0 !important; }

@media screen and (min-width: 780px) {
  .grid.col-3 {
    grid-template-columns: repeat(2, 1fr); }
  .grid.col-4 {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (min-width: 960px) {
  .grid.col1-1 {
    grid-template-columns: 1fr 1fr; }
  .grid.col1-2 {
    grid-template-columns: 1fr 2fr; }
  .grid.col2-1 {
    grid-template-columns: 2fr 1fr; }
  .grid.col2-3 {
    grid-template-columns: 2fr 3fr; }
  .grid.col3-1 {
    grid-template-columns: 3fr 1fr; }
  .grid.col3-2 {
    grid-template-columns: 3fr 2fr; }
  .grid.col3-4 {
    grid-template-columns: 3fr 4fr; }
  .grid.col4-3 {
    grid-template-columns: 4fr 3fr; }
  .grid.col-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid.col-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid.col-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid.col-5 {
    grid-template-columns: repeat(5, 1fr); } }
/* ==== Table ==== */
table[class^="style"] {
  width: 100%;
  line-height: 2; }
  table[class^="style"] th {
    width: 100%;
    font-weight: 600;
    vertical-align: top;
    text-align: left;
    padding: 15px 0;
    display: block; }
  table[class^="style"] td {
    width: 100%;
    font-weight: 400;
    vertical-align: top;
    padding: 15px 0;
    display: block; }
  table[class^="style"] + p {
    margin-top: 30px; }
    table[class^="style"] + p.cap {
      font-size: 0.87rem; }

table.styleA th {
  width: 100%;
  border-bottom: 0;
  padding: 15px 0 5px 0; }
table.styleA td {
  border-bottom: 1px solid #BCBCBC;
  padding: 5px 0 15px 0; }
table.styleB {
  border-bottom: 1px solid #868686; }
  table.styleB th {
    width: 100%;
    border-top: 1px solid #868686;
    border-bottom: 0; }
  table.styleB td {
    border-top: 1px solid #BCBCBC;
    border-bottom: 0; }

@media screen and (min-width: 780px) {
  table[class^="style"] {
    width: 100%;
    display: table; }
    table[class^="style"] th {
      width: auto;
      font-weight: 600;
      vertical-align: top;
      text-align: left;
      padding: 20px 0;
      display: table-cell; }
    table[class^="style"] td {
      width: auto;
      font-weight: 400;
      vertical-align: top;
      padding: 20px 0;
      display: table-cell; }

  table.styleA th {
    width: 10em;
    border-bottom: 1px solid #BCBCBC; }
  table.styleA td {
    border-bottom: 1px solid #BCBCBC; }
  table.styleA.history th {
    width: 14em; }
    table.styleA.history th div {
      width: 11em;
      display: flex;
      justify-content: space-between; }
  table.styleB th {
    width: 14em;
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686; }
  table.styleB td {
    border-top: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC; } }
/* ==== List ==== */
ul.styleA {
  margin-bottom: 60px; }
  ul.styleA > li {
    align-items: baseline;
    text-indent: -22px;
    padding-left: 22px; }
    ul.styleA > li + li {
      margin-top: 1.5em; }
    ul.styleA > li > p::before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: #868686;
      margin-right: 10px; }
    ul.styleA > li > p span {
      font-weight: 600; }

/* ==== Link ==== */
a {
  display: inline;
  color: #548BBA;
  text-decoration: none;
  position: relative; }
  a.ul {
    border-bottom: 1px solid #868686;
    transition: 0.2s; }
    a.ul:hover {
      border-bottom: 1px solid transparent; }

.arrow_gl {
  display: inline-block;
  color: #232323;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
  margin: 10px auto 10px 0; }
  .arrow_gl p {
    font-weight: 500; }
  .arrow_gl i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-style: normal;
    width: 20px;
    height: 5px;
    transition: 0.5s; }
    .arrow_gl i::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #868686;
      position: absolute;
      bottom: 0;
      left: 0; }
    .arrow_gl i::after {
      content: "";
      display: block;
      text-decoration: none;
      height: 6px;
      width: 6px;
      clip-path: polygon(0 0, 100% 100%, 50% 100%);
      background-color: #868686;
      position: absolute;
      bottom: 0;
      right: 0; }
  .arrow_gl:hover i {
    width: 30px; }

/* ==== Form ==== */
.form_wrap {
  width: 780px;
  max-width: 100%;
  margin: auto;
  padding: 0 0 40px 0;
  /* チェックボックス */
  /* ラジオボタン */
  /* テキスト */
  /* テキストエリア */
  /* ボタン */
  /* セレクター */
  /* ベーススタイル適用 */
  /*select,
  ::picker(select) {
    appearance: base-select;
  }*/ }
  @media screen and (min-width: 780px) {
    .form_wrap {
      padding: 80px 0; } }
  .form_wrap > p {
    margin-bottom: 40px; }
  .form_wrap h3 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #548BBA !important;
    border: 0 !important;
    border-bottom: 1px solid #548BBA !important;
    padding: 0 0 10px 0 !important;
    margin: 50px 0 20px 0 !important; }
    .form_wrap h3::before, .form_wrap h3::after {
      display: none !important; }
  .form_wrap .flex_wrap {
    display: flex;
    align-items: flex-start;
    flex: 0;
    width: 600px;
    max-width: 100%;
    margin: auto; }
    .form_wrap .flex_wrap div {
      text-align: left; }
    .form_wrap .flex_wrap p {
      font-size: 1rem; }
      .form_wrap .flex_wrap p.bold {
        font-weight: 600; }
      .form_wrap .flex_wrap p + p {
        margin-top: 0.5rem; }
  .form_wrap button.btn {
    margin: 4rem auto;
    display: block;
    color: #FFF;
    padding: 1.5rem;
    text-align: center;
    background-color: #000;
    width: 300px;
    max-width: 100%; }
    .form_wrap button.btn p {
      position: relative;
      z-index: 999;
      font-size: 20px;
      letter-spacing: 0.2em; }
    .form_wrap button.btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #868686;
      transition: 0.5s; }
    .form_wrap button.btn:hover::after {
      height: 0; }
  .form_wrap ul {
    max-width: 100%;
    margin: auto; }
    .form_wrap ul li {
      margin: 0; }
      .form_wrap ul li + li {
        margin-top: 30px; }
      .form_wrap ul li.center {
        text-align: center; }
  .form_wrap a {
    outline: none;
    display: inline-block;
    text-decoration: underline; }
    .form_wrap a:hover, .form_wrap a:focus, .form_wrap a:active {
      text-decoration: none;
      outline: none; }
  .form_wrap label {
    display: inline-block;
    margin-top: 0.5rem;
    max-width: 100%; }
    .form_wrap label h6 {
      margin: 0; }
      .form_wrap label h6 p {
        font-weight: 600; }
    .form_wrap label span {
      font-weight: normal;
      font-size: 0.85rem; }
      .form_wrap label span.red {
        color: #BE1616; }
    .form_wrap label.inline {
      display: flex;
      align-items: flex-start;
      margin-right: 2rem; }
      .form_wrap label.inline p {
        margin-top: -0.2rem; }
  .form_wrap .error input {
    border: 1px solid #BE1616; }
  .form_wrap input,
  .form_wrap textarea {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #555555;
    background-color: #FCFAF5;
    border: 1px solid #868686;
    margin: 0;
    padding: 0.5em;
    outline: 0;
    border-radius: 0; }
  .form_wrap input::placeholder,
  .form_wrap textarea::placeholder {
    color: #868686;
    font-weight: 400;
    font-size: 1rem; }
  .form_wrap input:focus,
  .form_wrap textarea:focus {
    border: 1px solid #BBB !important; }
  .form_wrap input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset; }
  .form_wrap input[type=checkbox] {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    margin: 0 0.5rem 0 0;
    position: relative;
    border: 0;
    line-height: 0;
    z-index: 0;
    border: 1px solid #868686; }
    .form_wrap input[type=checkbox] + p {
      display: inline-block;
      vertical-align: middle; }
  .form_wrap input[type=checkbox]::after {
    content: "";
    border-right: 3px solid #555;
    border-bottom: 3px solid #555;
    display: block;
    height: 13px;
    width: 7px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: auto;
    opacity: 0;
    transform: rotate(45deg);
    z-index: 20; }
  .form_wrap input[type=checkbox]:checked::after {
    opacity: 1; }
  .form_wrap input[type=radio] {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    position: relative;
    padding: 0;
    margin: 0 0.5rem 0 0;
    line-height: 0;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid #868686; }
  .form_wrap input[type=radio]::after {
    content: "";
    background: #555;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    z-index: 20; }
  .form_wrap input[type=radio]:checked::after {
    opacity: 1; }
  .form_wrap input[type=text] {
    width: 800px;
    max-width: 100% !important;
    margin: 0.3em 0; }
  .form_wrap textarea {
    width: 800px;
    max-width: 100% !important;
    margin: 0.3em 0; }
  .form_wrap input[type=button] {
    width: auto;
    max-width: 100% !important;
    margin: 0.3em 0;
    color: #FFF;
    background-color: #767676;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em 1.5em;
    margin-left: 0.8rem; }
  .form_wrap .select {
    display: inline-block;
    vertical-align: middle;
    width: 12em;
    height: 3em;
    max-width: 100%;
    margin: 0.3em 0.5em 0.3em 0;
    position: relative;
    z-index: 0; }
    .form_wrap .select::before {
      content: '';
      display: block;
      position: absolute;
      right: 1em;
      left: auto;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 100 !important;
      width: 10px;
      height: 8px;
      background-color: #868686;
      clip-path: polygon(0 0, 50% 100%, 100% 0); }
    .form_wrap .select select {
      -webkit-appearance: none;
      position: absolute !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 10;
      border-radius: 0;
      outline: none;
      padding: 0.5rem 1rem;
      border: 1px solid #868686;
      background-color: #FCFAF5;
      color: #000 !important;
      font-size: 1rem !important; }

h6.style {
  margin: 2rem 0 0 0;
  font-weight: 600; }
  h6.style + p {
    margin: 2rem 0 0 0;
    font-size: 0.9rem; }
