@charset "UTF-8";

@import url('/css/front/calendar.css');
@import url('import/pagenation.css');

/* カレンダー調整
-------------------------------------------------*/

#cal0,#cal0 table{
    width: 260px;
}
#cal0{
    margin-bottom: 10px;
}
#side_calendar h3{
    font-size: 16px;
    margin: 0 0 10px;
}
#side_calendar > img{
    width: 310px;
    margin-left: -50px;
}

/* #shops_list_wrap #offices_list_wrap
-------------------------------------------------*/

#shops_list_wrap #shops_list li,
#offices_list_wrap #offices_list li {
  width: 286px;
  min-height: 306px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}

#shops_list_wrap #shops_list li a,
#offices_list_wrap #offices_list li a {
  display: block;
}

#shops_list_wrap #shops_list li a:hover,
#offices_list_wrap #offices_list li a:hover {
  text-decoration: none;
  opacity: .7;
}

#shops_list_wrap #shops_list li a img,
#offices_list_wrap #offices_list li a img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#shops_list_wrap #shops_list li a h3,
#offices_list_wrap #offices_list li a h3 {
  font-size: 1.8em;
}

#shops_list_wrap #shops_list li a span,
#offices_list_wrap #offices_list li a span {
  display: block;
  font-size: 1.1em;
}

/* #shop_top
 -------------------------------------------------*/

#shop_top #shop_head_left {
    float: left;
    width: 337px;
    background: #00aba9;
    padding-top: 40px;
}

#shop_top #ul_shop_head {
    background: #00aba9;
    padding: 0 30px;
    margin-bottom: 24px;
}

#shop_top #shop_head_left #shop_name_title {
    border-bottom: 1px solid #85d1d0;
    margin-left: 20px;
    margin-bottom: 110px;
    padding-bottom: 15px;
}

#shop_top #ul_shop_head #shop_name_title {
    float: left;
}

#shop_top #ul_shop_head #shop_name_title h1 {
     display: inline;
     line-height: 103px;
     color:  #FFF;
     margin-right: 20px;
     font-size: 35px;
}


#shop_top #shop_head_left #shop_name_title h1 {
    color: #FFF;
    font-size: 36px;
    line-height: 1.3;
}

#shop_top #ul_shop_head #shop_name_title span {
     vertical-align: 3px;
     font-size: 13px;
     letter-spacing: 0.18em;
}

#shop_top #shop_head_left #shop_name_title span {
    letter-spacing: 0.18em;
    padding-left: 2px;
    font-size: 14px;
}

#shop_top #ul_shop_head .rsv_btn {
     float: right;
     margin: 27px 0;
     position: relative;
}

#shop_top #shop_head_left .rsv_btn {
    text-align: center;
    margin-bottom: 51px;
    position: relative;
}

#shop_top #shop_head_left .rsv_btn a,
#shop_top #ul_shop_head .rsv_btn a {
    color: #008a88;
    background: #FFF;
    padding: 10px 61px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

#shop_top #shop_head_left .rsv_btn a:hover,
#shop_top #ul_shop_head .rsv_btn a:hover {
    text-decoration: none;
    opacity: .8;
    z-index:0;
}

#shop_top #shop_head_left .rsv_btn a i.icon_shop_house,
#shop_top #ul_shop_head .rsv_btn a i.icon_shop_house {
    background: url("/img/front/common/icon_shop_house.png") no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
}

#shop_top #shop_head_left .rsv_btn:before,
#shop_top #ul_shop_head .rsv_btn:before{
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 72px;
    background: url(/img/front/common/bg_chara_on_rsv.png) no-repeat;
    top: -68px;
    left: 40px;
    z-index: 1;
}

#shop_top #shop_head_right {
    float: right;
    width: 563px;
    height: 333px;
}
#shop_top #shop_head_right > div{
    height: inherit;
}
#shop_top #shop_head_right .slick-slide{
    height: 333px;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#shop_top #shop_head_right .slick-slide img{
    width: 100%;
    border: none;
}
#shop_top #shop_head_right .slick-list{
    height: 333px;
    margin-bottom: 9px;
}
#shop_top #shop_head_right ul.slick-dots{
    margin: auto;
    text-align: center;
}
#shop_top #shop_head_right ul.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
#shop_top #shop_head_right ul.slick-dots li button{
    color: #FFF;
    text-indent: 100%;
    width: 16px;
    height: 16px;
    border: 1px solid #01aba9;
    border-radius: 9px;
    overflow: hidden;
    background-color: #FFF;
}
#shop_top #shop_head_right ul.slick-dots li.slick-active button{
    color: #01aba9;
    text-indent: 100%;
    overflow: hidden;
    background-color: #01aba9;
}


#shop_top ul.slide_btn {
    display: block;
    padding: 10px 0 0 576px;
    margin-bottom: 35px;
}

#shop_top ul.slide_btn li {
    float: left;
    margin-right: 14px;
}

