@charset "UTF-8";

/* ////////////////////　ABOUT US　///////////////////// */
.about-us{
  width: 1160px;
  margin: 60px auto 100px;
}

.about-us .first-box,
.about-us .second-box,
.about-us .third-box{
  overflow: hidden;
  height: 580px;
}

.about-us .left-img{
  float: left;
  width: 50%;
}

.about-us .right-img{
  float: right;
  width: 50%;
}

.about-us .left-img img,
.about-us .right-img img
{
  width: 100%;
  height: auto;
}

.about-us .right-text-box{
  float: right;
  width: 50%;
  padding-top: 130px;
  padding-left: 60px;
}

.about-us .left-text-box{
  float: left;
  width: 50%;
  padding-top: 130px;
  padding-left: 60px;
}

.about-us .right-text-box span.sub-title,
.about-us .left-text-box span.sub-title{
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  margin-bottom: 25px;
  display: block;
}

.about-us .right-text-box h2,
.about-us .left-text-box h2{
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
  margin-bottom: 25px;
}

.about-us .right-text-box .sentence,
.about-us .left-text-box .sentence{
  font-size: 13px;
  line-height: 24px;
}


/*---- SP start ----*/
@media(max-width:640px){

.about-us{
  width: 100%;
  margin: 50px auto 100px;
  padding: 0 20px;
}

.about-us .first-box,
.about-us .second-box,
.about-us .third-box{
  height: auto;
  margin-bottom: 50px;
}

.about-us .left-img{
  float: none;
  width: 100%;
}

.about-us .right-img{
  float: none;
  width: 100%;
}

.about-us .left-img img,
.about-us .right-img img
{
  width: 100%;
  height: auto;
}

.about-us .right-text-box{
  float: none;
  width: 100%;
  padding-top: 20px;
  padding-left: 0px;
}

.about-us .left-text-box{
  float: none;
  width: 100%;
  padding-top: 30px;
  padding-left: 0px;
}

.about-us .right-text-box span.sub-title,
.about-us .left-text-box span.sub-title{
  font-family: 'Libre Baskerville', serif;
  font-size: 12px;
  margin-bottom: 15px;
}

.about-us .right-text-box h2,
.about-us .left-text-box h2{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.about-us .right-text-box .sentence,
.about-us .left-text-box .sentence{
  font-size: 12px;
  line-height: 22px;
}
}


/* ////////////////////　NEWS　///////////////////// */
.news-archive{
  width: 100%;
}

.news-archive .top-news{
  background-color: #eee;
  padding: 30px 0;
  width: 100%;
}

.news-archive .top-news .content{
  background-color: #FFF;
  width: 1120px;
  margin: 0 auto;
}

.news-archive .top-news .content ul{
  overflow: hidden;
  padding: 20px 10px;
}

.news-archive .top-news .content ul li{
  float: left;
  width: 33.3%;
  padding: 0 10px;
}

.news-archive .top-news .content ul li div.thum{
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  overflow: hidden;
}

.news-archive .top-news .content ul li div.thum img{
  width: 100%;
  height: auto;
}

.news-archive .top-news .content ul li h2{
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-archive .top-news .content ul li .excerpt{
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #aaa;
}

.news-archive .top-news .content ul li .cat-time{
  overflow: hidden;
}

.news-archive .top-news .content ul li .cat-time span.category{
  font-size: 12px;
  background-image: url(../img/news/category.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  float: left;
}

.news-archive .top-news .content ul li .cat-time time{
  float: right;
  font-size: 12px;
}

.main-news-box{
  width: 1120px;
  margin: 0 auto 100px;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.main-news-box ul.article-list{
  width: 830px;
  float: left;
}

.main-news-box ul.article-list li{
  width: 50%;
  float: left;
  margin-bottom: 50px;
  height: 170px;
}

.main-news-box ul.article-list li a article{
  overflow: hidden;
}

.main-news-box ul.article-list li a article div.thum{
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.main-news-box ul.article-list li a article .right-box{
  float: right;
  width: 310px;
  padding-right: 20px;
}

.main-news-box ul.article-list li a article div.thum img{
  width: 100%;
  height: auto;
}

.main-news-box ul.article-list li a article .right-box .category{
  font-size: 10px;
  color: #FFF;
  background-color: #949494;
  padding: 5px 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 10px;
}

.main-news-box ul.article-list li a article .right-box time{
  float: right;
  font-size: 12px;
  padding-top: 5px;
}

.main-news-box ul.article-list li a article .right-box h2{
  font-size: 14px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 8px;
  height: 45px;
  overflow: hidden;
}

.main-news-box ul.article-list li a article .right-box .excerpt{
  font-size: 14px;
  line-height: 20px;
}

.main-news-box .sidebar{
  float: right;
  width: 270px;
}

.main-news-box .sidebar .category-box,
.main-news-box .sidebar .archive-box{
  margin-bottom: 30px;
}

.main-news-box .sidebar .category-box header,
.main-news-box .sidebar .archive-box header{
  margin-bottom: 15px;
}

.main-news-box .sidebar .category-box header p,
.main-news-box .sidebar .archive-box header p{
  font-size: 14px;
  padding-left: 30px;
  background-image: url(../img/news/category.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.main-news-box .sidebar .archive-box header p{
  background-image: url(../img/news/archive.png);
}

.main-news-box .sidebar .category-box ul li,
.main-news-box .sidebar .archive-box ul li{
  font-size: 12px;
  margin-bottom: 15px;
}

/*---- SP start ----*/
@media(max-width:640px){

.news-archive .top-news{
  background-color: #fff;
  padding: 0;
  width: 100%;
}

.news-archive .top-news .content{
  width: 100%;
}

.news-archive .top-news .content ul{
  overflow: hidden;
  padding: 20px 10px;
}

.news-archive .top-news .content ul li{
  float: none;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.news-archive .top-news .content ul li h2{
  font-size: 14px;
  line-height: 20px;
}

.news-archive .top-news .content ul li .excerpt{
  font-size: 12px;
  margin-bottom: 10px;
}


.news-archive .top-news .content ul li .cat-time span.category{
  font-size: 10px;
}

.news-archive .top-news .content ul li .cat-time time{
  font-size: 11px;
}

.main-news-box{
  width: 100%;
  padding-top: 30px;
}

.main-news-box ul.article-list{
  width: 100%;
  float: none;
  padding: 0 10px;
}

.main-news-box ul.article-list li{
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.main-news-box ul.article-list li:last-child{
  border-bottom: none;
}

.main-news-box ul.article-list li a article div.thum{
  width: 20%;
  height: 50px;
}

.main-news-box ul.article-list li a article .right-box{
  float: right;
  width: 80%;
  padding-right: 0px;
  padding-left: 20px;
}

.main-news-box ul.article-list li a article .right-box time{
  font-size: 11px;
}

.main-news-box ul.article-list li a article .right-box h2{
  font-size: 13px;
  height: auto;
}

.main-news-box ul.article-list li a article .right-box .excerpt{
  font-size: 12px;
  line-height: 18px;
}

.main-news-box .sidebar{
  float: none;
  width: 100%;
  padding: 0 20px;
  margin-top: 50px;
}

.main-news-box .sidebar .category-box header p,
.main-news-box .sidebar .archive-box header p{
  font-size: 12px;
}
}


/* /////////////////　NEWS-SINGLE　///////////////// */
.main-news-box.news-single{
  width: 960px;
  padding-top: 100px;
  margin-bottom: 50px;
}

.single-content{
  width: 660px;
  float: left;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.single-content header{
  padding: 25px 20px;
}

.single-content header h2{
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.single-content header .time-cat{
  overflow: hidden;
}

.single-content header .time{
  font-size: 10px;
}

.single-content header .category{
  font-size: 10px;
}

.single-content .thum{
  width: 100%;
  overflow: hidden;
}

.single-content .thum img{
  width: 100%;
  height: auto;
}

.single-content .content-wrap{
  padding: 20px;
  font-size: 14px;
  line-height: 30px;
}

/*---- SP start ----*/
@media(max-width:640px){
.main-news-box.news-single{
  width: 100%;
  margin-bottom: 50px;
}

.single-content{
  width: 100%;
  float: none;
  border: none;
}

.single-content header{
  padding: 0px 20px;
  margin-bottom: 20px;
}

.single-content header h2{
  font-size: 18px;
  line-height: 22px;
}

.single-content .thum{
  width: 100%;
  padding: 0 20px;
}

.single-content .content-wrap{
  padding: 20px;
  font-size: 12px;
  line-height: 24px;
}
}
/* ////////////////////　FLOW&PRICE　///////////////////// */
.flow-price{
  margin-bottom: 50px;
}

.tab-wrap{
  width: 1120px;
  margin: 50px auto 0;
  background-color: #FFF;
}

.tab-wrap .content{
  background-color: #eee;
  padding: 10px;
  width: 100%;
}

.tab-wrap .content li{
  background-color: #FFF;
  width: 100%;
}

.tab-wrap .content li .title{
  text-align: center;
  background-color: #eee;
  color: #000;
  padding: 10px 0 15px;
  font-size: 12px;
}

.tab-wrap .content li .title.second-title{
  padding-top: 18px;
}

.tab-wrap .content li .price-wrap{
  padding:10px;
  width: 100%;
}

.tab-wrap .content li .price-wrap.wrap-photo{
  padding-top: 0;
}

.tab-wrap .content li .price-wrap .price-inner{
  background-color: #FFF;
  width: 100%;
  margin-bottom: 30px;
}

.tab-wrap .content li .price-wrap .price-inner table{
  width: 100%;
}

.tab-wrap .content li .price-wrap .price-inner table tr.title-tr td{
  border: none;
}

.tab-wrap .content li .price-wrap .price-inner table th.top{
  width: auto;
}

.tab-wrap .content li .price-wrap .price-inner table th{
  background-color: #eee;
  width: 200px;
}

.tab-wrap .content li .price-wrap .price-inner table th.th-title{
  width: 100%;
  background-color: #FFF;
  border: none;
}

.tab-wrap .content li .price-wrap .price-inner table th,
.tab-wrap .content li .price-wrap .price-inner table td{
  border: 1px solid #aaa;
  text-align: center;
  font-size: 12px;
  height: 60px;
  vertical-align: middle;
}

.tab-wrap .content li .price-wrap .price-inner table.plan-option th,
.tab-wrap .content li .price-wrap .price-inner table.plan-option td{
  width: 25%;
}

.tab-wrap .content li .price-wrap .price-inner.plan table th{
  height: auto;
}

.tab-wrap .content li .price-wrap .price-inner.plan table td{
  text-align: left;
  height: auto;
  vertical-align: middle;
  padding: 20px;
  line-height: 22px;
}

.tab-wrap .content li .price-wrap .price-inner table th.white{
  background-color: #fff;
  border: none;
}

.tab-wrap .content li .price-wrap .price-inner table td.grey{
  background-color: #eee;
}

.tab-wrap .content li .price-wrap .price-inner .plan-title{
  background-image: url(../img/flow-price/plan-title.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 160px;
}

.tab-wrap .content li .price-wrap .price-inner .plan-title.title-b{
  background-image: url(../img/flow-price/plan-title-b.jpg);
  background-position: right;
}

.tab-wrap .content li .price-wrap .price-inner .plan-title.title-c{
  background-image: url(../img/flow-price/plan-title-c.jpg);
}

.tab-wrap .content li .price-wrap .price-inner .plan-title.title-d{
  background-image: url(../img/flow-price/plan-title-d.jpg);
}

.tab-wrap .content li .price-wrap .price-inner .plan-title.title-e{
  background-image: url(../img/flow-price/plan-title-e.jpg);
}

.tab-wrap .content li .price-wrap .price-inner .plan-title.title-f{
  background-image: url(../img/flow-price/plan-title-f.jpg);
}

.tab-wrap .content li .price-wrap .price-inner .plan-title h3{
  font-size: 24px;
  color: #FFF;
  text-shadow: 1px 0px #ccc;
  padding-top: 65px;
  padding-left: 30px;
}

.tab-wrap .content li .price-wrap .price-inner .plan-title span{
  font-size: 14px;
  text-shadow: 1px 0px #ccc;
  padding-top: 55px;
  padding-left: 30px;
  color: #FFF;
  display: block;
}

.tab-wrap .content li .price-wrap.photo .price-inner .plan-title h3{
  font-size: 24px;
  color: #FFF;
  text-shadow: 1px 0px #ccc;
  padding-top: 0px;
  padding-left: 30px;
}

.tab{
  overflow:hidden;
  width: 100%;
  margin-bottom: 10px;
}

.tab li{
  width: 50%;
  padding:25px 0px; 
  float:left;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid #000;
}

.tab li:hover{
  background-color: #999;
  color: #FFF;
}

.tab li.select{
  background:#000;
  color: #FFF;
}

.content li{

}

.hide {
  display:none;
}

.rental-flow{
  width: 1120px;
  margin: 50px auto 0;
  padding: 10px;
  background-color: #eee;
}

.rental-flow .title{
  text-align: center;
  background-color: #eee;
  color: #000;
  padding: 10px 0 15px;
  font-size: 12px;
}

.rental-flow .rental-flow-inner{
  background-color: #FFF;
  padding: 50px 30px;
}

.rental-flow .rental-flow-inner h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.rental-flow .rental-flow-inner li{
  font-size: 12px;
  margin-bottom: 25px;
}

.rental-flow .rental-flow-inner p{
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 50px;
}

.rental-flow .rental-flow-inner p.last{
  margin-bottom: 0;
}

.terms{
  width: 1120px;
  margin: 50px auto 0;
  padding: 0 10px;
}

.terms h2{
  font-size: 18px;
  padding: 2px 8px;
  border-left: 5px solid #000;
  margin-bottom: 30px;
}

.terms p{
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
}
/*---- SP start ----*/
@media(max-width:640px){

.tab-wrap{
  width: 100%;
}

.tab-wrap .content{
  padding: 5px;
}

.tab-wrap .content li{
}

.tab-wrap .content li .title{
  font-size: 11px;
}

.tab-wrap .content li .price-wrap{
  padding:5px;
}

.tab-wrap .content li .price-wrap .price-inner{
}

.tab-wrap .content li .price-wrap .price-inner table{
}

.tab-wrap .content li .price-wrap .price-inner table th.top{
}

.tab-wrap .content li .price-wrap .price-inner table th{
  background-color: #eee;
  width: auto;
}

.tab-wrap .content li .price-wrap .price-inner table th,
.tab-wrap .content li .price-wrap .price-inner table td{
  font-size: 11px;
  height: 60px;
}

.tab-wrap .content li .price-wrap .price-inner table td{
  width: 100px;
}

.tab-wrap .content li .price-wrap .price-inner.plan table th{
  height: auto;
}

.tab-wrap .content li .price-wrap .price-inner.plan table td{
  width: 230px;
}

.tab-wrap .content li .price-wrap .price-inner table th.white{
}

.tab-wrap .content li .price-wrap .price-inner table td.grey{
}

.tab-wrap .content li .price-wrap .price-inner .plan-title{
  background-image: url(../img/flow-price/plan-title.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 130px;
}

.tab-wrap .content li .price-wrap .price-inner .plan-title h3{
  font-size: 18px;
  color: #FFF;
  text-shadow: 1px 0px #ccc;
  padding-top: 55px;
  padding-left: 20px;
}

.tab-wrap .content li .price-wrap .price-inner .plan-title span{
  font-size: 12px;
  text-shadow: 1px 0px #ccc;
  padding-top: 35px;
  padding-left: 20px;
  color: #FFF;
  display: block;
}

.tab-wrap .content li .price-wrap.photo .price-inner .plan-title h3{
  font-size: 18px;
  color: #FFF;
  text-shadow: 1px 0px #ccc;
  padding-top: 2px;
  padding-left: 20px;
}

.tab{
  overflow:hidden;
  width: 100%;
  margin-bottom: 10px;
}

.tab li{
  padding:15px 0px; 
  font-size: 12px;
}

.tab li:hover{
}

.tab li.select{
}

.content li{

}

.hide {
  display:none;
}

.rental-flow{
  width: 100%;
}

.terms{
  width: 100%;
}
}

/* ////////////////////　COLLECTION　///////////////////// */
.collection{
  margin-bottom: 50px;
}

.collection .tab-wrap .content{
  background-color: #fff;
  padding: 0px;
  width: 100%;
}

.collection .tab-wrap .tab li{
  width: 50%;
  padding:25px 0px; 
  float:left;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid #000;
}
.collection .tab-wrap .tab li:nth-of-type(2) {
  border-left: none;
}
.collection .tab-wrap .tab li:nth-of-type(3) {
  border-top: none;
}
.collection .tab-wrap .tab li:nth-of-type(4) {
  border-top: none;
  border-left: none;
}
/*.collection .tab-wrap .tab li:last-child{
  border-right: 1px solid #000;
	display: none;
}*/

.collection-wrap ul.collection-list-wrap{
  overflow: hidden;
}

.collection-wrap ul.collection-list-wrap li.collection-list{
  width: 280px;
  height: 450px;
  overflow: hidden;
  float: left;
}

.collection-wrap ul li.collection-list ul.gallery li.slide1{
  padding: 0 12px;
}

.collection-wrap ul li.collection-list ul.gallery li.slide1 div{
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.collection-wrap ul li.collection-list ul.gallery li.slide1 .thum img{
  width: auto;
  height: 100%;
}

.collection-wrap .gallery .hidden{
  display: none;
}

.collection-wrap ul li.collection-list ul.gallery h2{
  font-size: 14px;
  margin-bottom: 1px;
}

.collection-wrap ul li.collection-list ul.gallery span{
  font-size: 14px;
}
/*---- SP start ----*/
@media(max-width:640px){

.collection .tab-wrap .tab li {
  width: 100%;
  padding:15px 0px; 
  float:left;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid #000;
  /*border-bottom: none;*/
}

/*.collection .tab-wrap .tab li:last-child{
  border: 1px solid #000;
}*/

.collection-wrap ul.collection-list-wrap li.collection-list{
  width: 100%;
  height: auto;
  float: none;
}

.collection-wrap ul li.collection-list ul.gallery h2{
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.collection-wrap ul li.collection-list ul.gallery span{
  font-size: 12px;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
}
/* ////////////////////　shop　///////////////////// */
.shop{
  margin: 0 auto;
  padding: 50px 0;
  width: 1120px;
}

.shop .discription{
  text-align: center;
  margin-bottom: 50px;
}

.shop .discription h2{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.shop .discription .address,
.shop .discription .tel,
.shop .discription .station{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.shop .img-wrap{
  margin-bottom: 10px;
}

.shop .img-wrap ul{
  overflow: hidden;
}

.shop .img-wrap ul li{
  width: 33.3%;
  float: left;
}

.shop .img-wrap ul li:first-child{
  padding-right: 10px;
}

.shop .img-wrap ul li:nth-child(2n) {
  padding: 0 5px;
}

.shop .img-wrap ul li:last-child{
  padding-left: 10px;
}

.shop .img-wrap ul li img{
  width: 100%;
  height: auto;
}

/*---- SP start ----*/
@media(max-width:640px){

.shop{
  padding: 30px 0;
  width: 100%;
}  

.shop .discription{

}

.shop .discription h2{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.shop .discription .address,
.shop .discription .tel,
.shop .discription .station{
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}

.shop .img-wrap{
  margin-bottom: 10px;
}

.shop .img-wrap ul{
  overflow: hidden;
}

.shop .img-wrap ul li{
  width: 33.3%;
  float: left;
}

#map {
      height: 300px;
}
}


/* ////////////////////　PHOTO　///////////////////// */

.photo p,
.collection p{
  letter-spacing: 6px;
  margin: 50px 0;
}

.photo .description{
  font-size: 13px;
  text-align: center;
  line-height: 26px;
}

.photo .photo-list-wrap{
  width: 1120px;
  margin: 0 auto 50px;
}

.photo .photo-list-wrap ul{
  overflow: hidden;
}

.photo .tab{
  margin-bottom: 30px;
}

.photo .photo-list-wrap ul li{
  float: left;
  width: 280px;
  height: 150px;
  overflow: hidden;
  padding: 0 12px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.photo .photo-list-wrap ul li .thum-wrap img{
  width: 100%;
  height: auto;
}

.photo .tab-wrap .content{
  background-color: #fff;
  padding: 0px;
  width: 100%;
}
/*---- SP start ----*/
@media(max-width:640px){

.photo .description{
  font-size: 12px;
  line-height: 24px;
  padding: 0 20px;
}
.photo .photo-list-wrap{
  width: 100%;
  margin: 0 auto 50px;
}

.photo .photo-list-wrap ul li{
  float: none;
  width: 100%;
  height: auto;
  padding: 0 10px;
  padding-bottom: 10px;
}

.photo .photo-list-wrap ul li .thum-wrap img{
  width: 100%;
  height: auto;
}
}

/* ////////////////////　CONTACT　///////////////////// */

.contact-page{
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-page .form-wrap{
  width: 1120px;
  margin: 0 auto;
  background-color: #eeeeee;
  padding: 50px;
}

.contact-page .form-wrap dt{
  font-size: 12px;
  margin-bottom: 10px;
}

.contact-page .form-wrap dl{
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: block;
  padding: 0 10px;
}

.contact-page .form-wrap p{
  font-size: 12px;
  margin-left: 10px;
}
.contact-page .form-wrap dl.name,
.contact-page .form-wrap dl.sub-name{
}

.clear{
  clear: both;
}
.contact-page .form-wrap dl.name dd,
.contact-page .form-wrap dl.sub-name dd{
  font-size: 12px;
  width: 49.5%;
  float: left;
  height: 60px;
}

.contact-page .form-wrap dl.sub-name.yubin dd{
  width: 200px;
}

.contact-page .form-wrap dl.sub-name.yubin dd.left{
  margin-right: 0;
}

.contact-page .form-wrap dl.sub-name.yubin dd.center{
  display: inline-block;
  width: auto;
  padding-top: 18px;
  height: 60px;
  margin: 0 10px;
}

.contact-page .form-wrap dl.name dd span,
.contact-page .form-wrap dl.name dd span .wpcf7-form-control,
.contact-page .form-wrap dl.sub-name dd span,
.contact-page .form-wrap dl.sub-name dd span .wpcf7-form-control{
  width: 100%;
  color: #111;
}

.contact-page .form-wrap dl.sub-name dd span .wpcf7-form-control,
.contact-page .form-wrap dl.name dd span .wpcf7-form-control,
.contact-page .form-wrap dl.address dd span .wpcf7-form-control,
.contact-page .form-wrap dl.tel dd span .wpcf7-form-control,
.contact-page .form-wrap dl.content dd .wpcf7-form-control,
.contact-page .form-wrap dl.jusyo dd .wpcf7-form-control{
 padding-left: 10px; 
}

.contact-page .form-wrap dl.name dd.left,
.contact-page .form-wrap dl.sub-name dd.left{
  margin-right: 1%;
}

.contact-page .form-wrap dl.address dd span,
.contact-page .form-wrap dl.address dd span .wpcf7-form-control,
.contact-page .form-wrap dl.tel dd span,
.contact-page .form-wrap dl.tel dd span .wpcf7-form-control,
.contact-page .form-wrap dl.content dd,
.contact-page .form-wrap dl.content dd .wpcf7-form-control,
.contact-page .form-wrap dl.jusyo dd,
.contact-page .form-wrap dl.jusyo dd .wpcf7-form-control{
  width: 100%;
  display: block;
  font-size: 12px;
  color: #111;
}

.contact-page .form-wrap dl.content dd .wpcf7-form-control{
  padding-top: 15px;
  color: #888;
}

.contact-page .form-wrap dl.name dd .wpcf7-form-control,
.contact-page .form-wrap dl.sub-name dd .wpcf7-form-control,
.contact-page .form-wrap dl.address dd .wpcf7-form-control,
.contact-page .form-wrap dl.tel dd .wpcf7-form-control,
.contact-page .form-wrap dl.jusyo dd .wpcf7-form-control{
  height: 60px;
}

.contact-page .form-wrap .submit .wpcf7-submit {
    width: 260px;
    height: 50px;
    border: 1px solid #ccc;
    background-color: #FFF;
    margin: 20px auto 0;
    display: block;
    color: #444;
}

.wpcf7-response-output{
  font-size: 12px;
  text-align: center;
  border: none !important;
}

.wpcf7-not-valid-tip{
  color: red !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid red !important;
  display: inline !important;
}

.todouhuken select {
  -webkit-appearance: button;
-moz-appearance: button;
appearance: button;
background: #fff;
background-size: 10px 9px;
background-position: 375px center;
height: 60px;
line-height: 60px;
font-size: 12px;
vertical-align: middle;
border: 1px solid #CCC;
margin-bottom: 5px;
width: 200px;
padding-right: 15px;
padding-left: 15px;
}

.catalog-p{
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 50px;
}

.sent .contact-input-area{
  display: none;
}
/*---- SP start ----*/
@media(max-width:640px){
.contact-page{
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-page .form-wrap{
  width: 100%;
  padding: 30px;
}

.contact-page .form-wrap dt{
  font-size: 12px;
  margin-bottom: 8px;
}

.contact-page .form-wrap dl{
  margin-bottom: 20px;
}

.contact-page .form-wrap dl.name dd,
.contact-page .form-wrap dl.sub-name dd{
  font-size: 12px;
  height: 40px;
}

.contact-page .form-wrap dl.sub-name.yubin dd{
  width: 100px;
}

.contact-page .form-wrap dl.sub-name.yubin dd.left{
  margin-right: 0;
}

.contact-page .form-wrap dl.sub-name.yubin dd.center{
  display: inline-block;
  width: auto;
  padding-top: 10px;
  margin: 0 5px;
}

.contact-page .form-wrap dl.name dd .wpcf7-form-control,
.contact-page .form-wrap dl.sub-name dd .wpcf7-form-control,
.contact-page .form-wrap dl.address dd .wpcf7-form-control,
.contact-page .form-wrap dl.tel dd .wpcf7-form-control,
.contact-page .form-wrap dl.jusyo dd .wpcf7-form-control,
.todouhuken select {
  height: 40px;
}

.contact-page .form-wrap .submit{
  padding: 0 10px;
  margin-top: 40px;
}
.contact-page .form-wrap .submit .wpcf7-submit {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #FFF;
    margin: 20px auto 0;
    padding: 0 10px;
    display: block;
    color: #444;
}

.catalog-p{
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
  padding: 0 20px;
}
}


.local_area{
	background-color: #f2f8fb;
	padding: 30px;
  margin: 20px auto 10px auto;

}

.local_area p{
  font-size: 14px;
  line-height: 24px;
}

@media(max-width:640px){
.local_area p{
font-size: 12px;
    line-height: 20px;
    text-align: left;
}

}