/*---------------------------------------------
    common
---------------------------------------------*/
.more {
  text-align: right;
}

.more a {
  border-bottom: #13334c solid 5px;
  display: inline-block;
  font-family: "Acumin Variable Concept",'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px 4px;
}

/*---------------------------------------------
    main img
  ---------------------------------------------*/
#main-img {
  margin: 0 auto 80px;
  position: relative;
}

/*---------------------------------------------
    about
---------------------------------------------*/
#about {
  margin-bottom: 100px;
}

#about .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#about .txt {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #about .txt {
    margin-bottom: 40px;
    text-align: left;
  }
}

#about .img-list {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 990px;
  width: 90%;
}

#about .img-list li {
  width: 30%;
}

/*---------------------------------------------
    philosophy
---------------------------------------------*/
#service {
  background: #E6DFDF;
  padding: 80px 0;
}

#service .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#service .txt {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #service .txt {
    margin-bottom: 40px;
    text-align: left;
  }
}

#service table {
  margin: 0 auto;
}

#service table tr th {
  border: #333 solid 1px;
  padding: 4px 10px;
}

#service table tr td {
  border: #333 solid 1px;
  padding: 4px 10px;
}

@media screen and (max-width: 767px) {
  #service .inner {
    margin: 0 auto;
    width: 90%;
  }
}

#service .inner ul {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
}

#service .inner ul li {
  margin: 0 20px 20px;
}

@media screen and (max-width: 767px) {
  #service .inner ul li {
    margin-bottom: 40px;
  }
}

#service .inner .img {
  margin: 0 auto;
  max-width: 285px;
  width: 100%;
}

/*---------------------------------------------
    event
---------------------------------------------*/
#event, #access, #store {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

#event .section-ttl, #access .section-ttl, #store .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#event .txt, #access .txt, #store .txt {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #event .txt, #access .txt, #store .txt {
    margin: 0 auto 40px;
    text-align: left;
    width: 90%;
  }
}

#event .map, #access .map, #store .map {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #event .map, #access .map, #store .map {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }
  #event .map iframe, #access .map iframe, #store .map iframe {
    width: 100%;
  }
}

#event .inner table, #access .inner table, #store .inner table {
  margin: 0 auto 10px;
  max-width: 480px;
  width: 90%;
}

#event .inner table tr, #access .inner table tr, #store .inner table tr {
  border-bottom: #ccc dashed 1px;
}

#event .inner table tr:first-child, #access .inner table tr:first-child, #store .inner table tr:first-child {
  border-top: #ccc dashed 1px;
}

#event .inner table tr th, #event .inner table tr td, #access .inner table tr th, #access .inner table tr td, #store .inner table tr th, #store .inner table tr td {
  border-collapse: collapse;
  padding: 20px 0 18px 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #event .inner table tr th, #event .inner table tr td, #access .inner table tr th, #access .inner table tr td, #store .inner table tr th, #store .inner table tr td {
    display: block;
    padding: 0;
    width: 100%;
  }
}

#event .inner table tr th, #access .inner table tr th, #store .inner table tr th {
  padding-left: 40px;
  vertical-align: top;
  width: 200px;
}

@media screen and (max-width: 767px) {
  #event .inner table tr th, #access .inner table tr th, #store .inner table tr th {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #event .inner table tr td, #access .inner table tr td, #store .inner table tr td {
    padding-bottom: 20px;
  }
}

#event .inner .note, #access .inner .note, #store .inner .note {
  text-align: center;
}

#store ul {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#store ul li img {
  border: #ccc solid 1px;
}

/*---------------------------------------------
    contact
---------------------------------------------*/
#contact {
  background: #E6DFDF;
  padding-bottom: 80px;
  padding-top: 80px;
}

#contact .section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}

#contact .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

#contact .inner .txt {
  margin-bottom: 40px;
  text-align: center;
}

#contact .inner ul.contact-list {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 660px;
  width: 90%;
}

@media screen and (max-width: 767px) {
  #contact .inner ul.contact-list {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
}

#contact .inner ul.contact-list li {
  width: 45%;
}

@media screen and (max-width: 767px) {
  #contact .inner ul.contact-list li {
    margin-bottom: 20px;
    width: 100%;
  }
}

#contact .inner ul.contact-list li a {
  background: #fff;
  border: #999 solid 1px;
  display: block;
  font-size: 1.8rem;
  padding: 10px 14px;
  width: 100%;
}

#contact .inner ul.contact-list li a img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

#contact .inner .note {
  font-size: 1.2rem;
  margin: 0 auto;
  max-width: 660px;
  width: 90%;
}

#contact .inner table {
  margin: 0 auto 60px;
  max-width: 580px;
  width: 90%;
}

#contact .inner table tr {
  border-bottom: #ccc dashed 1px;
}

#contact .inner table tr th, #contact .inner table tr td {
  border-collapse: collapse;
  padding: 20px 0 18px 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #contact .inner table tr th, #contact .inner table tr td {
    display: block;
    padding: 0;
    width: 100%;
  }
}

#contact .inner table tr th {
  padding-left: 40px;
  vertical-align: top;
  width: 200px;
}

@media screen and (max-width: 767px) {
  #contact .inner table tr th {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}

#contact .inner table tr th span {
  color: #f00;
}

@media screen and (max-width: 767px) {
  #contact .inner table tr td {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner table tr td input {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #contact .inner table tr td textarea {
    margin-top: 8px;
    width: 100%;
  }
}

#contact .inner table tr td label {
  color: #f00;
  display: block;
}

#contact .inner #submit input, #contact .inner .btn a {
  -webkit-transition-duration: 0.5s;
  background-color: #E6DFDF;
  border: #E6DFDF solid 1px;
  border-radius: 24px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 12px 0 10px;
  text-align: center;
  transition-duration: 0.5s;
  width: 250px;
}

#contact .inner #submit input:hover, #contact .inner .btn a:hover {
  opacity: .7;
}

#submit {
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  width: 90%;
}

#submit li {
  margin: 0 20px 20px;
  width: 250px;
}