#shop_top ul.slide_btn li a {
    width: 13px;
    height: 13px;
    border: 1px solid #40b7b5;
    display: inline-block;
    border-radius: 50%;
}

#shop_top ul.slide_btn li a:hover,
#shop_top ul.slide_btn li.current a {
    background: #40b7b5;
}

#shop_top #shop_nav {
    margin-bottom: 35px;
    border-bottom: 5px solid #00aba9;
}

#shop_top #shop_nav li {
    float: left;
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

#shop_top #shop_nav li a {
    background: url("/img/front/common/bg_building_nav_off.png") no-repeat;
    display: inline-block;
    width: 176px;
    height: 40px;
    text-align: center;
    padding: 15px 0 0;
}

#shop_top #shop_nav li a:hover,
#shop_top #shop_nav li.current a {
    background: url("/img/front/common/bg_building_nav_on.png") no-repeat;
    text-decoration: none;
    color: #FFF;
}

/* #shop_news_rls
 -------------------------------------------------*/

#shop_news_rls {margin-bottom: 60px;}

#shop_news_rls dl {
    background: #f2f1eb;
}

#shop_news_rls dl dt,
#shop_news_rls dl dd {
    float: left;
    font-size: 15px;
}

#shop_news_rls dl dt {
    color: #009593;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}

#shop_news_rls dl dt span {
    border-right: 1px solid #bebeb4;
    padding-right: 20px;
    letter-spacing: 0.12em;
    font-weight: 600;
}

#shop_news_rls dl dd {
    line-height: 3.6;
    margin-left: 28px;
}

#shop_news_rls dl dd a {
    text-decoration: underline;
}

#shop_news_rls dl dd:last-child {
    float: right;
    margin-right:25px;
    padding-left: 13px;
    background: url("/img/front/common/icon_arr_b.gif") no-repeat 0;
}

/* #shop_content
 -------------------------------------------------*/

#shop_content .shop_title,
#shop_access .shop_title,
#area_feature .shop_title,
#shop_feature .shop_title,
#shop_staff .shop_title {
    border-bottom: 2px solid #009593;
    margin-bottom: 26px;
}

#shop_content .shop_title h2,
#shop_access .shop_title h2,
#shop_feature .shop_title h2,
#area_feature .shop_title h2,
#shop_staff .shop_title h2 {
    background: #FFF;
    color: #000;
    font-size: 26px;
    float: left;
    margin: 0;
    padding-left: 0;
}

#shop_content .shop_title a.show_more,
#shop_staff .shop_title a.show_more {
    float: right;
    background: url("/img/front/common/icon_arr_b.gif") no-repeat 0;
    padding-left: 12px;
    text-decoration: underline;
    margin-top: 20px;
}

#shop_content .staff_img {
    width: 140px;
    text-align: center;
    float: left;
}
#shop_content .staff_img img {
    border-radius: 50%;
    border: 2px solid #36bebc;
    margin-bottom: 10px;
}

#shop_content .staff_img .staff_affl {
    display: inline-block;
}

#shop_content .staff_img .staff_name,
#shop_content .staff_img .staff_pstn {
    display: block;
}

#shop_content .staff_img .staff_affl {
    color: #FFF;
    background: #289ad8;
    font-size: 13px;
    padding: 2px 7px;
    margin-bottom: 5px;
}

#shop_content .staff_img .staff_name {
    font-size: 16px;
    font-weight: bold;
}

#shop_content .staff_img .staff_pstn {
  color: #44b1af;
}

#shop_content .msg_from_staff {
  float: right;
  width: 712px;
  background: #d7f4f4;
  position: relative;
  padding: 30px 0 20px;
}

#shop_content .msg_title {
    margin-left: 30px;
    margin-right: 30px;
}
#shop_content .msg_from_staff a {
  color: #008080;
}
#shop_content .msg_from_staff h3{
    font-size: 15px;
}
#shop_content .msg_from_staff p {
  margin: 0 30px;
  font-size: 15px;
}

#shop_content .msg_from_staff img {
  max-width: 645px!important;
  height: auto!important;
  margin-right: 32px;
}

#shop_content .msg_from_staff:before {
  background: url("/img/front/common/bg_speech_baroon_t.png") no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 42px;
  height: 23px;
  top: 49px;
  left: -42px;
}

#shop_content #welcome_msg {
    background: url("/img/front/common/bg_shop_welcome.png") no-repeat center 55px, #f3f2da;
    padding: 75px 44px 10px;
    margin-bottom: 80px;
}

#shop_content #welcome_msg h3 {
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center;
}

#shop_content #welcome_msg > p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 75px;
}

#shop_content #welcome_msg h4 {
    font-size: 18px;
    background: #009d9b;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 28px;
    position: relative;
}

#shop_content #welcome_msg h4:before {
    background: url("/img/front/common/bg_chara_on_welcome.png") no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 98px;
    height: 121px;
    right: 10px;
    top: -55px;
}

#shop_content #welcome_msg ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

