@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 6.25%;
}

body {
  background-color: #F4F4F4;
  line-height: 1.6;
  color: #3F3F3F;
  font-size: 16rem;
  font-family: "Inter", "Josefin Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16rem;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.josefin {
  font-family: "Josefin Sans", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

.pcp {
  display: none;
}

#container {
  width: 100%;
  min-width: 310px;
  padding: 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

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

#wck {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcp {
    display: unset;
  }
  #container {
    overflow: hidden;
  }
  #wck {
    display: block;
    width: 100%;
    height: 0px;
    position: relative;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* header */
#header {
  position: sticky;
  top: 0;
  left: 0;
  min-width: inherit;
  z-index: 999;
  width: 100%;
  min-width: 310px;
  height: auto;
  padding: 8px 0 0;
}
#header .inner {
  position: relative;
  height: 56px;
}
#header h1, #header div.logo {
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  width: 86px;
  height: auto;
  float: none;
  transform: translateY(-50%);
}
#header h1 img, #header div.logo img {
  display: block;
}
#header .menuOpen {
  position: absolute;
  z-index: 2;
  top: 56%;
  right: 8px;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}
#header .menuOpen span {
  position: absolute;
  top: 11px;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #201751;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 100vh;
}
#header .menuOpen:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #201751;
  transition: all 0.5s;
  border-radius: 100vh;
}
#header .menuOpen:after {
  content: "";
  position: absolute;
  top: 33px;
  left: 10px;
  width: calc(100% - 20px);
  height: 4px;
  background-color: #201751;
  transition: all 0.5s;
  border-radius: 100vh;
}
#header .menuOpen.close span {
  top: 23px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  background-color: #fff;
}
#header .menuOpen.close:before {
  opacity: 0;
}
#header .menuOpen.close:after {
  top: 23px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #header .menuOpen {
    top: 50%;
    right: 3%;
    width: 38px;
    height: 38px;
    padding: 5px;
    cursor: pointer;
  }
  #header .menuOpen span {
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
    height: 4px;
  }
  #header .menuOpen:before {
    width: calc(100% - 10px);
    top: 16.5px;
    left: 5px;
    height: 4px;
  }
  #header .menuOpen:after {
    width: calc(100% - 10px);
    top: 28px;
    left: 5px;
    height: 4px;
  }
  #header .menuOpen.close span {
    top: 17px;
  }
  #header .menuOpen.close:after {
    top: 17px;
  }
}
#header .inner > p.lang {
  display: none;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0;
  }
  #header .inner {
    height: 96px;
  }
  #header h1, #header div.logo {
    width: 268px;
    left: 3%;
  }
  #header .inner > p.lang {
    position: absolute;
    top: 39%;
    right: calc(3% + 200px);
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
  }
  #header .inner > p.lang a {
    font-size: 18px;
    color: #201751;
  }
  #header .inner > p.lang span {
    font-size: 18px;
    text-decoration: underline;
    color: #201751;
  }
}
#header .contactus {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(3% + 58px);
  transform: translateY(-50%);
}
#header .contactus a {
  display: inline-block;
  width: auto;
  height: 27px;
  padding: 1px 1em 0;
  color: #fff;
  background-color: #201751;
  border-radius: 4px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.9375em;
  line-height: 180%;
  font-weight: 600;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #header .contactus a {
    height: 38px;
    line-height: 38px;
    font-size: 1.125em;
    letter-spacing: 0em;
    padding-top: 2px;
    transition: all 0.5s;
  }
  #header .contactus a:hover {
    opacity: 0.5;
  }
}
#header .menu {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin: 0;
  background-color: #201751;
  padding: 0;
  color: #fff;
}
#header .menu div.closePanel {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
}
#header .menu .logo {
  position: absolute;
  bottom: 56px;
  right: 50%;
  width: 210px;
  height: auto;
  opacity: 0.4;
  transform: translateX(50%);
}
#header .menu .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2em;
  line-height: 32%;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 104px 0 44px 16px;
}
#header .menu nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
#header .menu nav ul {
  position: relative;
  border: none;
  width: 100%;
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#header .menu nav ul li {
  position: relative;
  width: 280px;
  height: auto;
}
#header .menu nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0em;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px 24px;
}
#header .menu nav ul li a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
#header .menu nav p {
  display: inline-block;
  padding-left: 16px;
  width: 100%;
}
#header .menu nav p.lang {
  font-family: "Josefin Sans", sans-serif;
}
#header .menu nav p.lang a {
  font-size: 18px;
}
#header .menu nav p.lang span {
  font-size: 18px;
  text-decoration: underline;
}
#header .menu nav p.policy {
  margin-top: -6px;
}
#header .menu nav p a {
  color: #fff;
  font-size: 0.875em;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #header .menu .logo {
    bottom: 60px;
    right: 60px;
    width: 496px;
    transform: initial;
  }
  #header .menu .title {
    font-size: 4em;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0em;
    padding: 129px 0 0 60px;
  }
  #header .menu nav {
    margin-top: 64px;
    gap: 4px;
  }
  #header .menu nav ul {
    position: relative;
    border: none;
    width: 690px;
    padding-left: 60px;
    gap: 64px;
  }
  #header .menu nav ul li a {
    height: auto;
    font-size: 2.25em;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0em;
  }
  #header .menu nav ul li a:after {
    top: 8px;
    left: 0;
  }
  #header .menu nav p {
    padding-left: 60px;
    width: auto;
    margin-bottom: initial;
  }
  #header .menu nav p.lang {
    display: none;
  }
  #header .menu nav p.policy {
    margin-top: 0;
  }
  #header .menu nav p a {
    font-size: 1.25em;
    line-height: 100%;
    letter-spacing: 0em;
  }
}

