@charset "UTF-8";

.color-primary {
  color: #b60024;
}

.color-secondary {
  color: #9e8d16;
}

.color-tertiary {
  color: #687f32;
}

.txt-title-2xl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.txt-title-lg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.txt-detail-m {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.txt-detail-s {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  line-height: 1.7;
}
.txt-detail-xs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.txt-center {
  text-align: center;
}
.txt-copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}

.txt-mincho-title-price {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.txt-mincho-title-2xl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.txt-mincho-title-xl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.txt-mincho-title-lg {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.txt-mincho-title-normal {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  line-height: 2;
}
.txt-mincho-title-m {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  line-height: 1.5;
  line-height: 2;
}
.txt-mincho-detail-m {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  line-height: 1.7;
}

.txt-center {
  text-align: center;
  margin: 0 auto;
}

.txt-left {
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cancel-notice {
    text-align: left !important;
  }
}
.grid2 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.grid2 a {
  text-decoration: none;
}

.grid2_0 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
.grid2_0 a {
  text-decoration: none;
}

.grid2_8 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.grid2_8 a {
  text-decoration: none;
}

.grid2_price {
  width: 580px;
  margin: 0 auto;
}

/* 各行を2カラムのGridにする */
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}

/* デフォルトはテキスト→写真 */
.row {
  grid-template-areas: "text price";
}

.grid2_button {
  max-width: 610px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.grid2_event2 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
@media screen and (min-width: 769px) {
  .grid2_event2 {
    grid-template-columns: 0.45fr 0.55fr;
  }
}
.grid2_event2 a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .grid2_event2 .photo-event2-01 {
    justify-self: start;
    margin-right: 10px;
  }
  .grid2_event2 .photo-event2-03 {
    justify-self: start;
    margin-right: 10px;
  }
  .grid2_event2 .photo-event2-01 img {
    max-width: calc(100% - 10px);
  }
  .grid2_event2 .photo-event2-03 img {
    max-width: calc(100% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .grid2_event2 > div:nth-child(1) {
    order: 1;
  }
  .grid2_event2 > div:nth-child(2) {
    order: 3;
  }
  .grid2_event2 > div:nth-child(3) {
    order: 2;
  }
  .grid2_event2 > div:nth-child(4) {
    order: 4;
  }
  .grid2_event2 > div:nth-child(5) {
    order: 4;
  }
  .grid2_event2 > div:nth-child(6) {
    order: 7;
  }
  .grid2_event2 > div:nth-child(7) {
    order: 6;
  }
  .grid2_event2 > div:nth-child(8) {
    order: 8;
  }
  .grid2_event2 > div:nth-child(9) {
    order: 8;
  }
}

.event2_title_img1 {
  transform: scale(0.75); /* 50%に縮小 */
  transform-origin: left; /* 左上基準で縮小 */
  margin: 0;
}

.event2_title_img2 {
  transform: scale(0.75) !important; /* 幅を50%に設定 */
  transform-origin: left;
  margin: 0;
}

.event2_title_img3 {
  transform: scale(0.75) !important; /* 幅を50%に設定 */
  transform-origin: left;
  margin: 0;
}

.event2_title_img4 {
  transform: scale(0.5) !important; /* 幅を50%に設定 */
  transform-origin: bottom left;
  margin: 0;
}

@media (max-width: 768px) {
  .event2_title_img1 {
    transform: scale(0.9); /* 50%に縮小 */
    transform-origin: bottom left; /* 左上基準で縮小 */
    margin: 0;
  }
  .event2_title_img2 {
    transform: scale(0.7) !important; /* 幅を50%に設定 */
    transform-origin: bottom left;
    margin: 0;
  }
  .event2_title_img3 {
    transform: scale(0.9) !important; /* 幅を50%に設定 */
    transform-origin: bottom left;
    margin: 0;
  }
  .event2_title_img4 {
    transform: scale(1) !important; /* 幅を50%に設定 */
    transform-origin: bottom left;
    margin: 0;
  }
}

.grid4s {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px;
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .grid2_0,
  .grid2_event2,
  .grid2_button,
  .grid2_8,
  .grid2_price,
  .grid4s {
    max-width: 100% !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  /* grid2_button専用のスマホ対応 */
  .grid2_button > div {
    margin-bottom: 8px !important;
  }
  .grid2_button > div:last-child {
    margin-bottom: 0 !important;
  }
  /* grid2_price専用のスマホ対応 */
  .grid2_price {
    text-align: center !important;
  }
  .grid2_price .row {
    text-align: center !important;
  }
  .grid2_price .text {
    text-align: center !important;
  }
  .grid2_price .price {
    text-align: center !important;
  }
  .row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    text-align: center;
  }
  .row {
    grid-template-areas: "text";
    grid-template-areas: "price";
  }
  .grid2 {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  /* grid2_0専用のスマホ対応 */
  .grid2_0 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .grid2_0 > div {
    margin-bottom: 8px !important;
  }
  .grid2_0 > div:last-child {
    margin-bottom: 0 !important;
  }
  /* grid2_event2専用のスマホ対応 */
  .grid2_event2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  /* grid2_event2内の子要素のgrid-columnをリセット */
  .grid2_event2 > div {
    grid-column: auto !important;
    margin-bottom: 30px !important;
  }
  /* grid2_event2内の最後の子要素の下マージンを削除 */
  .grid2_event2 > div:last-child {
    margin-bottom: 0 !important;
  }
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-container table {
    min-width: 600px; /* 最小幅を設定 */
  }
}
/* ヘッダー行 */
thead th {
  background: #82a326;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: normal;
  border: 1px solid #5a7c1a;
}

thead th:first-child {
  background: #82a326;
}

/* 日付列 */
.date-cell {
  background: #82a326;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: normal;
  border: 1px solid #5a7c1a;
  writing-mode: horizontal-tb;
  white-space: nowrap;
}

/* プラン名のセル */
.plan-cell {
  background-color: white;
  padding: 12px 15px;
  border: 1px solid #d4d4d4;
  text-align: left;
  vertical-align: middle;
}

/* 奇数行の背景色を少し変える */
tbody tr:nth-child(odd) .plan-cell {
  background-color: #f2f6e4;
}

/* 通常のデータセル */
td {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  background-color: white;
}

/* 奇数行のデータセル */
tbody tr:nth-child(odd) td:not(.plan-cell):not(.date-cell) {
  background-color: #f2f6e4;
}

/* 利用可能マーク */
.available {
  color: #228b22;
  font-weight: bold;
  font-size: 18px;
}

.not-available {
  color: #ccc;
  font-size: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .container {
    margin: 10px;
    padding: 15px;
  }
  table {
    font-size: 12px;
  }
  th, td {
    padding: 8px 5px;
  }
  h1 {
    font-size: 20px;
  }

}
.bg-green {
  background-color: #dce6a0;
}

.event-card {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.event-card > img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.event-card > img.event2_title_img {
  margin-bottom: 0;
}
.event-card table {
  border: none;
}
.event-card table thead th {
  background: none;
  border: none;
  color: inherit;
  text-align: left;
}
.event-card table .date-cell {
  background: none;
  border: none;
  color: inherit;
  text-align: left;
}
.event-card table .plan-cell {
  background: none;
  border: none;
  text-align: left;
}
.event-card table td {
  background: none;
  border: none;
  text-align: left;
}
.event-card table tbody tr:nth-child(odd) .plan-cell {
  background: none;
}
.event-card table tbody tr:nth-child(odd) td:not(.plan-cell):not(.date-cell) {
  background: none;
}

.date-section {
  margin-bottom: 15px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table td {
  vertical-align: top;
  padding: 4px 8px 4px 0;
  font-size: 12px;
  line-height: 1.6;
}

.info-table .label-cell {
  color: #b60024;
  font-weight: bold;
  white-space: nowrap;
  width: 80px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.info-table .content-cell {
  width: auto;
}

.note {
  font-size: 12px;
  color: #666;
  margin: 8px 0;
  padding-left: 20px;
}

.event-card .description {
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  padding-bottom: 10px;
  margin-top: auto;
  flex-grow: 1;
}

.highlight {
  font-weight: bold;
}

.grid2 {
  align-items: stretch;
}

.grid2 > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid2 > div > img {
  margin-top: auto;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

/* 最後の要素が奇数の場合、最後のdiv要素のみをセンターに寄せる */
.grid2 > div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 50%;
}

/* SP版では最後の要素も通常通り1列表示にする */
@media (max-width: 768px) {
  .grid2 > div:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: auto;
    max-width: none;
  }
}

.icon-wrap {
  max-width: 620px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .icon-wrap {
    max-width: 93%;
    text-align: center;
  }
  .icon-wrap .icon-1::before,
  .icon-wrap .icon-2::before,
  .icon-wrap .icon-3::before {
    display: inline-block;
    float: none;
    margin-right: 8px;
    vertical-align: top;
    position: relative;
  }
  .icon-wrap .icon-1,
  .icon-wrap .icon-2,
  .icon-wrap .icon-3 {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 68px;
    position: relative;
  }
  .icon-wrap .icon-1::before,
  .icon-wrap .icon-2::before,
  .icon-wrap .icon-3::before {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.icon-1::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 22px;
  background-image: url("../images/icon_yoyaku1.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-2::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 22px;
  background-image: url("../images/icon_yoyaku2.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-3::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 32px;
  background-image: url("../images/icon_yoyaku3.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.row {
  border-bottom: 1px solid #222;
  align-items: end;
  padding: 10px;
}

.item3 {
  grid-column: 1/3 !important;
  justify-self: start; 
  margin: 0; 
}

.freedial::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 33px;
  background-image: url("../images/freedial.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.hana::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 33px;
  background-image: url("../images/section_restaurant_hana.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.access {
  background-color: #fff;
}

.sns_botton {
  background-color: #bbcce9;
  padding: 20px 40px;
  height: 50px;
  position: relative;
}
.sns_botton img {
  width: 50px;
}
.sns_botton .txt_mincho_detail__n {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
}

.sns_botton2 {
  background-color: #bbcce9;
  padding: 20px 40px;
  height: 50px;
  position: relative;
}
.sns_botton2 img {
  width: 50px;
}
.sns_botton2 .txt_mincho_detail__n {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}

.sns_logo_left {
  float: left;
  padding-right: 25px;
}

.logos {
  height: 75px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

footer {
  padding: 25px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0px 0px 0px;
  }
}
.txt-copyright {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  margin-top: 8px;
}

#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #222;
  border-right: solid 1px #222;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #222;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
    padding: 0 10px;
    border-left: solid 1px #222 !important;
    border-right: solid 1px #222 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
  }
  #hotel_link > li + li {
    margin-top: 10px;
  }
}
br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

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

ruby {
  ruby-position: over;
}

header {
  position: relative;
}

.language-switch {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
}

.lang-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease;
}

.lang-text a {
  color: #fff !important;
  text-decoration: none !important;
}

.lang-text a:hover {
  color: #f0f0f0 !important;
  text-decoration: none !important;
}

.lang-text:hover {
  color: #f0f0f0;
}

.lang-separator {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.lang-bold {
  font-weight: 500;
}

.lang-light {
  font-weight: 100 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-stretch: ultra-condensed;
}

@media (max-width: 768px) {
  .language-switch {
    display: none;
  }
}
.sp-language-switch {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

@media (max-width: 768px) {
  .sp-language-switch {
    display: flex;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
#header {
  width: 100%;
  margin: 0 auto;
}

#header table,
#copyright {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.section__event0 {
  background-color: #fff;
}
.section__event1 {
  background-color: #fdf6f1;
}
.section__event2 {
  background-color: #fff;
  background-image: url(../images/section_back2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section__event3 {
  background-color: #fdf6f1;
}
.section__event4 {
  background-color: #fff;
  background-color: #fff;
  background-image: url(../images/section_back4.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section__restaurant {
  background-color: #fcfcf3;
}
.section__stay {
  background-color: #fff;
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h3 {
  font-weight: 900;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

a {
  color: #222;
}

a:hover {
  opacity: 0.5;
}

.title_bar {
  display: block;
  margin: 0 auto;
  padding-bottom: 40px;
}

.button_ {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding-top: 10px;
}

.button__ {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.button__en {
  display: block;
  width: 300px;
  padding-bottom: 10px;
  margin: 0 auto;
}

#top {
  background: #d6edfb;
}

#top header .inner {
  max-width: 100%;
  margin: 0;
}

#main {
  margin: 0;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

nav {
  width: 100%;
  margin: 0 auto;
  background-color: #a00f16;
  text-align: center;
}

nav > ul {
  margin: 0 auto;
  width: 750px;
}

@media (max-width: 768px) {
  nav > ul {
    margin: 0 auto;
    width: 100%;
  }
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #a00f16;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #a00f16;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hamburger-line {
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 2px 0;
  transition: all 0.3s ease;
  border-radius: 1px;
}

.hamburger-btn.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #a00f16;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow-x: hidden;
}

.sp-nav.active {
  transform: translateY(0);
}

.sp-nav-list {
  list-style: none;
  margin: 0;
  padding: 80px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.sp-nav-list li {
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.sp-nav-list li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-nav-list li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
}
.item_toplink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.item_toplink > li {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 200px;
}

.item_toplink > li a {
  color: #fff;
  text-decoration: none;
}

.text_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0px 0;
  color: #222;
  line-height: 1.4;
}

.text_area_center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 50px 0;
  color: #222;
  line-height: 1.4;
}

.text_area_inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0px 0 50px 0;
  color: #222;
  line-height: 1.4;
}

.text_area_bgw {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  color: #222;
  line-height: 1.4;
  background-color: #fff;
}

.item_toplink {
  text-align: center;
}

/* 4列表示用のスタイル（english.html専用） */
.item_toplink_4col {
  width: 760px !important;
  max-width: 760px !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
}

.item_toplink_4col > li {
  width: 170px !important;
  flex: 0 0 170px !important;
}

.card {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  color: #333;
  text-decoration: none;
}

hr {
  border-top: 1px solid #222;
}

.hr_black {
  border-top: 1px solid #231815;
  margin: 4px 0 60px 0;
}

.hr_black_en {
  border-top: 1px solid #231815;
  margin: 4px 0 40px 0;
}
.hr_black__en {
  border-top: 1px solid #231815;
  margin: 20px 0 20px 0;
}

@media (max-width: 768px) {
  .text_area {
    max-width: 90%;
    margin: 0 auto;
  }
  .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .title_bar {
    width: 100%;
    max-width: 100%;
  }
}
.sns_botton {
  background-color: #bbcce9;
  padding: 20px 40px;
  height: 50px;
}
.sns_botton img {
  width: 50px;
}

.description600{
  max-width: 600px;
  margin: 0 auto;
  padding: 0px 0 50px 0;
  color: #222;
  line-height: 1.4;
}

.sns_logo_left {
  float: left;
  padding-right: 25px;
}/*# sourceMappingURL=style.css.map */