@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #333;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

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

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

span.title-en {
  color: #0079BA;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  span.title-en {
    font-size: 14px;
  }
}

body {
  background-color: #FAFAEF;
}

a.btn-top {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  a.btn-top {
    margin-top: 30px;
  }
}
a.btn-top::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  a.btn-top::before {
    width: 30px;
    height: 30px;
  }
}

a.btn-under {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
a.btn-under::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}

main#top section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}

header {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  header {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #FAFAEF;
    width: 100%;
    height: calc(100% - 60px);
    transition: 0.2s;
    z-index: 10;
    padding-top: 10px;
  }
}
header .box {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  header .box {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo {
    text-align: center;
    width: 100%;
  }
}
header .box h1.header-logo img {
  height: 60px;
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo img {
    height: 50px;
  }
}
header .box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  header .box ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
header .box ul li {
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  header .box ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 736px) {
  header .box ul li.pc {
    display: none;
  }
}
header .box ul li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 736px) {
  header .box ul li a {
    padding: 10px 0;
    display: block;
    font-size: 13px;
  }
}
header .box ul li a img {
  height: 60px;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .box ul li.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}
header .box ul li.dropdown .dropdown-content {
  display: none;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: calc(100% + 10px);
  top: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding-top: 10px;
  margin: 0;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content {
    display: block;
    opacity: 1;
    box-shadow: none;
    padding-top: 0;
    position: relative;
    width: auto;
  }
}
header .box ul li.dropdown .dropdown-content li {
  clear: both;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content li {
    background-color: transparent;
    border-bottom: 1px dotted #ccc;
  }
}
header .box ul li.dropdown .dropdown-content li a {
  font-size: 13px;
  padding: 16px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 20em;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content li a {
    width: auto;
    padding: 5px;
  }
}
header .box ul li.dropdown .dropdown-content li:nth-of-type(3) {
  border-bottom: none;
}
header .box ul li.btn-header {
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-header {
    display: none;
  }
}
header .box ul li.btn-header a {
  margin: 0 0 0 5px;
}
header .box ul li.btn-header.btn-mypage {
  position: absolute;
  right: 345px;
}
header .box ul li.btn-header.btn-mail {
  position: absolute;
  right: 210px;
}
header .box ul li.btn-header.btn-tel {
  position: absolute;
  right: 0;
}
header .box .btn-box-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp {
    display: block;
    background-color: #F5F2E4;
    padding: 15px 0 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp .btn-tel {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp .btn-web {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #0079BA;
    border: 1px solid #0079BA;
    margin: 0 auto 10px;
    font-size: 14px;
    padding: 15px 70px;
    width: 80%;
  }
  header .box .btn-box-sp .btn-web::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    background-image: url(../images/common/icon-mail.svg);
  }
  header .box .btn-box-sp .btn-web::after {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-image: url(../images/common/icon-arrow-blue.svg);
    background-color: #FAFAEF;
  }
  header .box .btn-box-sp .btn-web span {
    color: #FAFAEF;
  }
}

h1.sp-logo {
  display: none;
}
@media screen and (max-width: 736px) {
  h1.sp-logo {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    background-color: #FAFAEF;
    z-index: 1;
  }
}
@media screen and (max-width: 736px) {
  h1.sp-logo a {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  h1.sp-logo a img {
    height: 50px;
  }
}

nav.sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  nav.sp-header {
    display: block;
    width: 100%;
    background-color: #0079BA;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}
nav.sp-header .sp-logo a img {
  height: 50px;
}
nav.sp-header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
nav.sp-header ul li a {
  display: block;
}
nav.sp-header ul li a img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 736px) {
  nav.sp-header ul li#menu-close {
    display: none;
  }
}

