/* 全てのページに適用される */
@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*/
}

/* 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 */
  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.
 */

/*css ここから
  ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
html * {
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 0 0 0;
  font-family: sans-serif;
}

.header {
  background-color: #f5f5f5;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.header::after {
  position: absolute;
  content: "";
  background-image: url(../images/logo-1.jpg);
  top: 50px;
  left: 20px;
  z-index: 1;
  width: 100px;
  height: 100px;
  mix-blend-mode: multiply;
}
.header-logo-menu {
  width: 100%;
}

/*
  .logo {
      text-align: center;
      width: 10%;
  }
  .logo img {
      width: 50%;
  }*/
.header-nav {
  position: relative;
  text-align: center;
  width: 100%; /*ロゴ来たらサイズ変更*/
  font-size: 16px;
}
.header-nav li {
  display: inline-block;
  padding-right: 2%;
  flex-grow: 1;
  text-align: center;
}
.header-nav li:before {
  position: absolute;
  top: 50%;
  padding-right: 3%;
  content: "";
  display: block;
  transform: translate(-50%, -50%);
  color: black;
}
li:first-child {
  content: unset;
}
.header-nav li:link {
  color: black;
}
.header-nav li:hover {
  color: black;
  opacity: 0.5;
  text-decoration: underline;
}
.header-nav li:visited {
  color: black;
}

/* へっだーここまで
ーーーーーーーーーーーーーーーーーーーー */
/* Jquery
ーーーーーーーーーーーーーーーーーーーー */

.slideshow {
  background-color: #3c454d;
  width: 100%;
  margin: auto;
}
.slideshow img {
  width: 100%;
}
.back {
  background-color: #3c454d;
  overflow: hidden;
}

#nav-input {
  display: contents;
}

/* キービジュアルーここから
ーーーーーーーーーーーーーーーーーーーー */

.key {
  margin: 0 10%;
}
.about-me {
  text-align: center;
  background-color: white;
  height: 670px;
  margin-top: -1%;
  display: flex;
}
.about-title {
  padding-top: 5%;
  padding-bottom: 2%;
  margin-left: 7%;
}
.about-left {
  width: 65%;
}
.about-right {
  width: 35%;
  padding-top: 1%;
  margin-right: 7%;
  margin-top: -8%;
}
.ab-button {
  margin-top: 5%;
  margin-right: -50%;
}
.about-button1 {
  padding: 1% 8%;
  background-color: #87cefa;
  font-size: 18px;
  transition: background 1s;
}
.ab-button :hover {
  color: whitesmoke;
  background-color: orange;
}
.about-title {
  font-size: 32px;
}
.about-left p {
  font-size: 14px;
}
.ore-pic {
  max-width: none;
  width: 550px;
}
.ad-tex h2 {
  letter-spacing: 2px;
  margin-left: 7%;
  font-size: 24px;
}
.ad-tex p {
  letter-spacing: 1px;
  margin-left: 7%;
  padding-top: 1%;
}
.ad-nav {
  text-align: left;
  padding-left: 33%;
  padding-top: 3%;
  padding-bottom: 2%;
}
.ad-nav li {
  padding-top: 1%;
  font-size: 18px;
}
.position {
  position: relative;
}
.icon {
  position: absolute;
  width: 4%;
  top: 6%;
  left: 40%;
}

