@charset "UTF-8";
/*
HBCV Travel SP page 2024.12.16
*/
:root {
  --mytheme-col: white;
  --nomal-text-color: black;
  --section-tbp-4rem: 4rem;
  --section-tbp-45rem: 4.5rem;
  --section-tbp-5rem: 5rem;
  --section-tbp-55rem: 5.5rem;
  --section-tbp-6rem: 6rem;
  --section-tbp-8rem: 8rem; }

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html, body {
  overflow-x: hidden;
  margin: 0; }

html {
  font-family: "Noto Serif JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1rem;
  margin: 0;
  font-feature-settings: "palt"; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a[href^="tel:"] {
  cursor: default; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code, kbd, pre, samp {
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible;
  max-width: 100%; }

input, select, textarea {
  max-width: 100%; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button {
  height: auto; }
input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button {
  height: auto; }
input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button {
  height: auto; }
input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button {
  height: auto; }
input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button {
  height: auto; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }
fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/**
 * 3.0 - Typography
 */
body, button, input, select, textarea {
  color: var(--nomal-text-color);
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 .5rem 1.5rem;
  line-height: 1.8; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
  quotes: none; }

q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote p {
  margin-bottom: 1.4736842105em; }
blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0"; }
blockquote em, blockquote i, blockquote cite {
  font-style: normal; }
blockquote strong, blockquote b {
  font-weight: 400; }
blockquote > :last-child {
  margin-bottom: 0; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace; }

pre {
  font-family: Inconsolata, monospace;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }
*:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: var(--mytheme-col); }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li > ul, li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table, th, td {
  border: 1px solid #d1d1d1; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
  background-color: antiquewhite; }

td {
  border-width: 0 1px 1px 0;
  font-size: .75rem;
  width: auto !important; }

th, td {
  padding: 0.4375em; }
th p, td p {
  margin: 0.5rem 0;
  font-size: 0.75rem; }

/**
 * 5.0 - Forms
 */
input {
  line-height: normal; }

input[type="button"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="button"][disabled]:hover, input[type="button"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"] {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }

input[type="button"]:hover, input[type="button"]:focus {
  background: #007acc; }
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #007acc; }
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #007acc; }

button:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

textarea {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: black;
  outline: 0; }

textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

.post-password-form {
  margin-bottom: 1.75em; }
.post-password-form label {
  color: black;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }
.post-password-form input[type="password"] {
  margin-top: 0.4375em; }
.post-password-form > :last-child {
  margin-bottom: 0; }

.search-form {
  position: relative; }

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px); }

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px; }

.ml30 {
  margin-left: 30px;
  margin-bottom: 2rem; }

/**
 * 6.1 - Links
 */
a {
  color: black;
  text-decoration: none; }
a img:not(.no-image-effect) {
  filter: brightness(100%);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }
a:hover, a:focus, a:active {
  color: black; }
a:hover img:not(.no-image-effect), a:focus img:not(.no-image-effect), a:active img:not(.no-image-effect) {
  filter: brightness(105%); }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  display: none; }

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 9.0 - Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table; }

blockquote:before, blockquote:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.entry-summary:before, .entry-summary:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-main > article:before, .site-main > article:after {
  content: "";
  display: table; }

.primary-menu:before, .primary-menu:after {
  content: "";
  display: table; }

.social-links-menu:before, .social-links-menu:after {
  content: "";
  display: table; }

.textwidget:before, .textwidget:after {
  content: "";
  display: table; }

.content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

body.open {
  overflow: hidden; }

/*
 * プログレス表示
 */
