@charset "UTF-8";

:root {
  --main-color: #3672c9;
  --sub-color: #59b77f;
  --link-color: #c57831;
}

/*
  header
========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  /* padding: 0 max(0.571vw,7px) 0 max(2vw,26px); */
  padding: 0 0 0 max(2vw,26px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.header .head_l {
  padding-top: max(0.571vw,7px);
}
.header .head_r {
  display: flex;
  gap: max(0.571vw,7px);
}
.header h1 {
  font-size: max(0.857vw,11px);
  color: #575757;
  font-weight: 300;
}
.header .logo {
  display: block;
  width: max(14.429vw,187px);
  margin: max(0.357vw,4px) 0 0 max(0.357vw,4px);

  img {
    display: block;
    width: 100%;
  }
}
.header .tel {
  position: relative;
  /* width: max(15.714vw,204px); */
  aspect-ratio: 220 / 45;
  display: flex;
  align-items: center;
  padding: 0 max(0.714vw,9px) 0 max(3.143vw,40px);
  font-size: max(1.786vw,23px);
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #73cbff;
}
.header .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: max(1.071vw,13px);
  transform: translateY(-50%);
  width: max(1.071vw,13px);
  height: max(1.286vw,16px);
  background-image: url(../images/common/header_ico_tel.png);
  background-size: cover;
}
.header .btn {
  width: max(10.714vw,139px);

  img {
    display: block;
    width: 100%;
  }
}
.header .line {
  width: max(10.714vw,139px);
}

.fix {
  width: max(3.571vw,46px);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;

  a {
    display: block;

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

.header_top_btn {
  display: flex;
  line-height: 1;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'YuMincho', 'Yu Mincho', '游明朝体', 'Noto Serif JP';
  color: #2e2e2e;
  font-feature-settings: "palt";
  /* width: 100%; */
}

.header_top_btn a {
  margin-right: max(1.429vw, 18px);
	position: relative;
}

.header_top_btn a > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(13.143vw, 170px);
  height: max(3.857vw, 50px);
  font-weight: 400;
  font-size: max(1.357vw, 17px);
  letter-spacing: .12em;
  color: #fff;
	position: relative;
	z-index: 2;
} 
.header_top_btn a::after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right:0;
	top: 0;
	bottom:0;
	mix-blend-mode: multiply;
}
.header_top_btn a.web::after {
  background-color: rgb(59, 179, 108);
}

.header_top_btn a.mail:after {
  background-color: rgb(0, 125, 200);
}

.header_top_btn dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: max(3.857vw, 50px);
  margin-right: max(1.429vw, 18px);
  background-color: rgba(255, 255, 255, .8);
}

.header_top_btn dl dt {
  width: max(11.714vw, 152px);
  padding-bottom: max(0.357vw, 4px);
  padding-left: max(2.071vw, 26px);
  font-weight: 400;
  font-size: max(0.929vw, 12px);
  letter-spacing: .05em;
  border-bottom: #2e2e2e solid 1px;
  background: url(../images/top/header_icon_tel.png) left max(0.643vw, 8px) top no-repeat;
  background-size: max(0.786vw, 10px) auto;
}

.header_top_btn dl dd {
  padding-top: max(0.5vw, 6px);
  font-family: "Roboto";
  font-weight: 400;
  font-size: max(1.429vw, 18px);
  letter-spacing: .1em;
}

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

.gnav * {
	box-sizing: border-box;
}
.gnav.low {
  margin-top: 0;
}

.gnav ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: max(5vw, 65px);
  background-color: #f9f9f9;
}

.gnav ul li {
  margin: max(1.357vw, 17px) 0 max(1.286vw, 16px);
}

.gnav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(0.714vw, 9px) max(3.214vw, 41px) max(0.571vw, 7px);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: max(1.071vw, 13px);
  letter-spacing: .1em;
  color: #2e2e2e;
  border-right: #2e2e2e solid 1px;
  font-feature-settings: "palt";
}

.gnav ul li:first-of-type a {
  font-size: max(1.143vw, 14px);
  letter-spacing: .2em;
  border-left: #2e2e2e solid 1px;
}

/*
  footer
========================================================================== */
footer {
  position: relative;
  line-height: 1;
  margin-top: max(5vw, 65px);
  padding-bottom: max(5.143vw, 66px);
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-feature-settings: "palt";
  color: #2e2e2e;
  background-color: #e7f6ff;
}
footer,
footer *{
	box-sizing: border-box;
}
.f_contents {
  display: flex;
  column-gap: max(6vw, 78px);
  padding: max(2.5vw, 32px) 0 0 max(6.571vw, 85px);
}

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

.f_contents .boxRight {
  width: auto;
}

.f_logo {
  text-align: center;
}

.f_logo img {
  width: max(18.071vw,234px);;
}