footer {
  background-color: #EBEADA;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #002940;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 80px 30px 160px;
  background-image: url(../images/top/bg-footer.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  footer .box {
    padding: 30px 15px 80px;
    width: 100%;
    margin-bottom: 60px;
  }
}
footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left {
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAEF;
    width: 100%;
  }
}
footer .box .footer-top .footer-left .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo {
    margin-bottom: 15px;
  }
}
footer .box .footer-top .footer-left .logo img {
  height: 80px;
  max-width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo img {
    height: 60px;
    margin-bottom: 10px;
    text-align: left;
  }
}
footer .box .footer-top .footer-left .googlemap {
  margin-bottom: 15px;
}
footer .box .footer-top .footer-left .googlemap a {
  color: #FAFAEF;
  text-decoration: underline;
}
footer .box .footer-top .footer-left .address p {
  font-size: 14px;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .address p {
    font-size: 12px;
    line-height: normal;
  }
}
footer .box .footer-top .footer-left .address p a {
  color: #FAFAEF;
}
footer .box .footer-top .footer-center {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center {
    width: 100%;
  }
}
footer .box .footer-top .footer-center ul {
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAEF;
    width: 48%;
    margin-right: 0;
  }
}
footer .box .footer-top .footer-center ul li {
  font-size: 14px;
  color: #FAFAEF;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul li {
    font-size: 12px;
    font-weight: 400;
  }
}
footer .box .footer-top .footer-center ul li a {
  display: block;
  font-size: 14px;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul li a {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
  }
}
footer .box .footer-top .footer-center a.banner-miyamashi {
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 7px;
  margin-top: 30px;
}
footer .box .footer-top .footer-center a.banner-miyamashi img {
  height: 45px;
  width: 200px;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  box-sizing: content-box;
}
footer .box .footer-top .footer-right {
  padding-left: 30px;
  border-left: 1px solid #FAFAEF;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right {
    padding-left: 0;
    border: none;
    align-items: center;
    margin-top: 15px;
  }
}
footer .box .footer-top .footer-right a {
  display: block;
}
footer .box .footer-top .footer-right a img {
  height: 70px;
  max-width: 100%;
}
footer .box .footer-top .footer-right a span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right a span {
    display: none;
  }
}
footer .box .footer-top .footer-right ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right ul {
    width: auto;
    margin-left: 20px;
  }
}
footer .box .footer-top .footer-right ul li a {
  display: block;
  margin-right: 10px;
}
footer .box .footer-top .footer-right ul li a img {
  width: 48px;
  height: 48px;
}
footer .box .footer-bottom ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #FAFAEF;
  font-size: 13px;
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li a {
    margin: 0 0 10px;
    font-size: 11px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #333;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

p {
  font-weight: 400;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

body {
  box-sizing: border-box;
  margin: 0;
  background-color: #FAF9F2;
}
body img {
  vertical-align: bottom;
  width: auto;
}
body a {
  opacity: 1;
  transition: 0.2s;
}
body a:hover {
  opacity: 0.8;
}
body section {
  padding: 80px 0;
}
body section .box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 9999px) {
  body section .box {
    width: 90%;
  }
}

main#page-spon {
  overflow: hidden;
}
main#page-spon header {
  position: relative;
}
main#page-spon header .miyama-se-logo {
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main#page-spon header .miyama-se-logo {
    left: 0;
  }
}
main#page-spon header .miyama-se-logo a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  background-color: #FAF9F2;
}
main#page-spon header .miyama-se-logo a img {
  height: 64px;
}
@media screen and (max-width: 736px) {
  main#page-spon header .miyama-se-logo a img {
    height: 40px;
  }
}
main#page-spon #mv {
  padding: 10px;
  height: 100svh;
  box-sizing: border-box;
}
main#page-spon #mv .box {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/page-spon/mv-bg.jpg);
  background-size: cover;
  border-radius: 20px;
  background-position: center;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box {
    align-items: flex-start;
    padding-top: 180px;
  }
}
main#page-spon #mv .box .title-box {
  position: relative;
  width: 60%;
  max-width: 600px;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box {
    width: 80%;
  }
}
main#page-spon #mv .box .title-box h1 img {
  width: 100%;
}
main#page-spon #mv .box .title-box h2 {
  position: absolute;
  right: 95%;
  bottom: 70%;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box h2 {
    right: -15%;
    bottom: 95%;
  }
}
main#page-spon #mv .box .title-box h2 img {
  max-width: 180px;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box h2 img {
    max-width: 140px;
    transform: rotate(20deg);
  }
}
main#page-spon #mv .box .title-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box ul {
    justify-content: center;
    padding-top: 0;
    border: none;
  }
}
main#page-spon #mv .box .title-box ul li {
  width: 32%;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box ul li {
    width: 80%;
    margin-bottom: 10px;
  }
}
main#page-spon #mv .box .title-box ul li a {
  display: block;
  background-color: #E4800D;
  border-radius: 100px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box ul li a {
    font-size: 12px;
  }
}
main#page-spon #mv .box .title-box ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box ul li a::before {
    left: 25px;
  }
}
main#page-spon #mv .box .title-box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../images/page-spon/icon-spon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main#page-spon #mv .box .title-box ul li a::after {
    right: 20px;
  }
}
main#page-spon #mv .box .title-box ul li:nth-of-type(1) a::before {
  background-image: url(../images/page-spon/icon-spon-calender.svg);
}
main#page-spon #mv .box .title-box ul li:nth-of-type(2) a::before {
  background-image: url(../images/page-spon/icon-spon-menu.svg);
}
main#page-spon #mv .box .title-box ul li:nth-of-type(3) a::before {
  background-image: url(../images/page-spon/icon-spon-event.svg);
}
main#page-spon #mv .box .sns-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #mv .box .sns-box {
    left: 10px;
    bottom: 10px;
  }
}
main#page-spon #mv .box .sns-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
main#page-spon #mv .box .sns-box ul li {
  margin-top: 10px;
}
main#page-spon #mv .box .sns-box ul li a {
  width: 70px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #mv .box .sns-box ul li a {
    width: 50px;
  }
}
main#page-spon #mv .box .sns-box ul li a img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #mv .box .sns-box ul li a img {
    width: 50px;
    height: 50px;
  }
}
main#page-spon #news .box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #F5F3E4;
  border-radius: 30px;
  padding: 50px 80px;
}
@media screen and (max-width: 736px) {
  main#page-spon #news .box {
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
  }
}
main#page-spon #news .box .title-box {
  position: relative;
  width: 14em;
}
@media screen and (max-width: 736px) {
  main#page-spon #news .box .title-box {
    width: 100%;
  }
}
main#page-spon #news .box .title-box span.title-en {
  color: #E4800D;
  font-weight: 400;
}
@media screen and (max-width: 736px) {
  main#page-spon #news .box .title-box span.title-en {
    font-size: 20px;
  }
}
main#page-spon #news .box .title-box h2 {
  font-size: 30px;
}
@media screen and (max-width: 736px) {
  main#page-spon #news .box .title-box h2 {
    font-size: 22px;
  }
}
main#page-spon #news .box .title-box a.btn-top {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #999;
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  main#page-spon #news .box .title-box a.btn-top {
    left: auto;
    right: 0;
  }
}
main#page-spon #news .box .title-box a.btn-top::before {
  display: none;
}
main#page-spon #news .box .contents-box {
  flex: 1;
}
main#page-spon #news .box .contents-box ul li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
@media screen and (max-width: 736px) {
  main#page-spon #news .box .contents-box ul li {
    padding: 20px 0 10px;
  }
}
main#page-spon #news .box .contents-box ul li span.cat {
  color: #fff;
  font-size: 12px;
  background-color: #E4800D;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 10px;
}
main#page-spon #news .box .contents-box ul li span.date {
  color: #999;
  font-size: 14px;
}
main#page-spon #news .box .contents-box ul li p {
  font-size: 14px;
  margin-top: 5px;
}
main#page-spon #open {
  position: relative;
  padding-top: 0px;
  overflow: hidden;
}
main#page-spon #open .bg-cloud01 {
  position: absolute;
  left: 60%;
  top: 40%;
  z-index: -10;
  width: 320px;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .bg-cloud01 {
    top: 25%;
    left: 70%;
    display: none;
  }
}
main#page-spon #open .bg-cloud02 {
  position: absolute;
  left: -5%;
  bottom: 10%;
  z-index: -10;
  width: 400px;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .bg-cloud02 {
    left: -10%;
    bottom: 0;
  }
}
main#page-spon #open .bg-cloud03 {
  position: absolute;
  right: -1%;
  bottom: 2%;
  width: 500px;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .bg-cloud03 {
    display: none;
  }
}
main#page-spon #open .box .title-box {
  position: relative;
}
main#page-spon #open .box .title-box .open-title-bg01 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 120%;
}
main#page-spon #open .box .title-box .open-title-bg02 {
  position: absolute;
  right: 70%;
  bottom: 50%;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .title-box .open-title-bg02 {
    right: 60%;
    width: 200px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .title-box .open-title-bg02 {
    right: auto;
    bottom: 90%;
  }
}
main#page-spon #open .box .title-box h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .title-box h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #open .box .title-box h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .title-box h2 {
    font-size: 28px;
  }
}
main#page-spon #open .box .title-box p {
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .title-box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .title-box p {
    text-align: left;
  }
}
main#page-spon #open .box .concept-box {
  margin: 80px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box {
    margin-top: 0;
  }
}
main#page-spon #open .box .concept-box .concept {
  width: 800px;
  height: auto;
  aspect-ratio: 963/695;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 20px 80px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .concept-box .concept {
    padding: 20px 120px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box .concept {
    width: 100%;
    padding: 20px 0;
  }
}
main#page-spon #open .box .concept-box .concept::before {
  position: absolute;
  left: -5%;
  top: -5%;
  content: "";
  width: 110%;
  height: 110%;
  background-image: url(../images/page-spon/open-bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box .concept::before {
    display: none;
  }
}
main#page-spon #open .box .concept-box .concept h3 {
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box .concept h3 {
    font-size: 24px;
  }
}
main#page-spon #open .box .concept-box .concept h3 span {
  display: block;
  width: 100%;
  font-size: 27px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box .concept h3 span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
