@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

img {
  vertical-align: text-bottom;
}

html {
  font-size: 62.5%;
}

.sp_only {
  display: none;
}

.test {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

.inner {
  box-sizing: content-box;
  max-width: 1172px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.article {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 2;
  color: #000;
  background: url(../images/bg_body.png) center top no-repeat;
  background-size: cover;
}

.article a {
  color: #49090f;
  text-decoration: none;
}

.article a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .article {
    background: url(../images/bg_body_sp.png) center top no-repeat #f7f0e1;
    background-size: 100%;
  }
  .inner {
    padding: 0 4%;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url(../images/bg_mv.png) center top 3rem no-repeat;
  background-size: 1342px;
  padding: 6rem 0 8rem;
}
.mv .inner {
  max-width: 100%;
}

.mv_ttl {
  max-width: 744px;
  margin: 0 auto 3.5rem;
}

.mv_subttl {
  text-align: center;
  color: #411e1b;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  white-space: nowrap;
}
.mv_subttl::after, .mv_subttl::before {
  content: "";
  height: 1px;
  background: #411e1b;
  flex: 1;
  max-width: 60px;
}

.mv_pic {
  max-width: 1019px;
  margin: 0 auto 4rem;
}

.mv_txt {
  text-align: center;
  color: #000;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  line-height: 2.7;
}

.mv_txt + .mv_txt {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../images/bg_mv_sp.png) center top 1.5rem no-repeat;
    background-size: 100%;
    padding: 7vw 0 12.5vw;
  }
  .mv_ttl {
    max-width: 95%;
    margin: 0 auto 3.1vw;
  }
  .mv_subttl {
    font-size: 3.1vw;
    letter-spacing: 0.1em;
    margin: 0 auto 4.6vw;
    gap: 10px;
  }
  .mv_subttl::after, .mv_subttl::before {
    max-width: 8vw;
  }
  .mv_pic {
    max-width: 43vw;
    margin: 0 auto 35vw;
  }
  .mv_txt {
    font-size: 3.3vw;
    letter-spacing: 0.1em;
  }
  .mv_txt + .mv_txt {
    margin-top: 10vw;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about_box {
  background: #f9f3d5;
  border: 0.4rem solid #550001;
  border-radius: 4rem;
  padding: 6rem 4rem 4rem 6rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.about_contents {
  width: 49%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.about_ttl {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(../images/bg_line_01.png) left bottom no-repeat;
  background-size: 457px;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.about_ttl span {
  color: #e26100;
}

.about_txt01 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3.5rem;
}

.about_subttl {
  text-align: center;
  font-weight: 700;
  color: #411e1b;
  letter-spacing: 0.05em;
}

.about_txt02 {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.about_logo {
  display: flex;
  justify-content: center;
}
.about_logo li:nth-child(1) {
  max-width: 158px;
}
.about_logo li:nth-child(2) {
  margin-left: 4rem;
  max-width: 120px;
}

.about_movie_wrap {
  width: 49%;
  padding-top: 6.5rem;
}

.about_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 6rem;
}
.about_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_btn {
  max-width: 508px;
  margin: 0 auto;
}
.about_btn a {
  display: block;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  background: url(../images/ico_arrow_01.png) right 7% center no-repeat #550001;
  background-size: 9px;
  padding: 2.1rem 0;
  transition: 0.3s ease-in-out;
}
.about_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .about_box {
    padding: 6vw 4vw 4vw 6vw;
    margin-bottom: 6vw;
  }
  .about_ttl {
    font-size: 2.7vw;
    background-size: contain;
    padding-bottom: 1.5vw;
    margin-bottom: 1vw;
  }
  .about_txt01 {
    font-size: 1.5vw;
    margin-bottom: 3.5vw;
  }
  .about_subttl {
    letter-spacing: 0.16em;
  }
  .about_txt02 {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
  .about_movie {
    margin-bottom: 6vw;
  }
  .about_btn a {
    font-size: 1.6vw;
    padding: 2.1vw 0;
  }
}
@media screen and (max-width: 767px) {
  .about_box {
    border: 0.2rem solid #550001;
    border-radius: 2rem;
    padding: 9.3vw 6.2vw;
    display: block;
    margin-bottom: 9.3vw;
  }
  .about_contents {
    width: 100%;
  }
  .about_ttl {
    font-size: 4.2vw;
    background-size: contain;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .about_txt01 {
    font-size: 3.1vw;
    margin-bottom: 7.8vw;
  }
  .about_subttl {
    font-size: 3.75vw;
  }
  .about_txt02 {
    font-size: 3.1vw;
    margin-bottom: 5.4vw;
  }
  .about_movie_wrap {
    width: 100%;
    padding-top: 7.8vw;
  }
  .about_movie {
    margin-bottom: 7.8vw;
  }
  .about_btn a {
    font-size: 3.1vw;
    background: url(../images/ico_arrow_01.png) right 5% center no-repeat #550001;
    background-size: 7px;
    padding: 3.1vw 0;
  }
}
/*----------------------------------------------------- */
/*  collaboration           */
/*----------------------------------------------------- */
.collaboration {
  padding-bottom: 8rem;
}
.collaboration .inner {
  max-width: 1185px;
}

.collaboration_ttl {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: 4.5rem;
  text-align: center;
  color: #674a3c;
  font-weight: 700;
  margin-bottom: 3rem;
}
.collaboration_ttl em {
  color: #bf2839;
  font-weight: 700;
}
.collaboration_ttl span {
  color: #dd8732;
  font-weight: 700;
}

.collaboration_txt01 {
  text-align: center;
  color: #875635;
  font-size: 1.8rem;
  margin-top: 5rem;
}

.collaboration_txt02 {
  max-width: 656px;
  margin: 4rem auto 0;
  border: 1px solid #875635;
  text-align: center;
  color: #875635;
  font-size: 1.8rem;
  padding: 1.5rem 1rem;
}

.collaboration_note {
  max-width: 656px;
  color: #875635;
  margin: 1rem auto 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 1000px) {
  .collaboration {
    padding-bottom: 8vw;
  }
  .collaboration_ttl {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .collaboration_txt01 {
    font-size: 1.8vw;
    margin-top: 5vw;
  }
  .collaboration_txt02 {
    margin: 4vw auto 0;
    font-size: 1.8vw;
    padding: 1.5vw 1vw;
  }
  .collaboration_note {
    margin: 1vw auto 0;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .collaboration {
    padding-bottom: 15vw;
  }
  .collaboration_ttl {
    font-size: 7vw;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .collaboration_txt01 {
    text-align: center;
    color: #875635;
    font-size: 3.4vw;
    margin-top: 5rem;
  }
  .collaboration_txt02 {
    max-width: 64vw;
    margin: 6.25vw auto 0;
    font-size: 3.1vw;
    padding: 1rem 0;
  }
  .collaboration_note {
    text-align: center;
    margin: 6.2vw auto 0;
    font-size: 2.8vw;
  }
}
/*----------------------------------------------------- */
/*  sweets           */
/*----------------------------------------------------- */
.sweets {
  position: relative;
  margin: 0 auto;
}
.sweets::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  aspect-ratio: 2370/100;
}
.sweets .sweets_inner {
  width: 98%;
  margin: 0 auto;
  padding: 7rem 3rem 2rem 7rem;
}

.sweets + .sweets {
  margin-top: 7rem;
}

.sweets01::after {
  background: url(../images/pic_roof_01.png) no-repeat;
  background-size: contain;
}
.sweets01 .sweets_inner {
  background: url(../images/bg_sec_01.png);
  background-size: 240px;
}

.sweets02::after {
  background: url(../images/pic_roof_02.png) no-repeat;
  background-size: contain;
}
.sweets02 .sweets_inner {
  background: url(../images/bg_sec_02.png);
  background-size: 240px;
}

.sweets03::after {
  background: url(../images/pic_roof_03.png) no-repeat;
  background-size: contain;
}
.sweets03 .sweets_inner {
  background: url(../images/bg_sec_03.png);
  background-size: 240px;
}

.sweets_area {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.6;
  color: #e8cc6c;
  background: url(../images/bg_secttl.png) center top no-repeat;
  background-size: 260px;
}

.sweets_wrap {
  display: flex;
  justify-content: space-between;
}

.sweets_wrap + .sweets_wrap {
  margin-top: 8rem;
}

.sweets_pic {
  width: 36%;
}

.sweets_note {
  background: #ead1b4;
  border-radius: 10px;
  text-align: center;
  padding: 0.5rem 0.5rem 2rem;
  margin-top: 2rem;
  position: relative;
}
.sweets_note p {
  font-size: 1.5rem;
  color: #550001;
  margin-bottom: 1.5rem;
}
.sweets_note::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 15px solid #ead1b4;
}
.sweets_note ul {
  display: flex;
  justify-content: center;
}
.sweets_note ul li {
  height: 56px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sweets_note ul li + li {
  margin-left: 2.5rem;
}

.sweets_details {
  width: 54%;
  padding-top: 4rem;
  color: #fff;
}

.sweets_ttl {
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #e8cc6c;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.sweets_ttl span {
  font-size: 2.4rem;
  font-weight: 700;
}

.sweets_txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6rem;
  max-width: 540px;
}

.sweets_chef {
  display: flex;
  margin-bottom: 2rem;
}

.sweets_chef_pic {
  margin-right: 1rem;
  max-width: 110px;
}
.sweets_chef_pic img {
  max-width: 95px;
}
.sweets_chef_pic p {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.sweets_chef_pic02 {
  max-width: 225px;
  width: 37%;
}
.sweets_chef_pic02 img {
  max-width: 215px;
  width: 100%;
}

.sweets_chef_txt {
  flex: 1;
  color: #fff;
  line-height: 2;
  margin-top: -0.5rem;
}
.sweets_chef_txt h4 {
  font-size: 1.6rem;
}
.sweets_chef_txt p {
  font-size: 1.5rem;
}

.sweets_store {
  display: flex;
  justify-content: space-between;
}

.sweets_store_txt {
  line-height: 1.6;
  font-size: 1.4rem;
}

.sweets_store_ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #e8cc6c;
  word-break: break-all;
}

.sweets_store_sns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sweets_store_sns li {
  margin-left: 1rem;
  width: 57px;
  text-align: center;
}
.sweets_store_sns li p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.sweets_store_sns li a {
  transition: 0.3s ease-in-out;
}
.sweets_store_sns li a:hover {
  opacity: 0.7;
}

.sweets_note02 {
  padding: 0.5rem 1.5rem 2rem;
  margin-top: 0;
  margin-right: 1rem;
}
.sweets_note02::before {
  top: 50%;
  left: -12px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 15px solid #ead1b4;
}

.sweets_osaka_wrap {
  margin-top: -4rem;
  display: flex;
  align-items: flex-start;
}
.sweets_osaka_wrap .sweets_store_txt {
  font-size: 1.3rem;
  letter-spacing: -0.05em;
}

.sweets_details02 {
  padding-top: 0;
}

.sweets_store02 {
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.sweets_store_sns02 {
  justify-content: flex-end;
  margin-top: -2rem;
}

@media screen and (max-width: 1200px) {
  .sweets_osaka_wrap {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .sweets .sweets_inner {
    padding: 7vw 3vw 2vw 7vw;
  }
  .sweets + .sweets {
    margin-top: 7vw;
  }
  .sweets_area {
    font-size: 2.4vw;
    background: url(../images/bg_secttl.png) center top no-repeat;
    background-size: 260px;
  }
  .sweets_wrap + .sweets_wrap {
    margin-top: 8vw;
  }
  .sweets_note {
    padding: 0.5vw 0.5vw 3vw;
    margin-top: 2vw;
  }
  .sweets_note p {
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
  }
  .sweets_note ul {
    width: 90%;
    margin: 0 auto;
  }
  .sweets_note ul li + li {
    margin-left: 2.5vw;
  }
  .sweets_details {
    padding-top: 4vw;
  }
  .sweets_ttl {
    font-size: 3.4vw;
    margin-bottom: 3vw;
  }
  .sweets_ttl span {
    font-size: 2.4vw;
  }
  .sweets_txt {
    font-size: 1.6vw;
    margin-bottom: 6vw;
  }
  .sweets_chef {
    margin-bottom: 2vw;
  }
  .sweets_chef_pic {
    margin-right: 1vw;
  }
  .sweets_chef_pic p {
    font-size: 1.5vw;
  }
  .sweets_chef_txt {
    margin-top: -0.5vw;
  }
  .sweets_chef_txt h4 {
    font-size: 1.6vw;
  }
  .sweets_chef_txt p {
    font-size: 1.5vw;
  }
  .sweets_store_txt {
    font-size: 1.4vw;
  }
  .sweets_store_ttl {
    font-size: 1.8vw;
  }
  .sweets_store_sns li {
    margin-left: 1vw;
  }
  .sweets_store_sns li p {
    font-size: 1.1vw;
  }
  .sweets_note02 {
    padding: 0.5vw 1.5vw 2vw;
    margin-right: 1vw;
  }
  .sweets_osaka_wrap {
    margin-top: -4vw;
  }
  .sweets_osaka_wrap .sweets_store_txt {
    font-size: 1.3vw;
  }
  .sweets_store02 {
    margin-top: -4vw;
    margin-bottom: 2vw;
  }
  .sweets_store_sns02 {
    margin-top: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .sweets::after {
    top: 0px;
    aspect-ratio: 1199/92;
  }
  .sweets .sweets_inner {
    padding: 10vw 4.6vw 4.6vw;
  }
  .sweets + .sweets {
    margin-top: 10vw;
  }
  .sweets01::after {
    background: url(../images/pic_roof_01_sp.png) no-repeat;
    background-size: contain;
  }
  .sweets01 .sweets_inner {
    background: url(../images/bg_sec_01.png);
    background-size: 120px;
  }
  .sweets02::after {
    background: url(../images/pic_roof_02_sp.png) no-repeat;
    background-size: contain;
  }
  .sweets02 .sweets_inner {
    background: url(../images/bg_sec_02.png);
    background-size: 120px;
  }
  .sweets03::after {
    background: url(../images/pic_roof_03_sp.png) no-repeat;
    background-size: contain;
  }
  .sweets03 .sweets_inner {
    background: url(../images/bg_sec_03.png);
    background-size: 120px;
  }
  .sweets_area {
    font-size: 4.5vw;
    background: url(../images/bg_secttl.png) center top 2px no-repeat;
    background-size: 48vw;
    margin-bottom: 6.25vw;
  }
  .sweets_wrap + .sweets_wrap {
    margin-top: 8rem;
  }
  .sweets_wrap {
    display: block;
  }
  .sweets_pic {
    width: 95%;
    margin: 0 auto;
  }
  .sweets_pic img {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .sweets_note {
    width: 95%;
    margin: 2rem auto 9.3vw;
  }
  .sweets_note p {
    font-size: 3.12vw;
    margin-bottom: 1.5rem;
  }
  .sweets_details {
    width: 100%;
    padding-top: 0;
  }
  .sweets_ttl {
    text-align: center;
    font-size: 5.3vw;
    margin-bottom: 1rem;
  }
  .sweets_ttl span {
    font-size: 3.75vw;
  }
  .sweets_txt {
    font-size: 3.1vw;
    margin: 0 auto 7.8vw;
    max-width: 95%;
  }
  .sweets_chef {
    width: 95%;
    margin: 0 auto 4.6vw;
  }
  .sweets_chef_pic {
    margin-right: 2vw;
    width: 20%;
  }
  .sweets_chef_pic img {
    width: 100%;
  }
  .sweets_chef_pic p {
    font-size: 2.81vw;
    line-height: 1.4;
    white-space: wrap;
  }
  .sweets_chef_pic02 {
    width: 37%;
  }
  .sweets_chef_txt {
    line-height: 1.6;
  }
  .sweets_chef_txt h4 {
    font-size: 2.81vw;
    margin-bottom: 0.5rem;
  }
  .sweets_chef_txt p {
    font-size: 2.81vw;
  }
  .sweets_store {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .sweets_store_txt {
    font-size: 3.1vw;
    margin-bottom: 2rem;
  }
  .sweets_store_ttl {
    font-size: 3.43vw;
  }
  .sweets_store_sns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sweets_store_sns li {
    margin-left: 1rem;
    width: 15.3vw;
  }
  .sweets_store_sns li p {
    font-size: 1rem;
  }
  .sweets_note02 {
    padding: 0.5vw 0.5vw 3vw;
    margin: 6vw auto 7vw;
    width: 95%;
  }
  .sweets_note02::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    margin-top: 0;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 15px solid #ead1b4;
  }
  .sweets_osaka_wrap {
    margin: 0 auto;
    width: 95%;
  }
  .sweets_osaka_wrap .sweets_store_txt {
    font-size: 3.1vw;
  }
  .sweets_details02 {
    padding-top: 0;
  }
  .sweets_store02 {
    width: 95%;
    margin: -1.5rem auto 3rem;
  }
  .sweets_store_sns02 {
    justify-content: flex-end;
    margin-top: -2rem;
  }
  .sweets_osaka .sweets_chef {
    width: 95%;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  subpage_bottom_banner           */
/*----------------------------------------------------- */
#subpage_bottom_banner {
  padding: 100px 0 80px;
  background: url(../images/bg_sec_01.png) center top repeat;
  background-size: 240px;
}

@media screen and (max-width: 430px) {
  #subpage_bottom_banner {
    padding: 50px 0;
  }
}
.text_wrap {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .text_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.text_wrap .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.text_wrap .text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.upper_banner_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  gap: 6%;
  margin-bottom: 80px;
}
.upper_banner_grid li:nth-child(1) {
  max-width: 245px;
}
.upper_banner_grid li:nth-child(2) {
  max-width: 280px;
}
.upper_banner_grid li:nth-child(3) {
  max-width: 270px;
}

@media screen and (max-width: 768px) {
  .upper_banner_grid {
    flex-direction: column;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 430px) {
  .upper_banner_grid {
    margin-bottom: 50px;
    padding: 0 20px;
    gap: 50px;
  }
}
.upper_banner_grid img {
  display: block;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.link_report,
.link_top {
  display: block;
  height: 110px;
}

.link_report .responsive-picture,
.link_top .responsive-picture {
  display: block;
  height: 150px; /* 固定高さを指定 */
  width: 248px;
}

.link_report .responsive-picture img,
.link_top .responsive-picture img {
  -o-object-fit: contain;
  object-fit: contain; /* 画像のアスペクト比を保持しつつ、要素内に収まるように */
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
}

.link_box {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .link_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 430px) {
  .link_box {
    padding: 0 10px;
  }
}
.link_box .link {
  width: 400px;
}

.link_box .link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .link_box .link {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .link_box .link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}
.number_icon,
.map_icon,
.ayumi_icon {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .number_icon,
  .map_icon,
  .ayumi_icon {
    width: 30%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}/*# sourceMappingURL=style.css.map */