#shop_content #welcome_msg ul li img {
    margin-bottom: 15px;
}

#shop_content #welcome_msg ul li p {
    width: 250px;
    font-size: 14px;
}

/* #shop_feature
 -------------------------------------------------*/

 #shop_feature {
   /*border: 3px solid #049694;*/
   padding: 30px 25px 0;
   background: #fbfbfb;
   margin-bottom: 40px;
   border: solid 1px #efefef;
 }
 #shop_feature .shop_feature_content h3 {
   font-size: 18px;
   margin-bottom: 10px;
 }
 #shop_feature .shop_feature_content.area {
   margin-bottom: 40px;
 }
 #shop_feature .shop_feature_content.area .fr {
   width: 580px;
 }
 #shop_feature .shop_feature_content.station {
     margin-bottom: 30px;
     padding: 30px 30px 0;
 }
 #shop_feature .shop_feature_content.station li {
   width: 240px;
   float: left;
   margin-right: 30px;
   margin-bottom: 30px;
   position: relative;
 }
 #shop_feature .shop_feature_content.station li.tail {
   margin-right: 0;
 }
 #shop_feature .shop_feature_content.station li a {
   display: block;
   background: #000;
 }
 #shop_feature .shop_feature_content.station li img {
   opacity: .8;
   transition: .3s;
 }
 #shop_feature .shop_feature_content.station li a:hover img {
   opacity: .6;
 }
 #shop_feature .shop_feature_content.station li h3 {
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  display: block;
  line-height: 1;
  height: 30px;
  text-align: center;
 }
#shop_feature .fr .feature_main_txt{
    background-image: url("/img/front/common/shopfeature_h3_bg.png");
    background-repeat: no-repeat;
    background-position: 204px 0;
    background-size: 65% auto;
}
 #shop_feature .fr .feature_main_txt h3 {
   color: #000;
   padding: 0 0 22px;
   font-size: 26px;
   background: none;
   margin-bottom: 0;
   line-height: 1.4;
   background-image: url("/img/front/common/shopfeature-h3_dottline.png");
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: contain;
}
 #shop_feature .fr .feature_main_txt h3 span.station {
   color: #e7347c;
   font-size: 48px;
   padding-right: 8px;
 }
#shop_feature h4{
    font-size: 24px;
    font-weight: bold;
    padding-top: 47px;
    color: #fff;
    letter-spacing: 0.05em;
}
#shop_feature .title_area{
    background-image: url(/img/front/common/shopfeature_h4_bg.png);
    background-repeat: no-repeat;
    background-position: 122px 0;
    background-size: 75% auto;
    height: 104px;
    margin-bottom: 20px;
}
#shop_feature .bukken_list{
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}
#shop_feature .bukken_list > li {
    width: 193px;
    font-size: 12px;
    margin-right: 24px;
    margin-bottom: 40px;
}
#shop_feature .bukken_list > li:nth-child(4n){
    margin-right: 0;
}
#shop_feature .bukken_list > li a{
    display: block;
}
#shop_feature .bukken_list > li h5{
    color: #00a19f;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 9px;
}
#shop_feature .special_list{
    background-image: url(/img/front/common/border_green.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 30% auto;
}
#shop_feature .other_list h4{
    font-size: 24px;
    color: #333;
    padding: 0 0 10px 47px;
    border-bottom: 2px solid #009593;
    margin-bottom: 25px;
    background: url(/img/front/common/icon_popular_manshion.png) no-repeat 2px 6px;
}

/* #shop_staff
 -------------------------------------------------*/

#shop_staff #shop_staff_list {
    margin-bottom: 5px;
}

#shop_staff #shop_staff_list li {
  float: left;
  width: 175px;
  text-align: center;
  margin-right: 5px;
  margin-top: 15px;
}

#shop_staff #shop_staff_list li a,
#shop_content .staff_img a {
    display: block;
}

#shop_staff #shop_staff_list li a:hover,
#shop_content .staff_img a:hover {
    text-decoration: none;
}

#shop_staff #shop_staff_list li a:hover img,
#shop_content .staff_img a:hover img {
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.8);
}

#shop_staff #shop_staff_list li img {
    border-radius: 50%;
    border: 2px solid #36bebc;
    margin-bottom: 10px;
}

#shop_staff #shop_staff_list li .staff_affl {
    display: inline-block;
}

#shop_staff #shop_staff_list li .staff_name,
#shop_staff #shop_staff_list li .staff_pstn {
    display: block;
}

#shop_staff #shop_staff_list li .staff_affl {
    color: #FFF;
    background: #289ad8;
    font-size: 13px;
    padding: 2px 7px;
    margin-bottom: 5px;
}

#shop_staff #shop_staff_list li .staff_name {
    font-size: 16px;
    font-weight: bold;
}

#shop_staff #shop_staff_list li .staff_pstn {
    color: #44b1af;
    font-size: 13px;
}

