@charset "UTF-8";
/*
Theme Name: sacredjapantravel
Theme URI:
Author:  
Author URI:
Description:
License:
License URI:
Tags:
*/
/* CSS Document */
/*=================================================
 *  リセット
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 100%;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
table {
  border-spacing: 0;
  empty-cells: show;
}
p {
  margin: auto;
}
.wp-caption {
  width: 100% !important;
  height: auto;
}
/*=================================================
 * ロールオーバー
 * ================================================= */
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
*:focus {
  outline: none;
}
/*=================================================
 * サイト全体
 * ================================================= */
body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4vw;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.01em;
  word-break: normal;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: anywhere;
  line-break: strict;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "Kudryashev";
  src: url("/wp-content/themes/sacredjapantravel/assets/fonts/kudryashev.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3 {
  font-family: "Kudryashev", serif;
  letter-spacing: 0.01em;
}
.kud {
  font-family: "Kudryashev", serif;
  letter-spacing: 0.01em;
}
html {
  scroll-behavior: smooth;
}
.mainWrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}
.fullWrap {
  width: 100%;
}
.sp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
img {
  width: 100%;
  height: auto;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
a {
  text-decoration: none;
}
.shadow {
  box-shadow: 0 0.3vw 1vw 0 rgb(0 0 0 / 20%);
}
.t-shadow {
  text-shadow: 1px 2px 3px #0000004d;
}
.dotstyle {
  list-style: disc;
  margin-left: 1.5vw;
}
/*=================================================
 * ボタン右矢印
 * ================================================= */
.btn-ar p {
  padding: 1.2vw 3vw;
  width: 23vw;
  border-radius: 50px;
  margin: 0;
}
.btn-ar p:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.8vw;
  position: absolute;
  top: 0.8vw;
  right: 2vw;
  font-style: normal;
}
/*=================================================
 * 背景色
 * ================================================= */
.bg-tc {
  background-color: #57739A;
}
.bg-dtc {
  background-color: #2F2F55;
}
.bg-gr {
  background-color: #F1F1F1;
}
.bg-w {
  background-color: #fff;
}
/*=================================================
 * 色
 * ================================================= */
.tc {
  color: #57739A;
}
.white {
  color: #fff;
}
.red {
  color: #A30000
}
.tc a {
  color: #654F4F;
}
.white a {
  color: #fff;
}
.red a {
  color: #A30000
}
/*=================================================
 * ボーダー
 * ================================================= */
.bd-t {
  border-top: 1px solid #000;
}
.bd-b {
  border-bottom: 1px solid #000;
}
.bd-t-w {
  border-top: 1px solid #fff;
}
.bd-b-w {
  border-bottom: 1px solid #fff;
}
/*=================================================
 * パンくず
 * ================================================= */
.pankuzu {
  margin: 0 4vw 5vw;
  padding: 1vw;
}
.pankuzu ul {
  justify-content: right;
  margin-right: 3vw;
}
.pankuzu ul li:after {
  content: ">";
  margin: 0 1vw;
}
.pankuzu ul li:last-child:after {
  content: none;
}
.pankuzu li {
  font-size: 1vw;
  padding: 0 !important;
  display: flex;
}
/*=================================================
 * font
 * ================================================= */
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f12 {
  font-size: 1vw;
}
.f14 {
  font-size: 1.1vw;
}
.f16 {
  font-size: 1.2vw;
}
.f18 {
  font-size: 1.3vw;
}
.f20 {
  font-size: 1.4vw;
}
.f21 {
  font-size: 1.5vw;
}
.f22 {
  font-size: 1.6vw;
}
.f24 {
  font-size: 1.8vw;
}
.f26 {
  font-size: 1.8vw;
}
.f30 {
  font-size: 2.2vw;
}
.f32 {
  font-size: 2.3vw;
}
.f34 {
  font-size: 2.5vw;
}
.f36 {
  font-size: 2.6vw;
}
.f46 {
  font-size: 2.8vw;
  line-height: 1.3;
}
.f48 {
  font-size: 3.4vw;
  line-height: 1.3;
}
.f50 {
  font-size: 3.8vw;
  line-height: 1;
}
.f58 {
  font-size: 4.3vw;
  line-height: 1.5;
}
.f60 {
  font-size: 4.4vw;
  line-height: 1;
}
.f70 {
  font-size: 5vw;
  line-height: 1;
}
.f90 {
  font-size: 6.5vw;
  line-height: 1;
}
/*=================================================
 * header
 * ================================================= */