.progress {
  background-color: #324643;
  color: #fafafa;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }

.progress-bar {
  border-top: 1px solid #ccc;
  position: absolute;
  top: 50vh;
  width: 0%; }

.progress-text {
  font-family: "Menlo", "Consolas", monospace;
  font-size: 10px;
  margin-top: 5px;
  color: #ccc;
  position: absolute;
  text-align: center;
  top: 46vh;
  width: 100%; }
@media print, screen and (min-width: 737px) {
  .progress-text {
    top: 466px; } }

.progress-complete .progress-bar {
  border-top-color: white; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.more-btn {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  background-color: white;
  border: 1px black solid;
  color: black;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1.85;
  width: 335px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }
@media only screen and (max-width: 480px) {
  .more-btn {
    width: calc(100vw * 0.75);
    font-size: 1rem; } }
.more-btn a {
  color: black;
  display: block;
  padding: .6rem 0 .8rem; }
@media only screen and (max-width: 480px) {
  .more-btn a {
    padding: .7rem 0; } }
.more-btn a:hover {
  color: white; }

.more-btn.full {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  background-color: white;
  border: 1px #326698 solid;
  color: #326698;
  font-weight: 400;
  letter-spacing: .1rem;
  width: 640px;
  margin: 0 auto 4rem;
  display: block;
  position: relative;
  padding: 0; }
@media only screen and (max-width: 480px) {
  .more-btn.full {
    font-size: 1rem;
    letter-spacing: 0;
    width: 90vw;
    line-height: 2; } }
.more-btn.full a {
  color: #326698; }

.hide {
  display: none !important; }

/**
 * 11.0 - Content
 */
body.page-template-page-sptour-slide #content.site-content {
  margin-top: 90px; }
@media only screen and (max-width: 480px) {
  body.page-template-page-sptour-slide #content.site-content {
    margin-top: 0; } }

.collapse-button {
  display: none; }
@media only screen and (max-width: 480px) {
  .collapse-button {
    display: block;
    width: 72px;
    height: 75px;
    background-color: #324643;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200; }
  .collapse-button #Gmenu {
    width: 72px;
    height: 75px; }
  .collapse-button #Gmenu .btnline {
    width: 36px;
    height: 3px;
    margin: 0;
    border-radius: 3px;
    background-color: white;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-in-out; }
  .collapse-button #Gmenu .btnline.top {
    position: absolute;
    transform: rotate(0deg);
    top: 15px;
    left: 18px; }
  .collapse-button #Gmenu .btnline.center {
    position: absolute;
    top: 28px;
    left: 18px; }
  .collapse-button #Gmenu .btnline.bottom {
    position: absolute;
    transform: rotate(0deg);
    top: 41px;
    left: 18px; }
  .collapse-button #Gmenu .text {
    display: block;
    font-size: .75rem;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 19px; }
  .collapse-button #Gmenu.open .text {
    display: none; }
  .collapse-button #Gmenu.open .btnline.center {
    background-color: transparent; }
  .collapse-button #Gmenu.open .btnline.top {
    transform: rotate(45deg);
    position: absolute;
    width: 46px;
    top: 38px;
    left: 13px; }
  .collapse-button #Gmenu.open .btnline.bottom {
    transform: rotate(-45deg);
    position: absolute;
    width: 46px;
    top: 38px;
    left: 13px; } }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/**
 * 11.1 - Header
 */
@media only screen and (max-width: 480px) {
  .mobile {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .mobile img {
    width: 100%;
    height: auto; } }
@media only screen and (min-width: 481px) {
  .mobile {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .pc {
    display: none !important; } }
@media only screen and (min-width: 481px) {
  .pc {
    display: inline-block; } }

.hide {
  display: none; }

.bl_sitelogo {
  width: 236px;
  height: 47px;
  position: absolute;
  top: 1rem;
  left: 2rem; }
@media only screen and (max-width: 480px) {
  .bl_sitelogo {
    width: 100%;
    max-width: 980px;
    height: 768px;
    position: relative;
    top: initial;
    left: initial;
    text-align: center;
    padding-top: 14px; }
  .bl_sitelogo img {
    width: 236px;
    height: 47px; } }

header {
  width: 100vw;
  height: auto; }
@media only screen and (max-width: 480px) {
  header {
    position: relative; } }
header .bl_main-image {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1080px;
  height: 66.48vw;
  max-height: 718px;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  header .bl_main-image {
    width: 100vw;
    height: 66.58vw;
    margin-left: 0; } }
header .bl_main-image-cover {
  display: none; }
@media only screen and (max-width: 480px) {
  header .bl_main-image-cover {
    position: absolute;
    display: block;
    width: 100vw;
    height: 30vw;
    top: 36vw;
    left: 0;
    background: linear-gradient(0deg, white, rgba(255, 255, 255, 0)); } }
header h1 {
  color: black;
  font-size: 3.75rem;
  font-weight: 700;
  width: 90%;
  height: auto;
  line-height: 1.5;
  text-align: center;
  margin: 2rem auto 1rem; }
@media only screen and (max-width: 480px) {
  header h1 {
    font-size: 2rem;
    width: 90%;
    height: auto;
    margin: 2rem auto 0;
    line-height: 1.5; } }
header h1 span {
  font-size: 1.5625rem;
  display: block;
  padding-top: 1rem; }
@media only screen and (max-width: 480px) {
  header h1 span {
    font-size: 1.25rem; } }
header .abs_mess {
  position: absolute;
  color: black;
  width: 614px;
  height: auto;
  left: 0;
  top: 480px;
  background-color: white;
  padding: 1.75rem 1.75rem 1.75rem 3.625rem;
  font-size: 1.375rem;
  font-weight: 500; }
@media only screen and (max-width: 480px) {
  header .abs_mess {
    position: relative;
    width: 80%;
    height: auto;
    left: initial;
    bottom: initial;
    background-color: white;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    margin: 3rem auto 2rem;
    top: 10px; } }

section {
  width: 100vw;
  height: auto; }

.section-inner {
  --section-tbp-4rem: 6rem;
  padding: var(--section-tbp-4rem) 0; }
@media only screen and (max-width: 480px) {
  .section-inner {
    padding: 3rem 0; } }

h2 {
  width: 90%;
  height: auto;
  color: black;
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3rem;
  margin: 0 auto 4rem; }
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
    margin: 0 auto 2rem; } }
h2:after {
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #d71921;
  display: block;
  margin: 1.5625rem auto; }
h2 span {
  letter-spacing: 0; }

