@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: HiraKakuProN-W3;
  line-height: 1.4em;
  color: #000;
  font-size: 62.5%;
}
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
#main {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
}
header ul li {
  float: left;
  list-style-type: none;
}
header ul li:nth-child(1) {
  width: 60%;
}
header ul li:nth-child(2) {
  width: 40%;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.clearFix {
  display: inline-block;
}
.clearFix {
  display: block;
}
.clearFix {
  overflow: hidden;
}
.linkTxt {
  position: absolute;
  top: 88.7%;
  right: 13%;
}
.linkTxt a {
  color: #fff;
  font-size: 0.2em;
}
.rel {
  position: relative;
}
.bold {
  font-weight: bold;
}

/*-----------------------------
/ メイン
/------------------------------*/

/* general */

#main form{
  transition: all ease 0.3s;
}
#main form:hover{
  filter: brightness(1.1);
}

#main .fv{
  background-color: #c4d7e4;
  padding-bottom: min(calc(37/750*100%),37px);
}
#main .fv .btn-fv-offer{
  width: calc(713/750*100%);
  margin: 0 auto;
}
#main .p-box{
  position: relative;
}
/* offer */

#main .offer .form-inline{
  position: absolute;
  width: calc(650/750*100%);
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

/* slider */

#main .slide-wrap{
  height: min(calc(826/750*100vw),826px);
  position: relative;
}
#main .slide-wrap .intro-bg{
  position: absolute;
  z-index:1;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
}

#main .slide-wrap .intro-slider{
  z-index: 2;
  margin: 0 auto;
  padding-top: 6%;
}

#main .slide-wrap .intro-slider .slide-arrow{
  position: absolute;
  top:46%;
  cursor: pointer;
  z-index:10;
}
#main .slide-wrap .intro-slider .slide-arrow.prev-arrow{
  left:8.5%;
}
#main .slide-wrap .intro-slider .slide-arrow.next-arrow{
  right:8.5%;
}
#main .slide-wrap .intro-slider .slide-arrow.slick-disabled{
  visibility: hidden;
}
#main .slide-wrap .intro-slider .slick-slide div{
  padding:0 4% 4%;
}
#main .slide-wrap .intro-slider div img{
  width: 100%;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.2);
}

.slick-list{
  text-align: center;
  margin: 0 auto;
}


/* faq */

#main .faq{
  background-color: #5f768b;
}

#main .faq .accordion {
  width: calc(633/750*100%);
  margin: 0 auto 3%;
}
#main .faq .accordion dt{
  cursor: pointer;
  position: relative;
}

#main .faq .accordion dt:before,
#main .faq .accordion dt:after{
  content:"";
  position: absolute;
  right:5%;
  top:50%;
  width: min(calc(31/750*100vw),31px);
  height: min(calc(2/750*100vw),2px);
  background-color: #5f768b;
  transition: all ease 0.3s;
  line-height: 0;
  font-size: 0;
  display: block;
  transform-origin: center center;
}
#main .faq .accordion dt:after{
  transform: rotate(90deg);
}

#main .faq .accordion dt.is_open:after{
  transform: rotate(0deg);
}

#main .faq .accordion dd{
  display: none;
}

/*-----------------------------
/ footer
/------------------------------*/
.footer {
  background-color: #3484c8;
  padding: 0;
  margin: 0;
}
.footer p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 20px 3% 10px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
.footer p a {
  color: #fff;
  padding: 0 2%;
  font-size: 12px;
  text-decoration: underline;
}
.footer .copy {
  text-align: center;
  padding: 0;
  background-color: #3484c8;
  color: #fff;
  font-size: 12px;
  padding: 10px 3%;
  line-height: 1.3;
  margin-top: 20px;
}

/*-----------------------------
/ ショッピングガイド
/------------------------------*/
.guideSp {
  width: 100%;
  margin: 20% auto 8px;
}
.guideSp .ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  background-color: #0085ce;
  padding: 4px 0 3px 0.5em;
}
.guideSp dl {
  width: 90%;
  margin: 0 auto;
}
.guideSp dl.left {
  margin: 0 25px 0 35px;
}
.guideSp dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  color: #333;
  background-color: #eeeeee;
  padding: 4px 0 3px 0.5em;
  margin-bottom: 8px;
  margin-left: 0;
}
.guideSp dd {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 1em;
  text-align: left;
  margin-left: 0;
}
/*微調整用*/
.marB5 {
  margin-bottom: 5px !important;
}
.marB10 {
  margin-bottom: 10px !important;
}
.marB20 {
  margin-bottom: 20px !important;
}
.marB30 {
  margin-bottom: 30px !important;
}
.marB40 {
  margin-bottom: 40px !important;
}
.marB50 {
  margin-bottom: 40px !important;
}
.marB60 {
  margin-bottom: 60px !important;
}
.marB65 {
  margin-bottom: 65px !important;
}
.marTm2 {
  margin-top: -2px;
}
.unLine {
  text-decoration: underline;
}
.unLine:hover {
  text-decoration: none;
}
/* ClearBoth */
.clearBoth {
  clear: both;
}
