/********************
*
* index
*
********************/
/*
* mv
*
*/
@media screen and (max-width: 767px) {
  .mv {
    position: relative;
  }

  .mv__ttl img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/pic_mv_pc01.jpg) center 0 no-repeat;
    height: 400px;
    width: 100%;
    position: relative;
  }

  .mv__ttl {
    position: absolute;
    top: 0;
    right: -425px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 355px;
    height: 252px;
  }
  .mv__ttl .pc {
    display: inline-block;
  }
}
/* 
* .sec
* 
*/
.sec {
  border-top: 1px solid #EFD3A7;
}

@media screen and (min-width: 768px) {
  .sec__btn {
    width: 354px;
  }
}
/*
* circle
*
*/
@media screen and (max-width: 767px) {
  .circle {
    background: url(../img/pic_circle_sp01.jpg) center 0 no-repeat;
    background-size: 100%;
    padding: 20px 0;
  }

  .circle__ttl {
    width: 286px;
    margin: 0 auto;
  }

  .circle__txt {
    width: 286px;
    margin: 0 auto;
  }

  .circle__btn {
    width: 260px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .circle {
    background: url(../img/pic_circle_pc01.jpg) center 0 no-repeat;
    padding: 0;
    height: 249px;
  }
  .circle .inner {
    width: 839px;
    margin: 0 auto;
  }

  .circle__ttl {
    float: left;
    width: 441px;
    position: relative;
    top: 50px;
  }

  .circleDesc {
    float: right;
    width: 354px;
    position: relative;
    top: 40px;
  }

  .circle__txt {
    position: relative;
    left: 24px;
  }

  .circle__btn + .circle__btn {
    margin-top: 10px;
  }
}
/*
* plan
*
*/
@media screen and (max-width: 767px) {
  .plan {
    background: url(../img/pic_plan_sp01.jpg) center 0 no-repeat;
    background-size: 100%;
    padding: 20px 0;
  }
  .plan .inner {
    width: 290px;
    margin: 0 auto;
  }

  .plan__ttl {
    width: 270px;
  }

  .plan__btn {
    width: 261px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .plan {
    background: url(../img/pic_plan_pc01.jpg) center 0 no-repeat;
    height: 258px;
    position: relative;
  }
  .plan .inner {
    width: 750px;
    height: 164px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .plan__btn {
    margin-top: 20px;
  }
}
/*
* jewelry
*
*/
@media screen and (max-width: 767px) {
  .jewelry {
    background: url(../img/pic_jewelry_sp01.jpg) center 0 no-repeat;
    background-size: 100%;
    padding: 20px 0;
  }
  .jewelry .inner {
    width: 290px;
    margin: 0 auto;
  }

  .jewelry__ttl {
    width: 212px;
  }

  .jewelry__btn {
    width: 261px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .jewelry {
    background: url(../img/pic_jewelry_pc01.jpg) center 0 no-repeat;
    padding: 0;
    height: 258px;
    padding: 20px 0;
    border-top: 1px solid #EFD3A7;
    position: relative;
  }
  .jewelry .inner {
    width: 750px;
    height: 188px;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .jewelry__btn {
    margin-top: 20px;
  }
  .jewelry__btn + .jewelry__btn {
    margin-top: 10px;
  }
}
/*
* cont
*
*/
@media screen and (max-width: 767px) {
  .contUl li {
    border-top: 1px solid #EFD3A7;
  }
  .contUl li img {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cont {
    border-top: 1px solid #EFD3A7;
  }

  .contUl {
    width: 968px;
    margin: 0 auto;
  }
  .contUl.-two {
    width: 645px;
  }
  .contUl li {
    float: left;
    width: 322px;
    height: 295px;
  }
  .contUl li a {
    display: inline-block;
  }
  .contUl li + li {
    width: 323px;
    border-left: 1px solid #EFD3A7;
  }
}
/*
* info
*
*/
@media screen and (max-width: 767px) {
  .info {
    border-top: 1px solid #EFD3A7;
    font-size: 14px;
  }

  .info__txt {
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .info {
    border-top: 1px solid #EFD3A7;
    font-size: 16px;
  }

  .info__txt {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
  }
}
/*
* link
*
*/
@media screen and (max-width: 767px) {
  .link {
    width: 290px;
    margin: 20px auto 0;
    padding-bottom: 60px;
  }

  .link__bnr {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .link {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
  }

  .linkBnrWrapper {
    margin-right: -10px;
    margin-left: -10px;
  }

  .link__bnr {
    width: 33.33%;
    float: left;
    padding: 10px;
  }
  .link__bnr:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
/*
* .inquiry
*
*/
@media screen and (max-width: 767px) {
  .inquiry {
    background-color: #F3FAFD;
    padding: 20px 0;
    font-size: 14px;
  }

  .inquiry__ttl {
    margin: 10px 0 0;
    text-align: center;
    font-weight: bold;
  }

  .inquiryUl {
    width: 290px;
    margin: 10px auto;
  }
  .inquiryUl li {
    float: left;
    width: 100%;
  }
  .inquiryUl li + li {
    float: right;
  }

  .inquiryUl__txt {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
  }

  .inquiryUl__tel {
    font-size: 18px;
    border: 1px solid  #8097E0;
    text-align: center;
    background-color: #fff;
    margin: 10px 0;
  }
  .inquiryUl__tel a {
    color: #8097E0;
    display: block;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .inquiry {
    background-color: #F3FAFD;
    padding: 20px 0;
    font-size: 16px;
  }

  .inquiry__ttl {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
  }

  .inquiryUl {
    width: 718px;
    margin: 10px auto;
  }
  .inquiryUl li {
    float: left;
    width: 354px;
  }
  .inquiryUl li + li {
    float: right;
  }

  .inquiryUl__txt {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
  }

  .inquiryUl__tel {
    font-size: 18px;
    border: 1px solid  #8097E0;
    text-align: center;
    background-color: #fff;
    margin: 10px 0;
  }
  .inquiryUl__tel a {
    color: #8097E0;
    cursor: default;
    display: block;
    padding: 10px 0;
  }
  .inquiryUl__tel a:hover {
    opacity: 1;
  }
}
