@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../font/ShipporiMincho-SemiBold.woff") format("woff");
}
html {
  font-size: 2.56vw;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #444;
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #f6f6f6;
}

picture {
  display: block;
}
@media only screen and (min-width: 800px) {
  picture {
    width: 50rem;
    margin: 0 auto;
  }
}

img {
  width: 100%;
  height: auto;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media only screen and (min-width: 800px) {
  .wrap {
    max-width: 800px;
  }
}

main {
  flex: 1;
  width: 100%;
}

section {
  padding: 0 3rem;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  section {
    padding: 0 10rem;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 800px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 800px) {
  .pc-only {
    display: block;
  }
}

.mt-5 {
  margin-top: 0.5rem;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 800px) {
  h1 {
    text-align: center;
  }
}
h1 .main {
  font-size: 3rem;
  color: #22295d;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #0f20a7, #1a1f41);
  -webkit-background-clip: text;
}
@media only screen and (min-width: 800px) {
  h1 .main {
    font-size: 3.5rem;
  }
}
h1 .sub {
  font-size: 2rem;
  line-height: 2;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.05em;
  font-size: 2.2rem;
  line-height: 1.3;
  background: #f6f7ff;
  color: #282B41;
  padding: 1rem 1.8rem;
  border-top: solid 0.1rem #282B41;
  border-bottom: solid 0.1rem #282B41;
}
@media only screen and (min-width: 800px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 .sub {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  padding-left: 2.5rem;
  color: #8b6f0a;
}
h3 .sub::before {
  content: "";
  position: absolute;
  display: block;
  background: #8b6f0a;
  height: 0.1rem;
  width: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
h3 .main {
  display: block;
  font-size: 2rem;
  color: #8b6f0a;
}

h4 {
  font-size: 1.6rem;
  color: #282B41;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 800px) {
  h4 {
    font-size: 1.8rem;
  }
}
h4::before {
  content: "";
  background: #4e5165;
  height: 100%;
  width: 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

.body_text {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.strong {
  font-weight: bold;
  color: #8b6f0a;
  background: linear-gradient(to bottom, transparent 70%, #fff9e6 30%);
}

.note {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media only screen and (min-width: 800px) {
  .note {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .note.note_2 {
    text-align: left;
  }
}

.btn_wrap {
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.btn_wrap:hover {
  opacity: 0.6;
}
.btn_wrap .bubble {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: solid 0.1rem #EB5E00;
  background: #fff;
  border-radius: 99px;
  font-size: 1.4rem;
  color: #EB5E00;
  position: relative;
  z-index: 2;
}
.btn_wrap .bubble .mark {
  font-weight: normal;
  font-size: 0.8rem;
}
.btn_wrap .cv_btn {
  display: block;
  margin-top: -1.7rem;
  width: 100%;
  padding: 2.4rem 0 1.8rem;
  background: linear-gradient(to bottom, #EB8700 0%, #EB5E00 50%, #DB5800 100%);
  border-radius: 0.8rem;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  color: #fff;
  box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 800px) {
  .btn_wrap .cv_btn {
    margin: 0 auto;
    margin-top: -1.5rem;
    width: 43rem;
    padding: 2rem 0 1.6rem;
  }
}
.btn_wrap .cv_btn .small {
  font-size: 1.6rem;
}
.btn_wrap .cv_btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  animation: btn_animation 2.5s ease-in-out infinite;
}
.btn_wrap .cv_btn::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: rotate(-45deg) translateY(-50%);
}
@keyframes btn_animation {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media only screen and (min-width: 800px) {
  .fv picture {
    width: 100%;
  }
}

.toc .content {
  background: #f8f9ff;
  padding: 2rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 800px) {
  .toc .content {
    width: 50rem;
    margin: 0 auto;
    margin-top: 3rem;
    padding: 2rem 4rem;
  }
}
.toc .content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  background: none;
  padding: 0;
  border: none;
  border-bottom: solid 0.1rem #d0d4f0;
  padding-bottom: 0.8rem;
}
.toc .content h2 figure {
  width: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toc .content h2 p {
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
.toc .content ul {
  padding-left: 1rem;
}
.toc .content ul li {
  position: relative;
}
.toc .content ul li::before {
  content: "◆";
  position: absolute;
  font-size: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  width: 1rem;
  color: #282B41;
}
.toc .content ul li + li {
  margin-top: 0.7rem;
}

.info table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (min-width: 800px) {
  .info table {
    width: 50rem;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.info table tr th {
  background: #f8f9ff;
  color: #282B41;
  width: 11rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 0.1rem #d0d4f0;
}
.info table tr td {
  padding: 0.8rem 1.5rem;
  border-bottom: solid 0.1rem #d0d4f0;
}
.info table tr td a {
  text-decoration: underline;
}

.voice_wrap {
  background: #F4F1EC;
  padding: 2rem;
}
@media only screen and (min-width: 800px) {
  .voice_wrap {
    max-width: 50rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    padding: 2rem 4rem;
  }
}
.voice_wrap .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.voice_wrap .top picture {
  width: 10.8rem;
}
@media only screen and (min-width: 800px) {
  .voice_wrap .top picture {
    margin: 0;
  }
}
.voice_wrap .top .right_wrap {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  flex: 1;
}
.voice_wrap .top .right_wrap .star_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.voice_wrap .top .right_wrap .name {
  margin-top: 0.5rem;
}
.voice_wrap .bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: solid 0.1rem #b9ad83;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.8;
}

.about_milgrain h5 {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  color: #282B41;
}
@media only screen and (min-width: 800px) {
  .about_milgrain h5 {
    text-align: left;
  }
}
.about_milgrain h5::before, .about_milgrain h5::after {
  content: "";
  background: #282B41;
  height: 0.1rem;
  width: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (min-width: 800px) {
  .about_milgrain h5::before, .about_milgrain h5::after {
    display: none;
  }
}
.about_milgrain h5::after {
  left: auto;
  right: 0;
}

.design_bottom_text {
  font-size: 1.2rem;
  text-align: center;
}

.tab_area .tab_group {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .tab_area .tab_group {
    max-width: 50rem;
    margin: 0 auto;
  }
}
.tab_area .tab_group .button {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  cursor: pointer;
}
.tab_area .tab_group .button .tab {
  padding: 0.5em 0;
  width: calc(50% - 0.25rem);
  background: #efefef;
  color: #ccc;
  font-size: 1.3rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.tab_area .tab_group .button .tab.is-active {
  background: #8b6f0a;
  color: #fff;
}
.tab_area .tab_contents .content {
  display: none;
}
.tab_area .tab_contents .content.is-display {
  display: block;
}
.tab_area .tab_contents .content .table_wrap {
  width: 100%;
  font-weight: 400;
}
@media only screen and (min-width: 800px) {
  .tab_area .tab_contents .content .table_wrap {
    max-width: 50rem;
    margin: 0 auto;
  }
}
.tab_area .tab_contents .content .table_wrap table {
  width: 100%;
  table-layout: fixed;
  color: #8b6f0a;
  border-collapse: separate;
  border-spacing: 0.1rem;
}
.tab_area .tab_contents .content .table_wrap table thead tr th {
  width: calc((100% - 3rem) / 3);
  vertical-align: middle;
  text-align: center;
  padding: 0.3rem 0;
  background: #F4F1EC;
}
.tab_area .tab_contents .content .table_wrap table thead tr th.none {
  width: 3rem;
}
.tab_area .tab_contents .content .table_wrap table tbody tr th {
  width: 2rem;
  text-align: center;
  vertical-align: middle;
  background: #F4F1EC;
}
.tab_area .tab_contents .content .table_wrap table tbody tr th img {
  width: 0.9rem;
  margin: auto;
}
.tab_area .tab_contents .content .table_wrap table tbody tr td {
  vertical-align: middle;
  width: calc((100% - 2rem) / 3);
  position: relative;
}
.tab_area .tab_contents .content .table_wrap table tbody tr td::before {
  content: "";
  background: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}
@media only screen and (min-width: 800px) {
  .tab_area .tab_contents .content .table_wrap table tbody tr td::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
  background-color: #fff;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 3rem 2rem;
  width: 35rem;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .modal .modal-box {
    width: 50rem;
    padding: 4rem 6rem;
  }
}
.modal .modal-box.modal-map {
  top: 3rem;
  padding: 4.5rem 2rem 3rem;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 800px) {
  .modal .modal-box.modal-map {
    padding: 4rem 6rem;
  }
}
@media only screen and (min-width: 800px) {
  .modal .modal-box .btn_wrap .cv_btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
.modal .modal-box .name {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.05em;
  font-style: normal;
  text-align: center;
  font-size: 2.2rem;
  color: #8b6f0a;
  display: inline-block;
  position: relative;
  line-height: 0.9;
}
.modal .modal-box .name .small {
  font-size: 1.4rem;
}
.modal .modal-box .name.small {
  font-size: 1.8rem;
}
.modal .modal-box .name.small .small {
  font-size: 1.2rem;
}
.modal .modal-box .name::before, .modal .modal-box .name::after {
  content: "";
  background: linear-gradient(to left, #8b6f0a, rgba(139, 111, 10, 0));
  height: 0.1rem;
  width: 5rem;
  position: absolute;
  left: -5.8rem;
  top: 50%;
}
.modal .modal-box .name::after {
  left: auto;
  right: -5.8rem;
  background: linear-gradient(to right, #8b6f0a, rgba(139, 111, 10, 0));
}
.modal .modal-box .main-slider {
  margin-top: 1.5rem;
}
.modal .modal-box .thumb-slider {
  margin-top: 1rem;
}
.modal .modal-box .thumb-slider .swiper-slide {
  height: auto;
  opacity: 0.5;
  cursor: pointer;
}
.modal .modal-box .thumb-slider .swiper-slide-thumb-active {
  border: 0.3rem solid #E5B505;
  opacity: 1;
}
.modal .modal-box .cv-btn {
  margin-top: 2rem;
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
}
.modal .modal-box .concept {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: solid 0.1rem #ccc;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.modal .modal-box .concept .bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.05em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.modal .modal-box .google-maps {
  position: relative;
  overflow-y: hidden;
  width: 100%;
  padding-top: 75%;
}
.modal .modal-box .google-maps iframe {
  position: absolute;
  width: 100%;
  top: -8rem;
  left: 0;
  width: 100%;
  height: 25rem;
}
.modal .modal-box .info_wrap {
  margin-top: -4rem;
}
@media only screen and (min-width: 800px) {
  .modal .modal-box .info_wrap {
    margin-top: -10rem;
  }
}
.modal .modal-box .info_wrap .top {
  font-size: 1.6rem;
  color: #8b6f0a;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px #8b6f0a;
}
.modal .modal-box .info_wrap dl {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: flex;
}
.modal .modal-box .info_wrap dl dt {
  width: 25%;
  background: #F4F1EC;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-box .info_wrap dl dd {
  width: 75%;
  text-align: left;
  padding: 0.5rem 1rem;
}

.box_wrap {
  background: #F4F1EC;
  padding: 2rem;
}
.box_wrap .top {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.box_wrap .top figure {
  width: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_wrap .top p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.area_wrap {
  font-size: 1.2rem;
}
.area_wrap .accordion {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  padding: 1.2rem;
  background: #F4F1EC;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
}
.area_wrap .accordion::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_black.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  right: 1em;
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s ease-in-out;
}
.area_wrap .accordion.accordion.open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.area_wrap .accordion.accordion_2 {
  background: #fff;
  color: #8b6f0a;
  margin-top: 0;
  border-bottom: solid 0.1rem #f1ebdf;
}
.area_wrap .accordion.accordion_2::after {
  content: "";
  background: url(../img/arrow_gold.svg) no-repeat center/contain;
}
.area_wrap .box {
  display: none;
  padding: 0.5rem 1.5rem;
}
.area_wrap .box.box_2 {
  padding: 1.5rem 0;
}
.area_wrap .box button {
  font-weight: bold;
  background: #8b6f0a;
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  padding: 1rem 0;
  border-radius: 0.5rem;
  border: none;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .area_wrap .box button {
    width: calc(50% - 0.5rem);
  }
}
.area_wrap .box button::before {
  content: "";
  background: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.area_wrap .box button .small {
  font-size: 1rem;
  color: #F4F1EC;
  font-weight: normal;
}
.area_wrap .box .pc_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 800px) {
  .area_wrap .box .pc_flex {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.area_wrap .box .note {
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.area_wrap .table_wrap {
  display: none;
}
.area_wrap table {
  width: 100%;
  border-left: 1px solid #8b6f0a;
}
.area_wrap table tr {
  border-bottom: 1px solid #282B41;
}
.area_wrap table th {
  text-align: center;
  background: #f6f7ff;
  border-right: 1px solid #282B41;
  padding: 1em 0;
}
.area_wrap table th:first-child {
  width: 33%;
}
.area_wrap table th:nth-child(2) {
  width: 40%;
}
.area_wrap table th:last-child {
  width: 27%;
}
.area_wrap table td {
  background: #fff;
  border-right: 1px solid #282B41;
  padding: 0.8em;
  line-height: 1.6;
}
.area_wrap table td a {
  position: relative;
  display: block;
  background: #EB5E00;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  font-size: 1.2rem;
}
.area_wrap table td button {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.7rem;
  text-decoration: underline;
}
.area_wrap + .area_wrap {
  margin-top: 3rem;
}

.campaign a {
  display: block;
}

footer {
  text-align: center;
  padding: 2rem 0;
  background: #000;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  align-items: center;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
footer ul a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
}
footer small {
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
}

.mySwiper {
  padding-bottom: 2rem;
  width: 29rem;
}
@media only screen and (min-width: 800px) {
  .mySwiper {
    width: 100%;
  }
}

:root {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: #8b6f0a;
}

.swiper-pagination {
  bottom: 0rem !important;
}

.swiper-pagination-bullet {
  width: 0.5rem !important;
  height: 0.5rem !important;
}/*# sourceMappingURL=style.css.map */