header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  height: 8vw;
}
header .wrap {
  width: 94%;
  margin: 0 auto;
}
header h1 {
  padding: 1vw 0 0 9vw;
}
header h1 img {
  width: 11vw;
  height: auto;
}
header .btn-g {
  margin-top: 2vw;
}
header .conbox {
  top: 0;
  right: 8vw;
  background: #EDEDED;
  padding: 1vw 3vw;
}
.get-bt {
  position: fixed;
  z-index: 99999;
  bottom: 2vw;
  left: 2vw;
  width: 16vw;
  height: auto;
}
/*=================================================
 * nav
 * ================================================= */
nav {
  margin: 5vw 7vw 0 0;
  text-align: center;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
nav ul ul {
  display: block;
}
nav ul li {
  position: relative;
  padding: 0px 2vw;
}
nav ul li ul li {
  padding: 0px;
}
nav ul li a {
  display: block;
  text-decoration: none;
  transition: all .3s;
}
nav ul li li a {
  padding: 0.98vw 1.961vw;
}
nav ul li a:hover {
  color: #888;
}
nav li.has-child ul {
  position: absolute;
  left: -4.5vw;
  top: 3vw;
  z-index: 4;
  border: solid 1px #707070;
  width: 25vw;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul, nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li a {
  color: #3f3a39;
  border-bottom: solid 1px rgba(63, 58, 57);
  background: #fff;
  opacity: 1;
}
nav li.has-child ul li:last-child a {
  border-bottom: none;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #C5E8B6;
}
/*=================================================
 * top
 * ================================================= */
.fv-top .wave-txt {
  width: 44vw;
  right: 4vw;
  bottom: -21.5vw;
  z-index: 9999;
}
.fv-top {
  background: url("/wp-content/themes/sacredjapantravel/img/topimg.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 84vh;
  margin-top: 8vw;
  background-position: top;
}
.fv-top .catch {
  bottom: 5vw;
  right: 5vw;
  text-align: right;
  font-weight: 200;
}
.fv-btm {
  margin-top: 4vw;
}
#top .b01 {
  padding-bottom: 5vw;
}
#top .b01 .img {
  width: 47vw;
}
#top .b01 .txtbox {
  width: 42vw;
  margin-right: 6vw;
  margin-top: 14vw;
}
#top .b01 .txtbox .heading {
  margin-bottom: 1vw;
}
#top .b02 {
  padding: 7vw 0 1vw;
}
#top .b02 .txt-box {
  margin-bottom: 4vw;
}
#top .b02 .txt-box .ttl {
  margin-bottom: 2vw;
}
#top .b02 .triangle {
  width: 65vw;
  margin: 0 auto 7vw;
}
#top .b02 .box {
  flex-wrap: wrap;
  width: 65vw;
  margin: 0 auto 7vw;
}
#top .b02 .box .cell {
  width: 20.2vw;
  margin-bottom: 2vw;
}
#top .b03 .mainWrap {
  width: 90vw;
}
#top .b03 .sttl {
  margin-top: 3vw;
}
#top .b03 .box {
  margin: 5vw 0;
  padding: 2vw;
}
#top .b03 .box .img {
  width: 45vw;
  margin: 0 auto;
  padding-top: 3vw;
}
#top .b03 .box .txtbox {
  width: 36vw;
}
#top .b03 .box .txtbox .txt {
  margin-bottom: 2vw;
}
#top .b03 .txt {
  margin-bottom: 5vw;
}
#top .b04 .img {
  margin: 3vw 0;
}
#top .b04 .mainWrap {
  width: fit-content;
}
#top .b04 .mainWrap .bt {
  width: 55vw;
  margin: 0 auto;
}
#top .b04 .txt {
  margin-bottom: 3vw;
}
#top .b05 .movie {
  width: 60vw;
  margin: 0 auto;
  padding-top: 3vw;
}
#top .b07 .box {
  width: 50vw;
  margin: 0 auto;
  padding-top: 3vw;
}
/*=================================================
 * footer
 * ================================================= */