#shop_staff .staff_comment {
    padding-top: 26px;
    background: url("/img/front/common/bg_speech_baroon_y.png") no-repeat 75px top;
    margin-bottom: 75px;
}

#shop_staff .staff_comment p {
    background: #d7f4f4;
    padding: 30px 20px;
    font-size: 15px;
}


/* #shop_access
 -------------------------------------------------*/

i.icon_external_link {
    background: url("/img/front/common/icon_external_link.png") no-repeat;
    vertical-align: 0px;
    width: 12px;
    height: 11px;
    margin-right: 5px;
}

#shop_access i.icon_shop_access_car {
    background: url("/img/front/common/icon_shop_access_c.png") no-repeat;
    vertical-align: -10px;
    width: 30px;
    margin-right: 10px;
    height: 30px;
}

#shop_access i.icon_shop_access_train {
    background: url("/img/front/common/icon_shop_access_t.png") no-repeat;
    vertical-align: -9px;
    width: 30px;
    height: 30px;
}

#shop_access .google_maps {
    margin-bottom: 30px;
}
#shop_access .google_maps .gmap {
	height: 500px;
}

#shop_access .google_maps a {
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: underline;
    font-size: 14px;
    line-height: 2.5;
}

#shop_access .how_to_access {
    border: 1px solid #049694;
    margin-bottom: 20px;
    padding: 23px 30px 30px;
    margin-bottom: 20px;
}

#shop_access .how_to_access h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

#shop_access .how_to_access p {
    font-size: 15px;
}

#shop_access .how_to_access small {
    font-size: 13px;
}

#shop_access .how_to_access ul li {
	font-size: 15px;
	line-height: 1.6;
}
#shop_access .how_to_access ul li:before {
	content: "○ "
}
#shop_access .how_to_access p.navitime {
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
	background: url(/img/hth/common/open_window_icon.png) left center no-repeat;
	font-size: 13px;
}
#shop_access .how_to_access a {
	color: #189E9E;
}
#shop_access .how_to_access p.parking {
	margin: 20px 0 0 0;
	font-size: 13px;
	line-height: 1.6;
}

/* #ul_shop_title
 -------------------------------------------------*/

#article #shop_top #ul_shop_title {
    text-align: center;
    margin-bottom: 40px;
    background: url("/img/front/common/bg_ul_shop_title.png") no-repeat;
}

#article #shop_top #ul_shop_title p {
	font-size: 16px;
}

#article #shop_top #ul_shop_title h2 {
    background: url("/img/front/common/bg_ul_shop_title.png") no-repeat;
    color: #000;
    font-weight: normal;
    font-size: 30px;
}

#article #shop_top #ul_shop_title h2 span {
    font-weight: bold;
    font-size: 36px;
}

#article #shop_top #ul_shop_title h2 span.area_room_info {
    color: #e94a68;
}

#article .jagged_line {
    background: url("/img/front/common/bg_jagged_line.gif");
    height:10px;
    width: 214px;
    display: inline-block;
}

#article #shop_top #ul_shop_title h2 span.staff {
	color: #b571bf;
}

#article #shop_top #ul_shop_title h2 span.customer {
	color: #eb831c;
}

/* #area_room_info
 -------------------------------------------------*/

#area_room_info .area_info {
    background: #f5f5db;
    padding: 7px;
    position: relative;
    margin-bottom: 30px;
}

#area_room_info .area_info:before {
    background: url("/img/front/common/bg_chara_on_area.png") no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 125px;
    height: 123px;
    top: -22px;
    left: -47px;
}

#area_room_info .area_info .area_info_line {background: #f5f5db;border: 4px solid #FFF;padding: 30px;}

#area_room_info .area_info .area_info_line .area_info_left {
    float: left;
    width: 364px;
}

#area_room_info .area_info .area_info_line .area_info_left img {
    border: 8px solid #FFF;
    box-shadow: 5px -5px 5px -5px rgba(0, 0, 0, 0.8);
}

#area_room_info .area_info .area_info_line .area_info_right {
    float: right;
    width: 430px;
}

#area_room_info .area_info .area_info_line .area_info_right span.area_info_num {
  font-size: 46px;
  color: #e94a68;
  background: url("/img/front/common/bg_area_info_num_c.png") no-repeat 0px 3px;
  width: 68px;
  height: 71px;
  display: inline-block;
  padding-left: 20px;
  float: left;
}

#area_room_info .area_info .area_info_line .area_info_right h3 {
    float: left;
    font-size: 28px;
    width: 342px;
}

#area_room_info .area_info .area_info_line .area_info_right span.rome {
    float: left;
    width: 337px;
    letter-spacing: 0.18em;
    padding-left: 5px;
    font-size: 13px;
    color: #696742;
}

#area_room_info .area_info .area_info_line .area_info_right h4 {
    font-size: 18px;
    color: #e94a68;
    margin-bottom: 10px;
}

#area_room_info .area_info .area_info_line .area_info_right p {
    font-size: 14px;
    margin-bottom: 25px;
}

