@charset "UTF-8";
:root {
  --main-color: #276ebe;
  --sub-color: #1199c1;
  --link-color: #63b0b7;
}

/*
  header
========================================================================== */
header {
  line-height: 1;
  position: relative;
  font-feature-settings: "palt";
}

header .header_lead {
  position: absolute;
  z-index: 1;
  padding-top: max(0.786vw, 10px);
  padding-left: max(2.071vw, 26px);
  font-family: "Noto Sans JP";
  font-size: max(0.857vw, 11px);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #2e2e2e;
}

.fix_aside_btn {
  position: fixed;
  top: max(7.5vw, 97px);
  right: 0;
  z-index: 1000;
}

.fix_aside_btn div + div {
  margin-top: max(0.714vw, 9px);
}

.fix_aside_btn div img {
  width: max(3.571vw, 46px);
}

.low_h {
  position: relative;
}
.low_h h1 {
  font-size: max(0.834vw,11px);
  line-height: 1em;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  position: absolute;
  top: max(1.429vw,19px);
  left: max(2.143vw,28px);
}
.low_h .h_logo {
  position: absolute;
  top: max(6.000vw,78px);
  left: max(6.929vw,90px);
  width: max(14.500vw,189px);
}
.low_h .h_btn {
  display: flex;
  gap: max(0.714vw,9px);
  position: absolute;
  top: 0;
  right: max(0.714vw,9px);
}
.low_h .h_tel {
  width: max(15.714vw,204px);
  background: url("../images/common/h_tel_ic.png") no-repeat left max(1.071vw,14px) center/max(1.071vw,14px),#afafaf;
  color: #FFFFFF;
  font-family: Arial, "sans-serif";
  font-size: max(1.636vw,21px);
  line-height: 0.8em;
  display: flex;
  align-items: center;
  padding-left: max(2.500vw,33px);
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.low_h .h_web {
  width: max(14.786vw,192px);
}

/*
  gnav
========================================================================== */
.gnav {
  line-height: 1;
}

.gnav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: max(1.357vw, 17px) 0 max(1.5vw, 19px);
}

.gnav ul li {
  border-right: #2e2e2e solid 1px;
}

.gnav ul li:first-child {
  border-left: #2e2e2e solid 1px;
}

.gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(1.143vw, 14px) max(3.214vw, 41px) max(1vw, 13px);
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: max(1.071vw, 13px);
  letter-spacing: 0.1em;
  color: #2e2e2e;
  font-feature-settings: "palt";
}

.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14px);
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  height: max(59.357vw, 771px);
  line-height: 1;
  margin-top: max(4.643vw, 60px);
  padding-top: max(7.357vw, 95px);
  padding-bottom: max(1.571vw, 20px);
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  color: #fff;
  background: url(../images/common/footer_bg.jpg) center top no-repeat;
  background-size: cover;
}

.footer_contents {
  display: flex;
  justify-content: space-between;
  padding: 0 max(4.643vw, 60px);
}

.footer_contents .boxLeft {
  width: max(26.571vw, 345px);
}

.footer_contents .boxRight {
  width: max(57.643vw, 749px);
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  width: max(19vw, 247px);
}

.footer_info {
  width: max(22.714vw, 295px);
  margin: max(1.429vw, 18px) auto 0;
  padding-top: max(0.714vw, 9px);
  border-top: #fff solid 1px;
}

.footer_info .tel {
  padding-left: max(2.286vw, 29px);
  text-align: center;
  font-family: "Roboto";
  font-size: max(2.5vw, 32px);
  font-weight: 400;
  letter-spacing: 0.07em;
  background: url(../images/common/icon_tel_02.png) left max(1.5vw, 19px) center no-repeat;
  background-size: max(1.643vw, 21px) auto;
}

.footer_info .footer_btn {
  margin-top: max(1.429vw, 18px);
  text-align: center;
}

.footer_info .footer_btn li {
  margin-top: max(0.857vw, 11px);
}

.footer_info .footer_btn li img {
  width: max(20.786vw, 270px);
}

