@charset "UTF-8";
/*
Theme Name : 能登DMC 2025
Theme URI : https://noto-dmc.com
Author: SCARAMANGA INC.
Author URI: https://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

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

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #171717;
  background-color: #E0E0DA;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #171717;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a img {
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.bounce_in,
.fade_in,
.fade_in_up,
.fade_in_down,
.fade_in_left,
.fade_in_right {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*!------------------------------------*
fadeInUp
\*!------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*!------------------------------------*
fadeInDown
\*!------------------------------------*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*!------------------------------------*
fadeInLeft
\*!------------------------------------*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: adeInLeft;
  animation-name: fadeInLeft;
}

/*!------------------------------------*
fadeInRight
\*!------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/* _header
---------------------------------------------------------------------------------------*/
.header {
  width: 100%;
  /*----------ハンバーガーアイコン----------*/
}
.header .header_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  width: 50%;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .header .header_logo {
    width: 95px;
    padding: 3%;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
  }
}
.header .header_pagelogo {
  margin: 30px 0 0 30px;
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .header .header_pagelogo {
    margin: 0;
    width: 95px;
    padding: 3%;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
  }
}
.header .fix_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .fix_nav .btn_inquiry a {
  background: #171717;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
  font-size: 1.6rem;
  text-align: center;
  width: 155px;
  height: 78px;
  line-height: 78px;
  display: block;
}
@media screen and (max-width: 767px) {
  .header .fix_nav .btn_inquiry a {
    height: 60px;
    line-height: 60px;
    width: auto;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.header .fix_nav .btn_inquiry a:hover {
  color: #AAAAA8;
}
.header .fix_nav .btn_translation {
  height: 78px;
  text-align: center;
  line-height: 78px;
}
@media screen and (max-width: 767px) {
  .header .fix_nav .btn_translation {
    height: 60px;
    line-height: 60px;
  }
}
.header .fix_nav .btn_translation ul {
  display: flex;
  padding: 0 36px 0 10px;
}
@media screen and (max-width: 767px) {
  .header .fix_nav .btn_translation ul {
    padding: 0 20px 0 10px;
  }
}
.header .fix_nav .btn_translation ul li:first-child:after {
  content: "/";
  margin: 0 8px;
}
.header .fix_nav .btn_translation ul li a {
  font-family: "Bebas Neue", cursive;
  font-size: 1.6rem;
}
.header .fix_nav .btn_translation ul li a:hover {
  color: #AAAAA8;
}
.header .fix_nav .btn_translation ul li .btn_translation_jp {
  color: #AAAAA8;
}
.header .fix_nav .btn_translation ul li .btn_translation_en {
  color: #171717;
}
.header .hamburger_area {
  width: 140px;
  height: 78px;
  transition: 0.5s;
  background: #FFFFFF;
  color: #171717;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .hamburger_area {
    width: 60px;
    height: 60px;
    right: 0;
    background: #FFFFFF;
  }
}
.header .hamburger_area:hover {
  cursor: pointer;
}
.header .hamburger_area p {
  font-family: "Bebas Neue", cursive;
  position: absolute;
  top: 25px;
  left: 23px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .header .hamburger_area p {
    display: none;
  }
}
.header .hamburger {
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 36px;
  height: 16px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .header .hamburger {
    top: 21px;
    right: 15px;
    width: 30px;
    height: 15px;
  }
}
.header .hamburger:hover {
  cursor: pointer;
}
.header .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #171717;
}
.header .hamburger span:nth-of-type(1) {
  top: 0;
}
.header .hamburger span:nth-of-type(2) {
  top: 7px;
}
.header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.header .active span:nth-of-type(1) {
  top: -3px;
}
.header .active span:nth-of-type(3) {
  bottom: 0 !important;
}
.header .hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}
.header .hamburger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.header .hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}
.header .active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
}
.header .active span:nth-of-type(2) {
  opacity: 0;
}
.header .active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}
@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(30deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-30deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(30deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(30deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}

.active {
  right: 0 !important;
}

.g_nav {
  width: 295px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #E0E0DA;
  z-index: 99997;
  overflow: scroll;
  transition-property: all;
  transition-duration: 0.5s;
  overflow-x: scroll;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
@media screen and (max-width: 767px) {
  .g_nav {
    width: 240px;
  }
}
.g_nav a:hover {
  opacity: 0.7;
}
.g_nav .g_nav_inr {
  max-width: 90%;
  margin: auto;
  padding: 120px 15px;
}
@media screen and (max-width: 767px) {
  .g_nav .g_nav_inr {
    width: 100%;
    padding: 80px 15px;
  }
}
.g_nav .g_nav_inr .nav {
  margin: 0 0 35px;
}
.g_nav .g_nav_inr .nav li:last-child a {
  border-bottom: none;
}
.g_nav .g_nav_inr .nav li a {
  font-size: 1.65rem;
  font-family: "Bebas Neue", cursive;
  position: relative;
  display: block;
  border-bottom: 1px solid #171717;
  padding: 12px 0;
}
.g_nav .g_nav_inr .nav li a:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 5px;
  width: 10px;
  height: 6px;
  border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: skew(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.g_nav .g_nav_inr .nav li a:hover {
  color: #AAAAA8;
}
.g_nav .g_nav_inr .btn_nav_contact {
  margin-bottom: 15px;
}
.g_nav .g_nav_inr .btn_nav_contact a {
  display: block;
  text-align: center;
  background: #171717;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
  font-size: 1.6rem;
  padding: 12px;
}
.g_nav .g_nav_inr .policy {
  text-align: center;
  margin: 5px 0;
  font-size: 1.3rem;
  font-family: "Libre Baskerville", serif;
}

.jp .btn_translation_jp {
  color: #171717 !important;
}
.jp .btn_translation_en {
  color: #AAAAA8 !important;
}

/* _page
---------------------------------------------------------------------------------------*/
.container {
  margin: auto;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 5%;
  }
}

.container_md {
  max-width: 1480px;
  margin: auto;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .container_md {
    padding: 0 5%;
  }
}

.container_sm {
  max-width: 980px;
  margin: auto;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .container_sm {
    padding: 0 5%;
  }
}

.post_wrapper {
  background: #FAFAF5;
  padding: 5% 5%;
  margin-top: 3em;
}
.post_wrapper .post_wrapper_inr {
  max-width: 980px;
  margin: auto;
}

.page_title {
  text-align: center;
  width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .page_title {
    margin: 110px auto 60px;
  }
}
.page_title h1 {
  letter-spacing: 0;
  line-height: 1;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .page_title h1 {
    font-size: 2.2rem;
    padding: 0 5%;
  }
}
.page_title p {
  letter-spacing: 0;
  line-height: 1;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .page_title p {
    font-size: 2.2rem;
    padding: 0 5%;
  }
}

.page_single_title {
  text-align: center;
  width: 100%;
  margin: 60px auto;
}
.page_single_title p {
  letter-spacing: 0;
  line-height: 1;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  padding: 0 3%;
}
.page_single_title p:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  background: #171717;
  width: 32px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .page_single_title p {
    font-size: 2.2rem;
    padding: 0 5%;
  }
}

.breadcrumbs {
  padding: 20px 3%;
  font-size: 1.2rem;
  text-align: right;
}
.breadcrumbs a {
  color: #AAAAA8;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.page_section {
  margin: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin: 40px 0 60px;
  }
}

.section_title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 25px;
  }
}
.section_title h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 2.2rem;
  }
}