.el_subhead {
  width: 90%;
  max-width: 960px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1rem;
  margin: 0 auto 4rem; }
@media only screen and (max-width: 480px) {
  .el_subhead {
    text-align: left; } }

.el_subhead.left {
  text-align: left; }

section#part1 {
  background-color: white; }
section#part1 .section-inner {
  width: 100vw;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  section#part1 .section-inner {
    height: auto; } }
section#part1 .section-inner .bl_flex {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between; }
@media only screen and (max-width: 480px) {
  section#part1 .section-inner .bl_flex {
    flex-wrap: wrap; } }
section#part1 .section-inner .bl_flex .fl_item.left {
  width: 54%;
  height: auto;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  section#part1 .section-inner .bl_flex .fl_item.left {
    width: 100%; } }
section#part1 .section-inner .bl_flex .fl_item.right {
  width: 42%;
  height: auto;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  section#part1 .section-inner .bl_flex .fl_item.right {
    width: 80%;
    margin: 2rem auto 0; } }
section#part1 .section-inner .bl_flex .fl_item.right p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0; }
@media only screen and (max-width: 480px) {
  section#part1 .section-inner .bl_flex .fl_item.right p {
    font-size: 1rem; } }

section#part2 {
  background-color: #f0efeb; }
section#part2 .section-inner {
  padding-bottom: 2rem; }
section#part2 .section-inner .bl_flex {
  width: 100%;
  max-width: 960px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: white; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#part2 .section-inner .bl_flex .fl_item {
  width: 55%;
  height: auto;
  padding: 2rem; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex .fl_item {
    width: 100%; } }
section#part2 .section-inner .bl_flex .fl_item h3 {
  color: #d71921;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 1rem;
  text-align: center; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex .fl_item h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 0 0 1.375rem; } }
section#part2 .section-inner .bl_flex .fl_item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0; }
section#part2 .section-inner .bl_flex .fl_item.photo {
  width: 45%;
  padding: 1rem; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex .fl_item.photo {
    width: 100%; } }
section#part2 .section-inner .bl_flex.right {
  margin: 0 auto 4rem; }
section#part2 .section-inner .bl_flex.right .fl_item:first-child {
  order: 1; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.right .fl_item:first-child {
    order: 2; } }
section#part2 .section-inner .bl_flex.right .fl_item:last-child {
  order: 2; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.right .fl_item:last-child {
    order: 1; } }
section#part2 .section-inner .bl_flex.left {
  margin: 0 auto 4rem; }
section#part2 .section-inner .bl_flex.left .fl_item:first-child {
  order: 2; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.left .fl_item:first-child {
    order: 2; } }
section#part2 .section-inner .bl_flex.left .fl_item:last-child {
  order: 1; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.left .fl_item:last-child {
    order: 1; } }
section#part2 .section-inner .bl_flex.below {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto 4rem;
  background-color: white; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#part2 .section-inner .bl_flex.below .fl_item {
  width: 100%;
  height: auto;
  padding: 2rem;
  box-sizing: border-box; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below .fl_item {
    width: 100%; } }
section#part2 .section-inner .bl_flex.below .fl_item h3 {
  color: #d71921;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 1rem;
  text-align: center; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below .fl_item h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 0 0 1.375rem; } }
section#part2 .section-inner .bl_flex.below .fl_item p {
  width: 100%;
  max-width: 640px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto; }
section#part2 .section-inner .bl_flex.below .fl_item.photo {
  width: 100%;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below .fl_item.photo {
    width: 100%;
    margin-bottom: 1rem; } }
section#part2 .section-inner .bl_flex.below .fl_item-flex {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: white; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below .fl_item-flex {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#part2 .section-inner .bl_flex.below .fl_item-flex .fl_item.photo.img-num2 {
  width: 49%;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below .fl_item-flex .fl_item.photo.img-num2 {
    width: 100%;
    margin-bottom: 1rem; } }
section#part2 .section-inner .bl_flex.below .fl_item-flex .fl_item.photo.img-num3 {
  width: 32.5%;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_flex.below .fl_item-flex .fl_item.photo.img-num3 {
    width: 100%;
    margin-bottom: 1rem; } }
section#part2 .section-inner .bl_frame {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto 4rem;
  background-color: white; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_frame {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#part2 .section-inner .bl_frame .el_item {
  width: 100%;
  height: auto;
  padding: 2rem;
  box-sizing: border-box; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_frame .el_item {
    width: 100%; } }
section#part2 .section-inner .bl_frame .el_item h3 {
  color: #d71921;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 1rem;
  text-align: center; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_frame .el_item h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 0 0 1.375rem; } }
section#part2 .section-inner .bl_frame .el_item p {
  width: 100%;
  max-width: 640px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 auto; }
section#part2 .section-inner .bl_frame .el_flex-photo {
  width: 100%;
  padding: 0 2rem 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
section#part2 .section-inner .bl_frame .el_flex-photo .fl_item-photo {
  width: 49%;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_frame .el_flex-photo .fl_item-photo {
    width: 100%;
    margin-bottom: 1rem; } }