main#page-spon #open .box .concept-box .concept h3 span.concept-sub {
  font-size: 21px;
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box .concept h3 span.concept-sub {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
main#page-spon #open .box .concept-box .concept p {
  font-size: 17px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .concept-box .concept p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #open .box .concept-box .concept p {
    font-size: 15px;
  }
}
main#page-spon #open .box .concept-box .logo {
  width: 400px;
  height: auto;
  aspect-ratio: 389/486;
  position: relative;
  margin: -200px auto 0 660px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(5deg);
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .concept-box .logo {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #open .box .concept-box .logo {
    margin: -140px 0 0 auto;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #open .box .concept-box .logo {
    margin: -50px 0 0 auto;
  }
}
main#page-spon #open .box .concept-box .logo::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../images/page-spon/open-bg02.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  main#page-spon #open .box .concept-box .logo h3 img {
    width: 180px;
  }
}
main#page-spon #spon {
  background-image: url(../images/page-spon/spon-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 2069/1164;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  main#page-spon #spon {
    aspect-ratio: 2000/1400;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #spon {
    padding: 160px 0px;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #spon {
    aspect-ratio: auto;
  }
}
main#page-spon #spon img.bg-wave {
  position: absolute;
  top: 0px;
  left: -15px;
  width: calc(100% + 30px);
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 0;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  main#page-spon #spon img.bg-wave {
    left: 0;
    width: 100%;
  }
}
main#page-spon #spon .box {
  width: 540px;
  margin: 0 25% 0 auto;
}
@media screen and (max-width: 1440px) {
  main#page-spon #spon .box {
    width: 500px;
    margin: 0 20% 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #spon .box {
    margin: 0 12% 0 auto;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #spon .box {
    width: 90%;
    margin: 0 auto;
  }
}
main#page-spon #spon .box h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  main#page-spon #spon .box h2 {
    font-size: 24px;
  }
}
main#page-spon #spon .box p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#page-spon #spon .box p {
    font-size: 15px;
  }
}
main#page-spon #spon .box .time {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 10px;
}
main#page-spon #spon .box .time dl {
  display: flex;
  flex-wrap: wrap;
}
main#page-spon #spon .box .time dl:nth-of-type(1) {
  margin-bottom: 20px;
}
main#page-spon #spon .box .time dl dt {
  width: 6em;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#page-spon #spon .box .time dl dt {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
  }
}
main#page-spon #spon .box .time dl dd {
  width: calc(100% - 6em);
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#page-spon #spon .box .time dl dd {
    width: 100%;
  }
}
main#page-spon #spon .box small {
  font-size: 14px;
  color: #fff;
}
main#page-spon #spon span.note {
  position: absolute;
  left: 50px;
  bottom: 70px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  main#page-spon #spon span.note {
    display: none;
  }
}
main#page-spon #menu {
  background-image: url(../images/page-spon/menu-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}