.footer_info .address {
  line-height: 1.55;
  margin-top: max(2.143vw, 27px);
  margin-left: max(2.143vw, 27px);
  font-size: max(1.143vw, 14px);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.footer_info .train {
  margin-top: max(1.429vw, 18px);
  margin-left: max(2.143vw, 27px);
  padding: max(0.714vw,9px) 0 max(0.714vw,9px) max(3.143vw,40px);
  font-size: max(1.143vw, 14px);
  font-weight: 400;
  letter-spacing: 0.1em;
  background: url(../images/common/icon_train.png) left 3px center no-repeat;
  background-size: max(1.643vw,21px) auto;
}

.footer_info .parking {
  margin-top: max(1.429vw, 18px);
  margin-left: max(2.143vw, 27px);
  padding: max(0.357vw, 4px) 0 max(0.357vw, 4px) max(3vw, 39px);
  font-size: max(1.143vw, 14px);
  font-weight: 400;
  letter-spacing: 0.1em;
  background: url(../images/common/icon_parking.png) left center no-repeat;
  background-size: max(2vw, 26px) auto;
}

.footer_timeTable {
  margin-top: max(1.429vw, 18px);
}

.footer_timeTable table {
  width: 100%;
  table-layout: fixed;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

.footer_timeTable table th,
.footer_timeTable table td {
  text-align: center;
  vertical-align: middle;
}

.footer_timeTable table thead th {
  width: max(8.071vw, 104px);
  font-size: max(1.071vw, 13px);
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: #fff solid 1px;
}

.footer_timeTable table thead td {
  padding: max(0.571vw, 7px) 0;
  font-size: max(1.071vw, 13px);
  font-weight: 400;
  border-bottom: #fff solid 1px;
}

.footer_timeTable table tbody th {
  padding-bottom: max(1.071vw, 13px);
  text-align: right;
  font-size: max(1.071vw, 13px);
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.footer_timeTable table tbody tr:nth-of-type(1) th {
  padding-top: max(0.857vw, 11px);
}

.footer_timeTable table tbody td {
  padding-bottom: max(0.857vw, 11px);
  font-size: max(0.929vw, 12px);
  font-weight: 400;
}

.footer_timeTable table tbody tr:nth-of-type(1) td {
  padding-top: max(0.857vw, 11px);
}

.footer_timeTable ul {
  margin-top: max(0.857vw, 11px);
  line-height: 1.485;
  font-size: max(1vw, 13px);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.sns_btn {
  display: flex;
  column-gap: max(2.143vw, 27px);
  margin-top: max(2.143vw, 27px);
}

.sns_btn li img {
  width: max(2.929vw, 38px);
}

.sns_btn li:first-of-type img {
  width: max(3.071vw, 39px);
}

.fnav a {
  color: #fff;
}

.fnav > ul {
  padding-top: max(0.714vw, 9px);
  padding-bottom: max(1.786vw, 23px);
  border-bottom: #fff solid 1px;
}

.fnav > ul li {
  display: inline-block;
  margin-left: max(0.714vw, 9px);
}

.fnav ul li a {
  position: relative;
  font-size: max(0.951vw, 12px);
  letter-spacing: 0.04em;
  line-height: 2.188;
  white-space: nowrap;
}

.fnav ul li a::before {
  content: "";
  display: inline-block;
  margin-right: max(0.429vw, 5px);
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #FFFFFF;
  border-right: 0;
}

.fnav > ul.list_01 li {
  margin-right: max(2.143vw, 27px);
}

.fnav > ul.list_01 li a {
  text-decoration: underline;
  text-decoration-thickness: max(0.143vw, 1px);
  text-decoration-color: #aed4eb;
  text-underline-offset: max(0.571vw, 7px);
}

.fnav .list_02 {
  display: flex;
  column-gap: max(2.5vw, 32px);
  padding-top: max(1.071vw, 13px);
  padding-bottom: max(1.786vw, 23px);
  border-bottom: #fff solid 1px;
}

.fnav .list_02 div:nth-of-type(1) {
  width: max(10.357vw, 134px);
}

.fnav .list_02 div:nth-of-type(2) {
  width: max(9.714vw, 126px);
}

.fnav .list_02 div:nth-of-type(3) {
  width: max(14vw, 182px);
}

.fnav .list_02 p {
  margin-bottom: max(1.071vw, 13px);
  padding: max(0.286vw, 3px) 0 max(0.429vw, 5px) max(0.786vw, 10px);
  font-size: max(0.951vw, 12px);
  letter-spacing: 0.14em;
  background-color: rgba(0, 99, 168, 0.65);
}

.fnav .list_02 p::first-letter {
  font-size: max(0.744vw, 9px);
}

.fnav .list_02 ul {
  margin-left: max(0.857vw, 11px);
}

.fnav > ul.list_03 li {
  margin-right: 0;
}

.fnav > ul.list_03 li:nth-of-type(1) {
  margin-right: max(8.929vw, 116px);
}

.fnav > ul.list_03 li:nth-of-type(2) {
  margin-right: max(1.571vw, 20px);
}

.fnav > ul.list_03 li:nth-of-type(4) {
  margin-right: max(3vw, 39px);
}

.fnav > ul.list_03 li:nth-of-type(5) {
  margin-right: max(6.786vw, 88px);
}

.fnav > ul.list_03 li:nth-of-type(7) {
  margin-right: max(10vw, 130px);
}

.fnav > ul.list_04 li {
  margin-right: max(3.214vw, 41px);
}

.fnav > ul.list_05 {
  border-bottom: none;
}

.fnav > ul.list_05 li {
  margin-right: max(3.214vw, 41px);
}

footer .humanity_logo {
  position: absolute;
  right: max(1.571vw, 20px);
  bottom: max(1.143vw, 14px);
}

footer .humanity_logo img {
  width: max(5vw, 65px);
}

/* copyright */
.copyright {
  width: 100%;
  line-height: 1;
  padding: max(0.857vw, 11px) 0 max(1vw, 13px);
  text-align: center;
  background-color: #075195;
  font-feature-settings: "palt";
}

.copyright address {
  font-family: "Noto Sans JP";
  font-size: max(1.143vw, 14px);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: max(2.857vw, 37px);
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

.pagetop img {
  width: max(2.929vw,38px);
}

/*
  mainPhoto
========================================================================== */
.mainPhoto {
  margin: 0 auto;
  width: 100%;
}

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  width: 100%;
  line-height: 1;
  font-family: 'Noto Sans JP';
}

.sidemenu h2 {
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .2em;
  color: #242424;
}

.sidemenu h2::after {
  position: relative;
  content: "";
  display: block;
  width: 1px;
  aspect-ratio: 1/68;
  margin: 17px auto -30px;
  background: #363636;
}

.sidemenu > div {
  padding: 62px 22px 30px;
  border: #363636 solid 1px;
}

.sidemenu h3 {
  padding: 6px 0 6px 11px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  color: #2e2e2e;
  background-color: #e0effb;
}

.sidemenu ul {
  margin-bottom: 20px;
}

.sidemenu ul li a {
  display: block;
  line-height: 1.625;
  padding: 12px 0 12px 11px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #242424;
  border-bottom: #363636 dashed 1px;
}

/* sidebanner */
.sidebanner {
  margin-top: 40px;
}

.sidebanner ul li + li {
  margin-top: 40px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  height: 460px;
  line-height: 1;
  margin-top: 20px;
  padding-top: 150px;
  padding-left: 34px;
  background: url(../images/common/lowinfo_bg.jpg) left top no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

.lowinfo .lowinfo_inner {
  width: 328px;
}

.lowinfo .lowinfo_inner .tel {
  margin: 3px auto 0;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #343434;
}

.lowinfo .lowinfo_inner .tel span {
  display: block;
  margin-top: 10px;
  padding-left: 34px;
  font-size: 33px;
  font-weight: 500;
  letter-spacing: .04em;
  background: url(../images/common/low_tel_ic.png) left 38px top 6px no-repeat;
  background-size: 22px auto;
}

.lowinfo .lowinfo_inner .btn {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.lowinfo .lowinfo_inner .btn li img {
  width: 155px;
}

.lowinfo .lowinfo_inner .btn li {
  text-align: center;
}

.lowinfo .lowinfo_inner .address {
  line-height: 1.4;
  margin-top: 14px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_address_ic.png) left center no-repeat;
  background-size: 20px auto;
}

.lowinfo .lowinfo_inner .station {
  line-height: 26px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_station_ic.png) left center no-repeat;
  background-size: 20px auto;
}

.lowinfo .lowinfo_inner .parking {
  line-height: 20px;
  margin-top: 7px;
  padding-left: 30px;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #343434;
  background: url(../images/common/low_parking_ic.png) left center no-repeat;
  background-size: 22px auto;
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* page-catch */
.page-catch {
  /* margin-bottomの値は変更しないでください */
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 20px 42px 30px;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  border: 1px solid #1199c1;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1199c1;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
}

/* 見出し */
.ttl-low {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 12px 10px 10px 48px;
  font-family: "Times New Roman", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-size: contain;
  background-repeat: repeat;
  color: #fff;
  position: relative;
}

.ttl-low::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: #fff;
}

.ttl-low1-1 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px,var(--main-color);
}

.ttl-low1-2 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px,var(--sub-color);
}

.ttl-low1-3 {
  background: url("../images/common/ttl_low_bg.png")repeat top left/10px,var(--link-color);
}

.ttl-low2 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 10px 0 8px 20px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 4px;
  border-left-style: solid;
}

.ttl-low2-1 {
  color: var(--sub-color);
}

.ttl-low2-2 {
  color: var(--main-color);
}

.ttl-low2-3 {
  color: var(--link-color);
}

.ttl-low3 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  text-align: center;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  color: var(--main-color);
}