#area_room_info .area_info .area_info_line .area_info_right a.area_info_btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 11px 0;
    background: #00a2a0;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    width: 266px;
}

#area_room_info .area_info .area_info_line .area_info_right a.area_info_btn:hover {
	text-decoration: none;
	opacity: .8;
}

#area_room_info #shop_capture {
    border: 8px solid #8be2e2;
}

#area_room_info #shop_capture #shop_capture_head {
    background: url("/img/front/common/bg_shop_capture.png");
    padding-top: 42px;
    text-align: center;
    margin-bottom: 30px;
}

#area_room_info #shop_capture #shop_capture_head > span {
    background: #187CDE;
    color: #ffffff;
    font-size: 18px;
    padding: 4px 20px 3px;
    margin-bottom: 10px;
}

#area_room_info #shop_capture #shop_capture_head h3,
#area_room_info #shop_capture #shop_capture_head h3 .color-pink {
    font-size: 38px;
    margin: 20px 0 10px;
}

#area_room_info #shop_capture_body {
	padding: 0 33px;
}

#area_room_info #shop_capture_body .title_line {
  text-align: center;
  color: #00a19f;
  font-size: 24px;
  background: url("/img/front/common/bg_title_line.png") no-repeat 0px, url("/img/front/common/bg_title_line.png") no-repeat 590px;
  margin-bottom: 35px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture {
	margin: 0 auto;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li {
    width: 376px;
    display: inline-block;
    float: left;
    margin-right: 66px;
    margin-bottom: 35px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a {
    display: block;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a:hover {
    text-decoration: none;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a:hover img {
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.8);
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a img {
    border-radius: 50%;
    border: 2px solid #36bebc;
    margin-bottom: 10px;
    width: 125px;
    height: 125px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a .staff_affl {
    display: inline-block;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a .staff_name,
#area_room_info #shop_capture #shop_capture_body .staff_capture li a .staff_pstn {
    display: block;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a .staff_affl {
    color: #FFF;
    background: #289ad8;
    font-size: 13px;
    padding: 2px 7px;
    margin-bottom: 5px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a .staff_name {
    font-size: 16px;
    font-weight: bold;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li a .staff_pstn {
    color: #44b1af;
    font-size: 13px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li .staff_img {
    float: left;
    text-align: center;
    width: 125px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li .staff_comment {
    background: url("/img/front/common/bg_speech_baroon_v.png") no-repeat 10px 85px;
    float:right;
    width: 218px;
    padding-left: 32px;
    padding-top: 10px;
}

#area_room_info #shop_capture #shop_capture_body .staff_capture li .staff_comment p {
    background: #f9f2c1;
    padding: 25px;
    font-size: 15px;
}

/* #area_feature
 -------------------------------------------------*/

#area_feature {
   padding: 30px 25px 0;
   margin-bottom: 40px;
   border: solid 1px #efefef;
   background: #fbfbfb url(/img/front/common/bg_feature_title.png) no-repeat right 80px;
}
#area_feature .shop_feature_content h3 {
   font-size: 18px;
   margin-bottom: 10px;
}
#area_feature .shop_feature_content.area {
   margin-bottom: 30px;
}
#area_feature .shop_feature_content.area .fr {
   width: 580px;
   min-height: 182px;
}
#area_feature .shop_feature_content.station {
     margin-bottom: 30px;
     padding: 30px 30px 0;
     background-color: rgba(220,210,160,0.2);
}
#area_feature .shop_feature_content.station li {
   width: 240px;
   float: left;
   margin-right: 30px;
   margin-bottom: 30px;
   position: relative;
}
#area_feature .shop_feature_content.station li.tail {
   margin-right: 0;
}
#area_feature .shop_feature_content.station li a {
   display: block;
   background: #000;
}
#area_feature .shop_feature_content.station li img {
   opacity: .8;
   transition: .3s;
}
#area_feature .shop_feature_content.station li a:hover img {
   opacity: .6;
}
#area_feature .shop_feature_content.station li h4 {
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  display: block;
  line-height: 1;
  height: 30px;
  text-align: center;
}
#area_feature .fr .feature_main_txt h4 {
   color: #000;
   padding: 20px 0 0;
   font-size: 26px;
   background: none;
   margin-bottom: 10px;
   line-height: 1.4;
}
#area_feature .fr .feature_main_txt h4 span.station {
   color: #e7347c;
   font-size: 48px;
   padding-right: 8px;
}


#shop_capture_body #new_obj_l {
  width: 683px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#shop_capture_body #new_obj_l .object_description {
	background: #f2f1eb;
	background-color: rgba(242,241,235,0.8);
	width: 256px;
	padding: 30px;
}

#shop_capture_body #new_obj_l .object_img {
	float: left;
}

#shop_capture_body #new_obj_l .object_img img {
	position: relative;
	z-index: 0;
	width: 355px;
}