section#part2 .section-inner .bl_frame .el_flex-photo .fl_item-photo.three {
  width: 32%; }
@media only screen and (max-width: 480px) {
  section#part2 .section-inner .bl_frame .el_flex-photo .fl_item-photo.three {
    width: 100%;
    margin-bottom: 1rem; } }

.bl_submess {
  color: black;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2rem;
  margin: 0 auto 2rem; }
@media only screen and (max-width: 480px) {
  .bl_submess {
    margin: 0 auto 1rem; } }

.bl_submess.left {
  text-align: left; }

section#part3 {
  background-color: #f6f6f6; }
section#part3 .section-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto; }
section#part3 .section-inner .bl_flex {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: space-between; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex {
    flex-wrap: wrap; } }
section#part3 .section-inner .bl_flex .fl_item.left {
  width: 54%;
  height: auto;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex .fl_item.left {
    width: 100%; } }
section#part3 .section-inner .bl_flex .fl_item.right {
  width: 42%;
  height: auto;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex .fl_item.right {
    width: 100%;
    margin: 2rem auto 0; } }
section#part3 .section-inner .bl_flex .fl_item.right p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 0; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex .fl_item.right p {
    font-size: 1rem; } }
section#part3 .section-inner .bl_flex-schedule {
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex-schedule {
    flex-wrap: wrap;
    margin: 0 auto 2rem;
    position: relative; } }
section#part3 .section-inner .bl_flex-schedule .fl_item {
  width: 55%;
  height: auto;
  padding: 2rem;
  background-color: white;
  border: 1px #d71921 solid;
  padding: 2rem;
  border-radius: 1.25rem;
  box-sizing: border-box;
  position: relative; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex-schedule .fl_item {
    width: 100%;
    border: 0.01rem #d71921 solid;
    padding: 1.5rem; } }
section#part3 .section-inner .bl_flex-schedule .fl_item:after {
  content: " ";
  width: 40px;
  height: 14px;
  background-image: url(images/arrow-down-red-wide.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -20px; }
section#part3 .section-inner .bl_flex-schedule .fl_item h3 {
  color: #d71921;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 .5rem;
  text-align: left; }
section#part3 .section-inner .bl_flex-schedule .fl_item p {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 .875rem; }
section#part3 .section-inner .bl_flex-schedule .fl_item.photo {
  width: 30%;
  padding: 0;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex-schedule .fl_item.photo {
    width: 100%;
    margin-bottom: .3rem; } }
section#part3 .section-inner .bl_flex-schedule .fl_item.photo:after {
  content: none; }
section#part3 .section-inner .bl_flex-schedule .fl_item.photo .mask {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 1.25rem; }
section#part3 .section-inner .bl_flex-schedule .fl_item.photo .mask img {
  width: 100%;
  height: auto;
  object-fit: cover; }
section#part3 .section-inner .bl_flex-schedule .fl_item.photo .mask.pbsp {
  margin-bottom: 1rem; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex-schedule .fl_item.photo .mask.pbsp {
    margin-bottom: .3rem; } }
section#part3 .section-inner .bl_flex-schedule .fl_item.day {
  width: 10%;
  padding: 0;
  background-color: transparent;
  border: none; }
section#part3 .section-inner .bl_flex-schedule .fl_item.day:after {
  content: none; }
@media only screen and (max-width: 480px) {
  section#part3 .section-inner .bl_flex-schedule .fl_item.day {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1rem;
    left: -1rem; } }
section#part3 .section-inner .bl_flex-schedule:last-child .fl_item:after {
  content: none; }

section#part4 {
  background-color: white; }
section#part4 .section-inner {
  width: 96%;
  max-width: 720px;
  margin: 0 auto; }
section#part4 .section-inner .bl_box {
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  border: 2px #c6c6c6 solid;
  background-color: #fafafa;
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 4px rgba(0, 0, 0, 0.1); }
@media only screen and (max-width: 480px) {
  section#part4 .section-inner .bl_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.5rem; } }
section#part4 .section-inner .bl_box h3 {
  color: #d71921;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 1rem;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section#part4 .section-inner .bl_box h3 {
    font-size: 1.125rem; } }
section#part4 .section-inner .bl_box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 1.5rem 1.5rem; }
@media only screen and (max-width: 480px) {
  section#part4 .section-inner .bl_box p {
    margin: 0 0 1.5rem 0; } }

section#part5 {
  background-color: white; }
section#part5 .section-inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto; }
section#part5 .section-inner .bl_box {
  width: 100%;
  padding: 0;
  margin-bottom: 4rem;
  box-sizing: border-box; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box {
    margin-bottom: 2rem; } }
section#part5 .section-inner .bl_box .el_hr-star {
  width: 90%;
  max-width: 518px;
  height: 13px;
  margin: 0 auto; }
section#part5 .section-inner .bl_box .bl_flex {
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box .bl_flex {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#part5 .section-inner .bl_box .bl_flex .fl_item {
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 0;
  box-sizing: border-box; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box .bl_flex .fl_item {
    width: 90%;
    margin: 1rem auto; } }