.f_tel {
  width: max(22.714vw, 295px);
  margin: max(1.857vw, 24px) auto 0;
  padding-top: max(0.857vw, 11px);
  padding-left: max(4.357vw, 56px);
  /* font-family: 'Roboto'; */
  font-size: max(2.521vw, 32px);
  letter-spacing: .03em;
  border-top: #a8a5a1 solid 1px;
  background: url(../images/common/f_icon_tel.png) left max(2.071vw, 26px) top max(1.429vw,18px) no-repeat;
  background-size: max(1.643vw, 21px) auto;
}

.f_btn {
  display: flex;
  justify-content: center;
  column-gap: max(0.714vw, 9px);
  margin-top: max(1.857vw, 24px);
}

.f_btn li a {
  width: max(12.143vw,157px);
	aspect-ratio:170 / 68;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	color:#fff;
	font-size: max(1.500vw,	20px);
	letter-spacing: 0.05em;
}

.f_btn li a i{
	width: max(1.786vw, 23px);
	margin: 0 0 max(0.643vw, 8.357px)
}

.f_address {
  line-height: 1.45;
  margin-top: max(1.429vw, 18px);
  margin-left: max(2.143vw,27px);
  padding-left: max(2.571vw,33px);
  font-size: max(1.189vw, 15px);
  letter-spacing: .1em;
  color: #2e2e2e;
  height: max(2.857vw,37px);
  display: flex;
  align-items: center;
  background-image: url(../images/common/f_icon_pin.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center left;
}

.f_station {
  line-height: 1.45;
  margin-top: max(1.429vw, 18px);
  margin-left: max(2.143vw,27px);
  padding-left: max(2.571vw,33px);
  font-size: max(1.189vw, 15px);
  letter-spacing: .1em;
  color: #2e2e2e;
  height: max(2.857vw,37px);
  display: flex;
  align-items: center;
  background-image: url(../images/common/f_icon_train.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center left;
}

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

.f_timeTable table {
  width: 100%;
  table-layout: fixed;
  border-top: #2e2e2e solid 1px;
  border-bottom: #2e2e2e solid 1px;
}

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

.f_timeTable table thead th {
  width: max(8.571vw, 111px);
  padding: max(0.571vw, 7px) 0 max(0.5vw, 6px);
  font-size: max(1.075vw, 13px);
  letter-spacing: .05em;
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table thead td {
  padding: max(0.571vw, 7px) max(0.714vw, 9px) max(0.571vw, 7px);
  font-size: max(1.075vw, 13px);
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table tbody th {
  padding: max(0.857vw, 11px) 0 max(0.714vw, 9px);
  font-size: max(1.041vw, 13px);
  letter-spacing: .1em;
  white-space: nowrap;
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable table tbody td {
  padding: max(0.857vw, 11px) 0 max(0.714vw, 9px);
  font-size: max(0.883vw, 11px);
  border-bottom: #2e2e2e solid 1px;
}

.f_timeTable ul {
  margin-top: max(1.071vw, 13px);
  font-size: max(1.041vw, 13px);
  letter-spacing: .1em;
  line-height: 1.25em;
}

.f_sns_btn {
  margin-top: max(3.214vw, 41px);
  text-align: right;
}

.f_sns_btn a img {
  width: max(3.786vw, 49px);
  margin-left: max(0.857vw, 11px);
  vertical-align: middle;
}

.fnav {
  display: flex;
  margin-top: max(5.214vw, 67px);
}

.fnav .list {
  margin-right: max(2.5vw, 32px);
}

.fnav .list:last-of-type {
  margin-right: 0;
}

.fnav p {
  font-size: max(0.929vw, 12px);
  letter-spacing: .24em;
  color: #2e2e2e;
}

.fnav ul {
  margin-top: 1em;
}

.fnav ul li {
  position: relative;
  padding-left: 1em;
}

.fnav ul li::before {
  content: "▶";
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  font-size: max(0.594vw, 7px);
}

.fnav ul li + li {
  margin-top: max(0.714vw,9px);
}

.fnav ul li a {
  line-height: 1.8;
  font-size: max(0.951vw, 12px);
  letter-spacing: .04em;
  white-space: nowrap;
  color: #2e2e2e;
  text-decoration: underline;
  text-underline-offset: max(0.357vw, 4px);
}

.humanity {
  position: absolute;
  width: max(7.857vw,102px);
  right: max(4.571vw,59px);
  bottom: max(0.857vw,11px);
}

/* copyright */
.copyright {
  width: 100%;
  line-height: 1;
  text-align: center;
}

.copyright address {
  padding: max(0.786vw, 10px) 0 max(0.714vw, 9px);
  font-family: 'Noto Sans JP';
  font-size: max(1vw, 13px);
  letter-spacing: .1em;
  color: #fff;
  background-color: #4ea2ca;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 44px;
}

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

/*
  sidemenu / sidebanner
========================================================================== */
/* sidemenu */
.sidemenu {
  position: relative;
}
.sidemenu::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #dbf0fd;
}
.sidemenu div {
  position: relative;
  padding: 36px 20px 40px;
  background-color: #fff;
}
.sidemenu .ttl {
  width: 139px;
  margin-bottom: 24px;
}
.sidemenu ul {
  border-top: 1px solid #b1b1b1;
}
.sidemenu ul li {
  border-bottom: 1px solid #b1b1b1;
}
.sidemenu ul li a {
  position: relative;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 8px;
  height: 57px;
}
.sidemenu ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #3672c9;
  border-width: 5px 0px 5px 8px;
}

/* sidebanner */
.sidebanner {
  margin-top: 50px;
}
.sidebanner ul li + li {
  margin-top: 45px;
}

/*
  lowinfo
========================================================================== */
.lowinfo {
  /* margin-topの値は変更しないでください */
  margin-top: 20px;
  background-image: url(../images/common/lowinfo_bg.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 800/460;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.lowinfo .inr {
  width: 330px;
  aspect-ratio: 330/410;
  padding: 20px 18px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.lowinfo .logo {
  display: block;
  width: 234px;
  margin: 0 auto 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #2e2e2e;

  img {
    width: 99px;
    margin: 0 auto;
    display: block;
  }
}
.lowinfo .tel {
  text-align: center;
  color: #2e2e2e;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.lowinfo .tel * {
  line-height: 1;
}
.lowinfo .tel .txt {
  font-size: 18px;
  margin-bottom: 12px;
}
.lowinfo .tel .num {
  font-size: 33px;
}
.lowinfo .tel .num span {
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
.lowinfo .tel .num span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  aspect-ratio: 22/25;
  background-image: url(../images/common/lowinfo_ico_tel.png);
  background-size: cover;
}
.lowinfo .btns {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.lowinfo .btns .btn {
  width: 278px;
}
.lowinfo .addr {
  font-size: 14px;
  color: #182845;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.lowinfo .addr::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  aspect-ratio: 20/31;
  background-image: url(../images/common/lowinfo_ico_pin.png);
  background-size: cover;
}
.lowinfo ul {
  display: flex;
  column-gap: 20px;
}
.lowinfo ul li {
  font-size: 14px;
  color: #182845;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.lowinfo ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  aspect-ratio: 20/26;
  background-image: url(../images/common/lowinfo_ico_train.png);
  background-size: cover;
}
.lowinfo ul li + li::before {
  top: 4px;
  width: 25px;
  aspect-ratio: 25/21;
  background-image: url(../images/common/lowinfo_ico_car.png);
}

/*
  ページキャッチ・見出し・コラム
========================================================================== */
/* 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 #b1e1ff;
  position: relative;
}

.page-catch::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #b1e1ff;
  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-image: url(../images/common/ttl_low1_1_bg.jpg);
}

.ttl-low1-2 {
  background-image: url(../images/common/ttl_low1_2_bg.jpg);
}

.ttl-low1-3 {
  background-image: url(../images/common/ttl_low1_3_bg.jpg);
}

.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: 10px;
  border-left-style: solid;
  position: relative;
}
.ttl-low2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 3px;
  height: 100%;
}

.ttl-low2-1 {
  border-bottom-color: #3672c9;
  border-left-color: #3672c9;
  color: #3672c9;
}
.ttl-low2-1::before {
  background-color: #3672c9;
}

.ttl-low2-2 {
  border-bottom-color: #59b77f;
  border-left-color: #59b77f;
  color: #59b77f;
}
.ttl-low2-2::before {
  background-color: #59b77f;
}

.ttl-low2-3 {
  border-bottom-color: #c57831;
  border-left-color: #c57831;
  color: #c57831;
}
.ttl-low2-3::before {
  background-color: #c57831;
}

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

.ttl-low3-1 {
  color: #3672c9;
  border-top-color: #3672c9;
  border-bottom-color: #3672c9;
}

.ttl-low3-2 {
  color: #59b77f;
  border-top-color: #59b77f;
  border-bottom-color: #59b77f;
}

.ttl-low3-3 {
  color: #c57831;
  border-top-color: #c57831;
  border-bottom-color: #c57831;
}

.ttl-low4 {
  /* ↓変更しないでください */
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", "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;
  white-space: nowrap;
}

.ttl-low4-1 > span:nth-of-type(1) {
  background-color: #3672c9;
}

.ttl-low4-2 > span:nth-of-type(1) {
  background-color: #59b77f;
}

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

.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: #3672c9;
}

.ttl-low5-2 {
  background-color: #59b77f;
}

.ttl-low5-3 {
  background-color: #c57831;
}

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

.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: #e7afb1;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #e7afb1;
  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 #e7afb1;
  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 #e7afb1 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 #e0c366;
  background-color: #fffbed;
}

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

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

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