@charset "UTF-8";
/* media query */
nav.navStd ul li.fact a {
  background-color: #f5f5f5;
  color: #222;
}

.headline_normal {
  font-size: 1.4em;
  padding-bottom: 5px;
  margin: 50px 0 20px;
  border-bottom: 2px solid #222;
}

.listArea {
  background-image: url(../../common/images/wave.svg), url(../../common/images/wave.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right -400px bottom -50px, left -550px top 200px;
  background-size: 1200px auto, 1200px auto;
}
@media screen and (max-width: 960px) {
  .listArea {
    background-size: 1000px auto, 1000px auto;
  }
}
@media screen and (max-width: 668px) {
  .listArea {
    background-position: right -120px bottom -70px, left -350px top;
    background-size: 700px auto, 700px auto;
  }
}
.listArea h3.accordion_button {
  position: relative;
  cursor: pointer;
}
.listArea h3.accordion_button::after {
  position: absolute;
  content: "＋";
  font-weight: bold;
  top: 45%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 1.2em;
}
.listArea h3.accordion_button:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.listArea h3.accordion_button.active::after {
  content: "－";
}
.listArea .box_area {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .listArea .box_area {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .box_area {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.listArea .box_area .col3 {
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 {
    margin-top: 30px;
  }
}
.listArea .box_area .col3 li {
  width: 31%;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li img {
    width: auto;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li img {
    width: 100%;
  }
}
.listArea .box_area .col3 li .select {
  position: relative;
  display: block;
  background: #eee;
  color: #222;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.2em;
  border: solid 1px #ccc;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select {
    padding: 10px;
  }
}
.listArea .box_area .col3 li .select::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2211%22%20viewBox%3D%220%200%2020%2011%22%3E%3Cpath%20d%3D%22M16.191%2C18.93l7.562-7.28a1.463%2C1.463%2C0%2C0%2C1%2C2.019%2C0%2C1.349%2C1.349%2C0%2C0%2C1%2C0%2C1.947L17.2%2C21.846a1.468%2C1.468%2C0%2C0%2C1-1.971.04L6.6%2C13.6a1.346%2C1.346%2C0%2C0%2C1%2C0-1.947%2C1.463%2C1.463%2C0%2C0%2C1%2C2.019%2C0Z%22%20transform%3D%22translate(-6.188%20-11.246)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 10px;
  height: 6px;
}
.listArea .box_area .col3 li .select.active::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%225%22%20viewBox%3D%220%200%2010%205%22%3E%3Cpath%20d%3D%22M11.189%2C12.754l3.781%2C3.309a.786.786%2C0%2C0%2C0%2C1.009%2C0%2C.576.576%2C0%2C0%2C0%2C0-.885L11.7%2C11.429a.789.789%2C0%2C0%2C0-.985-.018L6.4%2C15.175a.574.574%2C0%2C0%2C0%2C0%2C.885.786.786%2C0%2C0%2C0%2C1.009%2C0Z%22%20transform%3D%22translate(-6.188%20-11.246)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
}
.listArea .box_area .col3 li .select + div {
  position: relative;
  width: 100vw;
  max-width: 1200px;
  margin-top: 30px;
  background: #f7f4ea;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .listArea .box_area .col3 li .select + div {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div {
    position: inherit;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
}
.listArea .box_area .col3 li .select + div::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -20px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #f7f4ea transparent;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div::before {
    content: none;
  }
}
.listArea .box_area .col3 li .select + div.accordion_contents1 {
  margin-left: 0;
}
.listArea .box_area .col3 li .select + div.accordion_contents1::before {
  left: 13.5%;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div.accordion_contents1::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.listArea .box_area .col3 li .select + div.accordion_contents2 {
  margin-left: -111%;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div.accordion_contents2 {
    margin: 10px auto 0;
  }
}
.listArea .box_area .col3 li .select + div.accordion_contents2::before {
  left: 50%;
  transform: translateX(-50%);
}
.listArea .box_area .col3 li .select + div.accordion_contents3 {
  margin-left: -223%;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div.accordion_contents3 {
    margin: 10px auto 0;
  }
}
.listArea .box_area .col3 li .select + div.accordion_contents3::before {
  right: 13.5%;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div.accordion_contents3::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.listArea .box_area .col3 li .select + div dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl {
    display: block;
  }
}
.listArea .box_area .col3 li .select + div dl dt {
  width: 15%;
  text-align: center;
  background: #222;
  color: #fff;
  max-height: 29px;
  border-radius: 3px;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl dt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.listArea .box_area .col3 li .select + div dl dd {
  width: 82%;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl dd label {
    display: block;
  }
}
.listArea .box_area .col3 li .select + div dl dd label input {
  margin-right: 5px;
}
.listArea .box_area .col3 li .select + div dl dd label:not(:first-child) {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl dd label:not(:first-child) {
    margin: 0;
  }
}
.listArea .box_area .col3 li .select + div dl dd label, .listArea .box_area .col3 li .select + div dl dd input[type='checkbox'] {
  cursor: pointer;
}
.listArea .box_area .col3 li .select + div dl dd p {
  font-size: 1rem;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl:first-child dt {
    margin-top: 0;
  }
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div dl:last-child {
    margin-bottom: 30px;
  }
}
.listArea .box_area .col3 li .select + div dl.wide {
  margin-top: 0;
}
.listArea .box_area .col3 li .select + div dl.wide dd {
  width: 100%;
}
.listArea .box_area .col3 li .select + div dl.wide dd p {
  font-size: 1rem;
  margin-top: 10px;
}
.listArea .box_area .col3 li .select + div dl.wide dd p.mt0 {
  margin-top: 0;
}
.listArea .box_area .col3 li .select + div .submitBtn {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
.listArea .box_area .col3 li .select + div .submitBtn input {
  position: relative;
  -webkit-appearance: none;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 50px;
  transition: .3s;
  cursor: pointer;
  margin: 20px auto 0;
  background: #f0f0f0;
  font-weight: normal;
  width: 200px;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div .submitBtn input {
    width: 120px;
  }
}
.listArea .box_area .col3 li .select + div .submitBtn input.clear {
  background: #fff;
  color: #222;
  border: solid 1px #ccc;
}
.listArea .box_area .col3 li .select + div .submitBtn input.clear::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2219%22%20viewBox%3D%220%200%2025%2019%22%3E%3Cpath%20d%3D%22M8.491%2C23.2.366%2C14.923a1.291%2C1.291%2C0%2C0%2C1%2C0-1.8l1.768-1.8a1.233%2C1.233%2C0%2C0%2C1%2C1.768%2C0L9.375%2C16.9%2C21.1%2C4.95a1.233%2C1.233%2C0%2C0%2C1%2C1.768%2C0l1.768%2C1.8a1.291%2C1.291%2C0%2C0%2C1%2C0%2C1.8L10.259%2C23.2A1.233%2C1.233%2C0%2C0%2C1%2C8.491%2C23.2Z%22%20transform%3D%22translate(0%20-4.577)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 25px;
  height: 19px;
}
.listArea .box_area .col3 li .select + div .submitBtn input.send {
  background: #222;
  color: #fff;
  border: solid 1px #222;
}
.listArea .box_area .col3 li .select + div .submitBtn input.send::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.621%22%20height%3D%2230.621%22%20viewBox%3D%220%200%2030.621%2030.621%22%3E%3Cg%20transform%3D%22translate(-3%20-3)%22%3E%3Cpath%20d%3D%22M28.5%2C16.5a12%2C12%2C0%2C1%2C1-12-12A12%2C12%2C0%2C0%2C1%2C28.5%2C16.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M31.5%2C31.5l-6.525-6.525%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M16.5%2C12v9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%2C16.5h9%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 668px) {
  .listArea .box_area .col3 li .select + div .submitBtn input + input {
    margin-top: 20px;
  }
}
.listArea .hotelList {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .listArea .hotelList {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .hotelList {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.listArea .hotelList ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .hotelList ul {
    padding-bottom: 50px;
  }
}
.listArea .hotelList ul li {
  width: calc(100% / 4);
}
@media screen and (max-width: 960px) {
  .listArea .hotelList ul li {
    width: calc(100% / 2);
  }
}
.listArea .hotelList ul li a {
  font-size: 1.1em;
  letter-spacing: 1px;
  display: block;
  padding: 6px 0;
  line-height: 150%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .hotelList ul li a {
    font-size: 1em;
  }
}
.listArea .hotelList ul li a span.small {
  font-size: 0.8em;
}
.listArea .hotelList dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .hotelList dl {
    padding-bottom: 50px;
  }
}
.listArea .hotelList dl dt {
  font-size: 1.4em;
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.listArea .hotelList dl dt:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  border-top: 1px solid #888;
  vertical-align: middle;
  margin-left: 10px;
}
.listArea .hotelList dl dd {
  width: calc(100% / 4);
}
@media screen and (max-width: 960px) {
  .listArea .hotelList dl dd {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .hotelList dl dd {
    width: 100%;
  }
}
.listArea .hotelList dl dd a {
  font-size: 1.1em;
  letter-spacing: 1px;
  display: block;
  padding: 6px 0;
  line-height: 150%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea .hotelList dl dd a {
    font-size: 1em;
  }
}

.detailArea {
  background: url(../../common/images/bg_gray.png);
  padding-top: 70px;
  padding-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .detailArea {
    padding-top: 40px;
  }
}
.detailArea div.group {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .detailArea div.group {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea div.group {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.detailArea div.group > h3 {
  width: 100%;
  font-size: 2em;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > h3 {
    font-size: 1.7em;
  }
}
.detailArea div.group > section {
  width: calc((100% / 2) - 30px);
  background-color: #fff;
  margin: 0 0 60px;
}
@media screen and (max-width: 960px) {
  .detailArea div.group > section {
    width: calc((100% / 2) - 15px);
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailArea div.group > section {
    width: 100%;
  }
  .detailArea div.group > section:nth-of-type(2n) {
    margin-left: 0;
  }
}
.detailArea div.group > section > p.photo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 56%;
  display: block;
}
.detailArea div.group > section > p.photo span {
  position: relative;
}
.detailArea div.group > section > p.photo span.caption {
  position: absolute;
  color: #fff;
  bottom: 3px;
  right: 10px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > section > p.photo span.caption {
    font-size: 0.9em;
  }
}
.detailArea div.group > section > p.photo span.caption.black {
  color: #222;
}
.detailArea div.group > section > div {
  padding: 30px;
}
.detailArea div.group > section > div .openingDate {
  font-size: 1.1em;
  color: #CB4B4B;
  border: 1px solid #CB4B4B;
  max-width: 170px;
  text-align: center;
  margin-bottom: 10px;
}
.detailArea div.group > section > div .name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.detailArea div.group > section > div .name h3 {
  font-size: 1.5em;
  line-height: 160%;
  margin-bottom: 5px;
}
.detailArea div.group > section > div .name h3 span.small {
  font-size: 75%;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > section > div .name h3 span.small {
    display: block;
    font-size: 70%;
  }
}
.detailArea div.group > section > div .name p a img {
  max-width: 45px;
  height: 45px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > section > div .name p a img {
    max-width: 40px;
    height: 40px;
  }
}
.detailArea div.group > section > div .name p a:hover img {
  transform: none;
  opacity: 0.7;
}
.detailArea div.group > section > div > address {
  margin-bottom: 10px;
}
.detailArea div.group > section > div > address + div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.detailArea div.group > section > div > address + div > p.tel {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .detailArea div.group > section > div > address + div > p.tel {
    width: 100%;
  }
}
.detailArea div.group > section > div > address + div > p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.detailArea div.group > section > div > address + div > p.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.detailArea div.group > section > div > address + div > p.tel a {
  font-size: 1.4em;
  letter-spacing: 2px;
}
.detailArea div.group > section > div > address + div > p.tel span {
  display: block;
  font-size: 0.9em;
  margin-top: -5px;
}
.detailArea div.group > section > div > address + div > p.link {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .detailArea div.group > section > div > address + div > p.link {
    width: 100%;
  }
}
.detailArea div.group > section > div > address + div > p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
  display: block;
}
.detailArea div.group > section > div > address + div > p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.detailArea div.group > section > div > address + div > p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .detailArea div.group > section > div > address + div > p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.detailArea div.group > section > div > address + div > p.link a:hover::after {
  right: 15px;
}
.detailArea div.group > section > div > address + div > p.link.winIcon a::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_60%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2060%22%20transform%3D%22translate(-525%20-869)%22%3E%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_127_-_%E3%82%A2%E3%82%A6%E3%83%88%E3%83%A9%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20127%20-%20%E3%82%A2%E3%82%A6%E3%83%88%E3%83%A9%E3%82%A4%E3%83%B3%22%20d%3D%22M1%2C1V9H9V1H1M1%2C0H9a1%2C1%2C0%2C0%2C1%2C1%2C1V9a1%2C1%2C0%2C0%2C1-1%2C1H1A1%2C1%2C0%2C0%2C1%2C0%2C9V1A1%2C1%2C0%2C0%2C1%2C1%2C0Z%22%20transform%3D%22translate(525%20872)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_128%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20128%22%20d%3D%22M1%2C1V3.516H6.641V9.063L9%2C9V1H1M1%2C0H9a1%2C1%2C0%2C0%2C1%2C1%2C1V9a1%2C1%2C0%2C0%2C1-1%2C1H6.167V3.917H0V1A1%2C1%2C0%2C0%2C1%2C1%2C0Z%22%20transform%3D%22translate(528%20869)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 13px;
  height: 13px;
  top: calc(50% - 8px);
}
.detailArea div.group > section > div > address + div.mutualtext {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 0.95em;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > section > div > address + div.mutualtext {
    padding-top: 0;
    font-size: 0.9em;
    border-top: none;
  }
}
.detailArea div.group > section > div > address + div.mutualtext ul li {
  line-height: 180%;
}
.detailArea div.group > section > div > address + div.mutualtext ul li.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.detailArea div.group > section > div > address + div.mutualtext ul li.tel {
  margin-bottom: 10px;
}
.detailArea div.group > section > div > address + div.mutualtext ul li.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.detailArea div.group > section > div > address + div.mutualtext ul li.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.detailArea div.group > section > div > address + div.mutualtext ul li.tel a {
  font-size: 1.2em;
  letter-spacing: 2px;
}
@media screen and (max-width: 668px) {
  .detailArea div.group > section > div > address + div.mutualtext ul li.tel a {
    display: block;
  }
}
.detailArea div.group > section > div > address + div.mutualtext ul li:last-child {
  margin-bottom: 0;
}
.detailArea > div.viala {
  background-color: #373737;
  padding-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 668px) {
  .detailArea > div.viala {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.detailArea > div.viala div.group > h3 {
  color: #fff;
}

.search_content {
  padding: 30px 15px 15px 15px;
  box-sizing: border-box;
  background: #eee;
  border-radius: 3px;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .search_content {
    margin: 50px 25px 0;
  }
}
@media screen and (max-width: 668px) {
  .search_content {
    width: calc(100vw - 50px);
  }
}
.search_content dl {
  position: relative;
  font-weight: bold;
}
.search_content dl dt {
  position: absolute;
  width: 130px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #222;
  color: #fff;
  top: -50px;
  left: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 668px) {
  .search_content dl dt {
    right: 0;
    margin: 0 auto;
  }
}
.search_content dl dt:before {
  content: "";
  display: block;
  width: 20px;
  height: 22px;
  background: url("../images/search_icon.png") no-repeat center center/100% auto;
  margin: 0 5px 0 0;
}
.search_content dl dd {
  font-size: 1.1em;
  margin-top: 10px;
}
@media screen and (max-width: 668px) {
  .search_content dl dd {
    font-size: 13px;
  }
}
.search_content dl dd span:before {
  content: "／";
  margin: 0 3px;
}
.search_content dl dd span:first-child:before {
  display: none;
}

.none {
  font-size: 1.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 668px) {
  .none {
    font-size: 1em;
  }
}

.viala .none {
  color: #fff;
}

#bannerArea {
  z-index: 1;
}