/*フワッとJquery
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* 2つ以上を順番にフワッと */
.effect-fade {
  opacity: 0;
  transform: translateY(20px);
  transform: translate(0, 100px); /* (、2つ目は高さ) */
  transition: all 2000ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/* 以下が追加の部分 */
/* 2つ目の要素に400msのdelayをかける */
.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.main {
  display: flex;
}

.main img {
  display: flex;
}

/* ブログの横から入ってくるやつ*/

.box {
  opacity: 0; /* 初期値は透明にしておく */
  transition: 0.5s; /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  right: 100px; /* 事前に下に50pxずらしておく */
}

.active {
  opacity: 1; /* 透明度を元に戻す */
  right: 0; /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}
/* アバウトの横から入ってくるやつ*/
.box1 {
  opacity: 0; /* 初期値は透明にしておく */
  transition: 0.5s; /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  left: 100px; /* 事前に下に50pxずらしておく */
}
.active1 {
  opacity: 1; /* 透明度を元に戻す */
  left: 0; /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

/*フワッとJquery
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* アバウトここまで
ーーーーーーーーーーーーーーーーーーーー */
/*メインここから
ーーーーーーーーーーーーーーーーーーーー */
.top2 {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
.top-left {
  width: 45%;
}
.top-right {
  width: 45%;
  margin-left: 2%;
}
.servise {
  text-align: center;
  font-size: 48px;
  border-bottom: 1px solid black;
  margin: 5% 20% 2% 20%;
}
.top-left-text h2 {
  font-size: 24px;
  text-align: center;
}
.sankaku {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #87cefa;
  text-align: center;
}
.top-left-text p {
  text-align: center;
  padding-top: 1.5%;
  color: gray;
}
.top-sankaku {
  text-align: center;
  padding-top: 7%;
}
.top-right-pic img {
  text-align: center;
  height: 414px;
  border: 1px solid gray;
}
.top-right-text h2 {
  text-align: center;
  font-size: 24px;
}
.top-right-text p {
  text-align: center;
  padding-top: 1.5%;
  color: gray;
}
.pic-hover :hover {
  opacity: 0.7;
}

/* Linkpage
-----------------------------*/

.three {
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.three h2 {
  font-size: 24px;
}
.pick {
  font-size: 14px;
  padding-top: 1.5%;
  padding-bottom: 2%;
  color: gray;
}
.pick-waka {
  font-size: 14px;
  padding-bottom: 2%;
  padding-top: 1.5%;
  color: gray;
}

.cairns {
  width: 32%;
}
.okinawa {
  width: 32%;
}
.wakayama {
  width: 32%;
}

/* two 
-----------------------------*/
.two {
  background-color: #f0f8ff;
  padding-top: 5%;
  padding-bottom: 5%;
}
.blog {
  display: flex;
}
.blog-image {
  width: 50%;
  margin-left: 2%;
  text-align: center;
}
.blog-text {
  width: 50%;
  text-align: center;
}

.news {
  font-size: 48px;
  padding-bottom: 2%;
  border-bottom: 1px black solid;
  margin: 0 -22% 3% 22%;
}

.blog-contens {
  padding-top: 40%;

  font-size: 18px;
}
.comingsoon {
  padding-top: 50px;
}
.blog-box {
  margin-top: 5%;
  text-align: end;
  padding-right: 15%;
}
.blog-button {
  padding: 2% 15%;
  background-color: #87cefa;
  font-size: 18px;
  transition: background 1s;
}
.blog-box :hover {
  color: whitesmoke;
  background-color: orange;
}

.about {
  display: flex;
  padding-top: 3%;
  text-align: center;
}
.about-image {
  width: 50%;
  margin-right: 2%;
}
.about-text {
  width: 50%;
}
.about-con {
  font-size: 48px;
  padding-bottom: 2%;
  border-bottom: 1px black solid;
  margin: 0 22% 3% -22%;
}
.list {
  padding-right: 10px;
  list-style: square;
}
.about-contens {
  font-size: 18px;
  padding-top: 40%;
  text-align: initial;
  padding-left: 32%;
}
.about-box {
  margin-top: 5%;
  margin-left: 20%;
}
.about-button {
  padding: 2% 13%;
  background-color: #87cefa;
  font-size: 18px;
  transition: background 1s;
}
.about-box :hover {
  color: whitesmoke;
  background-color: orange;
}
.footer {
  height: 60px;
  background-color: silver;
  display: flex;
  align-items: center;
}
.footer-nav {
  display: flex;
  justify-content: center;
  height: 90px;
  align-items: center;
  font-size: 16px;
  width: 100%;
}
.footer-nav li {
  padding-left: 2%;
}
.footer-nav li:link {
  color: black;
}
.footer-nav li:hover {
  color: black;
  opacity: 0.5;
  text-decoration: underline;
}
.footer-nav li:visited {
  color: black;
}

@media screen and (max-width: 1365px) {
  .top-right-pic img {
    height: 30.3296703297vw;
  }
  .header {
    height: 4.67582417582vw;
  }
  .about-me {
    height: 49.0842490842vw;
  }
  .ore-pic {
    width: 40.293040293vw;
  }
  .header-nav {
    font-size: 1.31868131868vw;
  }
  .about-title {
    font-size: 2.34432234432vw;
  }
  .about-left p {
    font-size: 1.02564102564vw;
  }
  .ad-tex h2 {
    letter-spacing: 0.14652014652vw;
    margin-left: 7%;
    font-size: 1.75824175824vw;
  }
  .ad-tex p {
    letter-spacing: 0.07326007326vw;
  }
  .ad-nav li {
    font-size: 1.31868131868vw;
  }
  .servise {
    font-size: 3.51648351648vw;
  }
  .top-left-text h2 {
    font-size: 1.75824175824vw;
  }
  .top-left-text p {
    font-size: 1.17216117216vw;
  }
  .top-right-text p {
    font-size: 1.17216117216vw;
  }
  .sankaku {
    border-left: 1.0989010989vw solid transparent;
    border-right: 1.0989010989vw solid transparent;
    border-top: 1.0989010989vw solid #87cefa;
  }
  .top-right-text h2 {
    font-size: 1.75824175824vw;
  }
  .three h2 {
    font-size: 1.75824175824vw;
  }
  .pick {
    font-size: 1.02564102564vw;
  }
  .pick-waka {
    font-size: 1.02564102564vw;
  }
  .news {
    font-size: 3.51648351648vw;
  }
  .blog-contens {
    font-size: 1.31868131868vw;
  }
  .blog-button {
    font-size: 1.31868131868vw;
  }
  .about-con {
    font-size: 3.51648351648vw;
  }
  .about-contens {
    font-size: 1.31868131868vw;
  }
  .about-button {
    font-size: 1.31868131868vw;
  }
  .footer {
    height: 3.663003663vw;
  }
  .footer-nav {
    height: 3.663003663vw;
    font-size: 1.17216117216vw;
  }
}
@media screen and (max-width: 768px) {
  .about-contens {
    padding-top: 36%;
  }
  .comingsoon {
    font-size: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }
  .header::after {
    top: 11px;
    left: 10px;
  }
}
@media screen and (max-width: 414px) {
  .position {
    margin-top: -6%;
  }
  .top2 {
    display: block;
  }
  .top-left {
    width: 100%;
    padding: 0 20px;
  }
  .top-right {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  .top-right-pic img {
    height: auto;
  }
  .ad-nav {
    padding-left: 15%;
  }
  .about-left {
    width: 75%;
  }
  .about-right {
    width: 25%;
    padding-top: 19%;
    margin-right: 10%;
  }
  .ore-pic {
    margin-left: -20%;
  }
  .about-me {
    height: 330px;
  }
  .about-title {
    margin-left: 46%;
    font-size: 18px;
  }
  .ad-tex h2 {
    margin-left: 46%;
    font-size: 14px;
  }
  .ad-tex p {
    margin-left: 46%;
    font-size: 12px;
  }
  .icon {
    width: 5%;
    top: 4%;
    left: 62%;
  }
  .ab-button {
    margin-top: 4%;
    text-align: center;
  }
  .about-button1 {
    padding: 1% 10%;
    font-size: 12px;
  }
  .ad-nav li {
    font-size: 10px;
  }
  .servise {
    font-size: 18px;
  }
  .top-left-text h2 {
    font-size: 16px;
  }
  .top-right-text h2 {
    font-size: 16px;
  }
  .top-left-text p {
    font-size: 10px;
  }
  .top-right-text p {
    font-size: 10px;
  }
  .pick {
    font-size: 10px;
  }
  .pick-waka {
    font-size: 10px;
  }
  .sankaku {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #87cefa;
  }
  .three {
    padding-top: 8%;
    display: block;
    justify-content: center;
  }
  .three h2 {
    font-size: 14px;
  }
  .news {
    font-size: 18px;
  }
  .blog-contens li {
    font-size: 10px;
  }
  .blog-button {
    font-size: 12px;
  }
  .about-con {
    font-size: 18px;
  }
  .list li {
    font-size: 10px;
    margin-left: -21%;
  }
  .footer {
    height: 8.663004vw;
  }
  .footer-nav {
    height: 8.663004vw;
    font-size: 10px;
  }

  .cairns {
    width: 100%;
    padding: 0 20px;
  }
  .okinawa {
    width: 100%;
    padding: 0 20px;
  }
  .wakayama {
    width: 100%;
    padding: 0 20px;
  }
  .cairns img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-position: bottom;
    object-fit: cover;
  }
  .okinawa img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .wakayama img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 30% 65%;
  }
  .left-img img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 71%;
  }
  .top-right-pic img {
    width: 100%;
    max-width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: 50% 71%;
  }
  .top-right-text h2 {
    padding-top: 8%;
  }
  .okinawa-text h2 {
    padding-top: 8%;
  }
  .wakayama-text h2 {
    padding-top: 8%;
  }
  .top-sankaku {
    padding-top: 4%;
  }
  .pick {
    padding-bottom: 0;
  }
  .pick-waka {
    padding-bottom: 0;
  }
  .cairns-text h2 {
    font-size: 16px;
  }
  .okinawa-text h2 {
    font-size: 16px;
  }
  .wakayama-text h2 {
    font-size: 16px;
  }
  .about-button {
    font-size: 12px;
  }

  .about-image {
    margin-right: 5%;
  }
}

@media screen and (max-width: 414px) {
  .slick-next {
    right: -20px;
  }
  .slick-prev {
    left: -20px;
  }

  #nav-drawer {
    position: fixed;
    padding: 0px 0 0 90%;
    width: 100%;
    right: 20px;
    z-index: 10000;
  }

  .header-logo-menu {
    /*  オリジナル ハンバーガーの位置調整 */
    width: 100%;
    padding: 10px;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーの形をCSSで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒箇所*/
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*メニューの中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding-right: 50px;
    z-index: 9999;
    width: 90%;
    max-width: 330px; /*最大幅（お好みで調整を）*/
    height: 500px;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  /*チェックがついたら表示させる*/
  #nav-input {
    display: contents;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }

  /*ロゴやサイトタイトルをセンタリング*/
  .logo-area {
    text-align: center;
    margin: auto;
  }
  .header-nav li {
    font-size: 11px;
    display: flex;
    padding-top: 10px;
    border-bottom: 1px #87cefa solid;
  }
  .header-nav {
    padding: 30px;
  }
  #nav-content {
    z-index: 9999;
    width: 50%;
    height: 256px;
  }
  .blog-image img {
    margin-top: 5%;
  }
  .about {
    padding-bottom: 20px;
  }
  .about-image img {
    margin-top: 5%;
  }

  .footer {
    height: 53.663004vw;
  }
  .footer-nav {
    height: 28.663004vw;
    font-size: 10px;
    display: block;
    text-align: center;
  }
  .footer-nav li {
    padding-left: 2%;
    padding-top: 5px;
  }
}

@media screen and (max-width: 375px) {
  .about-me {
    height: 346px;
  }
  .about-text {
    width: 60%;
  }
  .footer {
    height: 65.663004vw;
  }
}
@media screen and (max-width: 320px) {
  .icon {
    width: 5%;
    top: 3.5%;
    left: 65%;
  }
  .ad-nav {
    padding-left: 10%;
  }
  .about-right {
    width: 22%;
    padding-top: 29%;
  }
  .about-me {
    height: 345px;
  }
  .about-me {
    height: 358px;
  }
  .cairns img {
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-position: bottom;
    object-fit: cover;
  }
  .okinawa img {
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
  }
  .wakayama img {
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: 30% 65%;
  }
  .left-img img {
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: 50% 71%;
  }
  .top-right-pic img {
    width: 100%;
    max-width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: 50% 71%;
  }
  .ore-pic {
    width: 38.29304vw;
  }
  .about-right {
    width: 24%;
    padding-top: 29%;
  }
  .about-me {
    height: 367px;
  }
  .about-text {
    width: 80%;
  }
  .blog-image img {
    width: 80%;
    margin-right: 25px;
  }

  .footer-nav li {
    font-size: 8px;
  }
  #nav-content {
    padding-right: 0;
  }
}
