@charset "UTF-8";
html {
  font-size: 3.7333333333vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #223038;
  background-color: #fcf2e8;
  background-image: url(../img/common/html-background.png);
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

p,
a,
th,
td,
ul,
li,
dl,
dt,
figcaption,
budoux-ja {
  font-size: 0.35rem;
  line-height: 1.6;
}

budoux-ja #shadow-root span p {
  margin: 0 !important;
}

th {
  white-space: nowrap;
  font-weight: 500;
}

.wide {
  display: block;
  content: "";
  margin-top: 0.35rem;
}

.only-mobile {
  display: none;
}

article::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1480px) {
  html {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 834px) {
  html {
    font-size: 5.3333333333vw;
  }
  .no-pc {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 10.1333333333vw;
  }
  .only-mobile {
    display: inline-block;
  }
}
/*header*/
/* ヘッダー */
#map-app,
#tel,
#instagram {
  position: -webkit-fixed;
  position: fixed;
  right: -5px;
  z-index: 99;
  top: 160px;
  display: none;
  box-shadow: 0px 6px 10px -6px rgba(148, 148, 148, 0.5);
  width: 75px;
  height: 75px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #47a8bb;
  border: 3px #fafafa solid;
  text-align: center;
  align-items: end;
  justify-content: center;
  transition: ease 0.6s;
}

#instagram {
  background-color: #ca6b77;
}

#map-app {
  background-color: #7ecbba;
}

#tel:hover {
  background-color: #98d98e;
}

#instagram:hover {
  background-color: #e1ae99;
}

#map-app:hover {
  background-color: #9cf5e2;
}

#map-app:hover a,
#tel:hover a,
#instagram:hover a {
  letter-spacing: 0.12em;
}

#map-app a,
#tel a,
#instagram a {
  font-size: 14px;
  font-weight: bold;
  color: #fafafa;
}

#instagram a {
  font-size: 12px;
}

#tel a::before {
  position: absolute;
  font-family: "Material Icons Outlined";
  content: "call";
  color: #fafafa;
  font-size: 36px;
  font-weight: 400;
  top: 0%;
  left: 25%;
}

#instagram a::before {
  position: absolute;
  content: url(../img/common/instagram.svg);
  width: 40px;
  height: 40px;
  top: 15%;
  left: 23%;
}

#map-app a::before {
  position: absolute;
  font-family: "Material Icons Outlined";
  content: "place";
  color: #fafafa;
  font-size: 36px;
  font-weight: 400;
  top: 0%;
  left: 22%;
}

#tel:hover a::before {
  animation: shake 0.4s ease;
}

#map-app {
  top: 340px;
}
#map-app:hover a::before {
  animation: shake 0.4s ease;
}

#instagram {
  top: 250px;
}
#instagram:hover a::before {
  animation: shake 0.4s ease;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  16% {
    transform: rotate(15deg);
  }
  32% {
    transform: rotate(-13deg);
  }
  48% {
    transform: rotate(11deg);
  }
  64% {
    transform: rotate(-9deg);
  }
  80% {
    transform: rotate(7deg);
  }
  96% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
#global-nav.m_fixed #tel,
#global-nav.m_fixed #instagram,
#global-nav.m_fixed #map-app {
  display: flex;
}

/*header*/
header .menu {
  border-spacing: 0;
  border-collapse: separate;
  margin-top: 0.3rem;
}
header .menu th,
header .menu td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.25rem;
  text-align: center;
  vertical-align: middle;
}
header .menu th {
  padding: 0.1rem 0.2rem;
}
header .menu td {
  padding: 2px 5px;
  background: #fcfcfc;
  color: #45823e;
}
header .menu th:last-child,
header .menu td:last-child {
  border-right: 1px solid #ccc;
}
header .menu tr:last-child th,
header .menu tr:last-child td {
  border-bottom: 1px solid #ccc;
}
header .menu tr:first-child :first-child {
  border-top-left-radius: 1vw;
}
header .menu tr:first-child :last-child {
  border-top-right-radius: 1vw;
}
header .menu tr:last-child :first-child {
  border-bottom-left-radius: 1vw;
}
header .menu tr:last-child :last-child {
  border-bottom-right-radius: 1vw;
}
header .menu tr:not(:first-child) th,
header .menu tr:not(:first-child) td {
  border-top: none;
}

