@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;
  justify-content: flex-start;
  align-items: center;
  gap: 30px 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: 5px 0px;
  position: relative;
}
footer .foot-box .foot-com .foot-logo {
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  line-height: 1.3em;
  text-align: center;
}
footer .foot-box .foot-com .foot-logo span {
  display: inline-block;
}
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-pub {
  flex-basis: auto;
}
footer .foot-box .foot-pub p {
	padding-top: 4px;
  font-weight: 400;
	font-size: 11px;
  line-height: 1.5em;
}
footer .foot-box .foot-pub p._h2 {
  display: block;
  position: relative;
	margin-bottom: 5px;
  font-weight: 700;
	font-size: clamp(1rem, 0.881rem + 0.51vw, 1.125rem);
  line-height: 1.3em;
  text-align: center;
}


/* ----------------- */
.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: #00a59f;
  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: #11d8d2; */
  opacity: 0.7;
}
.more_btn p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
  position: relative;
  color: #fff100;
  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: left;
}
.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;
  margin-left: 3em;
}
.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;
  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 .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 a {
  flex-basis: auto;
  width: 100%;
}
.con-box .tbl-top .tbl-td .td-box .td-1 {
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 0px;
  position: relative;
}
.con-box .tbl-top .tbl-td .td-box .td-1:hover {
  opacity: 0.7;
}
.con-box .tbl-top .tbl-td .td-box .td-1 .tb-img {
  display: block;
  position: relative;
  width: 45%;
  filter: drop-shadow(2px 4px 4px rgba(150,150,150, 0.75));
  z-index: 3;
}
.con-box .tbl-top .tbl-td .td-box .td-2 {
  flex-basis: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 0px;
  position: relative;
}
.con-box .tbl-top .tbl-td .td-box .td-2:hover {
  opacity: 0.7;
}
.con-box .tbl-top .tbl-td .td-box .td-2 .tb-img {
  display: block;
  position: relative;
  width: 70%;
  filter: drop-shadow(2px 4px 4px rgba(150,150,150, 0.75));
  z-index: 3;
}

.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: 5px 0px;
  position: relative;
  width: calc(100% - 40px);
  margin: -20px 20px 0px;
  padding: 30px 20px 20px;
  background-color: #00a59f;
  border-radius: 18px;
}
.con-box .tbl-top .tbl-td .td-box .td-date p {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: left;
}
.con-box .tbl-top .tbl-td .td-box .td-date p span._h2 {
  display: block;
  position: relative;
  width: 100%;
  color: #fff100;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
}
.con-box .tbl-top .tbl-td .td-box .td-date p span._h3 {
  display: inline;
  font-size: 16px;
  font-weight: 700;
}

.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: #6db3d4;
  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: #fff100;
  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: #1a1a1a;
  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: #1a1a1a;
  border-radius: 100%;
}


.ext-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0vw;
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 5vw 5vw;
  background-color: #fff;
}
.ext-top .ext-top-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin:  4vw 0px;
  overflow: hidden;
}
.ext-top-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  min-width: 0;
  min-height: 0;
  cursor: pointer;
}
.ext-top-box img:hover {
  opacity: 0.7;
}


/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

@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 30px;
}
.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: left;
}
.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;
  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 .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 .foot-com p span._sp {
  display: inline;
}


}







/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@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 .td-box {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0px 0px;
}
.con-box .tbl-top .tbl-td .td-box .td-1 {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 0px;
  position: relative;
  padding-left: 10px;
}
.con-box .tbl-top .tbl-td .td-box .td-1 .td-date {
  width: calc(100% - 40px);
  margin: 0px 20px 0px -20px;
  padding: 20px 20px 20px 40px;
  background-color: #00a59f;
  border-radius: 18px;
}
.con-box .tbl-top .tbl-td .td-box .td-2 {
  flex-basis: 50%;
}

.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 .foot-com {
  flex-direction: row;
  align-items: center;
  gap: 0px 20px;
}
footer .foot-box .foot-com p {
	font-size: 10px;
}
footer .foot-box .foot-com .foot-logo {
  display: inline;
  position: relative;
  width: auto;
  font-size: clamp(0.875rem, 0.5rem + 0.78vw, 1rem);
  text-align: left;
}

.ext-top {
  flex-direction: row;
}
.ext-top .ext-top-box {
  margin:  0px 4vw;
}


}




