@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.1.2
*/


/* font
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

@font-face {
  font-family: 'perpetua';
  src: url('./_g2/assets/font/PERTILI.TTF') format('truetype');
}



/* contents
-------------------------------------------------------------- */
.sp {
  display: none;
}
.tb {
  display: none;
}
.sp_only {
  display: none;
}
.pc {
  display: block;
}
.pc_only {
  display: block;
}
.sp_only_none {
  display: block;
}
a {
  text-decoration: none;
  color: initial;
  transition: 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  color: #AF012D;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}
.center {
  text-align: center;
}



@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .sp_only_none {
    display: none;
  }
  .sp_only {
    display: block;
  }
}



/* flex
-------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexwrapjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexwrapjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexcolac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexcoljc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexcolacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexjs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexacjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexacjar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexwrapacjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexwrapac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexwrapacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align_bl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align_ce {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}





/* 共通
-------------------------------------------------------------- */
body {
  color: #0D0D1E;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.container {
  max-width: 1300px;
  width: 95%;
  padding-left: 0;
  padding-right: 0;
}
p {
  margin: 0;
  line-height: 1.75;
}
.sec_p {
  font-size: 22px;
}
.wide_area {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
}
.w100,
.w100 img {
  width: 100%;
}

.perpetua {
  font-family: "perpetua", sans-serif;
  font-weight: 300;
}

h1,h2,h3,h4 {
  border: none;
  margin: 0;
  padding: 0;
}
h3:after {
  display: none;
}
figure {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec_title {
  margin-bottom: 50px;
}
.sec_title h2 {
  font-size: 30px;
  color: #0D0D1E;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0 !important;
}
.sec_title .h2_en {
  font-size: 19px;
  color: #8D0025 !important;
  font-family: "perpetua", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
  margin: 5px 0;
}




@media only screen and (max-width: 1024px) {
  .sec_p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
  .sec_p {
    font-size: 17px;
  }
  .sec_title h2 {
    font-size: 25px;
  }
  .sec_title .h2_en {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  p {
    font-size: 13px;
  }
  .sec_p {
    font-size: 15px;
  }
  .sec_title {
    margin-bottom: 30px;
  }
  .sec_title h2 {
    font-size: 20px;
  }
  .sec_title .h2_en {
    font-size: 14px;
    letter-spacing: 2px;
  }
}





/* ヘッダー
-------------------------------------------------------------- */
.vk-mobile-nav-menu-btn {
  display: none;
}
.vk-mobile-nav {
  display: none;
}
.site-header {
  position: fixed;
  background-color: #fff;
  transition: 0.3s ease;
  top: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 100;
}
.scrolled .site-header {
  padding: 10px 0;
  transition: 0.3s ease;
  top: 0;
}
.site-header .container {
  max-width: 1800px;
}
.site-header .siteHeadContainer:after {
  display: none;
}
.site-header .h_logo img {
  margin-right: 25px;
}
.site-header .header_p {
  font-size: 11px;
  color: #404051;
}
.site-header .h_menu ul.main_menu {
  gap: 0 50px;
  margin-right: 50px;
}
.site-header .h_menu ul.main_menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #282C34;
  display: block;
}
.site-header .h_menu ul.sub_menu {
  margin-bottom: 8px;
}
.site-header .h_menu ul.sub_menu li + li {
  border-left: 1px solid #CACAD9;
}
.site-header .h_menu ul.sub_menu li a {
  font-size: 15px;
  font-weight: 400;
  color: #414151;
  padding-right: 12px;
  margin-left: 12px;
  display: block;
  line-height: 1.3;
}
.site-header .h_menu ul.sub_menu li:first-of-type a {
  margin-left: 0;
}
.site-header .h_menu .h_btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #AF012D;
  border: 1px solid #AF012D;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 5px 30px;
}
.site-header .h_menu ul li a:hover {
  color: #AF012D;
}
.site-header .h_menu .h_btn:hover {
  color: #AF012D;
  background-color: #fff;
}

