@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100..900;1,100..900&display=swap");

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
  --base: "Noto Sans JP", sans-serif;
  --sub: "Montserrat", sans-serif;
  --mc: #008837;
  --sc: #f9f7f0;
  --fc: #333333;
}

/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  font-family: var(--base);
  letter-spacing: 0.05em;
  color: #333333;
}

body {
  line-height: 1;
  letter-spacing: 0.1em;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #5b4b4b;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: text-bottom;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  display: block;
}

* {
  font-family: var(--base);
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 10px;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: var(--fc);
  font-family: var(--base);
  font-size: 1rem;
}

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.pc {
  display: block;
}

  .pc-tb {
  display: block;
  }

.tb-sp,
.tb,
.sp {
  display: none !important;
}

.en {
  font-family: var(--sub);
}

.sp-block {
  display: block;
}

.pc-none {
    display: none;
  }

.br-450 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  
  .tb-sp,
  .tb {
    display: block !important;
  }
  
  .pc-none {
    display: block;
  }
  
  .section__cta.section__header__cta {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
  
  .pc-tb {
    display: none !important;
  }
  
  .tb {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }
  
  .sp-block {
    display: none;
  }
  
  .br-450 {
  display: block;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}

.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/osaka-to-nara//bg-body.jpg) repeat-x center center/cover;

  pointer-events: none;
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  /* box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16); */
  overflow: clip;
}

.content.open {
  box-shadow: none;
}

.common-inner {
  padding-inline: 24px;
}

.common-title {
  padding-bottom: 24px;
}

.common-title-en-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  font-family: 'Poppins', serif;
  color: #AFAFAF;
}

.common-title-jp {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 480px) {
  .common-title-jp {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    padding-inline: 0;
  }
  
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
  
  .common-inner {
    padding-inline: 4%;
  }
  
  .common-title {
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .common-title {
    padding-bottom: 6%;
  }
}

@media (min-width: 1025px) {
  .section__banner {
    display: none;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.section__header {
  width: calc(100% - 480px);
  max-width: 600px;
}

.section__header__container {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}

.section__header__logo-wrapper {
  width: 287px;
}

.section__header__name {
  margin-bottom: 67px;
}

.section__header__logo {
  width: 100%;
}

.section__header__logo img {
  width: 100%;
}

.section__header__logo02 {
  display: none;
}

.section__header__menu {
  margin-inline: auto;
  width: 100%;
  max-width: 480px;
  transition: 0.3s;
}

.section__header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section__header__nav img {
  margin: 0 auto;
}

.section__header__nav-wrapper {
}

.section__header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  /* width: calc((100% - min(2.2222222222vw, 2rem)) / 2); */
  gap: 1px;
}

.section__header__nav-list.top {

}

.section__header__nav-list.bottom {

}

.section__header__nav-item {
  width: 100%;
}

.section__header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-block: 4px;
  width: 100%;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.05em;
  color: #43413E;
  transition: transform 0.3s ease, color 0.3s ease;
  font-family: 'Poppins';
}

.section__header__nav-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #b8bdbd;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}



@media screen and (min-width: 1023px) {
  .section__header__nav-link.active {
    color: #43413E;
    transform: translateX(6px);
  }
}
.section__header__nav-link.active::before {
  background: #43413E;
  opacity: 1;
  transform: translateX(0);
}

.section__header__nav-link:hover::before {
  opacity: 1;
  transform: translateX(0);
}



@media screen and (min-width: 1023px) {
  .section__header__nav-link:hover {
    transform: translateX(6px);
    color: #43413E;
  }
}

@media screen and (max-width: 1024px) {
  .section__header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    padding: 8px 16px;
    height: 56px;
    background: #fff;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  
  .section__header__container {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    width: 100%;
    height: 100%;
  }
  
  .section__header__logo02 {
    width: 135px;
    display: block;
  }
  
  .section__header__name {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    z-index: 1001;
  }
  
  .section__header__logo {
    margin-inline: 0 auto;
    display: none;
  }
  
  .section__header__menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  
  .section__header__nav {
    position: fixed;
    top: 56px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    padding-bottom: 64px;
    width: 100%;
    height: calc(100svh - 56px);
    background: url(../img/osaka-to-nara/bg-sp.jpg) no-repeat center center/cover;

    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 1000;
  }
  
  .section__header__nav-wrapper {
    flex-direction: column;
    width: auto;
  }
  
  .section__header__nav-list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  
  .section__header__nav-list.top {
    width: 149px;
    padding-top: 24px;
  }

  .section__header__nav-list.bottom {
    padding: 0;
    width: 300px;
    margin: 0 8px 8px 8px;
    border-bottom: 1px solid #112222;
    padding-bottom: 24px;
  }
  
  .section__header__nav-item {
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
  }
  
  .section__header__nav-link {
    display: flex;
    padding-inline: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.04em;
    font-family: 'Poppins';
  }

  .section__header__nav-link::before {
    display: none;
  }
  

  .section__header #cta {
    display: none;
  }
  
  .section__header .section__header__toggle {
    position: relative;
    width: 95px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  
  .section__header .section__header__toggle-text::after {
    content: "MENU";
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
  }
  
  .section__header .section__header__toggle div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  .section__header .section__header__toggle span {
    position: absolute;
    left: 0;
    display: block;
    transition: 0.35s ease-in-out;
    width: 40px;
    background: #112222;
  }
  
  .section__header .section__header__toggle-line {
    height: 1px;
  }
  
  .section__header .section__header__toggle-line:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section__header .section__header__toggle-line:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  
  .section__header .section__header__toggle-line:nth-child(3) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section__header.fixed {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
  }
}
.section__header.open {
  background: #fff;
}

.section__header.open .section__header__nav {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.section__header.open .section__header__toggle-text::after {
  content: "CLOSE";
}

.section__header.open .section__header__toggle span {
  background: #3e3b31;
  color: #3e3b31;
}

.section__header.open .section__header__toggle span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(320deg);
}

.section__header.open .section__header__toggle span:nth-child(2) {
  display: none;
  transition: 0.3s;
}

.section__header.open .section__header__toggle span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-320deg);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.section__footer {
  padding: 36px 24px 24px;
  background: #333333;
}

