@charset "UTF-8";
.bold {
	font-weight: bold;
}

.area-global-top {
  background: #F0F0E1;
}
@media only screen and (max-width: 740px) {
  .page_kandai.top .area-global-top {
    display: block;
    margin: 0 10px;
  }
  .area-global-top {
    display: none;
  }
}

.list-global-home {
  text-align: center;
}
.list-global-home a {
  color: #111;
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 741px) {
  .list-global-home a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*@media print, screen and (min-width: 741px) {
  .list-global-home.opt a {
    padding-left: 19px;
    padding-right: 19px;
  }
}*/
@media print, screen and (min-width: 741px) {
  .list-global-home li {
    display: inline-block;
  }
  .list-global-home li.hide-pc {
    display: none;
  }
}
.list-global-home li.show-top {
  display: none;
}

.icon-global-home {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: auto;
  margin-bottom: 6px;
}
@media only screen and (max-width: 740px){
.icon-global-home {
  margin-bottom: 0;
}  
}
.icon-global-home.icon-faq {
  background-image: url("../img/topnav_1.png");
  height: 20px;
}
.icon-global-home.icon-ribbon {
  background-image: url("../img/topnav_2.png");
  height: 20px;
}
.icon-global-home.icon-option {
  background-image: url("../img/topnav_7.png");
  height: 20px;
}
.icon-global-home.icon-good {
  background-image: url("../img/topnav_3.png");
  height: 20px;
}
.icon-global-home.icon-calendar {
  background-image: url("../img/topnav_4.png");
  height: 20px;
}
.icon-global-home.icon-flow {
  background-image: url("../img/topnav_5.png");
  
  height: 20px;
}
.icon-global-home.icon-bukken {
  background-image: url("../img/topnav_6.png");
  height: 20px;
}
.icon-global-home.icon-voice {
  background-image: url("../img/topnav_8.png");
  height: 20px;
}
.icon-global-home.icon-reserve {
  background-image: url("../img/topnav_9.png");
  height: 20px;
}
.icon-global-home.icon-shiryo {
  background-image: url("../img/topnav_10.png");
  height: 20px;
}

@media print, screen and (min-width: 741px) {
  .area-faq {
    margin-bottom: 40px;
  }
}

.flex-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.block-flex {
  display: flex;
}

.flex-faq {
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .flex-faq p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 740px) {
  .flex-faq p {
    font-size: 11px;
  }
}

.flex-half {
  width: 50%;
  box-sizing: border-box;
  padding: 60px;
}
@media only screen and (max-width: 740px) {
  .flex-half {
    padding: 12px;
  }
}

.faq-row {
  color: #FFF;
  background: url("../img/faq_bg1.png");
}
.faq-row .flex-bg {
  order: 2;
}
.faq-row:nth-child(even) {
  background: url("../img/faq_bg2.png");
}
.faq-row:nth-child(even) .flex-bg {
  order: 0;
}

.title-faq {
  text-align: center;
  font-weight: 400;
}
@media print, screen and (min-width: 741px) {
  .title-faq {
    font-size: 34px;
  }
}
@media only screen and (max-width: 740px) {
  .title-faq {
    font-size: 16px;
  }
}

.button-faq {
  background: rgba(255, 255, 255, 0.8);
  max-width: 347px;
  border-radius: 6px;
}
@media print, screen and (min-width: 741px) {
  .button-faq {
    min-width: 347px;
  }
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

.slick-slider .slick-arrow {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  z-index: 100;
}
@media print, screen and (min-width: 741px) {
  .slick-slider .slick-arrow {
    width: 30px;
    height: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .slick-slider .slick-arrow {
    height: 30px;
  }
}
.slick-slider .slick-arrow:before {
  font-size: 40px;
}
@media only screen and (max-width: 740px) {
  .slick-slider .slick-arrow:before {
    font-size: 25px;
  }
}
.slick-slider .slick-prev {
  left: 10px;
}
@media only screen and (max-width: 740px) {
  .slick-slider .slick-prev {
    left: 6px;
  }
}
.slick-slider .slick-prev:before {
  font-family: FontAwesome;
  content: "";
}
.slick-slider .slick-next {
  right: 10px;
}
@media only screen and (max-width: 740px) {
  .slick-slider .slick-next {
    right: 6px;
  }
}
.slick-slider .slick-next:before {
  font-family: FontAwesome;
  content: "";
}

.slick-dots {
  bottom: 0px;
}
.slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #EEE;
}


.slick-dots li button:before {
  content: "";
  color: transparent;
}
.slick-dots li.slick-active button {
  background-color: #D93600;
}

.area-top-main {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .area-top-main {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .area-top-main.area-feature {
    margin-top: 0;
  }
  .area-top-main.area-feature .cols {
    padding-top: 0;
  }
}

.area-hero {
  text-align: center;
  position: relative;
}
.area-hero .slider-hero {
  max-width: 1020px;
  margin: auto;
  position: relative;
}
.page_top .area-hero {
  overflow: hidden;
  height: 470px;
}

@media print, screen and (min-width: 741px) {
  .slick-initialized .slick-slide img.hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
 .page_top .area-hero {
   height: 56vw;
   overflow: visible;
   margin-bottom: 13px;
  }
  .slick-initialized .slick-slide img.hide-sp {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .row-feature .cols {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-feature {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
@media print, screen and (min-width: 741px) {
  .title-feature {
    font-size: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .title-feature {
    font-size: 16px;
  }
}
.title-feature:before {
  background: url(../img/heading_search.png) left top no-repeat;
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: 31px 31px;
  position: absolute;
  top: -4px;
  left: 0;
}
@media print, screen and (min-width: 741px) {
  .title-feature:before {
    top: 4px;
  }
}
.title-feature .text-danger {
  color: #DAA500;
}

.list-feature-buttons {
  margin-bottom: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .list-feature-buttons li {
    *zoom: 1;
    width: 49%;
    float: left;
    margin-left: 0.8%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .list-feature-buttons li:before, .list-feature-buttons li:after {
    content: "";
    display: table;
  }
  .list-feature-buttons li:after {
    clear: both;
  }
  .list-feature-buttons li:first-child {
    margin-left: 0;
  }
  .list-feature-buttons li:nth-child(3n+1) {
    margin-left: 11px;
    clear: both;
  }
}

@media print, screen and (min-width: 741px) {
  .list-life-buttons li {
    *zoom: 1;
    width: 33%;
    float: left;
    margin-left: 0.333%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
     .list-life-buttons li:before, .list-life-buttons li:after {
    content: "";
    display: table;
  }
  .list-life-buttons li:after {
    clear: both;
  }
  .list-life-buttons li:first-child {
    margin-left: 0;
  }
	  .list-life-buttons li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 740px) {
  .list-feature-buttons li,
  .list-life-buttons li {
    position: relative;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .list-feature-buttons li:before,
  .list-life-buttons li:before {
    font-family: FontAwesome;
    content: "";
    color: #FF5C26;
    right: 2px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
  .list-feature-buttons li a,
  .list-life-buttons li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    padding: 10px;
    display: block;
    background: url(../img/button_icon_saifu_01.png) no-repeat 5px;
    background-size: 20px;
    padding-right: 10px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .list-feature-buttons.range li:nth-of-type(1) a {
    background: url(../img/button_icon_jitensha_01.png) no-repeat 5px;
    background-size: 20px;
  }
  .list-feature-buttons.range li:nth-of-type(2) a {
    background: url(../img/button_icon_jitensha_01.png) no-repeat 5px;
    background-size: 20px;
  }
  .list-feature-buttons.range li:nth-of-type(3) a {
    background: url(../img/button_icon_bus.png) no-repeat 5px;
    background-size: 20px;
  }
  .list-feature-buttons.range li:nth-of-type(4) a {
    background: url(../img/button_icon_search_1.png) no-repeat 5px;
    background-size: 20px;
  }
  .list-feature-buttons.range li.icon-super a {
    background: url(../img/button_icon_super.png) no-repeat 5px;
    background-size: 20px;
  }
  .list-feature-buttons.range li.icon-bus a {
    background: url(../img/button_icon_bus.png) no-repeat 5px;
    background-size: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .list-feature-buttons.cost li a {
    background: url(../img/button_icon_search_1.png) no-repeat 5px;
    background-size: 20px;
  }
}

.tab-btn .pos-r {
  position: relative;
}
.tab-btn .pos-a {
  position: absolute;
  top: -30px;
  left: 10px;
}
@media only screen and (max-width: 740px){
  .tab-btn .pos-a {
    top: -20px;
    left: 0px;
    margin-left: -30px;
    margin-right: -30px;
    width: 120px;
  }
}
.tab-btn li {
  float: left;
  width: calc(20% - 2px);
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #DDD;
  margin-right: 2px;
}
@media only screen and (max-width: 740px) {
  .tab-btn li {
    padding: 25px 0 5px 0;
  }
}
.tab-btn li:hover {
  background-color: #FF5C26;
  color: #fff;
}
.tab-btn li a {
  text-decoration: none;
  color: inherit;
}
.tab-btn li a:hover {
  color: #fff;
}
.tab-btn .is-active {
  background-color: #FF5C26;
  color: #fff;
  position: relative;
}
.tab-btn .is-active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FF5C26 transparent transparent transparent;
  border-width: 15px 20px 0 20px;
}
@media only screen and (max-width: 740px) {
  .tab-btn .is-active:after {
    bottom: -8px;
  }
}
@media print, screen and (min-width: 741px) {
  .tab-btn li .label {
    padding: 10px 0 10px 40px;
  }
}
@media only screen and (max-width: 740px) {
  .tab-btn li .label {
    padding: 16px 0 0 0;
  }
}
.tab-btn li:nth-of-type(1) .label {
  background: url(../img/tab_icon_area.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(1) .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(1).is-active .label, .tab-btn li:nth-of-type(1):hover .label {
  background: url(../img/tab_icon_area_a.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(1).is-active .label, .tab-btn li:nth-of-type(1):hover .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(2) .label {
  background: url(../img/tab_icon_saifu.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(2) .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(2).is-active .label, .tab-btn li:nth-of-type(2):hover .label {
  background: url(../img/tab_icon_saifu_a.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(2).is-active .label, .tab-btn li:nth-of-type(2):hover .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(3) .label {
  background: url(../img/tab_icon_toho.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(3) .label {
    background-position: top center;
    background-size: 15px;
    padding: 22px 0 0 0;
  }
}
.tab-btn li:nth-of-type(3).is-active .label, .tab-btn li:nth-of-type(3):hover .label {
  background: url(../img/tab_icon_toho_a.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(3).is-active .label, .tab-btn li:nth-of-type(3):hover .label {
    background-position: top center;
    background-size: 15px;
    padding: 22px 0 0 0;
  }
}
.tab-btn li:nth-of-type(4) .label {
  background: url(../img/tab_icon_fav.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(4) .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(4).is-active .label, .tab-btn li:nth-of-type(4):hover .label {
  background: url(../img/tab_icon_fav_a.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(4).is-active .label, .tab-btn li:nth-of-type(4):hover .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(5) .label {
  background: url(../img/tab_icon_search.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(5) .label {
    background-position: top center;
    background-size: 15px;
  }
}
.tab-btn li:nth-of-type(5).is-active .label, .tab-btn li:nth-of-type(5):hover .label {
  background: url(../img/tab_icon_search_a.png) no-repeat left;
}
@media only screen and (max-width: 740px) {
  .tab-btn li:nth-of-type(5).is-active .label, .tab-btn li:nth-of-type(5):hover .label {
    background-position: top center;
    background-size: 15px;
  }
}

.panel-area {
  background-color: #FFEFBF;
  padding: 26px;
}
@media only screen and (max-width: 740px) {
  .panel-area {
    padding: 26px 10px 1px;
  }
}
.panel-area.tab-area {
  padding: 26px 0;
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .panel-area.tab-area {
    padding: 26px 10px 1px;
  }
}
.panel-area.tab-area .title-secondary {
  padding-left: 0;
  padding-right: 0;
}
.panel-area .feature-header {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 741px) {
  .panel-area .feature-header {
    text-align: center;
  }
}
.panel-area .sub-title-feature {
  font-size: 40px;
  color: #FF5A26;
}
@media only screen and (max-width: 740px) {
  .panel-area .sub-title-feature {
    font-size: 20px;
  }
}
.panel-area #y-map {
	width: 100%;
  height: 800px;
}
@media only screen and (max-width: 740px){
  .panel-area #y-map {
		height: 400px;
	}
}
.panel-area #g-map {
  overflow: hidden;
  position: relative;
}
.panel-area #g-map .imagemap {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 740px){
  .panel-area #g-map .imagemap,.panel-area #g-map .pin-wrap {
    height: 455px;
    width: 356px;
    right: 0;
    margin: auto;
  }
  .panel-area #g-map .pin-wrap {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.panel-area #g-map iframe {
  width: 160%;
  height: 880px;
  margin-left: -30%;
  margin-top: -59px;
  pointer-events: none;
}
.panel-area #g-map .map-baloon {
  position: absolute;
  pointer-events: auto;
}
.panel-area #g-map .baloon1 {
  top: 90px;
  left: 270px;
}
.panel-area #g-map .baloon2 {
  top: 320px;
  left: 400px;
}
.panel-area #g-map .baloon3 {
  top: 560px;
  left: 560px;
}
.panel-area #g-map .baloon4 {
  top: 350px;
  left: 310px;
}
.panel-area #g-map .baloon5 {
  top: 630px;
  left: 310px;
}
.panel-area #g-map .baloon6 {
  top: 600px;
  left: 520px;
}
@media only screen and (max-width: 740px){
  .panel-area #g-map iframe {
    height: 510px;
  }
  .panel-area #g-map .map-baloon {
    width: 110px;
  }
  .panel-area #g-map .baloon1 {
    top: 50px;
    left: 70px;
  }
  .panel-area #g-map .baloon2 {
    top: 170px;
    left: 130px;
  }
  .panel-area #g-map .baloon3 {
    top: 290px;
    left: 210px;
  }
  .panel-area #g-map .baloon4 {
    top: 200px;
    left: 90px;
  }
  .panel-area #g-map .baloon5 {
    top: 340px;
    left: 100px;
  }
  .panel-area #g-map .baloon6 {
    top: 330px;
    left: 190px;
  }
}
.page_kandai.area .panel-area {
	background-color: inherit;
}

@media only screen and (max-width: 740px) {
  .area-banners-first {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.list-inline-center {
  text-align: center;
}
.list-inline-center li {
  display: inline-block;
  margin: 6px 3px;
}

.area-medama {
  background: linear-gradient(0deg, white 0%, #e7eef8 98%);
}

.header-medama {
  background-color: #EA556B;
  color: #FFF;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.header-medama-in {
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
}
.header-medama .title-header-medama {
  font-weight: 700;
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 741px) {
  .header-medama .title-header-medama {
    font-size: 32px;
  }
}
@media only screen and (max-width: 740px) {
  .header-medama .title-header-medama {
    font-size: 22px;
  }
}

.header-medama .title-header-medama img {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
}
@media only screen and (max-width: 740px) {
  .header-medama .title-header-medama img {
    width: 110px;
    margin-top: -22px;
  }
.medama-main .slick-dots li{
	width: 10px;
	height:10px;
}
.area-hero .slick-dots li{
	width: 10px;
	height:10px;
}
}

.medama-main {
  padding-top: 12px;
  padding-bottom: 12px;
}
.medama-main .slick-dots{
	bottom: -40px;
}
@media print, screen and (min-width: 741px) {
  .medama-main {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.medama-main .slick-prev {
  left: -25px;
}
@media only screen and (max-width: 740px) {
  .medama-main .slick-prev {
    left: -12px;
  }
}
.medama-main .slick-next {
  right: -25px;
}
@media only screen and (max-width: 740px) {
  .medama-main .slick-next {
    right: -12px;
  }
}

.block-medama {
  padding-left: 10px;
  padding-right: 10px;
}

.panel-medama {
  display: block;
  color: #111;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  background-color: #FFF;
  padding: 20px;
}
@media only screen and (max-width: 740px) {
  .panel-medama {
    padding: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .panel-medama:hover {
    opacity: 0.9;
  }
}
.panel-medama .medama-photo img {
  vertical-align: bottom;
  margin-bottom: 12px;
}
.panel-medama .medama-content .title {
  margin-bottom: 6px;
}
.panel-medama .dl-medama-price {
  overflow: hidden;
  font-size: 1.1em;
  font-weight: 700;
}
.panel-medama .dl-medama-price dt {
  float: left;
}
.panel-medama .dl-medama-price dd {
  float: right;
  color: #C8000D;
}
.panel-medama .comment {
	color: #ea556b;
}

.area-faq-outro {
  background: url("../img/campaign_outro.png");
  padding-top: 12px;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .area-faq-outro {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.list-feature2 {
  margin-bottom: 24px;
}
.list-feature2 li {
  border-bottom: 1px dashed #111;
  position: relative;
}
.list-feature2 li:before {
  font-family: FontAwesome;
  content: "";
  color: #3B5B99;
  position: absolute;
  top: 10px;
  left: 6px;
}
.list-feature2 a {
  display: block;
  padding: 12px;
  padding-left: 24px;
  color: #111;
  text-decoration: none;
}

.area-osusume {
  background: url("../img/osusume_bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #FFF;
}
@media print, screen and (min-width: 741px) {
  .area-osusume {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.block-icon {
  margin-bottom: 17px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .block-icon {
    margin-bottom: 12px;
    float: left;
    width: 80px;
  }
}
.block-icon img {
  vertical-align: bottom;
}

@media only screen and (max-width: 740px) {
  .block-content {
    padding-left: 100px;
  }
}

@media print, screen and (min-width: 741px) {
  .col-osusume-content {
    text-align: center;
  }
}

.col-osusume-content a {
  color: #FFF;
  text-decoration: none;
}

.title-osusume-content {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .title-osusume-content {
    font-size: 21px;
  }
}
@media only screen and (max-width: 740px) {
  .title-osusume-content {
    font-size: 16px;
  }
}
.title-osusume-content:before {
  content: "";
  display: block;
  background: #B22D00;
  height: 10px;
  position: absolute;
  bottom: -2px;
  width: 90%;
}
.title-osusume-content-in {
  position: relative;
  z-index: 10;
}

.area-itsudemo {
  background-color: #F3F3EF;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  .area-itsudemo {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

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

.title-itsudemo {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .title-itsudemo {
    font-size: 25px;
  }
}
@media only screen and (max-width: 740px) {
  .title-itsudemo {
    font-size: 18px;
  }
}
@media only screen and (max-width: 740px) {
  .title-itsudemo {
    margin-bottom: 20px;
  }
}
.title-itsudemo:before, .title-itsudemo:after {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.title-itsudemo:before {
  background-image: url("../img/call_left.png");
  height: 30px;
  width: 19px;
  top: 50%;
  margin-top: -15px;
  left: -30px;
}
.title-itsudemo:after {
  background-image: url("../img/call_right.png");
  height: 30px;
  width: 19px;
  top: 50%;
  margin-top: -15px;
  right: -30px;
}

.panel-itsudemo {
  background-color: #FFF;
}
@media only screen and (max-width: 740px) {
  .panel-itsudemo {
    padding: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .panel-itsudemo {
    padding: 30px;
  }
}

@media print, screen and (min-width: 741px) {
  .list-itsudemo-photo li {
    *zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .list-itsudemo-photo li:before, .list-itsudemo-photo li:after {
    content: "";
    display: table;
  }
  .list-itsudemo-photo li:after {
    clear: both;
  }
  .list-itsudemo-photo li:first-child {
    margin-left: 0;
  }
  .list-itsudemo-photo li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}

.list-worktime {
  font-weight: 700;
}
@media print, screen and (min-width: 741px) {
  .list-worktime {
    font-size: 18px;
  }
  .list-itsudemo-buttons {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 740px) {
  .list-worktime {
    font-size: 14px;
  }
}

.list-itsudemo-buttons li {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 741px) {
  .list-itsudemo-buttons li {
    *zoom: 1;
    width: 31.333%;
    float: left;
    margin-left: 3%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .list-itsudemo-buttons li:before, .list-itsudemo-buttons li:after {
    content: "";
    display: table;
  }
  .list-itsudemo-buttons li:after {
    clear: both;
  }
  .list-itsudemo-buttons li:first-child {
    margin-left: 0;
  }
  .list-itsudemo-buttons li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
.list-itsudemo-buttons .button-block {
  color: #FFF;
  text-align: left;
  white-space: nowrap;
  border-radius: 6px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
@media print, screen and (min-width: 741px) {
  .list-itsudemo-buttons .button-block {
    font-size: 22px;
    padding: 15px 18px;
  }
}
.list-itsudemo-buttons .button-block:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 0.5em;
}
.list-itsudemo-buttons .button-block.button-color-1 {
  background-color: #00A3D9;
}
.list-itsudemo-buttons .button-block.button-color-2 {
  background-color: #85B200;
}
.list-itsudemo-buttons .button-block.button-color-3 {
  background-color: #FF9326;
}

.area-search-misc {
  background: url("../search/img/maintitle_search.jpg") top center no-repeat;
  padding-top: 240px;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .area-search-misc {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 740px) {
  .area-search-misc {
    background-size: 620px;
    padding-top: 120px;
  }
}

.area-kariosae {
  background: url("../schedule/img/kariosae_bg2.png"), url("../schedule/img/kariosae_bg.jpg");
  background-position: center bottom, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: normal, cover;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .area-kariosae {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .area-kariosae .rows {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.area-kariosae .list-buttons-kariosae {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
@media print, screen and (min-width: 741px) {
  .area-kariosae .list-buttons-kariosae {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.area-kariosae .list-buttons-kariosae li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.area-kariosae .title-kariosae-intro {
  color: #B20000;
  text-align: center;
  margin-top: 16px;
}
@media print, screen and (min-width: 741px) {
  .area-kariosae .title-kariosae-intro {
    font-size: 34px;
  }
}
@media only screen and (max-width: 740px) {
  .area-kariosae .title-kariosae-intro {
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  .area-kariosae .title-kariosae-intro {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 740px) {
  .area-page-main-kariosae {
    overflow: hidden;
  }
}

.area-page-maintitle {
  padding-top: 7px;
}

.area-page-hero {
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .area-page-hero {
    height: auto;
    background-size: cover;
  }
}
.area-page-hero img {
  vertical-align: bottom;
}

@media print, screen and (min-width: 741px) {
  .area-yoyaku .col-photo {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .area-yoyaku .col-photo {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.area-yoyaku .col-photo img {
  vertical-align: bottom;
}
.area-yoyaku .list-buttons-yoyaku {
  padding-left: 24px;
  padding-right: 24px;
}
@media print, screen and (min-width: 741px) {
  .area-yoyaku .list-buttons-yoyaku {
    margin-right: 200px;
    padding-left: 0;
  }
}
.area-yoyaku .list-buttons-yoyaku li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.area-search_tab {
  background: url("../search/img/maintitle_01.jpg") top center no-repeat;
  padding-top: 265px;
  margin-bottom: 12px;
}
.area-search_tab .title-search {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-44%);
}
@media print, screen and (min-width: 741px) {
  .area-search_tab {
    margin-bottom: 0;
  }
  .area-search_tab .title-search {
    font-size: 20px;
    top: 419px;
  }
}
@media only screen and (max-width: 740px) {
  .area-search_tab {
    background-size: 620px;
    padding-top: 130px;
  }
  .area-search_tab .title-search {
    top: 147px;
    font-size: 12px;
  }
}
.area-search_tab .list-search_tab {
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .area-search_tab .list-search_tab {
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 3px double #3393D0;
  }
}
.area-search_tab .list-search_tab li {
  box-sizing: border-box;
}
@media print, screen and (min-width: 741px) {
  .area-search_tab .list-search_tab li {
    *zoom: 1;
    width: 19.2%;
    float: left;
    margin-left: 1%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .area-search_tab .list-search_tab li:before, .area-search_tab .list-search_tab li:after {
    content: "";
    display: table;
  }
  .area-search_tab .list-search_tab li:after {
    clear: both;
  }
  .area-search_tab .list-search_tab li:first-child {
    margin-left: 0;
  }
  .area-search_tab .list-search_tab li:nth-child(5n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 740px) {
  .area-search_tab .list-search_tab li {
    *zoom: 1;
    width: 50%;
    float: left;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 1px;
    padding-left: 0.5px;
    padding-right: 0.5px;
  }
  .area-search_tab .list-search_tab li:before, .area-search_tab .list-search_tab li:after {
    content: "";
    display: table;
  }
  .area-search_tab .list-search_tab li:after {
    clear: both;
  }
  .area-search_tab .list-search_tab li:first-child {
    margin-left: 0;
  }
  .area-search_tab .list-search_tab li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.area-search_tab .list-search_tab a {
  display: block;
  color: #111;
  text-decoration: none;
  padding: 12px;
  background-color: #B9ECC0;
}
@media print, screen and (min-width: 741px) {
  .area-search_tab .list-search_tab a {
    text-align: center;
    font-size: 20px;
  }
}
.area-search_tab .list-search_tab a:hover {
  color: #FFF;
  background-color: #3393D0;
}

.page_kandai.rent .area-search_tab .list-search_tab li.rent a,
.page_kandai.commuting .area-search_tab .list-search_tab li.transration a,
.page_kandai.area .area-search_tab .list-search_tab li.area a,
.page_kandai.popular .area-search_tab .list-search_tab li.popular a,
.page_kandai.search .area-search_tab .list-search_tab li.search a {
  background-color: #3393D0;
  color: #FFF;
}

.title-secondary {
  margin-bottom: 0;
}
@media print, screen and (min-width: 741px) {
  .title-secondary {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .title-secondary {
    padding-left: 12px;
  }
}

@media only screen and (max-width: 740px) {
  .button-search {
    font-size: 20px;
  }
}

.block-map {
  height: 800px;
}

@media print, screen and (min-width: 741px) {
  .feature-content-page {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 740px) {
  .panel-search-top {
    padding: 6px;
  }
}
@media print, screen and (min-width: 741px) {
  .panel-search-top {
    border: 6px solid #88C5DD;
    padding: 20px;
  }
}

@media print, screen and (min-width: 741px) {
  .header-panel-search-top {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 740px) {
  .area-search-top .cols {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 740px) {
  .block-search-top .title-bar-primary {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .block-search-top {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .block-search-top {
    border-bottom: 1px solid #88C5DD;
  }
  .block-search-top:first-of-type {
    border-top: 1px solid #88C5DD;
  }
}
@media print, screen and (min-width: 741px) {
  .block-search-top .title-bar-primary {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
}
@media print, screen and (min-width: 741px) {
  .block-search-top .item-primary {
    background-color: #2e98c3;
    display: table;
    width: 22%;
  }
}
@media print, screen and (min-width: 741px) {
  .block-search-top .item-sec {
    width: 78%;
  }
}
@media only screen and (max-width: 740px) {
  .block-search-top .item-sec .caption {
    display: block;
  }
}
.block-search-top .item-sec .cat_63 {
  display: none;
}
@media only screen and (max-width: 740px) {
  .block-search-top .list-inline-block li {
    margin-right: 1%;
  }
}

.form-footer-search {
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .form-footer-search {
    margin-top: 50px;
  }
}

.header-loop-ctrl {
  border-bottom: 3px solid #73B9FF;
}
@media print, screen and (min-width: 741px) {
  .header-loop-ctrl {
    padding: 12px;
  }
}

.footer-loop-ctrl {
  border-top: 3px solid #73B9FF;
}
@media print, screen and (min-width: 741px) {
  .footer-loop-ctrl {
    padding: 12px;
  }
}

.block-result-ctrl {
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .block-result-ctrl {
    padding: 6px;
  }
}
.block-result-ctrl .block-result-num {
  float: left;
}
.block-result-ctrl .block-sort {
  float: right;
}

.num-result {
  display: inline-block;
  color: #D83400;
  font-size: 2em;
  margin-right: 0.15em;
}

.header-loop-ctrl {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .header-loop-ctrl {
    margin-bottom: 20px;
  }
}

.footer-loop-ctrl {
  margin-top: 12px;
}
@media print, screen and (min-width: 741px) {
  .footer-loop-ctrl {
    margin-top: 20px;
  }
}

.label-buildtype {
  color: #4C6600;
  padding: 2px 12px;
  border: 1px solid #4C6600;
  margin-bottom: 6px;
  font-size: 14px;
}
@media print, screen and (min-width: 741px) {
  .label-buildtype {
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  .label-buildtype {
    font-size: 12px;
  }
}

.block-loop-room {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 5px solid #F0F0E1;
  padding: 12px;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .block-loop-room {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.block-loop-room .loop-room-header {
  position: relative;
  padding-left: 36px;
}

.loop-room-main {
  overflow: hidden;
}

.loop-room-main-photo {
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .loop-room-main-photo {
    float: left;
    width: 220px;
  }
}

@media print, screen and (min-width: 741px) {
  .loop-room-main-content {
    padding-left: 240px;
  }
}

.table-roominfo {
  width: 100%;
}
.table-roominfo tr {
  border-bottom: 1px dotted #CCC;
}
@media print, screen and (min-width: 741px) {
  .table-roominfo .num-price-primary {
    padding-top: 6px;
  }
}
.table-roominfo td {
  padding: 6px;
}

.loop-room-footer {
  padding-top: 12px;
}
@media only screen and (max-width: 740px) {
  .loop-room-footer {
    text-align: center;
  }
}

@media only screen and (max-width: 740px) {
  .position-room-button-right {
    text-align: center;
    display: block;
    margin-top: 6px;
  }
}
@media print, screen and (min-width: 741px) {
  .position-room-button-right {
    float: right;
  }
}

.block-loop-apart {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 5px solid #F0F0E1;
  padding: 12px 0;
  padding-top: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .block-loop-apart {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .block-loop-apart .title-roomname {
    margin-left: 1em;
    padding-top: 0;
    padding-bottom: 13px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .block-loop-apart .loop-loop-apart-main-header {
    background-color: #F0F0E1;
    padding-top: 12px;
  }
}

.block-loop-apart-main {
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .block-loop-apart-main {
    border-bottom: 1px solid #DDD;
    position: relative;
    background-color: #F0F0E1;
  }
  .block-loop-apart-main:after {
    font-family: FontAwesome;
    content: "";
    right: 3px;
    position: absolute;
    top: 50%;
    font-size: 26px;
    margin-top: -19px;
    color: #666;
  }
}

@media only screen and (max-width: 740px) {
  .loop-loop-apart-main-photo {
    text-align: center;
    width: 35%;
    float: left;
  }
}
@media print, screen and (min-width: 741px) {
  .loop-loop-apart-main-photo {
    float: left;
    width: 240px;
  }
}

@media only screen and (max-width: 740px) {
  .loop-loop-apart-main-content {
    width: 65%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 18px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 741px) {
  .loop-loop-apart-main-content {
    padding-left: 260px;
  }
}

.dl-info-address {
  width: 100%;
}
@media print, screen and (min-width: 741px) {
  .dl-info-address {
    display: table;
  }
}
@media only screen and (max-width: 740px) {
  .dl-info-address {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .dl-info-address dt, .dl-info-address dd {
    display: table-cell;
    padding: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .dl-info-address dt {
    width: 10em;
  }
}
.dl-info-address dd {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .dl-info-address dd {
    border-left: 1px solid #DDD;
  }
}
@media only screen and (max-width: 740px) {
  .dl-info-address dd:last-of-type {
    border: none;
  }
}

.panel-single-cta {
  margin-top: 12px;
}
@media only screen and (max-width: 740px) {
  .panel-single-cta {
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
}

.table-list-room {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .table-list-room {
    font-size: 10px;
  }
}
.table-list-room tr {
  border-bottom: 1px solid #F0F0E1;
}
@media print, screen and (min-width: 741px) {
  .table-list-room tr:hover {
    background-color: #f0fff1;
  }
}
.table-list-room th, .table-list-room td {
  padding: 6px;
}
.table-list-room th {
  background-color: #F0F0E1;
  white-space: nowrap;
}
@media print, screen and (min-width: 741px) {
  .table-list-room th {
    font-size: 14px;
  }
}
.table-list-room td {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .table-list-room td {
    display: table;
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .table-list-room .td-1-sp {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room .td-1-sp {
    vertical-align: middle;
    display: table-cell;
    border-right: 1px solid #ddd;
    width: 22px;
    padding: 5px;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room .td-1, .table-list-room .td-8, .table-list-room .td-9 {
    display: none;
  }
}
.table-list-room .td-5 {
  white-space: nowrap;
}
.table-list-room .input-search {
  position: absolute;
}
.table-list-room .input-search + label {
  position: relative;
  bottom: auto;
  left: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 740px) {
  .table-list-room .input-search + label {
    width: 18px;
    height: 18px;
  }
}
.table-list-room .madori {
  width: 30%;
  display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 740px) {
  .table-list-room .right-cont {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .table-list-room .right-cont .label-shikirei {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .table-list-room .right-cont-sp {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room .right-cont-sp img {
    vertical-align: middle;
    margin: 1px;
  }
  .table-list-room .right-cont-sp .right-cont-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 10px 15px;
    position: relative;
  }
  .table-list-room .right-cont-sp .right-cont-inner > div {
    margin: 5px 0;
  }
  .table-list-room .right-cont-sp .right-cont-inner:after {
    font-family: FontAwesome;
    content: "";
    right: 3px;
    position: absolute;
    top: 50%;
    font-size: 26px;
    margin-top: -19px;
    color: #666;
  }
  .table-list-room .right-cont-sp .word {
    margin-right: 10px;
  }
}



@media only screen and (max-width: 740px) {
	.block-build-single {
	  border: 3px solid #00286E;
	  margin-top: 12px;
	  margin-bottom: 12px;
	  padding: 12px;
	  overflow: hidden;
	  border-radius: 6px;
}

}
@media print, screen and (min-width: 741px) {
.block-build-single {
	  border: 5px solid #00286E;
	  margin-top: 12px;
	  margin-bottom: 12px;
	  padding: 12px;
	  overflow: hidden;
	  border-radius: 6px;
	  margin-top: 20px;
      margin-bottom: 20px;
      padding: 20px;

	}
}



@media print, screen and (min-width: 741px) {
  .block-build-single .dl-info-address {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.block-build-single .area-num-price {
  border-bottom: 1px solid #DDD;
}

.block-build-single-main {
  overflow: hidden;
}

@media print, screen and (min-width: 741px) {
  .loop-build-single-main-photo {
    float: left;
  }
}
@media only screen and (max-width: 740px) {
  .loop-build-single-main-photo img {
    width: 100%;
  }
}

@media print, screen and (min-width: 741px) {
  .loop-build-single-main-content {
    padding-left: 450px;
  }
}

#popup-ctrl + label + .popup-layer {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#popup-ctrl + label + .popup-layer .popup-address {
  max-width: 500px;
  min-height: 500px;
  width: 500px;
  height: 400px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 740px) {
  #popup-ctrl + label + .popup-layer .popup-address {
    min-height: 300px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px;
  }
}
#popup-ctrl + label + .popup-layer .block-map {
  height: 400px;
  max-width: 500px;
}
@media only screen and (max-width: 740px) {
  #popup-ctrl + label + .popup-layer .block-map {
    height: 300px;
  }
}
#popup-ctrl:checked + label + .popup-layer {
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
#popup-ctrl:checked + label + .popup-layer .popup-address {
  padding: 20px;
  background-color: #FFF;
  border-radius: 7px;
  position: relative;
  z-index: 100;
}
#popup-ctrl:checked + label + .popup-layer .popup-address .title-popup {
  color: #013B96;
  border-bottom: 1px solid #DDD;
  padding-bottom: 6px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 741px) {
  #popup-ctrl:checked + label + .popup-layer .popup-address .title-popup {
    font-size: 24px;
  }
}
@media only screen and (max-width: 740px) {
  #popup-ctrl:checked + label + .popup-layer .popup-address .title-popup {
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  #popup-ctrl:checked + label + .popup-layer .popup-address .title-popup {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#popup-ctrl:checked + label + .popup-layer .popup-address .button-popup-close {
  color: #FFF;
  display: inline-block;
  background-color: #013B96;
  height: 36px;
  line-height: 36px;
  width: 36px;
  font-size: 20px;
  border-radius: 100px;
  text-align: center;
  border: 3px solid #FFF;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
#popup-ctrl:checked + label + .popup-layer .popup-address .button-popup-close:before {
  font-family: FontAwesome;
  content: "";
}

.list-meta-build li {
  display: inline-block;
  margin-right: 0.5em;
}

.loop-build-single-main-header {
  margin-bottom: 12px;
}

#popup-ctrl {
  position: absolute;
  opacity: 0;
}

.meta-access {
  margin-top: 6px;
}

.panel-single-cta {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 5px solid #F0F0E1;
}
@media print, screen and (min-width: 741px) {
  .panel-single-cta {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.block-haspopup {
  position: relative;
}
.block-haspopup .panel-popup {
  position: absolute;
  display: none;
}
.block-haspopup .popup-trigger:hover > .panel-popup {
  display: block;
  bottom: 50px;
  left: -120px;
  width: 300px;
  padding: 10px;
  background-color: #333;
  z-index: 100;
}
.block-haspopup .popup-trigger:hover > .panel-popup:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid #333;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.block-haspopup .popup-trigger:hover > .panel-popup img {
  vertical-align: bottom;
}

@media only screen and (max-width: 740px) {
  .room main {
    display: flex;
    flex-wrap: wrap;
  }
  .room main .area-page-maintitle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 1;
    width: 100%;
  }
  .room main .area-single-cta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 0;
    width: 100%;
  }
  .room main .area-single-data {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 2;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .room main .area-single-good {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 100%;
    margin-bottom: 10px;
  }
  .room main .area-single-tabs {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 3;
    width: 100%;
  }
  .room main .area-single-misc {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .room main li button {
    background-color: #ccc;
  }
}
.area-single-good .lead-text {
  font-size: 19px;
  color: #D93600;
}
@media only screen and (max-width: 740px) {
  .area-single-good .lead-text {
    font-size: 15px;
  }
}

.area-single-cta {
  background-color: #EEE;
}
.area-single-cta .cols {
  padding-top: 6px;
  padding-bottom: 6px;
}
.area-single-cta a {
  color: #111;
  font-weight: bolder;
  text-decoration: none;
}
.area-single-cta a:hover {
  text-decoration: underline;
}
.area-single-cta ul li {
  float: right;
  display: inline-block;
  margin-left: 1em;
}
.area-single-cta ul li:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 0.3em;
}

@media print, screen and (min-width: 741px) {
  .block-access-single {
    border-top: 3px solid #73B9FF;
    padding-top: 1em;
  }
}

.table-list-room-single {
  border-bottom: none;
}
@media print, screen and (min-width: 741px) {
  .table-list-room-single {
    font-size: 14px;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room-single td.hide-sp {
    display: none;
  }
}
.table-list-room-single th, .table-list-room-single td {
  border-left: 1px solid #DDD;
}
@media only screen and (max-width: 740px) {
  .table-list-room-single th, .table-list-room-single td {
    display: block;
    border-left: none;
    border-bottom: 1px solid #DDD;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room-single .info-td {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
}
.table-list-room-single .dl-price-detail {
  overflow: hidden;
}
@media print, screen and (min-width: 741px) {
  .table-list-room-single .dl-price-detail {
    width: 4.5em;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room-single .dl-price-detail dd {
    float: left;
    margin-right: 10px;
  }
}
.table-list-room-single .list-plain {
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .table-list-room-single .list-plain li {
    float: left;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .table-list-room-single .btn-td {
    clear: both;
  }
}

.dl-price-detail dt {
  float: left;
  padding-right: 0.5em;
}
@media print, screen and (min-width: 741px) {
  .dl-price-detail dt {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media print, screen and (min-width: 741px) {
  .dl-price-detail dd {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.label-shikirei {
  background-color: #CCC;
  display: inline-block;
  width: 20px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .label-shikirei {
    line-height: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .list-buttons-block {
    text-align: center;
  }
}
.list-buttons-block li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.panel-good {
  position: relative;
  background-color: rgba(255, 154, 154, 0.3);
  padding: 12px;
  padding-left: 71px;
  min-height: 4em;
}
.panel-good .title-good {
  position: absolute;
  background-color: #FF9A9A;
  top: 0;
  left: 0;
  height: 100%;
  padding: 12px 6px;
  box-sizing: border-box;
}
.panel-good p:last-child {
  margin-bottom: 0;
}

.tab-main {
  border-top: 1px solid #666666;
}
@media only screen and (max-width: 740px) {
  .tab-main {
    padding-bottom: 20px;
  }
}

.row-tab-header .cols {
  padding-top: 0;
  padding-bottom: 0;
}

.list-tabs li {
  display: table;
  float: left;
  margin-right: 3px;
  background-image: linear-gradient(white 0%, white 52%, #e4e4e4 93%, #e2e2e2 96%);
  border-color: white;
  border-width: 2px;
  border-style: solid;
  border: 1px solid #DDD;
  border-bottom: none;
  width: 216px;
  height: 40px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  font-weight: 700;
}
@media only screen and (max-width: 740px) {
  .list-tabs li {
    width: 32%;
  }
}
.list-tabs li.active {
  background-image: linear-gradient(#f0a545 0%, #f7740d 94%, #f7720b 97%);
  color: #FFF;
}
.list-tabs li:last-of-type {
  margin-right: 0;
}
.list-tabs .tabs {
  display: table-cell;
  vertical-align: middle;
}

.tab-main {
  background-color: #F0F0E1;
}

@media only screen and (max-width: 740px) {
  .gallery-photo-sub {
    position: absolute;
    width: 94%;
    bottom: 0;
  }
  .gallery-photo-sub .slick-dots {
    bottom: -35px;
  }
  .gallery-photo-sub .slick-dots li {
    width: 5px;
  }
}
.gallery-photo-sub li {
  margin-left: 5px;
  margin-right: 5px;
}
@media print, screen and (min-width: 741px) {
  .gallery-photo-sub {
    margin-bottom: 30px;
    max-width: 1020px;
  }
}
@media print, screen and (min-width: 741px) {
  .gallery-photo-sub .slick-slider .slick-prev {
    left: -30px;
  }
}
.gallery-photo-sub .slick-slider .slick-prev:before {
  font-size: 20px;
  color: #000;
  text-shadow: none;
}
@media print, screen and (min-width: 741px) {
  .gallery-photo-sub .slick-slider .slick-next {
    right: -25px;
  }
}
.gallery-photo-sub .slick-slider .slick-next:before {
  font-size: 20px;
  color: #000;
  text-shadow: none;
}

@media only screen and (max-width: 740px) {
  .gallery-wrap {
    position: relative;
    padding-bottom: 115px;
  }
}

@media only screen and (max-width: 740px) {
  .gallery-photo-main {
    margin-top: 15px;
  }
}
.gallery-photo-main img {
  display: block;
  margin: auto;
	max-height: 492px;
}
@media only screen and (max-width: 740px) {
  .gallery-photo-main img {
    max-height: 270px;
  }
}
.gallery-photo-main .slick-slider .slick-prev {
  left: 0;
  height: 64px;
  width: 32px;
  background: url("../search/img/single_prev.png");
}
.gallery-photo-main .slick-slider .slick-prev:before {
  content: "";
}
.gallery-photo-main .slick-slider .slick-next {
  right: 0;
  height: 64px;
  width: 32px;
  background: url("../search/img/single_next.png");
}
.gallery-photo-main .slick-slider .slick-next:before {
  content: "";
}
.gallery-photo-main .image_cap {
  margin-bottom: 5px;
}
.gallery-photo-main .slick-slide {
  background-color: #fff;
  height: 350px;
  margin-bottom: 10px;
  display: table;
}
@media print, screen and (min-width: 741px) {
  .gallery-photo-main .slick-slide {
    height: 670px;
  }
}
.gallery-photo-main .gallery-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.photo360 .slick-slide {
  text-align: center;
}
@media only screen and (max-width: 740px){
  .photo360 .gallery-photo-sub .slick-slide {
    height: 90px;
  }
}

.photo360 .gallery-photo-main .image_cap {
  width: 100%;
  background-color: initial;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 741px) {
  .photo360 iframe {
    width: 100%;
    height: 615px;
    min-height: 480px;
  }
}
.photo360 .gallery-photo-main .ricoh-theta-tour-image {
	margin: auto;
}
@media only screen and (max-width: 740px) {
  .photo360 .gallery-photo-main iframe {
    max-height: 350px;
    min-height: 250px;
  }
	.photo360 .gallery-photo-main .ricoh-theta-tour-image {
		max-height: 350px;
	}
	.photo360 .gallery-wrap {
		padding-bottom: 5px;
	}
}

.tab-main .area-tab-block.photo360,
.tab-main .area-tab-block.tab-youtube {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-cta-footer {
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .tab-cta-footer {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 740px) {
  .tab-cta-footer {
    padding-top: 12px;
  }
}

.block-single {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .block-single {
    margin-bottom: 40px;
  }
}

.table-single-info tr {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
.table-single-info th, .table-single-info td {
  padding: 8px;
}
@media print, screen and (min-width: 741px) {
  .table-single-info th, .table-single-info td {
    padding: 12px;
  }
}
.table-single-info th {
  background-color: #EEE;
  white-space: nowrap;
}
.table-single-info tr.other td p {
	color: #315293;
	font-weight: bold;
	margin-bottom: 5px;
}
.table-single-info tr.other td a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	background: #BFEFFF;
	width: 407px;
	height: 30px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 43px;
	position: relative;
}
.table-single-info tr.other td a::before {
	  font-family: "FontAwesome";
      content: "\f054";
      font-size: 15px;
      position: absolute;
	left: 18px;
}
@media print, screen and (max-width: 740px) {
	.table-single-info tr.other td p {
		font-size: 13px;
	}
	.table-single-info tr.other td a {
		font-size: 13px;
		width: auto;
		height: auto;
		padding: 5px;
		padding-left: 22px;
		margin-bottom: 5px;
	}
	.table-single-info tr.other td a::before {
		  font-size: 13px;
		left: 6px;
		top: 5px;
		
	}
}
.cta-footer {
  padding-top: 12px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .cta-footer {
    padding-top: 36px;
  }
}

.list-env-icons {
  padding: 12px;
  padding-top: 6px;
}
@media print, screen and (min-width: 741px) {
  .list-env-icons {
    padding: 20px;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 740px) {
  .list-env-icons .input-search + label {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 740px) {
  .list-env-icons .input-search:checked + label:before {
    height: 5px;
    width: 11px;
    left: 2px;
  }
}
.list-env-icons li {
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 741px) {
  .list-env-icons li {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .list-env-icons li {
    padding-left: 25px;
    width: 60%;
    box-sizing: border-box;
    display: inline-block;
  }
  .list-env-icons li:nth-of-type(even) {
    width: 38%;
  }
}
.list-env-icons .label-search-name img {
  vertical-align: middle;
  margin-right: 8px;
}
@media only screen and (max-width: 740px) {
  .list-env-icons .label-search-name img {
    width: 20px;
  }
}

.block-env-map {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.title-bar-gray {
  background-color: #D4D4D4;
  padding: 12px;
  margin-bottom: 6px;
}

.env-map-ctrl {
  background-color: #EEE;
  box-sizing: border-box;
}
@media print, screen and (min-width: 741px) {
  .env-map-ctrl {
    height: 500px;
    float: right;
    width: 35%;
  }
}

.env-map {
  height: 500px;
}
@media print, screen and (min-width: 741px) {
  .env-map {
    height: 500px;
    float: left;
    width: 65%;
  }
}

@media print, screen and (min-width: 741px) {
  .block-loop-apart-cta {
    padding-top: 12px;
  }
}

.fixed .fix-parts {
	position: fixed;
	z-index: 100;
	top: 10px;
	padding-right: 12px;
}
@media print, screen and (min-width: 741px) {
	.fixed .form-main {
		padding-top: 63px;
	}
}
@media only screen and (max-width: 740px) {
  .fixed .fix-parts + div {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .fixed .block-build-single .fix-parts {
    padding-right: 30px;
  }
}

.block-flow-intro {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 740px) {
  .block-flow-intro {
    margin-top: 12px;
  }
}

.strong-primary {
  color: #D83300;
}
@media print, screen and (min-width: 741px) {
  .strong-primary {
    font-size: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .strong-primary {
    font-size: 18px;
  }
}

.title-bar-flow {
  background-color: #4BAE41;
  color: #FFF;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 200px;
  font-weight: 400;
}
@media print, screen and (min-width: 741px) {
  .title-bar-flow {
    font-size: 30px;
  }
}
@media only screen and (max-width: 740px) {
  .title-bar-flow {
    font-size: 18px;
  }
}
@media only screen and (max-width: 740px) {
  .title-bar-flow {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.grid-flow-wrap {
  padding-top: 6px;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .grid-flow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media print, screen and (min-width: 741px) {
  .grid-flow {
    *zoom: 1;
    width: 31.333%;
    float: left;
    margin-left: 3%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .grid-flow:before, .grid-flow:after {
    content: "";
    display: table;
  }
  .grid-flow:after {
    clear: both;
  }
  .grid-flow:first-child {
    margin-left: 0;
  }
  .grid-flow:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 740px) {
  .grid-flow {
    *zoom: 1;
    width: 48.5%;
    float: left;
    margin-left: 3%;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
  }
  .grid-flow:before, .grid-flow:after {
    content: "";
    display: table;
  }
  .grid-flow:after {
    clear: both;
  }
  .grid-flow:first-child {
    margin-left: 0;
  }
  .grid-flow:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 740px) {
  .grid-flow img {
    width: 90%;
  }
}

.button-flow1 {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .button-flow1 {
    margin-top: -24px;
  }
}
@media print, screen and (min-width: 741px) {
  .button-flow1 {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 740px) {
  .flow .area-page-hero {
    display: none;
  }
}
@media only screen and (max-width: 740px) {
  .flow .title-page-primary {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .flow .block-flow-intro {
    margin-top: 0;
  }
}

@media only screen and (max-width: 740px) {
  .area-search-misc .row-feature {
    padding: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .area-search-misc .row-feature .list-feature-buttons {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 740px) {
  .faq-cost-content .col-9 {
    width: 100%;
  }
}

.area-faq-cost {
  margin-top: 36px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 740px) {
  .area-faq-land-intro .faq-image-vs {
    width: 80%;
  }
}

@media print, screen and (min-width: 741px) {
  .faq-image-vs {
    margin-top: 36px;
  }
}

.panel-white {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
}
@media print, screen and (min-width: 741px) {
  .panel-white {
    padding: 30px;
  }
}

.position-faq-land-outro {
  position: relative;
  max-width: 635px;
}
@media print, screen and (min-width: 741px) {
  .position-faq-land-outro {
    margin-top: -200px;
  }
}

.faq-cost-header {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .faq-cost-header {
    margin-bottom: 40px;
  }
}
.faq-cost-header:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(133, 178, 0, 0.3);
  border-radius: 150px;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -65px;
}
.faq-cost-header .title {
  position: relative;
}
.faq-cost-header .subtitle {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .faq-cost-header .subtitle {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.title-cost-header {
  color: #FF4C4C;
}
@media print, screen and (min-width: 741px) {
  .title-cost-header {
    font-size: 32px;
  }
}
@media only screen and (max-width: 740px) {
  .title-cost-header {
    font-size: 22px;
  }
}
@media only screen and (max-width: 740px) {
  .title-cost-header {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.dl-cost-points {
  border-bottom: 1px dashed #111;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.dl-cost-points dt {
  font-weight: 700;
  color: #FF4C4C;
  float: left;
}
@media print, screen and (min-width: 741px) {
  .dl-cost-points dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .dl-cost-points dt {
    font-size: 16px;
  }
}
.dl-cost-points dd {
  padding-left: 7em;
  padding-top: 1px;
}
.dl-cost-points dd .title {
  font-weight: 700;
  margin-bottom: 0;
}
@media print, screen and (min-width: 741px) {
  .dl-cost-points dd .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .dl-cost-points dd .title {
    font-size: 16px;
  }
}

.position-faq-cost-obj2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 740px) {
  .position-faq-cost-obj2 {
    display: none;
  }
}

.title-cost-md {
  color: #FF4C4C;
  border-bottom: dashed 1px #888;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .title-cost-md {
    font-size: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .title-cost-md {
    font-size: 15px;
  }
}

.lead-cost-md {
  color: #FF4C4C;
  font-weight: 700;
}
@media print, screen and (min-width: 741px) {
  .lead-cost-md {
    font-size: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .lead-cost-md {
    font-size: 15px;
  }
}

.block-cost-content {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .block-cost-content {
    margin-bottom: 42px;
  }
}

@media print, screen and (min-width: 741px) {
  .bg-timing-main {
    background: url("../faq/timing/img/bg_timing.jpg") bottom right no-repeat;
  }
}

.block-timing {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .block-timing {
    display: table;
    width: 100%;
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 741px) {
  .block-timing .block-timing-cell {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 741px) {
  .block-timing-title {
    width: 230px;
  }
}

.title-table-circle {
  color: #FF4C4C;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 740px) {
  .title-table-circle {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 741px) {
  .title-table-circle {
    width: 212px;
    height: 212px;
    display: table;
    font-size: 24px;
    background-color: rgba(217, 163, 0, 0.3);
    border-radius: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .title-table-circle .title-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}

.area-page-main-schedule {
  margin-top: -24px;
}
@media print, screen and (min-width: 741px) {
  .area-page-main-schedule {
    margin-top: -50px;
  }
}

@media print, screen and (min-width: 741px) {
  .row-schedule-single {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.title-bar-schedule {
  color: #FFF;
  text-align: center;
  background-color: #FF8000;
  font-weight: 400;
  border-radius: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media print, screen and (min-width: 741px) {
  .title-bar-schedule {
    font-size: 38px;
  }
}
@media only screen and (max-width: 740px) {
  .title-bar-schedule {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 741px) {
  .title-bar-schedule {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 740px) {
  .title-bar-schedule {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.lead-schedule {
  color: #FF8000;
}
@media print, screen and (min-width: 741px) {
  .lead-schedule {
    font-size: 26px;
  }
}
@media only screen and (max-width: 740px) {
  .lead-schedule {
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  .lead-schedule {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 740px) {
  .schedule .title-page-primary {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .schedule .button-kariosae {
    font-size: 24px;
  }
}
@media only screen and (max-width: 740px) {
  .schedule .button-kariosae {
    font-size: 16px;
  }
}
@media only screen and (max-width: 740px) {
  .schedule .area-page-hero {
    display: none;
  }
}

.block-kariosae-intro {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .block-kariosae-intro {
    margin-bottom: 36px;
  }
}

.block-kariosae-main {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .block-kariosae-main {
    margin-bottom: 48px;
  }
}

@media print, screen and (min-width: 741px) {
  .block-kariosae-main .button-area {
    width: 48%;
    display: inline-block;
  }
}
@media only screen and (max-width: 740px) {
  .block-kariosae-main .button-area {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.block-kariosae-main .button-area .button {
  background-color: #FD9800;
  color: #fff;
}
.block-kariosae-main .button-area a {
  text-decoration: none;
}

.block-kariosae-main .bold {
  font-weight: bold;
}

.area-popular-header {
  background: url("../search/popular/img/main_title.png") center bottom no-repeat, url("../search/popular/img/main_bg.png");
}
@media only screen and (max-width: 740px) {
  .area-popular-header {
    background-size: 1040px, auto;
    height: 160px;
  }
}
@media print, screen and (min-width: 741px) {
  .area-popular-header {
    height: 400px;
  }
}

.list-popular-main {
  overflow: hidden;
}
.list-popular-main a {
  color: #111;
  text-decoration: none;
}
@media print, screen and (min-width: 741px) {
  .list-popular-main li {
    *zoom: 1;
    width: 48.5%;
    float: left;
    margin-left: 3%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .list-popular-main li:before, .list-popular-main li:after {
    content: "";
    display: table;
  }
  .list-popular-main li:after {
    clear: both;
  }
  .list-popular-main li:first-child {
    margin-left: 0;
  }
  .list-popular-main li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 740px) {
  .list-popular-main li {
    *zoom: 1;
    width: 48.5%;
    float: left;
    margin-left: 3%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .list-popular-main li:before, .list-popular-main li:after {
    content: "";
    display: table;
  }
  .list-popular-main li:after {
    clear: both;
  }
  .list-popular-main li:first-child {
    margin-left: 0;
  }
  .list-popular-main li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.list-popular-main li img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 741px) {
  .list-popular-main li img {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 740px) {
  .caption-popular {
    display: none;
  }
}

.main_wrapper {
  width: auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_title {
  display: none;
}

.btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 12px 35px;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
}

.btn:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-full {
  width: 100%;
}

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

.area-slider .wrapper-full {
  position: relative;
}

.area-slider .bx-wrapper .bx-pager {
  text-align: left;
  padding-top: 5px;
  margin-left: -5px;
}

.area-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #BFAE98;
  width: 24px;
  height: 24px;
  border-radius: 0;
}

.area-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.area-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #000;
}

.area-catch {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.area-catch .main-heading {
  padding-top: 30px;
}

.area-catch .main-catch {
  position: absolute;
}

.area-catch h1 {
  border-bottom: none;
  margin-bottom: 6px;
}

.area-intro .wrapper {
  position: relative;
  margin-top: 25px;
  margin-bottom: 35px;
}

.area-intro .obj-intro {
  float: right;
}

.area-rooms {
  background: url("../search/designup/img/bg1.png");
  padding-top: 6px;
  padding-bottom: 6px;
  clear: both;
  overflow: hidden;
}

.panel-designup {
  border: 3px solid #9E967F;
  background-color: #FFF;
  box-sizing: border-box;
  color: #282828;
  padding: 6px 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.panel-designup .panel-photo {
  margin-top: 6px;
  margin-bottom: 12px;
}

.panel-designup .panel-content {
  color: #3F1F00;
}

.panel-designup .label-bukken {
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
}

.panel-designup .title-bukken {
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}

.panel-designup .gallery-designup {
  overflow: hidden;
}

.panel-designup .gallery-designup li {
  float: left;
}

.panel-designup .gallery-designup .item-full {
  width: 100%;
}

.panel-designup .gallery-designup .item-half {
  overflow: hidden;
  *zoom: 1;
  width: 49.5%;
  float: left;
  margin-left: 1%;
  margin-top: 0.3%;
  margin-bottom: 0.3%;
}

.panel-designup .gallery-designup .item-half:first-child {
  margin-left: 0;
}

.panel-designup .gallery-designup .item-half:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.panel-designup .list-icons {
  overflow: hidden;
  float: right;
}

.panel-designup .list-icons li {
  display: inline-block;
}

.panel-designup .list-info-main {
  float: left;
  margin-bottom: 12px;
  font-weight: 700;
  margin-top: -8px;
}

.panel-designup .list-info-main li {
  display: inline-block;
  margin-right: 0.5em;
}

.panel-designup .list-design-main {
  margin-top: 12px;
  margin-bottom: 12px;
  clear: both;
}

.panel-designup .list-design-main li {
  border-bottom: 1px dashed #999;
  padding: 6px;
}

.panel-designup .list-design-main li:first-child {
  border-top: 1px dashed #999;
}

.panel-designup .panel-footer {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.panel-designup .btn-detail {
  background-color: #402000;
}

@media only screen and (max-width: 740px) {
  .lead-medium {
    font-size: 18px;
  }

  .btn-full {
    text-align: center !important;
  }

  .area-slider .bx-wrapper .bx-pager {
    margin-left: 6px;
  }

  .area-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
  }

  .area-catch .main-heading {
    width: 220px;
    margin-left: 12px;
    padding-top: 68px;
  }

  .area-catch .main-catch {
    width: 45px;
    top: 12px;
    right: 6px;
  }

  .area-intro {
    padding-left: 12px;
    padding-right: 12px;
  }

  .area-intro .obj-intro {
    width: 120px;
    margin-top: -25px;
  }

  .area-rooms {
    padding-left: 12px;
    padding-right: 12px;
  }

  .panel-designup .panel-header {
    margin-bottom: -6px;
  }

  .panel-designup .title-bukken {
    font-size: 20px;
  }

  .panel-designup .list-icons li {
    width: 38px;
  }

  .panel-designup .list-info-main {
    font-size: 16px;
  }

  .panel-designup .list-info-main li {
    display: block;
  }

  .panel-designup .btn-detail {
    width: 80%;
  }
}
@media print, screen and (min-width: 741px) {
  .area-catch .main-heading {
    padding-top: 290px;
    padding-left: 35px;
    text-align: left;
  }

  .area-catch .main-catch {
    right: 40px;
    top: 22px;
  }

  .area-intro {
    font-size: 16px;
  }

  .area-intro .obj-intro {
    margin-left: 25px;
    margin-top: -75px;
  }

  .area-rooms {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .panel-designup {
    padding: 12px 20px;
    border-width: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .panel-designup:first-child {
    margin-left: 0;
  }

  .panel-designup:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }

  .panel-designup .title-bukken {
    font-size: 24px;
    font-weight: 700;
  }

  .panel-designup .list-info-main {
    font-size: 20px;
  }

  .panel-designup .list-info-main {
    margin-top: -8px;
  }

  .panel-designup .panel-footer {
    margin-top: 25px;
  }

  .panel-designup .btn-detail {
    width: 300px;
  }

  .panel-designup .btn-detail:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media print, screen and (min-width: 741px) {
  .slider-designup {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 740px) {
  .slider-designup {
    margin-top: 24px;
  }
}
.slider-designup img {
  display: block;
  margin: auto;
}
.slider-designup .main-heading {
  text-align: left;
}

.request-intro-photo1 {
  display: inline-block;
}
.request-intro-photo1 img {
  vertical-align: bottom;
}
@media only screen and (max-width: 740px) {
  .request-intro-photo1 {
    display: block;
    width: 60%;
    margin: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .request-intro-photo1 {
    position: relative;
    top: 49px;
  }
}

.request-intro-photo2 {
  display: inline-block;
}
@media print, screen and (min-width: 741px) {
  .request-intro-photo2 {
    position: absolute;
    right: 80px;
    top: 80px;
  }
}
.request-intro-photo2 img {
  vertical-align: bottom;
}

@media print, screen and (min-width: 741px) {
  .request .area-form {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .request #v-form-workflow {
    margin-top: 0;
  }
}

.panel-shop {
  border: 4px solid #73B9FF;
  padding: 12px;
}
@media only screen and (max-width: 740px) {
  .panel-shop {
    padding-left: 0;
    padding-right: 0;
  }
}

.table-shop tr {
  border-bottom: 4px solid #FFF;
}
.table-shop th, .table-shop td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.table-shop th {
  background-color: #E7E8E2;
  white-space: nowrap;
}

.list-shop-hasicon li {
  display: inline-block;
  margin-right: 1em;
}

.icon-vam {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
}

.icon-cap {
  display: table-cell;
  float: right;
}
@media only screen and (max-width: 740px) {
  .icon-cap {
    padding-top: 4px;
  }
}

.title-shop-form {
  color: #00266C;
}
@media print, screen and (min-width: 741px) {
  .title-shop-form {
    font-size: 34px;
  }
}
@media only screen and (max-width: 740px) {
  .title-shop-form {
    font-size: 22px;
  }
}
.reserve .area-shiryo-info a{
  font-size: 18px;
}
@media only screen and (max-width: 740px) {
  .reserve .area-shiryo-info a{
    font-size: 16px;
  }
}
.reserve .area-shiryo-info .inner {
  padding: 10px;
}
.reserve .area-shiryo-info .inner:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 0.5em;
  color: #FFBF00;
}
.reserve .area-shiryo-intro .btn {
	width: 50%;
	margin: auto;
	display: block;
}
.reserve .area-shiryo-intro .button-line:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
}
@media only screen and (max-width: 740px) {
	.reserve .area-shiryo-intro .button-shop,
	.reserve .area-shiryo-intro .button-line {
    font-size: 18px;
		padding: 16px 14px;
  }
	.reserve .area-shiryo-intro .btn {
		width: 100%;
	}
	.reserve .area-shiryo-intro .button-line {
    padding-left: 11vw;
    text-indent: 0;
	}
	.reserve .area-shiryo-intro .button-line:before {
      left: -170px;
      right: 0;
      width: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .reserve .tel {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 740px) {
  .reserve .panel-shop a {
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .reserve .panel-shop .list-normal li {
    width: 49%;
    display: inline-block;
  }
}
.reserve .select + .title {
  margin-top: 15px;
}

.logo-kyoutei-1 {
  width: 1020px;
  margin: auto;
  position: relative;
  height: 0;
}
@media only screen and (max-width: 740px) {
  .logo-kyoutei-1 {
    width: auto;
  }
}
.logo-kyoutei-1 img {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 740px) {
  .logo-kyoutei-1 img {
    max-width: 35%;
		max-height: 1.7em;
    top: 25px;
    right: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .area-global-top .cols{
    padding-left: 0;
    padding-right: 0;
  }
  .area-global-top li {
    float: left;
    width: 33.3333%;
    display: table;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 7px 0;
  }
  .area-global-top li:nth-of-type(3n) {
    border-right: none;
  }
  /*.area-global-top li:nth-last-child(-n+3) {
    border-bottom: none;
  }*/
  .area-global-top .cols {
    padding-top: 0;
    padding-bottom: 0;
  }
  .list-global-home a {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 11px;
  }
}
@media print, screen and (min-width: 741px) {
  .area-return {
    position: absolute;
    top: 227px;
    left: 50%;
    margin-left: -530px;
  }
  .area-return .button-return-result {
    display: inline-block;
    left: 140px;
  }
}
@media print, screen and (min-width: 741px){
	.hide-sp.aismart{
		display: block;
    width: 1020px;
    margin: 0 auto -7px;
	}
	.hide-sp.aismart img{
		width: 1020px;
	}
}
@media only screen and (max-width: 740px) {
	.hide-pc.aismart{
		display: block;
		margin-bottom: -4px;
	}
}
.aismart-wrapper{
    margin-top: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
	.aismart-wrapper{
    margin-top: 20px;
    margin-bottom: 15px;
	}
}


p.aismart-intro {
	text-align: center;
    background-color: #FEFFAA;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 8px grey;
}
@media only screen and (max-width: 740px) {
p.aismart-intro {
	padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 4px grey;
	}
}
.area-shiryo-intro p.aismart-intro span{
	font-size: 20px;
	font-weight: bold;
}
.area-shiryo-intro p.aismart-intro span.red{
	font-size: 27px;
		color:#D83400;
}
@media only screen and (max-width: 740px) {
	.area-shiryo-intro p.aismart-intro span{
		font-size: 14px;
		font-weight: bold;
	}
	.area-shiryo-intro p.aismart-intro span.red{
    font-size: 15px;
    padding-top: 5px;
    display: inline-block;
	}
	.reserve-sp{
		text-align: center;
	}
}

/*お知らせ*/
.news-area {
  border-top: 5px solid #FFC600;
  background-color: #fff;
}
@media print, screen and (min-width: 741px){
  .news-area {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px){
  .news-area {
    padding: 10px 5px;
    border-top: none;
    background-color: #eee;
    margin: 0;
  }
}
.news-area .wrapper {
  position: relative;
}
@media print, screen and (min-width: 741px){
  .news-area .wrapper {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-area .label-news {
  background-color: #FFC600;
  padding: 0 30px;
  line-height: 40px;
}
.news-area .label-news img {
  vertical-align: middle;
  margin-right: 10px;
}
.news-area .label-news {
  position: absolute;
  top: -45px;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 740px){
  .news-area .label-news {
    padding: 0 10px;
    line-height: 30px;
    top: -35px;
  }
  .news-area .label-news img {
    margin-right: 5px;
  }
}
.news-area .list-news {
  display: block;
  padding: 5px 0;
  border-top: 1px dotted #999;
  color: #000;
}
.news-area .list-news:first-of-type {
  border-top: none;
}
@media only screen and (max-width: 740px){
  .news-area .list-news {
    padding: 5px 10px;
    text-decoration: none;
  }
}



/*　↓↓　インターネット無料　↓↓　*/

.netflee {
	text-align: center;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.netflee-header {
	background: url("../search/netflee/img/bg_1.png");
	background-repeat:repeat;
	background-position: center;
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-top: 22px;
}

.netflee-header .wrapper {
	position: relative;
}

.netflee-header_cover {
	margin-top: 40px;
	padding-bottom: 27px;
}

.netflee-header_people {
	position: absolute;
	bottom: -129px;
	left: -47px;
	overflow: hidden;
}

.netflee-header_persons {
	position: absolute;
	right: -55px;
	bottom: -7px;
	overflow: hidden;
}

.netflee-nav h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 35px 0;
}

.netflee-nav .netflee-navbar {
	margin-bottom: 75px;
}

.netflee-nav .netflee-navbar .nav-list {
	display: flex;
	justify-content: space-around;
}

.netflee-nav .netflee-navbar .nav-list a {
	text-decoration: none;
  color: #000;
  display: block;
  padding: 10px;
}

.netflee-nav .netflee-navbar .nav-list a:hover {
  opacity: 0.75;
}

.netflee-nav .netflee-navbar .nav-list .nav-item {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	border:1px solid #000;
	border-radius: 50px;
	width: 256px;
}

.netflee-otoku {
	background:url("../search/netflee/img/bg_2.png");
	background-repeat: repeat;
	background-position: center;
	position: relative;
}

.netflee-otoku .wrapper {
	position: relative;
}

.netflee-bg_flag {
	position: absolute;
	pointer-events: none;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}

.netflee h2 {
	font-size: 50px;
	color: #8C2300;
	font-weight: bold;
	background: rgba(255,255,255,0.5);
	padding: 0;
	border-radius: 50px;
	width: 536px;
	display: inline-block;
	margin: 50px 0 35px 0;
}

.netflee-otoku p {
	font-size: 30px;
}

.netflee-otoku .netflee-otoku_graph {
	position: relative;
	text-align: left;
	display: block;
	padding-top: 25px;
	padding-bottom: 55px;
}

.netflee-otoku .netflee-otoku_graph .netflee-otoku_graph_text {
	font-size: 24px;
	position: absolute;
	right: 460px;
	top: 35px;
}

.netflee-otoku .netflee-otoku_graph_muryo {
	position: absolute;
	top: -33px;
	right: 109px;
	z-index: 2;
}

.netflee-otoku .jump {
	position: absolute;
	bottom: 21px;
	right: 64px;
	z-index: 3;
}


.netflee-point {
	background: url("../search/netflee/img/bg_3.png");
	background-repeat: repeat;
	background-position: center;
	position: relative;
	/*height: 923px;*/
}

.netflee-point .wrapper {
	position: relative;
  padding-bottom: 110px;
}
@media print, screen and (min-width: 741px){
  .netflee-point {
    padding-top: 20px;
  }
  .netflee-point .wrapper {
  	background: url("../search/netflee/img/bg_3_star_left.png"),url("../search/netflee/img/bg_3_star_right.png");
  	background-repeat: no-repeat;
  	background-position: 1% top ,bottom right 0%;
  }  
}

.netflee-point .netflee-bg_star {
	width: 1130px;
	height: 923px;
	position: absolute;
	pointer-events: none;
}

.netflee-point h2 {
	margin-top: 65px;
}

.netflee-point .top {
	position: absolute;
	top: 2px;
	z-index: 2;
	width: 22%;
}

.netflee-point .netflee-point_content {
	background-color: #FFF;
	display: flex;
	text-align: left;
	height: 279px;
	margin-bottom: 40px;
}

.netflee-point .netflee-point_content .netflee-point_content_left {
	width: 60%;
	padding-left: 40px;
}

.netflee-point .netflee-point_content .netflee-point_content_left  h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 30px 0 10px;
}

.netflee-point .netflee-point_content .netflee-point_content_left p {
	font-size: 15px;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 75px;
}
	


.netflee-point .netflee-point_content .netflee-point_content_right {
	width: 40%;
	overflow-y: visible;
	margin-top: 20px;
}

.netflee-point .netflee-point_content_boy {
	padding-right: 17px;
}

.netflee-point .netflee-point_content .netflee-point_content_right .boy {
	margin-top: 15px;
}

.netflee-point .netflee-point_persons_bottom {
	position: absolute;
	bottom: 0;
  left: -150px;
}
.netflee-point .netflee-point_persons_bottom img {
  vertical-align: bottom;
}

#taisho .netflee-taisho {
	color: #000;
}

@media screen and (max-width:740px) {
		
	.netflee .wrapper {
		padding-left: 10px;
    padding-right: 10px;
	}

  .netflee-point .wrapper {
    padding-bottom: 130px;
  }
	
	.netflee-header {
		height: 376px;
		background-size: 740px 350px;
		background-repeat: no-repeat;
	}
	
	.netflee-header .netflee-header_cover {
		padding-bottom: 90px;
    	margin-bottom: -12px;
		margin-top: 30px;
	}
	
	.netflee-header .netflee-header_people {
		width: 57%;
		bottom: -39%;
		left: 1%;

	}
	
	.netflee-header .netflee-header_persons {
		width: 38%;
		bottom: -12%;
		right: 2%;
}

	.netflee-nav h1 {
		font-size: 20px;
		margin: 5px 0 13px ;
	}
	
	.netflee-nav .netflee-navbar {
		margin-bottom: 35px;
    margin-left: -10px;
    margin-right: -10px;
	}	
	
	.netflee-nav .netflee-navbar .nav-list {
		justify-content: center
	}
	
	.netflee-nav .netflee-navbar .nav-list .nav-item {
		width: 100%;
		background-color: #ccc;
		border: none;
		border-radius: 0px;
		font-size: 13px;
		margin: 0 2px;
	}
	
	.netflee h2 {
		font-size: 25px;
		width: 247px;
		margin: 20px;
	}
	
	.netflee-otoku .netflee-bg_flag_sp {
		position: absolute;
    left: 0;
    right: 0;
	}
	
	.netflee-otoku p {
		font-size: 18px;
	}
	
	.netflee-otoku .netflee-otoku_graph .netflee-otoku_graph_muryo_sp {

		position: absolute;
		right: 5px;
		top: -5.5%;

	}
	
	.netflee-otoku .netflee-otoku_graph {
		padding-bottom: 10px;
	}
	
	.netflee-otoku .netflee-otoku_graph p {
		height: 135px;
		font-size: 14px;
	}
	
	.netflee-otoku_jump {
		text-align: center;
	}
	
	.netflee-otoku_jump .jump {
		position: static;
		margin: 0 auto;
		width: 50%;
		padding-top: 15px;
	}
		
	.netflee-point .netflee-bg_star_sp {
		position: absolute;
    left: 0;
    right: 0;
	}
	
	.netflee-point .netflee-point_content {
		/*width: 350px;*/
		flex-direction: column;
		margin: 0 auto;
		height: auto;
		margin-bottom: 40px;
	}
	
	.netflee-point .netflee-point_content_boy {
		height: auto;
		padding-right: 0;
	}

  .netflee-point .netflee-point_content .netflee-point_content_right .boy {
    margin-top: 0;
  }
	
	.netflee-point .netflee-point_content .netflee-point_content_left {
		width: auto;
		padding-left: 0;
	}
	
	.netflee-point .netflee-point_content .netflee-point_content_left h3 {
	border-bottom: 1px solid #000;
	padding: 10px 0 10px 20px;
	font-size: 21px;
	}
	
	.netflee-point .netflee-point_content .netflee-point_content_left p {
		margin-top: 20px;
		font-size: 16px;
		margin-bottom: 0;
		padding: 0 19px;
	}	
	
	.netflee-point .netflee-point_content .netflee-point_content_right {
		width: auto;
		margin-top: 10px;
		padding-top: 0;
    text-align: center;
	}
	
	.netflee-point .netflee-point_content .netflee-point_content_right .boy {
		padding-right: 10px;
		margin-left: -10px;	
	}	
	
	.netflee-point .top {
		width: 206px;
		top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	}


}

@media screen and (min-width:741px) {
	.netflee-point .netflee-point_content .netflee-point_content_left h3 {
		width: 345px;
	}
}

/*　↑↑　インターネット無料　↑↑　*/



/*　↓↓　インターネット無料バナー　↓↓　*/

@media screen and (max-width:740px) {
	.slider_netflee_sp {
		padding: 22px 0;
	}
}

/*　↑↑　インターネット無料バナー　↑↑　*/


.area-hero .slick-dots {
	position:static;
}

.sns-area {
	margin-top: 70px;
  margin-bottom: 30px;
}
.sns-area .inner {
	background-color: #ECFAFF;
	width: 538px;
	margin: auto;
	position: relative;
	text-align: center;
  padding-top: 10px;
}
.sns-area .inner:before {
	content: "";
	background: url('/search/img/sns-img.png') no-repeat center top;
	background-size: contain;
	width: 93%;
	height: 175px;
	display: block;
	position: absolute;
	top: -70px;
  left: 0;
  right: 0;
  margin: auto;
	pointer-events: none;
}
.sns-area .inner a {
	margin: 10px;
	display: inline-block;
	width: 90px;
}
@media screen and (max-width:740px) {
	.sns-area {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
		width: 100%;
    padding: 0 10px;
    margin-top: 10%;
    margin-bottom: 30px;
  }
  .sns-area .inner {
    width: 100%;
  }
  .sns-area .inner:before {
    height: 100%;
		top: -30%;
  }
  .sns-area .inner a {
    width: 15%;
  }
}


/*道順案内*/
.border {
  border-top: solid 1px #dddddd;
  margin-bottom: 20px;
}
.walking-routes {
  padding: 0 20px;
}
.walking-routes h4 {
  font-size: 18px;
  font-weight: bold;
}
.routes-flex {
  display: flex;
  justify-content: space-between;
}
.routes-wrap {
  width: 300px;
  height: 290px;
}
.routes-wrap p {
  font-size: 15px;
  margin-bottom: 0px;
}
.triangle-arrow {
  margin-top: 88px;
  width: 0;
  height: 0;
  border-left: 12px solid black;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media print,screen and (max-width: 740px) {
  .walking-routes {
    margin: 0 auto 10px;
    padding: 0 12px;
  }
  .routes-flex {
    display: block;
    width: 100%;
  }
  .routes-wrap {
    width: 100%;
    height: 100%;
  }
  .routes-wrap img {
    width: 100%;
  }
  .triangle-arrow {
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid black;
  }
}

@media print,screen and (min-width: 741px) {
  .list-feature-buttons {
    display: flex;
    justify-content: space-between;
  }
  .list-feature-buttons.cost {
    display: flex;
    justify-content: space-between;
  }
  .list-feature-buttons li {
    width: auto;
  }
}
@media print,screen and (max-width: 740px) {
  .pb20-sp {
    padding-bottom: 20px;
  }
}

@media print,screen and (max-width: 740px) {
  .list-normal {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .list-normal li img {
    width: 100%;
  }
}