.btn_more {
  text-align: center;
  margin: 45px auto;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 30px auto;
  }
}
.btn_more a {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  margin: auto;
  text-align: center;
  padding: 0 40px 0 0;
  position: relative;
}
.btn_more a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -35px;
  width: 60px;
  height: 6px;
  border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: skew(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.btn_more a:hover:after {
  right: -45px;
}

.btn_inquiry_page {
  text-align: center;
  margin: 120px auto;
  background: #FFFFFF;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .btn_inquiry_page {
    padding: 20px;
  }
}
.btn_inquiry_page a {
  display: block;
  max-width: 680px;
  margin: 30px auto 0;
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  color: #FFFFFF;
  background: #171717;
  border: 1px solid #171717;
  padding: 20px;
}
.btn_inquiry_page a:hover {
  background: #E0E0DA;
  color: #171717;
}
@media screen and (max-width: 767px) {
  .btn_inquiry_page a {
    margin: 30px auto 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row {
    gap: 45px 0;
  }
}
.row .col_3 {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .row .col_3 {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .row .col_3 {
    width: 100%;
  }
}
.row .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .row .col_2 {
    width: 100%;
  }
}

.reed_block {
  max-width: 780px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .reed_block {
    margin: 0 auto 45px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tours_list .tours_card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 6em auto 6em;
}
@media screen and (max-width: 767px) {
  .tours_list .tours_card {
    margin: 2em auto 4em;
  }
}
.tours_list .tours_card:nth-child(even) {
  flex-direction: row-reverse;
}
.tours_list .tours_card .thum {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tours_list .tours_card .thum {
    width: 100%;
    margin-bottom: 1em;
  }
}
.tours_list .tours_card .inr {
  width: 50%;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .tours_list .tours_card .inr {
    width: 100%;
    padding: 2.5% 5%;
  }
}
.tours_list .tours_card .inr .tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .tours_list .tours_card .inr .tag {
    margin-bottom: 10px;
  }
}
.tours_list .tours_card .inr .tag li {
  background: #171717;
  color: #FFFFFF;
  padding: 5px 12px;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Bebas Neue", cursive;
}
.tours_list .tours_card .inr .tag li a {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .tours_list .tours_card .inr .tag li {
    font-size: 1.2rem;
  }
}
.tours_list .tours_card .inr .day {
  margin-bottom: 1em;
}
.tours_list .tours_card .inr .title {
  font-size: 160%;
  margin-bottom: 1em;
  font-family: "Libre Baskerville", serif;
}
.tours_list .tours_card .inr .excerpt {
  font-size: 90%;
}
.tours_list .tours_card .inr .btn_more {
  text-align: left;
}

.things_list a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .things_list a {
    padding: 0;
  }
}
.things_list a:after {
  content: "";
  display: block;
  margin: 25px 0;
  width: 15%;
  height: 1px;
  background: #171717;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .things_list a:after {
    margin: 15px 0 25px;
  }
}
.things_list a:hover:after {
  width: 0;
}
.things_list a:hover .thum img {
  transform: scale(1.05);
}
.things_list a:hover .inr {
  transition-property: all;
  transition-duration: 0.5s;
  opacity: 0.6;
}
.things_list a .thum {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .things_list a .thum {
    margin-bottom: 20px;
  }
}
.things_list a .thum img {
  width: 100%;
}
.things_list a .tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .things_list a .tag {
    margin-bottom: 10px;
  }
}
.things_list a .tag li {
  background: #171717;
  color: #FFFFFF;
  padding: 5px 12px;
  margin: 2px;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Bebas Neue", cursive;
}
.things_list a .tag li a {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .things_list a .tag li {
    font-size: 1.2rem;
  }
}
.things_list a .title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .things_list a .title {
    font-size: 1.6rem;
  }
}

