@charset "UTF-8";

@charset "UTF-8";

/*! 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*/
      /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}

/**
 * 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 */
  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 {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333333;
  background-image: url(../../img/washi_bg_pattern.webp);
  background-size: 720px;
  position: relative;
  overflow-x: hidden;
}

main {
  margin-top: -85px;
}

@media screen and (min-width: 1901px) {
  .wide_box {
    width: 1500px;
    margin: 0 auto;
  }
}
.targetFadeIn {
  opacity: 0;
}

.targetFadeInC {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpC {
  animation-name: fadeUpCAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpCAnime {
  from {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.targetFadeIn02 {
  animation-delay: 0.3s;
}

.targetFadeInC03 {
  animation-delay: 0.6s;
}

.targetFadeIn03 {
  animation-delay: 0.6s;
}

.targetFadeIn04 {
  animation-delay: 0.9s;
}

.targetFadeIn05 {
  animation-delay: 1.2s;
}

.targetFadeIn06 {
  animation-delay: 1.5s;
}

.targetFadeIn07 {
  animation-delay: 1.8s;
}

.container {
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
}

.container_long {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 1210px) {
  .container_long {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
    padding: 60px 0;
  }
  .container_long {
    padding: 60px 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.image_area {
  height: auto;
  aspect-ratio: 4/3;
}
.image_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1, h2, h3, h4 {
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.text_rl {
  writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
}

.head_rl_area {
  width: 300px;
  min-height: 255px;
  margin: 0 auto;
  position: relative;
}
.head_rl_area h2 {
  font-size: 5rem;
  letter-spacing: 0.25em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.head_rl_area img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.head_icon {
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.5;
}
.head_icon img {
  margin: 0 5px 3px 0;
}

.plane_head {
  margin-bottom: 30px;
  font-size: 5rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .plane_head {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
  .head_rl_area {
    width: 250px;
    min-height: 180px;
  }
  .head_rl_area h2 {
    font-size: 3.5rem;
  }
}
#pageTitle, #pageTitle1 {
  height: 500px;
  overflow: hidden;
  position: relative;
  background-image: url(../../img/page_title_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#pageTitle:before, #pageTitle1:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url(../../img/wave_white.webp);
  background-size: 2194px;
  background-position: left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
  left: 0;
  animation: none;
  -webkit-animation: none;
}
#pageTitle h2, #pageTitle1 h2 {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#pageTitle1 {
  background-image: url(../../img/page_title_bg2.webp);
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #pageTitle, #pageTitle1 {
    height: 400px;
  }
  #pageTitle h2, #pageTitle1 h2 {
    width: 100%;
    font-size: 3.2rem;
    text-align: center;
  }
}
#pan {
  font-weight: normal;
  color: #888888;
}
#pan li {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#pan li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #pan {
    margin-left: 20px;
  }
}
.flex_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .flex_area {
    flex-direction: column;
  }
}
a {
  display: inline-block;
  transition: all 0.3s ease;
}
a i {
  transition: 0.3s ease;
}

.link_text {
  display: block;
  color: #CE4728;
  font-weight: bold;
}
.link_text:hover {
  opacity: 0.7;
}
.link_text:hover i {
  transform: translateX(5px);
}

@media screen and (min-width: 768px) {
  .telnum {
    pointer-events: none;
  }
  .brSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .telnum {
    text-decoration: underline;
  }
  .telnum:hover {
    opacity: 0.7;
  }
}
header {
  width: 100%;
  padding: 20px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
header h1 a {
  width: 240px;
}
header h1 a:hover {
  opacity: 0.7;
}
header h1 a img {
  width: 100%;
}
header .menu_btn {
  width: 64px;
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
}

.overlay {
  width: 350px;
  height: 100vh;
  padding: 100px 40px;
  background-color: #BBB091;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 4;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  transition: 0.5s;
  opacity: 0;
  text-align: left;
}
.overlay ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.overlay a:hover {
  color: #CE4728;
}
.overlay ul li a img {
  width: 20px;
  margin: 0 7px 3px 0;
}
.overlay .menu_btn {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
  width: 60px;
}

.slideIn {
  right: 0;
  opacity: 1;
}

.filter {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}

.show {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    padding: 20px 40px 0;
  }
  header nav ul:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 20px 0;
  }
  header h1 a {
    width: 200px;
  }
  header .menu_btn {
    width: 50px;
    top: 10px;
    right: 20px;
  }
  .overlay {
    width: 260px;
    padding: 130px 30px;
  }
  .overlay .menu_btn {
    width: 50px;
    top: 10px;
    right: 20px;
  }
}
@media screen and (min-width: 1901px) {
  header {
    width: 1500px;
    margin: 0 auto;
  }
  header .menu_btn {
    right: 240px;
  }
}
footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  color: #ffffff;
  background-image: url(../../img/washi_bg_brown.webp);
  background-size: 720px;
}
footer:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 50px;
  background-image: url(../../img/wave_brown.webp);
  background-size: 2194px;
  background-position: left;
  background-repeat: repeat-x;
  position: absolute;
  top: -49px;
}
footer .container_long {
  padding: 60px 0;
}
footer .footer_logo {
  width: 200px;
  margin-bottom: 30px;
}
footer .flex_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .container_long {
    padding: 30px 0;
  }
  footer .flex_area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1901px) {
  .footer {
    width: 1500px;
    margin: 0 auto;
  }
}

#pageTitle{
margin-top: -150px;
}
.plane_head{
font-size:50px;
}
footer {
text-align: left;
@media screen and (max-width: 768px) {
padding: 15px 0;
}
}
footer a:link{
color: #FFF;
}
footer .container_long .copyright {
  font-size: 12px;
}
a:link, a:visited{
  color: #FFF;
}
#rightArea ol a{
  color: #222;
}