@charset "utf-8";
body{
  -webkit-appearance: none;
}

body.noscroll{
  overflow: hidden;
}




.top-link{
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 15px;
  /* margin-bottom: 10px; */
}

.only-pc-tr {
  display:table-row;
}

@media screen and (max-width:769px){
  .top-link{
    padding-left: 5px;
  }
  .only-pc-tr {
    display:none;
  }
}
.top-link a{
  text-decoration:underline;
  /* color:#3A6799; */
  color:#736639;
}
.arroe-right {
  margin-left: 12px;
}
@media screen and (max-width:500px){
  .top-link a{
    font-size: 13px;
  }
}

/* container */

/* before */

.main-wrap .info-wrap .ttl .special-info{
	width:150px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	background-color:#ff5252;
	padding:5px;
	color:#fff;
	font-size:18px;
	border-radius:10px;
	text-align:center;
  box-sizing:border-box;
  margin-bottom: 0;
}
.main-wrap .info-wrap .ttl .special-info p{
  margin-bottom: 0;
}
@media screen and (max-width:769px){

.main-wrap{
  display: block;
}
.main-wrap .info-wrap{
  width: 98%;
  padding-right: 0;
  margin: 0 auto;
}
.main-wrap .contact-wrap{
  width: 98%;
  margin: 30px auto;
}

.main-wrap .info-wrap .ttl{
  /* display: flex; */
  margin-top: 20px;
}
.sns-bdr{
  border-bottom: none;
}
}
.blinks{
  text-align: center;
  font-size: 120%;
  margin-bottom: 1.5rem;
}
.blinks a {
  color: #5266CC;
}
@media screen and (max-width:500px){
  .main-wrap .info-wrap .ttl{
    margin-top: 10px;
    display: block;
  }
  .main-wrap .info-wrap .ttl div:first-child{
    font-size: 18px;
  }
  .main-wrap .info-wrap .ttl div:first-child span{
    font-size: 10px;
    padding: 10px;
  }
  .main-wrap .info-wrap .ttl .special-info p{
    font-size: 13px;
    /* width: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-wrap .info-wrap .ttl div:first-child{
    width: 100%;
    
  }
  .main-wrap .info-wrap .ttl{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 17px;
  }
  .main-wrap .info-wrap .ttl div:last-child{
    width: 90px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 75%;
    padding: 3px 0;
    /* margin-bottom: 5px; */
  }
  .main-wrap .info-wrap .txt{
    font-size: 15px;
    margin-top: 10px;
  }
  
  .main-wrap .info-wrap .alert{
    font-size: 15px;
  }
  .main-wrap .info-wrap .img img{
    height: auto;
  }
}
@media screen and (max-width:392px){
  .main-wrap .info-wrap .ttl{
    padding-bottom: 0;
  }
}
@media screen and (max-width:368px){
  .main-wrap .info-wrap .ttl div:last-child{
    left: 65%;
  }
}

/* //before */

/* after */

#container{
  display: flex;
  justify-content: space-between;
}
.title{
  display: flex;
  justify-content: space-between;
}
.title p{
  margin-bottom: 0;
  font-size: 23px;
  /* display: block; */
}
div#container{
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.content .title .item-info{
  font-size: 20px;
}
.content .title .item-info span{
  visibility:visible;
}
#container .content .title .item-info{
  padding-top: 10px;
  font-size: 35px;
  margin-bottom: 0;
}
.contact-link-area{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  
}
.contact-link-area p:hover{
  cursor: pointer;
  transition: .3s;
  opacity: 0.7;
}
.contact-link-area p,
.contact-area-side p {
  width:49%;
  margin-bottom: 0;
  /* padding-right: 5px; */
  /* padding-left: 5px; */
  transition: .3s;
}
.contact-link-area p:first-child {
  margin-right:1%;
}
.contact-link-area p a,
.contact-area-side p a {
  display:flex !important;
  justify-content: center;
  align-items:center;
  width:100%;
  border-radius:8px;
  color:#fff;
  transition: .3s;
  font-weight:bold;
  font-size:140%;
  padding:15px;
  box-sizing:border-box;
}
.contact-link-area p a:hover {
  opacity:0.7;
}
.contact-link-area p a i,
.contact-area-side p a i {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:#fff;
  border-radius:50%;
  margin-right:7px;
}
.contact-link-area p a.btn-contact i,
.contact-link-area p a.btn-zoom i {
  width:50px;
  height:50px;
  font-size:140%;
}
.contact-area-side p a.btn-contact-min i,
.contact-area-side p a.btn-zoom-min i {
  width:40px;
  height:40px;
  font-size:130%;
}

.contact-link-area p a.btn-contact,
.contact-area-side p a.btn-contact-min {
  background-color:#F8A926;
}
.contact-link-area p a.btn-contact i,
.contact-area-side p a.btn-contact-min i {
  color:#F8A926;
}
.contact-link-area p a.btn-zoom,
.contact-area-side p a.btn-zoom-min {
  background-color:#439BFF;
}
.contact-link-area p a.btn-zoom i,
.contact-area-side p a.btn-zoom-min i {
  color:#439BFF;
}