.section__footer .section__footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.section__footer .section__footer__name {
  margin-bottom: 32px;
  width: 193px;
  height: auto;

}

.section__footer .section__footer__logo {
  display: block;
  width: 100%;
  height: 100%;
}

.section__footer .section__footer__logo img {
  width: 100%;
}

.section__footer .section__footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-inline: auto;
  padding: 20px;
  width: 100%;
  max-width: 432px;
  border-radius: 10px;
}

.section__footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 300px;
}

.section__footer .section__footer__nav-item {
  width: 30%;
}

.section__footer .section__footer__nav-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.05em;
}

.section__footer .section__footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--fc);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}

.section__footer .section__footer__copy {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #fff;
}

@media(max-width: 1024px) {
  .section__footer {
    padding: 10% 4% 10%;
  }
}

@media screen and (max-width: 640px) {
  .section__footer {
    padding: 10% 4% 14%;
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.section__cta,
.section__cta__main {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section__cta {
  background-image: url(../img/osaka-to-nara/hd-cta-bg.png);
}

.section__cta__main {
  background-image: url(../img/osaka-to-nara/cta-bg.png);
  width: 480px;
  height: 246px;
}

@media screen and (max-width: 480px) {
  .section__cta__main {
    width: 100%;
    height: 52vw;
  }
}

.section__cta__heading {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
}

.section__cta__sub-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 24px;
}

.section__cta__text-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .section__cta__text-wrapper {
    gap: 4vw;
  }
}

  .section__cta__information {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 1.8rem;
    border-bottom: 1px solid #fff;
    padding: 0 10px 12px;
  }

  @media screen and (max-width: 480px) {
  .section__cta__information {
    padding: 0 0 2% 2%;
  }
}

.section__cta__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 480px) {
  .section__cta__title {
    font-size: 6vw;
  }
}
.section__cta .section__cta__text {
  position: relative;
  width: 335px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3A3A3A;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: 0.4s;
}

.section__cta .section__cta__text span {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 480px) {
  .section__cta .section__cta__text span {
    font-size: 1.4rem;
  }
}

