@charset "UTF-8";
/* CSS Document */

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
  body{
    font-size:14px;
    line-height:1.29;
  }
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  h2 {
    padding: 15px;
  }
  .container h2{
    padding: 15px 0 25px;
  }
  .pagetop a {
    padding: 12px 15px;
  }
  .font-s {
    font-size: 12px;
  }
  .white-box {
    padding: 15px;
  }
  .pull-left,
  .pull-right {
    float: none !important;
  }
  .table-cell {
    display: block;
  }
  .w80{
    width: 80%;
    margin: 0 auto;
  }
  .spmb15 {
    margin-bottom: 15px!important;
  }
  header,.bottom_info{
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -.01em;
    padding-bottom: 7px;
  }
  .bottom_info{
   padding-top: 0;
   padding-bottom: 0;
 }
 header .top-left,
 .bottom_info .top-left{
  width: 100%;
  margin-bottom: 0;
}
header .top-left p,
.bottom_info .top-left p{
  float: left;
}
header .top-left .logo,
.bottom_info .top-left .logo{
  width: 40%;
  padding-right: 0%;
}
header .top-right ,
.bottom_info .top-right{
  margin-top: 8px;
}
header .top-right .tel_left,
.bottom_info .top-right .tel_left{
  width: 68%;
  float: left;
}
header .top-right .tel_time,
.bottom_info .top-right .tel_time{
  width:30%;
  float: right;
}
nav .inner{
  display:none;
  top:0;
  width: 100%;
  background: #f5f1ee;
  left: 0;
  z-index: 1;
}
nav ul{
  display: inherit;
  border-left: 0;
  padding-right: 0;
  padding-left: 0;
}
nav ul li{
  width: 100%!important;
  border-bottom: 1px solid #fff;
  border-right: 0;
}
nav ul li:first-child{
  border-left: none;
}
nav ul li a {
  font-size: 12px;
  padding: 10px 15px;
  color: #2d2d2d;
  text-align: left;
  position: relative;
}
nav ul li a:hover,
nav ul li a:focus{
  background-color: inherit;
  color: #2d2d2d;
  background: #fef1e1;
}
/*開閉ボタン*/
#nav_toggle div {
  position: relative;
}
#nav_toggle span{
  display: block;
  height: 4px;
  background: #000;
  position:absolute;
  width: 90%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #000;
  display: block;
  padding-top: 35px;
  font-weight: bold;
  font-size:10px;
  letter-spacing: 0.06em;
  text-align: center;
  text-indent: -4px;
}
div#nav_toggle.open:after {
  content: "CLOSE";
  color: #000;
  display: block;
  padding-top: 35px;
  font-weight: bold;
  font-size:10px;
  letter-spacing: 0.06em;
  text-align: center;
  text-indent: -7px;
}

