@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;
  scroll-behavior: smooth;
}
@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
    scroll-padding-top: 6.4102564103vw;
  }
}
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;
}
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 img,
html fieldset {
  border: none;
}
html a {
  text-decoration: none;
}
html a:visited {
  text-decoration: none;
}
html p {
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  html p {
    letter-spacing: 0.05rem;
  }
}
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: #492600;
  font-size: 1.6em;
  font-family: "Noto Serif JP", serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 0;
  line-height: 1.6;
  height: 100%;
  min-width: 1220px;
  background: url(../img/bg.jpg) repeat;
  background-size: 500px 500px;
  background-position: 0 0;
}
@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 4.1025641026vw;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .wrap {
    padding: 0 4%;
  }
}
.wrap.w1200 {
  width: 1200px;
  max-width: 100%;
}
.wrap.w1180 {
  width: 1180px;
  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.w800 {
  width: 800px;
  max-width: 100%;
}
.wrap.w755 {
  width: 755px;
  max-width: 100%;
}
.wrap.w700 {
  width: 700px;
  max-width: 100%;
}
.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

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

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

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    -moz-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  z-index: 10000;
}
@media (max-width: 480px) {
  #header {
    min-width: 100%;
    margin: 0;
  }
}
#header.hidden {
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
}
#header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1220px;
  padding: 20px 105px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    padding: 2.0512820513vw 5.1282051282vw;
  }
}
#header .header img {
  width: 100%;
}
@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}
#header .header .head-logo {
  width: 80px;
}
@media (max-width: 480px) {
  #header .header .head-logo {
    width: 16.1538461538vw;
  }
}
#header .header .head-logo a {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  #header .header .head-logo a:hover {
    opacity: 0.7;
  }
}
#header .header #sp_navi {
  display: none;
}
@media (max-width: 480px) {
  #header .header #sp_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #header .header #sp_navi #gnavi_open {
    width: 8.9743589744vw;
  }
}

@media (max-width: 480px) {
  #gnavi {
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 100%;
    min-width: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -100%;
    top: 0;
    background-image: url(../img/sp-navi_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  #gnavi .gnavi-logo {
    width: 25.641025641vw;
    margin: 0 auto;
  }
  #gnavi .gnavi-logo a {
    display: block;
    width: 100%;
  }
  #gnavi .gnavi-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #gnavi .gnavi-footer .copyright {
    font-size: 3.0769230769vw;
    color: #fff;
    margin-bottom: 1.2820512821vw;
  }
}
#gnavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0;
}
@media (max-width: 480px) {
  #gnavi ul {
    display: block;
    padding: 20.5128205128vw 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  #gnavi ul li {
    width: 100%;
    float: none;
    padding-left: 5.1282051282vw;
    margin: 0;
  }
}
#gnavi ul li a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #492600;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
  transition: color 0.3s;
  padding-bottom: 8px;
  z-index: 1;
}
@media (max-width: 480px) {
  #gnavi ul li a {
    width: fit-content;
    text-align: left;
    text-shadow: none;
    padding: 3.5897435897vw 0;
    margin-left: 0;
  }
}
#gnavi ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #492600;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  #gnavi ul li a:hover {
    color: #492600;
  }
  #gnavi ul li a:hover::after {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  #gnavi #close {
    position: absolute;
    top: 5.1282051282vw;
    right: 5.1282051282vw;
    font-size: 7.6923076923vw;
    color: #3d2a1c;
    cursor: pointer;
    background: none;
    padding: 0;
    width: auto;
    line-height: 1;
  }
  #gnavi #close span {
    font-size: 11.2820512821vw;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 100;
  }
}

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.sns-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sns-list ul li a {
  display: block;
  width: 30px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .sns-list ul li a:hover {
    opacity: 0.7;
  }
}