.section__cta .section__cta__text::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(../img/osaka-to-nara//arrow-right.svg);

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__cta__figure {
  max-width: 326px;
  margin-inline: auto;
}

.section__cta__inner02 {
  padding: 29px 0;
}

@media screen and (min-width: 1025px) {
  .section__cta__link:hover .section__cta__text{
    background-color: transparent;
  }
}

@media screen and (max-width: 1024px) {
  .section__cta {
    display: none;
  }
  .section__cta__main {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .section__cta__heading {
  font-size: 1.6rem;
    margin-bottom: 4%;
}

  .section__cta__sub-text {
    font-size: 1.4rem;
    padding: 0 4%;
  }
  
  /* .section__cta__inner02 {
    padding: 4% 0;
  } */
  
  .section__cta .section__cta__text {
    width: 220px;
    height: 40px;
  }
}

/* ==========================================================================
   Line Section
   ========================================================================== */
.section__line {
  background-color: #727171;
  padding: 8px;
}

.section__line__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 17px;
}

.section__line__text-wrapper {
}

.section__line__sub-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.section__line__figure {
  width: 195px;
}

.section__line__link {
  position: relative;
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
}

.section__line__text {
  color: #112222;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.section__line__text::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background-image: url(../img/osaka-to-nara//line.svg);

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__line__text::after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(../img/osaka-to-nara//arrow-right.svg);

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1025px) {
  .section__line__link:hover .section__line__text::after {
    transform: translateY(-50%) translateX(8px);
  }
}

@media screen and (max-width: 640px) {
  .section__line {
    padding: 2% 4%;
  }
  
  .section__line__sub-text {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Document Section
   ========================================================================== */
.section__info {
  padding-block: 56px;
  background: #FAFAFA;
}

.section__info__heading {

}

.section__info__img {
  width: 400px;
  margin: 0 auto;
}
.section__info__heading-en {
  font-size: 2rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .section__info__heading-en {
    font-size: 1.8rem;
  }
}
.section__info__text {
  text-align: center;
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .section__info {
    padding: 8% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__info {
    padding: 10% 0;
  }
  
  .section__info__img {
    width: 300px;
  }
  
  .section__info__text {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Works Section
   ========================================================================== */
.section__works {
  position: relative;
  padding: 56px 0;
  background: #fafafa;
}

.section__works__text01-label {
  display: block;
  font-size: 1.4rem;
  font-family: 'Poppins';
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #AFAFAF;
}
.section__works__icon {
  padding-top: 24px;
}

.section__works__icon img {
  margin: 0 auto;
}

.section__works__body {
  padding: 0 24px;
  background: #fafafa;
  margin-bottom: 30px;
}


.section__works__body:last-child {
  margin-bottom: 0;
}

.section__works .section__works__slider {
 
}

.section__works .section__works__slider .section__works__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.section__works .section__works__slider .section__works__slider-prev,
.section__works .section__works__slider .section__works__slider-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.section__works .section__works__slider .section__works__slider-prev img,
.section__works .section__works__slider .section__works__slider-next img {
  width: 100%;
  height: auto;
}

.section__works .section__works__slider .section__works__slider-prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}

.section__works .section__works__slider .section__works__slider-next {
  right: 10px;
}

.section__works .section__works__slider .section__works__thumbnail-slider {
  margin-top: 8px;
}

.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 105 / 80;
  object-fit: cover;
}

.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.section__works__item__heading {
  margin-bottom: 24px;
  padding-top: 16px;
  border-top: 1px solid #BFBFBF;
}

.section__works__item__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.section__works__item__sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #afafaf;
}

.section__works__item__image {
  margin-top: 20px;
}

.section__works__item__question {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #727171;
}

.section__works__item__name01 {
    font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #727171;
  color: #fff;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.section__works__item__name02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 1px solid #727171;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.section__works__item__name03 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #112222;
  color: #fff;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.section__works__item__answer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.section__works__item__answer:last-child {
  margin-bottom: 0;
}

.section__works__text01 {
  padding: 24px 0 48px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
}
.fade-overlay {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(245, 243, 240, 0.00) 0%, #F5F3F0 33.33%);
  z-index: 80;
  opacity: 1;
  bottom: 0%;
  left: 0;
  transition: 0.8s ease;
}

.fade-overlay--active {
  display: none;
  opacity: 0;
}
.fade-overlay--hidden {
  opacity: 0;
  display: none;
}
.fade-overlay--hidden {
  opacity: 0;
  display: none;
}
.section__works__accordion-toggle {
  display: block;
  padding: 10px 24px;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  width: 200px;
  letter-spacing: 0.05em;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
}

.js-works-accordion-content {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
}
.js-works-accordion-content.active {
  display: block;
}

.section__works__accordion-toggle.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.section__works__accordion-close {
  display: none;
  margin-top: 16px;
  padding: 5px 24px;
  width: 100px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin: 0 auto;
  font-size: 1.4rem;
  border-bottom: 1px solid #000;
}

.section__works.is-open .section__works__accordion-toggle {
  display: none;
}

.section__works.is-open .section__works__accordion-close {
  display: block;
}

.section__works__accordion-toggle .works-toggle-open {
  display: inline;
}

.section__works__accordion-toggle .works-toggle-close {
  display: none;
}

.section__works__accordion-toggle.active .works-toggle-open {
  display: none;
}

.section__works__accordion-toggle.active .works-toggle-close {
  display: inline;
}



.section__works__accordion-content.active {
  max-height: 2000px;
}

.section__works__accordion-content > * {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.section__works__accordion-content.active > * {
  opacity: 1;
  transition-delay: 0s;
}

@media (min-width: 1025px) {
  .section__works .section__works__slider .section__works__slider-prev:hover,
  .section__works .section__works__slider .section__works__slider-next:hover {
    opacity: 0.7;
  }
  
  .section__works__accordion-toggle:hover {
    opacity: 0.8;
  }
}

@media(max-width: 1024px) {
  
  .section__works__icon {
    padding-top: 4%;
  }
  
  .section__works__item__title {
    font-size: 1.8rem;
  }
  
  .section__works__item__image {
    margin-top: 2%;
  }
  
  .section__works__item__question {
    font-size: 1.8rem;
  }
  
  .section__works__text01 {
    padding: 2% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__works {
    padding: 12% 0;
  }
  .section__works__body {
    padding: 0 4%;
  }
  
  .section__works .section__works__slider .section__works__slider-prev {
    left: 5px;
  }
  
  .section__works .section__works__slider .section__works__slider-next {
    right: 5px;
  }
  
  .section__works__item__heading {
    margin-bottom: 6%;
  }
  
  .section__works__item__title {
    font-size: 1.6rem;
  }
  
  .section__works__item__image {
    margin-top: 4%;
  }
  
  .section__works__item__question {
    font-size: 1.6rem;
  }
  
  .section__works__item__name01,
  .section__works__item__name02,
  .section__works__item__name03 {
    font-size: 1.4rem;
  }
  
  .section__works__item__answer {
    font-size: 1.4rem;
  }
  
  .section__works__text01 {
    padding: 4% 0;
    font-size: 1.4rem;
  }
  
  .section__works__accordion-toggle {
    padding: 3% 0;
  }
}

/* ==========================================================================
   Info Section
   ========================================================================== */

.section__info .section__info__list-item {
  display: flex;
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #BFBFBF;
}

.section__info .section__info__list-item:first-of-type {
  border-top: 1px solid #BFBFBF;
}

.section__info .section__info__list-name {
  width: 100px;
    font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.section__info .section__info__list-text {
  width: calc(100% - 100px);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.section__faq {
  padding: 56px 0;
  background: #333333;
}

@media screen and (max-width: 640px) {
  .section__faq {
    padding: 12% 0;
  }
}

.section__faq__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.section__faq__heading-jp {
  color: #fff;
  margin-bottom: 32px;
}

.section__faq__body {
  border-top: 1px solid #d6d6d6;
  max-width: 384px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .section__faq__body {
    max-width: 340px;
  }
}

.section__faq__item {
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .section__faq__item {
    margin-bottom: 4%
  }
}
.section__faq__item:last-of-type {
  margin-bottom: 0;
}

.section__faq__item__question {
  padding: 24px 0;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.section__faq__item__question__title {
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 36px;
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 640px) {
  .section__faq__item__question__title {
    font-size: 1.4rem;
    padding-left: 4%;
  }
}

.section__faq__item__question__desc {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  position: relative;
  padding: 20px 24px 20px 50px;
}

.section__faq__item__question__desc::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #333;
  font-family: "Poppins";
}

.section__faq__item__question.is-open .section__faq__item__question__desc {
  display: block;
}

.section__faq__item__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: none;
}

.section__faq__item__question__title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 20px;
  height: 8px;
  background-image: url("../img/osaka-to-nara/arrow-bottom02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.section__faq__item__question.is-open .section__faq__item__question__title::after {
  transform: translateY(-50%) rotate(180deg);
}

.section__plan {
  padding-block: 64px 80px;
  background-color: #eeeeee;
}

@media screen and (max-width: 640px) {
  .section__plan {
    padding-block: 12%;
  }
}

.section__plan__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.section__plan__body {
  position: relative;
  margin-top: 32px;
  overflow: visible;
  margin: 0 60px;
}

.section__plan__card {
  background: #fafafa;
  padding: 32px 28px;
  text-align: left;
  min-height: 220px;
}

.section__plan__card__label {
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #777;
  margin-bottom: 12px;
}

.section__plan__card__title {
  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .section__plan__card__title {
    font-size: 1.8rem;
  }
}

.section__plan__card__desc {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  .section__plan__card__desc {
    font-size: 1.4rem;
  }
}

.section__plan__card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.section__plan__card__list li + li {
  margin-top: 8px;
}

.section__plan__nav {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 3;
}

.plan-slider-prev {
  left: -40px;
  background-image: url("../img/osaka-to-nara/icon-arrow-left.svg");
}

.plan-slider-next {
  right: -40px;
  background-image: url("../img/osaka-to-nara/icon-arrow-right.svg");
}

.plan-slider-pagination {
  text-align: center;
  margin-top: 28px;
}

.plan-slider-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  width: 9px;
  height: 9px;
  opacity: 1;
}
.swiper-pagination {
  bottom: -30px !important;
}

.plan-slider-pagination .swiper-pagination-bullet-active {
  background: #333;
}

@media screen and (max-width: 640px) {
  .section__plan__card {
    padding: 24px;
    height: auto;
  }

}

.section__access {
  padding-block: 56px 40px;
  background: #fafafa;
}

@media screen and (max-width: 640px) {
  .section__access {
    padding-block: 12%;
  }
}

.section__access__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.section__access__heading {
  margin-bottom: 32px;
}

.section__access__container {
  margin-bottom: 32px;
}
.section__access__container:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {

    .section__access__container {
      margin-bottom: 6%;
    }
}

.section__access__map {
  padding: 0 24px;
}

@media screen and (max-width: 640px) {
  .section__access__map {
    padding: 0 4%;
  }
}

.section__access__map iframe {
  width: 100%;
  height: 222px;

}
.section__access__info {
  padding: 0 24px;
  position: relative;
}
.section__access__info.--open::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 73px;
  height: 73px;
background-image: url("../img/osaka-to-nara/new-open.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section__access__info.--open::before {
    top: -10px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .section__access__info {
    padding: 0 4%;
  }
}
.section__access__logo {
  text-align: center;
  margin: 24px 0;
}

.section__access__logo img {
  width: 223px;
  max-width: 100%;
}

.section__access__content {
 
}

.section__access__content a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 12px;
}

.section__access__content-text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .section__info {
    padding-block: 8%;
  }
}

@media(max-width: 640px) {
  .section__info {
    padding-block: 10%;
  }
  
  .section__info .section__info__list-name {
    font-size: 1.4rem;
  }
  
  .section__info .section__info__list-text {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Top Button & Banner
   ========================================================================== */
.section__top-btn {
  position: fixed;
  right: calc((100% - 1160px) / 2);
  bottom: 40px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

.section__banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}

.section__banner__contact {
  display: none;
}

.section__banner,
.section__top-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, pointer-events 0s linear 0.3s;
}

.section__banner.is-visible,
.section__top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.section__banner.is-hidden,
.section__top-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .section__banner:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1240px) {
  .section__top-btn {
    right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .section__banner__contact {
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
  gap: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .section__top-btn {
    right: 28%;
  }
}

@media screen and (max-width: 840px) {
  .section__top-btn {
    right: 24%;
  }
}

@media screen and (max-width: 760px) {
  .section__top-btn {
    right: 7.5%;
  }
}

@media screen and (max-width: 480px) {
  .section__top-btn {
    right: 4%;
  }
}

/* ==========================================================================
   FV Section
   ========================================================================== */
.section__fv__slide {
  width: 100%;
  height: auto;
  display: block;
}

.section__fv__heading {
  position: absolute;
  top: 124px;
  z-index: 5;
  width: 100%;
}
.section__fv__inner {
  position: relative;
}
.section__fv__bottom {
  position: absolute;
  bottom: 35px;
  z-index: 7;
  width: 100%;
  color: #fff;
  text-align: right;
}
.section__fv__bottom p {
  font-size: 1.5rem;
  color: #fff;
  padding-right: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2.2;
  text-shadow: 0 0 4px #7F7768;
}
.section__fv__heading__main {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.11em;
  text-align: center;
  font-family: 'Noto Serif JP';
  animation: 1.5s fv-fadeUp ease-in-out forwards;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 480px) {
  .section__fv__heading__main {
    line-height: 1.2;
  }
}

@keyframes fv-fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section__fv__heading__main strong {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.11em;
  text-align: center;
  font-family: 'Noto Serif JP';
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 480px) {
  .section__fv__heading__main strong {
    font-size: 2.6rem;
  }
}

.section__fv__heading__sub {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #fff;
  max-width: 392px;
}


@media screen and (max-width: 480px) {
  .section__fv__heading {
    font-size: 2rem;
  }
  
  .section__fv__heading__sub {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

/* ==========================================================================
   Concept Section
   ========================================================================== */
.section__concept {
  padding-block: 24px 64px;
  position: relative;
  z-index: 0;
  background-color: #efefef;
}
@media screen and (max-width: 640px) {
  .section__concept {
    padding-block: 6% 12%;
  }
}

.section__concept__inner__container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section__concept__inner__container {
    margin-bottom: 6%;
  }
}
.section__concept__box {
  display: flex;
  gap: 13px;
  align-items: center;
  width: calc(50% - 4px);
  background: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.section__concept__box p {
  font-size: 1.7rem;
  letter-spacing: 0;
  font-weight: 600;
  font-family: 'Noto Serif JP';
  color: #CE2C3E;
} 
@media screen and (max-width: 640px) {
  .section__concept__box p {
    font-size: 1.4rem;
  }
}

.section__concept__heading-jp {
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP';
}
@media screen and (max-width: 640px) {
  .section__concept__heading-jp {
    font-size: 1.8rem;
  }
}

.section__concept__items {
max-width: 320px;
margin: 0 auto;
padding-top: 40px;

}
@media screen and (max-width: 640px) {
  .section__concept__items {
    padding-top: 6%;
  }
}
.section__concept__item {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .section__concept__item {
    margin-bottom: 6%;
  }
}

.section__concept__slogan {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #afafaf;
  line-height: 2.5;
  padding: 0 4px 8px;
  font-family: 'Noto Serif JP';
}
@media screen and (max-width: 640px) {
  .section__concept__slogan {
    font-size: 1.6rem;
  }
}
.section__concept__slogan__wrapper {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section__concept__slogan__wrapper {
   poadding-top: 4%;
  }
}

.section__concept__body__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section__concept__item__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .section__concept__item__text {
    font-size: 1.4rem;
  }
}

.section__concept__desc {
  padding: 40px 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .section__concept {
    padding-block: 8%;
  }
  
  .section__concept__body__title {
    font-size: 2rem;
  }
  
  .section__concept__desc {
    padding: 4% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__concept {
    padding-block: 12%;
  }
  
  .section__concept__body__title {
    font-size: 1.8rem;
  }
  
  .section__concept__desc {
    padding: 6% 0;
    font-size: 1.4rem;
  }
}


/* ==========================================================================
   Contact Section / Form
   ========================================================================== */
.section__contact {
  padding-block: 80px;
  background: #EDEDED;
}
.section__contact__menu  {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 640px) {
  .section__contact__menu {
    gap: 8px;
  }
}

.section__contact__heading {
  text-align: left;
  margin-top: 40px;
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .section__contact__heading {
    margin-top: 6%;
  }
}

.section__contact .section__contact__form-content {
  display: none;
}

.section__contact__btn {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  cursor: pointer;
}


.section__contact__btn.is-active {
  opacity: 1;
}

.section__contact .section__contact__form-content.active {
  display: block;
}

.section__contact span.wpcf7-list-item-label,
.section__contact .form-date-notice {
  font-size: 1.4rem;
}

.section__contact .form__notice {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}

@media(max-width: 1024px) {
  .section__contact {
    padding-block: 8%;
  }
}

@media(max-width: 640px) {
  .section__contact {
    padding-block: 10%;
  }
}

/* Form Styles */
form {
  overflow: hidden;
}

form ul {
  display: block;
  margin-bottom: 16px;
  margin-top: 40px;
}

form ul .item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #333333;
  text-align: center;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #afafaf;
  text-align: center;
  padding: 5px 22px;
  font-size: 14px;
  border-radius: 30px;
}

form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}

form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}

form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 139px;
}

form [type=submit] {
  background: #112222;
  height: 56px;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}

.section-form__check span {
  background: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}

.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  padding: 16px;
  margin: 16px 0;
  border-radius: 4px;
}

.wpcf7-response-output.wpcf7-validation-errors {
  border: 2px solid #dc3545;
  color: #dc3545;
  background: #fff3cd;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #28a745;
  color: #28a745;
  background: #d4edda;
}

.privacy-policy-scroll {
  background: #fff;
  padding: 20px 16px;
  max-height: 168px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

.privacy-box {
  background: #fff;
  border: 1px solid #43413E;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}

.privacy-box h3,
.privacy-box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

.section-form__check1,
.section-form__check2 {
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: unset;
}

.wpcf7-list-item {
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.section-form__check1 .wpcf7-list-item,
.section-form__check2 .wpcf7-list-item,
.section-form__check3 .wpcf7-list-item {
  justify-content: center;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  border-radius: 50%;
  color: #ffffff;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff !important;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  box-shadow: inset 0 0 0 4px #ffffff;
  background: var(--fc) !important;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #BFBFBF;
  opacity: 1;
}

.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 90px;
  background: #112222;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  position: relative;
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
}

li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

li.item-form.itemform_add_search button {
  width: 120px;
  background: #216724;
  border: none;
  color: #fff;
}

.form-caption {
  margin-bottom: 120px;
}

.form-caption p {
  font-size: 16px;
  text-align: center;
}

.contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2c2928;
}

.contact__form .privacy-policy-scroll p a {
  color: #5839ff;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

/* Radio Button Styles */
input[type=radio]:checked + label {
  background-color: #e0e0e0;
  color: var(--fc);
  border: 2px solid #c6a160;
  font-weight: bold;
}

input[type=radio] + label {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

input[type=radio]:not(:checked) + label {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

@media (min-width: 1025px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  form ul {
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  
  form ul li:first-of-type,
  form ul li:last-of-type {
  }
  
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  
  form [type=submit] {
    font-size: 18px;
  }
  
  .section-form__check {
    margin-bottom: 5%;
  }
  
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
  
  .privacy-box {
    padding: 4% 4% 5%;
  }
  
  .wpcf7-form-control.wpcf7-radio label input[type=radio] {
    padding: 8px;
  }
  
  .form-caption {
    margin-bottom: 32px;
  }
  
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
}


.grecaptcha-badge,
.rc-anchor-alert,
.rc-anchor {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

/* Swiper disabled state */
.swiper-button-disabled {
  opacity: .35;
}

/* ==========================================================================
   Catalog Radio (Form)
   ========================================================================== */
.catalog-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom:24px ;
}

.catalog-radio li {
  width: calc((100% - 10px * 1) / 2);
  cursor: pointer;
}

.catalog-option {
  cursor: pointer;
}

.catalog-option .txt {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.catalog-option img {
  width: 100%;
  height: auto;
}

.form-date-notice02 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.section__contact .form-spot {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.section__contact .form-spot__item {
  width: calc((100% - 16px) / 2);
  cursor: pointer;
}

.section__contact .form-spot__item img {
  opacity: 0.6;
  transition: 0.4s;
}

.section__contact .form-spot__item.--active img {
  opacity: 1;
}


/* 20260113 */

.section__plan__heading-jp {
  text-align: center;
}

.section__plan__heading__desc {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .section__plan__heading__desc {
    margin-top: 4%;
    margin-bottom: 5%;
    font-size: 1.4rem;
  }
}
.fv-under-slider{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fv-under-slider .fv-under-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.fv-under-slide img{
    width: 100%;
    display: block;
}
.section__fv-under{
    background-color: #eeeeee;
}

    .section__fv-under__title{
    font-size: 14px;
    font-weight: 500;
    line-height: 185.714%;
    letter-spacing: 0.05rem;
    padding: 0px 0px 20px 24px;
}

.section__cta__main a{
    display: block;
    transition: transform 0.4s ease;
}

/* ==========================================================================
   reason Section
   ========================================================================== */
.section__reason {
  padding: 80px 0;
}

.section__reason__heading {
  border-bottom: 1px solid #BFBFBF;
  text-align: center;
}

.section__reason__body {
  padding-top: 46px;
}

.section__reason__item {
  background: #FFF;
}

.section__reason__item:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BFBFBF;
}

.section__reason__item__title {
  padding-bottom: 16px;
  color: #333;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.section__reason__item__title span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
  font-family: 'Poppins', serif;
}

.section__reason__item__sub-title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 24px;
}

.section__reason__item__figure {
  margin-bottom: 32px;
}

.section__reason__item__desc {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .section__reason {
    padding: 8% 0;
  }
  
  .section__reason__body {
    padding-top: 4%;
  }
  
  .section__reason__item:not(:last-of-type) {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  
  .section__reason__item__title {
    padding-bottom: 2%;
    font-size: 2rem;
  }
  
  .section__reason__item__sub-title {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
  
  .section__reason__item__figure {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .section__reason {
    padding: 10% 0;
  }
  
  .section__reason__body {
    padding-top: 6%;
  }
  
  .section__reason__item:not(:last-of-type) {
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
  
  .section__reason__item__title {
    padding-bottom: 4%;
    font-size: 1.8rem;
  }
  
  .section__reason__item__sub-title {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
  
  .section__reason__item__figure {
    margin-bottom: 5%;
  }
  
  .section__reason__item__desc {
    font-size: 1.4rem;
  }
}



/* ==========================================================================
   Feature Section
   ========================================================================== */
.section__point,
.section__life {
  background-color: #eeeeee;
}

.section__point {
  padding-block: 50px 64px;
}

.section__life {
  padding-block: 80px;
}

@media screen and (max-width: 480px) {
  .section__life {
    padding-block: 12%;
  }
}

.section__point__points,
.section__life__points {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}

.section__point__point,
.section__life__point {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.section__point__point__num,
.section__life__point__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #112222;
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.section__point__point__figure,
.section__life__point__figure {
  margin-bottom: 24px;
}

.section__point__point__figure img,
.section__life__point__figure img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.section__point__point h3,
.section__life__point h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.section__point__point p,
.section__life__point p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .section__point__points,
  .section__life__points {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* point + life tabs */
.section__point__tabs,
.section__life__tabs {
  display: flex;
  gap: 1px;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 32px;
}

.section__point__body,
.section__life__body {
  padding: 32px 24px;
  background: #fafafa;
}

.section__point__tabCard,
.section__life__tabCard {
  position: relative;
  appearance: none;
  border: none;
  background: #AFAFAF;
  width: 47%;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  transition: transform .15s ease;
  border-radius: 3px 3px 0 0;
}

.section__point__tabCard.is-active,
.section__life__tabCard.is-active {
  background: #333;
}

.section__point__tabCard__num,
.section__life__tabCard__num{
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: 'Poppins';
  line-height: 1.1;
  font-weight: 400;

}

.section__point__tabCard__ttl,
.section__life__tabCard__ttl {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: 'Poppins';
  line-height: 1.2;
  font-weight: 400;
}


.section__point__tabCard__jp,
.section__life__tabCard__jp {
  display: block;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.4;
}

.section__point__item,
.section__life__item {
  padding-bottom: 24px;
}

.section__point__item__figure img,
.section__life__item__figure img {
  width: 100%;
  display: block;
}

.section__life__item__sub-title {
  font-size: 2.4rem;
  padding-block: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .section__life__item__sub-title {
    font-size: 1.8rem;
    padding-block: 4%;
  }
}
.section__life__item__sub-title02 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .section__life__item__sub-title02 {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}

.section__life__item__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}


.section__point__item__sub-title {
  font-size: 2rem;
  padding-block: 24px;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 640px) {
  .section__point__item__sub-title {
    font-size: 1.8rem;
  }
}

.section__point__item__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 400;
}

.section__feature {
  background-color: #eeeeee;
  padding-block: 56px;
}

@media screen and (max-width: 640px) {
  .section__feature {
    padding-block: 12%;
  }
}

/* ===== Feature Tabs Card (add-on) ===== */
.section__feature__tabs{
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section__feature__image {
  padding-top: 48px;
  width: 296px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
  .section__feature__image {
    padding-top: 8%;
    margin: 0 auto 6%;
  }
}
.section__feature__items {
  width: 366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media screen and (max-width: 640px) {
  .section__feature__items {
    width: 100%;
  }
}
.section__feature__item { 
  width: calc((100% - 16px) / 2);
  background: #fafafa;
  padding: 20px;
  text-align: center;
}
.section__feature__item__inner {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.section__feature__item__inner__text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.section__feature__item__inner__text02 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 10px;
}
.section__feature__item__inner__text02__title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.section__feature__item__inner__text02__desc {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7F7768;
}
.section__feature__note {
  padding-top: 16px;
  margin-bottom: 80px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 300;
  color: #6A7282;
  letter-spacing: 0.04em;
  width: 366px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 640px) {
  .section__feature__note {
    width: 100%;
    margin: 0 auto 10%;
  }
}
.section__feature__text {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .section__feature__text {
    margin-bottom: 4%;
  }
}


.section__feature__text__title {
  font-size: 2rem;
  font-family: 'Noto Serif JP';
  letter-spacing: 0.03em;
  font-weight: 600;
  border-bottom: 1px solid #AFAFAF;
  display: inline-block;
  padding-bottom: 10px;
  padding-inline: 10px;
}
@media screen and (max-width: 640px) {
  .section__feature__text__title {
    font-size: 1.8rem;
  }
}

.section__feature__text__desc {
  padding-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #7F7768;
}
@media screen and (max-width: 640px) {
  .section__feature__text__desc {
    font-size: 1.4rem;
    padding-top: 4%;
  }
}
.section__feature__box01 {
  background: #333333;
  padding: 32px 24px;
  margin-bottom: 24px;
  position: relative;
}

.section__feature__box01::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 30px;
  width: 29px;
  height: 75px;
  background-image: url("../img/osaka-to-nara/feature_icon01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__feature__box01__location {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
.section__feature__box01__info__item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.section__feature__box01__info__item.--none {
  padding-left: 20px;
  line-height: 1.3;
}

.section__feature__box01__info__item.--none::before {
  display: none;
}
@media screen and (max-width: 640px) {  
  .section__feature__box01__info__item {
    font-size: 1.4rem;
  }
}
.section__feature__box01__info__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AFAFAF;
  display: inline-block;
}

.section__feature__box02 {
  background: #7F7768;
  padding: 32px 24px;
  margin-bottom: 24px;
  position: relative;
}
.section__feature__box02::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 17px;
  width: 57px;
  height: 54px;
  background-image: url("../img/osaka-to-nara/feature_icon02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__feature__box02__location {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
.section__feature__box02__info__item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.section__feature__box02__info__item.--none {
  padding-left: 20px;
  line-height: 1;
  margin-top: -10px;
}

.section__feature__box02__info__item.--none::before {
  display: none;
}

.section__feature__box02__info__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AFAFAF;
  display: inline-block;
}

.section__feature__box02__info {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .section__feature__box02__info__item {
    font-size: 1.4rem;
  }
  .section__feature__box02__info {
    margin-top: 4%;
  }
}

.section__feature__box01__info {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .section__feature__box01__info {
    margin-top: 4%;
  }
}

.section__feature__information {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 64px;
}

@media screen and (max-width: 640px) {
  .section__feature__information {
    gap: 24px;
    margin-top: 8%;
  }
}
.section__feature__information__item__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .section__feature__information__item__text {
    font-size: 1.4rem;
  }
}


/* カード本体 */
.section__feature__tabCard{
  position: relative;
  appearance: none;
  border: none;
  background: #F3F3F3;
  max-width: 240px;         
  width: 47%;         
  padding: 18px 0px 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: transform .15s ease;
}

.section__feature__information__title {
  writing-mode: vertical-lr;
  font-size: 2rem;
  font-weight: 600;
  color: #7F7768;
  font-family: 'Noto Serif JP';
  letter-spacing: 0.3em;
}
.section__feature__information__item {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 40px;
}
.section__feature__information__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .section__feature__information__item {
    margin-bottom: 6%;
  }
}
/* 影・ホバー */
.section__feature__tabCard:hover{
  transform: translateY(-2px);
}

/* アクティブ（1枚目っぽく濃く） */
.section__feature__tabCard.is-active{
  background: #EDEDED;
}

/* 文字 */
.section__feature__tabCard__num{
  display: block;
  text-align: left;
  color: #888;
  font-size: 1.2rem;
  letter-spacing: .05em;
  padding-left: 8px;
  margin-bottom: 8px;
}

.section__feature__tabCard__ttl{
  display: block;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section__feature__tabCard__jp{
  display: block;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.4;
  margin-bottom: 18px;
}

/* 下の丸アイコン（CSSだけで作る） */
/* .section__feature__tabCard__icon{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #D9D9D9;
  position: relative;
} */

.section__feature__tabCard__icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: translate(-50%,-55%) rotate(45deg);
}

/* 非アクティブの“薄い感じ” */
.section__feature__tabCard:not(.is-active){
  opacity: .55;
}

.section__feature__tabCard::after{
  content:"";
  position:absolute;
  display: block;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: url("../img/osaka-to-nara//tab-arrow.png") no-repeat center / contain;

}


/* SP調整（2枚目の見た目もここで整う） */
@media screen and (max-width: 640px){
  .section__feature__tabs{
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    

  }
  .section__feature__tabCard{
    width: 100%;
    min-height: 120px;
    padding: 16px 10px 32px;
  }
  .section__feature__tabCard::after{
    bottom: 16px;
  }
  .section__feature__tabCard__ttl{
    font-size: 1.4rem;
  }
  .section__feature__tabCard__jp{
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}


.catalog-radio input{
  width:16px;
  height: 16px;

}

.section__feature__item__number{

}

.section__feature__item__subtitle{
  padding: 8px 0;
}

.catalog-all__txt{
  font-size: 14px;
  font-weight: 500;
  
}
.js-catalog-all-chk{
  margin:0;
  margin-left:3px ;
}


#catalog-text{
  display: none;
}

.section__ob {
  padding-block: 56px;
  background: #333333
}

@media screen and (max-width: 1024px) {
  .section__ob {
    padding-block: 12%;
  }
}


.section__ob__inner {
  padding-inline: 48px;
}
@media screen and (max-width: 640px) {
  .section__ob__inner {
    padding-inline: 4%;
  }
}

.section__ob__heading-en {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section__ob__heading-en {
    font-size: 1.8rem;
  }
}

.section__ob__heading-jp {
  font-size: 3rem;
  font-weight: 500;
  font-family: 'Noto Serif JP';
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .section__ob__heading-jp {
    font-size: 2.6rem;
    padding-top: 4%;
    margin-bottom: 5%;
  }
}

.section__ob__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
  padding-top: 24px;
}

@media screen and (max-width: 640px) {
  .section__ob__text {
    padding-top: 4%;
  }
  
}

.ob-link {
  color: #43413E;
  border-bottom: 1px solid #43413E;
  margin-top: 10px;
  display: inline-flex;
  font-size: 1.4rem;
}

.form-common__inner--cnt--person {
  display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-common__inner--cnt--person:last-of-type {
  margin-bottom: 0;
}

.form-common__inner--cnt--person-label {
  width: 60px !important;
    font-size: 1.6rem !important;
    flex-shrink: 0 !important;
}

#form select {
  color: #3a3a3a;
}
#form select:focus {
  color: #3a3a3a;
}