/* header */
/* mainContent */
.mainContent {
  width: 100%;
  margin-top: 0;
}
.mainContent .inner {
  position: relative;
  width: 87.2%;
  min-width: 310px;
  margin: 0 auto;
}
.mainContent .cbox {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mainContent .more {
  width: 100%;
}
.mainContent .more a {
  display: block;
  margin: 0 auto;
  width: 157px;
  height: 48px;
  line-height: 43px;
  padding: 0 24px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid #201751;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  background-image: url(../img/common/arrow1.svg);
  background-size: 32px auto;
  background-position: right 24px center;
  background-repeat: no-repeat;
}
.mainContent .hd1 {
  color: #201751;
  text-align: center;
}
.mainContent .hd1 > * {
  position: relative;
  display: inline-block;
}
.mainContent .hd1 > * span.main {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2em;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0em;
}
.mainContent .hd1 > * span.jp {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  line-height: 175%;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.mainContent .hd1 > * span.jp:after {
  position: absolute;
  width: 4px;
  height: 4px;
  top: -16%;
  left: 50%;
  display: block;
  content: "";
  background-color: #201751;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .mainContent {
    margin-top: 0;
  }
  .mainContent .inner {
    width: 1020px;
    padding: 0 10px;
    max-width: initial;
    min-width: initial;
  }
  .mainContent .cbox {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mainContent .more a {
    width: 157px;
    height: 48px;
    line-height: 43px;
    padding: 0 24px;
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 4px;
    background-size: 32px auto;
    background-position: right 24px center;
    transition: all 0.5s;
  }
  .mainContent .more a:hover {
    opacity: 0.5;
  }
  .mainContent .hd1 > * span.main {
    font-size: 4em;
    line-height: 100%;
    letter-spacing: 0em;
  }
  .mainContent .hd1 > * span.jp {
    font-size: 1.25em;
    line-height: 175%;
    letter-spacing: 0.04em;
    margin-top: 24px;
  }
  .mainContent .hd1 > * span.jp:after {
    width: 8px;
    height: 8px;
    top: -32%;
  }
}
.mainContent.cont .inner {
  margin-top: 15px;
}
.mainContent.cont .hd1 {
  margin: 0 auto 60px;
}
.mainContent.cont .hd1 span.main {
  font-size: 2.5em;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .mainContent.cont .hd1 {
    margin: 120px auto 60px;
  }
  .mainContent.cont .hd1 span.main {
    font-size: 4em;
    letter-spacing: 0em;
  }
}
.mainContent .btn01 {
  width: 100%;
  text-align: center;
}
.mainContent .btn01 a {
  display: inline-block;
  width: 200px;
  height: 48px;
  padding: 0 1em;
  color: #fff;
  background-color: #201751;
  border-radius: 4px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 51px;
}
@media screen and (min-width: 768px) {
  .mainContent .btn01 a {
    transition: all 0.5s;
  }
  .mainContent .btn01 a:hover {
    opacity: 0.5;
  }
}
.mainContent ul.list1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 32px auto;
  gap: 34px 0;
}
.mainContent ul.list1 li {
  position: relative;
  width: 100%;
  padding: 6px 0 40px;
}
.mainContent ul.list1 li .photo {
  width: 100%;
  aspect-ratio: 1.36297778/1;
  border-radius: 12px;
  overflow: hidden;
}
.mainContent ul.list1 li .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainContent ul.list1 li .cate {
  position: absolute;
  top: -12px;
  left: 0;
  background-color: #F4F4F4;
  border-radius: 0 0 4px 0;
  color: #201751;
  padding: 10px 12px 12px 8px;
  font-size: 1.25em;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mainContent ul.list1 li .detal {
  position: absolute;
  top: 80%;
  right: 0;
  width: 56.269113%;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 4px 12px 4px 12px;
}
.mainContent ul.list1 li .detal p {
  font-size: 0.875em;
  line-height: 175%;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .mainContent ul.list1 {
    margin: 64px auto;
    gap: 134px 4.00078%;
  }
  .mainContent ul.list1 li {
    width: 30.667%;
    padding: 13px 0 60px;
  }
  .mainContent ul.list1 li .cate {
    top: 0px;
  }
  .mainContent ul.list1 li .detal {
    top: 210px;
    width: 73.856%;
    height: 88px;
    border-radius: 4px;
  }
  .mainContent ul.list1 li .photo img {
    transition: all 0.5s;
  }
  .mainContent ul.list1 li:hover .photo img {
    transform: scale(1.05);
  }
}
.mainContent ul.list2 {
  width: 100%;
  margin: 32px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 0;
}
.mainContent ul.list2 li {
  position: relative;
  width: 100%;
  padding: 0 0;
}
.mainContent ul.list2 li .photo {
  width: 100%;
  aspect-ratio: 1.25/1;
  border-radius: 12px;
  overflow: hidden;
}
.mainContent ul.list2 li .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainContent ul.list2 li .cate {
  font-size: 1.125em;
  line-height: 175%;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 12px 9.48% 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mainContent ul.list2 li .detal {
  font-size: 0.875em;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin: 0 9.48% 0;
}
.mainContent ul.list2 li .detal .tag {
  display: inline-block;
}
.mainContent ul.list2 li .detal .tag.block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
}
.mainContent ul.list2 li .detal .tag.block span {
  display: inline-block;
  background-color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  color: #201751;
  margin-top: 3px;
  border-radius: 4px;
  font-weight: 500;
}
.mainContent ul.list2 li .detal .tag.tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1px 8px;
}
.mainContent ul.list2 li .detal .tag.tx span {
  display: inline-block;
}
.mainContent ul.list2 li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mainContent ul.list2 {
    width: 830px;
    margin: 64px auto;
    padding-bottom: 66px;
    gap: 116px 80px;
  }
  .mainContent ul.list2 li {
    position: relative;
    width: 375px;
    padding: 0 0 0;
  }
  .mainContent ul.list2 li .photo img {
    transition: all 0.5s;
  }
  .mainContent ul.list2 li .cate {
    font-size: 1.375em;
    line-height: 175%;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 20px 38px 12px;
  }
  .mainContent ul.list2 li .detal {
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin: 0 38px 0;
  }
  .mainContent ul.list2 li .detal .tag.block {
    font-size: 0.875em;
    letter-spacing: 0em;
    gap: 7px;
  }
  .mainContent ul.list2 li .detal .tag.block span {
    border: 1px solid #CFCFCF;
    margin-top: 4px;
  }
  .mainContent ul.list2 li:nth-child(2n) {
    top: 66px;
  }
  .mainContent ul.list2 li:hover .photo img {
    transform: scale(1.05);
  }
}