#contents {
  position: relative;
  overflow: visible;
}
#contents .breadcrumbs {
  width: 100%;
  font-size: 1.4rem;
  color: #492600;
  background-color: #eff5f8;
  padding: 18px 0;
}
@media (max-width: 480px) {
  #contents .breadcrumbs {
    font-size: 3.0769230769vw;
    padding: 3.2051282051vw 4%;
  }
}
#contents .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}
#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents .breadcrumbs ul li {
  line-height: 1;
}
#contents .breadcrumbs ul li:not(:last-child) {
  margin-right: 5px;
}
#contents .breadcrumbs ul li a {
  color: #492600;
  display: inline-block;
  margin-right: 4px;
}
#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}
#contents .section {
  padding: 180px 0;
}
@media (max-width: 480px) {
  #contents .section {
    padding: 14.1025641026vw 0 15.3846153846vw;
  }
}
#contents .section .section_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #contents .section .section_inner {
    max-width: 100%;
    padding: 0;
  }
  #contents .section .section_inner#map01, #contents .section .section_inner#map02 {
    padding-top: 12.8205128205vw;
  }
}
#contents .section.access-car {
  padding-bottom: 0;
}
#contents .section.access-train {
  padding-top: 0;
}
#contents #MailForm {
  padding-top: 80px;
}
@media (max-width: 480px) {
  #contents #MailForm {
    padding-top: 14.1025641026vw;
  }
}

.footer {
  position: relative;
  min-width: 1200px;
  background-color: rgba(61, 34, 6, 0.08);
  padding-top: 50px;
  overflow-x: clip;
  z-index: 10;
}
@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1617px;
  min-width: 1380px;
  height: auto;
  aspect-ratio: 1617/410;
  background-image: url(../img/copy_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
@media (max-width: 480px) {
  .footer::before {
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: 780/297;
    background-image: url(../img/copy_bg-sp.png);
  }
}
.footer .footer_inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .footer .footer_inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0 4%;
  }
}
.footer .footer_inner .logo {
  width: 105px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .footer .footer_inner .logo {
    width: 25.641025641vw;
    margin-bottom: 24.6153846154vw;
  }
}
.footer .footer_inner .logo a {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .footer .footer_inner .logo a:hover {
    opacity: 0.7;
  }
}
.footer .footer_inner .footernavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 60px 0 90px;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.1282051282vw 0;
    padding: 0;
    margin-bottom: 12.8205128205vw;
  }
}
.footer .footer_inner .footernavi ul li {
  position: relative;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li {
    padding-left: 4%;
  }
}
.footer .footer_inner .footernavi ul li a {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 600;
  color: #492600;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .footer .footer_inner .footernavi ul li a {
    font-weight: bold;
    padding-bottom: 0;
    margin: 0;
  }
}
.footer .footer_inner .footernavi ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #492600;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .footer .footer_inner .footernavi ul li a:hover::after {
    opacity: 1;
  }
}
.footer .copy {
  width: 100%;
  text-align: center;
  padding: 32px 0;
}
@media (max-width: 480px) {
  .footer .copy {
    padding: 2.5641025641vw 0 3.3333333333vw;
  }
}
.footer .copy p {
  margin-bottom: 0;
}
.footer .copy a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .footer .copy a {
    flex-direction: column;
    font-size: 3.0769230769vw;
  }
}
.footer #pagetop {
  display: none;
  width: 22px;
}
@media (max-width: 480px) {
  .footer #pagetop {
    width: 10.2564102564vw;
    background-color: transparent;
  }
}
.footer #pagetop a {
  transition: opacity 0.3s;
  text-align: center;
  color: #333;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 480px) {
  .footer #pagetop a:hover {
    opacity: 0.7;
  }
}
.footer #pagetop a img {
  display: block;
}
@media (max-width: 480px) {
  .footer #pagetop a img {
    width: 100%;
  }
}
.footer #pagetop.fixed {
  display: block;
  right: 50px;
  bottom: 50px;
  z-index: 90;
}
@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
  }
}