footer .txt-box {
  padding: 4vw 0 2vw;
}
footer .txt-box .ttl {
  margin-bottom: 1vw;
}
/*=================================================
 * expeditions
 * ================================================= */
#ex [id^="e"] {
  scroll-margin-top: clamp(72px, 10vw, 120px);
}
#ex .fullWrap {
  position: relative;
  padding-bottom: max(8vw, 96px);
  isolation: isolate;
}
#ex .b01 {
  position: relative;
  min-height: 138vw;
}
#ex .b02 {
  position: relative;
  min-height: 100vw;
}
#ex .b03 {
  position: relative;
  min-height: 92vw;
}
#ex .b04 {
  position: relative;
  min-height: 138vw;
  border-bottom: 1px solid #e5e5e5;
}
#ex .b05 {
  position: relative;
  min-height: 86vw;
}
#ex .block {
  padding: 0;
}
.ex-bg {
  padding: 13vw 0 3vw;
}
#ex .b01 .img01 {
  width: 59vw;
  right: 0;
  top: 0;
}
#ex .b01 .img02 {
  width: 21vw;
  top: 19vw;
}
#ex .b01 .img03 {
  width: 20vw;
  top: 49vw;
  left: 25vw;
}
#ex .b01 .img04 {
  width: 36vw;
  top: 74vw;
}
#ex .b01 .img05 {
  width: 35vw;
  right: 0;
  top: 106vw;
}
#ex .b01 .txtbox {
  right: 10vw;
  top: 49vw;
  width: 38vw;
}
#ex .txtbox .ttl {
  margin: 3vw 0;
}
#ex .b02 .img01 {
  width: 35vw;
  top: 19vw;
  right: 6vw;
}
#ex .b02 .img02 {
  width: 42vw;
  top: 72vw;
}
#ex .b02 .txtbox {
  width: 38vw;
  top: 9vw;
  left: 11vw;
}
#ex .b03 .img01 {
  width: 31vw;
  top: -16vw;
  left: 4vw;
}
#ex .b03 .img02 {
  width: 36vw;
  top: 62vw;
  right: 0;
}
#ex .b03 .img03 {
  width: 22vw;
  top: 70vw;
  left: 27vw;
}
#ex .b03 .txtbox {
  width: 44vw;
  top: 0;
  right: 11vw;
}
#ex .b04 .img01 {
  width: 45vw;
  top: 6vw;
}
#ex .b04 .img02 {
  width: 26vw;
  top: 48vw;
  left: 0;
}
#ex .b04 .img03 {
  width: 19vw;
  top: 78vw;
  left: 38vw;
}
#ex .b04 .img04 {
  width: 43vw;
  top: 102vw;
  right: 0;
}
#ex .b04 .txtbox {
  width: 38vw;
  top: 10vw;
  right: 11vw;
}
#ex .b05 .img01 {
  width: 36vw;
  top: 12vw;
  right: 0;
}
#ex .b05 .img02 {
  width: 37vw;
  top: 47vw;
  left: 4vw;
}
#ex .b05 .img03 {
  width: 38vw;
  top: 60vw;
  right: 5vw;
}
#ex .b05 .txtbox {
  width: 43vw;
  top: 6vw;
  left: 11vw;
}
.italic {
  font-style: italic;
}
/*=================================================
 * page共通
 * ================================================= */