#news ul {
  margin: 32px auto;
  width: 100%;
  border-top: 1px solid #CFCFCF;
}
#news ul li {
  width: 100%;
  height: 60px;
  padding: 17px 0;
  border-bottom: 1px solid #CFCFCF;
}
#news ul li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-image: url(../img/common/arrow2.svg);
  background-size: 140px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
#news ul li a .date {
  width: 100px;
  font-size: 1em;
  line-height: 175%;
  letter-spacing: 0.04em;
}
#news ul li a .text {
  width: calc(100% - 140px);
  font-size: 1em;
  line-height: 175%;
  letter-spacing: 0.04em;
  background-color: #F4F4F4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#news .more a {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #news {
    margin-top: 154px;
  }
  #news ul {
    margin: 64px auto;
  }
  #news ul li {
    height: 100px;
    padding: 34px 0;
  }
  #news ul li a {
    font-size: 1em;
    line-height: 140%;
    letter-spacing: 0.04em;
    transition: all 0.5s;
  }
  #news ul li a .date {
    width: 184px;
  }
  #news ul li a .text {
    width: 650px;
  }
  #news ul li a:hover {
    opacity: 0.5;
  }
  #news .more a {
    margin-right: 0;
  }
}

/* mainContent */
/* footer */
footer {
  width: 100%;
  background-color: #201751;
  color: #fff;
}
footer .inner {
  position: relative;
  width: 92%;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  background-image: url(../img/common/logo2.svg);
  background-size: 160px auto;
  background-position: 0 24px;
  background-repeat: no-repeat;
}
footer#cf .inner {
  padding-top: 163px;
  padding-bottom: 64px;
  background-position: 0 64px;
}
@media screen and (min-width: 768px) {
  footer {
    overflow: hidden;
  }
  footer .inner {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    height: auto;
    min-height: 202px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 0 80px;
    background-size: 180px auto;
  }
  footer#cf .inner {
    padding-top: 64px;
    padding-bottom: 64px;
    background-position: 0 64px;
  }
  footer#cf .inner:before {
    position: absolute;
    bottom: -171px;
    left: 50%;
    content: "";
    width: 2133px;
    height: 729px;
    background-image: url(../img/top/foot_line.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateX(-24%);
  }
}
footer .note {
  width: 100%;
  text-align: right;
  margin-top: 90px;
}
footer .note p {
  font-size: 0.625em;
  line-height: 140%;
  letter-spacing: 0.04em;
}
footer .note p a {
  color: #fff;
  font-size: 1.07692308em;
}
footer .note p a:link, footer .note p a:visited {
  text-decoration: underline;
}
footer .note p a:hover, footer .note p a:active {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer .note {
    margin-top: 146px;
  }
  footer .note p {
    font-size: 0.8125em;
    line-height: 140%;
    letter-spacing: 0.04em;
  }
  footer .note p a {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  footer#cf .note {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
}
footer#cf ul#access {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.75em;
  line-height: 140%;
  letter-spacing: 0.04em;
}
footer#cf ul#access li {
  width: 100%;
}
footer#cf ul#access li .map {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/0.53333333;
}
footer#cf ul#access li .map iframe {
  width: 100%;
  height: 100%;
}
footer#cf ul#access li .hd {
  width: 196px;
  margin: 0 auto;
}
footer#cf ul#access li .hd p:first-child {
  padding-bottom: 8px;
}
footer#cf ul#access li .hd p:last-child {
  font-size: 2em;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 8px;
}
footer#cf ul#access li address {
  font-style: normal;
  width: 196px;
  margin: 0 auto 20px;
}
footer#cf ul#access li address p + p {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  footer#cf ul#access {
    width: 640px;
    max-width: initial;
    margin: 0 60px 0 auto;
    padding-bottom: 120px;
    font-size: 0.875em;
    line-height: 140%;
    letter-spacing: 0.04em;
  }
  footer#cf ul#access li {
    width: 300px;
  }
  footer#cf ul#access li .map {
    height: 160px;
    margin-bottom: 32px;
  }
  footer#cf ul#access li .map img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer#cf ul#access li .hd {
    width: auto;
  }
  footer#cf ul#access li .hd p:first-child {
    padding-bottom: 12px;
  }
  footer#cf ul#access li .hd p:last-child {
    padding-bottom: 12px;
  }
  footer#cf ul#access li address {
    font-style: normal;
    width: auto;
    margin-bottom: 0px;
  }
  footer#cf ul#access li address p + p {
    margin-top: 12px;
  }
}

#tls {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  width: 375px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.3;
}
#tls.view {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #tls {
    top: 0;
    width: initial;
  }
  #tls img {
    max-width: initial;
  }
}
#tls.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #tls.pc {
    display: block;
  }
}

#tlsc {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 100px;
  background-color: rgba(220, 51, 0, 0.4);
  z-index: 1999;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #tlsc {
    width: 30px;
    height: 160px;
  }
}
/*# sourceMappingURL=common.css.map */