@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');

body {
	margin: 0;
	padding: 0;
	color: #1a1a1a;
  font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: normal;
	font-size: 16px;
	line-height: 1.8em;
  letter-spacing: 0.01em;
	-webkit-text-size-adjust: 100%;
  background-color: #ededed;
}
/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
} */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
a img:hover {
	opacity: 0.8;
}
section {
  display: block;
  position: relative;
  width: 100%;
	margin: 0;
	padding: 0;
  /* overflow: hidden; */
}
._riseup {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.eff-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
h1 {
  color: #00378c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}
.p_b {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
p {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
}
.p_s {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
#fixedTop {
	display: block;
	position: fixed;
  width: 46px;
  height: 46px;
  bottom: 16px;
  right: 16px;
  right: calc(16px + env(safe-area-inset-right, 0px));
	background-color: #1d3870;
  border-radius: 50%;
  cursor: pointer;
	z-index: 98;
}
#fixedTop:hover {
	background-color: #45bcff;
}
#fixedTop::before {
  content: url("../img/yaji_top.svg");
  position: absolute;
  width: 18px;
  height: 11px;
  top: 8px;
  left: 12px;
}

body.no-scroll {
  overflow: hidden;
}

/* ----------------- */
.disp_mb {
	display: block !important;
}
.disp_tb {
	display: none !important;
}
.disp_pc {
	display: none !important;
}


/* ----------------- */
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  min-width: 360px;
  min-height: 100vh;
  margin: 0px auto;
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(150,150,150, 0.12));
}
header {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0px;
}
.head-top {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
}
.head-top img {
  width: 100%;
}


/* ----------------- */
footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
footer .foot-box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 0px;
  position: relative;
  width: 87%;
  margin: 10px auto 40px;
}
footer .foot-box .foot-com {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 0px;
  position: relative;
}
footer .foot-box .foot-com .foot-logo {
	width: 150px;
  margin: 0px auto;
}
footer .foot-box .foot-com p {
	padding-top: 4px;
  font-weight: 400;
	font-size: 10px;
  line-height: 1.3em;
}
footer .foot-box .foot-com p span._sp {
  display: none;
}
footer .foot-box .foot-mail {
  flex-basis: auto;
}
footer .foot-box .foot-mail .contact_btn {
  display: grid;
  place-content: center;
  position: relative;
  width: 120px;
  height: 36px;
  margin: 0px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.0em;
  text-indent: 26px;
  text-align: center;
  background-color: #529ED4;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease;
}
footer .foot-box .foot-mail .contact_btn::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 13px;
  width: 20px;
  height: 20px;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
footer .foot-box .foot-mail .contact_btn:hover {
  background-color: #004CC2;
}



/* ----------------- */
.bookbtn-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px auto 20px;
}
.more_btn {
  display: grid;
  place-content: center;
  position: relative;
  width: 280px;
  height: 50px;
  margin: 0px auto;
  background-color: #529ED4;
  background-size: 100% 100%;
  background-position: left;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease;
}
.more_btn:hover {
  background-color: #004CC2;
}
.more_btn p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.0em;
}
.more_btn span._h2 {
  display: inline-block;
  position: relative;
  color: #fff100;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.0em;
}
.more_btn span._h5 {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  color: #111;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.0em;
}



