.header1 {
  background: #1253A4;
  display: block;
  border: 1px solid #1253A4;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header2 {
  background: #ffffff;
  display: block;
  border: 1px solid #b4b4b4;
  color: #e74c3c;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header3 {
  background: #ffffff;
  display: block;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 0 0;
  overflow: hidden;
  padding: 10px 10px 10px 24px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 2px solid #1253A4;
}

.header3:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #ffffff;
  border: 4px solid #1253A4;
  transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
}
/*
h3:nth-last-of-type(1){
  border-top: none;
}
*/
#images{
  background-color: #404a42;
  position: relative;
  margin: 0;
  padding: 2px 0 2px 0;
}

#img_slider {
  margin: 0 auto;
  width: 320px;
  height: 280px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#img_slider ul {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#img_slider ul li {
  display: inline;
  width: 320px;
  height: 280px;
  float: left;
  overflow: hidden;
}

#img_slider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#img_slider ul {
  display: inline-block;
  overflow: hidden;
}

#prev {
  display: block;
  position: absolute;
  top: 126px;
  left: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 16px 16px 16px 16px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: url("../images/prev_img.png") no-repeat scroll center;
  float: left;
  cursor: pointer;
  visibility: hidden;
  opacity: 0.8;
}

#next {
  display: block;
  position: absolute;
  top: 126px;
  right: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 16px 16px 16px 16px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: url("../images/next_img.png") no-repeat scroll center;
  float: right;
  cursor: pointer;
  visibility: hidden;
  opacity: 0.8;
}

#img_counter_block {
  position: absolute;
  bottom: 25px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/zoom.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 9px 7px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 100px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#img_counter {
  display: inline-block;
  margin-left: 12px;
  padding: 3.5px 3px 3px 3px;
  line-height: 1.6;
  font-size: 15px;
  color: #ffffff;
}

#no_images_main {
  padding: 5px;
  text-align: center;
}

.bukken_comment {
  background: #fff7e6;
  padding: 5px;
}

.bukken_comment p {
  font-size: 12px;
  margin: 3px 0 0 0;
  padding: 3px 5px 3px 5px;
  line-height: 1.5;
}

.point_icon {
  background: #ffaa00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #cc8800;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 2px 0 2px 10px;
  width: 50px;
}

.link_arrow {
  background: url("../images/link_arrow.png") no-repeat scroll right center transparent;
  padding: 5px;
  text-align: center;
}
.no_link_arrow {
  background: url("../images/no_link_arrow.png") no-repeat scroll right center transparent;
  padding: 5px;
  text-align: center;
}

.contents {
}

.contents table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}

.contents td {
  border-bottom: 1px solid #b4b4b4;
  padding: 10px 5px;
  line-height: 1.43;
}

.contents table tr:last-child th, .contents table tr:last-child td {
  border-bottom: none;
}

.contents label {
  white-space: pre;
}

.items {
  background-color: #efebd6;
  color: #6f6842;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
}

.values {
  font-size: 12px;
}

.price {
  color: #e74c3c;
  font-size: 16px;
  font-weight: bold;
}

#map {
  display: table;
  width: 100%;
}

#map a {
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #b3b3b3;
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

#map_address {
  display: table-cell;
  vertical-align:middle;
}

#map_btn {
  display: table-cell;
  padding: 3px 5px;
  width: 35px;
  vertical-align: middle;
}

#map_btn img {
  width: 24px;
  height: 24px;
  padding-top: 2px;
}

#inquiry {
  border: 1px solid #b4b4b4;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  margin: 0 5px 0 5px;
  padding: 10px 10px 10px 10px;
}

#inq_title {
  background: #f9f9f9;
  border: 1px solid #b4b4b4;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 5px 0 5px;
  padding: 8px 5px 8px 5px;
}

#inquiry p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.address {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #ffffef;
  box-sizing: border-box;
}

.content {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #ffffef;
  box-sizing: border-box;
}

.caller {
  margin-top: 10px;
}

.caller p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.caller p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff4c00;
}

.caller_inner {
  margin: 5px;
  text-align: center;
}

.large_util_btn{
  display: inline-block;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #b3b3b3;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #333333;
  padding: 8px 4px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}

.large_util_btn span{
  display: inline-block;
  vertical-align: middle;
}

.large_util_btn img{
  width: 24px;
  height: 24px;
  padding: 3px 6px 3px 3px;
  vertical-align: bottom;
}

.contact {
  margin: 10px 0 5px 0;
}

.contact p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.contact p span {
  font-size: 14px;
  font-weight: bold;
  color: #ff4c00;
}

.contact_inner {
   display: table;
   width: 100%;
   text-align: center;
}

.contact_btn {
  width: 50%;
  display: table-cell;
  margin: 0;
  padding: 5px;
}

.contact_btn a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #b3b3b3;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #333333;
  padding: 8px 0;
  font-size: 13px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}

.contact_btn span {
  display: inline-block;
  vertical-align: middle;
}

.contact_btn img {
  width: 22px;
  height: 22px;
  padding: 3px 3px 3px 3px;
  vertical-align: bottom;
}

#det_inquiry {
  margin: 5px 5px 2px 5px;
}

#det_inquiry_inner {
  text-align: center;
}

#mail_submit {
  text-align: center;
}

#inquiry_btn {
  display: inline-block;
  background: #f39c12;
  border: 1px solid #f39c12;
  border-bottom: 2px solid #c87f0a;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  padding: 12px 4px;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}

#inquiry_btn span{
  display: inline-block;
  vertical-align: middle;
}

#inquiry_btn img{
  width: 24px;
  padding: 3px 6px 3px 3px;
  vertical-align: bottom;
}

.image {
  margin: 10px 0 0 0;
  text-align: center;
}
.comment {
  text-align: center;
}

#annotation {
  margin: 5px;
  font-size: 12px;
}

#youtube {
  background-color: #404a42;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #b4b4b4;
  }

.error_pop {
  margin: 15px 20px;
  padding: 15px 0;
  border: 2px solid #fe9f9f;
}

.error_pop_msg {
  color: #ff5c68;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

#theta {
  background-color: #404a42;
  padding: 5px 0 5px 0;
  text-align: center;
  border-top: 1px solid #b4b4b4;
}

#theta_inner {
  margin: 0 auto;
  width: 310px;
}

#contact_navi {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  width: 100%;
}

#contact_navi_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 3px 0 3px 0;
  text-align: center;
}

.contact_navi_btn {
  margin: 0;
  padding: 5px;
}

.w_split2 {
  width: calc(100%/2);
  width: -webkit-calc(100%/2);
}
.w_split3 {
  width: calc(100%/3);
  width: -webkit-calc(100%/3);
}

.contact_navi_btn a {
  display: inline-block;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 13px;
  width: 100%;
  height: 47px;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: top;
}

.contact_navi_other {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #b3b3b3;
  color: #333333;
  padding-top: 8px;
}

.contact_navi_inquiry {
  background: #f39c12;
  border: 1px solid #f39c12;
  border-bottom: 2px solid #c87f0a;
  color: #fff;
  padding-top: 9px;
}

.contact_navi_btn span {
  display: inline-block;
  vertical-align: middle;
}

.contact_navi_btn img {
  width: 22px;
  height: 22px;
  padding: 3px 3px 3px 3px;
  vertical-align: middle;
}

.contact_navi_inquiry img {
  width: 24px;
  height: 18px;
}