#shop_capture_body #new_obj_l .object_img a:hover {
	opacity: .8;
}

#shop_capture_body #new_obj_l .object_description {
	flght;
	margin-top: -195px;
	font-size: 13px;
	z-index: 2;
	position: relative;
	width: 363px;
	float: right;
}

#shop_capture_body #new_obj_l .object_description_table th{
	width: 45px;
}

#shop_capture_body #new_obj_l .object_description h5 {
	padding-bottom: 6px;
	border-bottom: 1px solid #bebeb4;
	margin-bottom: 18px;
}

#shop_capture_body #new_obj_l .object_description h5 a{
	font-size: 21px;
	color: #00a2a0;
}

#shop_capture_body #new_obj_l .object_description h5 a:hover {
	text-decoration: none;
	opacity: .8;
}

#shop_capture_body #new_obj_l .object_description .object_detail_info {
	line-height: 1.7;
}

#shop_capture_body #new_obj_l .completion_year {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
}

#shop_capture_body #new_obj_l .object_description_table,
#shop_capture_body #new_obj_l .object_description_table tr,
#shop_capture_body #new_obj_l .object_description_table th,
#shop_capture_body #new_obj_l .object_description_table td{
	background: #FFF;
	font-size: 13px;
	border: none;
	padding: 3px 0;
}
#shop_capture_body #new_obj_l .object_description_table {
	float: left;
	margin-top: 15px;
}
#shop_capture_body #new_obj_l .object_description_table th {
	color: #616161;
}

#shop_capture_body #new_obj_l .bg_obj_point {
	background-image: url(/img/front/index/bg_obj_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 60%;
	padding-left: 100px;
	font-size: 13px;
}

#new_obj_s .bg_obj_point_mini {
	background-size: 56px 16px;
	padding-left: 60px!important;
	margin-bottom: 22px;
}

#new_obj_s li {
	width: 393px;
	float: left;
	border-bottom: 1px dotted #8c8c8c;
	margin: 0 30px 26px 0;
	font-size: 14px;
}

#new_obj_s li h5 a {
	font-size: 18px;
	color: #00a2a0;
}

#new_obj_s li h5 a:hover {
	text-decoration: none;
	opacity: .8;
}

#new_obj_s li h5 {
	margin-bottom: 5px;
}

#new_obj_s li img {
	float: left;
	width: 152px;
	height: 152px;
	border: 1px solid #1a1a1a;
	margin-right: 20px;
}

#new_obj_s li table {
	margin: 10px 0;
}

#new_obj_s li table td,
#new_obj_s li table th,
#new_obj_s li table {
	border: none;
}

#new_obj_s li table th,
#new_obj_s li table td {
	padding: 2px;
	font-weight: normal;
}

#new_obj_s_ .new_arrival_objinfo {
	width: 154px;
	float: right;
	margin-bottom: 10px;
}

#new_obj_s_ .new_arrival_objinfo table tr {
	height: 0;
}

#new_obj_l strong,
#new_obj_l .em_object,
#new_obj_s .em_object {
	color: #e03354;
	font-weight: bold;
	font-size: 15px;
}

#new_obj_s li.border_none {
	border: none;
}

#area_room_info_detail .area_info .area_info_line span.area_info_num {
  font-size: 88px;
  position: absolute;
  color: #e94a68;
  background: url("/img/front/common/bg_area_info_num_c.png") no-repeat;
  background-size: 135px;
  width: 135px;
  height: 135px;
  display: inline-block;
  top: 30px;
  left: 50px;
}

#area_room_info_detail .area_info h3 {
  text-align: center;
  font-size: 36px;
  border-bottom: 5px solid #e55670;
  display: inline;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
}

#area_room_info_detail .area_info h3:after {
	content: '';
	display: block;
	position: absolute;
	width: 225px;
	height: 223px;
	background: url(/img/front/common/bg_chara_on_area.png) no-repeat;
	background-size:225px;
	top: -116px;
	right: -270px;
}

#area_room_info_detail .area_info span.rome {
  letter-spacing: 0.18em;
  display: block;
  color: #696742;
  margin: 10px 0;
  font-size: 14px;
}

#area_room_info_detail .area_info h4 {text-align: center;color: #e94a68;font-size: 24px;margin-bottom: 10px;}

#area_room_info_detail .area_info p {text-align: center;font-size: 15px;margin: 0 auto 35px;width: 500px;}

#area_room_info_detail .area_info {
  background: #f5f4d8;
  padding: 7px;
  margin-bottom: 100px;
}
#area_room_info_detail .area_info .area_info_line {
  background: #f5f4d8;
  border: 4px solid #FFF;
  position: relative;
  padding: 55px 53px 0;
}

#area_room_info_detail .area_info .area_info_pic_left {
  float: left;
}

#area_info_pic_01,
#area_info_pic_02,
#area_info_pic_03,
#area_info_pic_04 {
	position: relative;
}


#area_room_info_detail .area_info .area_info_pic_right {
	float: right;
	width: 140px;
}