.block {
  padding: 5vw 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.block.show {
  opacity: 1;
  transform: translateY(0);
}
.profileArea {
  text-align: left;
  position: relative;
}
.profileArea > .in {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 50px 0 80px;
}
.profileArea > .in .content {
  display: table;
  width: 100%;
}
.profileArea > .in .content .tr {
  display: table-row;
}
.profileArea > .in .content .tr .tit, .profileArea > .in .content .tr .cap {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #707070;
  padding: 16px 0;
}
.profileArea > .in .content .tr .tit {
  text-align: left;
  width: 130px;
  padding-left: 30px;
}
.profileArea > .in .content .tr .tit.type01 {
  letter-spacing: 2rem;
}
.profileArea > .in .content .tr .tit.type03 {
  letter-spacing: 0.5rem;
}
.profileArea > .in .content .tr .tit.type04 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .tit.type05 {
  letter-spacing: 0rem;
}
.profileArea > .in .content .tr .cap {
  padding-left: 44px;
  padding-right: 10px;
}
.profileArea > .in .content .tr:last-child .tit, .profileArea > .in .content .tr:last-child .cap {
  border-bottom: 1px solid #707070;
}
/*=================================================
 * news
 * ================================================= */
#news a {
  text-decoration: none;
}
#news .mainWrap {
  margin: 0 auto 10vw;
}
#news .postWrap .post {
  width: 55vw;
}
#news .mainWrap .post .box {
  padding: 1.5vw 0;
  width: 100%;
}
#news .mainWrap .post .box .date {
  width: 7vw;
}
#news .mainWrap .post .box .title {
  width: 48vw;
}
#news .mainWrap .post .box .arrow {
  width: 2vw;
  line-height: 1;
  margin: auto 0 auto 2vw;
}
#news .postWrap {
  justify-content: space-between;
}
#news .sidebar .block {
  margin-bottom: 4vw;
}
.sidebar {
  width: 18vw;
}
.sidebar .blue {
  padding-bottom: 1vw;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.sidebar .bold {
  font-size: 1.6vw;
  margin-right: 1vw;
}
.sidebar ul {
  padding: 1vw 0;
}
.sidebar .block2 select {
  padding: 1vw;
  width: 100%;
}
.pager {
  justify-content: center;
  margin: 3vw auto;
  width: fit-content;
}
#news .single .left {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
#news .content img {
  margin: 2vw 0;
  width: auto;
  height: auto;
}
#news .entry {
  margin: 2vw 0 4vw;
}
#news .entry a {
  border-bottom: 1px solid #333;
}
#news .single_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.mw_wp_form_complete {
  margin: 5vw auto 10vw !important;
  width: 55vw !important;
}
#contact .fieldwrap {
  width: 50vw;
  margin: 5vw auto 10vw;
}
#contact .fieldwrap .message {
  font-weight: bold;
  margin-bottom: 3vw;
}
#contact .cells {
  margin-bottom: 2vw;
}
#contact .fieldwrap .field {
  margin-bottom: 2vw;
}
#contact input[type="text"], #contact input[type="email"] {
  width: 100%;
  padding: 1vw;
  font-size: 1.4vw;
}
#contact .tel input[type="text"] {
  padding: 1vw;
  width: 15.7vw;
}
#contact select {
  padding: 1vw;
  width: 100%;
  font-size: 1.4vw;
}
#contact textarea {
  width: 100%;
  height: 12vw;
  padding: 1vw;
  font-size: 1.4vw;
}
#contact .check {
  margin-right: 3vw;
}
#contact .fieldwrap .bd-b {
  padding-bottom: 3vw;
}
#contact .fieldwrap .title2 {
  margin: 0 2vw 2vw 0;
  width: 12vw;
}
#contact .fieldwrap .title3 {
  margin: 3vw 0 1vw;
}
#contact .btbox {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
#contact .send {
  margin: 0 auto;
  text-align: center;
  padding-top: 2vw;
}
#contact input[type="submit"] {
  width: 300px;
  padding: 1vw;
  border: 1px solid #707070;
  background-color: unset;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
  background: #57739A;
  color: #fff;
}
#contact input[type="submit"]:hover {
  background-color: #c6e3fa !important;
}
.mw_wp_form_complete {
  margin: 0 auto 15vw;
  width: 40vw;
  line-height: 2;
}
#contact .button_wrap {
  margin: 0 auto;
  text-align: center;
}
#contact .b01 p {
  text-align: center;
}
#contact .b01 {
  width: 55vw;
  margin: 0 auto;
  margin-bottom: 15vw;
}
#contact .b01 .box {
  margin-top: 5vw;
  width: 55vw;
}
#contact .b01 .btn {
  width: 25vw;
  background: #57739A;
  text-align: center;
  color: #fff;
  padding: 0.5vw;
}
#contact .subtitle {
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 2vw;
}
#contact .kiyaku {
  width: 100%;
  height: 22vw;
  overflow-y: scroll;
  font-size: 14px;
  border: solid 1px #666;
  margin: 0 auto;
  padding: 2vw;
}
#contact .doui {
  text-align: center;
  padding: 50px 0;
}
#contact .kiyaku ol {
  counter-reset: sec;
  margin-left: 0;
  padding-left: 0;
  list-style: decimal;
  margin-left: 1.5em; /* インデントは調整 */
  padding-left: 0;
}
#contact .kiyaku ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  padding-left: 0;
}
#contact .kiyaku ol > li {
  display: list-item;
  list-style: decimal;
  margin: 0 0 1.25em;
}
#contact .kiyaku ol > li::marker {
  font-weight: 700;
}
#contact .kiyaku ol li ul {
  list-style: disc;
  margin: 0.5em 0 0 1.5em;
  padding: 0;
}
#contact .kiyaku p {
  margin: 0 0 0.8em;
}
#contact .kiyaku ol > li > strong {
  display: inline-block;
  margin-bottom: 0.25em;
}
#contact .sq {
  font-weight: bold;
  margin: 1vw 0 0 1vw;
}
#contact .kiyaku-list {
  list-style-type: decimal !important;
  margin-left: 1.5em;
  padding-left: 1em;
}
#contact .kiyaku-list li {
  display: list-item !important;
}
/*=================================================
 * レスポンシブ
 * ================================================= */
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.6vw;
    line-height: 2;
  }
  a:hover {
    opacity: none;
    filter: none;
  }
  .mainWrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .spmenu {
    width: 90vw;
    height: auto;
    transition: all 0.2s;
    position: absolute;
    top: 15vw;
    right: 0;
    z-index: 0;
    background-color: #fff;
    color: #000;
    padding: 5vw;
    font-size: 4vw;
    opacity: 0;
    visibility: hidden;
  }
  .spmenu a {
    color: #000;
    text-decoration: none;
  }
  .spmenu.open {
    opacity: 1;
    z-index: 1001;
    visibility: unset;
  }
  .menublock {
    padding: 10px 0;
    border-bottom: dashed 1px #A0A0A0;
    position: relative;
  }
  .menublock .inner {
    display: none;
  }
  .menublock span {
    display: block;
    border-bottom: dotted 1px #A0A0A0;
    padding: 10px;
  }
  .menublock .inner span:last-child {
    border: none;
    padding-bottom: 0;
  }
  .menu_bt i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .menu_bt .fa-chevron-up {
    display: none;
  }
  .menu_bt.active .fa-chevron-up {
    display: block;
  }
  .menu_bt.active .fa-chevron-down {
    display: none;
  }
  .menublock.no_inner i {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .inner span i {
    margin-right: 10px;
  }
  .spmenuWrap button {
    display: block;
    border: none;
    padding: 1vw 3vw;
    width: 15vw;
    height: 15vw;
    color: #000;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    text-align: center;
    outline: none;
    font-size: 1.6vw;
    background-color: #fff;
  }
  /*   iphone対策（送信ボタン・セレクトボックス）   */
  input[type="submit"] {
    -webkit-appearance: none;
    color: #333;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*   ハンバーガーボタン3本線   */
  .spmenuWrap button span.bar {
    display: block;
    height: 0.8vw;
    background-color: #000;
    margin: 2vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  .spmenuWrap button .close {
    letter-spacing: 0.08em;
    display: none;
  }
  .spmenuWrap button .menu {
    display: block;
  }
  /*  メニューアクティブ時  */
  .spmenuWrap button.active span.bar {
    width: 11vw;
  }
  .spmenuWrap button.active .bar1 {
    transform: rotate(30deg);
  }
  .spmenuWrap button.active .bar2 {
    opacity: 0;
  }
  .spmenuWrap button.active .bar3 {
    transform: rotate(-30deg);
  }
  .spmenuWrap button.active .menu {
    display: none;
  }
  .spmenuWrap button.active .close {
    display: block;
  }
  .spmenuWrap .flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .spmenuWrap .flexbox .sns {
    margin-top: 5vw;
  }
  .spmenuWrap .flexbox img {
    width: 13vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 15vw;
  }
  header nav {
    display: none;
  }
  header h1 {
    padding: 1vw 0 0 5vw;
  }
  header h1 img {
    width: 26vw;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3.6vw;
    background-color: #fff;
    color: #000;
  }
  /*404エラーページ*/
  #p404 h2 {
    font-size: 5.5vw;
    margin-bottom: 7vw;
  }
  #p404 .mainWrap {
    margin: 0 auto 20vw;
  }
  /*パンくず*/
  .pankuzu {
    margin: 5vw auto 14vw 0;
  }
  .pankuzu ul {
    justify-content: left;
    margin-left: 3vw;
  }
  .pankuzu li {
    font-size: 3vw;
  }
  /*=================================================
 * レスポンシブ｜ボタン
 * ================================================= */
  .btn-ar {
    width: 100%;
  }
  .btn-ar p {
    padding: 3vw 7vw;
    width: 100%;
  }
  .btn-ar p:after {
    font-size: 4.5vw;
    top: 2vw;
    right: 5vw;
  }
  /*フォントサイズ*/
  .f12 {
    font-size: 3vw;
  }
  .f14 {
    font-size: 3.5vw;
  }
  .f18 {
    font-size: 3.7vw;
  }
  .f20 {
    font-size: 4vw;
  }
  .f22 {
    font-size: 5vw;
  }
  .f24 {
    font-size: 4.2vw;
  }
  .f26 {
    font-size: 4.5vw;
  }
  .f30 {
    font-size: 6vw;
    line-height: 1.6;
  }
  .f32 {
    font-size: 4.5vw;
  }
  .f34 {
    font-size: 4.5vw;
  }
  .f36 {
    font-size: 6vw;
  }
  .f46 {
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .f48 {
    font-size: 6vw;
    line-height: 1.3;
  }
  .f50 {
    font-size: 9vw;
    line-height: 1.2;
  }
  .f58 {
    font-size: 9.5vw;
    line-height: 1.2;
  }
  .f60 {
    font-size: 10vw;
    line-height: 1.2;
  }
  .f70 {
    font-size: 10vw;
  }
  /*TOP*/
  .fv-top {
    height: 93vh;
    margin-top: 16vw;
  }
  .block {
    padding: 8vw 0;
  }
  .get-bt {
    width: 35vw;
  }
  .fv-top .catch {
    bottom: 55vw;
    font-size: 7vw;
  }
  .fv-top .wave-txt {
    width: 71vw;
    right: 3vw;
    bottom: -24.5vw;
  }
  #top .b01 {
    display: block;
  }
  #top .b01 .img {
    width: 100%;
  }
  #top .b01 .heading {
    font-size: 6.5vw;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
    padding: 30vw 0 6vw;
  }
  #top .b01 .txtbox {
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 5vw;
  }
  #top .b02 {
    padding: 14vw 0 8vw;
  }
  #top .b02 .txt-box {
    margin-bottom: 8vw;
  }
  #top .b02 .txt-box .txt {
    font-size: 4vw;
    line-height: 1.5;
  }
  #top .b02 .triangle {
    width: 100%;
    margin: 0 auto 13vw;
  }
  #top .b02 .box .cell {
    width: 43vw;
    margin-bottom: 4vw;
  }
  #top .b02 .wrap .sp-box {
    margin-bottom: 13vw;
  }
  #top .b02 .wrap .sp-box .txt-box {
    margin-bottom: 6vw;
  }
  #top .b02 .wrap .sp-box .txt-box .ttl {
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 1.2;
  }
  #top .b02 .wrap .sp-box .bnr {
    width: 85%;
    margin: 0 auto 8vw;
  }
  #top .b02 .wrap .txt-box .sub {
    font-size: 5vw;
  }
  #top .b02 .box {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  #top .b03 .box .wrap {
    display: block;
  }
  #top .b03 .box {
    padding: 6vw;
  }
  #top .b03 .box .img {
    width: 80vw;
    margin: 0 auto;
    padding-top: 6vw;
  }
  #top .b03 .box .txtbox {
    width: 80vw;
    margin: 5vw 0;
  }
  #top .b03 .box .txtbox .txt {
    margin-bottom: 4vw;
  }
  #top .b03 .txt {
    margin-bottom: 8vw;
    text-align: left;
  }
  #top .b04 .mainWrap {
    width: 80vw;
  }
  #top .b04 .txt {
    margin-bottom: 6vw;
  }
  #top .b04 .mainWrap .bt {
    width: 100%;
    margin: 0 auto;
  }
  #top .b05 .movie {
    width: 100%;
    padding-top: 5vw;
  }
  #top .b07 .box {
    width: 80vw;
    padding-top: 5vw;
  }
  footer {
    margin-bottom: 30vw;
  }
  footer .txt-box {
    padding: 15vw 0 4vw;
  }
  /*=================================================
 * expeditions
 * ================================================= */
  #ex .abs {
    position: absolute;
  }
  #ex img {
    display: block;
    width: 100%;
    height: auto;
  }
  #ex [id^="e"] {
    scroll-margin-top: clamp(72px, 10vw, 120px);
  }
  #ex .fullWrap {
    position: relative;
    min-height: auto;
    padding-bottom: max(8vw, 96px);
    isolation: isolate;
  }
  #ex .block {
    padding: 0;
  }
  .ex-bg {
    padding: 19vw 0 3vw;
  }
  #ex .b01 {
    position: relative;
    min-height: 370vw;
  }
  #ex .b02 {
    position: relative;
    min-height: 327vw;
  }
  #ex .b03 {
    position: relative;
    min-height: 380vw;
  }
  #ex .b04 {
    position: relative;
    min-height: 420vw;
  }
  #ex .b05 {
    position: relative;
    min-height: 290vw;
  }
  #ex .b01 .img01 {
    width: 62vw;
    right: 0;
    top: -5vw;
  }
  #ex .b01 .img02 {
    width: 54vw;
    left: 0;
    top: 44vw;
  }
  #ex .b01 .img03 {
    width: 40vw;
    right: 0;
    top: 82vw;
    left: auto;
  }
  #ex .b01 .img04 {
    width: 58vw;
    left: 0;
    top: 282vw;
  }
  #ex .b01 .img05 {
    width: 53vw;
    right: 5vw;
    top: 332vw;
  }
  #ex .b01 .txtbox {
    width: 90%;
    left: 5vw;
    top: 131vw;
  }
  #ex .txtbox .ttl {
    margin: 3vw 0;
  }
  #ex .b02 .img01 {
    width: 48vw;
    right: 0;
    top: 200vw;
  }
  #ex .b02 .img02 {
    width: 58vw;
    left: 11vw;
    top: 280vw;
  }
  #ex .b02 .txtbox {
    width: 90vw;
    left: 5vw;
    top: 20vw;
  }
  #ex .b03 .img01 {
    width: 54vw;
    left: 0;
    top: 190vw;
  }
  #ex .b03 .img02 {
    width: 58vw;
    right: 0;
    top: 285vw;
  }
  #ex .b03 .img03 {
    width: 50vw;
    left: 9vw;
    top: 337vw;
  }
  #ex .b03 .txtbox {
    width: 90vw;
    left: 5vw;
    top: 14vw;
  }
  #ex .b04 .img01 {
    width: 90vw;
    left: 5vw;
    top: 5vw;
  }
  #ex .b04 .img02 {
    width: 42vw;
    right: 0;
    top: 248vw;
    left: auto;
  }
  #ex .b04 .img03 {
    width: 45vw;
    left: 0;
    top: 293vw;
  }
  #ex .b04 .img04 {
    width: 74vw;
    right: 0;
    top: 351vw;
  }
  #ex .b04 .txtbox {
    width: 90vw;
    left: 5vw;
    top: 76vw;
  }
  #ex .b05 .img01 {
    width: 63vw;
    right: 0;
    top: 110vw;
  }
  #ex .b05 .img02 {
    width: 78vw;
    left: 0;
    top: 165vw;
  }
  #ex .b05 .img03 {
    width: 68vw;
    right: 0;
    top: 235vw;
  }
  #ex .b05 .txtbox {
    width: 90vw;
    left: 5vw;
    top: 5vw;
  }
  /*会社概要table*/
  .profileArea {
    width: 100%;
    padding: 0 15px;
  }
  .profileArea > .in .content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .profileArea > .in .content .tr {
    flex-wrap: wrap;
    display: flex;
    width: 81vw;
    margin-top: 5vw;
  }
  /*お知らせページ*/
  #news .postWrap .post {
    width: 100%;
  }
  #news .postWrap {
    display: block;
  }
  #news .mainWrap .post .box {
    display: block;
    padding: 3vw 0;
  }
  #news .mainWrap .post .box .date {
    width: fit-content;
  }
  #news .mainWrap .post .box .title {
    width: 100%;
  }
  #news .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .sidebar .block {
    margin-bottom: 10vw;
  }
  .sidebar .bold {
    padding-bottom: 3vw;
    font-size: 5vw;
  }
  .sidebar ul {
    padding: 3vw 0;
  }
  .sidebar .block2 select {
    padding: 3vw;
    margin-top: 2vw;
  }
  /*お問い合わせページ*/
  #contact .fieldwrap {
    width: 100%;
  }
  #contact input[type="text"], #contact input[type="email"] {
    padding: 3vw;
    font-size: 4vw;
  }
  #contact textarea {
    padding: 3vw;
    height: 50vw;
  }
  #contact .fieldwrap .bdr-b {
    padding-bottom: 10vw;
  }
  #contact .fieldwrap .field {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .flex {
    display: block;
  }
  #contact .fieldwrap .message {
    margin-bottom: 5vw;
  }
  #contact .fieldwrap .policy {
    margin: 2vw 0 5vw 7vw;
  }
  #contact .btbox {
    width: 100%;
    margin: 10vw auto;
    display: block;
  }
  #contact input[type="submit"] {
    width: 100%;
    padding: 4vw;
    font-size: 16px;
    margin-bottom: 7vw;
  }
  #contact input[type="submit"]:hover {
    background-color: unset;
  }
  .mw_wp_form_complete {
    width: 80% !important;
    margin: 30vw auto 14vw !important;
  }
  #contact .b01 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15vw;
  }
  #contact .b01 .box {
    margin-top: 5vw;
    width: 100%;
    flex-direction: column;
  }
  #contact .b01 .btn {
    width: 100%;
    background: #57739A;
    text-align: center;
    color: #fff;
    padding: 3vw;
    margin-bottom: 7vw;
  }
}