@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap);
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/**/
/**/
/**/
/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #555;
  text-decoration: none; }

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #222;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 14px;
      letter-spacing: 0.1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      letter-spacing: 0; } }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto; }

div.single_content img {
  width: auto; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }
  @media screen and (max-width: 640px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

.inner {
  width: 100%;
  padding: 0 30px;
  max-width: 1260px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 15px 20px; } }

section {
  position: relative;
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    section {
      padding: 20px 0; } }

.btn_wrap {
  text-align: center; }

a.btn_link {
  margin: 0;
  padding: 0 1em;
  background: #787878;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  transition: .3s; }
  a.btn_link:hover {
    background: #000065;
    color: #fff; }

a:hover {
  color: #000065;
  opacity: 0.85; }
  a:hover img {
    opacity: .85; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*flex*/
ul.ul_flex {
  display: flex;
  margin: 0 auto;
  padding: 0 0 15px;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.ul_flex::after {
    content: '';
    width: calc(33.3333333% - 20px);
    height: 0;
    display: block; }
  ul.ul_flex li {
    box-shadow: 0 0 6px 0 rgba(119, 119, 119, 0.5);
    background: #fff;
    overflow: hidden;
    width: calc(33.3333333% - 20px);
    margin-bottom: 30px; }
    ul.ul_flex li .img_wrap {
      position: relative; }
      ul.ul_flex li .img_wrap .cat {
        position: absolute;
        top: 0;
        left: 0;
        background: #267E50;
        color: #fff;
        width: 135px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        height: 30px;
        line-height: 29px; }
    ul.ul_flex li .txt_wrap {
      padding: 25px 20px 20px; }
      ul.ul_flex li .txt_wrap a.title {
        font-weight: bold;
        line-height: 1.5;
        font-size: 19px;
        margin-bottom: 30px;
        display: block; }
      ul.ul_flex li .txt_wrap .time_more_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        ul.ul_flex li .txt_wrap .time_more_wrap time {
          font-size: 14px; }
        ul.ul_flex li .txt_wrap .time_more_wrap .more {
          overflow: hidden;
          margin: 0;
          padding: 0; }
          ul.ul_flex li .txt_wrap .time_more_wrap .more a {
            color: #fff;
            display: block;
            font-size: 12px;
            height: 24px;
            line-height: 22px;
            background: #33A86A;
            border-radius: 3px;
            width: 100px;
            border: 1px solid #33A86A;
            font-weight: bold;
            text-align: center; }
            ul.ul_flex li .txt_wrap .time_more_wrap .more a::before {
              font-family: 'Font Awesome\ 5 Free';
              content: "\f0da";
              margin-right: .3em; }
  @media screen and (max-width: 768px) {
    ul.ul_flex li .txt_wrap div.cat_time_wrap {
      display: block; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
        display: inline-block;
        margin-bottom: .5em;
        padding: .3em .5em; } }
  @media screen and (max-width: 640px) {
    ul.ul_flex {
      display: block;
      width: 95%; }
      ul.ul_flex li {
        margin-right: 0;
        margin-bottom: 20px; } }

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -------------------------------- 
header components 
--------------------------------- */
.header {
  /*@extend .box;*/ }
  .header .header-top {
    background: #000065;
    position: relative; }
    .header .header-top::after {
      content: '';
      height: 5px;
      width: 100%;
      background: -moz-linear-gradient(left, #a57d00, #f1d950 50%, #a57d00);
      background: -webkit-linear-gradient(left, #a57d00, #f1d950 50%, #a57d00);
      background: linear-gradient(to right, #a57d00, #f1d950 50%, #a57d00);
      position: absolute;
      bottom: -5px;
      left: 0;
      z-index: 1; }
    .header .header-top .inner {
      display: flex;
      justify-content: space-between;
      height: 60px;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .header .header-top .inner {
          padding-left: 20px; } }
      @media screen and (max-width: 640px) {
        .header .header-top .inner {
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 10px; } }
      .header .header-top .inner h1 {
        margin: 12px 0;
        height: 35px; }
        @media screen and (max-width: 640px) {
          .header .header-top .inner h1 {
            margin: 0;
            height: auto;
            width: calc(100% - 44px - 120px - 20px); } }
        .header .header-top .inner h1 a {
          display: block;
          height: 100%; }
          .header .header-top .inner h1 a img {
            height: 100%;
            width: auto;
            margin: 0;
            padding: 0;
            vertical-align: bottom;
            display: block; }
      .header .header-top .inner .ht-right {
        display: flex;
        position: relative;
        line-height: 60px;
        align-items: center;
        line-height: 1.3;
        /*padding-right: 130px;*/
        padding-right: 0; }
        @media screen and (max-width: 1024px) {
          .header .header-top .inner .ht-right {
            padding-right: 50px; } }
        @media screen and (max-width: 768px) {
          .header .header-top .inner .ht-right {
            padding-right: 44px; } }
        @media screen and (max-width: 640px) {
          .header .header-top .inner .ht-right {
            line-height: normal;
            padding-right: 54px;
            flex-direction: column;
            justify-content: center; } }
        .header .header-top .inner .ht-right .tel {
          margin: 0; }
          .header .header-top .inner .ht-right .tel a {
            display: block;
            height: 34px;
            margin: 13px 18px 13px 0; }
            @media screen and (max-width: 1024px) {
              .header .header-top .inner .ht-right .tel a {
                height: 28px;
                margin: 16px 15px 16px 0; } }
            @media screen and (max-width: 768px) {
              .header .header-top .inner .ht-right .tel a {
                height: 24px;
                margin: 18px 15px 18px 0; } }
            @media screen and (max-width: 640px) {
              .header .header-top .inner .ht-right .tel a {
                height: auto;
                width: 110px;
                margin: 0 0 5px; } }
            .header .header-top .inner .ht-right .tel a img {
              height: 100%;
              width: auto;
              display: block; }
              @media screen and (max-width: 640px) {
                .header .header-top .inner .ht-right .tel a img {
                  width: 100%;
                  height: auto; } }
        .header .header-top .inner .ht-right .date {
          color: #fff;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0;
          /*margin: 0 20px 0 0;*/
          margin: 0 10px 0 0; }
          @media screen and (max-width: 768px) {
            .header .header-top .inner .ht-right .date {
              line-height: 12px;
              margin: 19px 10px 17px 0;
              font-size: 10px;
              height: 24px; } }
          @media screen and (max-width: 640px) {
            .header .header-top .inner .ht-right .date {
              padding: 0;
              font-size: 10px;
              line-height: 11px;
              margin: 0; } }
        .header .header-top .inner .ht-right .line_f {
          height: 20px; }
          @media screen and (max-width: 640px) {
            .header .header-top .inner .ht-right .line_f {
              display: none; } }
        .header .header-top .inner .ht-right a.moushikomi {
          display: block;
          width: 114px;
          height: 90px;
          background: -moz-linear-gradient(top, #ff6f75, #cc0029 64%, #f5495b);
          background: -webkit-linear-gradient(top, #ff6f75, #cc0029 64%, #f5495b);
          background: linear-gradient(to bottom, #ff6f75, #cc0029 64%, #f5495b);
          font-size: 17px;
          font-weight: 700;
          text-align: center;
          color: #fff;
          letter-spacing: 0;
          line-height: normal;
          position: absolute;
          top: 0;
          right: 0;
          transition: .3s; }
          .header .header-top .inner .ht-right a.moushikomi::after {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background: #cc0029;
            transition: .3s;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            z-index: 0; }
          .header .header-top .inner .ht-right a.moushikomi:hover {
            opacity: 1; }
            .header .header-top .inner .ht-right a.moushikomi:hover img {
              opacity: 1; }
            .header .header-top .inner .ht-right a.moushikomi:hover::after {
              opacity: 1; }
          @media screen and (max-width: 1024px) {
            .header .header-top .inner .ht-right a.moushikomi {
              display: none; } }
          .header .header-top .inner .ht-right a.moushikomi span {
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
            display: block;
            padding: 15px 0 8px;
            line-height: 1.25;
            z-index: 1;
            position: relative; }
          .header .header-top .inner .ht-right a.moushikomi img {
            width: 24px;
            height: 22px;
            filter: drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.15));
            z-index: 1;
            position: relative; }
  .header .tagline {
    margin: 5px 0 0 0;
    border-bottom: 1px solid #cbcbcb; }
    .header .tagline .inner {
      line-height: 44px;
      height: 44px;
      font-size: 25px;
      font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 900;
      text-align: center;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .header .tagline .inner {
          font-size: 22px; } }
      @media screen and (max-width: 640px) {
        .header .tagline .inner {
          padding-top: 0;
          padding-bottom: 0;
          font-size: 11px; } }
      @media screen and (max-width: 320px) {
        .header .tagline .inner {
          font-size: 10px;
          padding-left: 10px;
          padding-right: 10px; } }
  .header .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #cbcbcb; }
  .header .headernav {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #cbcbcb; }
    .header .headernav .inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .header .headernav nav {
      margin: 0;
      padding: 0;
      width: 100%;
      flex: 0 0 100%;
      z-index: 999; }
      .header .headernav nav ul.nav {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: stretch;
        /*border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;*/ }
        .header .headernav nav ul.nav > span {
          width: 1px;
          background: #cbcbcb; }
        .header .headernav nav ul.nav > li {
          /* border-right: 1px solid #cbcbcb;*/
          text-align: center;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: center;
          padding: 0;
          /*drop*/ }
          .header .headernav nav ul.nav > li > a {
            font-weight: bold;
            font-size: 15px;
            letter-spacing: .1em;
            color: #060000;
            display: block;
            padding: 0 1em; }
          .header .headernav nav ul.nav > li p.sub_nav_item {
            margin: 4px 0 0;
            line-height: 1.3;
            font-size: 10.5px;
            letter-spacing: 0; }
            .header .headernav nav ul.nav > li p.sub_nav_item > a {
              font-weight: bold;
              color: #060000;
              display: block; }
              .header .headernav nav ul.nav > li p.sub_nav_item > a i {
                font-size: 10.5px;
                margin-right: 2px; }
          .header .headernav nav ul.nav > li.drop {
            position: relative; }
            .header .headernav nav ul.nav > li.drop .dropdownContain {
              width: 180px;
              position: absolute;
              z-index: 2;
              left: 50%;
              margin-left: -90px;
              /* half of width */
              top: -400px;
              margin-top: 16px;
              background: transparent; }
              .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut {
                width: 180px;
                position: relative;
                margin-top: 0px;
                opacity: 0;
                /*box-shadow: 0 1px 6px rgba(0,0,0,.35);*/
                transition: all .1s ease-out; }
                .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut .triangle {
                  width: 0;
                  height: 0;
                  position: absolute;
                  border-left: 8px solid transparent;
                  border-right: 8px solid transparent;
                  border-bottom: 8px solid #000065;
                  top: -8px;
                  left: 50%;
                  margin-left: -8px; }
                .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut ul {
                  background: #000065;
                  list-style: none;
                  margin: 0;
                  padding: 5px 5px 2px;
                  border-radius: 8px; }
                  .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut ul li {
                    color: #777;
                    transition: background .1s ease-out;
                    background: #fff;
                    margin-bottom: 3px;
                    border-radius: 5px; }
                    .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut ul li:hover {
                      background: #000065; }
                    .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut ul li a {
                      display: block;
                      padding: 10px 0;
                      width: 100%;
                      font-weight: bold;
                      text-align: center;
                      letter-spacing: 0;
                      font-size: 14px;
                      color: #000065; }
                      .header .headernav nav ul.nav > li.drop .dropdownContain .dropOut ul li a:hover {
                        color: #fff; }
            .header .headernav nav ul.nav > li.drop:hover .dropdownContain {
              top: 14px; }
            .header .headernav nav ul.nav > li.drop:hover .underline {
              border-bottom-color: #777; }
            .header .headernav nav ul.nav > li.drop:hover .dropOut {
              opacity: 1;
              margin-top: 15px; }
    .header .headernav .sub_nav {
      font-size: 13px;
      letter-spacing: 0; }
      .header .headernav .sub_nav i {
        font-size: 10px;
        margin-right: .7em; }

/*smartphone*/
/*humburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: absolute;
  /*top: 18px;*/
  top: 12px;
  right: 17px;
  width: 30px;
  height: 24px;
  z-index: 999; }
  .hamburger::before {
    content: '';
    background: #cc0029;
    display: block;
    /*top: -18px;*/
    top: -12px;
    right: -17px;
    width: 64px;
    height: 60px;
    position: absolute;
    z-index: 0; }
  .hamburger span {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px; }
    .hamburger span:nth-of-type(1) {
      top: 0; }
    .hamburger span:nth-of-type(2) {
      top: 10px; }
    .hamburger span:nth-of-type(3) {
      bottom: 0; }
  .hamburger p {
    color: #fff;
    position: absolute;
    top: calc(100% + 4px);
    left: -5px;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: calc(100% + 10px);
    letter-spacing: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transform: scale(0.95);
    letter-spacing: -0.05em;
    text-align: center; }

.hamburger.active span {
  background-color: #fff; }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
#navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000065;
  z-index: 998; }
  #navigation .navigation_inner {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative; }
    #navigation .navigation_inner .navigation_menu {
      list-style: none;
      padding: 0 20px;
      margin: 0; }
      #navigation .navigation_inner .navigation_menu .navigation_item {
        width: 100%;
        margin: 0 auto 7px auto;
        max-width: 300px; }
        #navigation .navigation_inner .navigation_menu .navigation_item a {
          display: block;
          position: relative;
          text-decoration: none;
          font-size: 1.1em;
          letter-spacing: 0;
          text-align: center;
          color: #fff;
          font-weight: bold;
          padding: .5em 1em;
          border: 1px solid #fff;
          position: relative;
          z-index: 1; }
          #navigation .navigation_inner .navigation_menu .navigation_item a .sub_nav_item {
            padding: 0 0 0 0;
            font-size: .85em; }
        #navigation .navigation_inner .navigation_menu .navigation_item .sub_nav_item {
          margin: 0;
          padding: 5px 0 0 0; }
          #navigation .navigation_inner .navigation_menu .navigation_item .sub_nav_item a {
            border: none;
            padding: 0;
            margin: 0;
            font-size: .85em; }
        #navigation .navigation_inner .navigation_menu .navigation_item .dropdownContain {
          position: relative;
          z-index: 2; }
          #navigation .navigation_inner .navigation_menu .navigation_item .dropdownContain ul {
            list-style: none;
            margin: -2px 0 0 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            border: 1px solid #fff;
            border-top: none;
            padding: 4px 4px 0 4px;
            background: #000065; }
            #navigation .navigation_inner .navigation_menu .navigation_item .dropdownContain ul li {
              width: calc(50% - 2px);
              margin-bottom: 4px; }
              #navigation .navigation_inner .navigation_menu .navigation_item .dropdownContain ul li a {
                font-size: .95em;
                border: none;
                background: #fff;
                color: #000065;
                padding: .4em .6em; }
        #navigation .navigation_inner .navigation_menu .navigation_item.mypage a.moushikomi {
          display: block;
          width: 100%;
          padding: .6em 1em;
          background: -moz-linear-gradient(top, #ff6f75, #cc0029 64%, #f5495b);
          background: -webkit-linear-gradient(top, #ff6f75, #cc0029 64%, #f5495b);
          background: linear-gradient(to bottom, #ff6f75, #cc0029 64%, #f5495b);
          font-size: 14px;
          font-weight: 700;
          text-align: center;
          color: #fff;
          letter-spacing: 0;
          margin-top: 10px; }
          #navigation .navigation_inner .navigation_menu .navigation_item.mypage a.moushikomi img {
            width: 15px;
            height: 15px;
            margin-right: 7px; }
        #navigation .navigation_inner .navigation_menu .navigation_item.line .line_f {
          position: absolute !important;
          top: 20px;
          left: 20px; }
          #navigation .navigation_inner .navigation_menu .navigation_item.line .line_f iframe {
            width: 95px !important;
            height: 20px !important; }
        #navigation .navigation_inner .navigation_menu .navigation_item.ex .dropdownContain ul {
          border: none;
          padding: 0;
          margin: 0; }
          #navigation .navigation_inner .navigation_menu .navigation_item.ex .dropdownContain ul li a {
            border: 1px solid #fff;
            background: #000065;
            color: #fff;
            padding: .6em .6em;
            border-radius: 4px; }
            #navigation .navigation_inner .navigation_menu .navigation_item.ex .dropdownContain ul li a i {
              font-size: .8em;
              margin-left: .5em; }

/* -------------------------------- 
footer components 
--------------------------------- */
section.footer_bnr {
  background: rgba(219, 216, 212, 0.5);
  padding-top: 32px;
  padding-bottom: 32px; }
  section.footer_bnr .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section.footer_bnr .inner ul li {
      margin: 10px 0;
      padding: 0;
      width: calc(33.4% - 20px);
      max-width: 380px; }
      @media screen and (max-width: 768px) {
        section.footer_bnr .inner ul li {
          width: calc(33.33333% - 10px);
          margin: 7px 0; } }
      @media screen and (max-width: 640px) {
        section.footer_bnr .inner ul li {
          width: 100%;
          margin: 0 0 20px; }
          section.footer_bnr .inner ul li:last-child {
            margin-bottom: 0; } }
      section.footer_bnr .inner ul li .biko {
        letter-spacing: 0;
        font-size: .8em;
        padding: .4em 0 0 0;
        font-weight: bold;
        text-align: right; }
        @media screen and (max-width: 768px) {
          section.footer_bnr .inner ul li .biko {
            font-size: .7em; } }
        section.footer_bnr .inner ul li .biko a::before {
          font-family: 'Font Awesome\ 5 Free';
          content: "\f0da";
          margin-right: .3em;
          font-weight: bold; }
    section.footer_bnr .inner ul::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      width: calc(33.333333% - 20px); }
      @media screen and (max-width: 768px) {
        section.footer_bnr .inner ul::after {
          width: calc(33.333333% - 10px); } }
      @media screen and (max-width: 640px) {
        section.footer_bnr .inner ul::after {
          width: 100%; } }