/* ----------------- */
.hero-top {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 30px;
}
.hero-box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 0px 10px;
  position: relative;
  width: 87%;
  margin: 10px auto;
  padding: 0px;
}
.hero-box .hero-txt {
  flex-basis: 100%;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.hero-box .hero-txt p {
  position: relative;
  margin: 0px;
  font-size: clamp(0.75rem, 0.448rem + 1.15vw, 1rem);
  font-weight: 400;
  line-height: 2.0em;
  text-align: left;
}
.hero-box .hero-txt p._cap {
  display: inline-block;
  position: relative;
  margin: 30px auto 0px;
  font-size: clamp(0.625rem, 0.323rem + 1.15vw, 0.875rem);
  font-weight: 700;
  line-height: 1.6em;
  text-align: left;
}
.hero-box .hero-txt p._cap span {
  display: inline-block;
}
.hero-box .hero-img {
  flex-basis: 100%;
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0px auto 30px;
  box-shadow: 0px 0px 1px 1px rgba(150,150,150,0.50);
  filter: drop-shadow(2px 4px 4px rgba(150,150,150, 0.5));
}



/* ----------------- */
.con-box {
  display: block;
  position: relative;
  width: 87%;
  margin-bottom: 20px;
}
.con-box .tbl-top {
  display: block;
  position: relative;
  width: 100%;
}
.con-box .tbl-top .tbl-th {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f08300;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}
.con-box .tbl-top .tbl-th p {
  padding: 15px 15px 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
}
.con-box .tbl-top .tbl-th h2 {
  padding: 5px 15px 15px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
}
.con-box .tbl-top .tbl-td {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 10px 20px;
  background-color: #E6E1CE;
  text-align: center;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.con-box .tbl-top .tbl-td p._cap {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 20px 10px 0px;
  font-size: clamp(0.75rem, 0.375rem + 0.78vw, 0.875rem);
  font-weight: 700;
  line-height: 1.6em;
  text-align: left;
}
.con-box .tbl-top .tbl-td p._cap span {
  display: inline-block;
}
.con-box .tbl-top .tbl-td .td-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px 0px;
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.con-box .tbl-top .tbl-td .td-box .td-date {
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 18px;
}
.con-box .tbl-top .tbl-td .td-box .td-date p {
  display: block;
  position: relative;
  width: 100%;
  color: #c8161e;
  font-size: clamp(1.125rem, 0.375rem + 1.56vw, 1.375rem);
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
.con-box .tbl-top .tbl-td .td-box .td-date p span._tmb {
  display: inline;
}
.con-box .tbl-top .tbl-td .td-box .td-date p span._pc {
  display: none;
}
.con-box .tbl-top .tbl-td .td-box .td-date ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 0px;
  position: relative;
}
.con-box .tbl-top .tbl-td .td-box .td-date ul li {
  display: table;
  position: relative;
  width: 100%;
  margin: 0px;
}
.con-box .tbl-top .tbl-td .td-box .td-date ul li ._cap {
  display: table-cell;
  width: 88px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0em;
  text-indent: 20px;
}
.con-box .tbl-top .tbl-td .td-box .td-date ul li ._date {
  display: table-cell;
  width: auto;
  font-size: clamp(0.75rem, 1.56vw, 1rem);
  font-weight: 400;
  line-height: 1.0em;
  text-indent: 5px;
}
.con-box .tbl-top .tbl-td .td-box .td-date ul li ._date::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0px;
  background-color: #f08300;
  border-radius: 100%;
}
.con-box .tbl-top .tbl-td .td-box .td-btn {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 0px;
  position: relative;
  width: 100%;
}

.con-box .notes-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px 0px;
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #15A29A;
  border-radius: 18px;
}
.con-box .notes-box .notes-title {
  flex-basis: 30%;
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
}
.con-box .notes-box .notes-title p {
  padding: 0px;
  color: #fdd000;
  font-size: clamp(0.875rem, 0.724rem + 0.57vw, 1rem);
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
.con-box .notes-box .notes-li {
  flex-basis: auto;
  display: block;
  position: relative;
  width: 100%;
}
.con-box .notes-box .notes-li ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0px;
  position: relative;
  width: 100%;
}
.con-box .notes-box .notes-li ul li {
  display: block;
  position: relative;
  width: auto;
  color: #fff;
  font-size: clamp(0.625rem, 0.25rem + 0.78vw, 0.75rem);
  font-weight: 400;
  line-height: 1.3em;
  text-indent: 0px;
  padding-left: 16px;
}
.con-box .notes-box .notes-li ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: clamp(0.625rem, 0.25rem + 0.78vw, 0.75rem);
  height: clamp(0.625rem, 0.25rem + 0.78vw, 0.75rem);
  top: 4px;
  left: 0px;
  background-color: #fff;
  border-radius: 100%;
}



/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