.ttl-low3-2 {
  color: var(--sub-color);
}

.ttl-low3-3 {
  color: var(--link-color);
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low4 > span {
  /* ↓変更しないでください */
  margin: 2.5px 0;
  /* ↑変更しないでください */
}

.ttl-low4 > span:nth-of-type(n+2) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  width: auto;
  min-width: 0;
  /* ↑変更しないでください */
  padding: 3px 0 1px 0;
}

.ttl-low4 > span:nth-of-type(1) {
  /* ↓変更しないでください */
  flex: 0 1 auto;
  /* ↑変更しないでください */
  margin-right: 10px;
  padding: 3px 5px 1px 5px;
  width: auto;
  min-width: 0;
  color: #fff;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: var(--sub-color);
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: var(--main-color);
}

.ttl-low4-3 > span:nth-of-type(1) {
  background-color: var(--link-color);
}

.ttl-low5 {
  /* margin-bottomの値は変更しないでください */
  margin-bottom: 15px;
  padding: 9px 1em 7px 1em;
  text-align: center;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 100px;
}

.ttl-low5-1 {
  background-color: var(--main-color);
}

.ttl-low5-2 {
  background-color: var(--sub-color);
}

.ttl-low5-3 {
  background-color: var(--link-color);
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #f9f2f0;
  border: 1px solid #ebc4b9;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #2e2e2e;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #f2cec3;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #e79780;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ebc4b9;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colum::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ebc4b9 transparent;
  border-width: 0px 5px 10px 5px;
  transform: rotate(180deg);
  bottom: -10px;
  right: 40px;
}

.colum::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 4.5px 9px 4.5px;
  transform: rotate(180deg);
  bottom: -6px;
  right: 41px;
}

.colunm + .colunm {
  border: 1px solid #d7c7a7;
  background-color: #f9f6f0;
}

.colunm + .colunm .ttl-btn {
  background: #ebe3d3;
}

.colunm + .colunm .ttl-btn .colum {
  color: #d7c7a7;
  border: 1px solid #d7c7a7;
}

.colunm + .colunm .colum::before {
  border-color: transparent transparent #d7c7a7 transparent;
}