.access_map {
  padding: 80px 10px 0;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map {
    padding: 20px 10px 0;
    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%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}
.access_map .access_data {
  padding: 15px 0 0;
  line-height: 1.4;
}
.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;
  float: left;
}
@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
  }
}
.access_map .access_data dl dd {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}
.access_map .access_data dl dd .postal_code {
  display: block;
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
  }
}
.access_map .access_data dl dd a {
  color: #492600;
}
.access_map .access_data .car {
  padding: 30px 5px 0;
}
.access_map .access_data .car .ttl {
  display: block;
  font-weight: bold;
}

.access_map_block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .access_map_block {
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
.access_map_block .root_set {
  height: 500px;
}
@media (max-width: 480px) {
  .access_map_block .root_set {
    height: 64.1025641026vw;
  }
}

.privacy_section {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}
.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1200px;
}
@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 #492600;
  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 #492600;
    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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 40px;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .inquiry_info {
    flex-direction: column;
    gap: 10.2564102564vw;
    padding: 12.8205128205vw 4% 0;
  }
}
.inquiry_info .info_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 500px;
  height: 200px;
  color: #492600;
  border: 1px solid #492600;
  background-color: #fff;
}
@media (max-width: 480px) {
  .inquiry_info .info_item {
    width: 100%;
    height: 36.6666666667vw;
  }
}
.inquiry_info .info_item .icon {
  width: 52px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .inquiry_info .info_item .icon {
    width: 9.2307692308vw;
    padding-bottom: 1.9230769231vw;
  }
}
.inquiry_info .info_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.inquiry_info .info_item .num {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .inquiry_info .info_item .num {
    font-size: 6.4102564103vw;
  }
}
.inquiry_info .info_item .num span {
  font-size: 2.8rem;
  font-weight: normal;
  margin-right: 28px;
}
@media (max-width: 480px) {
  .inquiry_info .info_item .num span {
    font-size: 4.6153846154vw;
    margin-right: 4.6153846154vw;
  }
}
.inquiry_info .info_item .time {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .inquiry_info .info_item .time {
    font-size: 3.8461538462vw;
  }
}

.attent_block {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .attent_block {
    padding: 5.1282051282vw 0;
    margin-bottom: 0;
  }
}
.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;
}

.thanks_title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .thanks_title {
    font-size: 5.1282051282vw;
  }
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}
@media (max-width: 480px) {
  .thanks_msg {
    font-size: 3.5897435897vw;
    text-align: left;
    padding: 0 4%;
  }
}
.thanks_msg p {
  margin-bottom: 20px;
}

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

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

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

#MailForm table {
  border: 1px solid #e0e0e0;
  margin: 0 0 25px;
  width: 100%;
}
@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}
#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #e0e0e0;
  padding: 25px;
}
@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}
#MailForm table th {
  padding-left: 75px;
  width: 25%;
  background: #eff5f8;
  position: relative;
}
@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
  }
}
@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-color: #fff;
}
@media (max-width: 480px) {
  #MailForm table td {
    background-color: transparent;
    margin-bottom: 35px;
    padding: 0;
  }
}
#MailForm table td ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  #MailForm table td ul {
    flex-direction: column;
  }
}
#MailForm table td ul li {
  line-height: 2.7;
  margin-right: 20px;
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}
#MailForm select {
  font-size: 1.5rem;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  padding: 10px 27px 10px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MailForm input[type=submit],
  #MailForm input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-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 input[type=radio] {
  width: auto;
}
#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_text {
  line-height: 1.5;
  margin: 40px auto 80px;
}
@media (max-width: 480px) {
  #MailForm .important_text {
    margin: 5.1282051282vw 2% 10.2564102564vw;
  }
}
#MailForm .important_text li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  #MailForm .important_text li {
    margin-left: 3.8461538462vw;
  }
}
#MailForm .important_text li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #492600;
}
@media (max-width: 480px) {
  #MailForm .important_text li::before {
    top: 1.7948717949vw;
    left: -3.8461538462vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
  }
}
#MailForm .inquiry_inset {
  margin-bottom: 25px;
}
#MailForm .confirm_txt {
  text-align: center;
}
@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}
#MailForm .gender {
  display: flex;
}
#MailForm .gender li {
  margin-right: 30px;
}

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

#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 {
  text-align: center;
  margin-bottom: 15px;
}

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