.btn-minbox .btn-contact-min span,
.btn-minbox .btn-zoom-min span {
  display:inline-block;
  font-size:80%;
  line-height:1.2em;
  text-align:left;
}

.contact-link-area p a img{
  width: 100%;
}

.contact-area-side {
  display:flex;
  justify-content:space-between
}
.contact-area-side p{
  margin-bottom: 10px;
  transition: .3s;
  padding:3px;
}
.contact-area-side p a img{
  width: 100%;
}
.contact-area-side p:hover{
  cursor: pointer;
  transition: .3s;
  opacity: 0.7;
}


#swiper-pagination{
  display: block;
  top: 500px;
  color: black;
  z-index: 9999;
  height: 50px;
}
.back-link-btn a{
  text-decoration:underline;
  color:#3A6799;
}
.back-link-btn1{
  display: none;
}
.wrap_side01 .detail tr{
  border-bottom: 1px dashed #736639;
}
table.detail tr:first-child th, table.detail tr:first-child td{
  /* border-top: 2px dashed #736639; */
  padding-top: 20px 0 15px;
}
.wrap_side01 .detail tr:first-of-type{
  /* border-top: 1px dashed #dadada; */
  padding-top: 10px;
}
/* thmbPhoto */
#thmbPhoto #flexslider-carousel{
  width: 100%!important;
}
.seeklimited{
  font-size: 17px!important;
}
.share-area{
  padding-top: 30px;
}
#mainPhoto #flexslider-main .photo1 a img{
  margin-top:25px;
  width: 92%;
}
#mainPhoto #flexslider-main .photo2 a img{
  margin-top:11.5px;
  width: 96%;
}
#mainPhoto #flexslider-main .photo3 a img{
  margin-top:51.5px;
  width: 96%;
}
#mainPhoto #flexslider-main .photo4 a img{
  height: 480px;
}
.contact-area-side-sp{
  display: none;
}

div#content {
  /* float: left; */
  width: 70%;
}

@media screen and (max-width:850px){
  .title p{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width:769px){
  .side_period {
    font-size: 120%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  table.detail tr:first-child th,
  table.detail tr:first-child td {
    border-top:none;
  }
  table.detail tr:first-child th,
  table.detail tr:first-child td 
  table.detail tr th,
  table.detail tr td {
      padding:20px 0px 15px !important;
  }

  .contact-link-area {
    display: block;
    width:90%;
    margin:20px auto 0;
  }
  .contact-link-area p {
    width:100%;
    margin-bottom:10px;
  }

  #content .photoBox{
    margin: 0 auto;
    border: none;
    max-width: 750px;
  }
  #content .photoBox #mainPhoto ul#flexslider-main li{
    width: 750px;
  }
  #content .photoBox #mainPhoto ul#flexslider-main li a img{
    width: 100%;
  } 

  #content .photoBox #mainPhoto .flex-direction-nav li a{
    display:block;
    width: 50px;
  }
  #content .photoBox #mainPhoto{
    border: none;
    background-color: #fff;
  }
  #content .photoBox #mainPhoto ul#flexslider-main li{
    width: 700px;
  }
  div#container{
    display: block;
  }
  div#content{
    width: 100%;
    margin: 0 auto;
  }
  .title{
    display: block;
    margin-top: 10px;
    padding-left: 5px;
  }
  .wanted{
    padding-left: 5px;
    margin-bottom: 0;
  }
  
  #side_furnished{
    width: 96%;
    margin: 0 auto;
    /* margin-top: 40px; */
  }
  
  #content .photoBox #thmbPhoto{
    margin: 0 auto;
  }
  div.wrap_side01{
    /* border: none; */
  }
  .back-link-btn1{
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .back-link-btn1 a{
    text-decoration:underline;
    /* color:#3A6799; */
    padding:15px 25px;
    background-color:#736639;
    color:#fff;
    text-align:center;
    text-decoration:none;
    display:inline-block;
  }
  .station{
    margin-bottom: 0;
    font-size:140%;
    border-bottom:2px solid #736639;
  }
  .contact-area-side{
    display: flex;
    justify-content: space-around;
  }
  .contact-area-side p{
    margin-bottom: 5px;
  }
  .wrap_side01 .contact-link-btn a img{
    width: 90%;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .contact-area-side p.contact-link-btn a {
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
  } 
  
  .back-link-btn{
    display: none;
  }
  #mainPhoto #flexslider-main .photo1 a img{
    margin-top: 0;
  }
  #mainPhoto #flexslider-main .photo2 a img{
    margin-top: 0;
  }
  #mainPhoto #flexslider-main .photo3 a img{
    margin-top: 0;
  }
}
@media screen and (max-width:500px){
  .top-link{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .title{
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .title p{
    font-size: 14px;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-direction: row;
    align-items: flex-end;
    font-weight: bold;
  }
  #content .title p span{
    font-size: 10px;
    padding-left: 10px;
    font-weight: normal;
  }
  #content .title .seeklimited{
    margin-top: 5px;
    font-size: 13px!important;
    padding-left: 0;
    padding-right: 0;
    width: 150px;
    font-weight: normal;
    justify-content: center;
  }
  #side_furnished{
    margin-top: 40px;
  }
  .wanted{
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  #content .photoBox #mainPhoto ul#flexslider-main li a img{
    height: 100%;
    width: 96%;
  }
  
  #content .photoBox{
    height: 220px;
  }
  
  #content .photoBox #mainPhoto .flex-direction-nav li a{
    height: 230px;
  }
  .flex-direction-nav .flex-prev{
    left: 10px;
  }
  #content .photoBox #mainPhoto .flex-direction-nav li a{
    width: 40px;
  }
  #content .photoBox #thmbPhoto{
    display: none;
  }
  .contact-pc{
    display: none;
  }
  
  
  
  .br-pconly{
    display: none;
  }
  div.wrap_side01{
    /* border: none;
    padding-left: 5px;
    padding-right: 5px; */
  }
  .wrap_side01 .contact-link-btn a img{
    width: 90%;
  }
  .share-area{
    display: none;
  }
  .single_content{
    margin-bottom: 0;
  }
  /* .side_period{
    font-size: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
  } */
  table.detail th{
    width: 120px!important;
  }
  
  /* .contact-area-side{
    display: none;
  } */
  .contact-area-side-sp{
    display: block;
    display: flex;
    justify-content: center;
  }
}

