@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
    scroll-padding-top: 14.1025641026vw;
  }
}
html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}
html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}
html caption,
html th {
  text-align: left;
}
html hr,
html legend {
  display: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}
html ol,
html ul {
  list-style: none;
}
html a {
  text-decoration: none;
  color: inherit;
}
html a img,
html fieldset {
  border: none;
}
html a:visited {
  text-decoration: none;
}
html p {
  margin-bottom: 12px;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
html * {
  box-sizing: border-box;
}
html * {
  box-sizing: border-box;
}
html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333333;
  font-size: 1.6em;
  font-family: "Hina Mincho", serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1120px;
  background: #fff;
}
@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.6em;
    -webkit-overflow-scrolling: touch;
    font-size: 3.5897435897vw;
  }
}

.wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .wrap {
    padding: 0 4%;
  }
}
.wrap.w1200 {
  width: 1200px;
  max-width: 100%;
}
.wrap.w1100 {
  width: 1100px;
  max-width: 100%;
}
.wrap.w1000 {
  width: 1000px;
  max-width: 100%;
}
.wrap.w900 {
  width: 900px;
  max-width: 100%;
}
.wrap.w880 {
  width: 880px;
  max-width: 100%;
}
.wrap.w800 {
  width: 800px;
  max-width: 100%;
}
.wrap.w700 {
  width: 700px;
  max-width: 100%;
}
.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

#page {
  margin: 0 auto;
  width: auto;
}
@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    transition: all 0.2s;
    position: fixed;
    transform: translate3d(-80%, 0, 0);
  }
}
#header {
  min-width: 1100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 10px 0 20px rgba(51, 51, 51, 0.2);
  padding: 0 34px;
}
@media (max-width: 480px) {
  #header {
    min-width: 100%;
    padding: 0;
  }
}
#header .header {
  margin: 0 auto;
  display: grid;
  height: 116px;
  gap: 0 32px;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto auto;
}
@media (max-width: 480px) {
  #header .header {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 1100px) {
  #header .header {
    grid-template-columns: 180px 1fr;
  }
}
#header .header img {
  display: block;
}
@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}
#header .header .head-logo {
  grid-row: 1/3;
}
@media (max-width: 480px) {
  #header .header .head-logo {
    width: 40%;
    padding-left: 4%;
  }
}
#header .header .head-info {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-left: auto;
  display: flex;
  gap: 20px;
  font-size: 1.4rem;
  align-self: bottom;
  font-feature-settings: "palt";
  margin-top: 7px;
}
#header .header .head-info .item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 27px;
  border-radius: 20px;
}
#header .header .head-info .item span {
  font-size: 1.3rem;
}
@media (max-width: 480px) {
  #header .header .head-info {
    display: none;
  }
}
#header .header .head-nav {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-left: auto;
}
#header .header .head-inquiry {
  grid-column: 3/4;
  grid-row: 1/3;
  height: 100%;
}
@media (max-width: 480px) {
  #header .header .head-inquiry {
    display: none;
  }
}
#header .header .head-inquiry > .inner {
  height: 100%;
  text-align: center;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.4;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  #header .header .head-inquiry > .inner:hover {
    opacity: 0.7;
  }
}
#header .header #sp_navi {
  display: none;
}
@media (max-width: 480px) {
  #header .header #sp_navi {
    width: 14%;
    display: block;
  }
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}
#gnavi ul {
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 480px) {
  #gnavi ul {
    flex-direction: column;
    padding: 5% 0;
    max-width: 100%;
    gap: 15px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1100px) {
  #gnavi ul {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #333;
    width: 100%;
  }
}
#gnavi ul li a {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
@media (max-width: 480px) {
  #gnavi ul li a {
    color: #333333;
    text-align: left;
    padding: 14px 0;
    background: #fff;
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1100px) {
  #gnavi ul li a {
    font-size: 1.4rem;
  }
}
@media (min-width: 480px) {
  #gnavi ul li a:hover {
    opacity: 0.5;
  }
}
#gnavi ul li.navi_inquiry {
  display: none;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_inquiry {
    display: block;
  }
}
#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}
#gnavi ul li.navi_slide:hover ul {
  display: block;
}
#gnavi ul li.navi_slide a {
  cursor: default;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide a {
    cursor: default;
  }
}
#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #bce2e8;
  border-radius: 0 0 4px 4px;
  padding: 0 14px;
  height: inherit;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 1.3rem;
    border-bottom: inherit;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    height: inherit;
    width: 100%;
    background: #222;
    display: block;
    position: inherit;
    zoom: 1;
  }
}
#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
  float: none;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #666;
  }
}
#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}
#gnavi ul li.navi_slide ul li a {
  color: #444;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  box-shadow: none;
  margin: 0 auto;
  padding: 12px 0;
  background: none;
  display: block;
  position: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
}
#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  border: 0;
  content: " ";
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
    content: none;
  }
}
#gnavi ul li.navi_slide ul li a:hover {
  color: #660000;
  box-shadow: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}
