@charset "UTF-8";
html {
  background: #666666;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  height: auto;
  min-height: 100%;
  line-height: 1.5;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}

body {
  background: #ddeeff;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

a, a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: #99ccff;
}

p {
  margin: 0;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

li, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

b {
  color: #C00;
  font-style: normal;
  font-weight: bold;
}

table {
  border-collapse: separate;
  border-spacing: none;
  margin: 0;
}

.group:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

h1,
.h1 {
  font-size: 20px;
  margin: 0;
  padding: 18px 0;
  text-align: center;
}

h1 a,
.h1 a,
h1 a:link,
.h1 a:link,
h1 a:visited,
.h1 a:visited,
h1 a:hover,
.h1 a:hover {
  color: inherit;
  text-decoration: none;
}

h2,
.h2 {
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 11px 10px 10px;
}

.home section h2{
  background:#eee; 
}

h3,
.h3 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

.notice {
  padding: 0 10px 18px;
  text-align: center;
}

textarea {
  resize: none;
}

select {
  font-size: 16px;
}

.required h3::before {
  color: #C00;
  content: '* ';
}

.control_wrap {
  padding: 9px 0;
}

.control_wrap input[type="text"],
.control_wrap input[type="tel"],
.control_wrap input[type="email"],
.control_wrap input[type="number"],
.control_wrap input[type="search"],
.control_wrap textarea {
  background: #EEE;
  border: 1px solid #CCC;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 14px 10px;
  width: 100%;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.control_wrap input[type="text"]:focus,
.control_wrap input[type="tel"]:focus,
.control_wrap input[type="email"]:focus,
.control_wrap input[type="number"]:focus,
.control_wrap input[type="search"]:focus,
.control_wrap textarea:focus {
  background: #FFF;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.check_list {
  padding: 9px 0;
}

.check_list li {
  float: left;
  padding: 0 2px 4px 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.check_list.col_2 li {
  width: 50%;
}

.check_list.col_3 li {
  width: 33.33%;
}

.check_list li label {
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
  background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -2px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.check_list li label.checked {
  background: #6699ff;
  background: -moz-linear-gradient(top, #6699ff 0%, #99ccff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6699ff), color-stop(100%, #99ccff));
  background: -webkit-linear-gradient(top, #6699ff 0%, #99ccff 100%);
  background: linear-gradient(top, #6699ff 0%, #99ccff 100%);
  border: 1px solid #69F;
  color: #FFF;
  text-shadow: none;
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) inset;
}

.check_list li label input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon_member {
  background: #C00;
  border-radius: 2em;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  padding: 2px 10px;
  float: right;
}

/*
.result .icon_member {
  position: absolute;
  top: 0;
  right: 0;
}
*/

.icon_coupon {
  background: #0068CC;
  border-radius: 2em;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 2px 10px;
  float: right;
}

.freespace {
	position: relative;
}


/* --------

@ button icons

-------- */
.btn.btn_icon,
.btn_icon {
  padding-left: 30px;
}

.icon {
  background-image: url(../images/icons_black.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .icon {
    background-image: url(../images/r_icons_black.png);
    background-size: 240px 180px;
  }
}

.btn_icon::before {
  background-image: url(../images/icons_black.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  content: '';
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .btn_icon::before {
    background-image: url(../images/r_icons_black.png);
    background-size: 240px 180px;
  }
}

.btn_icon_map::before {
  background-position: -180px 0;
}

.btn_icon_area::before {
  background-position: -60px 0;
}

.btn_icon_train::before {
  background-position: -30px 0;
}

.btn_icon_pc::before {
  background-position: -30px -120px;
}

.btn_icon_loupe::before {
  background-position: -60px -120px;
}

.btn_icon_mail::before {
  background-position: 0 -90px;
}

.btn_icon_form::before {
  background-position: 0 -120px;
}

.btn_icon_app::before {
  background-position: -90px -120px;
}

.btn_icon_left::before {
  background-position: 0 -30px;
}

.icon_tweet {
  background-position: -30px -150px;
}

.icon_facebook {
  background-position: -60px -150px;
}

.icon_googleplus {
  background-position: -90px -150px;
}

body.content_only {
  padding: 10px 0;
}

#wrapper {
  min-width: 320px;
}

#global_header {
  background: #FFF;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

#site_title {
  height: auto;
  line-height: 1;
  padding: 10px 20px;
}
#site_title img {
  font-size: 0.1px;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

#content > section,
.section {
  background: #FFF;
  border-radius: 6px;
  margin: 18px 10px;
  padding-bottom: 18px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#content > section .img_frame,
.section .img_frame {
  display: block;
  width: auto;
}

.img_frame > img {
  max-width: 100%;
  width: auto;
}

#global_footer {
  background: #333;
  color: #FFF;
}

#footer_nav_list > li {
  border-bottom: 1px solid #666;
  float: left;
  text-align: center;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_nav_list > li:nth-child(2n-1) {
  border-right: 1px solid #666;
}

#footer_nav_list > li > a,
#footer_nav_list > li > a:link,
#footer_nav_list > li > a:visited {
  color: #FFF;
  display: block;
  padding: 18px 0 17px;
  text-decoration: none;
}

#footer_nav_list > li > a:before {
  background-image: url(../images/icons_white.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  background-position: -150px -30px;
  content: '';
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  #footer_nav_list > li > a:before {
    background-image: url(../images/r_icons_white.png);
    background-size: 240px 180px;
  }
}

#ft_company_info_list {
  color: #FFF;
  padding: 9px 10px;
}

#ft_company_info_list a,
#ft_company_info_list a:link,
#ft_company_info_list a:visited,
#ft_company_info_list a:hover {
  color: #ADF;
}

#forPC_nav {
  padding: 0 10px;
}
#forPC_nav .btn {
  margin: 5px 0;
  padding: 10px 30px 10px 50px;
  width: auto;
}