.global-nav {
  position: fixed;
  right: -55%;
  /* これで隠れる */
  top: 0;
  width: 50%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 10px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.hamburger {
  position: absolute;
  right: 0;
  top: 5px;
  width: 62px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 62px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger > p {
  top: 40px;
  right: 12px;
  position: absolute;
  font-size: 10px !important;
  letter-spacing: 0px;
  color: #06062C;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__img {
  padding: 0 20px 20px;
  margin: 0 auto;
}
.global-nav__item {
  text-align: center;
  padding: 0 15px;
}
.global-nav__item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #06062C;
}
.global-nav ul li {
  margin-bottom: 0;
  line-height: unset;
}

.hamburger__line {
  position: absolute;
  right: 18px;
  width: 28px;
  height: 2px;
  background-color: #06062C;
  transition: all .6s;
}

ul.navsns {
  width: 100px;
  padding-right: 0;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.hamburger__line--1 {
  top: 15px;
}
.hamburger__line--2 {
  top: 24px;
}
.hamburger__line--3 {
  top: 33px;
}

.black-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height:100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 26px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  right: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 26px;
}
.is-fixed {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 300;
  background: #fff;
}
.hamburger {
  display: none;
}


@media only screen and (max-width: 1500px) {
  .site-header .header_p {
    font-size: 10px;
  }
  .site-header .h_menu ul.main_menu {
    gap: 0 30px;
    margin-right: 40px;
  }
  .site-header .h_menu ul.main_menu li a {
    font-size: 14px;
  }
  .site-header .h_menu ul.sub_menu li a {
    font-size: 13px;
    padding-right: 10px;
    margin-left: 10px;
  }
  .site-header .h_menu .h_btn {
    font-size: 14px;
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .site-header .h_logo img {
    width: 100px;
    margin-right: 15px;
  }
  .site-header .header_p {
    font-size: 9px;
  }
  .site-header .h_menu ul.main_menu {
    gap: 0 25px;
    margin-right: 30px;
  }
  .site-header .h_menu ul.main_menu li a {
    font-size: 13px;
  }
  .site-header .h_menu ul.sub_menu li a {
    font-size: 11px;
    padding-right: 8px;
    margin-left: 8px;
  }
  .site-header .h_menu .h_btn {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-header {
    padding: 10px 0;
  }
  .site-header .header_p {
    display: block;
  }
  .site-header .h_menu {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
  }
}

@media only screen and (max-width: 1100px) {
  /*.site-header .header_p {
    display: none;
  }*/
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

  /*.site-header {
    padding: 10px 0;
  }
  .site-header .header_p {
    display: block;
  }
  .site-header .h_menu {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
  }*/
}

@media only screen and (max-width: 479px) {
  .site-header {
    padding: 8px 0;
  }
  .site-header .h_logo img {
    width: 60px;
    margin-left: 5px;
  }
  .site-header .header_p {
    display: none;
  }
  .hamburger {
    top: 0;
  }
  .global-nav {
    right: -85%;
    width: 80%;
    padding-top: 8px;
  }
  .global-nav__img {
    padding: 0 10px 10px;
  }
}



/* f_contact_area
-------------------------------------------------------------- */
.f_contact_area {
  padding: 130px 0;
  background-image: url(../../uploads/2024/10/f_contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.f_contact_area .f_contact_inner {
  background-color: #fff;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  padding: 60px 80px 40px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
}
.f_contact_area .f_contact_inner .sec_title {
  margin-bottom: 30px;
}
.f_contact_area .f_contact_inner .sec_title h2 {
  font-size: 39px;
}
.f_contact_area .f_contact_inner p {
  color: #404051;
}
.f_contact_area .f_contact_inner .f_contact_wrap {
  margin-top: 30px;
}
.f_contact_area .f_contact_inner .f_contact_box {
  width: 48%;
}
.f_contact_area .f_contact_inner .f_contact_box a {
  display: block;
  color: #8D0025;
  border: 1px solid #8D0025;
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
}
.f_contact_area .f_contact_inner .f_contact_box a i {
  /*color: #8D0025;*/
  margin-right: 10px;
}
.f_contact_area .f_contact_inner .f_contact_box a:hover {
  color: #fff;
  background-color: #8D0025;
}
.f_contact_area .f_contact_inner .f_contact_box .hour {
  margin-top: 10px;
}
.f_contact_area .f_contact_inner .f_contact_box .hour p {
  line-height: 1.3;
  font-size: 14px;
}
.f_contact_area .f_contact_inner .f_contact_box .hour p span {
  font-size: 90%;
}
.f_contact_area .f_contact_inner .f_contact_box .hour .tit {
  color: #fff;
  background-color: #340A03;
  margin-right: 10px;
  padding: 2px 5px;
  letter-spacing: 2px;
}


@media only screen and (max-width: 1024px) {
  .f_contact_area {
    padding: 100px 0;
  }
  .f_contact_area .f_contact_inner {
    padding: 60px 60px 40px;
  }
  .f_contact_area .f_contact_inner .sec_title {
    margin-bottom: 20px;
  }
  .f_contact_area .f_contact_inner .sec_title h2 {
    font-size: 30px;
  }
  .f_contact_area .f_contact_inner .f_contact_box a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .f_contact_area .f_contact_inner {
    padding: 50px;
  }
  .f_contact_area .f_contact_inner .sec_title h2 {
    font-size: 25px;
  }
  .f_contact_area .f_contact_inner .f_contact_box {
    width: 90%;
    margin: 0 auto;
  }
  .f_contact_area .f_contact_inner .f_contact_box + .f_contact_box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .f_contact_area {
    padding: 60px 0;
  }
  .f_contact_area .f_contact_inner {
    padding: 40px 30px;
  }
  .f_contact_area .f_contact_inner .sec_title h2 {
    font-size: 20px;
  }
  .f_contact_area .f_contact_inner .f_contact_box {
    width: 100%;
  }
  .f_contact_area .f_contact_inner .f_contact_box a {
    font-size: 20px;
    padding: 15px 0;
  }
  .f_contact_area .f_contact_inner .f_contact_box .hour p {
    font-size: 12px;
  }
}




/* f_bnr_area
-------------------------------------------------------------- */
.f_bnr_area {
  padding: 80px 0;
}
.f_bnr_area .member_area {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
}
.f_bnr_area .member_area .member_wrap > div {
  width: 48%;
  gap: 0 50px;
}
.f_bnr_area .member_area .member_wrap > div p {
  font-size: 14px;
}
.f_bnr_area ul {
  gap: 30px;
}
.f_bnr_area ul + ul {
  margin-top: 50px;
}
.f_bnr_area ul li {
  width: calc( 100% / 3 - 20px );
}
.f_bnr_area ul li img {
  width: 100%;
}




@media only screen and (max-width: 1024px) {
  .f_bnr_area .member_area {
    margin: 0 auto 50px;
  }
  .f_bnr_area .member_area .member_wrap > div {
    width: 80%;
    margin: 0 auto;
  }
  .f_bnr_area .member_area .member_wrap > div + div {
    margin-top: 30px;
  }
  .f_bnr_area ul {
    gap: 20px;
  }
  .f_bnr_area ul + ul {
    margin-top: 30px;
  }
  .f_bnr_area ul li {
    width: calc( 100% / 3 - 13.4px );
  }
}

@media only screen and (max-width: 768px) {
  .f_bnr_area {
    padding: 50px 0;
  }
  .f_bnr_area .member_area .member_wrap > div p {
    font-size: 13px;
  }
  .f_bnr_area ul li {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .f_bnr_area {
    padding: 30px 0 50px;
  }
  .f_bnr_area .member_area .member_wrap > div {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .f_bnr_area .member_area .member_wrap > div img {
    margin: 10px auto;
  }
  .f_bnr_area ul li {
    width: 90%;
  }
}






/* f_sns_area
-------------------------------------------------------------- */
.f_sns_area {
  padding: 0 0 80px;
}
.f_sns_area ul {
  gap: 0 40px;
}
/*.f_sns_area {
  padding: 80px 0;
  background-color: #EEEEEE;
}
.f_sns_area ul {
  gap: 20px 50px;
}
.f_sns_area ul li {
  width: calc( 100% / 3 - 33.4px );
}
.f_sns_area ul li a {
  display: block;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 28px;
  border: 2px solid;
}
.f_sns_area ul li.fb a {
  border-color: #4052B6;
  background-color: #4052B6;
}
.f_sns_area ul li.fb a:hover {
  color: #4052B6;
  background-color: #fff;
}
.f_sns_area ul li.x a {
  border-color: #010101;
  background-color: #010101;
}
.f_sns_area ul li.x a:hover {
  color: #010101;
  background-color: #fff;
}
.f_sns_area ul li.insta a {
  border-color: #E92064;
  background-color: #E92064;
}
.f_sns_area ul li.insta a:hover {
  color: #E92064;
  background-color: #fff;
}*/



@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .f_sns_area {
    padding: 0 0 50px;
  }
  /*.f_sns_area {
    padding: 50px 0;
  }
  .f_sns_area ul {
    gap: 20px 30px;
  }
  .f_sns_area ul li {
    width: 80%;
    margin: 0 auto;
  }
  .f_sns_area ul li a {
    font-size: 25px;
  }*/
}

@media only screen and (max-width: 479px) {
  /*.f_sns_area ul li {
    width: 90%;
  }
  .f_sns_area ul li a {
    font-size: 20px;
    padding: 20px;
  }*/
}







/* -----------------------------------------------------------
  フッター
----------------------------------------------------------- */
.siteFooter {
  border: none;
}
.siteFooter p {
  margin-bottom: 0;
}
.siteFooter a:hover {
  color: #AF012D !important;
  text-decoration: none !important;
}
.siteFooter .footer_inner {
  padding: 80px 0;
}
.siteFooter .f_address {
  /*width: 40%;*/
}
.siteFooter .f_address p {
  color: #404051;
  line-height: 2;
}
.siteFooter .f_address p .name {
  font-size: 120%;
}
.siteFooter .f_menu {
  width: 55%;
}
.siteFooter .f_menu ul {
  margin: 0;
  padding: 0;
}
.siteFooter .f_menu ul + ul {
  margin-top: 30px;
}
.siteFooter .f_menu ul li {
  list-style: none;
  margin: 0;
}
.siteFooter .f_menu ul li a {
  color: #424251;
  display: block;
}
.siteFooter .f_menu ul.menu01 {

}
.siteFooter .f_menu ul.menu02 li + li {
  border-left: 1px solid #CACAD9;
}
.siteFooter .f_menu ul.menu02 li a {
  font-size: 15px;
  padding-right: 12px;
  margin-left: 12px;
}
.siteFooter .f_menu ul.menu02 li:first-of-type a {
  margin-left: 0;
}
.siteFooter .f_menu ul.menu03 {
  gap: 20px;
}
.siteFooter .f_menu ul.menu03 li a {
  color: #AF012D;
  border: 1px solid #AF012D;
  border-radius: 5px;
  text-align: center;
  padding: 6px 40px;
}
.siteFooter .f_menu ul.menu03 li a:hover {
  color: #fff !important;
  background-color: #AF012D;
}
.siteFooter .copyright {
  color: #fff;
  background-color: #0F0F1E;
  padding: 30px 0;
}
.siteFooter .copyright p {
  font-size: 13px;
}

.page_top_btn {
  /*border-radius: 50%;*/
  box-shadow: none;
  background-color: #AF012D;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
}
.f_contact_btn {
  display: none;
}



@media only screen and (max-width: 1280px) {
  .siteFooter .f_menu ul li a {
    font-size: 14px;
  }
  .siteFooter .f_menu ul.menu02 li a {
    font-size: 13px;
    padding-right: 10px;
    margin-left: 10px;
  }
  .siteFooter .f_menu ul.menu03 li a {
    padding: 4px 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .siteFooter .footer_inner {
    padding: 50px 0;
  }
  .siteFooter .f_address {
    width: 100%;
    margin-bottom: 50px;
  }
  .siteFooter .f_menu {
    width: 100%;
  }
  .siteFooter .f_menu ul + ul {
    margin-top: 20px;
  }
  .siteFooter .f_menu ul {
    justify-content: left;
  }
  .siteFooter .f_menu ul.menu01 {
    gap: 10px 50px;
  }
  .siteFooter .copyright {
    padding: 20px 0;
  }
  .siteFooter .copyright p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .siteFooter .f_address p {
    font-size: 14px;
    text-align: center;
  }
  .siteFooter .f_menu ul {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  .siteFooter .f_menu ul.menu01 {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 5px 30px;
  }
  .siteFooter .copyright p {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .siteFooter .footer_inner {
    padding: 30px 0;
  }
  .siteFooter .f_address {
    margin-bottom: 40px;
  }
  .siteFooter .f_address p {
    font-size: 13px;
  }
  .siteFooter .f_menu ul li a {
    font-size: 13px;
  }
  .siteFooter .f_menu ul.menu01 {
    gap: 0;
  }
  .siteFooter .f_menu ul.menu01 li,
  .siteFooter .f_menu ul.menu02 li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CACAD9;
    padding: 5px 0;
  }
  .siteFooter .f_menu ul.menu01 li:first-of-type {
    border-top: 1px solid #CACAD9;
  }
  .siteFooter .f_menu ul.menu02 {
    margin-top: 0;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .siteFooter .f_menu ul.menu02 li a {
    /*font-size: 12px;
    padding-right: 8px;
    margin-left: 8px;
    line-height: 1.5;*/
    padding-right: 0;
    margin-left: 0;
  }
  .siteFooter .f_menu ul.menu02 li + li {
    border-left: none;
  }
  .siteFooter .copyright {
    padding: 12px 0;
  }
  .siteFooter .copyright p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .siteFooter .f_menu ul li a {
    font-size: 12px;
  }
  .siteFooter .f_menu ul.menu02 li a {
    font-size: 11px;
  }
}


/* -----------------------------------------------------------
  パンくず
----------------------------------------------------------- */
.breadSection {
  border-bottom: none;
}
.breadSection .breadcrumb {
  padding: 0;
}
.breadSection .breadcrumb>li+li:before {
  content: '＞'
}
.breadSection .breadcrumb a,
.breadSection .breadcrumb span {
  font-size: 13px;  /*16px*/
  color: #000;
  font-weight: 400;
  transition: 0.3s ease;
}
.breadSection .breadcrumb a:hover,
.breadSection .breadcrumb a:hover span {
  color: #CBA971;
  transition: 0.3s ease;
}



@media only screen and (max-width: 1024px) {
  /*.breadSection .breadcrumb a,
  .breadSection .breadcrumb span {
    font-size: 15px;
  }*/
}

@media only screen and (max-width: 768px) {
  .breadSection .breadcrumb a,
  .breadSection .breadcrumb span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .breadSection {
    margin-bottom: 20px;
  }
  .single-tour .breadSection {
    margin-bottom: 0;
  }
  .breadSection .breadcrumb {
    padding: 6px 15px;
  }
  .breadSection .breadcrumb a,
  .breadSection .breadcrumb span {
    font-size: 11px;
  }
}


/* -----------------------------------------------------------
  top
----------------------------------------------------------- */

/* 共通
---------------------------------------------------------- */
main {
  margin-top: 120px;
}
.home .siteContent {
  padding: 0;
}
.tour_wrap {
  gap: 20px 16px;
}
.tour_box .img_area {
  position: relative;
  margin-bottom: 10px;
}
.tour_box .img_area img {
  width: 100%;
  object-fit: cover;
}
.tour_box p {
  font-size: 15px;
  padding: 0 5px;
}
.tour_box .tour_cat_list {
  gap: 2px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.tour_box .tour_cat_list li {
  width: unset !important;
}
.tour_box .tour_cat {
 font-size: 14px;
 font-family: "Noto Serif JP", serif;
 color: #fff;
 background-color: #8E0125;
 text-align: center;
 padding: 5px 10px;
 /*position: absolute;
 bottom: 0;
 left: 0;*/
}
.theme_title_area .theme_title {
  font-size: 45px;
  font-family: "perpetua", sans-serif;
  font-weight: 300;
  color: #8C0025;
}
.theme_title_area p {
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
}


@media only screen and (max-width: 1280px) {
  main {
    margin-top: 73px;  /*90px*/
  }
  .theme_title_area .theme_title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .tour_box p {
    font-size: 14px;
  }
  .tour_box .tour_cat {
    font-size: 13px;
  }
  .theme_title_area .theme_title {
    font-size: 30px;
  }
  .theme_title_area p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  /*main {
    margin-top: 70px;
  }*/
  .theme_title_area .theme_title {
    font-size: 25px;
  }
  .theme_title_area p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  main {
    margin-top: 64px;
  }
  .tour_wrap {
    gap: 30px 10px;
  }
  .tour_box p {
    font-size: 13px;
  }
  .tour_box .tour_cat {
    font-size: 11px;
  }
  .theme_title_area .theme_title {
    font-size: 22px;
  }
  .theme_title_area p {
    font-size: 14px;
  }
}



/* top_mainimg
-------------------------------------------------------------- */
.home .top_mainimg {
  position: relative;
}
.home .top_mainimg img {
  object-fit: cover;
  height: 850px;
  height: 45vw;
}
.home .top_mainimg .main_text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home .top_mainimg .main_text h1 {
  font-size: 50px;
  font-size: 2.6vw;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-bottom: 1vw;
}
.home .top_mainimg .main_text .main_p {
  font-size: 17px;
  font-size: 0.9vw;
  font-weight: 400;
  color: #414151;
  line-height: 2;
  display: inline;
  background-color: rgba(255,255,255,0.7);
}

@media only screen and (max-width: 1024px) {
  .home .top_mainimg .main_text {
    left: 6%;
  }
  .home .top_mainimg .main_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home .top_mainimg .main_text .main_p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_mainimg img {
    height: 400px;
    object-fit: cover;
  }
  .home .top_mainimg .main_text h1 {
    font-size: 25px;
  }
  .home .top_mainimg .main_text .main_p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_mainimg img {
    height: 330px;
  }
  .home .top_mainimg .main_text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home .top_mainimg .main_text .main_p {
    font-size: 11px;
    line-height: 1.5;
  }
}



/* top_main
-------------------------------------------------------------- */
.home .top_main {
  padding: 100px 0;
  padding: 5vw 0;
  background-image: url(../../uploads/2026/04/top_main-f_bg.jpg);
  background-repeat: no-repeat;
  background-size: 900px;
  background-size: 47vw;
  background-position: top right -100px;
  margin-top: 30px;
  margin-top: 1.5vw;
}
.home .top_main .container {
  max-width: 1600px;
}
.home .top_main .top_main_inner {

}
.home .top_main .top_main_inner img {
  width: unset;
  width: 28vw;
  margin-right: 5%;
  align-self: flex-start;
}
.home .top_main .top_main_inner .text_area {
  max-width: 460px;
}
.home .top_main .top_main_inner .text_area .title_area {
  position: relative;
  margin: 30px 0 60px;
  margin: 1.5vw 0 3vw;
  display: inline-block;
}
.home .top_main .top_main_inner .text_area .title_area::after {
  content: '';
  position: absolute;
  background-image: url(../../uploads/2024/10/illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  width: 3.9vw;
  height: 108px;
  height: 5.5vw;
  right: -100px;
  right: -5vw;
  bottom: -20px;
  bottom: -1vw;
}
.home .top_main .top_main_inner .text_area .title_area h2 {
  font-size: 44px;
  font-size: 2.3vw;
  font-family: "Noto Serif JP", serif;
  color: #8C0025;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-bottom: 0.8vw;
}
.home .top_main .top_main_inner .text_area .title_area p {
  font-size: 18px;
  font-size: 0.95vw;
  color: #CC457D;
  letter-spacing: 1px;
}
.home .top_main .top_main_inner .text_area > p {
  line-height: 1.8;
}



@media only screen and (max-width: 1024px) {
  .home .top_main {
    padding: 50px 0;
    margin-top: 10px;
    background-size: 450px;
    position: relative;
  }
  .home .top_main::after {
    content: '';
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .home .top_main .top_main_inner {
    position: relative;
    z-index: 1;
  }
  .home .top_main .top_main_inner img {
    width: 30%;
  }
  .home .top_main .top_main_inner .text_area {
    width: 55%;
    max-width: unset;
  }.home .top_main .top_main_inner .text_area .title_area::after {
    width: 45px;
    height: 64px;
    right: -55px;
    bottom: -10px;
  }
  .home .top_main .top_main_inner .text_area .title_area h2 {
    font-size: 25px;
  }
  .home .top_main .top_main_inner .text_area .title_area p {
    font-size: 12px;
  }
  .home .top_main .top_main_inner .text_area > p {
    text-shadow: 2px 2px 3px #fff;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_main .top_main_inner {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  .home .top_main .top_main_inner img {
    width: 90%;
    margin: 0 auto;
  }
  .home .top_main .top_main_inner .text_area {
    width: 90%;
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_main {
    background-size: 300px;
  }
  .home .top_main .top_main_inner .text_area .title_area h2 {
    font-size: 22px;
  }
  .home .top_main .top_main_inner .text_area .title_area p {
    font-size: 11px;
  }
}


/* top_info
-------------------------------------------------------------- */
.home .top_info .container  {
  padding: 80px 0;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
.home .top_info .top_info_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
.home .top_info h2 {
  font-size: 23px;
  color: #8C0025;
  margin-bottom: 30px;
}
.home .top_info h2 img {
  width: unset;
  margin-right: 20px;
}
.home .top_info .info_list li a {
  padding: 10px 0;
}
.home .top_info .info_list li a p {
  font-size: 14px;
  color: #525260;
  transition: 0.3s ease;
}
.home .top_info .info_list li a:hover p {
  color: #AF012D;
  transition: 0.3s ease;
}
.home .top_info .info_list .info_date {
  width: 10%;
}
.home .top_info .info_list .info_title {
  width: 90%;
}



@media only screen and (max-width: 1024px) {
  .home .top_info .container  {
    padding: 50px 0;
  }
  .home .top_info h2 {
    margin-bottom: 20px;
  }
  .home .top_info .info_list .info_date {
    width: 13%;
  }
  .home .top_info .info_list .info_title {
    width: 87%;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_info h2 {
    font-size: 20px;
  }
  .home .top_info .info_list .info_date {
    width: 100%;
  }
  .home .top_info .info_list .info_title {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_info .container  {
    padding: 30px 0;
  }
  .home .top_info h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home .top_info .info_list li a p {
    font-size: 13px;
  }
}



/* top_popularity
-------------------------------------------------------------- */
.home .top_popularity {
  padding: 80px 0;
}
.home .top_popularity .popularity_list li {
  width: calc( 100% / 4 - 12px );
}
.home .top_popularity .popularity_list li img {
  height: 313px;
}


@media only screen and (max-width: 1280px) {
  .home .top_popularity .popularity_list li img {
    height: 23vw;
  }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .home .top_popularity {
    padding: 50px 0;
  }
  .home .top_popularity .popularity_list li {
    width: calc( 100% / 2 - 8px );
  }
  .home .top_popularity .popularity_list li img {
    height: 32vw;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_popularity {
    padding: 40px 0;
  }
  .home .top_popularity .popularity_list li {
    width: calc( 100% / 2 - 5px );
  }
  .home .top_popularity .popularity_list li img {
    height: 30vw;
  }
}




/* top_theme
-------------------------------------------------------------- */
.home .top_theme {
  padding: 80px 0;
}
.home .top_theme .theme_box {
  position: relative;
  padding: 100px 80px;
  background-color: #fff;
}
.home .top_theme .theme_box::before {
  content: '';
  position: absolute;
  /*background-image: url(../../uploads/2024/10/ribbon02.jpg);*/
  background-repeat: no-repeat;
  background-size: contain;
  width: 158px;
  height: 157px;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .top_theme .theme_box.bg_gray {
  background-color: #EEEEEE;
}
/*.home .top_theme .theme_box.bg_gray::before {
  background-image: url(../../uploads/2024/10/ribbon01.jpg);*/
}
.home .top_theme .theme_box .theme_title_area {
  /*width: 32%;
  margin: 30px 0 0;*/
  z-index: 5;
  margin: 30px 0;
  position: relative;
}
.home .top_theme .theme_box .theme_title_area img {
  margin-top: 30px;
}
.home .top_theme .theme_box .theme_tour_area {
  width: 60%;
}
.home .top_theme .theme_box .theme_tour_area .theme_list li {
  width: calc( 100% / 2 - 8px );
}
.home .top_theme .theme_box .theme_tour_area .theme_list img {
  height: 205px;
}
.home .top_theme .theme_box .theme_img_area {
  width: 32%;
}


@media only screen and (max-width: 1280px) {
  .home .top_theme .theme_box {
    padding: 80px 50px;
  }
  .home .top_theme .theme_box .theme_tour_area {
    width: 63%;
  }
  .home .top_theme .theme_box .theme_tour_area .theme_list img {
    height: 15vw;
  }
}

@media only screen and (max-width: 1024px) {
  .home .top_theme .theme_box {
    padding: 60px 40px;
  }
  .home .top_theme .theme_box::before {
    width: 120px;
    height: 120px;
  }
  .home .top_theme .theme_box .theme_title_area {
    margin: 20px 0 30px;
    padding-left: 10px;
  }
  .home .top_theme .theme_box .theme_tour_area .theme_list img {
    height: 16vw;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_theme {
    padding: 50px 0;
  }
  .home .top_theme .theme_box .theme_title_area {
    width: 100%;
    margin: 20px 0;
    padding-left: 0;
  }
  .home .top_theme .theme_box .theme_title_area > img {
    display: none;
  }
  .home .top_theme .theme_box .theme_tour_area {
    width: 100%;
  }
  .home .top_theme .theme_box .theme_tour_area .theme_list img {
    height: 25vw;
  }
  .home .top_theme .theme_box .theme_img_area {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_theme {
    padding: 40px 0;
  }
  .home .top_theme .theme_box {
    padding: 50px 30px;
  }
  .home .top_theme .theme_box::before {
    width: 90px;
    height: 90px;
  }
  .home .top_theme .theme_box .theme_title_area {
    margin: 0 0 20px;
    text-align: center;
  }
  .home .top_theme .theme_box .theme_tour_area .theme_list li {
    width: 100%;
  }
  .home .top_theme .theme_box .theme_tour_area .theme_list img {
    height: 50vw;
  }
}



/* top_topics
-------------------------------------------------------------- */
.home .top_topics {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.home .top_topics .container,
.home .top_deep .container {
  max-width: 1150px;
}
.home .top_topics .theme_title_area {
  margin-bottom: 80px;
}
.home .container_inner {
  width: 95%;
  margin: 0 auto;
}
.home .top_topics .topics_list .topics_wrap {
  gap: 20px 30px;
}
.home .top_topics .topics_list li {
  width: calc( 100% / 6 - 25px );
}
.home .top_topics .topics_list li img {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 100%;
  height: 279px;
  height: 14.5vw;
  object-fit: cover;
}
.home .top_topics .topics_list li p {
  padding: 0 10px;
}



@media only screen and (max-width: 1024px) {
  .home .top_topics {
    padding: 80px 0;
  }
  .home .top_topics .theme_title_area {
    margin-bottom: 50px;
  }
  .home .top_topics .topics_list li {
    width: calc( 100% / 3 - 20px );
  }
  .home .top_topics .topics_list li img {
    height: 29.2vw;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_topics {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_topics .theme_title_area {
    text-align: center;
    margin-bottom: 30px;
  }
  .home .top_topics .topics_list .topics_wrap {
    gap: 20px 10px;
  }
  .home .top_topics .topics_list li {
    width: calc( 100% / 2 - 5px );
  }
  .home .top_topics .topics_list li img {
    height: 46vw;
  }
}


/* top_deep
-------------------------------------------------------------- */
.home .top_deep {
  padding: 100px 0;
}
.home .top_deep .theme_title_area {
  margin-bottom: 80px;
}
.home .top_deep .deep_list ul {
  width: 65%;
}
.home .top_deep .list_r {
  margin-top: 80px;
}
.home .top_deep .list_r ul {
  margin-left: auto;
}
.home .top_deep .deep_list .illust03 {
  width: 30%;
}
.home .top_deep .deep_list li {
  width: calc( 100% / 3 - 10.7px );
}
.home .top_deep .deep_list li img {
  width: 100%;
  height: 235px;
  height: 12vw;
  object-fit: cover;
  margin-bottom: 10px;
}
.home .top_deep .deep_list li p {
  padding: 0 5px;
}
.home .top_deep .deep_list .illust02 {
  margin-left: 80px;
  width: 17.3vw;
}



@media only screen and (max-width: 1024px) {
  .home .top_deep {
    padding: 80px 0;
    background-image: url(../../uploads/2024/10/illust02.png), url(../../uploads/2024/10/illust03.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 180px, 250px;
    background-position: top 20px right 30px, bottom left 30px;
  }
  .home .top_deep .theme_title_area {
    margin-bottom: 50px;
  }
  .home .top_deep .deep_list .illust02,
  .home .top_deep .deep_list .illust03 {
    display: none;
  }
  .home .top_deep .deep_list ul {
    width: 85%;
  }
  .home .top_deep .deep_list li img {
    height: 17vw;
  }
  .home .top_deep .list_r {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_deep {
    padding: 50px 0 80px;
    background-size: 120px, 180px;
    background-position: top 20px right 30px, bottom left 30px;
  }
  .home .top_deep .deep_list ul {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .home .top_deep {
    background-size: 90px, 160px;
    background-position: top 10px right 10px, bottom left 20px;
  }
  .home .top_deep .theme_title_area {
    margin-bottom: 30px;
  }
  .home .top_deep .deep_list ul {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  .home .top_deep .deep_list li {
    width: calc( 100% / 2 - 5px );
  }
  .home .top_deep .deep_list li img {
    height: 30vw;
  }
}



/* top_ancient
-------------------------------------------------------------- */
.home .top_ancient {
  padding: 100px 0;
}
.home .top_ancient .theme_title_area {
  margin-bottom: 80px;
}
.home .top_ancient .ancient_list li {
  width: calc( 100% / 4 - 12px );
}
.home .top_ancient .ancient_list li img {
  height: 409px;
}


@media only screen and (max-width: 1280px) {
  .home .top_ancient .ancient_list li img {
    height: 30vw;
  }
}

@media only screen and (max-width: 1024px) {
  .home .top_ancient {
    padding: 80px 0;
  }
  .home .top_ancient .theme_title_area {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .home .top_ancient .ancient_list li {
    width: calc( 100% / 2 - 8px );
  }
}

@media only screen and (max-width: 479px) {
  .home .top_ancient {
    padding: 50px 0;
  }
  .home .top_ancient .theme_title_area {
    margin-bottom: 30px;
  }
  .home .top_ancient .ancient_list li {
    width: calc( 100% / 2 - 5px );
  }
}





/* top_bnr
-------------------------------------------------------------- */
.home .top_bnr {
  padding: 80px 0 150px;
}




@media only screen and (max-width: 1024px) {
  .home .top_bnr {
    padding: 50px 0 100px;
  }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {
  .home .top_bnr {
    padding: 30px 0 50px;
  }
}







/* 固定ページ共通
-------------------------------------------------------------- */
.page main .container {
  max-width: 1100px;
}
.home.page main .container {
  max-width: 1300px;
}
.page .row {
  margin-right: 0;
  margin-left: 0;
}
.u_sec {
  margin-bottom: 150px;
}
h1.wp-block-heading {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 100px;
}
.u_mainimg {
  margin-bottom: 20px;
  position: relative;
}
.u_mainimg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.u_mainimg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  /*height: 500px;*/
  height: 300px;

}
.u_mainimg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 5px;
  font-weight: 400;
  text-align: center;
  width: 90%;
}
/*.post-name-privacy .u_mainimg {
  background-image: url(./_g2/assets/images/privacy_mainimg.jpg);
}*/



.page .title_en {
  position: absolute;
  top: 560px;
  left: 280px;
  font-size: 95px;
  font-family: "century-old-style-std", serif;
	font-weight: 400;
	font-style: normal;
  color: #C1A989;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  text-transform: capitalize;
}
.u_main_area {
  margin-bottom: 60px;  /*80px*/
}
/*.u_main_title {
  position: relative;
  width: 85%;
  margin-left: auto;
}
.u_main_title::before {
  position: absolute;
  top: -35%;
  left: -22%;
  font-size: 95px;
  font-size: 5vw;
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  color: #C1A989;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  letter-spacing: 3px;
}*/
/*.post-name-company .u_main_title::before {
  content: 'Company';
}*/
.page h2.wp-block-heading {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
}





@media only screen and (max-width: 1024px) {
  .u_sec {
    margin-bottom: 100px;
  }
  .u_mainimg img {
    height: 400px;
  }
  h1.wp-block-heading {
    font-size: 35px;
  }
}

/*@media only screen and (max-width: 1000px) {
  .tour_mainimg .container {
    height: 55vw;
  }
  .tour_mainimg .title {
    font-size: 2.2vw;
    top: 11%;
    width: 53%;
    right: 3%;
  }
  .tour_mainimg .titleimg.img01 {
    width: 55vw;
  }
  .tour_mainimg .titleimg.img02 {
    width: 28.5vw;
  }
  .tour_mainimg .titleimg.img03 {
    width: 27vw;
  }
  .tour_mainimg .titleillust01 {
    width: 10.5vw;
  }
  .tour_mainimg .titleillust02 {
    width: 12vw;
  }
}*/

@media only screen and (max-width: 768px) {
  .u_sec {
    margin-bottom: 80px;
  }
  .u_mainimg img {
    height: 300px;
  }
  .u_mainimg h1 {
    font-size: 30px;
  }
  h1.wp-block-heading {
    font-size: 25px;
  }
  .page h2.wp-block-heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .u_sec {
    margin-bottom: 50px;
  }
  .u_mainimg {
    margin-bottom: 10px;
  }
  .u_mainimg img {
    height: 200px;
  }
  .u_mainimg h1 {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .u_main_area {
    margin-bottom: 50px;
  }
  .u_main_title {
    width: 100%;
  }
  .u_main_title::before {
    z-index: -1;
    left: -5%;
    top: -5%;
    opacity: 0.3;
    font-size: 60px;
  }
  h1.wp-block-heading {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .page h2.wp-block-heading {
    font-size: 20px;
  }
}



/* 会社概要
-------------------------------------------------------------- */
.post-name-company .breadSection {
  display: none;
}
.post-name-company .company_main {
  /*background-color: beige;*/
  padding: 80px 40px;
  margin-bottom: 100px;
  color: #3F0000;
  background-image: url(../../uploads/2024/11/company_main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.post-name-company .company_main h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.post-name-company .company_main .company_main_inner {
  max-width: 1350px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  height: 750px;
}
.post-name-company .company_main .company_main_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../uploads/2024/11/company_img01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 735px;
  height: 490px;
}
.post-name-company .company_main .company_main_inner::after {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 0;
  background-image: url(../../uploads/2024/11/company_img02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 430px;
}
.post-name-company .company_main .company_tit {
  padding: 50px;
  display: inline-block;
}
.post-name-company .company_main .company_tit h2 {
  font-size: 28px;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.post-name-company .company_main .company_tit p {
  font-size: 22px;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.post-name-company .company_main .company_main_l {
  width: 43%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.post-name-company .company_main .company_main_l img {
  display: none;
}
.post-name-company .company_main .company_main_l h3 {
  margin-bottom: 20px;
}
.post-name-company .company_main .company_main_l p {
  font-size: 14px;
  line-height: 1.8;
}
.post-name-company .company_main .company_main_r {
  width: 52%;
  position: absolute;
  right: 0;
  top: 3%;
  z-index: 2;
}
.post-name-company .company_main .company_main_r p {
  font-size: 20px;
}
.post-name-company .company_main .company_main_r img {
  display: none;
}
.u_line {
  position: relative;
  margin-bottom: 80px !important;
}
.u_line::after {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #AF012D;
  border-radius: 2px;
}
.post-name-company .u_line {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #3F0000;
}
.post-name-company .u_mainimg {
  display: none;
}
.post-name-company .siteContent {
  padding: 0;
}
.post-name-company .siteContent h3 {
  font-size: 22px;
  margin-bottom: 40px;
}
.post-name-company .staff_box {
  padding: 30px;
  background-color: #F7F3F3;
  margin-bottom: 0;
}
.post-name-company .staff_box .company_name_area {
  margin-bottom: 15px;
}
.post-name-company .staff_box p {
  margin-bottom: 0;
}
.post-name-company table {
  border-top: none;
}
.post-name-company table td {
  padding: 25px 40px;
  font-size: 18px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-style: normal;
  line-height: 1.8;
  border-color: #808080;
  border: none;
  border-bottom: 1px solid #808080;
}
.post-name-company .company_profile table td {
  vertical-align: top;
}
.post-name-company .company_profile table tr td:first-of-type {
  /*background-color: #f4e9e8;*/
  color: #AF012D;
  width: 25%;
}
.post-name-company .company_profile table tr td:last-of-type {
  width: 75%;
}
.post-name-company .company_map iframe {
  width: 100%;
  height: 350px;
}
.post-name-company .company_application table tr td:first-of-type {
  width: 30%;
  color: #AF012D;
}
.post-name-company .company_application table tr td:last-of-type {
  width: 70%;
}
.post-name-company .wide_area .company-container {
  max-width: 1070px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.post-name-company .bg_pink {
  background-color: #ffe7e7;
  padding: 100px 50px;
  margin-bottom: 0;
}
.flow_arrow {
  position: relative;
  margin-bottom: 30px !important;
}
.flow_arrow:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #AF012D;
  height: calc( 60px / 2 );
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.post-name-company .company_cancel table td {
  width: 50%;
}
.post-name-company .company_cancel table tr td:first-of-type {
  background-color: rgba(193,169,137,0.1);
}
.post-name-company .company_cancel table tr td:last-of-type {
  color: #AF012D;
}
.post-name-company .app_waku {
  background-color: #fff;
  border: 1px solid #333;
  padding: 30px 25px;
}
.post-name-company .app_waku p {
  font-size: 14px;
  line-height: 2;
}
.post-name-company .w900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}



@media only screen and (max-width: 1024px) {
  .post-name-company .company_main .company_tit {
    padding: 30px;
  }
  .post-name-company .company_main .company_main_inner {
    height: 1000px;
  }
  .post-name-company .company_main .company_main_inner::after {
    bottom: 10%;
  }
  .post-name-company .company_main .company_main_l {
    width: 80%;
  }
  .post-name-company .company_main .company_main_r {
    top: 20%;
    width: 80%;
  }
  .post-name-company .company_profile table tr td:first-of-type {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .post-name-company .company_main {
    padding: 50px 5%;
    margin-bottom: 80px;
  }
  .post-name-company .company_main h2 {
    font-size: 20px;
  }
  .post-name-company .company_main .company_main_inner {
    height: auto;
  }
  .post-name-company .company_main .company_main_inner::before,
  .post-name-company .company_main .company_main_inner::after {
    display: none;
  }
  .post-name-company .company_main .company_tit {
    padding: 0;
    display: block;
  }
  .post-name-company .company_main .company_main_l {
    position: unset;
    left: unset;
    bottom: unset;
    width: 100%;
    margin-bottom: 50px;
  }
  .post-name-company .company_main .company_main_l img {
    display: block;
    width: 80%;
  }
  .post-name-company .company_main .company_main_r {
    position: unset;
    right: unset;
    top: unset;
    width: 100%;
  }
  .post-name-company .company_main .company_main_r p {
    font-size: 18px;
  }
  .post-name-company .company_main .company_main_r img {
    display: block;
    width: 80%;
    margin-left: auto;
  }
  .post-name-company .siteContent h3 {
    font-size: 18px;
  }
  .post-name-company table td {
    padding: 20px 15px;
    font-size: 15px;
  }
  .post-name-company .staff_box .photo_no {
    display: none;
  }
  .post-name-company .bg_pink {
    padding: 60px 30px;
  }
  .post-name-company .company_cancel_wrap .wp-block-column {
    flex-basis: unset !important;
  }
  .post-name-company .company_cancel_wrap .wp-block-column h4 {
    font-size: 17px;
  }
  .post-name-company .company_cancel_wrap .wp-block-column p {
    font-size: 25px !important;
    padding: 20px 10px !important;
  }
}

@media only screen and (max-width: 479px) {
  .post-name-company .company_main h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .post-name-company .company_main .company_main_l img {
    width: 100%;
  }
  .post-name-company .company_main .company_main_l p {
    font-size: 13px;
  }
  .post-name-company .company_main .company_main_r p {
    font-size: 13px;
    margin-block-start: 0;
  }
  .post-name-company .company_main .company_main_r img {
    width: 100%;
  }
  .post-name-company .company_main .company_tit {
    text-align: center;
  }
  .post-name-company .company_main .company_tit h2 {
    width: 100%;
    margin: auto !important;
    font-size: 22px;
  }
  .post-name-company .company_main .company_tit p {
    width: 100%;
    margin: auto !important;
    font-size: 16px;
  }
  .u_line {
    margin-bottom: 50px !important;
  }
  .u_line::after {
    bottom: -20px;
    width: 40px;
    height: 3px;
  }
  .post-name-company .siteContent h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .post-name-company table td {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  .post-name-company .staff_box {
    padding: 20px 10px;
  }
  .post-name-company .company_profile table tr {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .post-name-company .company_profile table tr td:first-of-type {
    width: 100%;
    font-weight: 400;
  }
  .post-name-company .company_profile table tr td:last-of-type {
    width: 100%;
  }
  .post-name-company .company_profile table td {
    /*border-bottom: none;*/
  }
  .post-name-company .company_profile table tr:first-of-type td:first-of-type {
    border-top: 1px solid #808080;
  }
  .post-name-company .company_profile table tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #808080;
  }
  .post-name-company .company_map iframe {
    height: 250px;
  }
  .post-name-company .bg_pink {
    padding: 50px 15px;
  }
  .post-name-company .app_waku {
    padding: 20px 15px;
  }
  .post-name-company .company_cancel_wrap {
    gap: 15px 10px;
  }
  .post-name-company .company_cancel_wrap .wp-block-column h4 {
    font-size: 15px;
    padding: 15px 5px;
  }
  .post-name-company .company_cancel_wrap .wp-block-column p {
    font-size: 20px !important;
    padding: 15px 10px !important;
  }
}




/* FAQ
-------------------------------------------------------------- */
#faq .faq_box {
  margin-bottom: 50px;
}
#faq .faq_q {
  font-size: 18px;
  background-color: #f4e9e8;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#faq .faq_a {
  width: 95%;
  margin: 0 auto;
  text-indent: -1.5em;
  padding-left: 1.5em;
}







@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  #faq .faq_box {
    margin-bottom: 30px;
  }
  #faq .faq_q {
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  #faq .faq_q {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-indent: -1.7em;
    padding: 8px 20px 8px 3em;
  }
}


/* 個人情報保護基本方針
-------------------------------------------------------------- */
.post-name-privacy .siteContent p {
  padding: 0 15px;
  text-align: justify;
}
.post-name-privacy .privacy_box {
  width: 100%;
  margin-bottom: 50px !important;
}
.post-name-privacy .privacy_box h3 {
  font-family: "kozuka-gothic-pr6n", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  border-bottom: 1px dotted #333;
  padding: 15px;
  font-size: 22px;
  margin-bottom: 20px;
}




@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .post-name-privacy .privacy_box h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 479px) {
  .post-name-privacy .siteContent .col {
    padding-left: 0;
    padding-right: 0;
  }
  .post-name-privacy .privacy_box {
    margin-bottom: 20px !important;
  }
  .post-name-privacy .privacy_box h3 {
    font-size: 16px;
  }
}







/* ツアー一覧ページ
-------------------------------------------------------------- */
.archive.post-type-tour .media {
  border-bottom: none;
}
.archive.post-type-tour .pagination {
  width: 100%;
}
.archive.post-type-tour .mainSection header h1 {
  color: #fff;
  background-color: #cba94a;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.archive.post-type-tour .travel_list {
  margin-top: 0;
}

.archive.post-type-tour .page-header {
  margin-top: 120px;
  margin-bottom: 10px;
}
.archive.post-type-tour .mainSection .postList {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  gap: 30px;
}
.archive.post-type-tour .mainSection .postList .travel_box {
  width: calc( 100% / 3 - 20px );
}
.archive.post-type-tour .mainSection .postList .travel_box a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}



@media only screen and (max-width: 1280px) {
  .archive.post-type-tour .page-header {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .archive.post-type-tour .mainSection header h1 {
    font-size: 25px;
  }
  .archive.post-type-tour .mainSection .postList {
    gap: 20px;
  }
  .archive.post-type-tour .mainSection .postList .travel_box {
    width: calc( 100% / 3 - 13.4px );
  }
  .archive.post-type-tour .mainSection .postList .travel_box a img {
    height: 20vw;
  }
}

@media only screen and (max-width: 768px) {
  .archive.post-type-tour .page-header {
    margin-top: 75px;
  }
  .archive.post-type-tour .mainSection .postList .travel_box {
    width: calc( 100% / 2 - 10px );
  }
  .archive.post-type-tour .mainSection .postList .travel_box a img {
    height: 32vw;
  }
}

@media only screen and (max-width: 479px) {
  .archive.post-type-tour .mainSection header h1 {
    padding: 8px 10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .archive.post-type-tour .page-header {
    margin-top: 66px;
  }
  .archive.post-type-tour .mainSection .postList {
    gap: 0 10px;
  }
  .archive.post-type-tour .mainSection .postList .travel_box {
    width: calc( 100% / 2 - 5px );
  }
}


/* ツアー詳細ページ
-------------------------------------------------------------- */
.single-tour main a {
  color: #8d0025;
}
.single-tour main .container {
  max-width: 1000px;
}
.single-tour .entry-footer {
  display: none;
}
.single-tour .postNextPrev {
  display: none;
}

.single-tour .u_sec {
  margin-bottom: 80px;
}
.single-tour .space {
  padding: 40px 2.5%;
  margin-bottom: 80px;
}
.single-tour .siteContent {
  padding: 2.5rem 0 4rem;
}
.single-tour .entry-header,
.single-detail .entry-header {
  display: none;
}
.single-tour .u_mainimg {
  position: relative;
  /*background-color: #000;*/
}
.single-tour .u_mainimg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}
.single-tour .u_mainimg img {
  height: 690px;  /*800px → 345px*/
  /*opacity: 0.7;*/
}
.single-tour .u_mainimg .tit_area {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.single-tour .u_mainimg .title {
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-shadow: 2px 2px 5px #000;
}
.single-tour .siteContent,
.single-detail .siteContent {
  padding-bottom: 0;
}
.single-tour .siteContent .entry-full,
.single-detail .siteContent .entry-full {
  margin-bottom: 0;
}
.single-tour .siteContent h2,
.single-detail .siteContent h2 {
  font-size: 22px;  /*36px*/
  /*font-family: "Noto Serif JP", serif;*/
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 700;
  color: #D63434;
  margin-bottom: 20px;
}
.single-tour .siteContent h2.tour_deco {
  position: relative;
}
/*.single-tour .siteContent h2.tour_deco::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(../../uploads/2024/10/tour_title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 22px;
}*/
.single-tour .siteContent h2.tour_deco_illust {
  color: #D63434;
  margin-bottom: 0;
}
.single-tour .siteContent h2.u_dot {
  color: #D63434;
  border-bottom: 1px dotted #D63434;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.single-tour .siteContent h3,
.single-detail .siteContent h3 {
  font-size: 20px;  /*28px*/
  font-family: "Noto Serif JP", serif;
  margin: 30px 0 30px;  /*50px 0 30px*/
  font-weight: 400;
}
.single-tour .siteContent h4,
.single-detail .siteContent h4 {
  font-size: 20px;
  font-weight: 400;
  color: #D63434;
  padding: 15px 0 10px;
  font-weight: 700;
  border-bottom: 1px solid #d63434;
  margin-bottom: 17px;
}
.single-tour .siteContent p,
.single-detail .siteContent p {
  /*line-height: 2;*/
  font-size: 15px;
  margin-bottom: 20px
}
.single-tour .tour_main_area {
  margin-bottom: 50px;
}
.single-tour .tour_main_area h1.title {
  font-size: 22px;  /*40px*/
  /*font-family: "Noto Serif JP", serif;*/
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  background-color: #E6C0C0;
  padding: 30px 0;
  border: 2px solid #B3A855;
}
.single-tour .tour_main_area .country {
  margin-bottom: 40px;
}
.single-tour .tour_main_area .maintext {
  font-size: 17.8px;
}

.single-tour .detail_p,
.single-detail .detail_p {
  width: 90%;
  margin: 0 auto;
}
.single-tour .mb,
.single-detail .mb {
  margin-bottom: 30px;  /*50px*/
}
.single-tour .mokuji_wrap,
.single-detail .mokuji_wrap {
  gap: 0 100px;
}
.single-tour .detail_mokuji,
.single-detail .detail_mokuji {
  font-size: 22px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #1A1A1A;
  position: relative;
}
.single-tour .detail_mokuji::before,
.single-detail .detail_mokuji::before {
  content: '\f192';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #CBA94A;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.a-link {
  /*padding-top: 110px;
  margin-top: -110px;*/
}
.single-tour table td,
.single-detail table td {
  padding: 15px 30px;   /*25px 40px*/
  font-size: 14px;  /*18px*/
  /*line-height: 1.8;*/
  border-color: #861211 !important;
  background-color: #fff;
}
.single-tour table td,
.single-detail table td {
  vertical-align: top;
}
.single-tour table tr td:first-of-type,
.single-detail table tr td:first-of-type {
  width: 25%;
}
.single-tour table tr td:last-of-type,
.single-detail table tr td:last-of-type {
  width: 75%;
}
.single-tour .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td,
.single-detail .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: #f4e9e8;
}
.single-tour .detail_fee table tr td:first-of-type,
.single-detail .detail_fee table tr td:first-of-type {
  width: 35%;
  background-color: #f4e9e8;
}
.single-tour .detail_fee table tr td:last-of-type,
.single-detail .detail_fee table tr td:last-of-type {
  width: 65%;
}
.single-tour .detail_fee .detail_fee_etc,
.single-detail .detail_fee .detail_fee_etc {
  border: 1px solid #861211;
  background-color: #fff;
}
.single-tour .detail_fee .detail_fee_etc h3,
.single-detail .detail_fee .detail_fee_etc h3 {
  border-bottom: 1px solid #861211;
  margin: 0;
  padding: 10px 0 10px;
  background-color: #f4e9e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
.single-tour .detail_fee .detail_fee_etc .wp-block-table,
.single-detail .detail_fee .detail_fee_etc .wp-block-table {
  padding: 15px 15px;  /*30px 15px*/
  margin: 0;
}
.single-tour .detail_fee .detail_fee_etc table,
.single-detail .detail_fee .detail_fee_etc table {
  border: none;
}
.single-tour .detail_fee .detail_fee_etc table td,
.single-detail .detail_fee .detail_fee_etc table td {
  border: none;
  padding: 5px;
  font-size: 14px;  /*16px*/
}
.single-tour .detail_fee .detail_fee_etc table td:first-of-type,
.single-detail .detail_fee .detail_fee_etc table td:first-of-type {
  background-color: unset !important;
}
.single-tour .detail_fee .detail_fee_etc table td:first-of-type::before,
.single-detail .detail_fee .detail_fee_etc table td:first-of-type::before {
  content: '\f192';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #cb4a4a;
  margin-right: 5px;
}
.single-tour .detail_fee .tokuten,
.single-detail .detail_fee .tokuten {
  border: 1px solid #CBA94A;
  padding: 20px;
}
.single-tour .detail_fee .tokuten .tokuten_title,
.single-detail .detail_fee .tokuten .tokuten_title {
  background-color: #CBA94A;
  color: #fff;
  padding: 10px;
}
.single-tour .detail_fee .tokuten .tokuten_title h4,
.single-detail .detail_fee .tokuten .tokuten_title h4 {
  font-size: 24px;
}
.single-tour .detail_fee .tokuten .tokuten_title p,
.single-detail .detail_fee .tokuten .tokuten_title p {
  font-size: 20px;
}
.single-tour .detail_fee .tokuten table tr,
.single-detail .detail_fee .tokuten table tr {
  border-bottom: 1px solid #1A1A1A;
}
.single-tour .detail_fee .tokuten table td,
.single-detail .detail_fee .tokuten table td {
  width: 50% !important;
  background-color: unset !important;
  border: none;
  padding: 10px 50px;
}

.detail_bg {
  background-color: rgba(203,169,74,0.19);
  padding: 150px 0;
}
.single-tour .datail_container,
.single-detail .datail_container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 60px 60px;
}
.single-tour .datail_container h2,
.single-detail .datail_container h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.single-tour .datail_container p,
.single-detail .datail_container p {
  padding: 0 2.5%;
}
.p-lr20 {
  padding: 0 20px;
}
.single-tour .pickup,
.single-detail .pickup {
  padding: 100px 0;
}
.single-tour .pickup_area {
  padding: 60px 0 0;
}
.single-tour .pickup_area .pickup_list {
  padding: 0 30px;
  gap: 20px 60px;
}
.single-tour .pickup_area .pickup_list .pickup_box {
  width: calc( 100% / 2 - 30px );
  padding: 15px;
  border: 1px solid #B2B2B2;
}
.single-tour .pickup_area .pickup_list .pickup_box .pickup_img {
  width: 40%;
}
.single-tour .pickup_area .pickup_list .pickup_box .pickup_img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: 0.3s ease;
}
.single-tour .pickup_area .pickup_list .pickup_box .pickup_text {
  width: 60%;
  padding: 0 20px;
}
.single-tour .pickup_area .pickup_list .pickup_box .pickup_title {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
.single-tour .pickup_area .pickup_list .pickup_box .pickup_subtitle {
  font-size: 16px;
  color: #CBA94A;
  margin-bottom: 0;
}
.single-tour .pickup_area .pickup_list .pickup_box a:hover img {
  opacity: 0.7;
  transition: 0.3s ease;
}

.single-tour .tour_etc {
  border: 1px solid #861211;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
.single-tour .tour_etc h4 {
  color: #0D0D1E;
  border-bottom: 1px solid #0D0D1E;
}
.single-tour .tour_etc p {
  margin-block-start: 15px;
  margin-bottom: 0;
}

.single-tour .highlights_bg {
  background-color: #F5E7EA;
  padding: 40px 30px;
}
.single-tour .wide_area .tour-container {
  max-width: 1000px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.single-tour .bg_pink {
  /*background-color: #ffe7e7;*/
  margin-bottom: 0;
  padding-bottom: 50px;
}


/* TOC目次 */
#toc_container {
  width: 100% !important;
  border: none !important;
  margin-bottom: 150px !important;
}
#toc_container .toc_list {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  gap: 0 100px;
}
#toc_container .toc_list li a {
  font-size: 22px;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #1A1A1A;
  position: relative;
  line-height: 2;
}
#toc_container .toc_list li a::before {
  content: '\f192';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #CBA94A;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}



/* 詳細ページ  (ページごと) */
.single-detail_test .u_main_title::before,
.single-detail .u_main_title::before {
  content: 'ITALY';
  top: 0;
}




@media only screen and (max-width: 1280px) {
  /*.single-tour .u_mainimg img {
    height: 550px;
  }*/
  .single-tour .tour_main_area .category {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 1024px) {
  /*.single-tour h2,
  .single-detail_test h2,
  .single-detail h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .single-tour h3,
  .single-detail_test h3,
  .single-detail h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }*/
  #toc_container {
    margin-bottom: 100px !important;
  }
  .single-tour .detail_mokuji,
  .single-detail_test .detail_mokuji,
  .single-detail .detail_mokuji,
  #toc_container .toc_list li a {
    font-size: 20px;
  }
  .single-tour .tour_main_area .category {
    font-size: 8vw;
  }
  .single-tour .detail_fee .tokuten table td,
  .single-detail_test .detail_fee .tokuten table td,
  .single-detail .detail_fee .tokuten table td {
    padding: 10px 30px;
  }
  .single-tour .detail_fee .tokuten .tokuten_title h4,
  .single-detail_test .detail_fee .tokuten .tokuten_title h4,
  .single-detail .detail_fee .tokuten .tokuten_title h4 {
    font-size: 20px;
  }
  .single-tour .detail_fee .tokuten .tokuten_title p,
  .single-detail_test .detail_fee .tokuten .tokuten_title p,
  .single-detail .detail_fee .tokuten .tokuten_title p {
    font-size: 18px;
  }
  .single-tour .datail_container,
  .single-detail_test .datail_container,
  .single-detail .datail_container {
    margin: 0 5%;
    padding: 80px 30px 30px;
  }
  .detail_bg {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 781px) {
  .single-tour .mb,
  .single-detail_test .mb,
  .single-detail .mb {
    margin-bottom: 20px;
  }
  .single-tour .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .single-detail_test .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .single-detail .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0 !important;
  }
  .single-tour .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.detail_fee_etc,
  .single-detail_test .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.detail_fee_etc,
  .single-detail .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.detail_fee_etc {
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .single-tour .u_sec {
    margin-bottom: 50px;
  }
  .single-tour .space {
    padding: 50px 2.5%;
    margin-bottom: 50px;
  }
  .single-tour .tour_main_area {
    min-height: unset;
    /*margin-bottom: 60px;*/
  }
  /*.single-tour h2,
  .single-detail_test h2,
  .single-detail h2 {
    font-size: 25px;
  }
  .single-tour h3,
  .single-detail_test h3,
  .single-detail h3 {
    font-size: 22px;
  }*/
  .single-tour .siteContent h2,
  .single-detail .siteContent h2 {
    font-size: 18px;
  }
  .single-tour .siteContent h3,
  .single-detail .siteContent h3 {
    font-size: 17px;
  }
  .single-tour .siteContent h4,
  .single-detail .siteContent h4 {
    font-size: 15px;
  }
  .single-tour .siteContent p,
  .single-detail .siteContent p {
    font-size: 14px;
  }
  /*.single-tour .u_mainimg img {
    height: 400px;
  }*/
  .single-tour .u_mainimg img {
    height: 250px;
  }
  .single-tour .u_mainimg .title {
    font-size: 20px;
  }
  .single-tour .tour_main_area h1.title {
    font-size: 19px;
    padding: 25px 0;
  }
  .single-tour .tour_main_area .country {
    margin-bottom: 30px;
  }
  .single-tour .tour_main_area .maintext {
    font-size: 16px;
  }
  .single-tour .tour_main_area .category {
    font-size: 8.5vw;
  }
  #toc_container {
    margin-bottom: 80px !important;
  }
  .single-tour .mokuji_wrap,
  .single-detail_test .mokuji_wrap,
  .single-detail .mokuji_wrap,
  #toc_container .toc_list {
    gap: 0 60px;
  }
  .single-tour .detail_mokuji,
  .single-detail_test .detail_mokuji,
  .single-detail .detail_mokuji,
  #toc_container .toc_list li a {
    font-size: 18px;
  }
  .a-link {
    padding-top: 70px;
    margin-top: -70px;
  }
  .single-tour table td,
  .single-detail_test table td,
  .single-detail table td {
    padding: 20px 15px;
    font-size: 15px;
  }
  .single-tour .detail_fee .detail_fee_etc .wp-block-table,
  .single-detail_test .detail_fee .detail_fee_etc .wp-block-table,
  .single-detail .detail_fee .detail_fee_etc .wp-block-table {
    padding: 15px 15px;
  }
  .single-tour .detail_fee .detail_fee_etc h3,
  .single-detail_test .detail_fee .detail_fee_etc h3,
  .single-detail .detail_fee .detail_fee_etc h3 {
    padding: 20px 0 15px;
  }
  .single-tour .detail_fee .detail_fee_etc table td,
  .single-detail_test .detail_fee .detail_fee_etc table td,
  .single-detail .detail_fee .detail_fee_etc table td {
    font-size: 15px;
  }
  .single-tour .detail_fee .tokuten .tokuten_title h4,
  .single-detail_test .detail_fee .tokuten .tokuten_title h4,
  .single-detail .detail_fee .tokuten .tokuten_title h4 {
    font-size: 18px;
  }
  .single-tour .detail_fee .tokuten .tokuten_title p,
  .single-detail_test .detail_fee .tokuten .tokuten_title p,
  .single-detail .detail_fee .tokuten .tokuten_title p {
    font-size: 15px;
  }
  .single-tour .pickup_area .pickup_list {
    padding: 0;
    gap: 20px 20px;
  }
  .single-tour .pickup_area .pickup_list .pickup_box {
    width: calc( 100% / 2 - 10px );
  }
  .single-tour .pickup_area .pickup_list .pickup_box .pickup_img img {
    height: 100px;
  }
  .single-tour .pickup_area .pickup_list .pickup_box .pickup_title {
    font-size: 13px;
  }
  .single-tour .pickup_area .pickup_list .pickup_box .pickup_subtitle {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .single-tour .mokuji_wrap,
  .single-detail_test .mokuji_wrap,
  .single-detail .mokuji_wrap,
  #toc_container .toc_list {
    gap: 60px 50px;
    -ms-flex-wrap: wrap !important;
  	flex-wrap: wrap !important;
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 479px) {
  .single-tour .siteContent {
    padding: 2rem 0 2rem;
  }
  .single-tour .u_sec {
    margin-bottom: 30px;
  }
  .single-tour .space {
    padding: 30px 2.5%;
    margin-bottom: 30px;
  }
  .single-tour .tour_main_area {
    margin-bottom: 30px;
  }
  .single-tour .tour_main_area .u_main_area {
    margin-bottom: 30px;
  }
  /*.single-tour h2,
  .single-detail_test h2,
  .single-detail h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .single-tour h3,
  .single-detail_test h3,
  .single-detail h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }*/
  .single-tour .siteContent h2,
  .single-detail .siteContent h2 {
    font-size: 15px;
  /*  margin-bottom: 30px;*/
  }
  .single-tour .siteContent h3,
  .single-detail .siteContent h3 {
    font-size: 15px;
    margin: 20px 0 20px;
  }
  .single-tour .siteContent h4,
  .single-detail .siteContent h4 {
    font-size: 14px;
  }
  .single-tour .siteContent p,
  .single-detail .siteContent p {
    font-size: 13px;
  }
  .single-tour .u_mainimg img {
    height: 200px;
  }
  .single-tour .u_mainimg .title {
    font-size: 16px;
  }
  .single-tour .siteContent h2.tour_deco::after {
    width: 70px;
    bottom: -30px;
  }
  .single-tour .tour_main_area h1.title {
    font-size: 16px;
    padding: 20px 15px;
  }
  .single-tour .tour_main_area .maintext {
    font-size: 14px;
  }
  .single-tour .tour_main_area .category {
    z-index: -1;
    left: unset;
    right: -5%;
    opacity: 0.3;
    font-size: 55px;
  }
  .single-tour .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .single-detail_test .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
  .single-detail .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }
  #toc_container {
    margin-bottom: 50px !important;
  }
  .single-tour .detail_mokuji,
  .single-detail_test .detail_mokuji,
  .single-detail .detail_mokuji,
  #toc_container .toc_list li a {
    font-size: 16px;
  }
  .single-tour table td,
  .single-detail_test table td,
  .single-detail table td {
    padding: 10px 15px;
    font-size: 13px;
  }
  .single-tour .detail_fee table tr td:first-of-type,
  .single-detail .detail_fee table tr td:first-of-type {
    width: 40%;
  }
  .single-tour .detail_fee table tr td:last-of-type,
  .single-detail .detail_fee table tr td:last-of-type {
    width: 60%;
  }
  .single-tour .detail_fee .detail_fee_etc .wp-block-table,
  .single-detail_test .detail_fee .detail_fee_etc .wp-block-table,
  .single-detail .detail_fee .detail_fee_etc .wp-block-table {
    padding: 10px 10px;
  }
  .single-tour .detail_fee .detail_fee_etc table td,
  .single-detail_test .detail_fee .detail_fee_etc table td,
  .single-detail .detail_fee .detail_fee_etc table td {
    font-size: 13px;
  }
  .single-tour .detail_fee .tokuten,
  .single-detail_test .detail_fee .tokuten,
  .single-detail .detail_fee .tokuten {
    padding: 10px;
  }
  .single-tour .detail_fee .tokuten table td,
  .single-detail_test .detail_fee .tokuten table td,
  .single-detail .detail_fee .tokuten table td {
    padding: 10px 15px;
  }
  .single-tour .detail_fee .tokuten .tokuten_title h4,
  .single-detail_test .detail_fee .tokuten .tokuten_title h4,
  .single-detail .detail_fee .tokuten .tokuten_title h4 {
    font-size: 15px;
  }
  .single-tour .detail_fee .tokuten .tokuten_title p,
  .single-detail_test .detail_fee .tokuten .tokuten_title p,
  .single-detail .detail_fee .tokuten .tokuten_title p {
    font-size: 13px;
  }
  .single-tour .datail_container,
  .single-detail_test .datail_container,
  .single-detail .datail_container {
    padding: 50px 15px 10px;
  }
  .sp_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .p-lr20 {
    padding: 0;
  }
  .single-tour .pickup_area {
    padding: 20px 0 0;
  }
  .single-tour .pickup_area .pickup_list .pickup_box {
    width: 100%;
    padding: 10px;
  }
  /*.single-tour .entry-full {
    margin-bottom: 2rem;
  }*/
  .single-tour .tour_etc {
    padding: 15px;
  }
  .single-tour .highlights_bg {
    padding: 30px 15px;
  }
}




/* ツアー一覧・詳細　メイン画像部分
-------------------------------------------------------------- */
.tour_mainimg {
  margin-bottom: 15px;
  /*position: relative;
  height: 1000px;
  height: 52vw;*/
}
.tour_mainimg .container {
  position: relative;
  height: 550px;
  /*height: 28.5vw;*/
}
.tour_mainimg .tour_mainimg_inner {
  position: relative;
  /*max-width: 1300px;*/
  width: 100%;
  margin: 0 auto;
  height: 954px;
}
.tour_mainimg .title {
  width: 44%;
  content: '';
  position: absolute;
  top: 14%;
  right: 2%;
  z-index: 5;
  line-height: 1.8;
  color: #fff;
  /*font-size: 22px;
  font-size: 1.2vw;*/
  font-size: 35px;
  /*text-shadow: 2px 2px 4px #fff;
  filter: drop-shadow(0px 0px 1px #fff);*/
  background: #af012d;
  padding: 15px 15px;
	font-family: "Noto Serif JP", serif;
}
.tour_mainimg .titleimg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.tour_mainimg .titleimg.img01 {
  /*width: 550px;
  width: 28.5vw;*/
  width: 1150px;
  top: 30px;
  left: 0;
  z-index: 0;
}
.tour_mainimg .titleimg.img02 {
  /*width: 285px;
  width: 15vw;*/
  width: 500px;
  bottom: 4%;
  right: 24%;
  z-index: 1;
}
.tour_mainimg .titleimg.img03 {
  /*width: 270px;
  width: 14vw;*/
  width: 500px;
  top: 55%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}
.tour_mainimg .titleillust01 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 105px;
  width: 5.5vw;*/
  width: 200px;
  /*top: 46%;
  right: 30%;*/
  bottom: 2%;
  right: 7%;
  z-index: 3;
}
.tour_mainimg .titleillust02 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 125px;
  width: 6.5vw;*/
  width: 200px;
  bottom: 13%;
  right: 7%;
  z-index: 4;
  display: none;
}

.tour-list_mainimg {
  background-color: #F0F0E1;
}
.tour-list_mainimg .tour_mainimg_inner {
  max-width: 1400px;
  height: 650px;
}
.tour-list_mainimg .tour-list_title_area {
  position: absolute;
  /*top: 23%;
  left: 0;*/
  top: 15%;
  right: 0;
  background-image: url(../../uploads/2024/12/tour-list_title_area_bg.jpg);
  background-repeat: repeat;
  color: #fff;
  padding: 20px;
  display: inline-block;
  z-index: 5;
  width: 35%;
}
.tour-list_mainimg .tour-list_title_area h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  letter-spacing: 3px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.tour-list_mainimg .tour-list_title_area p {
  color: #fff;
  letter-spacing: 3px;
}
.tour-list_mainimg .tour-list_en_text {
  position: absolute;
  top: 18%;
  left: 50%;
  color: #B22D00;
  z-index: 5;
  font-size: 22px;
  width: 48%;
  line-height: 1.3;
  display: none;
}
.tour-list_mainimg .list-titleimg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.tour-list_mainimg .list-titleimg.img01 {
  width: 735px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 3%;
}
.tour-list_mainimg .list-titleimg.img02 {
  /*width: 380px;
  bottom: 30%;
  left: 50%;*/
  width: 530px;
  bottom: 18%;
  right: 10%;
}
.tour-list_mainimg .list-titleimg.img03 {
  width: 360px;
  transform: unset;
  top: 27%;
  right: 0;
  display: none;
}
.tour-list_mainimg .list-titleillust01 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  top: unset;
  /*bottom: 12%;
  right: 28%;*/
  bottom: 8%;
  right: 2%;
}
.tour-list_mainimg .list-titleillust02 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  bottom: 18%;
  right: 7%;
  display: none;
}

/* 20250916mainimg部分変更 */
.bg_eyecatch {
  position: relative;
}
.bg_eyecatch .bgimg {
  width: 100%;
  max-height: 700px;
  max-height: 36vw;
  object-fit: cover;
}
.bg_eyecatch .tour-list_title_area {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  background-color: rgba( 0,0,0,0.23 );
  padding: 30px;
  display: inline-block;
  z-index: 5;
  text-align: right;
  max-width: 650px;
  width: 50%;
}
.bg_eyecatch .tour-list_title_area h1 {
  font-size: 40px;
  letter-spacing: 1px;
}
.bg_eyecatch .tour-list_title_area h1 span {
  font-size: 32px;
}
.bg_eyecatch-single {
  position: relative;
  margin-bottom: 15px;
}
.bg_eyecatch-single .bgimg-single {
  width: 100%;
  max-height: 1000px;
  max-height: 50vw;
  object-fit: cover;
}
.single-tour .bg_eyecatch-single h1 {
  content: '';
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  line-height: 1.3;
  color: #fff;
  font-size: 30px;
  background-color: rgba(198,0,0,0.8);
  padding: 20px 100px;
}


@media only screen and (max-width: 1500px) {
  .tour_mainimg .tour_mainimg_inner {
    height: 54vw;
  }
  .tour_mainimg .title {
    top: 11%;
    width: 53%;
    right: 3%;
  }
  .tour_mainimg .titleimg.img01 {
    width: 53vw;
  }
  .tour_mainimg .titleimg.img02 {
    width: 28.5vw;
  }
  .tour_mainimg .titleimg.img03 {
    width: 27vw;
  }
  .tour_mainimg .titleillust01 {
    width: 10.5vw;
  }
  .tour_mainimg .titleillust02 {
    width: 12vw;
  }
}

@media only screen and (max-width: 1400px) {
  .tour-list_mainimg .tour_mainimg_inner {
    height: 45vw;
  }
  .tour-list_mainimg .tour-list_title_area h1 {
    font-size: 1.8vw;
  }
  .tour-list_mainimg .tour-list_title_area p {
    font-size: 1vw;
  }
  .tour-list_mainimg .tour-list_en_text {
    font-size: 1.4vw;
    width: 40%;
  }
  .tour-list_mainimg .list-titleimg.img01 {
    width: 50vw;
  }
  .tour-list_mainimg .list-titleimg.img02 {
    /*width: 25vw;*/
    width: 38vw;
  }
  .tour-list_mainimg .list-titleimg.img03 {
    width: 24vw;
    right: 3%;
  }
  .tour-list_mainimg .list-titleillust01 {
    width: 12vw;
  }
  .tour-list_mainimg .list-titleillust02 {
    width: 10vw;
  }

  .bg_eyecatch .tour-list_title_area {
    padding: 1.8vw;
    max-width: 40vw;
  }
  .bg_eyecatch .tour-list_title_area h1 {
    font-size: 2vw;
  }
  .bg_eyecatch .tour-list_title_area h1 span {
    font-size: 1.6vw;
  }
  .single-tour .bg_eyecatch-single h1 {
    font-size: 2vw;
    padding: 1.5vw 6vw;
  }
}

@media only screen and (max-width: 1300px) {
  .tour_mainimg .title {
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 1024px) {
  .tour-list_mainimg .tour-list_title_area {
    padding: 1.5vw;
  }
  .tour-list_mainimg .tour-list_title_area h1 {
    letter-spacing: 1px;
  }
  .tour-list_mainimg .tour-list_title_area p {
    letter-spacing: 1px;
  }
}

/*@media only screen and (max-width: 1300px) {
  .tour_mainimg .title {
    font-size: 10px;
    padding: 5px 10px;
  }
}*/

@media only screen and (max-width: 768px) {
  .bg_eyecatch .tour-list_title_area h1 {
    font-size: 2.5vw;
  }
  .bg_eyecatch .tour-list_title_area h1 span {
    font-size: 2vw;
  }
  .single-tour .bg_eyecatch-single h1 {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 479px) {
  .tour-list_mainimg {
    margin-bottom: 5px;
  }
  .tour-list_mainimg .tour_mainimg_inner {
    height: 180px;
  }
  .tour-list_mainimg .tour-list_title_area {
    /*width: 100%;*/
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-image: unset;
    background-color: #fff;
    padding: 15px 0;
    width: 65%;
  }
  .tour-list_mainimg .tour-list_title_area h1 {
    padding-bottom: 0;
    margin-bottom: 18px;
    border-bottom: none;
    color: #AF012D;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
  }
  .tour-list_mainimg .tour-list_title_area h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    display: inline-block;
    width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #B22D00;
  }
  .tour-list_mainimg .tour-list_title_area p {
    font-size: 10px;  /*7px*/
    color: #000;
    letter-spacing: 0.5px;
  }
  .tour-list_mainimg .tour-list_en_text {
    font-size: 12px;  /*6px*/
    width: 90%;  /*45%*/
    left: 5%;
    top: unset;
    bottom: 18%;
  }
  .tour-list_mainimg .list-titleimg.img01 {
    position: unset;
    transform: unset;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  /*.tour-list_mainimg .list-titleimg.img01 {
    display: none;
  }*/
  .tour-list_mainimg .list-titleimg.img02 {
    display: none;
  }
  .tour-list_mainimg .list-titleimg.img03 {
    display: none;
  }
  .tour-list_mainimg .list-titleillust01 {
    display: none;
  }
  .tour-list_mainimg .list-titleillust02 {
    display: none;
  }
  .tour_mainimg .titleillust01 {
    display: none;
  }
  .tour_mainimg .titleillust02 {
    display: none;
  }
  .tour_mainimg .title {
    font-size: 17px;
  }

  .bg_eyecatch {
    margin-bottom: 10px;
  }
  .bg_eyecatch .tour-list_title_area {
    padding: 10px;
    max-width: unset;
  }
  .bg_eyecatch .tour-list_title_area h1 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .bg_eyecatch .tour-list_title_area h1 span {
    font-size: 12px;
  }
  .single-tour .bg_eyecatch-single {
    margin-bottom: 10px;
  }
  .single-tour .bg_eyecatch-single h1 {
    font-size: 14px;
    padding: 10px 20px;
  }
}





/* お知らせ
-------------------------------------------------------------- */
.media .postList_thumbnail a:hover {
  opacity: 0.7;
}
.single-post .entry-header .entry-meta .entry-meta_updated,
.single-post .entry-header .entry-meta .entry-meta_items_author {
  display: none;
}
.single-post .entry-body {
  margin-bottom: 150px;
}
.single-post .entry-footer {
  display: none;
}





@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .single-post .entry-header h1.entry-title {
    font-size: 25px;
  }
  .single-post .entry-body {
    margin-bottom: 100px;
  }

  .archive.category-information .media .media-body .media-heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479px) {
  .single-post .entry-header h1.entry-title {
    font-size: 18px;
  }
  .single-post .entry-meta .entry-meta_items_term {
    float: right;
  }
  .single-post .entry-body {
    margin-bottom: 80px;
  }

  .archive.category-information .media .media-body .media-heading {
    font-size: 14px;
  }
  .archive.category-information .media .media-body .entry-meta .entry-meta_items_term {
    float: right;
  }
  .archive.category-information .media a.media-body_excerpt {
    width: 100%;
    display: none;
  }
}



/* お問い合わせ
-------------------------------------------------------------- */
.form_area dl p {
  margin-bottom: 0;
}
.form_area .hissu {
  font-size: 12px;
  padding: 3px 8px;
  font-style: normal;
  margin-left: 20px;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background: #fbb2bf;
}
.form_area dl dt {
  width: 30%;
  border-left: none;
}
.form_area dl dd {
  width: 70%;
  border-left: none;
}

.send_btn_wrap {
  gap: 0 15px;
  margin: 50px 0;
}
.send_btn_wrap input {
  font-size: 1rem;
  line-height: 1;
  vertical-align: text-bottom;
  padding: 0px 15px;
  height: 35px;
}
#contact_confirm .form_area dl {
  border-bottom: 1px solid #f2f2f2;
}


@media only screen and (max-width: 768px) {
  .form_area dl dt {
    width: 100%;
    border-left: none;
  }
  .form_area dl dd {
    width: 100%;
  }
  .send_btn_wrap {
    margin: 30px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .form_area dl {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  .form_area .hissu {
    font-size: 10px;
    margin-left: 10px;
  }
}




/* ツアーカテゴリ毎固定ページ
-------------------------------------------------------------- */
.tour_cat_list img {
  height: 250px;
}
.tour_cat_list h2 {
  font-size: 14px;
  line-height: 1.6;
}
.tour_cat_list .tour_cat_list_wrap {
  position: relative;
}
.tour_cat_list .tour_cat_list_wrap .taxonomy-tour_region {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  gap: 2px 5px;
}
.tour_cat_list .tour_cat_list_wrap .taxonomy-tour_region a {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background-color: #8E0125;
  text-align: center;
  padding: 5px 10px;
  line-height: 1.5;
  pointer-events: none;
}
.tour_cat_list .tour_cat_list_wrap .taxonomy-tour_region .wp-block-post-terms__separator {
  display: none;
}
.list_pagination .page-numbers {
  padding: 6px 12px;
  border: 1px solid #ddd;
  margin-left: -1px;
  color: #464646;
}
.list_pagination .page-numbers.current {
  color: #fff;
  background-color: #8d0025;
}



@media only screen and (max-width: 1024px) {
  .tour_cat_list img {
    height: 200px;
  }
  .tour_cat_list h2 {
    font-size: 13px;
  }
  .tour_cat_list .tour_cat_list_wrap .taxonomy-tour_region a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .tour_cat_list img {
    height: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .tour_cat_list img {
    height: 50vw;
  }
}

@media only screen and (max-width: 479px) {
  .tour_cat_list h2 {
    font-size: 12px;
  }
  .tour_cat_list .tour_cat_list_wrap .taxonomy-tour_region a {
    font-size: 10px;
  }
}



/* インフォメーション
-------------------------------------------------------------- */
.post-type-post .u_mainimg {
  margin-top: 110px;
}
.post-type-post .page-header {
  display: none;
}
.post-type-post .breadSection .container,
.post-type-post .siteContent .container {
  max-width: 1100px;
}

.vk_post_imgOuter_singleTermLabel {
  z-index: 99;
}
.post-type-post .f_contact_area {
  margin-top: 100px;
}



@media only screen and (max-width: 1280px) {
  .post-type-post .u_mainimg {
    margin-top: 73px;
  }
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .post-type-post .f_contact_area {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .post-type-post .u_mainimg {
    margin-top: 64px;
  }
  .post-type-post .media .media-body .media-heading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}



/* 旅のラポトラリー
-------------------------------------------------------------- */
#laboratory .box {
  margin-bottom: 50px;
}
#laboratory .box h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #D63434;
}




@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  #laboratory .box {
    margin-bottom: 30px;
  }
  #laboratory .box h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #laboratory .box h3 {
    font-size: 14px;
  }
}




/* メディア掲載情報
-------------------------------------------------------------- */
#introduction .media_box {
  padding: 50px 30px;
  margin: 0;
  border-bottom: 1px solid #BBBBBB;
}
#introduction .media_box h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #D63434;
}




@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  #introduction .media_box {
    padding: 30px 20px;
  }
  #introduction .media_box h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #introduction .media_box {
    padding: 20px 10px;
  }
  #introduction .media_box h3 {
    font-size: 14px;
  }
}