#gnavi ul li.navi_slide ul li a:hover:before {
  box-shadow: inherit;
  background: none;
}
@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 5%;
    width: 100%;
    background: #3c3c3c;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 480px) {
  #gnavi.open {
    transition: all 0.2s;
    transform: translate3d(-100%, 0, 0);
  }
}
#contents {
  background: #fff;
}
#contents .contents-header {
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/contents-header-bg.jpg) center top/cover no-repeat;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 116px;
}
#contents .contents-header .contents-header__in .contents-header__ttl {
  font-size: 3.1rem;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__ttl {
    font-size: 5.7692307692vw;
  }
}
@media (max-width: 480px) {
  #contents .contents-header {
    height: 44.8717948718vw;
    padding-top: 14.1025641026vw;
    background-image: url(../img/contents-header-bg-sp.jpg);
  }
}
#contents .breadcrumbs {
  padding: 5px 0;
}
@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 5px 10px;
  }
}
#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}
#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul li {
    font-size: 1.1rem;
  }
}
#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}
#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}
#contents .section {
  padding: 80px 0 40px;
}
@media (max-width: 480px) {
  #contents .section {
    padding: 30px 0 20px;
  }
}
#contents .section:last-of-type {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  #contents .section:last-of-type {
    padding-bottom: 8.9743589744vw;
  }
}

#pagetop {
  display: none;
  width: 60px;
}
@media (max-width: 480px) {
  #pagetop {
    width: 12%;
    background-color: transparent;
  }
}
#pagetop a {
  transition: opacity 0.3s;
  text-align: center;
  color: #333333;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 480px) {
  #pagetop a:hover {
    opacity: 0.7;
  }
}
#pagetop a img {
  display: block;
}
@media (max-width: 480px) {
  #pagetop a img {
    width: 100%;
  }
}
#pagetop img {
  display: block;
}
#pagetop img.only_pc {
  display: block;
}
@media (max-width: 480px) {
  #pagetop img.only_pc {
    display: none;
  }
}
#pagetop img.only_sp {
  display: none;
}
@media (max-width: 480px) {
  #pagetop img.only_sp {
    display: block;
  }
}

#pagetop.fixed {
  right: 0;
  bottom: 50px;
  display: block;
  z-index: 100;
}
@media (max-width: 480px) {
  #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
  }
}

.footer {
  min-width: 1100px;
  background: #3d3d3d;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 480px) {
  .footer {
    font-size: 3.8461538462vw;
  }
}
.footer a {
  color: #333333;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}
.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 10000;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10000;
    transform: translate3d(0, 0, 0);
  }
}
.footer .footer_inner {
  width: 1100px;
  margin: 0 auto;
  padding: 68px 0;
  display: grid;
  grid-template-areas: "logo navi" "logo info";
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .footer .footer_inner {
    width: 100%;
    padding: 15.2564102564vw 4% 10.8974358974vw;
    grid-template-areas: "logo" "navi" "info";
    justify-items: center;
    gap: 7.6923076923vw;
  }
}
.footer .footer_inner .footer-logo {
  width: 160px;
  grid-area: logo;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-logo {
    width: 34.7435897436vw;
  }
}
.footer .footer_inner .footer-nav {
  grid-area: navi;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-nav {
    gap: 5.7692307692vw 0;
    width: 100%;
  }
}
.footer .footer_inner .footer-nav li:last-child {
  margin-left: auto;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-nav li:last-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-nav li {
    width: calc(50% - 15.3846153846vw / 2);
  }
}
@media (min-width: 480px) {
  .footer .footer_inner .footer-nav li a:hover {
    text-decoration: underline;
  }
}
.footer .footer_inner .footer-info {
  grid-area: info;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-info {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-info .address {
    font-size: 3.5897435897vw;
    margin-bottom: 1em;
  }
}
.footer .footer_inner .footer-info .info {
  border: 1px solid #fff;
  display: flex;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-info .info {
    font-size: 3.0769230769vw;
  }
}
.footer .footer_inner .footer-info .info-time {
  padding: 10px;
  border-right: 1px solid #fff;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-info .info-time {
    padding: 2.5641025641vw;
  }
}
.footer .footer_inner .footer-info .info-list {
  padding: 18px;
}
@media (max-width: 480px) {
  .footer .footer_inner .footer-info .info-list {
    padding: 3.8461538462vw;
  }
}
.footer .copy {
  text-align: center;
  padding: 10px 0;
  background-color: #000;
}
@media (max-width: 480px) {
  .footer .copy {
    padding: 10px 0 13px;
  }
}
.footer .copy img {
  width: 86px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .footer .copy img {
    width: 17.9487179487vw;
  }
}
.footer .copy p {
  margin-bottom: 0;
}
.footer .copy a {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 1.3rem;
}
@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2.6vw;
  }
}

