@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
  color: #333;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a,
a:link {
  color: #1d3994;
}

a:visited {
  color: #941d55;
}

img {

  height: auto;
}

p {
  margin: 0 0 1em 0;
}

button {
  border: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline-color: #69C9F5;
}

.link {
  text-decoration: underline;
}

.link,
.link:link,
.link:visited,
.link:hover,
.link:active {
  color: #004aaa;
}

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

.text-left {
  text-align: left;
}

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

.text-red {
  color: #FC0D1B;
}

.note {
  font-size: 11px;
}

/*-----------------------------------------------------------------------------------------
// フォーム
-----------------------------------------------------------------------------------------*/
.form-text {
  border: 1px solid #ccc;
  padding: 7px 12px;
  border-radius: 0;
  line-height: 1.2;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
}

.form-text::-webkit-input-placeholder {
  line-height: 1.5;
  color: #ccc;
}

.form-select-wrap {
  position: relative;
  border: 1px solid #ccc;
  height: 30px;
  overflow: hidden;
}

.form-select-wrap:after {
  content: " ";
  position: absolute;
  display: block;
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow4-b.png) no-repeat;
  width: 16px;
  height: 16px;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}

.form-select-wrap select {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  padding: 5px 10px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: #333;
  z-index: 1;
  outline: none;
  font-size: 12px;
}

.form-select-wrap select::-ms-expand {
  display: none;
}

.form-select-wrap select:-moz-focusring {
  color: transparent;
  outline: none;
  text-shadow: 0 0 0 #333;
}

.form-check-wrap {
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  display: block;
}

.form-check-wrap>input[type="checkbox"] {
  display: none;
}

.form-check-wrap:before {
  content: " ";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: #F5F5F5;
  border: 2px solid #e5e5e5;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.form-check-wrap>input[type="checkbox"]:checked+span {
  color: #69C9F5;
  font-weight: bold;
}

.form-check-wrap>input[type="checkbox"]:checked+span:before {
  content: " ";
  position: absolute;
  display: block;
  background: url(/themes/custom/hoya/images/rn2024/search/icon-check2.png) no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  left: 3px;
  top: 50%;
  margin-top: -12px;
}

/*-----------------------------------------------------------------------------------------
// 見出し
-----------------------------------------------------------------------------------------*/
.heading1 {
  font-size: 26px;
  font-weight: normal;
  margin: 30px 0 30px 0;
  padding: 0 0 5px 0;
  background: url(/themes/custom/hoya/images/rn2024/search/line1.png) no-repeat left bottom;
  position: relative;
}

.heading1:before {
  content: url(/themes/custom/hoya/images/rn2024/search/icon-accent.png);
  display: inline-block;
  vertical-align: 5%;
  margin-right: 5px;
}

.heading1.heading1-land {
  margin-top: 60px;
  padding-bottom: 0;
}

.heading1.heading1-land:before {
  display: none;
}

.heading2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #199CE2;
}

/*-----------------------------------------------------------------------------------------
// ボタン
-----------------------------------------------------------------------------------------*/
.btn {
  border-radius: 5px;
  background: #64c8f7 no-repeat;
  padding: 6px 18px;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  color: #fff;
}

.btn:hover,
.btn:active {
  opacity: .7;
}

.btn.disable,
.btn:disabled {
  background: #b2e4fb;
}

.btn .btn-arrow-r {
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow1-r.png) no-repeat right 45%;
  background-size: 14px;
  padding-right: 14px;
  display: inline-block;
  margin-right: -3px;
}