/* pagination
---------------------------------------------------------------------------------------*/
.pagination {
  clear: both;
  text-align: center;
  margin: 65px 0 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 35px 0 0;
    padding-bottom: 35px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  color: #171717;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .current {
  background: #171717;
  color: #FFFFFF;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}

/* swiper
---------------------------------------------------------------------------------------*/
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px !important;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #171717 !important;
  height: 10px !important;
  width: 10px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF !important;
  background: #171717;
  padding: 12px 20px;
  top: auto !important;
  bottom: 15px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
}

.post_content {
  /**
  * 3.0 - Elements
  */
  /**
  * 4.0 - Alignment
  */
  /**
  * 5.0 - Caption
  */
  /**
  * 7.0 - Audio / Video
  */
  /**
  * 8.0 - RTL
  */
  /*-------------------------------------------------
   youtube
  -------------------------------------------------*/
}
.post_content h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 auto 1em;
  line-height: 1.4;
}
.post_content h2 {
  text-align: center;
  margin-bottom: 45px;
  font-size: 2.6rem;
  line-height: 1.56;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }
}
.post_content h3 {
  font-size: 2rem;
  line-height: 1.56;
  margin: 0 auto 1em;
  font-family: "Libre Baskerville", serif;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #171717;
}
.post_content h4 {
  font-size: 2.2rem;
  line-height: 1.56;
  font-weight: 600;
  margin: 1em auto;
}
.post_content h5 {
  font-size: 1.8rem;
  line-height: 1.56;
  font-weight: 600;
  margin: 1em auto;
}
.post_content h6 {
  font-size: 1.6rem;
  line-height: 1.56;
  font-weight: 600;
  margin: 1em auto;
}
.post_content hr {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.post_content a {
  text-decoration: underline;
}
.post_content figcaption {
  text-align: center;
  font-size: 1.3rem;
  color: #ccc;
}
.post_content .wp-block-spacer {
  height: 90px !important;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-spacer {
    height: 60px !important;
  }
}
.post_content .wp-block-image {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-image {
    margin: 0 auto;
  }
}
.post_content p {
  margin: 0 auto 1.8em;
}
@media screen and (max-width: 767px) {
  .post_content p {
    margin: 0 auto 1em;
  }
}
.post_content .addtoany_content {
  margin: 90px 0 0 !important;
}
.post_content b,
.post_content strong {
  font-weight: 700;
}
.post_content cite,
.post_content dfn,
.post_content em,
.post_content i {
  font-style: italic;
}
.post_content blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}
.post_content blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}
.post_content blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}
.post_content blockquote:after,
.post_content blockquote:before {
  content: "";
  display: table;
}
.post_content blockquote:after {
  clear: both;
}
.post_content blockquote > :last-child {
  margin-bottom: 0;
}
.post_content blockquote cite,
.post_content blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
.post_content blockquote cite,
.post_content blockquote em,
.post_content blockquote i {
  font-style: normal;
}
.post_content blockquote b,
.post_content blockquote strong {
  font-weight: 400;
}
.post_content blockquote.alignleft,
.post_content blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: calc(50% - 14px);
}
.post_content address {
  font-style: italic;
  margin: 0 0 28px;
}
.post_content code,
.post_content kbd,
.post_content pre,
.post_content samp,
.post_content tt,
.post_content var {
  font-family: Inconsolata, monospace;
}
.post_content pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.post_content code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}
.post_content abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
.post_content ins,
.post_content mark {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}
.post_content sub,
.post_content sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.post_content sub {
  top: -6px;
}
.post_content sup {
  bottom: -3px;
}
.post_content small {
  font-size: 80%;
}
.post_content big {
  font-size: 125%;
}
.post_content hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}
.post_content ol {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 2.5em;
}
.post_content ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 2.5em;
}
.post_content .list_disc {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1.2em;
}
.post_content li > ol,
.post_content li > ul {
  margin-bottom: 0;
}
.post_content dl {
  margin: 0 0 28px;
}
.post_content dl .dl_block {
  margin-top: 20px;
  margin-bottom: 30px !important;
}
.post_content dl .dl_block dt {
  border-left: 4px solid #171717;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.post_content dl .dl_block dd {
  margin-left: 0.5em;
}
.post_content dt {
  font-weight: 600;
  font-size: 1.6rem;
}
.post_content table,
.post_content td,
.post_content th {
  vertical-align: top;
}
.post_content table a {
  color: #171717;
}
.post_content table {
  width: 100% !important;
  margin-bottom: 30px;
}
.post_content table tr td:nth-child(odd) {
  background: #AAAAA8;
}
.post_content table th {
  padding: 15px 0;
  font-weight: 600;
  border-bottom: 1px solid #171717;
}
.post_content table td {
  padding: 15px;
  border-bottom: 1px solid #171717;
}
@media screen and (max-width: 767px) {
  .post_content table td {
    display: block;
    width: 100%;
    padding: 12px;
  }
}
.post_content img {
  border: 0;
  height: auto;
  max-width: 100%;
}
.post_content a img {
  display: block;
}
.post_content del {
  opacity: 0.8;
}
.post_content fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}
.post_content .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}
.post_content .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}
.post_content .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
.post_content .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}
.post_content .wp-caption-dd,
.post_content .wp-caption-text {
  color: #686868;
  font-size: 1.2rem;
  line-height: 1.6153846154;
  padding-top: 7px;
}
.post_content .wp-audio-shortcode a,
.post_content .wp-playlist a {
  box-shadow: none;
}
.post_content .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}
.post_content .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}
.post_content .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}
.post_content .mce-content-body .wp-playlist-item-length {
  top: 10px;
}
.post_content .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}
.post_content .rtl blockquote.alignleft,
.post_content .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}
.post_content .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}
.post_content .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}
.post_content .rtl blockquote > ul,
.post_content .rtl li > ul {
  margin-right: 20px;
  margin-left: auto;
}
.post_content .rtl blockquote > ol,
.post_content .rtl li > ol {
  margin-right: 24px;
  margin-left: auto;
}
.post_content .rtl .mce-item-table th,
.post_content .rtl table caption,
.post_content .rtl table th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-buttons {
    justify-content: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-buttons .wp-block-button {
    display: block;
  }
}
.post_content .wp-block-button__link {
  background: #c30d23;
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem !important;
  padding: calc(0.667em + 2px) calc(1.333em + 3px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .post_content .wp-block-button__link {
    width: 90%;
    display: block;
    font-size: 1.4rem !important;
  }
}
.post_content .wp-block-button__link:hover {
  opacity: 0.6;
}
.post_content .blocks-gallery-grid {
  margin: 0 0 2.8em;
}
@media screen and (max-width: 767px) {
  .post_content .blocks-gallery-grid {
    width: calc(100% + 50px);
    margin: 0 -25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .post_content .blocks-gallery-grid .blocks-gallery-item {
    margin: 0;
    width: 100%;
  }
}
.post_content .gallery {
  overflow: hidden;
}
.post_content .gallery img {
  margin-bottom: 0 !important;
}
.post_content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.post_content .gallery .gallery-icon {
  text-align: center;
}
.post_content .gallery .gallery-caption {
  color: #202020;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
}
.post_content .gallery-columns-2 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-2 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-2 .gallery-item {
  width: 49%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-2 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .gallery-columns-3 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-3 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-3 .gallery-item {
  width: 32.33333%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-3 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .gallery-columns-4 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-4 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-4 .gallery-item {
  width: 24%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-4 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .gallery-columns-5 {
  margin: 0 -0.5% 1.5em;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-5 {
    margin: 0 0 1.5em;
  }
}
.post_content .gallery-columns-5 .gallery-item {
  width: 19%;
  margin: 0 0.5% 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .post_content .gallery-columns-5 .gallery-item {
    width: 100%;
    margin: 0 0 1%;
  }
}
.post_content .wp-block-embed-youtube {
  margin: 90px auto;
}
.post_content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.post_content .wp-block-embed-youtube embed,
.post_content .wp-block-embed-youtube iframe,
.post_content .wp-block-embed-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post_article {
  margin: 60px auto;
}
.post_article .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post_article .tag {
    margin-bottom: 20px;
  }
}
.post_article .tag li {
  background: #171717;
  color: #FFFFFF;
  padding: 5px 12px;
  margin: 2px;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Bebas Neue", cursive;
}
.post_article .tag li a {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .post_article .tag li {
    font-size: 1.2rem;
  }
}
.post_article .post_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post_article .post_title {
    margin-bottom: 20px;
  }
}
.post_article .post_title h1 {
  letter-spacing: 0;
  line-height: 1;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 767px) {
  .post_article .post_title h1 {
    font-size: 2.2rem;
  }
}
.post_article .meta_area {
  border: 1px solid #171717;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post_article .meta_area {
    margin-bottom: 20px;
  }
}
.post_article .meta_area p {
  text-align: center;
}
.post_article .meta_area dl .block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.post_article .meta_area dl .block dt {
  font-weight: bold;
  margin-right: 5px;
}
.post_article .meta_area dl .block dd {
  flex: 1;
}
.post_article .swiper {
  padding-bottom: 59px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .post_article .swiper {
    padding-bottom: 55px;
  }
}
.post_article .accordion_area .ac_active:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #171717;
  border-right: solid 2px #171717;
  transform: rotate(-45deg) !important;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .post_article .accordion_area .ac_active:after {
    right: 0;
  }
}
.post_article .accordion_area .ac_title {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px dotted #171717;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 12px 50px 12px 0;
  position: relative;
  transition-property: all;
  transition-duration: 0.5s;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .post_article .accordion_area .ac_title {
    padding: 12px 20px 12px 0;
    font-size: 1.4rem;
  }
}
.post_article .accordion_area .ac_title:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #171717;
  border-right: solid 2px #171717;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .post_article .accordion_area .ac_title:after {
    right: 0;
  }
}
.post_article .accordion_area .ac_title .number {
  width: 30px;
  font-size: 2.6rem;
  color: #171717;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .post_article .accordion_area .ac_title .number {
    font-size: 2rem;
    width: 25px;
    text-align: center;
  }
}
.post_article .accordion_area .ac_title .inr {
  width: calc(100% - 30px);
  padding-left: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .post_article .accordion_area .ac_title .inr {
    padding-left: 5px;
    width: calc(100% - 30px);
  }
}
.post_article .accordion_area .ac_title:hover {
  color: #171717;
}
.post_article .accordion_area .acMenu .ac_inr {
  display: none;
}
.post_article .information table {
  width: 100%;
}
.post_article .information table th {
  padding: 12px 0;
  border-bottom: 1px solid #171717;
  width: 25%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .post_article .information table th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    border: none;
  }
}
.post_article .information table td {
  padding: 12px;
  border-bottom: 1px solid #FFFFFF;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .post_article .information table td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #171717;
  }
}
.post_article .quality .quality_img {
  margin-bottom: 30px;
}
.post_article .option .option_img {
  margin-bottom: 30px;
}
.post_article .tours_section .tours_block {
  margin: 0 auto 90px;
}
.post_article .tours_section .tours_block .tours_block_title {
  text-align: center;
  color: #FFFFFF;
  background: #171717;
  padding: 12px;
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .post_article .tours_section .tours_block .tours_block_title {
    font-size: 1.8rem;
  }
}
.post_article .tours_section .tours_block .tours_block_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #171717;
}
.post_article .tours_section .tours_block .tours_block_contet {
  margin: 0 auto;
}
.post_article .tours_section .tours_block .tours_block_contet:last-child:after {
  display: none;
}
.post_article .tours_section .tours_block .tours_block_contet:after {
  content: "";
  width: 1px;
  height: 90px;
  display: block;
  background: #171717;
  margin: auto;
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  border: 1px solid #171717;
  padding: 3.5%;
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_img .things_link {
  margin-top: 25px;
  text-align: center;
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_img .things_link a {
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  margin: auto;
  text-align: center;
  padding: 0 40px 0 0;
  position: relative;
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_img .things_link a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -35px;
  width: 60px;
  height: 6px;
  border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
  transform: skew(45deg);
  transition-property: all;
  transition-duration: 0.5s;
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_img .things_link a:hover:after {
  right: -45px;
}
.post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_inr {
  width: 60%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .post_article .tours_section .tours_block .tours_block_contet .tours_block_contet_inr .tour_content_inr {
    width: 100%;
    padding: 0;
  }
}
.other_list {
  margin-top: 120px;
  padding: 90px 0;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .other_list {
    margin-top: 60px;
    padding: 45px 0;
  }
}

.other_tours_list {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .other_tours_list {
    padding: 45px 0;
  }
}

.youtube_area {
  margin: 160px auto;
}
@media screen and (max-width: 767px) {
  .youtube_area {
    margin: 90px auto;
  }
}
.youtube_area .section_title {
  text-align: center;
}
.youtube_area .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_area .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tag_list {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3em;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .tag_list {
    margin-bottom: 10px;
  }
}
.tag_list li {
  background: #171717;
  color: #FFFFFF;
  padding: 5px 12px;
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Bebas Neue", cursive;
}
.tag_list li a {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .tag_list li {
    font-size: 1.2rem;
  }
}

/* _footer
---------------------------------------------------------------------------------------*/
.footer {
  background: #171717;
  color: #FFFFFF;
  padding: 45px 0;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 60px;
  }
}
.footer .footer_inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr {
    display: block;
  }
}
.footer .footer_inr .footer_logo {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr .footer_logo {
    max-width: 120px;
    margin: 0 auto 35px;
  }
}
.footer .footer_inr .right_area {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr .right_area {
    text-align: center;
  }
}
.footer .footer_inr .right_area .footer_nav {
  margin-bottom: 20px;
}
.footer .footer_inr .right_area .footer_nav ul li {
  display: inline-block;
  margin: 5px;
}
.footer .footer_inr .right_area .footer_nav ul li a {
  display: block;
  color: #FFFFFF;
}
.footer .footer_inr .right_area .copyright {
  text-align: right;
  font-size: 1.1rem;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr .right_area .copyright {
    text-align: center;
  }
}