@charset "UTF-8";
@import url("reset.css");
/*A Modern CSS Reset  https://andy-bell.co.uk/a-modern-css-reset*/
:root {
  --cont_padding: 50px;
  --header_height: 82px;
  /* color */
  --color_theme01: #348F2C;
  --color_field00: #FFF;
  --color_field01: #E7C86D;
  --color_field02: #E9E7E6;
  --color_field03: #EDEBD8;
  --color_font01: #000000; /* 墨　*/
  --color_font02: #FFF;
  --color_font03: #765900;
  --color_font04: #9E0000;
  /* 薄い水色 */
  --color_border01: #B3804B;
  --color_border02: #ADADAD;
  /* fonts */
  --default_ff: "Noto Sans JP", sans-serif;
  --option_ff: "Roboto", sans-serif;
  /* cont width */
  --cont_width00: 1440px;
  --cont_width01: 1360px;
  --cont_width02: 1200px;
  --cont_width03: 870px;
  --cont_width04: 1550px;
  /* space */
  --space_10: 10px;
  --space_20: 20px;
  --space_25: 25px;
  --space_30: 30px;
  --space_40: 40px;
  --space_50: 50px;
  --space_60: 60px;
  --space_80: 80px;
  --space_100: 100px;
  --space_120: 120px;
}
@media (width <= 820px) {
  :root {
    --cont_padding: 20px;
  }
}
@media (width <= 820px) {
  :root {
    --header_height: 60px;
  }
}
@media (width <= 820px) {
  :root {
    --space_10: 7px;
  }
}
@media (width <= 820px) {
  :root {
    --space_20: 13px;
  }
}
@media (width <= 820px) {
  :root {
    --space_25: 15px;
  }
}
@media (width <= 820px) {
  :root {
    --space_30: 18px;
  }
}
@media (width <= 820px) {
  :root {
    --space_40: 25px;
  }
}
@media (width <= 820px) {
  :root {
    --space_50: 30px;
  }
}
@media (width <= 820px) {
  :root {
    --space_60: 40px;
  }
}
@media (width <= 820px) {
  :root {
    --space_80: 50px;
  }
}
@media (width <= 820px) {
  :root {
    --space_100: 70px;
  }
}
@media (width <= 820px) {
  :root {
    --space_120: 84px;
  }
}

/*end :root */
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
}
a[href*="tel:"] {
  text-decoration: none;
}
@media (width > 820px) {
  a[href*="tel:"] {
    pointer-events: none;
    /*PCはリンクさせない*/
  }
}
@media (width > 820px) {
  a[href*="tel:"]::after {
    content: none !important;
  }
}

button {
  outline: none;
  border-style: none;
  background-color: transparent;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

/*parts----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------*/
.Page {
  text-size-adjust: 100%; /*for smart Phone*/
  -ms-text-size-adjust: 100%; /*for smart Phone*/
  scroll-behavior: smooth;
}

.Page__body {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--default_ff);
  line-height: 1;
  background-color: var(--color_field00);
}

.Fv {
  position: relative;
  padding-bottom: 13%;
  background-color: var(--color_field01);
  overflow: hidden;
}
@media (width <= 580px) {
  .Fv {
    padding-bottom: 68vw;
  }
}

.Fv__img {
  width: auto;
  max-width: 2000px;
  aspect-ratio: 1/0.705;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (width <= 820px) {
  .Fv__img {
    margin-left: -20%;
    margin-right: -20%;
  }
}
.Fv__img > img {
  display: block;
  width: 100%;
}

.Fv__img02 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 75%;
  transform: translate(-50%, 0);
}
@media (width <= 820px) {
  .Fv__img02 {
    width: 100%;
  }
}

.Separation {
  position: relative;
  width: 100%;
  z-index: 1;
}
.Separation.-variation01 {
  background-color: var(--color_field01);
}
.Separation.-variation01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: transparent url(../images/bg_wave01.png) repeat-x 0 0;
}
@media (width <= 820px) {
  .Separation.-variation01::after {
    height: 60px;
    background-size: 280%;
  }
}
.Separation.-variation02 {
  background-color: var(--color_field02);
}
.Separation.-variation03 {
  background-color: var(--color_field03);
}
.Separation.-str02 {
  overflow: hidden;
}
.Separation.-str02::before {
  content: "";
  display: block;
  position: absolute;
  top: 190px;
  right: -3%;
  width: 30%;
  aspect-ratio: 1/1;
  background: transparent url("../images/stamp.png") no-repeat 0 0;
  background-size: contain;
}
@media (width <= 820px) {
  .Separation.-str02::before {
    content: none;
  }
}
.Separation.-str03::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  background: transparent url(../images/bg_wave02.png) repeat-x 0 0;
}
@media (width <= 1400px) {
  .Separation.-str03::before {
    height: 16.5vw;
  }
}
@media (width <= 820px) {
  .Separation.-str03::before {
    background-size: 280%;
  }
}
@media (width <= 580px) {
  .Separation.-str03::before {
    height: 200px;
  }
}
.Separation.-str04::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  background: transparent url(../images/bg_wave03.png) repeat-x 0 0;
}
@media (width <= 1400px) {
  .Separation.-str04::before {
    height: 16.5vw;
  }
}
@media (width <= 820px) {
  .Separation.-str04::before {
    background-size: 280%;
  }
}
@media (width <= 580px) {
  .Separation.-str04::before {
    height: 200px;
  }
}
.Separation.-str05::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  background: transparent url(../images/bg_wave02.png) repeat-x 0 0;
}
@media (width <= 1400px) {
  .Separation.-str05::before {
    height: 16.5vw;
  }
}
@media (width <= 820px) {
  .Separation.-str05::before {
    background-size: 280%;
  }
}
@media (width <= 580px) {
  .Separation.-str05::before {
    height: 200px;
  }
}