.btn-primary {
  background: #69C9F5;
  background: -webkit-linear-gradient(top, #64c7f8 0%, #019be4 100%);
  background: -moz-linear-gradient(top, #64c7f8 0%, #019be4 100%);
  background: linear-gradient(to bottom, #64c7f8 0%, #019be4 100%);
}

.btn-goast {
  background: transparent;
  border: 2px solid #64c8f7;
}

.btn-goast,
.btn-goast:link,
.btn-goast:visited,
.btn-goast:hover,
.btn-goast:active {
  color: #64c8f7;
}

.btn-goast .btn-arrow-r {
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow3-r.png) no-repeat right 45%;
  background-size: 14px;
  padding-right: 14px;
  display: inline-block;
  margin-right: -3px;
}

.btn-rich {
  background: -webkit-linear-gradient(top, #64c7f8 0%, #019be4 100%);
  background: -moz-linear-gradient(top, #64c7f8 0%, #019be4 100%);
  background: linear-gradient(to bottom, #64c7f8 0%, #019be4 100%);
}

.btn-rich .caret {
  margin-right: 15px;
}

.btn-lg {
  font-size: 18px;
  padding: 10px 18px;
}

.btn-sm {
  font-size: 11px;
  padding: 10px 30px;
}

.btn-xs {
  font-size: 11px;
  padding: 5px 20px;
}

.btn-block {
  display: block;
  width: 100%;
}

/*-----------------------------------------------------------------------------------------
// 三角
-----------------------------------------------------------------------------------------*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
}

.caret.caret-l {
  margin-left: 6px;
  border-right: 6px dashed;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.caret.caret-r {
  margin-left: 6px;
  border-left: 6px dashed;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.caret.caret-b {
  margin-left: 6px;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/*-----------------------------------------------------------------------------------------
// Web登録バナー
-----------------------------------------------------------------------------------------*/
.banner-registration {
  padding: 14px 23px;
  text-align: center;
}

.banner-registration.disable {
  background: #F2F2F2;
}

/*-----------------------------------------------------------------------------------------
// 汎用マージン・パディング
-----------------------------------------------------------------------------------------*/
/* margin */
.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

/* margin-top */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

/* margin-left */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml-5 {
  margin-left: -5px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

/* margin-right */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr-5 {
  margin-right: -5px !important;
}

.mr-10 {
  margin-right: -10px !important;
}

.mr-15 {
  margin-right: -15px !important;
}

.mr-20 {
  margin-right: -20px !important;
}

/* padding-top */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  min-height: 100%;
  position: relative;
}

.container {
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.left-content {
  width: 272px;
  float: left;
  margin-left: 4px;
}

.right-content {
  width: 620px;
  float: right;
}

/*-----------------------------------------------------------------------------------------
// search by lists
-----------------------------------------------------------------------------------------*/
.searchBy-lists {
  padding-top: 40px;
  font-size: 12px;
  /* 探す */
}

.searchBy-lists .searchBy-lists-left {
  float: left;
  width: 450px;
  margin-bottom: 20px;
  text-align: left;
}

.searchBy-lists .searchBy-lists-right {
  float: right;
  width: 450px;
  margin-bottom: 20px;
  text-align: left;
}

.searchBy-lists #city {
  background: url(/themes/custom/hoya/images/rn2024/search/city_bg.gif) no-repeat 98% 70%;
  margin-bottom: 30px;
  height: 400px;
  overflow: hidden;
}

.searchBy-lists #city .cityList {
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
}

.searchBy-lists #city .cityList h3 {
  width: 90px;
  margin: 0;
  font-weight: bold;
  color: #d25975;
  float: left;
  font-size: 12px;
}

.searchBy-lists #city .cityList ul {
  width: 360px;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.searchBy-lists #city .cityList ul li {
  padding: 0;
  margin-right: 9px;
  float: left;
  font-size: 12px;
}

.searchBy-lists #service {
  padding: 0;
  overflow: hidden;
  height: 400px;
  margin-bottom: 30px;
}

.searchBy-lists #service h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.searchBy-lists #service h3 span {
  color: #d25975;
  display: block;
}

.searchBy-lists #service #kencode {
  margin-bottom: 15px;
}

.searchBy-lists #service ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}

.searchBy-lists #service li {
  float: left;
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: 12px;
}

.searchBy-lists #service li input,
.searchBy-lists #service li img {
  margin-right: 2px;
  vertical-align: middle;
}

.searchBy-lists #service li input {
  margin-right: 4px;
}

.searchBy-lists #service li label {
  display: inline-block;
}