section#part5 .section-inner .bl_box .bl_flex .fl_item h3 {
  color: #77250c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 1rem;
  text-align: left; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box .bl_flex .fl_item h3 {
    font-size: 1.25rem; } }
section#part5 .section-inner .bl_box .bl_flex .fl_item h3 span {
  display: block;
  color: #706e6e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  padding-top: .875rem; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box .bl_flex .fl_item h3 span {
    font-size: .9375rem; } }
section#part5 .section-inner .bl_box .bl_flex .fl_item p {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 .875rem; }
section#part5 .section-inner .bl_box .bl_flex .fl_item.photo {
  width: 100%;
  max-width: 240px;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box .bl_flex .fl_item.photo {
    margin: 0 auto;
    max-width: 480px; } }
section#part5 .section-inner .bl_box .bl_flex .fl_item.table {
  font-family: "Noto Sans JP", sans-serif;
  width: 98%;
  max-width: 460px;
  padding: 0;
  padding: 0; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box .bl_flex .fl_item.table {
    width: 90%;
    margin: 0 auto; } }
section#part5 .section-inner .bl_box .bl_flex .fl_item.table .el_subhead {
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 .2rem; }
section#part5 .section-inner .bl_box .bl_flex .fl_item.table table {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.8; }
section#part5 .section-inner .bl_box .bl_flex .fl_item.table table th {
  text-align: center;
  background-color: #e8e8e8;
  width: 50%; }
section#part5 .section-inner .bl_box .bl_flex .fl_item.table table td {
  text-align: center;
  background-color: white;
  width: 50%; }
section#part5 .section-inner .bl_box button {
  width: 90%;
  max-width: 420px;
  height: 60px;
  margin: 0 auto 4rem;
  background-color: #d71921;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
  border: none;
  position: relative; }
@media only screen and (max-width: 480px) {
  section#part5 .section-inner .bl_box button {
    margin: 0 auto 2rem; } }
section#part5 .section-inner .bl_box button a {
  display: block;
  color: white;
  font-size: 1.25rem;
  line-height: 1.8; }
section#part5 .section-inner .bl_box button:after {
  position: absolute;
  content: " ";
  background-image: url(images/arrow-right-white.svg);
  width: 12px;
  height: 21px;
  top: 19px;
  right: 26px; }
section#part5 .section-inner .bl_box:last-child .el_hr-star {
  display: none; }

section#part6 {
  background-color: #f6f6f6; }
section#part6 .section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
section#part6 .section-inner .bl_flex {
  width: 100%;
  max-width: 960px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: white; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#part6 .section-inner .bl_flex .fl_item {
  width: 55%;
  height: auto;
  padding: 2rem; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex .fl_item {
    width: 100%; } }
section#part6 .section-inner .bl_flex .fl_item h3 {
  color: #d71921;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 1rem;
  text-align: center; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex .fl_item h3 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding: 0 0 1.375rem; } }
section#part6 .section-inner .bl_flex .fl_item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0; }
section#part6 .section-inner .bl_flex .fl_item.photo {
  width: 45%;
  padding: 1rem; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex .fl_item.photo {
    width: 100%; } }
section#part6 .section-inner .bl_flex.right {
  margin: 0 auto 4rem; }
section#part6 .section-inner .bl_flex.right .fl_item:first-child {
  order: 1; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex.right .fl_item:first-child {
    order: 2; } }
section#part6 .section-inner .bl_flex.right .fl_item:last-child {
  order: 2; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex.right .fl_item:last-child {
    order: 1; } }
section#part6 .section-inner .bl_flex.left {
  margin: 0 auto 4rem; }
section#part6 .section-inner .bl_flex.left .fl_item:first-child {
  order: 2; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex.left .fl_item:first-child {
    order: 2; } }
section#part6 .section-inner .bl_flex.left .fl_item:last-child {
  order: 1; }
@media only screen and (max-width: 480px) {
  section#part6 .section-inner .bl_flex.left .fl_item:last-child {
    order: 1; } }

section#osusume-tour {
  background-color: floralwhite; }
section#osusume-tour .section-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
section#osusume-tour .section-inner .bl_flex {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 960px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  section#osusume-tour .section-inner .bl_flex {
    width: 100%;
    height: auto;
    margin: 0 auto; } }
section#osusume-tour .section-inner .bl_flex .fl_item {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin-bottom: 2rem;
  background-color: white;
  border: 1px #CCC solid;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), -2px -2px 4px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 480px) {
  section#osusume-tour .section-inner .bl_flex .fl_item {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
    height: auto; } }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner {
  display: flex;
  justify-content: space-between; }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_photo {
  width: 148px;
  height: 148px;
  margin: 0 .5rem 0 0;
  overflow: hidden; }
@media only screen and (max-width: 480px) {
  section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_photo {
    width: 90px;
    height: 90px; } }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_photo img {
  width: 100%;
  height: 100%;
  object-fit: fill; }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title {
  width: 300px;
  max-width: 300px;
  height: auto;
  padding: .3rem .1rem 0 0; }
