.m-machi {
  background: #f6f6f6;
}

@media print, (min-width: 768px) {
  .m-machi__ld {
    padding-top: 155px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld {
    padding-top: 80px;
  }
}

.m-machi__ld__tt {
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-machi__ld__tt {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__tt {
    margin-bottom: 40px;
  }
}

.m-machi__ld__tt__s {
  display: block;
  font-weight: 600;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-machi__ld__tt__s {
    margin-bottom: 5px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__tt__s {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.m-machi__ld__tt__t {
  display: block;
}

@media print, (min-width: 768px) {
  .m-machi__ld__tt__t {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__tt__t {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media print, (min-width: 768px) {
  .m-machi__ld__cw {
    display: flex;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media print, (min-width: 768px) {
  .m-machi__ld__cw__c {
    box-sizing: border-box;
  }
}

@media print, (min-width: 768px) {
  .m-machi__ld__cw__c:nth-child(1) {
    width: calc(50% + 80px);
  }
}

@media print, (min-width: 768px) {
  .m-machi__ld__cw__c:nth-child(2) {
    width: calc(50% - 80px);
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__cw__c:nth-child(2) {
    margin-top: 30px;
  }
}

.m-machi__ld__p {
  position: relative;
  aspect-ratio: 1600 / 1142;
}

@media print, (min-width: 768px) {
  .m-machi__ld__p {
    margin-left: -130px;
  }
}

.m-machi__ld__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-machi__ld__nl {
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-machi__ld__nl {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__nl {
    margin: 10px 20px 0;
  }
}

.m-machi__ld__nl > li {
  display: flex;
  justify-content: flex-end;
}

@media print, (min-width: 768px) {
  .m-machi__ld__tb {
    max-width: 430px;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__tb {
    margin: 0 20px;
  }
}

.m-machi__ld__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-machi__ld__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__t {
    line-height: 1.7;
  }
}

.m-machi__ld__t:nth-child(n+2) {
  margin-top: 20px;
}

@media print, (min-width: 768px) {
  .m-machi__ld__bt {
    width: 340px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__bt {
    margin-top: 30px;
  }
}

.m-machi__ld__bt__ag {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-machi__ld__bt__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

@media print, (min-width: 768px) {
  .m-machi__ld__bt__ag:nth-child(2) {
    transform: translateY(-44px) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__bt__ag:nth-child(2) {
    display: none;
  }
}

.m-machi__ld__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-machi__ld__bt a {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__ld__bt a {
    height: 60px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__ld__bt a:hover,
  .m-machi__ld__bt a:active {
    background: transparent;
    color: #156082;
  }
  .m-machi__ld__bt a:hover .m-machi__ld__bt__ag,
  .m-machi__ld__bt a:active .m-machi__ld__bt__ag {
    background: #156082;
  }
  .m-machi__ld__bt a:hover .m-machi__ld__bt__ag:nth-child(1),
  .m-machi__ld__bt a:active .m-machi__ld__bt__ag:nth-child(1) {
    transform: translateY(44px) rotate(90deg);
  }
  .m-machi__ld__bt a:hover .m-machi__ld__bt__ag:nth-child(2),
  .m-machi__ld__bt a:active .m-machi__ld__bt__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

@media print, (min-width: 768px) {
  .m-machi__sw {
    width: 850px;
    margin: 0 auto;
    padding: 180px 0 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sw {
    margin: 0 20px;
    padding: 80px 0 100px;
  }
}

.m-machi__sc__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.6;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-machi__sc__tt {
    margin-bottom: 80px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__tt {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__sc__sc:nth-child(n+2) {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__sc:nth-child(n+2) {
    margin-top: 80px;
  }
}

.m-machi__sc__ut {
  display: flex;
  justify-content: center;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-machi__sc__ut {
    margin-bottom: 80px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__ut {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.m-machi__sc__ut > span {
  display: block;
  padding: 9px 20px;
  border-top: 1px solid #3b4141;
  border-bottom: 1px solid #3b4141;
}

@media print, (min-width: 768px) {
  .m-machi__sc__vc:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__vc:nth-child(n+2) {
    margin-top: 50px;
  }
}

.m-machi__sc__vt {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-machi__sc__vt {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__vt {
    margin-bottom: 25px;
  }
}

.m-machi__sc__vt__s {
  display: block;
}

@media print, (min-width: 768px) {
  .m-machi__sc__vt__s {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__vt__s {
    margin-bottom: 7px;
    font-size: 17px;
  }
}

.m-machi__sc__vt__t {
  display: block;
}

@media print, (min-width: 768px) {
  .m-machi__sc__vt__t {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__vt__t {
    font-size: 20px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__sc__vt__t > span.is-small {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__vt__t > span.is-small {
    font-size: 14px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__sc__fb {
    width: 340px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__fb {
    margin-top: 50px;
  }
}

.m-machi__sc__fb__ag {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-machi__sc__fb__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

@media print, (min-width: 768px) {
  .m-machi__sc__fb__ag:nth-child(2) {
    transform: translateY(-44px) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__fb__ag:nth-child(2) {
    display: none;
  }
}

.m-machi__sc__fb a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-machi__sc__fb a {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__fb a {
    height: 60px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__sc__fb a:hover,
  .m-machi__sc__fb a:active {
    background: transparent;
    color: #156082;
  }
  .m-machi__sc__fb a:hover .m-machi__sc__fb__ag,
  .m-machi__sc__fb a:active .m-machi__sc__fb__ag {
    background: #156082;
  }
  .m-machi__sc__fb a:hover .m-machi__sc__fb__ag:nth-child(1),
  .m-machi__sc__fb a:active .m-machi__sc__fb__ag:nth-child(1) {
    transform: translateY(44px) rotate(90deg);
  }
  .m-machi__sc__fb a:hover .m-machi__sc__fb__ag:nth-child(2),
  .m-machi__sc__fb a:active .m-machi__sc__fb__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

.m-machi__sc__nl {
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-machi__sc__nl {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc__nl {
    margin-top: 50px;
  }
}

.m-machi__sc__nl__m {
  white-space: nowrap;
}

.m-machi__sc__nl__t {
  width: 100%;
}

.m-machi__sc__nl > li {
  display: flex;
}

@media print, (min-width: 768px) {
  .m-machi__sc:nth-child(n+2) {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sc:nth-child(n+2) {
    margin-top: 100px;
  }
}

.m-machi__st__sc__pw__p {
  position: relative;
  aspect-ratio: 1700 / 800;
}

.m-machi__st__sc__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-machi__st__sc__pw__n {
  margin-top: 10px;
  line-height: 1.7;
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-machi__st__sc__pw__n {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__st__sc__pw__n {
    font-size: 11.5px;
  }
}

.m-machi__st__sc__tt {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-machi__st__sc__tt {
    margin-top: 30px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__st__sc__tt {
    margin-top: 20px;
    font-size: 20px;
  }
}

.m-machi__st__sc__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-machi__st__sc__t {
    margin-top: 15px;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__st__sc__t {
    margin-top: 10px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-machi__st__sc:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__st__sc:nth-child(n+2) {
    margin-top: 50px;
  }
}

.m-machi__gx {
  background: #ececec;
}

@media print, (min-width: 768px) {
  .m-machi__gx {
    margin-top: 100px;
    padding: 30px 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__gx {
    margin-top: 50px;
    padding: 25px 20px 30px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__gx__t {
    margin-bottom: 25px;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__gx__t {
    margin-bottom: 20px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-machi__gx__bt {
    width: 340px;
    margin: 0 auto;
  }
}

.m-machi__gx__bt__ag {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-machi__gx__bt__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

@media print, (min-width: 768px) {
  .m-machi__gx__bt__ag:nth-child(2) {
    transform: translateY(-44px) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .m-machi__gx__bt__ag:nth-child(2) {
    display: none;
  }
}

.m-machi__gx__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-machi__gx__bt a {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__gx__bt a {
    height: 60px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-machi__gx__bt a:hover,
  .m-machi__gx__bt a:active {
    background: transparent;
    color: #156082;
  }
  .m-machi__gx__bt a:hover .m-machi__gx__bt__ag,
  .m-machi__gx__bt a:active .m-machi__gx__bt__ag {
    background: #156082;
  }
  .m-machi__gx__bt a:hover .m-machi__gx__bt__ag:nth-child(1),
  .m-machi__gx__bt a:active .m-machi__gx__bt__ag:nth-child(1) {
    transform: translateY(44px) rotate(90deg);
  }
  .m-machi__gx__bt a:hover .m-machi__gx__bt__ag:nth-child(2),
  .m-machi__gx__bt a:active .m-machi__gx__bt__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

.m-machi__fg__pw__p {
  position: relative;
}

.m-machi__fg__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-machi__fg__pw__nl {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

.m-machi__fg__pw__nl > li {
  display: flex;
  justify-content: flex-end;
}

.m-machi__fg__pw.is-1 .m-machi__fg__pw__p {
  aspect-ratio: 1700 / 800;
}

.m-machi__fg__pw.is-2 .m-machi__fg__pw__p {
  aspect-ratio: 1700 / 800;
}

.m-machi__fg__pw.is-3 .m-machi__fg__pw__p {
  aspect-ratio: 1700 / 500;
}

@media print, (min-width: 768px) {
  .m-machi__fg__pw.is-4 .m-machi__fg__pw__p {
    aspect-ratio: 1700 / 900;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__fg__pw.is-4 .m-machi__fg__pw__p {
    aspect-ratio: 670 / 1004;
  }
}

.m-machi__fg__pw.is-5 .m-machi__fg__pw__p {
  aspect-ratio: 1700 / 800;
}

.m-machi__fg__pw.is-6 .m-machi__fg__pw__p {
  aspect-ratio: 1700 / 800;
}

.m-machi__fg__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-machi__fg__t {
    margin-top: 30px;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__fg__t {
    margin-top: 20px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-machi__tv {
    display: flex;
    gap: 32px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__tv {
    margin-top: 40px;
  }
}

.m-machi__tv__c {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .m-machi__tv__c:nth-child(n+2) {
    margin-top: 40px;
  }
}

.m-machi__tv__p {
  position: relative;
  aspect-ratio: 524 / 346;
}

@media screen and (max-width: 767px) {
  .m-machi__tv__p {
    margin: 0 35px;
  }
}

.m-machi__tv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-machi__tv__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-machi__tv__tt {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__tv__tt {
    margin-top: 15px;
  }
}

.m-machi__tv__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-machi__tv__t {
    margin-top: 15px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__tv__t {
    margin-top: 10px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-machi__sq {
    display: flex;
    gap: 32px;
  }
}

.m-machi__sq__c {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .m-machi__sq__c:nth-child(n+2) {
    margin-top: 40px;
  }
}

.m-machi__sq__p {
  position: relative;
  aspect-ratio: 818 / 480;
}

.m-machi__sq__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-machi__sq__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-machi__sq__tt {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sq__tt {
    margin-top: 20px;
  }
}

.m-machi__sq__t {
  margin-top: 15px;
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-machi__sq__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-machi__sq__t {
    line-height: 1.7;
  }
}