.access_map {
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}
.access_map .map_set {
  border: 1px dotted #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map .map_set {
    box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}
.access_map .access_data {
  padding: 15px 0 0;
}
.access_map .access_data dl {
  padding: 0 5px;
}
.access_map .access_data dl:after {
  content: "";
  display: block;
  clear: both;
}
.access_map .access_data dl dt {
  font-weight: bold;
}
.access_map .access_data dl dd {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd {
    margin-bottom: 3.2051282051vw;
  }
}
.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}
.access_map .access_data dl dd a {
  color: #333333;
}

.privacy_section {
  padding: 50px 0 70px;
}
@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}
.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}
.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #333;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #333;
    margin-bottom: 20px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 50px;
}
@media (max-width: 480px) {
  .inquiry_info_inner {
    display: block;
  }
}
.inquiry_info_inner .inquiry_info {
  text-align: center;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.inquiry_info_inner .inquiry_info .no {
  margin-bottom: 10px;
  font-size: 5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .no {
    font-size: 2.8rem;
    font-family: "Hina Mincho", serif;
  }
}
.inquiry_info_inner .inquiry_info .no span {
  font-size: 0.5em;
  margin-right: 0.5em;
}
.inquiry_info_inner .inquiry_info .time {
  margin-bottom: 0;
}

.kinds_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .kinds_list {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .kinds_list li {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 1em;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
  }
  .kinds_list li label {
    display: block;
    width: 100%;
  }
}
.kinds_list li:not(:last-child) {
  padding-right: 11px;
}
@media (max-width: 480px) {
  .kinds_list li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

.attent_block {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}
.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}
.attent_block a {
  text-decoration: underline;
  color: #0050a7;
}
@media (min-width: 480px) {
  .attent_block a:hover {
    text-decoration: none;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}
@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}
.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 70%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9B0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
}
@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}
#MailForm table td,
#MailForm table th {
  border: 1px solid #999;
  padding: 25px;
}
@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}
#MailForm table th {
  font-weight: bold;
  padding-left: 75px;
  width: 30%;
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "■";
  }
}
#MailForm table th span {
  position: absolute;
  left: 25px;
}
@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}
#MailForm table td {
  background: #fff;
}
@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
    background: none;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "Hina Mincho", serif;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  #MailForm .kinds_list input {
    width: auto;
    margin-right: 1em;
  }
}
#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 12px 27px 12px 13px;
  cursor: pointer;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none) {
  #MailForm select {
    background: none;
    padding-right: 13px;
  }
}
@media (max-width: 480px) {
  #MailForm select {
    border-radius: 5px;
  }
}
#MailForm label {
  padding: 2px 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MailForm label {
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit],
  #MailForm input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]::-webkit-search-decoration,
  #MailForm input[type=button]::-webkit-search-decoration {
    display: none;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]:focus,
  #MailForm input[type=button]:focus {
    outline-offset: -2px;
  }
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form25 {
  width: 25%;
}
@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}
#MailForm .form45 {
  width: 45%;
}
@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}
#MailForm .form60 {
  width: 60%;
}
@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}
#MailForm .form90 {
  width: 93%;
}
@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm .important_list {
  margin-bottom: 27px;
  font-size: 0.9em;
}
#MailForm .important_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  color: #333333;
}
@media (max-width: 480px) {
  #MailForm .important_list li:first-child {
    margin-bottom: 10px;
  }
}
#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}
#MailForm .inquiry_inset {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #MailForm .inquiry_inset {
    padding: 15px 4%;
    background: #f2f0ef;
  }
}
#MailForm .confirm_txt {
  text-align: center;
}
@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.send_btn_inner {
  padding: 30px 0 0;
}
@media (max-width: 480px) {
  .send_btn_inner {
    padding-top: 0;
  }
}
.send_btn_inner button {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Hina Mincho", serif;
  background: #333;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .send_btn_inner button {
    width: 90%;
    min-height: 48px;
    margin: 0 auto;
    transition: unset;
  }
}
.send_btn_inner button:hover {
  color: #333;
  background: #fff;
}
@media (max-width: 480px) {
  .send_btn_inner button:hover {
    color: #fff;
    background: #333;
  }
}
@media (max-width: 480px) {
  .send_btn_inner button.submit_btn {
    margin: 20px auto;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}
#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}
.send_inner .send_step_msg {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #FF9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}
.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}
.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}
@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}
.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}
@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}
@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}
.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}
.send_inner .send_error li:before {
  color: #C2C2C2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "●";
}
.send_inner .send_error li span {
  color: #FF3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  padding: 0 0 25px;
}
.table_base table {
  border-top: 1px solid #d4d4d3;
  width: 100%;
}
@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}
.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #d4d4d3;
  padding: 35px 16px;
}
@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 12px;
    display: block;
  }
}
.table_base table td .font-min,
.table_base table th .font-min {
  font-size: 80%;
}
.table_base table td {
  background-color: #fff;
  mix-blend-mode: multiply;
}
.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.table_base table td span.map_jump a {
  color: #fff;
  font-size: 1.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #333;
}
.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}
.table_base table tbody th {
  text-align: left;
  width: 28%;
  background-color: #f7f7f7;
  text-align: center;
  mix-blend-mode: multiply;
}
@media (max-width: 480px) {
  .table_base table tbody th {
    color: #333333;
    width: 100%;
    padding: 1.9230769231vw 4.4871794872vw;
    border-top: 0.1282051282vw solid #d6d6d6;
    text-align: left;
  }
}
.table_base table tbody td {
  padding: 35px 40px;
}
@media (max-width: 480px) {
  .table_base table tbody td {
    padding: 5.1282051282vw 1.9230769231vw;
  }
}
.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}
.content_inner .images img {
  width: 100%;
}
.content_inner.w_margin410 .images {
  width: 410px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}