header .wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: end;
}

.header-top {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 0.7;
  padding-bottom: 0.2rem;
}
.header-top .wrap-tel {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.header-top .wrap-tel .tel {
  font-size: 0.6rem;
}
.header-top .wrap-tel .tel::before {
  top: 58%;
  left: -0.55rem;
}
.header-top .instagram {
  display: flex;
  align-items: baseline;
}
.header-top .instagram a {
  background-color: #ca6b77;
  box-shadow: 0px 0px 0px 5px #ca6b77;
  color: #fff;
  padding: 0.2rem 0.4rem 0.2rem 0.8rem;
  border-radius: 1vw;
  border: dashed 2px #fff;
  white-space: nowrap;
  position: relative;
}
.header-top .instagram a::before {
  position: absolute;
  content: url(../img/common/instagram.svg);
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 4.5%;
}
.header-top .logo {
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  font-family: "Kaisei HarunoUmi", serif;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.header-top .logo span {
  font-size: 0.35rem;
}
.header-top .logo::before {
  position: absolute;
  content: url(../img/common/logo-pic.svg);
  width: 1.6rem;
  height: 1.6rem;
  right: 80%;
  top: -15%;
}

#global-nav.m_fixed {
  left: 0;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  z-index: 999;
}

header {
  width: 100vw;
  border-radius: 33% 66% 88% 92%/0% 0% 25% 25%;
}

.wrap-header {
  width: 95%;
  margin: 0 auto;
  padding: 0.55rem 0 0.5rem;
}

header {
  background-color: #f8e4e2;
  background-image: url(../img/common/bg-header-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 6px 10px -6px rgba(148, 148, 148, 0.5);
  color: #566f6d;
}
header ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
}
header li a {
  display: table;
  transition: all 0.5s ease-out;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 0.3rem;
  font-weight: bold;
}
header .category {
  position: relative;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: dotted 2px #fafafa;
}
header .category::before {
  display: none !important;
}
header .category a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: unset !important;
}
header .category a::before {
  z-index: 100;
  display: block;
}
header .category:first-child {
  border-left: dotted 2px #fafafa;
}
header .category:first-child a::before {
  position: absolute;
  content: url(../img/common/list-1.svg);
  width: 1rem;
  height: 1rem;
  bottom: 100%;
  transform: translateX(-50%) rotate(-10deg);
  left: 50%;
}
header .category:nth-child(2) a::before {
  position: absolute;
  content: url(../img/common/list-2.svg);
  width: 1.3rem;
  height: 1rem;
  bottom: 105%;
  transform: translateX(-50%) rotate(15deg);
  left: 50%;
}
header .category:nth-child(3) a::before {
  position: absolute;
  content: url(../img/common/list-3.svg);
  width: 1.2rem;
  height: 1rem;
  bottom: 100%;
  transform: translateX(-50%) rotate(15deg);
  left: 50%;
}
header .category:nth-child(4) a::before {
  position: absolute;
  content: url(../img/common/list-4.svg);
  width: 0.8rem;
  height: 1rem;
  bottom: 100%;
  transform: translateX(-50%) rotate(15deg);
  left: 50%;
}
header .category:nth-child(5) a::before {
  position: absolute;
  content: url(../img/common/list-5.svg);
  width: 1.2rem;
  height: 1rem;
  bottom: 90%;
  transform: translateX(-50%) rotate(15deg);
  left: 50%;
}
header .category:last-child {
  border-right: none;
}
header .category:last-child a::before {
  position: absolute;
  content: url(../img/common/list-6.svg);
  width: 1rem;
  height: 1rem;
  bottom: 100%;
  transform: translateX(-50%);
  left: 50%;
}
header .category a {
  cursor: pointer;
  border-left: none !important;
  position: relative;
}
header .category ul {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 100%;
  left: 0;
  display: block;
  margin-top: 0.2rem;
  border-radius: 0 0 0.15rem 0.15rem;
}
header .category ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
header .category ul li a::after {
  content: none;
}
header .category ul li a::before {
  display: none;
}
header .category ul li:first-child a {
  border-top: none;
}
header .category:hover a:after {
  transform: rotate(180deg);
  transition: 0.1s;
}
header .category:hover ul {
  box-shadow: 0px 6px 10px -6px rgba(148, 148, 148, 0.5);
  background-color: #f8e4e2;
  background-image: url(../img/common/bg-header-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
header .category:hover ul li {
  overflow: visible;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .category ul li a:hover {
  color: #b0b3a0;
  transition: 0.5s;
}
header .category:hover ul {
  box-shadow: 0px 6px 10px -6px rgba(148, 148, 148, 0.5);
}
header .md {
  display: none;
}

/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: right;
  width: 32px;
  height: 32px;
  margin: 0 0px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

.menu_line {
  background: #333;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  margin: 10px 0;
}

@media screen and (max-width: 834px) {
  #page-top {
    right: 2px;
    bottom: 90px;
  }
  #global-nav {
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 70px;
  }
  .header-top {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
  }
  .header-top .logo {
    font-size: 21px;
  }
  .header-top .logo span {
    font-size: 10px;
  }
  .header-top .logo::before {
    top: -10%;
    right: 100%;
  }
  #global-nav.m_fixed .header-top {
    display: flex;
  }
  .wrap-header {
    position: relative;
  }
  .responsive_btn {
    display: flex;
    stroke: #333;
    fill: #333;
  }
  header .header-top .wrap-tel,
  header .header-top .menu,
  header .header-top .instagram {
    display: none;
  }
  #map-app:hover a::before,
  #tel:hover a::before,
  #instagram:hover a::before {
    animation: unset;
  }
  #tel {
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: 0;
    width: 34vw;
    left: 0;
    border: none;
    border-radius: 0%;
    padding: 0;
    box-shadow: none;
    right: auto;
    height: 72px;
  }
  #instagram,
  #map-app {
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: 0;
    width: 33vw;
    border: none;
    border-radius: 0%;
    padding: 0;
    box-shadow: none;
    height: 72px;
    left: 50%;
    transform: translateX(-50%);
  }
  #instagram a::before,
  #map-app a::before {
    width: 4vw;
    height: 4vw;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
  }
  #map-app {
    width: 34vw;
    right: 0;
    left: auto;
    transform: none;
  }
  #map-app a,
  #tel a,
  #instagram a {
    font-size: 3vw;
  }
  #global-nav.m_fixed #tel,
  #global-nav.m_fixed #instagram,
  #global-nav.m_fixed #map-app {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #map-app a::before,
  #tel a::before {
    font-size: 4vw;
    top: 50%;
    transform: translateY(-50%);
    left: 26%;
  }
  #map-app a::before {
    top: 36%;
  }
  #instagram a::before {
    left: 15%;
  }
  #map-app:hover a::before,
  #tel:hover a::before {
    left: 20%;
  }
  #instagram:hover a::before {
    left: 12%;
  }
  .header-nav {
    background-color: rgb(250, 250, 250);
    width: 60vw;
    height: 150vh;
    padding: 80px 0 0 0;
    position: absolute;
    z-index: 998;
    top: -100px;
    right: -102.5vw;
    transition: 0.5s;
    min-width: 50px;
  }
  .header-nav.active {
    right: 0%;
  }
  header .wrap {
    display: block;
  }
  .header-nav-lists {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 990;
    margin-right: auto;
    justify-content: flex-start;
    gap: 0.4rem;
    padding: 0%;
    width: 100%;
    padding-top: 100px;
  }
  .menu_container {
    position: absolute;
    right: 5vw;
    top: 25px;
    z-index: 999;
  }
  .menu_open {
    display: block;
  }
  .menu_open.active {
    display: none;
  }
  .menu_close {
    display: none;
  }
  .menu_close.active {
    display: block;
    position: -webkit-fixed;
    position: fixed;
    right: 3%;
    top: 16px;
  }
  .header-nav-lists li {
    background-image: none;
    position: relative;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav-lists a:hover {
    color: #98c7b3;
    transform: none;
  }
  .header-nav-lists .category a:hover {
    transform: none;
  }
  .wrap-header {
    width: 100%;
    padding: 0 0 0.5rem;
  }
  header ul {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  header li a {
    transition: none;
    overflow: visible;
    font-size: 0.4rem;
    text-align: center;
  }
  header .category {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  header .category ul {
    display: none;
  }
  header .category ul li a {
    font-size: 0.3rem;
    text-align: center;
  }
  header .category:hover ul {
    box-shadow: none !important;
    background: none !important;
  }
  header .category:hover ul li {
    height: auto;
  }
  header .category:hover a:after {
    transform: none;
    transition: none;
  }
  header .category ul li {
    overflow: auto;
    height: auto;
    margin-left: 10%;
  }
  header .category .nav-link {
    position: relative;
  }
  header ul.md {
    display: grid;
    grid-template-columns: 40% 40%;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "A B" "C D" "E F" "G none" "H H";
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
  }
  header ul.md li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    background: #b9ded5;
    position: relative;
    border: 1px dotted #fafafa;
    box-shadow: 0px 0px 0px 2.5px #b9ded5;
  }
  header ul.md li:last-child {
    grid-area: H;
  }
  header ul.md li a {
    color: #696969;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .header-nav-lists ul.md a:hover {
    color: #fafafa;
    transform: none;
  }
  header ul.md li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  header ul.md li:after {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: rgb(250, 250, 250) rgb(250, 250, 250) #7ecbba;
    box-shadow: 0px 6px 10px -6px rgba(148, 148, 148, 0.7);
  }
  header .category {
    border: none;
  }
  header .category:first-child a::before {
    width: 0.7rem;
    height: 0.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    left: auto;
    right: 65%;
  }
  header .category:nth-child(2) a::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    left: auto;
    right: 65%;
  }
  header .category:nth-child(3) a::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 60%;
    transform: translateY(-50%) rotate(15deg);
    left: auto;
    right: 65%;
  }
  header .category:nth-child(4) a::before {
    width: 0.6rem;
    height: 0.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    left: auto;
    right: 65%;
  }
  header .category:nth-child(5) a::before {
    width: 0.8rem;
    height: 0.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
    left: auto;
    right: 65%;
  }
  header .category:last-child {
    border-right: none;
  }
  header .category:last-child a::before {
    width: 0.7rem;
    height: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 65%;
  }
}
@media screen and (max-width: 600px) {
  #map-app a,
  #tel a,
  #instagram a {
    font-size: 4vw;
    font-weight: 500;
  }
  #map-app a::before,
  #tel a::before,
  #instagram a::before {
    font-size: 5vw;
    left: 16%;
  }
  #instagram a::before {
    top: 35%;
    left: 10%;
  }
  #tel:hover a::before {
    left: 10%;
  }
  #instagram:hover a::before {
    left: 3%;
  }
  #map-app:hover a::before {
    left: 12%;
  }
}
@media screen and (max-width: 480px) {
  header .header-top .logo {
    font-size: 21px;
  }
  header .header-top .logo span {
    font-size: 10px;
  }
  header li a {
    font-size: 16px;
  }
  header .category ul li a {
    font-size: 12px;
  }
  header .category:first-child a::before {
    top: 0%;
  }
  header .category:nth-child(2) a::before {
    top: 0%;
  }
  header .category:nth-child(3) a::before {
    top: 0%;
  }
  header .category:nth-child(5) a::before {
    top: 0%;
  }
  header .category:last-child a:before {
    top: 20%;
  }
  .header-nav {
    width: 75vw;
  }
  header .category {
    margin: auto;
  }
  header .category .nav-link::before {
    left: -30px;
    transform: translateY(-50%);
    font-size: 36px;
    color: #333;
  }
  header ul.md {
    display: grid;
    grid-template-columns: 40% 40%;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "A B" "C D" "E F" "G none" "H H";
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
  }
  #global-nav.m_fixed #tel,
  #global-nav.m_fixed #instagram,
  #global-nav.m_fixed #map-app,
  #tel,
  #instagram,
  #map-app {
    align-items: end;
  }
  #map-app a,
  #tel a,
  #instagram a {
    font-size: 5vw;
  }
  #map-app a::before,
  #tel a::before,
  #instagram a::before {
    font-size: 9vw;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
  }
  #instagram a::before {
    width: 8vw;
    height: 8vw;
    top: 20%;
  }
  #map-app a::before {
    left: 40%;
    top: 5%;
  }
  #global-nav.m_fixed #tel:hover a::before,
  #tel:hover a::before {
    left: 50%;
    top: 40%;
  }
  #instagram:hover a::before {
    left: 50%;
  }
  #map-app:hover a::before {
    left: 40%;
  }
  .menu_container {
    right: 10%;
  }
  .menu_close.active {
    right: 5%;
    top: 24px;
  }
}
/*footer*/
footer {
  width: 100%;
  background-color: #fadcda;
}
footer iframe {
  height: 30vw;
  width: 100%;
}
footer .wrap {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "A A" "B C";
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #566f6d;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
footer .wrap .logo {
  grid-area: A;
  margin-bottom: 15px;
}
footer .wrap .logo p {
  font-size: 0.7rem;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
footer .wrap .logo p span {
  font-size: 0.35rem;
}
footer .wrap .tel .t-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
footer .wrap .instagram a {
  background-color: #ca6b77;
  box-shadow: 0px 0px 0px 5px #ca6b77;
  color: #fff;
  padding: 0.2rem 0.4rem 0.2rem 0.8rem;
  border-radius: 1vw;
  border: dashed 2px #fff;
  white-space: nowrap;
  position: relative;
}
footer .wrap .instagram a::before {
  position: absolute;
  content: url(../img/common/instagram.svg);
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 4.5%;
}

.copyright {
  text-align: center;
}

@media screen and (max-width: 834px) {
  .copyright {
    margin-bottom: 2.2rem;
  }
  footer .wrap {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  footer .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  footer iframe {
    height: 60vw;
  }
  footer .wrap {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
}
/* フェードイン(初期値) */
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*Top*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle closest-corner, rgb(233, 150, 122) 40%, rgba(233, 150, 122, 0.8) 85%, rgba(245, 222, 179, 0) 100%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fffcf9;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px rgba(148, 148, 148, 0.5);
}

#page-top a:hover {
  opacity: 0.8;
}

#page-top a::after {
  position: absolute;
  font-family: "Material Icons Outlined";
  content: "\e5ce";
  font-size: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リンクを右下に固定*/
#page-top {
  position: -webkit-fixed;
  position: fixed;
  right: 2px;
  bottom: 25px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

@media screen and (max-width: 834px) {
  #page-top {
    right: 4px;
    bottom: 100px;
  }
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

#page-top a {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
html {
  background-color: #fff;
}
html article {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-bottom: 3rem;
}
html article #title {
  padding: 1rem 0;
  position: relative;
}
html article #title::after {
  position: absolute;
  content: url(../img/common/title-bottom.svg);
  display: inline-block;
  width: 20vw;
  min-width: 180px;
  height: auto;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
}
html article #title h1 {
  font-size: 0.8rem;
  white-space: nowrap;
  color: #566f6d;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