.searchBy-lists #service li:nth-child(odd) {
  width: 50%;
}

.searchBy-lists #service .form-select-wrap {
  width: 217px;
}

.searchBy-lists #service .btn {
  padding-left: 36px;
  padding-right: 36px;
}

.searchBy-lists #station {
  padding: 0;
  margin-bottom: 30px;
}

.searchBy-lists #station .list-station {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.searchBy-lists #station .list-station li {
  float: left;
  width: 80px;
  margin: 0;
  padding-left: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  background: url("/themes/custom/hoya/images/rn2024/search/icon-arrow5-r.gif") no-repeat 0 50%;
}

.searchBy-lists #station .list-station li.more-link {
  float: none;
  clear: both;
}

.searchBy-lists #station .form-text {
  width: 217px;
  display: inline-block;
  margin-right: 10px;
}

.searchBy-lists #shopinfo {
  padding: 0;
}

.searchBy-lists #shopinfo .form-text {
  width: 217px;
  display: inline-block;
  margin-right: 10px;
}

.searchBy-service {
  padding: 20px;
  border: 3px solid #E2F5FE;
  padding: 28px;
  margin-bottom: 30px;
}

.searchBy-service ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.searchBy-service li {
  float: left;
  margin-bottom: 23px;
  white-space: nowrap;
  width: 33.333%;
}

.searchBy-service li input,
.searchBy-service li img {
  margin-right: 2px;
  vertical-align: middle;
}

.searchBy-service li input {
  margin-right: 4px;
}

.searchBy-service li label {
  display: inline-block;
}

.searchBy-service button {
  width: 100px;
}

.searchBy-area {
  margin-bottom: 30px;
}

.searchBy-area .searchBy-area-list {
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
}

.searchBy-area .searchBy-area-list h3 {
  width: 90px;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #d25975;
  float: left;
  font-size: 12px;
}

.searchBy-area .searchBy-area-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 100px;
}

.searchBy-area .searchBy-area-list ul li {
  padding: 0;
  font-size: 12px;
  display: inline-block;
  border-left: 1px solid #1d3994;
  line-height: 1.2;
  padding-left: 5px;
  margin-right: 2px;
  margin-bottom: 5px;
}

.searchBy-area .searchBy-area-list ul li:first-child {
  padding-left: 0;
  border: 0;
}

.searchBy-area .searchBy-area-list ul li.active {
  font-weight: bold;
}

.searchBy-area .searchBy-area-list ul li.note {
  border-left: 0;
  display: block;
  padding-left: 0;
}

.searchBy-list {
  margin-bottom: 30px;
  padding-top: 5px;
}

.searchBy-list .listwrap {
  margin-bottom: 20px;
  padding: 0 25px;
  overflow: hidden;
}

.searchBy-list .listwrap h2 {
  margin: 0 0 8px 0;
  padding: 0 0 8px 13px;
  font-weight: bold;
  color: #d25975;
  font-size: 14px;
  border-bottom: solid 2px #ccc;
}

.searchBy-list .listwrap ul {
  list-style: none;
  padding: 0 0 0 13px;
  margin: 0;
}

.searchBy-list .listwrap ul li {
  padding: 0;
  margin-bottom: 5px;
  float: left;
  font-size: 14px;
  width: 14.28571%;
}

.searchBy-list .listwrap ul a {
  color: #1d3994;
}

.searchBy-list .listwrap ul.col5 li {
  width: 22%;
  padding-right: 10px;
}

.searchBy-word {
  background: #EFF9FE;
  width: 621px;
  margin: 0 auto 30px auto;
  padding: 25px 33px;
}

.searchBy-word form {
  display: table;
  width: 100%;
}

.searchBy-word form>* {
  vertical-align: top;
  display: table-cell;
}

.searchBy-word .right {
  width: 100px;
  padding-left: 20px;
}

.searchBy-word .right .btn {
  width: 100px;
}

/*-----------------------------------------------------------------------------------------
// エリア絞込
-----------------------------------------------------------------------------------------*/
.refine-area-list h3 {
  color: #009be5;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #009be5;
  padding: 0 0 5px 15px;
  margin: 0;
}