.content_inner.w_margin410 .msg {
  width: 570px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}
.content_inner.w_margin450 .images {
  width: 450px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}
.content_inner.w_margin450 .msg {
  width: 530px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image_list li img {
  width: 100%;
  display: block;
}
.image_list li span {
  padding: 15px 0 0;
  display: block;
}
.image_list.two_image li {
  width: 45%;
}
.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}
.image_list.three_image li {
  width: 30%;
}
.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 480px) {
  .sp-t-left {
    text-align: left;
  }
}

.t-bold {
  font-weight: bold;
}

.t-small {
  font-size: 1.4rem;
}

.t-500 {
  font-weight: 500;
}

.t-normal {
  font-weight: normal;
}

.only_pc {
  display: block;
}
@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.inline-b {
  display: inline-block;
}

.tel {
  color: #333333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}
@media (max-width: 480px) {
  .tel {
    pointer-events: inherit;
  }
}

.fade_hover {
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .fade_hover:hover {
    opacity: 0.7;
  }
}

.bg01 {
  position: relative;
  overflow: hidden;
  background: url("../img/haikei.png") repeat top left;
  z-index: 1;
}
.bg01:before, .bg01::after {
  position: absolute;
  content: " ";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.bg01:before {
  width: 212px;
  height: 207px;
  background-image: url("../img/maru.png");
  bottom: 40px;
  left: calc(50% - 580px);
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .bg01:before {
    width: 25.641025641vw;
    height: 25.641025641vw;
    left: auto;
    right: 3.8461538462vw;
    transform: none;
  }
}
.bg01::after {
  width: 221px;
  height: 192px;
  background-image: url("../img/maru02.png");
  top: 40px;
  right: calc(50% - 580px);
  transform: translateX(50%);
}
@media (max-width: 480px) {
  .bg01::after {
    content: none;
  }
}

.bg02 {
  background-color: #f9f9f9;
}

.anchor-list {
  display: flex;
  justify-content: center;
  gap: 17px;
}
@media (max-width: 480px) {
  .anchor-list {
    gap: 2.1794871795vw;
  }
}
.anchor-list li {
  flex: 1;
  aspect-ratio: 30/5;
  max-width: 33.333%;
}
@media (max-width: 480px) {
  .anchor-list li {
    aspect-ratio: 2/1;
  }
}
.anchor-list li > .inner {
  width: 100%;
  height: 100%;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 480px) {
  .anchor-list li > .inner {
    padding-bottom: 8px;
  }
}
.anchor-list li > .inner::after {
  content: "";
  width: 0.4em;
  aspect-ratio: 1/1;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  top: 50%;
  right: 3em;
  transform: rotate(-45deg) translateY(-100%);
}
@media (max-width: 480px) {
  .anchor-list li > .inner::after {
    top: 100%;
    right: 50%;
    transform: translate(50%, -200%) rotate(-45deg);
  }
}
@media (min-width: 480px) {
  .anchor-list li > .inner:hover {
    color: #fff;
    background-color: #333;
  }
}

.unit-ttl01 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .unit-ttl01 {
    margin-bottom: 9.6153846154vw;
  }
}
.unit-ttl01 .en {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .unit-ttl01 .en {
    font-size: 2.5641025641vw;
  }
}
.unit-ttl01 .main {
  display: block;
  font-size: 2.6rem;
  position: relative;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .unit-ttl01 .main {
    font-size: 5.1282051282vw;
  }
}

.unit-btn01 > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s;
}
@media (max-width: 480px) {
  .unit-btn01 > .inner {
    gap: 2.8205128205vw;
    font-size: 3.8461538462vw;
  }
}
.unit-btn01 > .inner::after {
  content: "";
  width: 65px;
  height: auto;
  aspect-ratio: 65/10;
  background: url(../img/icon-arrow01.png) no-repeat center/100%;
  display: block;
  transition: background-image 0.3s, transform 0.3s;
}
@media (max-width: 480px) {
  .unit-btn01 > .inner::after {
    width: 6.1538461538vw;
  }
}
@media (min-width: 480px) {
  .unit-btn01 > .inner:hover {
    opacity: 0.5;
  }
  .unit-btn01 > .inner:hover::after {
    transform: translateX(1em);
  }
}