html article #title h1::before {
  position: absolute;
  content: url(../img/common/title-bird.svg);
  display: inline-block;
  width: 4.5vw;
  height: auto;
  transform: translate(-50%, 0%);
  top: -40%;
  left: 50%;
  min-width: 45px;
}
html article #title h1::after {
  content: "";
  position: absolute;
  bottom: -0.4em;
  display: inline-block;
  width: 5vw;
  min-width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #566f6d;
  border-radius: 5px;
}
html article #title h1 span {
  font-family: "Caveat", cursive;
}
html article h2 {
  font-size: 0.6rem;
  white-space: nowrap;
  color: #566f6d;
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 60%, #fcbeb8 60%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
  padding-bottom: 1%;
}
html article h3 {
  font-size: 0.45rem;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #566f6d;
  font-weight: bold;
}
html article h3::before, html article h3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1rem;
  height: 3px;
  background-color: #566f6d;
}
html article h3::before {
  left: -1.5rem;
}
html article h3::after {
  right: -1.5rem;
}
html article h4 {
  font-size: 0.4rem;
}
html article h5 {
  font-size: 0.4rem;
}
html article h2 span {
  font-size: 0.5rem;
  font-weight: bold;
}

h3 {
  text-align: center;
}

#lead-mate {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
#lead-mate p {
  text-align: center;
}