.refine-area-list ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.refine-area-list ul a {
  color: #333;
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
}

.refine-area-list ul a:before {
  content: " ";
  background: #009be5 url(/themes/custom/hoya/images/rn2024/search/icon-arrow7-r.gif) no-repeat 50% 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -6px;
}

.refine-area-list ul a:hover {
  background: #EFF9FE;
}

.refine-area-list ul li.active>a {
  background: #EFF9FE;
}

.refine-area-list ul li.active>a:after {
  content: "絞込み解除";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  background: #fff;
  border: 2px solid #69C9F5;
  border-radius: 3px;
  color: #69C9F5;
  font-size: 11px;
  padding: 2px 10px;
}

.refine-area-list>ul>li>a {
  padding-left: 33px;
}

.refine-area-list>ul>li ul>li:first-child {
  border-top: 0;
  padding-top: 0;
}

.refine-area-list>ul>li ul>li:last-child {
  padding-bottom: 0;
}

.refine-area-list>ul>li ul>li>a {
  padding-left: 47px;
}

.refine-area-list>ul>li ul>li>a:before {
  left: 30px;
}

.result-linelist {
  margin: 0 35px 30px 30px;
}

.result-linelist h3 {
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 30px 0;
}

.result-linelist table {
  width: 100%;
}

.result-linelist table thead {
  background: #F7F7F7;
}

.result-linelist table thead th {
  padding: 7px 15px;
  font-weight: normal;
  text-align: left;
}

.result-linelist table tbody tr {
  border-bottom: 1px solid #E0E0E0;
}

.result-linelist table tbody td {
  padding: 10px 15px;
}

.result-linelist table th,
.result-linelist table td {
  font-size: 14px;
}

.result-linelist table .stname {
  width: 20%;
}

.result-linelist table .linename {
  width: 31%;
}

.result-linelist table .addr {
  width: 25%;
}

.result-linelist table .map {
  width: 24%;
  text-align: right;
}

.result-linelist .pagenation {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

.result-linelist .pagenation>a {
  display: inline-block;
}

.result-linelist .pagenation .prev {
  text-align: left;
  margin-right: 40px;
}

.result-linelist .pagenation .next {
  text-align: right;
  margin-left: 40px;
}

/*-----------------------------------------------------------------------------------------
// shoplist
-----------------------------------------------------------------------------------------*/
.result-shoplist {
  margin-bottom: 40px;
}

.result-shoplist h3 {
  font-weight: normal;
  font-size: 14px;
  margin: 20px 0 10px 0;
}

.result-shoplist table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}

.result-shoplist table tr {
  border-bottom: 1px solid #CCCCCC;
}

.result-shoplist table tr:nth-child(odd) {
  background: #F7F7F7;
}

.result-shoplist table th,
.result-shoplist table td {
  padding: 5px 15px;
}

.result-shoplist table th {
  text-align: left;
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
}