#nav_toggle {
  width: 8vw;
  height: 8vw;
  margin-right: 0;
  right: 0;
  float: right;
  position: absolute;
  display: block;
  top: 10px;
  right: 15px;
}
#nav_toggle span:nth-child(1){
  top:0;
}
#nav_toggle span:nth-child(2){
  top: 2.8vw;
}
#nav_toggle span:nth-child(3){
  top: 5.5vw;
}
div#nav_toggle:after {
  padding-top: 7vw;
  font-size: 10px;
}
div#nav_toggle.open:after {
  padding-top: 7vw;
  font-size: 10px;
}
.mv_bottom {
  height: auto;
}
.cta_btn{
  height: 36vw;
  width: 100%;
}
.sec01{
  background: url(../img/sec01_img.jpg) no-repeat right bottom;
  background-size: 58%;
}
.type-b .sec01{
  background: url(../img/sec01_img_b.jpg) no-repeat right bottom;
  background-size: 50%;
}
.type-c .sec01{
  background: url(../img/sec01_img_c.jpg) no-repeat right bottom;
  background-size: 53%;
  background-position: right 0 bottom 20px;
}
.type-c .sec01 .brett {
  padding-bottom: 30px;
}
.sec01 h2{
  padding-bottom: 15px;
}
.sec01 .brett{
  padding-bottom: 0;
}
.brett ul {
  padding-left: .5em;
}
.brett ul .img {
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 15px;
}
.brett ul li {
  font-size: 15px;
  line-height: 1.2;
  padding-bottom: 6px;
  text-indent: -1.3em;
}
.sec02 .img01{
  top: auto;
}
.sec03 .bg01{
  background: url(../img/bg01.png) repeat 0 0;
  background-size: 4px;
  padding-bottom: 25vw;
  position: relative;
  padding-top: 20vw;
  top: -31vw;
  margin-bottom: -40vw;
  z-index: 1;
}
.sec03 .inner01{
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.sec03 .white-box{
  width: auto;
}
.sec03 h2{
  padding-bottom: 10px;
}
.sec04 .bg01 {
  background: url(../img/sp_sec04_img02.png) no-repeat 0 0 #fff0ce;
  background-position: center top 10vw;
  background-size: 100%;
  padding-top: 0;
  border-top: 0;
}
.price.sec04 .bg01 {
  background: url(../img/sp_sec04_img02.png) no-repeat 0 0 #fff0ce;
  background-position: center top 50vw;
  background-size: 100%;
}
.price.sec04 .bg01{
  padding-top: 40px;
}
.sec04 .arrow_img {
  position: relative;
}
.sec04 .white-box{
  width: 68%;
  margin-bottom: 0;
}
.sec04 .white-box .list {
  margin-bottom: 0;
}
.sec04 .white-box .list .txt {
  padding-top: 7px;
  padding-left: 5px;
}
.sec04 .white-box .item{
  padding-right: 0;
}
.sec04 .white-box .title {
  padding: 4px 10px;
  font-size: 12px;
}
.sec04 .font-s {
  font-size: 12px;
}
.sec04 .white-box .tit {
  font-size: 16px;
  margin-bottom: 10px;
}
.sec05 .inner-box .white-box{
  position: relative;
  top: -35vw;
  margin-bottom: -35vw;
  padding: 15px;
  width: auto;
}
.sec05 .inner-box.inner02 .white-box{
  top: -40vw;
  margin-bottom: -40vw;
}
.sec05 .inner01 .inner_img .container,
.sec05 .inner02 .inner_img .container{
  background: none;
  padding-bottom: 0;
}
.sec05 .font-s {
  font-size: 10px;
}
.sec06 .inner04{
  padding-top: 50px;
}
.sec06 .inner-box .txt-box .txt {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.sec06 .inner-box .txt-box{
  background: none;
  margin: 0;
}
.sec06 .inner02 .tit{
  position: relative;
  margin-right: -7px;
}
.sec06 .inner03{
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
}
.sec06 .inner03 .tit{
  position: relative;
  margin-right: -5px;
}
.sec06 .inner02 .txt{
  position: relative;
  z-index: 2;
}
.sec06 .inner02 .img{
  position: relative;
  margin-top: -15px;
  z-index: 1;
}
.sec07 .inner-box .img{
  margin-top: -30px;
}
.ribbon_img img {
  width: 100px;
}
.ribbon_img{
  position: relative;
  left: -32px;
  top: -5px;
}
.sec07 .white-box .tit{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 12px;
}
.sec07 .title {
  padding-left: 0;
}
.sec07 .white-box .txt {
  width: auto;
}
.sec07 .white-box .pull-left,
.sec07 .white-box .pull-right{
  float: none!important;
}
.sec07 .inner02 .white-box{
  background: url(../img/sp_sec07_img03.jpg) no-repeat center bottom rgba(255,255,255,.8);
  background-size: 100%;
  padding-bottom: 45vw;
}
.sec08{
  font-size: 12px;
  overflow: hidden;
}
.sec08 .white-box .title {
  padding: 6px 12px;
  font-size: 12px;
}
.sec08 .white-box .name .table-cell .txt {
  padding-left: 10px;
  font-size: 14px;
}
.sec08 .inner-box p{
  line-height: 1.4;
}
.sec08 .inner-box .white-box{
  margin-top: 20px;
  padding: 12px;
  width: 62%;
}
.sec08 .read{
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  text-align: left;
  margin-top: 20px;
}
.sec08 .inner-box {
  padding-top: 0;
}
.sec08 .inner-box.inner01 .read{
  margin-bottom: 0;
}
.sec08 .inner-box.inner01,
.sec08 .inner-box.inner04,
.sec08 .inner-box.inner06{
  padding-top: 0;
}
.sec08 .inner-box .white-box .staff {
  position: absolute;
  width: 70px;
  top: -25px;
}
.sec08 .slanting_left{
  transform: scale(-1, 1);
}
.sec08 .inner01 .bg{
  background: url(../img/sp_sec08_img02.png) no-repeat left bottom #fff;
  background-size: contain;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sec08 .inner02 .bg{
  background: url(../img/sp_sec08_img03.png) no-repeat right bottom #fff;
  background-size: contain;
  padding-bottom: 15px;
}
.sec08 .inner03 .bg{
  background: url(../img/sp_sec08_img04.png) no-repeat left bottom #fff;
  background-size: contain;
  padding-bottom: 15px;
}
.sec08 .inner04 .bg{
  background: url(../img/sp_sec08_img06.png) no-repeat right bottom #fff;
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 15px;
}
.sec08 .inner05 .bg{
  background: url(../img/sp_sec08_img07.png) no-repeat left bottom #fff;
  background-size: contain;
  padding-bottom: 15px;
}
.sec08 .inner06 .bg{
  background: url(../img/sp_sec08_img09.png) no-repeat right bottom #fff;
  background-size: contain;
  padding-bottom: 15px;
}
.sec08 .bottom_txt{
  display: none;
}
.inner01 .sp_bottom_txt {
  background-color: #eee;
}
.inner02 .sp_bottom_txt {
  background-color: #eee;
}
.inner04 .sp_bottom_txt, .inner05 .sp_bottom_txt {
  background-color: #f5f1ee;
}
.sec08 .inner01,
.sec08 .inner02,
.sec08 .inner03,
.sec08 .inner04,
.sec08 .inner05,
.sec08 .inner06{
  background-image: none;
  padding-bottom: 0;
}
.sec08 .inner03,
.sec08 .inner05 {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  width: auto;
  position: relative;
  left: auto;
  z-index: 1;
  top: auto;
  padding-top: 15px;
  margin-bottom: 0;
}
.sec08 .inner03 .transform,
.sec08 .inner05 .transform{
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.sec08 .inner-box.inner06{
  margin-top: 10px;
}
.sec08 .inner-box.inner01 .white-box, .sec08 .inner-box.inner03 .white-box, .sec08 .inner-box.inner05 .white-box {
  margin-right: 0;
}
.sec08 .inner-box.inner02 .white-box, .sec08 .inner-box.inner04 .white-box, .sec08 .inner-box.inner06 .white-box {
  margin-left: 0;
}
.sec09 {
  margin-top: 0;
}
.sec09 .white-box{
  border-radius: 10px;
}
.qa .inner {
  width: auto;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.qa .inner .qa_q {
  margin-bottom: 15px;
}
.qa .inner .ico_box {
  width: 40px;
}
.qa .inner .qa_q .icon,
.qa .inner .qa_a .icon {
  width: 40px;
  height: 40px;
}
.qa .inner .qa_q .icon img,
.qa .inner .qa_a .icon img {
  width: 50%;
}
.qa .inner .tit {
  font-size: 16px;
  line-height: 1.27;
  padding-top: 5px;
}
.qa .inner .txt {
  padding-top: 5px;
}
.qa .inner .box {
  font-size: 14px;
  background-color: #f7f5f2;
  padding: 15px;
  margin-top: 10px;
}
.qa .line {
  margin-bottom: 15px;
}
.h2_line{
  margin-bottom: 30px;
}
.h2_line:before {
  width: 40px;
  height: 4px;
}
.sec10 .logo {
  float: none;
}
.sec10 .map {
  width: auto;
}
.sec10 .map_box .map .maps iframe {
  height: 60vw;
}
.sec10 .map_box .map{
  float: none;
  width: auto;
}
.sec10 .map_box .img_right{
  float: none;
  width: auto;
}
.sec10 .info-box .info {
  width: auto;
  font-size: inherit;
  line-height: 1.4;
}
footer {
  color: #000;
  padding-top: 0;
  padding-bottom: 30px;
  background-color: #f5f1ee;
}
footer .container{
  padding-right: 0;
  padding-left: 0;
}
footer .copy {
  font-size: inherit;
}
}

/*スマホ用スタイルend*/