.send_btn_inner {
  text-align: center;
}
.send_btn_inner .send_btn {
  width: 250px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  border: 1px solid #492600;
  background-color: #492600;
  display: inline-block;
  transition: color 0.3s, background-color 0.3s;
}
@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    width: 80%;
    font-size: 1.6rem;
  }
}
@media (min-width: 480px) {
  .send_btn_inner .send_btn:hover {
    color: #492600;
    background: #fff;
  }
}
.send_btn_inner .btn_return {
  color: #fff;
  background: #797979;
  border: 1px solid #797979;
}
@media (max-width: 480px) {
  .send_btn_inner .btn_return {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .send_btn_inner .btn_return:hover {
    color: #797979;
    background: #fff;
  }
}

.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-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: #eff5f8;
}
@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    padding: 10px 15px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .send_inner {
    padding: 0 10px;
  }
}
.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 {
  position: relative;
  padding: 0 0 25px;
}
@media (max-width: 480px) {
  .table_base {
    padding: 0;
  }
}
.table_base table {
  background-color: #fff;
  border: 2px solid rgba(27, 74, 124, 0.6);
  width: 100%;
}
@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}
.table_base table td,
.table_base table th {
  font-weight: normal;
  border: 1px solid rgba(27, 74, 124, 0.3);
  padding: 25px 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 span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.table_base table td span.map_jump a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: #492600;
  padding: 2px 6px;
  display: inline-block;
}
.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 td ul li {
  padding-left: 18px;
  text-indent: -18px;
}
.table_base table tbody th {
  text-align: center;
  width: 28%;
  background-color: #eff5f8;
  font-weight: 600;
}
@media (max-width: 480px) {
  .table_base table tbody th {
    text-align: left;
    width: 100%;
  }
}
.table_base table tbody td {
  padding: 10px 40px;
}
@media (max-width: 480px) {
  .table_base table tbody td {
    margin-bottom: 3.8461538462vw;
    padding: 2.5641025641vw 3.0769230769vw;
  }
}
.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;
}

/* .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%;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

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

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

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

.nomal.tel a {
  font-weight: normal;
  color: #492600;
}

.fax a {
  color: #333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

.mail a {
  color: #333;
  text-decoration: none;
  text-decoration: none;
}

.btn_base {
  margin: 0 auto;
  width: 506px;
}
@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}
.btn_base a {
  display: block;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 18px 0;
  background: #492600;
}
@media (max-width: 480px) {
  .btn_base a {
    font-size: 5vw;
  }
}

.flex_in {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .flex_in {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.unit-ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
}
.unit-ttl01 .jp {
  font-size: 2.4rem;
  letter-spacing: 2rem;
  writing-mode: vertical-rl;
}
@media (max-width: 480px) {
  .unit-ttl01 .jp {
    font-size: 6.1538461538vw;
    letter-spacing: 0.2564102564vw;
    writing-mode: unset;
  }
}
.unit-ttl01 .en {
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .unit-ttl01 .en {
    font-size: 3.0769230769vw;
    font-weight: 500;
  }
}

.unit-ttl02 {
  position: relative;
  height: 170px;
  display: inline-block;
  vertical-align: top;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
@media (max-width: 480px) {
  .unit-ttl02 {
    height: auto;
    writing-mode: unset;
    -ms-writing-mode: unset;
    text-align: center;
    margin: 0 auto;
  }
}
.unit-ttl02 .jp {
  display: block;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  height: 125px;
}
@media (max-width: 480px) {
  .unit-ttl02 .jp {
    height: auto;
    font-size: 6.1538461538vw;
  }
}
.unit-ttl02 .en {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
@media (max-width: 480px) {
  .unit-ttl02 .en {
    position: static;
    transform: none;
    font-size: 3.0769230769vw;
    font-weight: 500;
  }
}

.unit-ttl03 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .unit-ttl03 {
    font-size: 6.1538461538vw;
    line-height: 1.4;
    margin-bottom: 7.6923076923vw;
  }
}/*# sourceMappingURL=common.css.map */