#area_room_info_detail .area_info .area_info_pic_right li img {
	width: 141px;
	border: 4px solid #f5f3db;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#area_room_info_detail .area_info .area_info_pic_right li img:hover,
#area_room_info_detail .area_info .area_info_pic_right li.current img {
	border: 4px solid #e55670;
}

#area_room_info_detail .area_info .area_info_pic_right li {

}

#area_room_info_detail .area_info .area_info_pic_left div img {
  position: relative;
  width: 611px;
}

#area_room_info_detail .area_info .area_info_pic_left .caption_txt {
  position: absolute;
  width: 611px;
  background: rgba(0,0,0,0.7);
  bottom: 0px;
}

#area_room_info_detail .area_info .area_info_pic_left .caption_txt p {
	color: #FFF;
	line-height: 50px;
	margin: 0;
	width: 600px;
}

#area_room_info_detail .area_info h5 {
	background: #e94a68;
	color: #FFF;
	width: 552px;
	text-align: center;
	margin: 0 auto 32px;
	padding: 8px 0;
	font-size: 22px;
	position: relative;
}

#area_room_info_detail .area_info h5:before {
	content: '';
	display: block;
	position: absolute;
	width: 47px;
	height: 52px;
	background: url(/img/front/common/bg_chara_on_area_info.png) no-repeat;
	top: -47px;
	left: 35px;
}

#area_room_info_detail .area_info h5:after {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 21px;
	background: url(/img/front/common/bg_speech_baroon_p.png) no-repeat;
	top: 50px;
	left: 265px;
}

#area_room_info_detail .area_info ul.how_area {
	width: 770px;
	margin: 0 auto 20px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#area_room_info_detail .area_info .how_area li {
	float: left;
	width: 311px;
	background: #FFF url(/img/front/common/icon_area_detail.png) no-repeat;
    background-position: 12px 14px;;
	border: 1px solid #dc5d75;
	padding: 14px 12px 14px 49px;
	margin-right: 22px;
	border-radius: 5px;
	margin-bottom: 22px;
}
#area_room_info_detail .area_info .how_area li:nth-child(2n){
    margin-right: 0;
}


#area_room_info_detail .area_info .how_area_txt {
	width: 770px;
	text-align: left;
}

#recommd_spot {
	text-align: center;
}

#recommd_spot .recommd_spot_list {
	padding: 40px 40px 35px;
	border-top: 1px dashed #d9d9d3;
	position: relative;
	margin-top: -2px;
}

#recommd_spot .recommd_spot_list:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 5px solid #f58498;
	border-left: 5px solid #f58498;
	top: -3px;
	left: 0;
}

#recommd_spot .recommd_spot_list:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 5px solid #f58498;
	border-right: 5px solid #f58498;
	top: -3px;
	right: 0;
}

#recommd_spot .recommd_spot_list .corners_style:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border-bottom: 5px solid #f58498;
	border-left: 5px solid #f58498;
	bottom: -1px;
	left: 0;
}

#recommd_spot .recommd_spot_list .corners_style:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	border-bottom: 5px solid #f58498;
	border-right: 5px solid #f58498;
	bottom: -1px;
	right: 0;
}

#recommd_spot >div>div:last-child {
	border-bottom: 1px dashed #d9d9d3;
}

#recommd_spot .recommd_spot_list h4 {
	font-size: 22px;
	background: url("/img/front/common/icon_pencil.png") no-repeat 0px;
	padding-left: 30px;
	margin-bottom:10px;
}

#recommd_spot h3 {
	display: inline;
	border-bottom: 7px solid #e55670;
	font-size: 34px;
	padding-bottom: 10px;
}

#recommd_spot .recommd_spot_left {
	float: left;
	text-align: left;
}

#recommd_spot .recommd_spot_right {
	float: right;
	text-align: left;
}

#recommd_spot .recommd_spot_txt {
	width: 420px;
	margin-top: 25px;
	font-size: 15px;
}

#recommd_spot .recommd_spot_txt p {
	/* margin-bottom: 20px; */
}

#recommd_spot .recommd_spot_txt a {
	float: right;
	background: #00a2a0;
	color: #FFF;
	padding: 5px 15px;
	font-weight: bold;
}

#recommd_spot .recommd_spot_txt a:hover {
	opacity: .8;
}

#recommd_spot .recommd_spot_img {
	width: 355px;
}

#recommd_spot .recommd_spot_img img {
	border-radius: 10px 0px 10px 0px;
	margin-bottom: 12px;
}

#recommd_spot .recommd_spot_img p {
	font-size: 13px;
}

#intr_shop_staff .shop_staff {
	border: 8px solid #d0a4d7;
	padding: 30px;
	margin-bottom: 30px;
}

#intr_shop_staff .shop_staff .shop_staff_left {
	float: left;
	width: 170px;
	text-align: center;
}