.Separation__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 var(--cont_padding);
  z-index: 2;
  max-width: calc(var(--cont_width00) + var(--cont_padding) * 2);
}
.Separation__inner.-variation01 {
  max-width: calc(var(--cont_width01) + var(--cont_padding) * 2);
}
.Separation__inner.-variation02 {
  max-width: calc(var(--cont_width02) + var(--cont_padding) * 2);
}
.Separation__inner.-variation03 {
  max-width: calc(var(--cont_width03) + var(--cont_padding) * 2);
}
.Separation__inner.-variation04 {
  max-width: calc(var(--cont_width04) + var(--cont_padding) * 2);
}

.Wrap {
  padding: 0;
}
.Wrap.-variation01 {
  padding: 40px 0 220px;
}
@media (width <= 820px) {
  .Wrap.-variation01 {
    padding: 25px 0 100px;
  }
}
.Wrap.-variation02 {
  padding: 80px 0 120px;
}
@media (width <= 820px) {
  .Wrap.-variation02 {
    padding: 50px 0 110px;
  }
}
.Wrap.-variation03 {
  padding: 300px 0 200px;
}
@media (width <= 1400px) {
  .Wrap.-variation03 {
    padding: 22vw 0 15vw;
  }
}
@media (width <= 580px) {
  .Wrap.-variation03 {
    padding: 170px 0 100px;
  }
}
.Wrap.-variation04 {
  padding: 300px 0 80px;
}
@media (width <= 1400px) {
  .Wrap.-variation04 {
    padding: 22vw 0 70px;
  }
}
@media (width <= 580px) {
  .Wrap.-variation04 {
    padding: 170px 0 50px;
  }
}

.Paragraph {
  font-size: inherit;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.Paragraph:not(:last-child) {
  margin-bottom: 1.5em;
}
.Paragraph > em {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 0%);
  font-weight: 700;
}
.Paragraph > strong {
  font-size: 120%;
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6) 0%);
  font-weight: 700;
}

.Heading {
  display: block;
  position: relative;
  color: inherit;
  line-height: 1.6;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.Heading.-format01 {
  color: var(--color_theme01);
}

.Str01__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10%;
  margin-bottom: var(--space_40);
  background-color: var(--color_field00);
  border-radius: 100vh;
  color: var(--color_font03);
}
@media (width <= 820px) {
  .Str01__day {
    padding: 20px 3%;
  }
}
@media (width <= 580px) {
  .Str01__day {
    margin-left: calc(var(--cont_padding) * -1);
    margin-right: calc(var(--cont_padding) * -1);
    border-radius: 0;
  }
}
.Str01__day > dt {
  margin-bottom: 0.5em;
  font-size: max(20px, min(4.2vw, 42px));
  font-weight: 700;
}
.Str01__day > dd {
  font-size: max(24px, min(5.5vw, 56px));
  font-weight: 700;
}
.Str01__day > dd > span {
  font-size: 70%;
}

.Str01__panel {
  margin-bottom: var(--space_40);
}

.Str01__head {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: max(26px, min(3.8vw, 38px));
  color: var(--color_theme01);
}

.Str01__table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.Cont__head {
  position: absolute;
  top: 0;
  left: 50%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 580px) {
  .Cont__head {
    width: 95%;
  }
}
.Cont__head.-variation01 {
  max-width: 1200px;
  transform: translate(-50%, -48%);
}
.Cont__head.-variation02 {
  max-width: 1200px;
  transform: translate(-50%, -37%);
}
.Cont__head.-variation03 {
  max-width: 1200px;
  transform: translate(-50%, -26%);
}
@media (width <= 580px) {
  .Cont__head.-variation03 {
    transform: translate(-50%, -40%);
  }
}

.Cont__headsub {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: max(24px, min(3.4vw, 34px));
  color: var(--color_theme01);
}

.Cont__item:not(:last-child) {
  margin-bottom: var(--space_80);
}