@media only screen and (max-width: 480px) {
  section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title {
    width: calc(89vw - 90px); } }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title h3 {
  color: #0071ce;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .5rem; }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title p {
  margin: 0;
  padding: 0;
  line-height: 1.8; }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title p.date, section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title p.price {
  font-size: .875rem;
  font-weight: 500; }
section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  border: none;
  padding: .5rem 1rem;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1; }
@media only screen and (max-width: 480px) {
  section#osusume-tour .section-inner .bl_flex .fl_item .fl_item-inner .el_title button {
    display: none; } }

section#part7 .section-inner {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0; }
section#part7 .section-inner .bl_site-copyrights {
  color: white;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  background-color: #1967af;
  padding-bottom: 2rem; }

body.custom-background {
  background-image: none;
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll; }

/*--------------------------------------------------------------
#                   Footer
--------------------------------------------------------------*/
.foot-area {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: auto; }
.foot-area .sns-icon {
  width: 100%;
  height: auto;
  margin: 40px auto 40px;
  text-align: center; }
.foot-area .sns-icon .facebook-ico {
  width: 42px;
  height: 42px;
  margin: 0 auto 2rem; }

.foot-address {
  background-color: white;
  width: 100%;
  height: auto; }
.foot-address .foot-address-inner {
  display: block;
  width: 98%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .foot-address .foot-address-inner {
    display: block;
    height: auto;
    max-width: 736px; } }
.foot-address .foot-address-inner .foot-logo {
  width: 250px;
  height: auto;
  margin: 40px auto; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .foot-address .foot-address-inner .foot-logo {
    width: 200px;
    margin: 20px auto; } }
.foot-address .foot-address-inner .foot-logo img {
  width: 100%;
  height: auto; }
.foot-address .foot-address-inner .foot-info-frame {
  text-align: center;
  width: 980px;
  height: auto;
  margin: 46px auto 10px; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .foot-address .foot-address-inner .foot-info-frame {
    width: 98%;
    margin: 10px auto;
    text-align: center; }
  .foot-address .foot-address-inner .foot-info-frame .part {
    display: block; } }
.foot-address .foot-address-inner .foot-info-frame .zip-address {
  font-size: 1rem; }
.foot-address .foot-address-inner .foot-info-frame .tel-fax {
  font-size: 1.4rem; }
.foot-address .foot-address-inner .foot-info-frame .info-mail {
  font-size: .8rem;
  margin-top: .5rem; }
.foot-address .foot-address-inner .foot-info-frame .buz-time {
  font-size: .8rem;
  margin-top: .5rem; }
.foot-address .foot-address-inner .foot-info-frame .info-mail2 {
  font-size: .8rem;
  margin-top: .5rem; }
.foot-address .foot-address-inner .foot-info-frame .space {
  display: inline-block;
  width: 40px;
  height: 30px; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .foot-address .foot-address-inner .foot-info-frame .space {
    display: none; } }

.foot-menu {
  background-color: lightgray;
  width: 100%;
  height: auto; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .foot-menu {
    display: none; } }
.foot-menu .foot-menu-inner {
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 42px 0 20px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap; }
.foot-menu .foot-menu-inner .foot-menu-box {
  width: 16.66vw;
  max-width: calc(1280px / 6);
  height: auto;
  min-height: 240px;
  margin: 0 0 .5rem;
  padding: 0 .85rem;
  border-right: 1px #777 dotted; }
.foot-menu .foot-menu-inner .foot-menu-box:first-child {
  border-left: 1px #777 dotted; }
.foot-menu .foot-menu-inner .foot-menu-box ul {
  margin: 0; }
.foot-menu .foot-menu-inner .foot-menu-box ul li {
  font-size: .75rem;
  line-height: 2; }
.foot-menu .foot-menu-end {
  width: 98%;
  max-width: 1280px;
  height: 100px;
  text-align: center;
  margin: 10px auto; }
.foot-menu .foot-menu-end ul {
  margin: 0; }
.foot-menu .foot-menu-end ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: .75rem; }
.foot-menu .foot-menu-banner {
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: white;
  margin: 0px auto; }
.foot-menu .foot-menu-banner .last-logo {
  width: 230px;
  height: 60px;
  margin: 10px auto; }
.foot-menu .foot-menu-banner .end-banner {
  position: absolute;
  width: 141px;
  height: 44px;
  margin: 0;
  right: 180px;
  top: 18px; }

#masthead.site-header {
  position: absolute;
  z-index: 200;
  top: 0px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-in-out; }
@media only screen and (max-width: 480px) {
  #masthead.site-header {
    position: relative !important;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0px;
    background-color: white; } }

#masthead.site-header.sticky {
  position: fixed;
  top: 0; }

.site-inner {
  margin-top: 80px; }

.site-head {
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: white; }
@media only screen and (max-width: 480px) {
  .site-head {
    position: relative !important; } }

.site-header-main {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 7px auto 0; }
@media only screen and (max-width: 480px) {
  .site-header-main {
    margin: 0 auto; } }