.btn_base {
  margin: 0 auto;
  width: 350px;
}
@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}
.btn_base a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 14px 30px;
  background: #f4a109;
  border: 2px solid #f4a109;
  display: block;
  position: relative;
  transition: 0.7s;
}
.btn_base a::after {
  width: 7px;
  height: 12px;
  background: url(../img/arrow01-01.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  transition: 0.7s;
  transform: translate(0, -50%);
}
.btn_base a:hover {
  color: #f4a109;
  background: #fff;
}
.btn_base a:hover::after {
  background: url(../img/arrow01-02.png) center/contain no-repeat;
}
@media (max-width: 480px) {
  .btn_base a {
    font-size: 1.3rem;
    text-align: center;
    padding: 8px 0;
  }
  .btn_base a::after {
    right: 20px;
  }
  .btn_base a:hover {
    color: #fff;
    background: #f4a109;
  }
  .btn_base a:hover::after {
    background: url(../img/arrow01-01.png) center/contain no-repeat;
  }
}

.unit-link01 {
  text-decoration: underline;
  color: #2f5985;
}
@media (min-width: 480px) {
  .unit-link01:hover {
    text-decoration: none;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}

.acd__list .acd__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .acd__list .acd__item {
    padding-bottom: 5.1282051282vw;
  }
}
.acd__list .acd__item .acd__label {
  padding: 30px 103px 0 40px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__label {
    padding: 5.1282051282vw 5.7692307692vw 0 3.4615384615vw;
  }
}
.acd__list .acd__item .acd__label::after, .acd__list .acd__item .acd__label::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  right: 60px;
  top: 80%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__label::after, .acd__list .acd__item .acd__label::before {
    width: 3.5897435897vw;
    right: 0;
  }
}
.acd__list .acd__item .acd__label::before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.acd__list .acd__item .acd__label.active::before {
  transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 480px) {
  .acd__list .acd__item .acd__label:hover {
    opacity: 0.5;
  }
}
.acd__list .acd__item .acd__detail {
  margin-top: 40px;
  padding: 20px 103px 20px 40px;
  background-color: #f7f7f7;
  display: flex;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__detail {
    margin-top: 3.8461538462vw;
    padding: 2.5641025641vw 3.4615384615vw;
  }
}
.acd__list .acd__item .acd__label, .acd__list .acd__item .acd__detail {
  display: flex;
  gap: 72px;
  position: relative;
}
@media (max-width: 480px) {
  .acd__list .acd__item .acd__label, .acd__list .acd__item .acd__detail {
    gap: 0 3.8461538462vw;
  }
}
@media (max-width: 480px) {
  .acd__list .acd__item .item-l {
    display: block;
    margin-right: 0;
  }
}
.acd__list .acd__item .item-l.q, .acd__list .acd__item .item-l.a {
  font-size: 1.4em;
  line-height: 1;
  font-weight: bold;
}/*# sourceMappingURL=common.css.map */