.Cont__haadAdd {
  margin-bottom: 0.8em;
  color: var(--color_theme01);
  font-size: 24px;
}
.Cont.-spot .Cont__haadAdd {
  text-align: center;
}

.Cont__haadAux {
  margin-bottom: 0.8em;
  font-size: 20px;
}

.Cont__discription {
  margin-bottom: var(--space_60);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (width <= 768px) {
  .Cont__discription {
    text-align: left;
    font-size: 18px;
  }
}

.Cont__fig {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.Cont__grid:not(:last-child) {
  margin-bottom: var(--space_30);
}

.Cont__list {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space_50);
}

.Cont__catrion {
  font-size: 14px;
  line-height: 1.7;
}
.Separation.-str04 .Cont__catrion {
  text-align: center;
}
@media (width <= 580px) {
  .Separation.-str04 .Cont__catrion {
    text-align: left;
  }
}

.PanelA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.PanelA__elm {
  width: 67%;
}
@media (width <= 768px) {
  .PanelA__elm {
    width: 100%;
    margin-bottom: 20px;
  }
}

.PanelA__img {
  width: 33%;
}
@media (width <= 768px) {
  .PanelA__img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.PanelA__head {
  margin-bottom: 1em;
  font-size: max(20px, min(2.2vw, 24px));
}

.PanelA__body {
  font-size: 20px;
  font-weight: 500;
}
@media (width <= 768px) {
  .PanelA__body {
    font-size: 18px;
  }
}

.GridA {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 0;
}
@media (width <= 768px) {
  .GridA {
    grid-template-columns: repeat(1, 1fr);
  }
}

.GridB {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 8px;
}
@media (width <= 768px) {
  .GridB {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 5px;
  }
}

.CardA__fig {
  display: block;
}

.CardA__main {
  width: 85%;
  margin-top: -1em;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 768px) {
  .CardA__main {
    width: 95%;
  }
}

.CardA__head {
  margin-bottom: 0.5em;
  font-size: max(22px, min(2.4vw, 26px));
  color: var(--color_font04);
  font-weight: 700;
  line-height: 1.5;
}
.CardA__head > em {
  font-size: 140%;
}

.CardA__body {
  font-size: 16px;
  line-height: 1.7;
}

.ListNum {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
  text-align: left;
}
.ListNum > li {
  counter-increment: number;
  position: relative;
  padding-left: 1.4em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.ListNum > li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color_theme01);
  font-weight: 700;
}
.ListNum > li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.ListA > li {
  position: relative;
  display: flex;
  align-items: start;
  line-height: 1.5;
  font-size: 16px;
}
.ListA > li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.ListA > li::before {
  position: relative;
  top: 0.7em;
  content: "";
  display: block;
  width: 0.3em;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
  border-radius: 100vh;
  background-color: var(--color_font01);
}

.TableViewA__item {
  display: flex;
  padding: 0.7em;
  font-size: 20px;
  border-bottom: thin solid var(--color_border01);
}
@media (width <= 768px) {
  .TableViewA__item {
    display: block;
  }
}
.TableViewA__item:first-of-type {
  border-top: thin solid var(--color_border01);
}
.TableViewA__item > dt,
.TableViewA__item > dd {
  line-height: 1.5;
}
.TableViewA__item > dt {
  min-width: 7em;
  color: var(--color_theme01);
}
@media (width <= 768px) {
  .TableViewA__item > dt {
    margin-bottom: 0.5em;
  }
}
.TableViewA__item > dd {
  flex: 1;
}

.TableViewB {
  display: flex;
  flex-wrap: wrap;
  border-top: thin solid var(--color_border02);
}

.TableViewB__item {
  width: 33.333%;
  padding: 1.5em 2em 1.5em 0.3em;
  font-size: 18px;
  border-bottom: thin solid var(--color_border02);
}
@media (width <= 820px) {
  .TableViewB__item {
    width: 50%;
  }
}
@media (width <= 580px) {
  .TableViewB__item {
    width: 100%;
  }
}
.TableViewB__item > dt {
  margin-bottom: 0.3em;
  font-weight: 700;
  line-height: 1.5;
}
.TableViewB__item > dd {
  font-size: 85%;
  line-height: 1.5;
}

/* Quick parts=========================================================================================*/
.brakeTablet {
  display: none;
}
@media (width <= 820px) {
  .brakeTablet {
    display: inline;
  }
}

.brakeMobile {
  display: none;
}
@media (width <= 580px) {
  .brakeMobile {
    display: inline;
  }
}

.noBrakeTablet {
  display: inline;
}
@media (width <= 820px) {
  .noBrakeTablet {
    display: none;
  }
}

.noBrakeMobile {
  display: inline;
}
@media (width <= 580px) {
  .noBrakeMobile {
    display: none;
  }
}

.standOut01 {
  font-size: 80%;
}

.standOut02 {
  font-size: 60%;
}
/*# sourceMappingURL=master.css.map */