.site-branding {
  margin: 0;
  /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  width: 220px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 1; }
.site-branding h1.site-title.pctitle {
  display: none; }
.site-branding h1.site-title.mbtitle {
  display: block;
  color: black;
  font-size: initial;
  font-weight: initial;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  margin: 0; }
@media only screen and (max-width: 480px) {
  .site-branding h1.site-title.mbtitle {
    width: 240px;
    height: auto;
    top: .5rem;
    left: 1rem; } }
@media only screen and (max-width: 480px) {
  .site-branding {
    margin: 0 auto;
    width: 100%;
    height: 64px;
    overflow: hidden;
    padding: 10px 0 0 0;
    box-sizing: box-sizing;
    opacity: 1;
    top: initial;
    position: relative; } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: relative; }
.main-navigation ul#primary-menu li.current-menu-item > a, .main-navigation ul#primary-menu li:hover > a, .main-navigation ul#primary-menu li:focus > a {
  color: #ff8121; }
.main-navigation ul#primary-menu li:hover > svg, .main-navigation ul#primary-menu li:focus > svg {
  fill: #ff8121; }
.main-navigation > ul.nav-menu > li.current-menu-item > a, .main-navigation > ul.nav-menu > li:hover > a, .main-navigation > ul.nav-menu > li:focus > a {
  background-color: #fff; }
.main-navigation li.menu-item-has-children:hover > a > svg {
  fill: #ff8121; }
.main-navigation li.menu-item-has-children > a:hover > svg, .main-navigation li.menu-item-has-children > a:focus > svg {
  fill: #ff8121; }
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
.main-navigation ul#primary-menu > li.current-menu-item > a > svg {
  fill: #ff8121; }
.main-navigation ul ul {
  background-color: #fff;
  text-align: left;
  padding: 0; }
.main-navigation ul.sub-menu li a {
  padding: 8px 15px;
  color: #1c2b42;
  border-bottom: 1px solid #eee;
  border-left: 1px solid rgba(238, 238, 238, 0.5); }
.main-navigation ul.sub-menu a:after {
  float: right; }
.main-navigation li {
  position: relative; }
.main-navigation ul.nav-menu > li > a {
  padding: 29px 20px;
  color: #46485f; }

.user-logged-in > a > img {
  width: 40px;
  object-fit: cover;
  height: 40px;
  border-radius: 40px; }

.main-navigation form.search-form input {
  background-color: #1c2b42;
  border-color: #1c2b42;
  color: #1c2b42;
  font-weight: 400; }
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search, .main-navigation ul.nav-menu > li > a.search:focus svg.icon-search {
  fill: #ffbb44; }
.main-navigation li.search-menu a:hover svg, .main-navigation li.search-menu a:focus svg, .main-navigation li.search-menu a.search-active svg {
  fill: #ffbb44; }
.main-navigation a:hover, .main-navigation a:focus {
  color: #ff8121; }
.main-navigation ul.nav-menu {
  margin-right: 0; }
.main-navigation ul.nav-menu > li > a:hover, .main-navigation ul.nav-menu > li > a:focus {
  color: #ff8121; }
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #1c2b42;
  letter-spacing: 0.035em;
  position: relative;
  font-weight: 400; }
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }
.main-navigation ul ul ul {
  left: -999em;
  top: 0; }
.main-navigation ul ul a {
  width: 225px; }
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  color: #1c2b42; }
.main-navigation .count {
  float: right;
  background-color: #ffbb44;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 1.1;
  margin-top: 5px; }

.user-logged-in > a > svg {
  display: none; }

form.search-form {
  width: 100%;
  max-width: 100%;
  position: relative; }

.main-navigation form.search-form {
  min-width: 320px; }

input.search-field {
  height: 45px;
  border-radius: 0;
  padding: 0 50px 0 15px;
  width: 100%; }

.main-navigation svg.icon-close {
  display: none; }

svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle; }
svg.icon-search, svg.icon-close {
  width: 15px;
  height: 15px;
  fill: #fff; }

.main-navigation svg.icon-down {
  width: 12px;
  height: 12px;
  margin-left: 5px; }
.main-navigation .sub-menu svg {
  width: 12px;
  height: 12px;
  fill: #1c2b42;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

.menu-toggle {
  border-radius: 0;
  font-size: 16px;
  margin: auto;
  display: block;
  height: 100px;
  position: relative;
  background-color: transparent;
  min-width: 64px;
  border: none;
  margin-right: -15px; }

.menu-label {
  float: right;
  color: #1c2b42;
  padding: 7px 0 0 10px;
  display: none; }

.menu-open .menu-label {
  padding-top: 2px; }
.menu-open .menu-toggle {
  padding-top: 10px; }

svg.icon-menu {
  fill: #1967af;
  width: 30px;
  height: 30px;
  vertical-align: baseline; }

.menu-open svg.icon-menu {
  display: none; }

button.dropdown-toggle {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  width: 45px;
  height: 55px;
  line-height: 62px; }

.main-navigation .dropdown-toggle.active > svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.menu-overlay {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
.menu-overlay.active {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 3; }

@media screen and (max-width: 2560px) {
  .menu-toggle {
    height: 60px;
    position: absolute;
    top: 10px;
    right: 20px; }

  .site-logo img {
    max-height: 60px; }

  .site-branding {
    padding: 0; }

  .site-title {
    font-size: 26px; }

  .main-navigation {
    z-index: 110;
    margin-top: 70px;
    position: static; }
  .main-navigation a {
    border-bottom: 1px solid #eee; }
  .main-navigation ul.nav-menu > li {
    padding: 0;
    background-color: #1967af;
    border-top: 1px lightgray solid;
    text-align: center; }
  .main-navigation ul.nav-menu > li:hover {
    background-color: skyblue; }
  .main-navigation ul ul a {
    width: 100%; }
  .main-navigation ul#primary-menu li.current-menu-item > a, .main-navigation ul#primary-menu li:hover > a, .main-navigation ul#primary-menu li:focus > a {
    color: white; }
  .main-navigation ul.nav-menu > li > a {
    color: white; }
  .main-navigation ul ul {
    box-shadow: none;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    display: none; }
  .main-navigation ul ul ul {
    box-shadow: none;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    display: none; }
  .main-navigation ul.sub-menu li {
    padding-right: 0; }
  .main-navigation .menu-item-has-children > a:before {
    content: "";
    float: right;
    position: relative;
    right: 25px;
    background-color: #ccc;
    width: 1px;
    height: 25px; }
  .main-navigation .menu-item-has-children > a:after {
    padding-top: 3px; }
  .main-navigation ul.nav-menu > li > a {
    padding: 15px 15px 15px 25px; }
  .main-navigation ul.sub-menu li a {
    padding: 15px 15px 15px 25px;
    padding-left: 50px; }
  .main-navigation ul.sub-menu ul li a {
    padding-left: 75px; }
  .main-navigation ul.sub-menu ul ul li a {
    padding-left: 100px; }
  .main-navigation ul.sub-menu ul ul ul li a {
    padding-left: 125px; }
  .main-navigation .menu-item-has-children a svg {
    display: none; }
  .main-navigation ul.sub-menu li a {
    border-left: none; }
  .main-navigation ul.nav-menu {
    margin-right: 0;
    background-color: #fff;
    margin-top: 25px; }
  .main-navigation a {
    color: #1c2b42; }
  .main-navigation svg.icon-search, .main-navigation svg.icon-down {
    fill: #1c2b42;
    margin-top: -5px; }
  .main-navigation ul.sub-menu {
    border: none; }

  .menu-open .menu-toggle .icon-close {
    display: block;
    fill: #1967af;
    margin: auto;
    width: 20px;
    height: 20px; }

  #masthead.site-header .main-navigation ul.nav-menu {
    margin-top: 0;
    position: absolute;
    max-width: 400px;
    top: 100%;
    left: auto;
    right: 0;
    width: 100%;
    border: 1px gray solid; }

  .main-navigation .search-menu a {
    display: none; }
  .main-navigation form.search-form input {
    background-color: #fff;
    border: none;
    min-height: 55px; }
  .main-navigation form.search-form button.search-submit {
    height: 59px; }

  .menu-open #search {
    display: block !important; }

  .main-navigation form.search-form input {
    padding-left: 25px; }
  .main-navigation .sub-menu svg {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); } }
.noshow {
  display: none; }

.custom-logo-link {
  display: block; }

.custom-logo {
  max-width: 180px; }

#colophon {
  background-color: #1967af; }
#colophon a, #colophon p, #colophon li {
  color: rgba(255, 255, 255, 0.5); }
#colophon a:hover, #colophon a:focus {
  color: #fff; }

.site-info {
  margin: 0;
  color: white; }
.site-info a {
  margin: 0;
  color: rgba(255, 255, 255, 0.4); }
.site-info .social-icons {
  text-align: center;
  line-height: 44px; }

.site-footer .site-title {
  text-align: center;
  color: #fff;
  font-size: .75rem;
  font-weight: 400;
  margin: 0 auto;
  padding: .7rem 0;
  display: block; }
.site-footer .site-title .all-rights {
  display: inline-block;
  padding-left: .75rem; }

/**
 * 12.0 - Media
 */
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video {
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none; }

/**
 * 13.0 - Multisites
 */
.cleartext {
  display: none; }

/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*----------------------------------------------------------------------------
 ***   page top icon
----------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  font-size: 38%;
  z-index: 11000;
  transition: bottom .3s ease-in-out;
  -webkit-transition: bottom .3s ease-in-out;
  -moz-transition: bottom .3s ease-in-out; }
@media only screen and (max-width: 480px) {
  #page-top {
    display: none; } }

#page-top span {
  display: none; }

#page-top a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block; }

/**
 * 15.0 - Print
 */
@media print {
  @page {
    margin: 5mm; }
  form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
    display: none; }

  a[href]:after {
    content: ""; } }

/*# sourceMappingURL=sptour-slide_style.css.map */