@media (min-width: 420px) {
.disp_mb {
	display: none !important;
}
.disp_tb {
	display: block !important;
}
.disp_pc {
	display: none !important;
}

/* ----------------- */
.bookbtn-box {
  margin: 20px auto 40px;
}
.more_btn {
  width: 300px;
  height: 56px;
}
.more_btn p {
  font-size: 20px;
}
.more_btn span._h2 {
  font-size: 32px;
}
.more_btn span._h5 {
  font-size: 11px;
}


/* ----------------- */
.hero-top {
  margin: 0px auto 50px;
}
.hero-box {
  flex-direction: column-reverse;
}
.hero-box .hero-txt {
  flex-basis: 100%;
}
.hero-box .hero-txt p {
  font-size: clamp(0.75rem, 0.448rem + 1.15vw, 1rem);
  text-align: center;
}
.hero-box .hero-txt p._cap {
  margin: 30px auto 0px;
  font-size: clamp(0.625rem, 0.323rem + 1.15vw, 0.875rem);
}
.hero-box .hero-img {
  flex-basis: 100%;
  max-width: 280px;
  margin: 0px auto 30px;
}



/* ----------------- */
.con-box .tbl-top .tbl-th p {
  padding: 15px 15px 5px;
  font-size: clamp(0.813rem, -0.017rem + 3.16vw, 1.5rem);
  line-height: 1.0em;
  text-align: center;
}
.con-box .tbl-top .tbl-th h2 {
  font-size: clamp(1.188rem, 0.056rem + 4.31vw, 2.125rem);
  line-height: 1.0em;
  text-align: center;
}
.con-box .tbl-top .tbl-td {
  margin-bottom: 40px;
  padding: 20px 10px 20px;
}
.con-box .tbl-top .tbl-td p._cap {
  margin: 20px 10px 0px;
  font-size: clamp(0.75rem, 0.375rem + 0.78vw, 0.875rem);
}
.con-box .tbl-top .tbl-td .td-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px 0px;
}
.con-box .tbl-top .tbl-td .td-box .td-date {
  padding: 20px 10px;
}
.con-box .notes-box {
  flex-direction: column;
  gap: 10px 0px;
}
.con-box .notes-box .notes-title p {
  font-size: clamp(0.875rem, 0.724rem + 0.57vw, 1rem);
}


/* ----------------- */

footer .foot-box {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
}
footer .foot-box .foot-com {
  flex-direction: column;
  gap: 10px 0px;
}
footer .foot-box .foot-com .foot-logo {
  margin: 0px auto;
}
footer .foot-box .foot-com p {
	font-size: clamp(0.563rem, 0.487rem + 0.29vw, 0.625rem);
}
footer .foot-box .foot-com p span._sp {
  display: inline;
}
footer .foot-box .foot-mail {
  flex-basis: auto;
}



}







/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@media (min-width: 768px) { 
.disp_mb {
	display: none !important;
}
.disp_tb {
	display: block !important;
}
.disp_pc {
	display: block !important;
}

/* ----------------- */
.hero-box {
  flex-direction: row;
}
.hero-box .hero-txt {
  flex-basis: 60%;
}
.hero-box .hero-txt p {
  font-size: clamp(0.75rem, 1.56vw, 1rem);
}
.hero-box .hero-txt p._cap {
  margin: 30px 25px 0px;
  font-size: clamp(0.625rem, -0.125rem + 1.56vw, 0.875rem);
}
.hero-box .hero-img {
  flex-basis: 30%;
  max-width: 280px;
  margin: 0px auto 0px;
}



/* ----------------- */
.con-box .tbl-top .tbl-th p {
  font-size: clamp(1.375rem, 0.25rem + 2.34vw, 1.75rem);
}
.con-box .tbl-top .tbl-th h2 {
  font-size: clamp(2rem, 0.875rem + 2.34vw, 2.375rem);
}
.con-box .tbl-top .tbl-td {
  padding: 30px 10px 20px;
}
.con-box .tbl-top .tbl-td p._cap {
  width: 100%;
  margin: 20px auto 0px;
  font-size: clamp(0.75rem, 0.375rem + 0.78vw, 0.875rem);
  text-align: center;
}
.con-box .tbl-top .tbl-td .td-box {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0px 30px;
}
.con-box .tbl-top .tbl-td .td-box .td-date {
  padding: 30px 10px;
}
.con-box .tbl-top .tbl-td .td-box .td-date p span._tmb {
  display: none;
}
.con-box .tbl-top .tbl-td .td-box .td-date p span._pc {
  display: inline;
}
.con-box .tbl-top .tbl-td .td-box .td-btn {
  flex-basis: 40%;
  justify-content: flex-start;
  align-items: flex-start;
}
.con-box .notes-box {
  flex-direction: row;
  gap: 0px 10px;
}
.con-box .notes-box .notes-title p {
  font-size: clamp(0.688rem, 0.125rem + 1.17vw, 0.875rem);
}




/* ----------------- */
footer .foot-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .foot-box .foot-com {
  flex-direction: row;
  gap: 20px 0px;
}
footer .foot-box .foot-com .foot-logo {
  margin-right: 10px;
}
footer .foot-box .foot-com p {
	font-size: 10px;
}

footer .foot-box .foot-mail {
  flex-basis: 120px;
}



}