#ft_copyright {
  color: #FFF;
  display: block;
  padding: 9px 10px;
}

.block {
  padding: 10px 10px;
}

.pager {
  border-bottom: 1px solid #DDD;
}

.pager_list {
  border-collapse: separate;
  border-spacing: 2px;
  display: table;
  width: 100%;
}

.pager_list > li {
  border: 1px;
  display: table-cell;
  text-align: center;
}

.pager_list > li > a,
.pager_list > li > span {
  background: #999999;
  background: -moz-linear-gradient(top, #999999 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
  background: linear-gradient(top, #999999 0%, #333333 100%);
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 15px 5px 14px;
  text-decoration: none;
}

.pager_list > li > span.current {
  background: #6699ff;
  background: -moz-linear-gradient(top, #6699ff 0%, #99ccff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6699ff), color-stop(100%, #99ccff));
  background: -webkit-linear-gradient(top, #6699ff 0%, #99ccff 100%);
  background: linear-gradient(top, #6699ff 0%, #99ccff 100%);
}

.pager_prev,
.pager_next {
  width: 50px;
}

.tag_list {
  border-bottom: 1px solid #DDD;
  line-height: 1;
  padding: 9px 10px 8px;
}

.tag_item {
  background: #69F;
  border-radius: 2em;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 4px;
  padding: 2px 10px;
}

.data_table {
  border-collapse: collapse;
  width: 100%;
}

.data_table th,
.data_table td {
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 9px 10px 8px;
}

.data_table th {
  background: #EEE;
  color: #666;
  text-align: left;
  width: 6em;
}

.toggle_wrap {
  margin-bottom: 6px;
  text-align: right;
  padding: 0 10px;
}

.toggle_btn,
.toggle_btn:link,
.toggle_btn:visited {
  background: #999;
  border-top: 1px solid #999;
  border-radius: 0 0 6px 6px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 9px 30px;
  position: relative;
  top: -1px;
  text-decoration: none;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}

.alert {
  background-color: #EEE;
  border: 2px solid #999;
  border-radius: 6px;
  margin: 10px 10px;
  padding: 10px;
}
.alert.error {
  background-color: #FDD;
  border-color: #C33;
  color: #C33;
  font-weight: bold;
}

.loading_animation {
  background: url("../images/loader.gif") no-repeat left top;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: bottom;
}

.btn, .btn:link, .btn:visited {
  background: white;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #d6d6d6 100%);
  background: linear-gradient(top, #f6f6f6 0%, #d6d6d6 100%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  line-height: 14px;
  outline: none;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  width: 100%;
}
.btn:active {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f6f6f6 100%);
  background: linear-gradient(top, #d6d6d6 0%, #f6f6f6 100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.btn_highlighted, .btn_highlighted:link, .btn_highlighted:visited,
.btn.primary,
.btn.primary:link,
.btn.primary:visited {
  background: #ffeba5;
  background: -moz-linear-gradient(top, #ffeba5 0%, #ffc116 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffeba5), color-stop(100%, #ffc116));
  background: -webkit-linear-gradient(top, #ffeba5 0%, #ffc116 100%);
  background: linear-gradient(top, #ffeba5 0%, #ffc116 100%);
  border: 1px solid #B94;
}
.btn_highlighted:active,
.btn.primary:active {
  background: #ffc116;
  background: -moz-linear-gradient(top, #ffc116 0%, #ffeba5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc116), color-stop(100%, #ffeba5));
  background: -webkit-linear-gradient(top, #ffc116 0%, #ffeba5 100%);
  background: linear-gradient(top, #ffc116 0%, #ffeba5 100%);
}

.btn_strong, .btn_strong:link, .btn_strong:visited,
.btn.strong,
.btn.strong:link,
.btn.strong:visited {
  background: #ff6633;
  background: -moz-linear-gradient(top, #ff6633 0%, #cc3300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6633), color-stop(100%, #cc3300));
  background: -webkit-linear-gradient(top, #ff6633 0%, #cc3300 100%);
  background: linear-gradient(top, #ff6633 0%, #cc3300 100%);
  border: 1px solid #930;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn_strong:active,
.btn.strong:active {
  background: #cc3300;
  background: -moz-linear-gradient(top, #cc3300 0%, #ff6633 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc3300), color-stop(100%, #ff6633));
  background: -webkit-linear-gradient(top, #cc3300 0%, #ff6633 100%);
  background: linear-gradient(top, #cc3300 0%, #ff6633 100%);
  color: #EEE;
}

.btn.disabled, .btn.disabled:link, .btn.disabled:visited, .btn.disabled:active {
  background: white;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #d6d6d6 100%);
  background: linear-gradient(top, #f6f6f6 0%, #d6d6d6 100%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  color: #999;
}

.button_list {
  margin: 0 0 9px;
}

.button_list:last-child {
  margin: 0;
}

.button_nav {
  padding: 13px 10px;
}

.button_nav:last-child {
  margin-bottom: -18px;
}

.btn_group {
  display: table;
  table-layout: auto;
  width: 100%;
}
.btn_group .button_item {
  display: table-cell;
  padding: 0;
  width: auto;
}
.btn_group .button_item .btn {
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}
.btn_group .button_item:first-child .btn {
  border-width: 1px;
  border-radius: 6px 0 0 6px;
}
.btn_group .button_item:last-child .btn {
  border-width: 1px 1px 1px 0;
  border-radius: 0 6px 6px 0;
}
.btn_group .button_item:only-child .btn {
  border-radius: 6px;
  border-width: 1px;
}

.btn_group_half_btn .button_item {
  width: 50%;
}

.list .item {
  border-bottom: 1px solid #DDD;
  color: #333;
  display: block;
  padding: 18px 10px 17px 10px;
  text-decoration: none;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.list .item.open {
  background-color: #6699ff;
  background-image: -moz-linear-gradient(top, #6699ff 0%, #99ccff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6699ff), color-stop(100%, #99ccff));
  background-image: -webkit-linear-gradient(top, #6699ff 0%, #99ccff 100%);
  background-image: linear-gradient(top, #6699ff 0%, #99ccff 100%);
  border-color: #69F;
  color: #FFF;
}

.multiple_list li {
  position: relative;
}
.multiple_list .item::before {
  background-image: url(../images/icons_black.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  background-position: -150px -30px;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .multiple_list .item::before {
    background-image: url(../images/r_icons_black.png);
    background-size: 240px 180px;
  }
}
.multiple_list .item.open::before {
  background-image: url(../images/icons_white.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  background-position: -210px -30px;
  content: '';
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .multiple_list .item.open::before {
    background-image: url(../images/r_icons_white.png);
    background-size: 240px 180px;
  }
}
.multiple_list a.item {
  background: #EEE;
  display: block;
  padding-right: 30px;
}
.multiple_list a.item::before {
  background: url(../images/sprites.png) no-repeat -11px -18px;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .multiple_list a.item::before {
    background: url(../images/r_sprites.png) repeat -11px -18px;
    background-size: 35px 75px;
  }
}

.list_lv_02 > li > .item {
  padding-left: 30px;
}

.list_lv_03 > li > .item {
  background: #EEE;
  padding-left: 60px;
}

.item_list .item {
  border-bottom: 1px solid #DDD;
  position: relative;
}
.item_list article {
  position: relative;
}

.item > a,
.item > a:link,
.item > a:visited {
  color: inherit;
  display: block;
  padding: 9px 12px 8px;
  text-decoration: none;
}

.item_copy {
  display: block;
  font-weight: bold;
  padding: 2px 60px 2px 35px;
  position: relative;
}
.item_copy::before {
  background-image: url(../images/icons_black.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  background-position: -120px -90px;
  content: '';
  left: 0;
  opacity: .3;
  position: absolute;
  top: -3px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .item_copy::before {
    background-image: url(../images/r_icons_black.png);
    background-size: 240px 180px;
  }
}

.item_image {
  text-align: center;
}

.item_image img {
  height: auto;
  width: auto;
  max-height: 80px;
  max-width: 80px;
}

.item_data_list {
  width: 100%;
}

.item_data_list dt {
  clear: both;
  float: left;
  width: 3em;
}

.item_data_list dd {
  margin-right: 25px;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}

.item_list_01 > li > a {
  background: url(../images/list_arrow.png) no-repeat right center;
  padding-right: 20px;
}

.item_list_01 li article {
  display: block;
}

.item_list_01 li .item_body {
  display: table;
  width: 100%;
}

.item_list_01 li .item_data {
  display: table-cell;
  vertical-align: middle;
}

.item_list_01 li .item_image {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 90px;
}

.item_list_02 > li > a {
  background: url(../images/list_arrow.png) no-repeat right center;
  padding-right: 20px;
}

.item_list_02 li article {
  display: block;
}

.item_list_02 li .item_data {
  display: block;
}

.item_list_02 li .item_image {
  display: block;
  padding: 9px 0;
}

.item_image_list > li {
  float: left;
}

.item_image_list > li + li {
  margin-left: 10px;
}

.item_image img {
  border: 5px solid #FFF;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bread {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  background: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-left: 40px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bread_list {
  position: relative;
}

.bread_item {
  float: left;
  font-size: 10px;
  line-height: 1;
}

.bread_item + .bread_item > *::before {
  background: url(../images/sprites.png) no-repeat 0 0;
  height: 100%;
  width: 10px;
  content: '>';
  display: inline-block;
  line-height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -10000px;
  vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .bread_item + .bread_item > *::before {
    background: url(../images/r_sprites.png) repeat 0 0;
    background-size: 35px 75px;
  }
}

.bread_item > a,
.bread_item > span {
  display: block;
  height: 54px;
  line-height: 54px;
  padding: 0 10px 0 20px;
  position: relative;
}

.bread_item > a {
  color: #333;
  text-decoration: none;
}

.bread_item.current > span {
  color: #9C6;
  font-weight: bold;
}

.bread_control {
  background: #999999;
  background: -moz-linear-gradient(top, #999999 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #999999 0%, #333333 100%);
  background: linear-gradient(top, #999999 0%, #333333 100%);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #FFF;
  font-weight: bold;
  height: 100%;
  line-height: 54px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  top: 0;
  width: 40px;
  z-index: 10;
}

.bread_control:focus {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bread_control_left {
  left: 0;
}

.bread_control_right {
  right: 0;
}

.bread_control_left,
.bread_control_right {
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

/* CSS Document */
/* --------

@ common layout

-------- */
/* --------

@ page_home

-------- */
#top_image {
  background: #FFF;
  border: 3px solid #FFF;
  margin: 18px 10px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  /* ついか 4/26 */
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

#top_image > img {
  width: 100%;
}

#top_selector_section {
  position: relative;
}

#top_selector {
  margin-top: 62px !important;
}

#top_selector_list {
  margin-left: 10px;
  position: absolute;
  top: -46px;
}

.top_selector_item {
  float: left;
  margin-right: 5px;
}

.top_selector_item a {
  background: #ABC;
  border-radius: 8px 8px 0 0;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top_selector_item a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top_selector_item > a.current {
  background: #FFF;
  color: #666;
}

#type_selector {
  margin: 0 10px;
}

#type_selector_mes {
  background: #EEE;
  border-radius: 6px 6px 0 0;
  color: #333;
  display: inline-block;
  margin: 9px 10px -9px 0;
  padding: 9px 15px;
}

#type_selector_list {
  background: #EEE;
  border-radius: 6px;
  padding: 9px 10px;
}

.type_menu > select {
  width: 100%;
}
.add_wrap{
  margin:-18px 0 0 0 !important;
  text-align:right;
  padding: 0 10px;  
}
.add_wrap a{
  cursor:pointer;
}
#news_add{
  display:none;
}
.news_init li,
.news_add li{
  padding: 8px 12px 6px;
  overflow-x:hidden;
  overflow-y: auto;
  border-top: 1px solid #DDD;
}
.news_init li:first-child{
  border-top: 0px;
}

.news_init li div.date,
.news_add li div.date{
  color:#696969;
}
.news_init li div.right,
.news_add li div.right{
  width:100%;
}
.news_init li div.right div.text,
.news_add li div.right div.text{
  padding: 3px 0 0 5px;  
}
.news_init img,
.news_add img{
  max-width:100%;
  height:auto;
}


/* --------

@ page_result

-------- */
.result_num {
  font-size: 10px;
  vertical-align: middle;
}

/* --------

@ page_detail

-------- */
.detail_copy {
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  padding: 9px 10px 8px 40px;
  position: relative;
}
.detail_copy::before {
  background-image: url(../images/icons_black.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  line-height: 1;
  vertical-align: middle;
  width: 30px;
  background-position: -120px -90px;
  content: '';
  left: 6px;
  opacity: .3;
  position: absolute;
  top: 4px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .detail_copy::before {
    background-image: url(../images/r_icons_black.png);
    background-size: 240px 180px;
  }
}

.detail_images {
  background: #EEE;
  border-bottom: 1px solid #DDD;
  height: auto !important;
  padding: 9px 0 0;
}

.detail_images_list {
  overflow: hidden;
}

.detail_images_list li {
  float: left;
  margin: 0 10px 0;
}
.detail_photo_comment {
	margin-top: 2px;
	text-align: center;
	word-break: break-all;
}

.detail_images_list li img {
  width: auto;
  height: auto;
  max-width: 164px;
  max-height: 120px;
  border: 5px solid #FFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.detail_small_list {
  border-bottom: 1px solid #DDD;
  color: #666;
  font-size: 10px;
  line-height: 1.8;
  padding: 9px 10px 8px;
}

.detail_small_list dt {
  float: left;
  clear: left;
}

.detail_small_list dd {
  float: left;
}

#detail_gallery_controls .btn {
  width: auto;
}

.detail_content .detail-comment {
	padding: 18px 8px 0 8px;
}


/* ----

@ sns

---- */
.detail_sns_list {
  font-size: 0;
  padding: 6px 2px;
}

.detail_sns_item {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 2px 0;
  overflow: hidden;
  vertical-align: middle;
}

.detail_sns_item.btn_tweet {
  max-width: 92px;
}

.detail_sns_item.btn_line {
  margin: 0 6px 0 0;
}

.detail_sns_item.btn_line img {
  border: solid 0px;
}

.detail_sns_item.btn_fblike {
  max-width: 150px;
}

.detail_sns_item.btn_plusone {
  max-width: 68px;
}

.detail_sns_item.detail_sns_item iframe {
  display: block;
}

/* ----

@ replace holder

---- */
.member_icon_replace_item {
  line-height: 1;
}

.member_icon_replace_item img {
  line-height: 1;
  height: 18px;
  width: auto;
}

/* --------

@ condition_more

-------- */
#more_conditions_list li:nth-child(10n) {
  margin-bottom: 36px;
}

/* --------

@ page_privacy

-------- */
.contact #privacy_body {
  padding-bottom: 30px;
}

/* --------

@ detailModal

-------- */
#detail_gallery .arrows .display .zoom_button {
  border-radius: 6px 2em 2em 6px;
  display: block;
  height: 100%;
  line-height: 28px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -1px;
  width: 70px;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}

#detail_gallery .arrows .display .zoom_button::before {
  background: url(../images/sprites.png) no-repeat -11px -36px;
  height: 18px;
  width: 18px;
  content: '';
  line-height: 28px;
  margin: -2px 4px 0 -5px;
  opacity: .3;
  position: static;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  #detail_gallery .arrows .display .zoom_button::before {
    background: url(../images/r_sprites.png) repeat -11px -36px;
    background-size: 35px 75px;
  }
}

.md-overlay {
  background: rgba(0, 0, 0, 0.75);
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

.md-overlay.wrapper-smaller {
  margin: -30px 0;
}

.md-overlay.wrapper-smaller::before {
  content: ' ';
  display: inline-block;
  font-size: 0;
  height: 100%;
  margin-left: -10px;
  vertical-align: middle;
  width: 10px;
}

.md-box {
  background: #FFF;
  border-radius: 6px;
  display: inline-block;
  width: auto;
  height: auto;
  margin: auto 30px;
  padding: 15px;
  position: relative;
  vertical-align: middle;
}

.md-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

.md-comment {
  margin-top: 3px;
  word-break: break-all;
}

.md-close {
  background: no-repeat center 10px #FFF;
  -moz-background-size: 23px auto;
  -webkit-background-size: 23px auto;
  background-size: 23px auto;
  border-radius: 6px 0 0 6px;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 35px 15px 15px;
  position: fixed;
  top: 40px;
  right: -4px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.md-close::before {
  background: url(../images/sprites.png) no-repeat -11px -54px;
  height: 18px;
  width: 18px;
  content: '';
  left: auto;
  position: absolute;
  top: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .md-close::before {
    background: url(../images/r_sprites.png) repeat -11px -54px;
    background-size: 35px 75px;
  }
}

/* --------

@ flickGal

-------- */
.flickGaled {
  overflow: hidden;
}

.flickGaled .containerInner {
  height: auto !important;
}

.flickGaled .item {
  width: 180px;
  text-align: center;
  height: 130px;
}

.flickGaled .item::before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 10px;
  margin-left: -10px;
}

.flickGaled .item img {
  vertical-align: middle;
}

.flickGaled .moving {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
}

.flickGaled .arrows {
  display: block;
  height: 72px;
  line-height: 72px;
  position: relative;
  text-align: center;
}

.flickGaled .arrows .display {
  background: #FFF;
  border-radius: 2em;
  color: #666;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  min-width: 50px;
  padding: 9px 80px 9px 10px;
  position: relative;
  text-align: right;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3) inset;
}

.flickGaled .arrows .btn {
  line-height: 1;
  padding: 18px 18px;
  position: absolute;
  top: 8px;
}

.flickGaled .arrows .prev {
  left: 10px;
}

.flickGaled .arrows .next {
  right: 10px;
}

/* --------

@ coupon

-------- */
.coupon_main {
  border-bottom: 1px solid #DDD;
}

.coupon_front {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid #900;
  margin: 10px;
}

.coupon_title {
  background-color: #C00;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  text-align: center;
}

.coupon_comment {
  background-color: #900;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.coupon_limit {
  background-color: #EEE;
  padding: 5px;
  text-align: center;
}

.coupon_nav {
  margin: 10px 0 !important;
}

#coupon_passbook_error {
  display: none;
}

.coupon .data_table td {
  word-break: break-all;
  word-wrap: break-word;
}