.result-shoplist table th a {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.result-shoplist table th a:before {
  content: " ";
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow6-r.gif) no-repeat left center;
  width: 8px;
  height: 7px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.result-shoplist table dl,
.result-shoplist table dd {
  padding: 0;
  margin: 0;
}

.result-shoplist table dl img,
.result-shoplist table dd img {
  vertical-align: bottom;
}

.not-result {
  text-align: center;
  font-size: 14px;
  margin: 180px 0;
}

.not-result p {
  font-size: 16px;
}

.not-result .btn {
  width: 17em;
  margin: 10px;
  padding: 10px;
}

/*-----------------------------------------------------------------------------------------
// closeshop
-----------------------------------------------------------------------------------------*/
.alert-closeshop {
  margin-bottom: 30px;
  clear: both;
  color: #f00;
  border: 1px solid #f00;
  padding: 10px 20px 10px 30px;
}

/*-----------------------------------------------------------------------------------------
// modal
-----------------------------------------------------------------------------------------*/
.modal-open {
  height: 100%;
  overflow-y: hidden;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
  background: rgba(13, 11, 11, 0.5);
  display: none;
}

.search-modal {
  width: 600px;
  max-height: 580px;
  padding: 0 25px 10px 25px;
  background: #fff;
  z-index: 10500;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -290px;
  /*-webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
}

.search-modal h3 {
  background: #E3EFEF;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 0 -25px 20px -25px;
  padding: 11px;
  position: relative;
  overflow: hidden;
}

.search-modal h3 span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}

.search-modal .pagenation {
  width: 100%;
  display: table;
}

.search-modal .pagenation>* {
  display: table-cell;
}

.search-modal .pagenation .prev {
  text-align: left;
  width: 25%;
}

.search-modal .pagenation .center {
  text-align: center;
}

.search-modal .pagenation .next {
  text-align: right;
  width: 25%;
}

.search-modal .result-wrap {
  overflow-y: auto;
  max-height: 420px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-modal .result-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0 25px;
}

.search-modal .result-wrap li {
  border-bottom: 1px solid #EFEFEF;
}

.search-modal .result-wrap li a {
  display: block;
  color: #333;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

.search-modal .result-wrap li a:hover {
  background: #E3EFEF;
}

.search-modal .result-wrap li a:after {
  content: " ";
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow8-r.png) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
}

.search-modal .no-result {
  height: 420px;
  width: 100%;
  display: table;
  text-align: center;
}

.search-modal .no-result p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

/*-----------------------------------------------------------------------------------------
// header
-----------------------------------------------------------------------------------------*/
.dummy-header {
  height: 66px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.gmap-wrap {
  position: relative;
}

.gmap-wrap .gmap {
  width: 100%;
  height: 100%;
}

.gmap-shopinfo h3 {
  font-weight: bold;
  margin: 0 0 10px;
}

.gmap-shopinfo p {
  margin: 0;
}

.home-search {
  position: absolute;
  z-index: 10;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  width: 270px;
  top: 85px;
  left: 30px;
  padding: 10px 15px 15px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  font-size: 12px;
}

.home-search .shop-search-rest {
  text-align: right;
  margin-bottom: 5px;
}

.home-search .shop-search-rest span {
  color: #1080b9;
  font-size: 10px;
  cursor: pointer;
}

.home-search form {
  margin-bottom: 15px;
}

.home-search form p {
  margin-bottom: 5px;
}

.home-search .word-type {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
}

.home-search .word-type:before {
  content: url(/themes/custom/hoya/images/rn2024/search/icon-lupe.png);
  display: inline-block;
  vertical-align: -20%;
}

.home-search .word-type li {
  border-left: 1px solid #A4A8AC;
  display: inline-block;
  line-height: 1.2;
  padding-left: 5px;
  font-size: 10px;
  cursor: pointer;
  vertical-align: middle;
}

.home-search .word-type li span {
  font-size: 12px;
}

.home-search .word-type li:first-child {
  border-left: 0;
  padding-left: 2px;
}

.home-search .word-type li.active span {
  font-weight: bold;
}

.home-search .inner {
  display: table;
  width: 100%;
}

.home-search .form-select-wrap:after {
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow1-b.png) no-repeat;
  width: 11px;
  height: 11px;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  z-index: 0;
}

.home-search .left {
  display: table-cell;
  width: 77.5%;
  background: #fff;
  position: relative;
  vertical-align: top;
}

.home-search .right {
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
  white-space: nowrap;
  width: 22.5%;
}

.home-search .right .btn {
  display: block;
  padding: 6px 0;
  width: 100%;
}

.home-search .home-search-result {
  margin-top: 20px;
}

.home-search .home-search-result h2 {
  min-height: 30px;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 2px solid #C1C1C1;
  margin: 0 0 10px 0;
  overflow: hidden;
  cursor: pointer;
}

.home-search .home-search-result h2:after {
  content: " ";
  background: #c1c1c1 url(/themes/custom/hoya/images/rn2024/search/icon-arrow2-b.png) no-repeat 5px 4px;
  background-image: url(/themes/custom/hoya/images/rn2024/search/icon-arrow2-b@1.png)\9;
  background-size: 13px;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  float: right;
}

.home-search .home-search-result h2:hover:after {
  opacity: .7;
}

.home-search .home-search-result h2 strong {
  font-size: 18px;
  margin-right: 3px;
}

.home-search .home-search-result.open h2:after {
  background-image: url(/themes/custom/hoya/images/rn2024/search/icon-arrow2-t.png);
  background-image: url(/themes/custom/hoya/images/rn2024/search/icon-arrow2-t@1.png)\9;
}

.home-search .home-search-result .result-wrap {
  overflow-y: auto;
  padding-right: 10px;
  max-height: 400px;
}

.home-search .home-search-result article {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.home-search .home-search-result article.article-land {
  margin: 8px 5px 0;
}

.home-search .home-search-result article h3 {
  margin: 0 0 3px 0;
}

.home-search .home-search-result article h3 a {
  color: #0078b4;
  font-weight: normal;
  text-decoration: underline;
}

.home-search .home-search-result article p {
  margin-bottom: 2px;
  line-height: 1.3;
}

.home-search .home-search-result article .icons {
  list-style: none;
  margin: 8px 15px 0 0;
  padding: 0;
  overflow: hidden;
}

.home-search .home-search-result article .icons li {
  float: left;
  margin-right: 5px;
  margin-bottom: 1px;
}

.home-search .home-search-result .head-land {
  margin-bottom: 10px;
  padding: 10px 0 10px 37px;
  background: #e4eeeb url(/themes/custom/hoya/images/rn2024/search/icon-title-land.png) no-repeat 5px 50%;
}

.home-maparea {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-maparea .to-searchBy-lists {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 20;
  height: 60px;
  left: 0;
  right: 0;
  bottom: -60px;
  background: #467FB8;
  background: rgba(3, 84, 166, 0.73);
  text-align: center;
  color: #fff;
  -webkit-transition: bottom 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms;
  -moz-transition: bottom 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms;
  transition: bottom 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms;
}

.home-maparea .to-searchBy-lists.active {
  bottom: 0;
}

.home-maparea .to-searchBy-lists span {
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
}

.home-maparea .to-searchBy-lists span:before {
  content: " ";
  display: inline-block;
}

.home-maparea .to-searchBy-lists span:before {
  background: url(/themes/custom/hoya/images/rn2024/search/icon-searchbylist.png) no-repeat;
  width: 27px;
  height: 27px;
  vertical-align: -35%;
  margin-right: 5px;
}

.home-maparea .to-searchBy-lists:after {
  content: " ";
  display: block;
  margin: 0 auto;
  background: url(/themes/custom/hoya/images/rn2024/search/icon-arrow3-b.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}

.home-maparea .to-searchBy-lists:hover {
  opacity: .7;
}

.home-maparea .gmap .gm-style-cc {
  bottom: 60px !important;
}

.home-maparea .gmap .gmnoprint {
  bottom: 60px !important;
}

.home-maparea .gmap .gm-style>div:nth-child(2) {
  bottom: 60px !important;
}

.home-maparea .gmap div.gm-bundled-control-on-bottom {
  bottom: 130px !important;
}

.home-maparea .to-searchBy-lists2 {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 20;
  height: 90px;
  width: 100px;
  right: 20px;
  top: 85px;
  background: #467FB8;
  background: rgba(3, 84, 166, 0.73);
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  color: #fff;
}

.home-maparea .to-searchBy-lists2 span {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}

.home-maparea .to-searchBy-lists2 span:after {
  content: "∨";
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  width: 15px;
  height: 15px;
  text-align: center;
}

.home-maparea .to-searchBy-lists2:hover {
  opacity: .7;
}

.home .pagetop {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 80px;
  z-index: 200;
}

.home .pagetop:hover {
  opacity: .7;
}

.gmap-shopinfo a {
  color: #0078b4;
  text-decoration: underline;
  font-weight: bold;
}

#move-search-CityList {
  font-size: 12px;
  font-weight: bold
}

.infomsg {
  top: 54px !important;
}