main#page-spon #menu .box {
  background-image: url(../images/page-spon/menu-bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  main#page-spon #menu .box {
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #menu .box {
    background-position: center;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box {
    padding-bottom: 100px;
  }
}
main#page-spon #menu .box .menu-bg03 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 280px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #menu .box .menu-bg03 {
    width: 200px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .menu-bg03 {
    width: 140px;
  }
}
main#page-spon #menu .box .menu-bg04 {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 320px;
  transform: rotate(5deg);
}
@media screen and (max-width: 1024px) {
  main#page-spon #menu .box .menu-bg04 {
    width: 300px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .menu-bg04 {
    display: none;
  }
}
main#page-spon #menu .box .title-box {
  margin-bottom: 30px;
}
main#page-spon #menu .box .title-box h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .title-box h2 img {
    height: 80px;
  }
}
main#page-spon #menu .box .inner-box {
  text-align: center;
}
main#page-spon #menu .box .inner-box img {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  main#page-spon #menu .box .inner-box img {
    width: 50%;
    max-width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #menu .box .inner-box img {
    width: 80%;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .inner-box img {
    width: 90%;
  }
}
main#page-spon #menu .box .inner-box .spon-menu-box {
  margin-top: 80px;
  background: linear-gradient(to right, transparent 50%, #834F2F 50%);
  background: transparent;
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .inner-box .spon-menu-box {
    margin-top: 30px;
  }
}
main#page-spon #menu .box .inner-box .spon-menu-box h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
main#page-spon #menu .box .inner-box .spon-menu-box h3::after {
  content: "";
  width: 26px;
  height: 4px;
  background-color: #E4800D;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box {
  text-align: center;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #834F2F;
  border-radius: 300px;
  padding: 50px 150px;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .inner-box .spon-menu-btn-box {
    left: 0;
    padding: 15px;
    background: transparent;
  }
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .inner-box .spon-menu-btn-box ul {
    justify-content: center;
  }
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li {
  width: 32%;
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li a {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #E4800D;
  padding: 20px 0px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 736px) {
  main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li a::before {
    left: 30px;
  }
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(../images/page-spon/icon-spon-arrow-br.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li:nth-of-type(1) a::before {
  background-image: url(../images/page-spon/icon-spon-lunch.svg);
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li:nth-of-type(2) a::before {
  background-image: url(../images/page-spon/icon-spon-cafe.svg);
}
main#page-spon #menu .box .inner-box .spon-menu-btn-box ul li:nth-of-type(3) a::before {
  background-image: url(../images/page-spon/icon-spon-takeout.svg);
}
main#page-spon #about {
  background-image: url(../images/page-spon/about-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
  margin-top: -50px;
}
@media screen and (max-width: 736px) {
  main#page-spon #about {
    overflow: hidden;
  }
}
main#page-spon #about .box {
  width: 100%;
}
main#page-spon #about .box ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
main#page-spon #about .box ul li .text {
  width: 550px;
  margin: 0 50px 0 auto;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .text {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li .text {
    width: 90%;
    margin: 0 auto;
  }
}
main#page-spon #about .box ul li .text .title-box {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .text .title-box h2 {
    text-align: center;
  }
}
main#page-spon #about .box ul li .text .title-box h2 img {
  height: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li .text .title-box h2 img {
    height: 100px;
  }
}
main#page-spon #about .box ul li .text .title-box p {
  width: 400px;
  font-size: 16px;
  text-align: left;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .text .title-box p {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li .text .title-box p {
    width: 100%;
  }
}
main#page-spon #about .box ul li .text .img-box {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .text .img-box {
    display: none;
  }
}
main#page-spon #about .box ul li .text .img-box img {
  width: 100%;
  border-radius: 20px;
}
main#page-spon #about .box ul li .text .inner-box {
  border: 2px solid #333;
  border-radius: 5px;
  padding: 20px 50px;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .text .inner-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li .text .inner-box {
    width: 100%;
    padding: 20px;
  }
}
main#page-spon #about .box ul li .text .inner-box dl {
  display: flex;
}
main#page-spon #about .box ul li .text .inner-box dl dt {
  width: 20em;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li .text .inner-box dl dt {
    width: 28em;
  }
}
main#page-spon #about .box ul li .text .inner-box dl dd {
  width: calc(100% - 6em);
  font-size: 14px;
}
main#page-spon #about .box ul li .text small {
  width: 500px;
  font-weight: normal;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .text small {
    margin: 10px auto 30px;
  }
}
main#page-spon #about .box ul li .img {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .img {
    width: 100%;
  }
}
main#page-spon #about .box ul li .img img {
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li .img img {
    aspect-ratio: 16/6;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li .img img {
    aspect-ratio: 16/9;
  }
}
main#page-spon #about .box ul li:nth-of-type(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li:nth-of-type(even) {
    justify-content: center;
  }
}
main#page-spon #about .box ul li:nth-of-type(even) .text {
  margin: 0 auto 0 50px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li:nth-of-type(even) .text {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  main#page-spon #about .box ul li:nth-of-type(even) .text {
    width: 90%;
  }
}
main#page-spon #about .box ul li:nth-of-type(even) .text .inner-box {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li:nth-of-type(even) .text .inner-box {
    margin: 0 auto 30px;
    width: 90%;
  }
}
main#page-spon #about .box ul li:nth-of-type(even) .img img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #about .box ul li:nth-of-type(even) .img img {
    border-radius: 0;
  }
}
main#page-spon #access {
  background-color: #F29A01;
  padding: 80px 0 300px;
  position: relative;
}
main#page-spon #access img.access-bg01 {
  position: absolute;
  height: 160px;
  top: -140px;
  left: 10%;
}
@media screen and (max-width: 736px) {
  main#page-spon #access img.access-bg01 {
    height: 100px;
    top: -90px;
    left: 0;
  }
}
main#page-spon #access .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main#page-spon #access .box .map-box {
  width: 50%;
}
@media screen and (max-width: 1440px) {
  main#page-spon #access .box .map-box {
    width: 460px;
  }
}
@media screen and (max-width: 1024px) {
  main#page-spon #access .box .map-box {
    width: 100%;
    height: 240px;
    margin-bottom: 30px;
  }
}
main#page-spon #access .box .map-box iframe {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
main#page-spon #access .box .text-box {
  width: 440px;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  main#page-spon #access .box .text-box {
    width: 100%;
    margin-left: 0;
  }
}
main#page-spon #access .box .text-box h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  main#page-spon #access .box .text-box h2 {
    font-size: 40px;
  }
}
main#page-spon #access .box .text-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
main#page-spon #access .box .text-box address {
  font-size: 15px;
  color: #fff;
  line-height: 1.2em;
}
main#page-spon #access .box .text-box .time {
  display: inline-block;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
}
main#page-spon #access .box .text-box .time dl {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
main#page-spon #access .box .text-box .time dl dt {
  width: 4em;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#page-spon #access .box .text-box .time dl dt {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
  }
}
main#page-spon #access .box .text-box .time dl dd {
  width: calc(100% - 4em);
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 736px) {
  main#page-spon #access .box .text-box .time dl dd {
    width: 100%;
  }
}
main#page-spon #access .box .text-box .time small {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
main#page-spon #access .box .text-box .contact-box {
  background-color: #DE8509;
  padding: 30px 10px 10px;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
}
main#page-spon #access .box .text-box .contact-box h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
main#page-spon #access .box .text-box .contact-box a.tel {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
main#page-spon #access .box .text-box .contact-box small {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
main#page-spon #access .box .text-box .contact-box a.btn {
  font-size: 14px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  padding: 20px 30px;
}
main#page-spon #access .box .text-box .okuruma {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
}
main#page-spon #access .box .text-box .okuruma h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
main#page-spon #access .box .text-box .okuruma p {
  font-size: 14px;
  color: #fff;
}
main#page-spon #sns {
  background-image: url(../images/page-spon/sns-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -150px;
  padding-top: 200px;
  position: relative;
  z-index: 0;
}
main#page-spon #sns .box {
  text-align: center;
}
main#page-spon #sns .box h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  main#page-spon #sns .box h2 {
    font-size: 40px;
  }
}
main#page-spon #sns .box img {
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width: 736px) {
  main#page-spon #sns .box img {
    width: 100%;
  }
}
main#page-spon #sns .box .btn-box {
  text-align: center;
  margin-top: 80px;
}
main#page-spon #sns .box .btn-box a {
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 50px;
}/*# sourceMappingURL=page-spon.css.map */