#solve {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
}
#solve h2 {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 60%, #fcbeb8 60%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
}
#solve .system {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1rem;
}
#solve .system table {
  width: 60%;
  margin: 0 auto;
}
#solve .system table tr {
  width: 100%;
}
#solve .system table tr td {
  padding: 2.5%;
  width: 70%;
  background-color: #fff;
}
#solve .system table tr th {
  padding: 2.5% 5% 2.5%;
  width: 30%;
  background-color: #fcbeb8;
}
#solve .system table tr:first-child :first-child {
  border-top-left-radius: 2vw;
}
#solve .system table tr:first-child :last-child {
  border-top-right-radius: 2vw;
}
#solve .system table tr:last-child :first-child {
  border-bottom-left-radius: 2vw;
}
#solve .system table tr:last-child :last-child {
  border-bottom-right-radius: 2vw;
}
#solve .system table tr:not(:first-child) th,
#solve .system table tr:not(:first-child) td {
  border-top: none;
}
#solve .system table tr:not(:last-child) th,
#solve .system table tr:not(:last-child) td {
  border-bottom: #fadcda 2px solid;
}
#solve .about {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#solve .about a {
  background-color: #fcbeb8;
  width: 30%;
  margin: 0 auto;
  padding: 1.5% 2.5%;
  border-radius: 2vw;
  font-weight: bold;
  color: #566f6d;
  box-shadow: 0px 0px 0px 5px #fcbeb8;
  border: dashed 2px #fff;
}
#solve .about img {
  width: 80%;
  margin: 0 auto;
}

