/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.14rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

br.sp-only {
  display: none;
}

header {
  padding: 24px 0;
  background-color: #fff;
  text-align: center;
}
header a {
  display: inline-block;
  transition: 0.3s opacity ease-in-out;
}
header a:hover, header a:focus {
  opacity: 0.75;
}

main .inner {
  max-width: 1000px;
  margin: 0 auto;
}
main .online-title {
  padding: 104px 0;
  background-image: url(../../img/title-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main .online-title h1 > span {
  display: block;
  text-align: center;
}
main .online-title h1 > span.en {
  padding: 24px 0;
  background-color: rgba(255, 255, 255, 0.83);
}
main .online-title h1 > span.ja {
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.83);
}
main .wrapper-1 {
  padding: 64px 0 80px;
  background-color: #f2f2f2;
}
main .wrapper-2 {
  padding: 96px 0 128px;
  background-color: #1f3041;
}
main .online-description {
  margin-bottom: 64px;
  text-align: center;
}
main .online-description .title {
  margin-bottom: 32px;
  font-size: 3rem;
}
main .online-description p {
  line-height: 1.8;
  margin-bottom: 32px;
}
main .online-merit {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 56px;
}
main .online-merit ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
main .online-merit ul li {
  margin-bottom: 32px;
  color: #26435c;
  border-bottom: 1px dashed #26435c;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
main .online-merit ul li:last-child {
  margin-bottom: 0;
}
main .online-point h2 {
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  text-align: center;
}
main .online-point h2 > span {
  letter-spacing: 0.25em;
  margin-right: -0.25em;
}
main .online-point ul {
  display: flex;
}
main .online-point ul li {
  margin-left: 24px;
  padding: 40px 32px;
  background-color: #fff;
}
main .online-point ul li .image {
  margin-bottom: 32px;
  text-align: center;
}
main .online-point ul li .title {
  margin-bottom: 16px;
  font-size: 2.4rem;
}
main .online-point ul li:first-child {
  margin-left: 0;
}
main .online-step {
  margin-bottom: 96px;
}
main .online-step h2 {
  margin-bottom: 24px;
  padding: 4px;
  background-color: #8a774b;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
main .online-step ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
main .online-step ol li {
  position: relative;
  width: calc((100% - 252px) / 4);
  color: #fff;
}
main .online-step ol li .image {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
main .online-step ol li::after {
  content: url(../../img/arrow.png);
  position: absolute;
  top: calc(50% - 10px);
  right: -48px;
}
main .online-step ol li:last-child::after {
  content: none;
}
main .online-step .reserve {
  text-align: center;
}
main .online-step .reserve a {
  display: inline-block;
  transition: 0.3s opacity ease-in-out;
}
main .online-step .reserve a:hover, main .online-step .reserve a:focus {
  opacity: 0.75;
}
main .online-preparation {
  text-align: center;
  color: #fff;
}
main .online-preparation h2 {
  margin-bottom: 40px;
  padding: 4px;
  background-color: #000;
  font-size: 1.8rem;
}
main .online-preparation .title {
  margin-bottom: 40px;
  font-size: 2.8rem;
}
main .online-preparation .image {
  margin-bottom: 24px;
}
main .online-preparation p {
  margin-bottom: 32px;
}
main .online-preparation ul {
  display: flex;
  justify-content: center;
}
main .online-preparation ul li:first-child {
  margin-right: 24px;
}
main .online-preparation a {
  display: inline-block;
  transition: 0.3s opacity ease-in-out;
}
main .online-preparation a:hover, main .online-preparation a:focus {
  opacity: 0.75;
}

footer {
  padding: 16px;
  background-color: #fff;
  text-align: center;
}
footer a {
  display: inline-block;
  transition: 0.3s opacity ease-in-out;
}
footer a:hover, footer a:focus {
  opacity: 0.75;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }

  br.sp-only {
    display: block;
  }

  header {
    padding: 16px 96px;
  }

  main .online-title {
    padding: 32px 0;
    background-position: left center;
  }
  main .online-title h1 > span.en {
    padding: 24px 64px;
  }
  main .online-title h1 > span.ja {
    padding: 12px 96px;
    background-color: rgba(0, 0, 0, 0.83);
  }
  main .wrapper-1 {
    padding: 32px 0;
  }
  main .wrapper-2 {
    padding: 48px 32px;
    background-color: #1f3041;
  }
  main .online-description {
    margin-bottom: 32px;
    padding: 0 32px;
  }
  main .online-description .title {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
  main .online-merit {
    display: block;
    position: static;
    margin-bottom: 56px;
  }
  main .online-merit ul {
    display: block;
    position: static;
    height: auto;
    margin-bottom: 32px;
    padding: 0 32px;
  }
  main .online-merit ul li {
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 1.4rem;
    text-align: center;
  }
  main .online-merit ul li:last-child {
    margin-bottom: 0;
  }
  main .online-point {
    padding: 0 32px;
  }
  main .online-point h2 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  main .online-point ul {
    display: block;
  }
  main .online-point ul li {
    margin-left: 0;
    margin-bottom: 16px;
    padding: 24px;
  }
  main .online-point ul li .image {
    margin-bottom: 24px;
  }
  main .online-point ul li .title {
    margin-bottom: 8px;
    font-size: 1.6rem;
    text-align: center;
  }
  main .online-point ul li p {
    text-align: center;
  }
  main .online-point ul li:last-child {
    margin-bottom: 0;
  }
  main .online-step {
    margin-bottom: 64px;
  }
  main .online-step h2 {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  main .online-step ol {
    display: block;
    margin-bottom: 32px;
  }
  main .online-step ol li {
    display: flex;
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
  }
  main .online-step ol li .image {
    width: 120px;
    margin-right: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  main .online-step ol li p {
    flex: 1;
  }
  main .online-step ol li::after {
    content: none;
  }
  main .online-step ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  main .online-step ol li:last-child::after {
    content: none;
  }
  main .online-preparation h2 {
    margin-bottom: 32px;
    font-size: 1.6rem;
  }
  main .online-preparation .title {
    margin-bottom: 32px;
    font-size: 1.8rem;
  }
  main .online-preparation ul li:first-child {
    margin-right: 8px;
  }

  footer {
    padding: 16px 120px;
  }
}
.sf {
  opacity: 0;
}
.sf.-play {
  animation: scrollFade 1s ease-in-out 0s forwards;
}
.sf.-d-1.-play {
  animation-delay: 0.3s;
}
.sf.-d-2.-play {
  animation-delay: 0.6s;
}
.sf.-d-3.-play {
  animation-delay: 0.9s;
}
.sf.-d-4.-play {
  animation-delay: 1.2s;
}

@keyframes scrollFade {
  0% {
    opacity: 0;
    transform: translateY(48px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}

//Update
ul.cols-2{
	display:flex;
	justify-content:center;
	align-items:stretch;
	width:100%;
	height:100%;
	column-gap:30px;
}
ul.cols-2 li{
	width:50%;
	background-color:#ffffff;
}
ul.cols-2 li .title{
	display:flex;
	justify-content:center;
	align-items:center;
	width:360px;
	margin:0 auto;
}
ul.cols-2 li .title span{
	margin-right:40px;
}
ul.cols-2 li p{
	width:385px;
	margin:0 auto;
}

@media screen and (max-width:1000px){
	ul.cols-2 li .title{
		flex-direction:column;
		width:auto;
		max-width:360px;
		text-align:center;
	}
	ul.cols-2 li .title span{
		margin-right:0;
	}
	ul.cols-2 li p{
		width:auto;
		max-width:380px;
		margin:0 auto;
	}
	ul.cols-2 li p br{
		display:none;
	}
}
@media screen and (max-width:480px){
	ul.cols-2{
		flex-direction:column;
		column-gap:0;
	}
	ul.cols-2 li{
		width:100%;
	}
}