/* //after */

/* container終わり */


/* populars */

#populars .section-inner ul{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
#populars .section-inner ul li{
  width:20%;
  box-sizing:border-box;
  padding:5px;
}
#populars .section-inner ul li a{
  display:block;
}
#populars .section-inner ul li .pimg{
  position:relative;
  height:150px;
  overflow:hidden;
}
#populars .section-inner ul li .pimg span{
  display:block;
  width:50%;
  background:rgba(255,128,128,0.8);
  color:#fff;
  font-weight:bold;
  position:absolute;
  top:10px;
  left:0;
  text-align:center;
  padding:5px 15px;
  font-size:80%;
  box-sizing:border-box;
}
#populars .section-inner ul li .pimg span.rank{
  width:auto;
  font-size:20px;
}
#populars .section-inner ul li .pimg span.rank1 {
  background-color:#EDDE23;
}
#populars .section-inner ul li .pimg span.rank2 {
  background-color:#B7B7B7;
}
#populars .section-inner ul li .pimg span.rank3 {
  background-color:#AD875F;
}

#populars .section-inner ul li a .paddress-area{
  padding:8px 5px 5px;
  box-sizing:border-box;
  margin:0;
  font-size:110%;
  font-weight:bold;
}
#populars .section-inner ul li a .paddress-info{
  padding:0px 5px 10px;
  box-sizing:border-box;
  margin:0;
  font-size:90%;
}




@media screen and (max-width:769px){
  #populars .section-inner ul li{
    /* width: 180px; */
    flex-wrap: wrap;
    width: 100%;
  }
  #populars .section-inner ul{
    display: block;
    display: flex;
    flex-wrap: nowrap !important;
    overflow: auto;
    white-space: nowrap;
    justify-content: start !important;
  }
  #populars .section-inner ul li a .paddress-area{
    flex-wrap: wrap;
  }
  #populars .section-inner ul li a {
    display:block;
  }
  #populars .section-inner ul li a .pimg {
    width: 220px;
  }
  #populars .section-inner ul li .btn-box a {
    width:49%;
  }
}
@media screen and (max-width:500px){
  .contents02 .section-inner h2{
    font-size: 25px;
  }
}

/* populars終わり */

/* bnr-box HTMLstyle */
.bnr-box{
  max-width: 1000px;
  margin:20px auto;
}
.bnr-box a img{
  width: 49%;
}


/* bnr-box HTMLstyle終わり */

/* bnr-box */
@media screen and (max-width:769px){
  .bnr-box{
    display: flex;
    flex-direction: column;
  }

  .bnr-box a{
    margin-top: 10px;
  }

  .bnr-box a img{
    width: 96%;
  }
}
@media screen and (max-width:500px){
  .bnr-box{
    padding-bottom: 10px;
  }
}


/* bnr-box終わり */


/* share-area */
@media screen and (max-width:500px){
  
  .sns-ttl{
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .sns-bdr{
    padding-bottom: 0;
  }
}

/* share-area終わり */

/* 20210805 korenaga */
.back-link-btn {
  margin-bottom:20px;
}
.back-link-btn a {
  display:inline-block;
  padding:15px 50px;
  background-color:#736639;
  color:#fff;
  text-align:center;
  text-decoration:none;
}
.back-link-btn a:hover {
  background-color:#9B8650;
}