.wrap-doc {
  width: 100%;
  background-color: #fadcda;
  padding: 2rem 0 4rem;
}
.wrap-doc #document {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.wrap-doc #document h2 {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 60%, #e5c487 60%);
  border-radius: 80% 50% 60% 5%/80% 75% 15% 75%;
}
.wrap-doc #document .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 3%;
}
.wrap-doc #document .inner section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background-color: #fff;
  border-radius: 2vw;
  padding: 10% 5%;
  position: relative;
}
.wrap-doc #document .inner section h3 {
  font-size: 0.35rem;
  white-space: nowrap;
}
.wrap-doc #document .inner section h3::before, .wrap-doc #document .inner section h3::after {
  display: none;
}
.wrap-doc #document .inner section img {
  width: 40%;
  margin: auto;
}
.wrap-doc #document .inner section a {
  font-weight: bold;
  color: #ca6b77;
  white-space: nowrap;
}
.wrap-doc #document .inner section .link-all {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 834px) {
  article #solve .system table {
    width: 90%;
  }
  article #solve .about a {
    width: 60%;
    min-width: 280px;
  }
  article .wrap-doc #document {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .mobile {
    display: inline;
  }
  article #solve .system table {
    width: 100%;
  }
  article #solve .about h3 {
    font-size: 0.4rem;
  }
  article .wrap-doc #document {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  article #solve .about h3 {
    font-size: 0.4rem;
  }
  article #solve .about h3::before {
    width: 0.5rem;
    left: -0.5rem;
  }
  article #solve .about h3::after {
    width: 0.5rem;
    right: -0.5rem;
  }
  article .wrap-doc #document {
    padding-bottom: 2rem;
    width: 90%;
  }
  article .wrap-doc #document .inner {
    grid-template-columns: 1fr 1fr;
  }
}
article {
  padding-bottom: 0% !important;
}/*# sourceMappingURL=material.css.map */