footer {
  background: #14328b; }
  footer .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 42px;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      footer .inner {
        position: relative;
        padding-bottom: 112px; } }
    @media screen and (max-width: 640px) {
      footer .inner {
        display: block;
        padding-bottom: 0px; } }
    footer .inner ul {
      list-style: none;
      margin: 0 20px 0 0;
      padding: 0; }
      @media screen and (max-width: 768px) {
        footer .inner ul.last {
          margin-right: 0; } }
      @media screen and (max-width: 640px) {
        footer .inner ul {
          margin-bottom: 2.2em; } }
      footer .inner ul li {
        margin: 0 0 1em;
        padding: 0;
        color: #fff; }
        footer .inner ul li:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 640px) {
          footer .inner ul li.footer_logo_mark {
            text-align: center;
            padding-top: 20px; } }
        footer .inner ul li.footer_logo_mark img {
          width: 130px; }
          @media screen and (max-width: 768px) {
            footer .inner ul li.footer_logo_mark img {
              width: 115px; } }
        @media screen and (max-width: 1160px) {
          footer .inner ul li {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          footer .inner ul li {
            font-size: 12.5px; } }
        footer .inner ul li a {
          color: #fff;
          line-height: 20px;
          display: block;
          position: relative;
          padding-left: 20px; }
          @media screen and (max-width: 1160px) {
            footer .inner ul li a {
              padding-left: 15px; } }
          footer .inner ul li a::before {
            font-family: 'Font Awesome\ 5 Free';
            content: "\f04b";
            font-weight: bold;
            font-size: 10px;
            line-height: 20px;
            height: 20px;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 0;
            width: 20px; }
            @media screen and (max-width: 1160px) {
              footer .inner ul li a::before {
                width: 15px; } }
          footer .inner ul li a i {
            font-size: .8em;
            padding-left: 3px;
            vertical-align: top;
            line-height: 20px;
            display: inline-block; }
        footer .inner ul li.title a {
          padding-left: 0; }
          footer .inner ul li.title a::before {
            display: none; }
    footer .inner .footer_address {
      color: #fff;
      font-size: 14px;
      width: 245px;
      line-height: 24px; }
      footer .inner .footer_address a {
        color: #fff;
        text-decoration: underline; }
      @media screen and (max-width: 1024px) {
        footer .inner .footer_address {
          width: 200px;
          font-size: 13px;
          line-height: 22px; } }
      @media screen and (max-width: 768px) {
        footer .inner .footer_address {
          position: absolute;
          bottom: 0;
          width: calc(100% - 60px);
          text-align: center;
          padding: 20px 0;
          margin: 0;
          border-top: 1px solid #fff; } }
      @media screen and (max-width: 640px) {
        footer .inner .footer_address {
          position: static;
          width: 100%; } }
      footer .inner .footer_address .logo {
        margin: 0;
        padding: 0; }
        footer .inner .footer_address .logo img {
          width: 245px;
          height: 27px; }
          @media screen and (max-width: 1024px) {
            footer .inner .footer_address .logo img {
              width: 200px;
              height: auto; } }
          @media screen and (max-width: 768px) {
            footer .inner .footer_address .logo img {
              width: 170px;
              margin-bottom: 7px;
              height: auto; } }
      footer .inner .footer_address .text {
        margin: 20px 0 0 0;
        padding: 0; }
        @media screen and (max-width: 1024px) {
          footer .inner .footer_address .text {
            margin: 15px 0 0 0; } }
        @media screen and (max-width: 768px) {
          footer .inner .footer_address .text {
            margin: 0;
            font-size: 12px; }
            footer .inner .footer_address .text br {
              display: none; } }
        @media screen and (max-width: 640px) {
          footer .inner .footer_address .text br {
            display: none; }
            footer .inner .footer_address .text br.brsp {
              display: block; } }
  footer p.copy {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    background: #000065;
    text-align: center;
    height: 60px;
    line-height: 60px !important; }

/* -------------------------------- 
index components 
--------------------------------- */
/*swiper*/
/*
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 140px !important;
    @media screen and (max-width:1300px) {
        bottom: 110px !important;
    }
    @include mq(lg) {
        bottom: 80px !important;
    }
}
*/
.swiper-container {
  position: relative; }
  .swiper-container .swiper-pagination {
    margin: 0 auto;
    padding: 0 30px;
    width: 100% !important;
    max-width: 1260px !important;
    text-align: right;
    right: 0;
    z-index: 999; }
    .swiper-container .swiper-pagination span {
      margin: 0 9px !important; }
      .swiper-container .swiper-pagination span:last-child {
        margin-right: 0 !important; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      opacity: 1;
      background: #fff; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      background: #efcc4f; }
  .swiper-container .swiper-slide {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1; }
    @media screen and (min-width: 1600px) {
      .swiper-container .swiper-slide {
        height: 600px; } }
    @media screen and (max-width: 1024px) {
      .swiper-container .swiper-slide {
        height: 400px; } }
    @media screen and (max-width: 640px) {
      .swiper-container .swiper-slide {
        height: 250px; } }
    .swiper-container .swiper-slide img.slide_img {
      height: 100%;
      width: auto;
      max-width: none;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0); }
    .swiper-container .swiper-slide div.manin {
      position: absolute;
      width: 300px;
      height: 145px;
      left: 0;
      right: 0;
      top: 28%;
      margin: auto; }
      @media screen and (max-width: 1500px) {
        .swiper-container .swiper-slide div.manin {
          top: 20%; } }
      @media screen and (max-width: 1024px) {
        .swiper-container .swiper-slide div.manin {
          width: 280px;
          height: 135px; } }
      @media screen and (max-width: 640px) {
        .swiper-container .swiper-slide div.manin {
          width: 160px;
          height: 77px; } }
    .swiper-container .swiper-slide .text {
      position: absolute;
      top: 0;
      left: 5%;
      /*height: calc(100% - 150px);*/
      height: 100%;
      width: 90%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      /*
      @media screen and (max-width:1300px) {
          height: calc(100% - 120px);
      }
      @include mq(lg) {
          height: calc(100% - 90px);
      }
      @include mq(sm) {
          height: calc(100% - 45px);
      }
      */ }
      .swiper-container .swiper-slide .text .best {
        width: auto;
        height: 48.65%;
        max-height: 217px;
        display: block;
        margin: 0 auto;
        padding: 0; }
        @media screen and (max-width: 640px) {
          .swiper-container .swiper-slide .text .best {
            height: 39%; } }
      .swiper-container .swiper-slide .text p {
        margin: 0;
        padding: 0 0 3% 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        text-align: center;
        color: #fff;
        font-size: 90px;
        line-height: 102px;
        height: 100%;
        max-height: 220px;
        overflow: hidden;
        margin: auto;
        letter-spacing: 0; }
        @media screen and (max-width: 1024px) {
          .swiper-container .swiper-slide .text p {
            font-size: 81px;
            line-height: 92px; } }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-slide .text p {
            font-size: 73px;
            line-height: 83px;
            padding: 0 0 4% 0; } }
        @media screen and (max-width: 640px) {
          .swiper-container .swiper-slide .text p {
            font-size: 44px;
            line-height: 50px;
            padding: 0 0 5% 0; } }
        .swiper-container .swiper-slide .text p span {
          align-items: center;
          justify-content: center;
          display: flex;
          height: 100%; }
      .swiper-container .swiper-slide .text .tabinabigate {
        width: auto;
        height: 22.42%;
        max-height: 100px;
        display: block;
        margin: 1.7% auto 0; }
        @media screen and (max-width: 1024px) {
          .swiper-container .swiper-slide .text .tabinabigate {
            margin: 2% auto 0; } }
        @media screen and (max-width: 768px) {
          .swiper-container .swiper-slide .text .tabinabigate {
            margin: 2.5% auto 0; } }
        @media screen and (max-width: 640px) {
          .swiper-container .swiper-slide .text .tabinabigate {
            margin: 3.5% auto 0;
            height: 18%; } }
    .swiper-container .swiper-slide a:hover {
      opacity: 1; }
      .swiper-container .swiper-slide a:hover img {
        opacity: 1; }
  .swiper-container .deg_l {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 50vw;
    border-color: transparent transparent transparent rgba(219, 216, 212, 0.7);
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 1300px) {
      .swiper-container .deg_l {
        border-width: 120px 0 120px 50vw; } }
    @media screen and (max-width: 1024px) {
      .swiper-container .deg_l {
        border-width: 90px 0 90px 50vw; } }
    @media screen and (max-width: 640px) {
      .swiper-container .deg_l {
        border-width: 45px 0 45px 50vw; } }
  .swiper-container .deg_center {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 150px 50vw;
    border-color: transparent transparent #dbd8d4 transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    z-index: 100; }
    @media screen and (max-width: 1300px) {
      .swiper-container .deg_center {
        border-width: 0 50vw 120px 50vw; } }
    @media screen and (max-width: 1024px) {
      .swiper-container .deg_center {
        border-width: 0 50vw 90px 50vw; } }
    @media screen and (max-width: 640px) {
      .swiper-container .deg_center {
        border-width: 0 50vw 45px 50vw; } }
  .swiper-container .deg_r {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 150px 0;
    border-color: transparent rgba(102, 102, 102, 0.5) transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 1300px) {
      .swiper-container .deg_r {
        border-width: 120px 50vw 120px 0; } }
    @media screen and (max-width: 1024px) {
      .swiper-container .deg_r {
        border-width: 90px 50vw 90px 0; } }
    @media screen and (max-width: 640px) {
      .swiper-container .deg_r {
        border-width: 45px 50vw 45px 0; } }

.pickup_swiper_wrap {
  padding: 0 50px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .pickup_swiper_wrap {
      padding: 0 40px; } }
  .pickup_swiper_wrap .swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }
    .pickup_swiper_wrap .swiper-container2 .swiper-slide p.name {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 0;
      padding: .4em 0 0 0;
      font-weight: bold;
      letter-spacing: 0;
      text-align: center; }
  .pickup_swiper_wrap .swiper-button-prev, .pickup_swiper_wrap .swiper-button-next {
    width: 25px;
    height: 25px;
    background: #787878;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: calc(-13px + -1.2em); }
  .pickup_swiper_wrap .swiper-button-prev {
    left: 0; }
  .pickup_swiper_wrap .swiper-button-next {
    right: 0; }

.swiper-container3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

/*all*/
ul.reco_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  ul.reco_list li {
    position: relative;
    width: 47%;
    background: #fff;
    margin-bottom: 42px; }
    @media screen and (max-width: 1024px) {
      ul.reco_list li {
        width: calc(50% - 15px);
        margin-bottom: 30px; } }
    @media screen and (max-width: 640px) {
      ul.reco_list li {
        width: 100%; } }
    ul.reco_list li.li_notfound {
      width: 100%;
      background: none; }
    ul.reco_list li a {
      display: block;
      background: #fff; }
      ul.reco_list li a .img {
        position: relative;
        /*padding: 79.61% 0 0 0;*/
        padding: 79.5% 0 0 0;
        margin: 0;
        width: 100%;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          ul.reco_list li a .img {
            padding-bottom: 80px; } }
        @media screen and (max-width: 640px) {
          ul.reco_list li a .img {
            padding: 0; } }
        ul.reco_list li a .img img {
          width: 100%;
          height: auto;
          position: absolute;
          left: 0;
          top: 0; }
          @media screen and (max-width: 640px) {
            ul.reco_list li a .img img {
              position: relative; } }
        ul.reco_list li a .img .cat {
          background: #cc0029;
          font-weight: bold;
          font-size: 14.5px;
          position: absolute;
          top: 0;
          left: 0;
          color: #fff;
          height: 30px;
          line-height: 30px;
          padding: 0 1em; }
        ul.reco_list li a .img .manin {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 90px; }
          @media screen and (max-width: 640px) {
            ul.reco_list li a .img .manin {
              width: 60px; } }
          ul.reco_list li a .img .manin img {
            display: block;
            position: relative;
            margin-bottom: 10px;
            width: 100%; }
        ul.reco_list li a .img .title_wrap {
          background: #000065;
          margin: 0;
          padding: .9em 1em;
          font-weight: bold;
          min-height: 77px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
          @media screen and (max-width: 640px) {
            ul.reco_list li a .img .title_wrap {
              min-height: 20px;
              position: relative;
              z-index: 100; } }
          ul.reco_list li a .img .title_wrap .title {
            margin: 0;
            padding: 0;
            color: #fff;
            font-size: 20px;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              ul.reco_list li a .img .title_wrap .title {
                font-size: 18px; } }
            @media screen and (max-width: 640px) {
              ul.reco_list li a .img .title_wrap .title {
                font-size: 17px; } }
          ul.reco_list li a .img .title_wrap .sub_title {
            margin: 0;
            padding: 4px 0 0 0;
            color: #efcc4f;
            font-size: 16px;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              ul.reco_list li a .img .title_wrap .sub_title {
                font-size: 14px; } }
            @media screen and (max-width: 640px) {
              ul.reco_list li a .img .title_wrap .sub_title {
                font-size: 14px; } }
      ul.reco_list li a .text {
        margin: 0;
        padding: 1em 1em 41px;
        background: #fff;
        min-height: 128px; }
        @media screen and (max-width: 640px) {
          ul.reco_list li a .text {
            min-height: 0; } }
        ul.reco_list li a .text .text_detail p {
          padding: 0;
          margin: 0;
          font-size: 12.5px;
          line-height: 23px;
          letter-spacing: 0;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            ul.reco_list li a .text .text_detail p {
              font-size: 11px; } }
          @media screen and (max-width: 640px) {
            ul.reco_list li a .text .text_detail p {
              line-height: 1.4;
              margin-bottom: 5px; } }
          ul.reco_list li a .text .text_detail p.daikin span {
            font-size: 18px;
            font-weight: bold;
            color: #cc0029;
            padding-left: 5px; }
            @media screen and (max-width: 768px) {
              ul.reco_list li a .text .text_detail p.daikin span {
                font-size: 16px; } }
        ul.reco_list li a .text p.detail {
          margin: 0;
          padding: 0 1em;
          background: #787878;
          font-size: 12px;
          height: 25px;
          line-height: 25px;
          font-weight: bold;
          letter-spacing: 0;
          position: absolute;
          bottom: 0;
          right: 0;
          color: #fff; }

body.sub ul.reco_list li {
  background: rgba(219, 216, 212, 0.5); }
  body.sub ul.reco_list li a .text {
    background: rgba(219, 216, 212, 0.5); }
body.sub ul.trip_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0; }
  @media screen and (max-width: 640px) {
    body.sub ul.trip_list {
      max-width: 290px; } }
  body.sub ul.trip_list li {
    width: calc(50% - 15px);
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 640px) {
      body.sub ul.trip_list li {
        width: 100%;
        margin-bottom: 30px; }
        body.sub ul.trip_list li:last-child {
          margin-bottom: 0; } }
    body.sub ul.trip_list li a {
      display: flex;
      background: rgba(219, 216, 212, 0.5); }
      @media screen and (max-width: 768px) {
        body.sub ul.trip_list li a {
          display: block; } }
      body.sub ul.trip_list li a .left {
        /*width: 57.6%;*/
        max-width: 308px;
        width: calc(100% - 227px);
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 1024px) {
          body.sub ul.trip_list li a .left {
            width: calc(100% - 206px); } }
        @media screen and (max-width: 768px) {
          body.sub ul.trip_list li a .left {
            width: 100%;
            max-width: 100%; } }
        body.sub ul.trip_list li a .left img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 100%;
          width: auto;
          max-width: none; }
          @media screen and (max-width: 768px) {
            body.sub ul.trip_list li a .left img {
              position: static;
              transform: translate(0, 0);
              width: 100%;
              height: auto; } }
      body.sub ul.trip_list li a .right {
        /*width: 42.43%;
        max-width: 227px;*/
        width: 227px;
        /*padding: 20px 18px;*/
        padding: 20px 18px 40px;
        position: relative;
        font-size: 16px; }
        @media screen and (max-width: 1024px) {
          body.sub ul.trip_list li a .right {
            font-size: 15px;
            width: 206px;
            padding: 18px 16px 38px; } }
        @media screen and (max-width: 768px) {
          body.sub ul.trip_list li a .right {
            width: 100%;
            font-size: 14px;
            padding: 15px 15px 38px; } }
        body.sub ul.trip_list li a .right p {
          margin: 0;
          padding: 0;
          letter-spacing: 0; }
          body.sub ul.trip_list li a .right p.osusume_text {
            color: #cc0029;
            font-weight: bold;
            font-size: 1em;
            margin-bottom: .6em; }
          body.sub ul.trip_list li a .right p.title {
            font-size: 1.437em;
            font-weight: bold;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
            color: #000;
            margin-bottom: .25em;
            padding: .2em 0; }
          body.sub ul.trip_list li a .right p.name {
            font-size: 1.25em;
            font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-weight: bold;
            color: #000; }
            body.sub ul.trip_list li a .right p.name span {
              font-size: .65em; }
              body.sub ul.trip_list li a .right p.name span.syozoku {
                display: block; }
              body.sub ul.trip_list li a .right p.name span.san {
                padding-left: 3px; }
        body.sub ul.trip_list li a .right div.text {
          font-size: .81em;
          line-height: 1.38em;
          /*height: 54px;*/
          height: 4em;
          overflow: hidden;
          letter-spacing: 0;
          word-break: break-all;
          margin-bottom: .8em;
          color: #000; }
          @media screen and (max-width: 768px) {
            body.sub ul.trip_list li a .right div.text {
              height: 2.76em; } }
        body.sub ul.trip_list li a .right p.detail {
          margin: 0;
          padding: 0 1em;
          background: #787878;
          font-size: 12px;
          height: 25px;
          line-height: 25px;
          font-weight: bold;
          letter-spacing: 0;
          position: absolute;
          bottom: 0;
          right: 0;
          color: #fff; }
body.sub .pickup_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  body.sub .pickup_list li {
    width: calc(16.666666% - 9px);
    max-width: 192px;
    border: 2px solid #cbcbcb;
    padding: 14px;
    margin-right: 10px;
    margin-bottom: 10px; }
    body.sub .pickup_list li:nth-child(6n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      body.sub .pickup_list li {
        width: calc(25% - 20px);
        max-width: calc(25% - 20px);
        margin-right: 26px;
        margin-bottom: 26px; }
        body.sub .pickup_list li:nth-child(6n) {
          margin-right: 26px; }
        body.sub .pickup_list li:nth-child(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      body.sub .pickup_list li {
        width: calc(25% - 10px);
        max-width: calc(25% - 10px);
        margin-right: 13px;
        margin-bottom: 13px;
        font-size: .9em;
        letter-spacing: 0; } }
    @media screen and (max-width: 640px) {
      body.sub .pickup_list li {
        width: calc(50% - 7px);
        max-width: calc(50% - 7px);
        margin-right: 14px;
        margin-bottom: 14px;
        padding: 10px; }
        body.sub .pickup_list li:nth-child(2n) {
          margin-right: 0; } }
    body.sub .pickup_list li .img {
      max-width: 164px;
      margin: 0 auto .6em; }
      body.sub .pickup_list li .img img {
        width: 100%;
        height: auto; }
body.sub .useful_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  body.sub .useful_list li {
    margin-bottom: 50px;
    padding: 40px;
    border: 1px solid #cbcbcb; }
    @media screen and (max-width: 640px) {
      body.sub .useful_list li {
        padding: 20px 15px; } }
    body.sub .useful_list li:last-child {
      margin-bottom: 0; }
    body.sub .useful_list li h3 {
      margin-top: 0; }
    body.sub .useful_list li div.useful_content {
      margin-bottom: 2em; }
      body.sub .useful_list li div.useful_content:last-child {
        margin-bottom: 0; }
    body.sub .useful_list li table tr {
      height: auto !important; }
      body.sub .useful_list li table tr th {
        border-right: 1px solid #000065; }
        body.sub .useful_list li table tr th:last-child {
          border-right: none; }
      body.sub .useful_list li table tr td {
        border-right: 1px solid #000065; }
        body.sub .useful_list li table tr td:last-child {
          border-right: none; }
      body.sub .useful_list li table tr:first-child th {
        border-top: 1px solid #000065; }
      body.sub .useful_list li table tr:first-child td {
        border-top: 1px solid #000065; }
body.sub .saiyo_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  body.sub .saiyo_list li {
    margin-bottom: 50px; }
    body.sub .saiyo_list li:last-child {
      margin-bottom: 0; }
    body.sub .saiyo_list li div.useful_content {
      margin-bottom: 2em; }
      body.sub .saiyo_list li div.useful_content:last-child {
        margin-bottom: 0; }
    body.sub .saiyo_list li table tr {
      height: auto !important; }
      body.sub .saiyo_list li table tr th {
        border-right: 1px solid #000065; }
        body.sub .saiyo_list li table tr th:last-child {
          border-right: none; }
      body.sub .saiyo_list li table tr td {
        border-right: 1px solid #000065; }
        body.sub .saiyo_list li table tr td:last-child {
          border-right: none; }
      body.sub .saiyo_list li table tr:first-child th {
        border-top: 1px solid #000065; }
      body.sub .saiyo_list li table tr:first-child td {
        border-top: 1px solid #000065; }
body.sub .entry_text {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #cbcbcb;
  padding: 30px;
  margin-top: 50px; }
  @media screen and (max-width: 640px) {
    body.sub .entry_text {
      font-size: 12.5px;
      padding: 25px 15px; } }
  body.sub .entry_text .txt {
    font-weight: bold; }
  body.sub .entry_text .tel {
    font-weight: bold;
    font-size: 1.3em;
    margin: .1em 0 .3em; }
    @media screen and (max-width: 640px) {
      body.sub .entry_text .tel {
        font-size: 1.1em; } }
    body.sub .entry_text .tel span {
      letter-spacing: 0;
      font-size: 1.6em;
      padding-left: 5px; }
      body.sub .entry_text .tel span i {
        font-size: .8em;
        padding-right: 5px; }

.news_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #989898;
  width: 100%; }
  .news_list li {
    padding: 15px 50px;
    margin: 0;
    border-bottom: 1px solid #989898; }
    @media screen and (max-width: 768px) {
      .news_list li {
        padding: 15px 20px; } }
    @media screen and (max-width: 640px) {
      .news_list li {
        padding: 15px; } }
    .news_list li .txt_wrap {
      display: flex; }
      @media screen and (max-width: 640px) {
        .news_list li .txt_wrap {
          display: block; } }
      .news_list li .txt_wrap .cat_time_wrap {
        display: flex;
        margin-right: 1em; }
        @media screen and (max-width: 640px) {
          .news_list li .txt_wrap .cat_time_wrap {
            margin: 0 0 5px 0; } }
        .news_list li .txt_wrap .cat_time_wrap time {
          margin-right: 1em;
          line-height: 20px; }
        .news_list li .txt_wrap .cat_time_wrap .cat {
          color: #fff;
          height: 20px;
          line-height: 20px;
          font-size: 10px;
          width: 80px;
          font-weight: bold;
          text-align: center; }
          .news_list li .txt_wrap .cat_time_wrap .cat.cat-news {
            background: #000065; }
          .news_list li .txt_wrap .cat_time_wrap .cat.cat-kokunai {
            background: #cc0029; }
      .news_list li .txt_wrap a {
        letter-spacing: 0; }

body.home h2 {
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 1.5em;
  margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    body.home h2 {
      padding-bottom: 1.2em; } }
  body.home h2 .jp {
    color: #14328b;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-weight: bold;
    display: block; }
    @media screen and (max-width: 640px) {
      body.home h2 .jp {
        font-size: 25px; } }
  body.home h2 .en {
    color: #787878;
    font-size: 14px;
    display: block;
    padding-top: 5px; }
    @media screen and (max-width: 640px) {
      body.home h2 .en {
        font-size: 12px; } }
body.home section.tour {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*margin: -150px 0 0 0;*/
  margin: 0;
  padding-top: 150px;
  padding-bottom: 0;
  background: #dbd8d4; }
  body.home section.tour .inner {
    position: relative;
    z-index: 110; }
    @media screen and (max-width: 1024px) {
      body.home section.tour .inner {
        padding-bottom: 20px; } }
    body.home section.tour .inner h2 {
      margin-top: -75px; }
      @media screen and (max-width: 1300px) {
        body.home section.tour .inner h2 {
          margin-top: -60px; } }
      @media screen and (max-width: 1024px) {
        body.home section.tour .inner h2 {
          margin-top: -40px; } }
      @media screen and (max-width: 640px) {
        body.home section.tour .inner h2 {
          margin-top: -10px; } }
body.home section.pickup {
  background: url("../img/bg_img.png") 0 0 repeat;
  position: relative;
  overflow: hidden;
  padding-bottom: 300px; }
  @media screen and (max-width: 1300px) {
    body.home section.pickup {
      padding-bottom: 260px; } }
  @media screen and (max-width: 1024px) {
    body.home section.pickup {
      padding-bottom: 200px; } }
  @media screen and (max-width: 640px) {
    body.home section.pickup {
      padding-bottom: 100px; } }
  body.home section.pickup .deg_l {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 50vw;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 100; }
    @media screen and (max-width: 1300px) {
      body.home section.pickup .deg_l {
        border-width: 120px 0 120px 50vw; } }
    @media screen and (max-width: 1024px) {
      body.home section.pickup .deg_l {
        border-width: 90px 0 90px 50vw; } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .deg_l {
        border-width: 45px 0 45px 50vw; } }
  body.home section.pickup .deg_center {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 0 50vw;
    border-color: #dbd8d4 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    z-index: 100; }
    @media screen and (max-width: 1300px) {
      body.home section.pickup .deg_center {
        border-width: 120px 50vw 0 50vw; } }
    @media screen and (max-width: 1024px) {
      body.home section.pickup .deg_center {
        border-width: 90px 50vw 0 50vw; } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .deg_center {
        border-width: 45px 50vw 0 50vw; } }
  body.home section.pickup .deg_r {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 150px 0;
    border-color: transparent rgba(219, 216, 212, 0.5) transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100; }
    @media screen and (max-width: 1300px) {
      body.home section.pickup .deg_r {
        border-width: 120px 50vw 120px 0; } }
    @media screen and (max-width: 1024px) {
      body.home section.pickup .deg_r {
        border-width: 90px 50vw 90px 0; } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .deg_r {
        border-width: 45px 50vw 45px 0; } }
  body.home section.pickup .deg_r_bottom {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    border-width: 300px 100vw 0 0;
    border-color: transparent #fff #fff transparent; }
    @media screen and (max-width: 1300px) {
      body.home section.pickup .deg_r_bottom {
        border-width: 240px 100vw 0 0; } }
    @media screen and (max-width: 1024px) {
      body.home section.pickup .deg_r_bottom {
        border-width: 180px 100vw 0 0; } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .deg_r_bottom {
        border-width: 90px 100vw 0 0; } }
  body.home section.pickup .inner h2 {
    z-index: 101;
    position: relative;
    margin-top: 250px; }
    @media screen and (max-width: 1300px) {
      body.home section.pickup .inner h2 {
        margin-top: 200px; } }
    @media screen and (max-width: 1024px) {
      body.home section.pickup .inner h2 {
        margin-top: 150px; } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .inner h2 {
        margin-top: 80px; } }
body.home section.trip {
  padding-top: 0;
  padding-bottom: 0;
  /*padding-bottom: 80px;
  @include mq(sm) {
      padding-bottom: 40px;
  }*/ }
  body.home section.trip .inner h2 {
    margin-top: 0; }
  body.home section.trip .inner .swiper-slide a {
    display: flex;
    background: rgba(219, 216, 212, 0.5); }
    @media screen and (max-width: 768px) {
      body.home section.trip .inner .swiper-slide a {
        display: block; } }
    body.home section.trip .inner .swiper-slide a .left {
      /*width: 57.6%;*/
      max-width: 308px;
      width: calc(100% - 227px);
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 1024px) {
        body.home section.trip .inner .swiper-slide a .left {
          width: calc(100% - 206px); } }
      @media screen and (max-width: 768px) {
        body.home section.trip .inner .swiper-slide a .left {
          width: 100%;
          padding-top: 77.922%; } }
      body.home section.trip .inner .swiper-slide a .left img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: none; }
    body.home section.trip .inner .swiper-slide a .right {
      /*width: 42.43%;
      max-width: 227px;*/
      width: 227px;
      /*padding: 20px 18px;*/
      padding: 20px 18px 40px;
      position: relative;
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        body.home section.trip .inner .swiper-slide a .right {
          font-size: 15px;
          width: 206px;
          padding: 18px 16px 38px; } }
      @media screen and (max-width: 768px) {
        body.home section.trip .inner .swiper-slide a .right {
          width: 100%;
          font-size: 14px;
          padding: 15px 15px 38px; } }
      body.home section.trip .inner .swiper-slide a .right p {
        margin: 0;
        padding: 0;
        letter-spacing: 0; }
        body.home section.trip .inner .swiper-slide a .right p.osusume_text {
          color: #cc0029;
          font-weight: bold;
          font-size: 1em;
          margin-bottom: .6em; }
        body.home section.trip .inner .swiper-slide a .right p.title {
          font-size: 1.437em;
          font-weight: bold;
          border-top: 2px solid #000000;
          border-bottom: 2px solid #000000;
          color: #000;
          margin-bottom: .25em;
          padding: .2em 0; }
        body.home section.trip .inner .swiper-slide a .right p.name {
          font-size: 1.25em;
          font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-weight: bold;
          color: #000; }
          body.home section.trip .inner .swiper-slide a .right p.name span {
            font-size: .65em; }
            body.home section.trip .inner .swiper-slide a .right p.name span.syozoku {
              display: block; }
            body.home section.trip .inner .swiper-slide a .right p.name span.san {
              padding-left: 3px; }
      body.home section.trip .inner .swiper-slide a .right div.text {
        font-size: .81em;
        line-height: 1.38em;
        /*height: 54px;*/
        height: 4em;
        overflow: hidden;
        letter-spacing: 0;
        word-break: break-all;
        margin-bottom: .8em;
        color: #000;
        text-align: justify; }
        @media screen and (max-width: 768px) {
          body.home section.trip .inner .swiper-slide a .right div.text {
            height: 2.76em; } }
      body.home section.trip .inner .swiper-slide a .right p.detail {
        margin: 0;
        padding: 0 1em;
        background: #787878;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        font-weight: bold;
        letter-spacing: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff; }
  body.home section.trip .inner .swiper-slide.post1 {
    width: 50%;
    max-width: 535px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      body.home section.trip .inner .swiper-slide.post1 {
        width: 100%; } }
  body.home section.trip .pickup_swiper_wrap .swiper-button-prev, body.home section.trip .pickup_swiper_wrap .swiper-button-next {
    margin-top: -13px; }
body.home section.world {
  background: #EDEBE9;
  position: relative;
  overflow-x: hidden;
  padding-top: 280px;
  padding-bottom: 250px; }
  @media screen and (max-width: 1300px) {
    body.home section.world {
      padding-top: 220px;
      padding-bottom: 200px; } }
  @media screen and (max-width: 1024px) {
    body.home section.world {
      padding-top: 168px;
      padding-bottom: 150px; } }
  @media screen and (max-width: 768px) {
    body.home section.world {
      padding-bottom: 168px; } }
  @media screen and (max-width: 640px) {
    body.home section.world {
      padding-top: 84px;
      padding-bottom: 75px; } }
  body.home section.world .top_deg_l {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 50vw;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 1300px) {
      body.home section.world .top_deg_l {
        border-width: 120px 0 120px 50vw; } }
    @media screen and (max-width: 1024px) {
      body.home section.world .top_deg_l {
        border-width: 90px 0 90px 50vw; } }
    @media screen and (max-width: 640px) {
      body.home section.world .top_deg_l {
        border-width: 45px 0 45px 50vw; } }
  body.home section.world .top_deg_center {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    z-index: 100; }
    @media screen and (max-width: 1300px) {
      body.home section.world .top_deg_center {
        border-width: 120px 50vw 0 50vw; } }
    @media screen and (max-width: 1024px) {
      body.home section.world .top_deg_center {
        border-width: 90px 50vw 0 50vw; } }
    @media screen and (max-width: 640px) {
      body.home section.world .top_deg_center {
        border-width: 45px 50vw 0 50vw; } }
  body.home section.world .top_deg_r {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 150px 0;
    border-color: transparent #EDEBE9 transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 1300px) {
      body.home section.world .top_deg_r {
        border-width: 120px 50vw 120px 0; } }
    @media screen and (max-width: 1024px) {
      body.home section.world .top_deg_r {
        border-width: 90px 50vw 90px 0; } }
    @media screen and (max-width: 640px) {
      body.home section.world .top_deg_r {
        border-width: 45px 50vw 45px 0; } }
  body.home section.world .bottom_deg_l {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 150px 50vw;
    border-color: transparent transparent transparent #EDEBE9;
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 1300px) {
      body.home section.world .bottom_deg_l {
        border-width: 120px 0 120px 50vw; } }
    @media screen and (max-width: 1024px) {
      body.home section.world .bottom_deg_l {
        border-width: 90px 0 90px 50vw; } }
    @media screen and (max-width: 640px) {
      body.home section.world .bottom_deg_l {
        border-width: 45px 0 45px 50vw; } }
  body.home section.world .bottom_deg_center {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 150px 50vw;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 0);
    z-index: 100; }
    @media screen and (max-width: 1300px) {
      body.home section.world .bottom_deg_center {
        border-width: 0 50vw 120px 50vw; } }
    @media screen and (max-width: 1024px) {
      body.home section.world .bottom_deg_center {
        border-width: 0 50vw 90px 50vw; } }
    @media screen and (max-width: 640px) {
      body.home section.world .bottom_deg_center {
        border-width: 0 50vw 45px 50vw; } }
  body.home section.world .bottom_deg_r {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 50vw 150px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 1300px) {
      body.home section.world .bottom_deg_r {
        border-width: 120px 50vw 120px 0; } }
    @media screen and (max-width: 1024px) {
      body.home section.world .bottom_deg_r {
        border-width: 90px 50vw 90px 0; } }
    @media screen and (max-width: 640px) {
      body.home section.world .bottom_deg_r {
        border-width: 45px 50vw 45px 0; } }
  body.home section.world .inner h2 {
    margin-top: 0; }
  body.home section.world .inner .world_map {
    position: relative; }
    @media screen and (max-width: 640px) {
      body.home section.world .inner .world_map {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    body.home section.world .inner .world_map .w_link {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.home section.world .inner .world_map .w_link li {
        position: absolute;
        top: 0;
        left: 0;
        width: 6.666666%;
        max-width: 80px; }
        body.home section.world .inner .world_map .w_link li.indonesia {
          left: 72%;
          top: 62%; }
        body.home section.world .inner .world_map .w_link li.pin_singapore {
          left: 72%;
          top: 52%; }
        body.home section.world .inner .world_map .w_link li.pin_hawaii {
          left: 1%;
          top: 42%; }
        body.home section.world .inner .world_map .w_link li.pin_newzealand {
          left: 90.05%;
          top: 80%; }
        body.home section.world .inner .world_map .w_link li.pin_newyork {
          left: 21.53%;
          top: 28.815%; }
        body.home section.world .inner .world_map .w_link li.pin_lasvegas {
          left: 11.5%;
          top: 32%; }
        body.home section.world .inner .world_map .w_link li.pin_italy {
          left: 47.5%;
          top: 30.755%; }
body.home section.news {
  padding-bottom: 60px;
  padding-top: 0; }
  body.home section.news h2 {
    margin-top: 0; }
  body.home section.news .btn_wrap {
    text-align: right;
    margin-top: 20px;
    line-height: 20px; }
body.home .anketo_bnr {
  margin: 0 auto 100px auto;
  max-width: calc(100% - 80px); }
  @media screen and (max-width: 1200px) {
    body.home .anketo_bnr {
      margin: 40px auto 100px auto; } }
  @media screen and (max-width: 640px) {
    body.home .anketo_bnr {
      max-width: calc(100% - 40px);
      margin: 30px auto 50px auto; } }
  body.home .anketo_bnr img {
    display: block;
    margin: auto; }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub {
  /*h2 {
      margin: 0 0 1em 0;
      padding: 0 30px;
      text-align: center;
      font-size: 36px;
      z-index: 100;
      position: relative;
      color: $theme_color;
  }*/ }
  body.sub .header .headernav {
    border-bottom: 1px solid #cbcbcb; }
  body.sub .subpage_title {
    position: relative;
    /*background: $theme_color;
    background: url("../img/bg_img.png") 0 0 repeat;*/
    background: -webkit-linear-gradient(left, #a57d00, #f1d950 50%, #a57d00);
    background: -o-linear-gradient(left, #a57d00, #f1d950 50%, #a57d00);
    background: linear-gradient(to right, #a57d00, #f1d950 50%, #a57d00);
    width: 100%;
    overflow: hidden;
    /*border-bottom: 1px solid #cbcbcb;*/ }
    body.sub .subpage_title img.sub_top_bg {
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 0;
      transform: translate(0, -50%);
      width: 100%;
      height: auto; }
      @media screen and (max-width: 768px) {
        body.sub .subpage_title img.sub_top_bg {
          height: 100%;
          width: auto;
          max-width: none;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0); } }
    body.sub .subpage_title h1.subpage_h1 {
      text-align: center;
      width: 100%;
      padding: 45px 30px 140px;
      /*padding: 40px 30px;*/
      margin: auto;
      position: relative;
      z-index: 10;
      color: #fff;
      font-size: 42px; }
      @media screen and (max-width: 640px) {
        body.sub .subpage_title h1.subpage_h1 {
          padding: 20px 20px 65px;
          font-size: 27px; } }
      body.sub .subpage_title h1.subpage_h1 span {
        z-index: 100;
        position: relative; }
        body.sub .subpage_title h1.subpage_h1 span.jp {
          font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          display: block;
          text-shadow: 0 0 15px rgba(102, 102, 102, 0.4); }
        body.sub .subpage_title h1.subpage_h1 span.en {
          display: block;
          font-size: 23px; }
      body.sub .subpage_title h1.subpage_h1::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(102, 102, 102, 0.2);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
    body.sub .subpage_title .deg_l {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 0 75px 50vw;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: 0;
      right: 50%;
      z-index: 100; }
      @media screen and (max-width: 1300px) {
        body.sub .subpage_title .deg_l {
          border-width: 60px 0 60px 50vw; } }
      @media screen and (max-width: 640px) {
        body.sub .subpage_title .deg_l {
          border-width: 30px 0 30px 50vw; } }
    body.sub .subpage_title .deg_center {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 50vw 75px 50vw;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin: auto;
      transform: translate(-50%, 0);
      z-index: 100; }
      @media screen and (max-width: 1300px) {
        body.sub .subpage_title .deg_center {
          border-width: 0 50vw 60px 50vw; } }
      @media screen and (max-width: 640px) {
        body.sub .subpage_title .deg_center {
          border-width: 0 50vw 30px 50vw; } }
    body.sub .subpage_title .deg_r {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 50vw 75px 0;
      border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 100; }
      @media screen and (max-width: 1300px) {
        body.sub .subpage_title .deg_r {
          border-width: 60px 50vw 60px 0; } }
      @media screen and (max-width: 640px) {
        body.sub .subpage_title .deg_r {
          border-width: 30px 50vw 30px 0; } }
  body.sub .h2_wrap {
    padding-top: 58px;
    margin-top: -58px; }
    @media screen and (max-width: 1024px) {
      body.sub .h2_wrap {
        padding-top: 0;
        margin-top: 0; } }
  body.sub h2 {
    background: #000065;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    padding: 10px 20px;
    position: relative;
    margin-top: 0; }
    @media screen and (max-width: 640px) {
      body.sub h2 {
        font-size: 20px; } }
    body.sub h2::before {
      content: '';
      width: 6px;
      height: 100%;
      background: -moz-linear-gradient(top, #f1d950, #d9ab23);
      background: -webkit-linear-gradient(top, #f1d950, #d9ab23);
      background: linear-gradient(to bottom, #f1d950, #d9ab23);
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
  body.sub h3 {
    color: #000065;
    border-bottom: 2px solid #000065;
    border-top: 2px solid #000065;
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 8px; }
    @media screen and (max-width: 640px) {
      body.sub h3 {
        font-size: 18px; } }
  body.sub h4 {
    margin: 0 0 1em;
    background: rgba(219, 216, 212, 0.5);
    padding: 10px 15px;
    color: #000065;
    font-size: 18px; }
    @media screen and (max-width: 640px) {
      body.sub h4 {
        font-size: 16px; } }
  body.sub span.red {
    color: #cc0029; }
  body.sub a {
    color: #000065; }
  body.sub p {
    margin: 0;
    line-height: 1.6; }
    body.sub p.indent01 {
      text-indent: 1em; }
    body.sub p.indent_att {
      padding-left: 1em;
      text-indent: -1em; }
      body.sub p.indent_att::before {
        content: '※'; }
    body.sub p.center {
      text-align: center; }
  body.sub table {
    border-collapse: collapse;
    width: 100%; }
    @media screen and (max-width: 640px) {
      body.sub table {
        word-break: break-word; } }
    body.sub table tr th {
      border-bottom: 1px solid #000065;
      border-top: 1px solid #000065;
      text-align: left;
      padding: 18px 24px;
      width: 18%;
      /*background: rgba(#f4dd69,.35);*/
      background: #f4f4f4;
      color: #000065; }
      @media screen and (max-width: 640px) {
        body.sub table tr th {
          padding: 8px 14px;
          width: 28%; } }
    body.sub table tr td {
      border-bottom: 1px solid #000065;
      border-top: 1px solid #000065;
      padding: 18px 24px; }
      @media screen and (max-width: 640px) {
        body.sub table tr td {
          padding: 8px 14px; } }
    body.sub table tr:first-child th {
      /*border-top: 4px solid #d9ab23;*/
      border-top: 4px solid #cc0029; }
    body.sub table tr:first-child td {
      border-top: 4px solid #000065; }
  body.sub dl {
    overflow: hidden;
    margin: 0; }
    body.sub dl dt {
      width: 10em;
      float: left;
      margin: 0;
      padding: 10px 0; }
      @media screen and (max-width: 640px) {
        body.sub dl dt {
          float: none;
          width: 100%;
          padding: 10px 0 5px; } }
    body.sub dl dd {
      width: 100%;
      padding: 10px 0;
      padding-left: 10em;
      margin: 0;
      border-bottom: 1px dotted #cbcbcb; }
      @media screen and (max-width: 640px) {
        body.sub dl dd {
          width: 100%;
          padding: 0 0 10px; } }
    body.sub dl.small {
      padding: 10px 20px;
      border: 1px solid #cbcbcb;
      margin: 10px 0; }
      body.sub dl.small dt {
        width: 3em !important;
        padding: 5px 0;
        float: left; }
      body.sub dl.small dd {
        padding: 5px 0;
        padding-left: 3em !important; }
  body.sub ul.pdf_list {
    list-style: none;
    margin-left: 0;
    padding: 0;
    border-top: 1px solid #dedede; }
    body.sub ul.pdf_list li {
      font-weight: 600;
      border-bottom: 1px solid #dedede;
      padding: 15px; }
      body.sub ul.pdf_list li::before {
        content: '\f1c1';
        font-weight: 400;
        font-family: "Font Awesome 5 Free";
        color: #cc0029;
        margin-right: 8px; }
  body.sub div.link_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    body.sub div.link_list p {
      border: 2px solid #000065;
      text-align: center;
      width: calc(50% - 20px); }
      @media screen and (max-width: 768px) {
        body.sub div.link_list p {
          width: calc(50% - 10px); } }
      @media screen and (max-width: 640px) {
        body.sub div.link_list p {
          width: 100%;
          margin: 5px 0; } }
      body.sub div.link_list p a {
        color: #000065;
        font-weight: 600;
        display: block;
        padding: 15px;
        transition: .3s; }
        body.sub div.link_list p a i {
          font-size: 10px;
          display: inline-block;
          vertical-align: middle;
          padding-bottom: 3px; }
        body.sub div.link_list p a:hover {
          background: #000065;
          color: #fff; }
  body.sub ol {
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0; }
    body.sub ol > li {
      margin-bottom: .7em;
      position: relative;
      padding-left: 32px;
      padding-top: 0;
      line-height: 1.6; }
      @media screen and (max-width: 640px) {
        body.sub ol > li {
          padding-left: 28px; } }
      body.sub ol > li:last-child {
        margin-bottom: 0; }
      body.sub ol > li::before {
        position: absolute;
        left: 0;
        top: 2px;
        counter-increment: number;
        content: counter(number);
        width: 23px;
        height: 23px;
        line-height: 23px;
        display: inline-block;
        background: #000065;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: .8em;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          body.sub ol > li::before {
            width: 20px;
            height: 20px;
            line-height: 20px; } }
      body.sub ol > li ul {
        padding: 10px 15px;
        border: 1px solid #cbcbcb;
        margin: 10px 0;
        list-style: none; }
        body.sub ol > li ul li {
          position: relative;
          padding-left: 25px;
          margin: 5px 0; }
          body.sub ol > li ul li::before {
            content: '';
            height: 5px;
            width: 5px;
            border-radius: 50%;
            background: #000065;
            display: block;
            vertical-align: middle;
            position: absolute;
            left: 10px;
            top: calc(.5em + 2px); }
    body.sub ol.ol_jp li::before {
      content: counter(number,katakana-iroha) "）";
      background: none;
      color: #000065;
      left: 2px;
      top: 1px;
      font-size: 1em; }
  body.sub ul.list01 {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.sub ul.list01.bold {
      font-weight: bold; }
    body.sub ul.list01 li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 1em; }
      body.sub ul.list01 li::before {
        content: '';
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #000065;
        display: block;
        vertical-align: middle;
        position: absolute;
        left: 10px;
        top: calc(.5em - 1px); }
  body.sub ul.g_list {
    list-style: none;
    padding: 10px 0 0 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    justify-content: space-between; }
    body.sub ul.g_list li {
      width: calc(50% - 20px);
      position: relative;
      padding-left: 30px;
      margin-bottom: 1em;
      border-bottom: 1px dashed rgba(0, 0, 101, 0.5);
      padding-bottom: 1em; }
      @media screen and (max-width: 640px) {
        body.sub ul.g_list li {
          width: 100%; } }
      body.sub ul.g_list li::before {
        content: '';
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #000065;
        display: block;
        vertical-align: middle;
        position: absolute;
        left: 10px;
        top: calc(.5em - 3px); }
  body.sub span.small {
    font-size: 0.85em;
    padding-top: 1em;
    display: block; }
  body.sub .flow_list {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.sub .flow_list li {
      display: flex;
      border: 3px solid #000065;
      margin-bottom: 70px;
      position: relative; }
      @media screen and (max-width: 640px) {
        body.sub .flow_list li {
          display: block; } }
      body.sub .flow_list li::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid rgba(219, 216, 212, 0.5);
        position: absolute;
        bottom: -53px;
        right: calc(50% - 30px); }
      body.sub .flow_list li:last-child {
        margin-bottom: 0; }
        body.sub .flow_list li:last-child::after {
          display: none; }
      body.sub .flow_list li .step {
        width: 250px;
        flex-basis: 250px;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        background: #000065;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        position: relative; }
        @media screen and (max-width: 768px) {
          body.sub .flow_list li .step {
            width: 180px;
            flex-basis: 180px; } }
        @media screen and (max-width: 640px) {
          body.sub .flow_list li .step {
            width: 100%;
            padding: 12px 15px 17px; } }
        body.sub .flow_list li .step span {
          text-align: center;
          font-size: 14px;
          letter-spacing: 0;
          padding-top: 5px;
          color: #efcc4f; }
        body.sub .flow_list li .step::after {
          content: '';
          width: 0;
          height: 0;
          border-top: 12px solid transparent;
          border-left: 12px solid #000065;
          border-bottom: 12px solid transparent;
          position: absolute;
          top: calc(50% - 12px);
          right: -12px; }
          @media screen and (max-width: 640px) {
            body.sub .flow_list li .step::after {
              border-top: 12px solid #000065;
              border-left: 12px solid transparent;
              border-right: 12px solid transparent;
              border-bottom: none;
              top: 100%;
              right: calc(50% - 12px); } }
      body.sub .flow_list li .step_content {
        width: calc(100% - 250px);
        flex-basis: calc(100% - 250px);
        padding: 20px 20px 20px 40px;
        font-weight: 400;
        line-height: 1.6;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          body.sub .flow_list li .step_content {
            width: calc(100% - 180px);
            flex-basis: calc(100% - 180px); } }
        @media screen and (max-width: 640px) {
          body.sub .flow_list li .step_content {
            width: 100%;
            padding: 30px 15px 20px; } }
  body.sub .main {
    /*background: #dbd8d4;*/ }
    @media screen and (max-width: 640px) {
      body.sub .main section {
        padding: 20px 0; } }
    body.sub .main section .eigyosyo_top {
      display: flex;
      justify-content: space-between;
      padding: 10px 0 30px; }
      @media screen and (max-width: 640px) {
        body.sub .main section .eigyosyo_top {
          display: block; } }
      body.sub .main section .eigyosyo_top .left {
        width: 50%; }
        @media screen and (max-width: 640px) {
          body.sub .main section .eigyosyo_top .left {
            width: 100%; } }
      body.sub .main section .eigyosyo_top .right {
        width: 50%;
        text-align: center; }
        @media screen and (max-width: 640px) {
          body.sub .main section .eigyosyo_top .right {
            width: 100%;
            margin-top: 20px;
            max-width: 80%;
            margin: 25px auto 0; } }
    body.sub .main section .eigyosyo_list {
      margin: 0;
      padding: 0;
      list-style: none; }
      body.sub .main section .eigyosyo_list li {
        margin-bottom: 50px; }
        body.sub .main section .eigyosyo_list li table {
          margin-bottom: 30px; }
          body.sub .main section .eigyosyo_list li table tr th {
            padding: 12px;
            border: 1px solid rgba(20, 50, 139, 0.5);
            background: rgba(20, 50, 139, 0.15);
            width: 20%; }
            body.sub .main section .eigyosyo_list li table tr th:nth-child(2) {
              width: 40%; }
            @media screen and (max-width: 640px) {
              body.sub .main section .eigyosyo_list li table tr th {
                padding: 8px;
                font-size: 12px;
                width: 25%; }
                body.sub .main section .eigyosyo_list li table tr th:nth-child(2) {
                  width: 25%; } }
          body.sub .main section .eigyosyo_list li table tr td {
            padding: 12px;
            background: none;
            border: 1px solid rgba(20, 50, 139, 0.5); }
            @media screen and (max-width: 640px) {
              body.sub .main section .eigyosyo_list li table tr td {
                padding: 8px;
                font-size: 12px; } }
            body.sub .main section .eigyosyo_list li table tr td dl dt {
              width: 6em; }
              @media screen and (max-width: 640px) {
                body.sub .main section .eigyosyo_list li table tr td dl dt {
                  width: 100%; } }
            body.sub .main section .eigyosyo_list li table tr td dl dd {
              padding-left: 6em; }
              @media screen and (max-width: 640px) {
                body.sub .main section .eigyosyo_list li table tr td dl dd {
                  width: 100%;
                  padding-left: 0; } }
        body.sub .main section .eigyosyo_list li .gmap {
          width: 100%;
          height: 450px; }
          body.sub .main section .eigyosyo_list li .gmap iframe {
            width: 100% !important;
            height: 100% !important; }
  body.sub .bth_wrap {
    padding: 42px 0;
    text-align: center; }
    body.sub .bth_wrap a.btn_bth {
      background: #cc0029;
      border: 2px solid #cc0029;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      padding: 12px 30px;
      min-width: 200px;
      transition: .3s; }
      @media screen and (max-width: 640px) {
        body.sub .bth_wrap a.btn_bth {
          margin-top: 5px;
          margin-bottom: 5px; } }
      body.sub .bth_wrap a.btn_bth:hover {
        background: #fff;
        color: #cc0029; }

body.order-made p {
  margin: 1em 0; }

/* -------------------------------- 
about components 
--------------------------------- */
/* -------------------------------- 
news components 
--------------------------------- */
/* -------------------------------- 
access components 
--------------------------------- */
/* -------------------------------- 
privacy policy components 
--------------------------------- */
/* -------------------------------- 
archive components 
--------------------------------- */
div.side {
  flex: 0 0 17%;
  width: 17%; }
  div.side p {
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: .5em;
    border-bottom: 1px solid #000065; }
  div.side ul {
    list-style: disc;
    margin-left: 1.5em; }
  @media screen and (max-width: 768px) {
    div.side {
      flex: 0 0 22%;
      width: 22%; } }
  @media screen and (max-width: 640px) {
    div.side {
      flex: auto;
      margin: 30px auto 0;
      width: 90%; } }

/* -------------------------------- 
single components 
--------------------------------- */
body.single section.contents .single-date {
  text-align: right;
  margin-bottom: 1em; }
body.single.single-tour section.contents {
  padding-top: 10px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 1024px) {
    body.single.single-tour section.contents {
      padding-top: 20px; } }
  @media screen and (max-width: 640px) {
    body.single.single-tour section.contents {
      padding-top: 10px; } }
  body.single.single-tour section.contents div.manin {
    margin-bottom: 30px;
    text-align: center; }
    body.single.single-tour section.contents div.manin img {
      display: inline-block;
      margin: 0 8px;
      width: 130px; }
      @media screen and (max-width: 640px) {
        body.single.single-tour section.contents div.manin img {
          width: 80px; } }
body.single.single-tour h2.tour_detail_title {
  padding: 0;
  text-align: center;
  color: #000065;
  background: #fff;
  font-size: 38px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    body.single.single-tour h2.tour_detail_title {
      font-size: 32px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 640px) {
    body.single.single-tour h2.tour_detail_title {
      font-size: 25px;
      margin-bottom: 28px;
      text-align: left; } }
  body.single.single-tour h2.tour_detail_title::before {
    display: none; }
  body.single.single-tour h2.tour_detail_title span {
    display: block;
    font-size: .65em;
    color: #efcc4f;
    background: #000065;
    padding: 8px 10px;
    margin-top: 20px; }
body.single.single-tour .add_video {
  margin-bottom: 80px; }
body.single.single-tour .detail {
  display: flex; }
  @media screen and (max-width: 640px) {
    body.single.single-tour .detail {
      display: block; } }
  body.single.single-tour .detail .img {
    width: 40%; }
    body.single.single-tour .detail .img img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 640px) {
      body.single.single-tour .detail .img {
        width: 100%; } }
  body.single.single-tour .detail .txt {
    width: 60%;
    padding-left: 30px;
    font-size: 1.1em;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      body.single.single-tour .detail .txt {
        font-size: 1em; } }
    @media screen and (max-width: 640px) {
      body.single.single-tour .detail .txt {
        width: 100%;
        padding-left: 0; } }
    body.single.single-tour .detail .txt dl {
      border-top: 1px solid #cbcbcb; }
      body.single.single-tour .detail .txt dl dt {
        font-weight: bold;
        width: 10em; }
        @media screen and (max-width: 768px) {
          body.single.single-tour .detail .txt dl dt {
            display: block;
            width: 100%;
            float: none;
            padding-bottom: 2px; } }
      body.single.single-tour .detail .txt dl dd {
        padding-left: 10em;
        border-bottom: 1px solid #cbcbcb; }
        @media screen and (max-width: 768px) {
          body.single.single-tour .detail .txt dl dd {
            width: 100%;
            display: block;
            padding: 0 0 10px; } }
        body.single.single-tour .detail .txt dl dd .price {
          color: #cc0029;
          font-weight: bold;
          font-size: 1.25em; }
        body.single.single-tour .detail .txt dl dd .biko {
          background: rgba(219, 216, 212, 0.3);
          padding: 15px;
          font-size: 14px;
          margin-top: .7em; }
body.single.single-tour .detail_link_btn {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin: 80px 0; }
  @media screen and (max-width: 768px) {
    body.single.single-tour .detail_link_btn {
      font-size: 18px; } }
  @media screen and (max-width: 640px) {
    body.single.single-tour .detail_link_btn {
      display: block;
      font-size: 16px; } }
  body.single.single-tour .detail_link_btn a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    border: 3px solid #000065;
    height: 66px;
    line-height: 60px;
    border-radius: 33px;
    transition: .3s; }
    @media screen and (max-width: 768px) {
      body.single.single-tour .detail_link_btn a {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      body.single.single-tour .detail_link_btn a {
        font-size: 16px;
        height: 56px;
        line-height: 50px;
        border-radius: 28px; } }
    body.single.single-tour .detail_link_btn a:hover {
      background: #000065;
      color: #fff; }
  body.single.single-tour .detail_link_btn p.panph_btn {
    width: calc(50% - 20px); }
    @media screen and (max-width: 1024px) {
      body.single.single-tour .detail_link_btn p.panph_btn {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 640px) {
      body.single.single-tour .detail_link_btn p.panph_btn {
        width: 100%;
        margin-bottom: 20px; } }
    body.single.single-tour .detail_link_btn p.panph_btn a::before {
      content: '\f1c1';
      font-weight: 400;
      font-family: "Font Awesome 5 Free";
      color: #cc0029;
      margin-right: 8px;
      transition: .3s; }
    body.single.single-tour .detail_link_btn p.panph_btn a:hover::before {
      color: #fff; }
  body.single.single-tour .detail_link_btn p.moushikomi_btn {
    width: calc(50% - 20px); }
    @media screen and (max-width: 1024px) {
      body.single.single-tour .detail_link_btn p.moushikomi_btn {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 640px) {
      body.single.single-tour .detail_link_btn p.moushikomi_btn {
        width: 100%; } }
    body.single.single-tour .detail_link_btn p.moushikomi_btn a::before {
      content: '\f044';
      font-weight: 400;
      font-family: "Font Awesome 5 Free";
      color: #cc0029;
      margin-right: 8px;
      transition: .3s; }
    body.single.single-tour .detail_link_btn p.moushikomi_btn a:hover::before {
      color: #fff; }
body.single.single-tour .slide_wrap {
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 640px) {
    body.single.single-tour .slide_wrap {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; } }
  body.single.single-tour .slide_wrap .swiper-container {
    position: static; }
    body.single.single-tour .slide_wrap .swiper-container .swiper-slide {
      height: auto; }
      body.single.single-tour .slide_wrap .swiper-container .swiper-slide .img_wrap img {
        width: 100%;
        margin-bottom: 10px; }
    body.single.single-tour .slide_wrap .swiper-container .swiper-button-prev {
      background: #000065;
      width: 42px;
      height: 42px;
      line-height: 38px;
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      top: calc(50% - 21px);
      text-align: center;
      font-size: 25px;
      left: -21px;
      padding-right: 4px; }
      @media screen and (max-width: 1024px) {
        body.single.single-tour .slide_wrap .swiper-container .swiper-button-prev {
          width: 38px;
          height: 38px;
          line-height: 34px;
          left: -19px;
          top: calc(50% - 19px); } }
      @media screen and (max-width: 640px) {
        body.single.single-tour .slide_wrap .swiper-container .swiper-button-prev {
          width: 34px;
          height: 34px;
          line-height: 30px;
          left: -15px;
          top: calc(50% - 17px);
          font-size: 22px; } }
    body.single.single-tour .slide_wrap .swiper-container .swiper-button-next {
      background: #000065;
      width: 42px;
      height: 42px;
      line-height: 38px;
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      top: calc(50% - 21px);
      text-align: center;
      font-size: 25px;
      right: -21px;
      padding-left: 4px; }
      @media screen and (max-width: 1024px) {
        body.single.single-tour .slide_wrap .swiper-container .swiper-button-next {
          width: 38px;
          height: 38px;
          line-height: 34px;
          right: -19px;
          top: calc(50% - 19px); } }
      @media screen and (max-width: 640px) {
        body.single.single-tour .slide_wrap .swiper-container .swiper-button-next {
          width: 34px;
          height: 34px;
          line-height: 30px;
          right: -15px;
          top: calc(50% - 17px);
          font-size: 22px; } }
body.single.single-tour .schedule {
  line-height: 1.6; }
  @media screen and (max-width: 640px) {
    body.single.single-tour .schedule {
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: 0; } }
  body.single.single-tour .schedule table tr th {
    border: 1px solid #000065;
    padding: 18px; }
    @media screen and (max-width: 768px) {
      body.single.single-tour .schedule table tr th {
        padding: 12px; } }
    @media screen and (max-width: 640px) {
      body.single.single-tour .schedule table tr th {
        padding: 5px; } }
  body.single.single-tour .schedule table tr td {
    border: 1px solid #000065;
    padding: 18px; }
    @media screen and (max-width: 768px) {
      body.single.single-tour .schedule table tr td {
        padding: 12px; } }
    @media screen and (max-width: 640px) {
      body.single.single-tour .schedule table tr td {
        padding: 5px; } }
    body.single.single-tour .schedule table tr td:first-child {
      text-align: center; }
  body.single.single-tour .schedule table tr:first-child th:first-child, body.single.single-tour .schedule table tr:first-child td:first-child {
    width: 5em;
    text-align: center; }
    @media screen and (max-width: 640px) {
      body.single.single-tour .schedule table tr:first-child th:first-child, body.single.single-tour .schedule table tr:first-child td:first-child {
        width: 3.4em; } }
  body.single.single-tour .schedule table tr:first-child th:nth-child(2), body.single.single-tour .schedule table tr:first-child td:nth-child(2) {
    width: calc(100% - 19em); }
    @media screen and (max-width: 640px) {
      body.single.single-tour .schedule table tr:first-child th:nth-child(2), body.single.single-tour .schedule table tr:first-child td:nth-child(2) {
        width: calc(100% - 14.4em); } }
  body.single.single-tour .schedule table tr:first-child th:nth-child(3), body.single.single-tour .schedule table tr:first-child td:nth-child(3) {
    width: 7em; }
    @media screen and (max-width: 640px) {
      body.single.single-tour .schedule table tr:first-child th:nth-child(3), body.single.single-tour .schedule table tr:first-child td:nth-child(3) {
        width: 5.5em; } }
  body.single.single-tour .schedule table tr:first-child th:nth-child(4), body.single.single-tour .schedule table tr:first-child td:nth-child(4) {
    width: 7em; }
    @media screen and (max-width: 640px) {
      body.single.single-tour .schedule table tr:first-child th:nth-child(4), body.single.single-tour .schedule table tr:first-child td:nth-child(4) {
        width: 5.5em; } }
body.single.single-tour .table_biko {
  border: 1px solid #000065;
  border-top: none;
  padding: 18px 18px;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    body.single.single-tour .table_biko {
      padding: 12px; } }
  @media screen and (max-width: 640px) {
    body.single.single-tour .table_biko {
      padding: 8px; } }
  body.single.single-tour .table_biko dl dt {
    width: 8em;
    padding: 5px 0;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      body.single.single-tour .table_biko dl dt {
        width: 100%;
        padding-bottom: 3px;
        padding-top: 8px; } }
  body.single.single-tour .table_biko dl dd {
    padding: 5px 0;
    padding-left: 8em; }
    @media screen and (max-width: 640px) {
      body.single.single-tour .table_biko dl dd {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 8px; } }
body.single.single-tour .moushikomi_wrap {
  text-align: center; }
  @media screen and (max-width: 640px) {
    body.single.single-tour .moushikomi_wrap {
      text-align: left; }
      body.single.single-tour .moushikomi_wrap > p br {
        display: none; } }
  body.single.single-tour .moushikomi_wrap .entry_text {
    margin-top: 20px; }
body.single.single-pickup section.contents {
  max-width: 1000px;
  margin: auto; }
  body.single.single-pickup section.contents .pamph_img01 {
    margin-bottom: 50px; }
  body.single.single-pickup section.contents .pamph_img02 {
    margin-bottom: 50px; }
  body.single.single-pickup section.contents .link_wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 640px) {
      body.single.single-pickup section.contents .link_wrap {
        display: block; } }
  body.single.single-pickup section.contents .pdf_link {
    text-align: center;
    margin: 0 5px; }
    @media screen and (max-width: 640px) {
      body.single.single-pickup section.contents .pdf_link {
        width: 90%;
        margin: 5px auto; } }
    body.single.single-pickup section.contents .pdf_link a {
      display: inline-block;
      font-weight: bold;
      padding: 15px 40px;
      border: 2px solid #000065;
      transition: .3s; }
      @media screen and (max-width: 640px) {
        body.single.single-pickup section.contents .pdf_link a {
          display: block; } }
      body.single.single-pickup section.contents .pdf_link a::before {
        content: '\f1c1';
        font-weight: 400;
        font-family: "Font Awesome 5 Free";
        color: #cc0029;
        margin-right: 8px;
        transition: .3s; }
      body.single.single-pickup section.contents .pdf_link a:hover {
        background: #000065;
        color: #fff; }
        body.single.single-pickup section.contents .pdf_link a:hover::before {
          color: #fff; }
  body.single.single-pickup section.contents .entry_btn {
    text-align: center;
    margin: 0 5px; }
    @media screen and (max-width: 640px) {
      body.single.single-pickup section.contents .entry_btn {
        width: 90%;
        margin: 5px auto; } }
    body.single.single-pickup section.contents .entry_btn a {
      display: inline-block;
      font-weight: bold;
      padding: 15px 40px;
      border: 2px solid #000065;
      transition: .3s; }
      @media screen and (max-width: 640px) {
        body.single.single-pickup section.contents .entry_btn a {
          display: block; } }
      body.single.single-pickup section.contents .entry_btn a::before {
        content: '\f044';
        font-weight: 400;
        font-family: "Font Awesome 5 Free";
        color: #cc0029;
        margin-right: 8px;
        transition: .3s; }
      body.single.single-pickup section.contents .entry_btn a:hover {
        background: #000065;
        color: #fff; }
        body.single.single-pickup section.contents .entry_btn a:hover::before {
          color: #fff; }
body.single.single-trip section.contents {
  max-width: 1000px;
  margin: auto; }
  body.single.single-trip section.contents .syain_detail {
    text-align: right;
    margin-bottom: 25px; }
    body.single.single-trip section.contents .syain_detail .name {
      font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bold;
      font-size: 1.45em; }
      @media screen and (max-width: 640px) {
        body.single.single-trip section.contents .syain_detail .name {
          font-size: 1.25em;
          text-align: center; } }
      body.single.single-trip section.contents .syain_detail .name .osusume_text {
        color: #cc0029;
        font-weight: bold;
        font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: .8em;
        margin-right: 20px;
        letter-spacing: 0; }
        @media screen and (max-width: 640px) {
          body.single.single-trip section.contents .syain_detail .name .osusume_text {
            display: block;
            margin-right: 0; } }
      body.single.single-trip section.contents .syain_detail .name .syozoku {
        font-size: .65em;
        margin-right: 10px; }
      body.single.single-trip section.contents .syain_detail .name .san {
        padding-left: 3px;
        font-size: .65em; }
  body.single.single-trip section.contents .single_content .img {
    width: 100%;
    margin-bottom: 30px; }
    body.single.single-trip section.contents .single_content .img img {
      width: 100%; }
  body.single.single-trip section.contents .single_content p {
    margin: 1.5em 0; }
body.single.single-trip .single_link .alignright, body.single.single-trip .single_link .alignleft {
  display: inline-block; }
  @media screen and (max-width: 640px) {
    body.single.single-trip .single_link .alignright .alignright, body.single.single-trip .single_link .alignright .alignleft, body.single.single-trip .single_link .alignleft .alignright, body.single.single-trip .single_link .alignleft .alignleft {
      margin: 5px 0; } }
  body.single.single-trip .single_link .alignright .alignright a, body.single.single-trip .single_link .alignright .alignleft a, body.single.single-trip .single_link .alignleft .alignright a, body.single.single-trip .single_link .alignleft .alignleft a {
    color: #fff;
    display: block;
    background: #cc0029;
    border: 2px solid #cc0029;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 12px 40px 12px 30px;
    min-width: 200px;
    transition: .3s;
    position: relative; }
    body.single.single-trip .single_link .alignright .alignright a:hover, body.single.single-trip .single_link .alignright .alignleft a:hover, body.single.single-trip .single_link .alignleft .alignright a:hover, body.single.single-trip .single_link .alignleft .alignleft a:hover {
      background: #fff;
      color: #cc0029; }
  body.single.single-trip .single_link .alignright .alignleft a::after, body.single.single-trip .single_link .alignleft .alignleft a::after {
    content: '\f105';
    position: absolute;
    right: 10px;
    font-weight: bold;
    font-family: 'Font Awesome\ 5 Free'; }
  body.single.single-trip .single_link .alignright .alignright a::after, body.single.single-trip .single_link .alignleft .alignright a::after {
    content: '\f053';
    position: absolute;
    left: 10px;
    font-weight: bold;
    font-family: 'Font Awesome\ 5 Free'; }
body.single.single-cruis figure {
  margin-top: 0; }
body.single.single-cruis div.cat_name {
  margin-bottom: .5em;
  padding-left: 10px; }
body.single.single-cruis time {
  display: block;
  margin-bottom: 20px;
  padding-left: 10px; }

body.knowledge figure {
  margin-top: 0; }

body.error404 p.error_title {
  margin: 30px 0 15px 0;
  font-size: 150%;
  font-weight: bold;
  text-align: center; }
body.error404 p.error_text {
  margin-bottom: 50px;
  text-align: center; }
body.error404 .btn_wrap {
  text-align: center; }

.pager {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .pager span, .pager a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    color: #000065;
    margin: 0 2px;
    border: 2px solid #000065;
    transition: .3s; }
  .pager a:hover {
    background: #000065;
    color: #fff; }
  .pager .current {
    background: #000065;
    color: #fff; }
  .pager .next, .pager .prev {
    background: #fff;
    border-color: #fff;
    color: #000065;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0; }
    .pager .next:hover, .pager .prev:hover {
      background: #fff;
      color: #cbcbcb; }

body.questionnaire .anketo_title {
  text-align: center;
  margin-bottom: 50px; }
body.questionnaire .large {
  font-size: 1.6em;
  color: #000065;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
body.questionnaire .small {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.7; }
body.questionnaire .box_style1 {
  border: 1px solid #000065;
  padding: 1em;
  font-weight: bold;
  font-size: 1.15em;
  letter-spacing: 0;
  margin-bottom: 60px; }
body.questionnaire ul.syohin {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 60px 0 60px 0;
  list-style: none; }
  @media screen and (max-width: 640px) {
    body.questionnaire ul.syohin {
      display: block;
      margin: 50px 0 40px 0; } }
  body.questionnaire ul.syohin li {
    width: calc(33.333333% - 10px);
    border: 4px solid #000065;
    border-radius: 15px;
    padding: 0 1em 1em;
    letter-spacing: 0; }
    @media screen and (max-width: 640px) {
      body.questionnaire ul.syohin li {
        width: 100%;
        margin-bottom: 45px; } }
    body.questionnaire ul.syohin li .rank {
      background: #f1d950;
      width: 90%;
      height: 50px;
      border-radius: 30px;
      line-height: 44px;
      text-align: center;
      font-weight: bold;
      letter-spacing: 0;
      font-size: 20px;
      color: #000065;
      margin: -25px auto 0;
      border: 3px solid #000065;
      position: relative; }
      body.questionnaire ul.syohin li .rank::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 30px;
        border: 2px solid #fff; }
    body.questionnaire ul.syohin li .title {
      font-weight: bold;
      text-align: center;
      font-size: 1.2em;
      padding: 1em 0 .5em;
      margin-bottom: 1em;
      color: #000065;
      border-bottom: 2px dotted #000065; }
    body.questionnaire ul.syohin li .text {
      font-size: .9em; }

.mb1 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.mb3 {
  margin-bottom: 3em !important; }

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

/* 20200128追加 */
@media screen and (max-width: 640px) {
  body.home {
    /*
    .swiper-container {
        display: none;
    }
    */ }
    body.home .header .sp_top_navi ul {
      list-style: none;
      margin: 0;
      padding: 10px;
      display: flex;
      flex-wrap: wrap;
      background: #000065; }
      body.home .header .sp_top_navi ul li {
        text-align: center;
        position: relative;
        border-bottom: 1px solid #cbcbcb;
        border-radius: 4px; }
        body.home .header .sp_top_navi ul li a {
          font-weight: bold;
          color: #212121;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; } }
        @media screen and (max-width: 640px) and (max-width: 320px) {
          body.home .header .sp_top_navi ul li a {
            font-size: 12px; } }
@media screen and (max-width: 640px) {
        body.home .header .sp_top_navi ul li.w25 {
          width: 23.5%;
          margin-right: 2%;
          /*padding: 76.16% 0 0 0;*/
          padding: 19.04% 0 0 0;
          border-right: 1px solid #cbcbcb; }
          body.home .header .sp_top_navi ul li.w25 a {
            background: -moz-linear-gradient(top, #FFF 0%, #FFF 70%, #e5e5e5 100%);
            background: -webkit-linear-gradient(top, #FFF 0%, #FFF 70%, #e5e5e5 100%);
            background: linear-gradient(to bottom, #FFF 0%, #FFF 70%, #e5e5e5 100%); }
            body.home .header .sp_top_navi ul li.w25 a:hover {
              background: -moz-linear-gradient(top, #d3d3d3 0%, #f4f4f4 30%, #f4f4f4 100%);
              background: -webkit-linear-gradient(top, #d3d3d3 0%, #f4f4f4 30%, #f4f4f4 100%);
              background: linear-gradient(to bottom, #d3d3d3 0%, #f4f4f4 30%, #f4f4f4 100%); }
        body.home .header .sp_top_navi ul li.w50 {
          width: 49%;
          margin-top: 2%;
          margin-right: 2%;
          /*padding: 25.27% 0 0 0;*/
          padding: 12.635% 0 0 0;
          border-right: 1px solid #cbcbcb; }
          body.home .header .sp_top_navi ul li.w50 a {
            background: -moz-linear-gradient(top, #FFF 0%, #FFF 40%, #e5e5e5 100%);
            background: -webkit-linear-gradient(top, #FFF 0%, #FFF 40%, #e5e5e5 100%);
            background: linear-gradient(to bottom, #FFF 0%, #FFF 40%, #e5e5e5 100%); }
            body.home .header .sp_top_navi ul li.w50 a:hover {
              background: -moz-linear-gradient(top, #d3d3d3 0%, #f4f4f4 60%, #f4f4f4 100%);
              background: -webkit-linear-gradient(top, #d3d3d3 0%, #f4f4f4 60%, #f4f4f4 100%);
              background: linear-gradient(to bottom, #d3d3d3 0%, #f4f4f4 60%, #f4f4f4 100%); }
          body.home .header .sp_top_navi ul li.w50 i {
            color: #14328b;
            padding-left: .9em;
            padding-top: 2px; } }
          @media screen and (max-width: 640px) and (max-width: 320px) {
            body.home .header .sp_top_navi ul li.w50 i {
              padding-top: 3px; } }
@media screen and (max-width: 640px) {
          body.home .header .sp_top_navi ul li.w50:last-child i {
            color: #cc0029; }
        body.home .header .sp_top_navi ul li:nth-child(4), body.home .header .sp_top_navi ul li:last-child {
          border-right: none;
          margin-right: 0 !important; }
    body.home section.tour {
      margin: 0;
      padding-top: 25px; }

  body.sub .header .sp_top_navi {
    display: none; } }
body.postid-4132 .wp-block-column table {
  margin-bottom: 40px;
  width: 100% !important;
  height: auto !important; }
  body.postid-4132 .wp-block-column table tr {
    height: auto !important; }
    body.postid-4132 .wp-block-column table tr td {
      width: 23% !important;
      height: auto !important;
      padding: 10px 5px; }

/*20200630*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999; }

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%; }

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  border-radius: 40px; }
  @media screen and (max-width: 640px) {
    .modal__content {
      padding: 20px; } }
  .modal__content div.inner {
    font-weight: bold; }
    .modal__content div.inner p {
      font-size: 1em;
      line-height: 1.6em;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .modal__content div.inner p {
          font-size: .8em;
          line-height: 1.5;
          letter-spacing: 0; } }
    .modal__content div.inner div.btn_wrap {
      margin: 1em 0; }
      .modal__content div.inner div.btn_wrap.pdflink {
        margin-bottom: 2em; }
    .modal__content div.inner label {
      font-size: 1.25em; }
    .modal__content div.inner a.btn_link {
      color: #fff;
      font-size: 18px;
      line-height: 1.6em;
      height: auto;
      padding: .8em 1.6em;
      width: 100%;
      background: #000065;
      border-radius: 30px; }
      @media screen and (max-width: 640px) {
        .modal__content div.inner a.btn_link {
          font-size: 16px; } }
    .modal__content div.inner a.nolink {
      pointer-events: none;
      opacity: .5; }
    .modal__content div.inner a.js-modal-close {
      padding: .8em 1.6em .8em 1.8em;
      display: inline-block;
      background: #efefef; }

/*20201228*/
body.nippontabi .subpage_title {
  background: url; }
body.nippontabi table.nippontabi_table tr td:first-child {
  width: 220px; }
@media screen and (max-width: 640px) {
  body.nippontabi table.nippontabi_table tr:first-child td {
    border-top: 2px solid #000065;
    border-bottom: 1px solid #000065; }
  body.nippontabi table.nippontabi_table tr td {
    display: block; }
    body.nippontabi table.nippontabi_table tr td:first-child {
      width: 100%;
      border-bottom: 0; } }
body.nippontabi p.nippontabi_title {
  font-size: 52px;
  color: #0071CF;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 640px) {
    body.nippontabi p.nippontabi_title {
      font-size: 24px; } }
body.nippontabi p.nippontabi_title2 {
  font-size: 36px;
  color: #0071CF;
  font-weight: bold;
  text-align: center; }
body.nippontabi p.p_info_txt {
  margin-top: 2em;
  font-weight: bold;
  text-align: center; }
  body.nippontabi p.p_info_txt strong {
    display: inline-block;
    padding: .5em 1em;
    background: red;
    color: #fff;
    border-radius: 4px; }
body.nippontabi p.p_info_txt2 {
  margin-top: 2em;
  font-weight: bold;
  text-align: center; }
body.nippontabi p.p_komemark {
  margin: 0 auto;
  max-width: 800px; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

body div.bs_wrap h2.contact_text_color {
  color: #fff; }

body div.link_btn a {
  /*background: #000065;*/
  background: #036eb8;
  position: relative;
  color: #fff;
  font-weight: bold;
  transition: .2s;
  border: 4px solid #f1d950;
  padding-left: 2.5em;
  padding-right: 2.5em;
  min-width: 280px;
  max-width: 100%;
  /*&::before {
      content: '';
      width: calc(100% + 8px);
      height: calc(100% + 8px);
      top: -4px;
      left: -4px;
      position: absolute;
      background: -moz-linear-gradient(top, #f1d950, #d9ab23);
      background: -webkit-linear-gradient(top, #f1d950, #d9ab23);
      background: linear-gradient(to bottom, #f1d950, #d9ab23);
      border-radius: 2em;
      z-index: -1;
  }*/ }
  body div.link_btn a:hover {
    text-decoration: none;
    background: #fff;
    color: #000065; }
body div.link_btn2 {
  color: #036eb8; }
  body div.link_btn2 a {
    background: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em;
    border-radius: 2.5em;
    color: #036eb8;
    border: 4px solid #036eb8;
    width: 100%;
    transition: .3s; }
    @media screen and (max-width: 1170px) {
      body div.link_btn2 a {
        font-size: 1.2em; } }
    body div.link_btn2 a:hover {
      color: #fff;
      background: #036eb8; }
body div.link_btn3 {
  color: #036eb8;
  margin: 0; }
  body div.link_btn3 a {
    background: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: calc(1.6em - 4px) 1em;
    border-radius: 3em;
    color: #036eb8;
    border: 4px solid #036eb8;
    width: 100%;
    transition: .3s; }
    body div.link_btn3 a::after {
      font-family: 'Font Awesome\ 5 Free';
      content: "\f13a";
      margin-left: 0.5em; }
    body div.link_btn3 a:hover {
      color: #fff;
      background: #036eb8;
      opacity: 1; }
    @media screen and (max-width: 1170px) {
      body div.link_btn3 a {
        font-size: 0.9em;
        letter-spacing: 0; } }
body #booking-package_inputFormPanel .returnButton {
  background: #efefef;
  border: 2px solid #dbd8d4;
  font-weight: bold;
  display: inline-block;
  padding: 12px 30px;
  min-width: 200px;
  transition: .3s;
  color: #222; }
  body #booking-package_inputFormPanel .returnButton:hover {
    background: #dbd8d4; }
  body #booking-package_inputFormPanel .returnButton.bookingButton {
    background: #cc0029;
    border: 2px solid #cc0029;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 12px 30px;
    min-width: 200px;
    transition: .3s; }
    body #booking-package_inputFormPanel .returnButton.bookingButton:hover {
      color: #cc0029;
      background: #fff; }

body.whill h3 {
  padding: 60px 0 0.25em 0;
  margin: 0 0 0.6em;
  font-size: 2.5em;
  border-top: none;
  color: #036eb8;
  border-bottom-color: #036eb8; }
  @media screen and (max-width: 1170px) {
    body.whill h3 {
      font-size: 2em; } }
  @media screen and (max-width: 640px) {
    body.whill h3 {
      font-size: 1.6em; } }
body.whill h4 {
  color: #036eb8;
  background: #fff;
  border: 2px solid #036eb8;
  border-left: 5px solid #036eb8; }
body.whill table tr td {
  border-bottom: 1px solid #fff;
  padding: 0.8em;
  background: rgba(152, 208, 254, 0.5);
  width: calc(100% - 260px); }
  @media screen and (max-width: 768px) {
    body.whill table tr td {
      width: 50%; } }
  body.whill table tr td:first-child {
    background: #036eb8;
    color: #fff;
    font-weight: bold;
    width: 260px; }
    @media screen and (max-width: 768px) {
      body.whill table tr td:first-child {
        width: 50%; } }
body.whill table tr:first-child td {
  border-top: 1px solid #fff; }
body.whill sub {
  bottom: 0; }
body.whill .kakaku_read {
  font-size: 1.25em;
  margin: 1em 0 0 0;
  font-weight: bold; }
  @media screen and (max-width: 1024px) {
    body.whill .kakaku_read {
      font-size: 1em; } }
  @media screen and (max-width: 768px) {
    body.whill .kakaku_read {
      font-size: 0.9em; } }
  @media screen and (max-width: 640px) {
    body.whill .kakaku_read {
      margin: 0; } }
body.whill .kakaku_kana {
  font-size: 1.6em;
  color: #036eb8;
  font-weight: bold;
  line-height: 1em;
  padding: 1em 0 0 0; }
  @media screen and (max-width: 1024px) {
    body.whill .kakaku_kana {
      font-size: 1.28em; } }
  @media screen and (max-width: 768px) {
    body.whill .kakaku_kana {
      font-size: 1.152em; } }
body.whill .kakaku_title {
  font-size: 3em;
  color: #036eb8;
  font-weight: bold; }
  @media screen and (max-width: 1024px) {
    body.whill .kakaku_title {
      font-size: 2.4em; } }
  @media screen and (max-width: 768px) {
    body.whill .kakaku_title {
      font-size: 2.16em; } }
body.whill .kakaku_sub {
  font-size: 1.8em;
  margin-bottom: 0.25em; }
  @media screen and (max-width: 1024px) {
    body.whill .kakaku_sub {
      font-size: 1.44em; } }
  @media screen and (max-width: 768px) {
    body.whill .kakaku_sub {
      font-size: 1.3em; } }
body.whill .kakaku_kome {
  font-size: 1.4em; }
  @media screen and (max-width: 1024px) {
    body.whill .kakaku_kome {
      font-size: 1.12em; } }
  @media screen and (max-width: 768px) {
    body.whill .kakaku_kome {
      font-size: 1em; } }
body.whill .fuzoku_title {
  background: #efefef;
  margin: 2em 0 0 0;
  padding: 1em 1em 0.3em;
  border-radius: 10px 10px 0 0;
  font-weight: bold; }
body.whill .fuzoku_detail {
  background: #efefef;
  margin: 0;
  padding: 0 1em 1em 3em;
  border-radius: 0 0 10px 10px; }
body.whill .wp-block-image figcaption {
  font-size: 0.9em;
  margin-top: 0.8em; }
body.whill .about_wrap .wp-block-image {
  margin: 0; }
body.whill .about_wrap .wp-block-column:first-child {
  width: 65%;
  flex-basis: 65%; }
  @media screen and (max-width: 640px) {
    body.whill .about_wrap .wp-block-column:first-child {
      width: 100%;
      flex-basis: 100%; } }
  body.whill .about_wrap .wp-block-column:first-child p {
    font-size: 1.3em;
    line-height: 2em;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 1170px) {
      body.whill .about_wrap .wp-block-column:first-child p {
        font-size: 1.2em; } }
    @media screen and (max-width: 1024px) {
      body.whill .about_wrap .wp-block-column:first-child p {
        font-size: 1.05em; } }
body.whill .about_wrap .wp-block-column:last-child {
  width: 35%;
  flex-basis: 35%;
  margin: 0; }
  @media screen and (max-width: 640px) {
    body.whill .about_wrap .wp-block-column:last-child {
      width: 100%;
      flex-basis: 100%; } }
body.whill .top_img {
  position: relative; }
  body.whill .top_img .shijokai_wrap {
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em 1em 1.5em;
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: 0 0 10px #036eb8;
    font-size: 0.7em;
    letter-spacing: 0;
    width: 24%; }
    @media screen and (max-width: 1060px) {
      body.whill .top_img .shijokai_wrap {
        font-size: 0.6em; } }
    @media screen and (max-width: 768px) {
      body.whill .top_img .shijokai_wrap {
        position: static;
        width: 100%;
        box-shadow: none;
        background: rgba(152, 208, 254, 0.5); } }
    body.whill .top_img .shijokai_wrap p.shijokai_title {
      color: #036eb8;
      font-size: 1.8em;
      font-weight: bold; }
    body.whill .top_img .shijokai_wrap p.shijokai_date {
      color: #cc0029;
      font-weight: bold;
      font-size: 1.45em; }
    body.whill .top_img .shijokai_wrap p.shijokai_place {
      color: #cc0029;
      font-weight: bold;
      font-size: 1.15em;
      margin-bottom: 0.7em; }
      @media screen and (max-width: 1060px) {
        body.whill .top_img .shijokai_wrap p.shijokai_place {
          font-size: 1em; } }
    body.whill .top_img .shijokai_wrap p.shijokai_read {
      font-weight: bold;
      margin-bottom: 0.25em; }
    body.whill .top_img .shijokai_wrap a {
      color: #fff;
      font-size: 1em;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 1.5em;
      padding-right: 1.5em;
      min-width: 150px; }
      body.whill .top_img .shijokai_wrap a:hover {
        color: #036eb8; }
body.whill .slide_wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  /*margin-bottom: 80px;*/ }
  @media screen and (max-width: 640px) {
    body.whill .slide_wrap {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; } }
  body.whill .slide_wrap .swiper-container {
    position: static; }
    body.whill .slide_wrap .swiper-container .swiper-pagination {
      margin: 0 auto;
      padding: 0 30px;
      width: 100% !important;
      max-width: 1260px !important;
      text-align: center;
      bottom: 1.25rem;
      z-index: 999; }
      body.whill .slide_wrap .swiper-container .swiper-pagination span {
        margin: 0 9px !important; }
        body.whill .slide_wrap .swiper-container .swiper-pagination span:last-child {
          margin-right: 0 !important; }
      body.whill .slide_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
        background: #fff; }
      body.whill .slide_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #efcc4f; }
    body.whill .slide_wrap .swiper-container .swiper-slide {
      height: auto; }
      body.whill .slide_wrap .swiper-container .swiper-slide .img_wrap img {
        width: 100%;
        margin-bottom: 10px; }
    body.whill .slide_wrap .swiper-container .swiper-button-prev {
      background: #000065;
      width: 42px;
      height: 42px;
      line-height: 38px;
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      top: calc(50% - 21px);
      text-align: center;
      font-size: 25px;
      left: -21px;
      padding-right: 4px; }
      @media screen and (max-width: 1024px) {
        body.whill .slide_wrap .swiper-container .swiper-button-prev {
          width: 38px;
          height: 38px;
          line-height: 34px;
          left: -19px;
          top: calc(50% - 19px); } }
      @media screen and (max-width: 640px) {
        body.whill .slide_wrap .swiper-container .swiper-button-prev {
          width: 34px;
          height: 34px;
          line-height: 30px;
          left: -15px;
          top: calc(50% - 17px);
          font-size: 22px; } }
    body.whill .slide_wrap .swiper-container .swiper-button-next {
      background: #000065;
      width: 42px;
      height: 42px;
      line-height: 38px;
      border: 2px solid #fff;
      border-radius: 50%;
      color: #fff;
      top: calc(50% - 21px);
      text-align: center;
      font-size: 25px;
      right: -21px;
      padding-left: 4px; }
      @media screen and (max-width: 1024px) {
        body.whill .slide_wrap .swiper-container .swiper-button-next {
          width: 38px;
          height: 38px;
          line-height: 34px;
          right: -19px;
          top: calc(50% - 19px); } }
      @media screen and (max-width: 640px) {
        body.whill .slide_wrap .swiper-container .swiper-button-next {
          width: 34px;
          height: 34px;
          line-height: 30px;
          right: -15px;
          top: calc(50% - 17px);
          font-size: 22px; } }
body.whill .whill_read {
  width: 94%;
  margin: 0 auto; }
  body.whill .whill_read .wp-block-column:first-child {
    font-size: 3em;
    font-weight: bold;
    color: #036eb8;
    flex-basis: 600px;
    width: 600px;
    display: flex;
    align-items: center;
    margin: 0; }
    @media screen and (max-width: 1170px) {
      body.whill .whill_read .wp-block-column:first-child {
        flex-basis: 500px;
        width: 500px;
        font-size: 2.4em; } }
    @media screen and (max-width: 768px) {
      body.whill .whill_read .wp-block-column:first-child {
        flex-basis: 370px;
        width: 370px;
        font-size: 1.9em; } }
    @media screen and (max-width: 640px) {
      body.whill .whill_read .wp-block-column:first-child {
        text-align: center; } }
  body.whill .whill_read .wp-block-column:last-child {
    /*border: 3px solid #036eb8;*/
    flex-basis: calc(100% - 600px);
    width: calc(100% - 600px);
    display: flex;
    align-items: center;
    font-size: 1.4em;
    justify-content: center;
    font-weight: bold;
    /*border-radius: 10px;*/
    margin: 12px 0;
    box-shadow: 0 0 10px #036eb8; }
    @media screen and (max-width: 1170px) {
      body.whill .whill_read .wp-block-column:last-child {
        flex-basis: calc(100% - 500px);
        width: calc(100% - 500px);
        font-size: 1.12em; } }
    @media screen and (max-width: 768px) {
      body.whill .whill_read .wp-block-column:last-child {
        flex-basis: calc(100% - 370px);
        width: calc(100% - 370px);
        font-size: 0.9em;
        letter-spacing: 0;
        margin: 8px 0; } }
    @media screen and (max-width: 640px) {
      body.whill .whill_read .wp-block-column:last-child {
        font-size: 1em;
        padding: 1em; } }
body.whill ul.link_tab {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  align-items: center; }
  @media screen and (max-width: 640px) {
    body.whill ul.link_tab {
      flex-wrap: wrap;
      justify-content: center; } }
  body.whill ul.link_tab li {
    width: 20%;
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    overflow: hidden; }
    body.whill ul.link_tab li:first-child {
      border-radius: 10px 0 0 10px; }
    body.whill ul.link_tab li:last-child {
      border-radius: 0 10px 10px 0;
      border-right: none; }
    @media screen and (max-width: 640px) {
      body.whill ul.link_tab li {
        width: auto;
        border-radius: 2em;
        margin-bottom: 5px; }
        body.whill ul.link_tab li:first-child {
          border-radius: 2em; }
        body.whill ul.link_tab li:last-child {
          border-radius: 2em; } }
    body.whill ul.link_tab li a {
      padding: 1.6em 1em;
      color: #fff;
      display: block;
      text-align: center;
      font-weight: bold;
      background: #036eb8;
      transition: .2s; }
      body.whill ul.link_tab li a::after {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f13a";
        margin-left: 0.5em; }
      body.whill ul.link_tab li a:hover {
        background: #98d0fe;
        color: #036eb8; }
      @media screen and (max-width: 1170px) {
        body.whill ul.link_tab li a {
          font-size: 0.9em;
          letter-spacing: 0; } }
      @media screen and (max-width: 768px) {
        body.whill ul.link_tab li a {
          font-size: 12px;
          padding: 1.3em 0.8em; } }
      @media screen and (max-width: 640px) {
        body.whill ul.link_tab li a {
          padding: 1.2em 2em; } }
body.whill p.contact_wrap {
  font-size: 1.25em;
  font-weight: bold;
  padding: 15px 30px;
  margin: 15px 0 0 0;
  background: rgba(152, 208, 254, 0.3);
  color: #036eb8; }
  @media screen and (max-width: 640px) {
    body.whill p.contact_wrap {
      font-size: 1em;
      padding: 10px 10px;
      letter-spacing: 0; } }

body.whill ul.link_tab li {
  width: 16.66% !important; }
  @media screen and (max-width: 640px) {
    body.whill ul.link_tab li {
      width: auto !important; } }
  body.whill ul.link_tab li a {
    font-size: .9rem; }
    @media screen and (max-width: 640px) {
      body.whill ul.link_tab li a {
        font-size: 12px; } }

body.barrier-free h2.bf-title {
  position: relative; }
  body.barrier-free h2.bf-title::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f13a";
    position: absolute;
    top: 0.45em;
    right: 0.4em;
    transition: .2s; }
  body.barrier-free h2.bf-title.open::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f139"; }
body.barrier-free .bf-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  transition: 0.2s; }
  body.barrier-free .bf-list li {
    list-style: none;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-right: 0.75em;
    padding-left: 1.5em;
    border-bottom: 1px dashed #000065;
    position: relative; }
    body.barrier-free .bf-list li::before {
      font-family: 'Font Awesome\ 5 Free';
      content: "\f0da";
      padding-top: 0.75em;
      padding-bottom: 0.75em;
      height: 1em;
      position: absolute;
      left: 0.25em;
      top: 0;
      font-weight: bold; }
  body.barrier-free .bf-list.open-list {
    display: block; }