#intr_shop_staff .shop_staff .shop_staff_left img {
	border-radius: 50%;
	border: 1px solid #d0afd5;
	width: 167px;
}

#intr_shop_staff .shop_staff .shop_staff_left .staff_name {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#intr_shop_staff .shop_staff .shop_staff_left .staff_rome_name {
	display: block;
	letter-spacing: 0.18em;
	color: #636363;
	margin-bottom: 15px;
}

#intr_shop_staff .shop_staff .shop_staff_left .staff_pstn {
	color: #FFF;
	background: #289ad8;
	padding: 6px 22px;
}

#intr_shop_staff .shop_staff .shop_staff_right {
	float: right;
	width: 600px;
	position: relative;
}

#intr_shop_staff .shop_staff .shop_staff_right:before {
	content: "";
	position: absolute;
	width: 41px;
	height: 22px;
	top: 70px;
	left: -41px;
	background: url("/img/front/common/bg_speech_baroon_v_s.png") no-repeat;
}

#intr_shop_staff .shop_staff .shop_staff_right .shop_staff_comment {
	background: #f9f2c1;
	font-size: 15px;
	padding: 26px 30px 30px;
	margin-bottom: 25px;
}

#intr_shop_staff .shop_staff .shop_staff_right .shop_staff_comment h3 {
	color: #995da2;
	font-size: 18px;
	margin-bottom: 5px;
}

#intr_shop_staff .shop_staff .shop_staff_right .shop_staff_comment p {
	background: url("/img/front/common/bg_staff_comment.gif");
	width: 545px;
	margin: 0 auto;
	line-height: 2.55;
}

#intr_shop_staff .shop_staff .shop_staff_right .staff_status {
	/* margin-bottom: 44px; */
}

#intr_shop_staff .shop_staff .shop_staff_right .staff_status,
#intr_shop_staff .shop_staff .shop_staff_right .staff_status tr,
#intr_shop_staff .shop_staff .shop_staff_right .staff_status th,
#intr_shop_staff .shop_staff .shop_staff_right .staff_status td {
	border: none;
	font-size: 15px;
}

#intr_shop_staff .shop_staff .shop_staff_right .staff_status {
	width: 100%;

}

#intr_shop_staff .shop_staff .shop_staff_right .staff_status tr {
	border-bottom: 1px solid #cdb7d1;
}

#intr_shop_staff .shop_staff .shop_staff_right .staff_status th {
	width: 165px;
	font-weight: bold;
	padding: 12px 0px 12px 20px;
	background: url("/img/front/common/icon_circle_p.png") no-repeat 0px;
}

#intr_shop_staff .shop_staff h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	background: url("/img/front/common/icon_mic.png") no-repeat 240px;
}

#intr_shop_staff .shop_staff ul {
	margin: 0 auto;
}

#intr_shop_staff .shop_staff ul li {
	float: left;
	margin-right: 13px;
	width: 196px;
}

.voice_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background: #fdf5c8;
}
.voice_list::after {
    content: "";
    position: absolute;
    display: block;
    border: solid 1px #ffffff;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    left: 3px;
    top: 3px;
}
.voice_list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48.5%;
    background-color: #ffffff;
    padding: 25px;
    box-sizing: border-box;
    margin-right: 3%;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.voice_list li:first-child {
    margin-top: 0;
}
.voice_list li:nth-child(2) {
    margin-top: 0;
}
.voice_list li:nth-child(2n) {
    margin-right: 0;
}
.voice_list li .img {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.voice_list li .img img {
    width: 100%!important;
    height: auto!important;
}
.voice_list li h3 {
    font-size: 14px;
    font-weight: bold;
    color: #008080;
}
.voice_list li .voice_comment {
    padding: 10px;
    background-color: #d7f4f4;
    margin-top: 5px;
    display: flex;
    min-height: 34px;
    width: 95%;
    font-size: 12px;
}
/* page nation */
 #pagenation {
    text-align: center;
  }

   #pagenation ul li {
    background: #ccf6f6;
    margin-right: 18px;
    height: 34px;
    display: inline-block;
  }

   #pagenation ul li.last_child a {
      padding-right: 20px;
      position: relative;
  }

   #pagenation ul li.last_child {
      position: relative;
  }

   #pagenation ul li.last_child:after {
      background: url("/img/front/common/icon_arr_b.gif") no-repeat;
      display: block;
      content: "";
      width: 7px;
      height: 8px;
      position: absolute;
      top: 13px;
      right: 10px;
  }

   #pagenation ul li span {
    display: block;
    font-size: 18px;
  }
   #pagenation ul li span.current,
   #pagenation ul li>span>span{
      padding: 3px 10px;
  }
   #pagenation ul li span.current{
      background-color: #01aba9;
      color: #FFF!important;
  }

   #pagenation ul li span a{
     padding: 3px 10px;
      display: block;
  }

   #pagenation ul li a:hover,
   #pagenation ul li.current a {
    background: #00aba9;
    color: #FFF!important;
    text-decoration: none;
  }
