/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/

/* ボタン */
.entryBtnLayout {
  text-align: center;
  margin-top:30px;
  margin-bottom:30px;
}
 
.entryBtn {
  display: inline-block;
  width: 350px;
  height: auto;
  text-decoration: none;
  color: #fff;
  font-size:22px;
  font-weight:700;
  border-radius:8px;
  text-align:center;
  padding:39px 20px;
  box-shadow:0 6px 0 0 #005400;
  transform: translateY(-6px);
  transition:0.3s all;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ba500+0,008000+100 */
  background: #0ba500; /* Old browsers */
  background: -moz-linear-gradient(top,  #0ba500 0%, #008000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #0ba500 0%,#008000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #0ba500 0%,#008000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba500', endColorstr='#008000',GradientType=0 ); /* IE6-9 */
}
 
.entryBtn:hover {
  box-shadow:0 2px 0 0 #005400;
  transform: translateY(-2px);
}

@keyframes shiny {
  0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
  }

  50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
  }

  100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
  }
}

.shiny-btn {
  display: inline-block;
  width: 80%;
  height: auto;
  text-decoration: none;
  color: #fff;
  font-size:30px;
  font-weight:700;
  border-radius:8px;
  text-align:center;
  padding:39px 20px;
  box-shadow:0 6px 0 0 #006400;
  transform: translateY(-6px);
  transition:0.3s all;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0ba500+0,008000+100 */
  background: #0ba500; /* Old browsers */
  background: -moz-linear-gradient(top,  #9acd32 0%, #32cd32 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #9acd32 0%,#32cd32 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #9acd32 0%,#32cd32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba500', endColorstr='#008000',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
}

.shiny-btn:hover {
  box-shadow:0 2px 0 0 #005400;
  transform: translateY(-2px);
}

.shiny-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}



/* リセット */
body { margin: 0;}


.hide {
  display: none !important;
}

 .fade{
  padding:5px 0 3px 0;
  position:fixed;  
  right:0;
  left:0;
  opacity: 0;
  animation: fadeIn 11s ease 1s 1 normal;
line-height:14px;
   letter-spacing: 1px;
   background-color:#eff8ffed;
     z-index:111;
     font-size:80%;
}

@keyframes fadeIn { 
  0% {opacity: 0} 
  25% {opacity: 1} 
  85% {opacity: 1} 
  100% {opacity: 0}

}

.movie {
  max-width:1000px;
  margin:25px;
}

.mv_cm{
  max-width: 1000px;
  position: absolute;
  z-index: 110;
  left: 5%;
  width: 90%;
}

@media (min-width:700px){
	.fix_menu>ul{
	width: 98%;
    margin-bottom: 15px;
}}

.btn_fixed{
  width: 28%;
}

@media (max-width:699px){
  .fix_menu{
    bottom: -0.3%!important;
  }
  .fix_menu>ul{
    width: 100%;
    margin-bottom: 15px;
  }
  .btn_fixed{
    width: 33%;
  }
  }

   

  .btn_fixed_two,.btn_fixed_one{
    width: 25%;
  }
  .fix_menu{
    position: fixed;
    z-index: 111;
      bottom: -0.5%;
  }

  .fix_menu>ul>li{
    display: table-cell;
    }

  
  



.company{display:flow-root;}
ul{
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
.select{
    width: 50%;
    display: inline-block;
}

.guide p{
padding: 0% 3%;
}
.red{
    color: #ed477d;
    font-weight: bold;
}
.copyright{
    text-align: center;
}
.mv_fb {
    max-width: 1000px;
    position: absolute;
    z-index: 110;
    bottom: 21.5%;
    left: 14%;
    width: 74%;
}


.box{
  position: relative;
  width:90%;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #ffa500;
  margin-left: 30px;
  margin-top: 50px;
}

.box .box-title {
  position: absolute;
  display: inline-block;
  top: -56px;
  left: -3px;
  padding: 0 9px;
  height: 55px;
  line-height: 55px;
  font-size: x-large;
  background: #ffa500;
  color: #ffffff;
  font-weight: 800;
  border-radius: 5px 5px 0 0;
}
.box p {
  font-size: medium;
  margin: 0x; 
  padding: 10px;
}


.coupon {
  font-size:medium;
  color:#2e8b57;
  text-align: center;
  margin-top: 5px;
}






.btn {
    position: absolute;
    bottom: 5%;
    right: 5%;
	
}

body {
    background-image: url("../img-min/background-bg-water.jpg") !important;
    background-size: 100% !important;
    background-attachment: fixed !important;
}



.faq {
  background-color: #fefeffd4;
  position: relative;
  width: 94%;
  margin: 3% auto 0px;
  border-bottom: 1px solid #b9b6b6;
  padding-bottom: 1%;
}

.faq-title {
  position: relative;
  font-weight: 600;
  font-size: x-large;
  cursor: pointer;
  margin: 0px;
  font-family: font-family: 'Noto Sans JP', sans-serif;
  color: rgb(42, 118, 160);
  line-height: 110%;
  padding: 2% 8% 3% 10%;
}

.faq-title span{
  font-weight:700;
  font-size:28px;
  }

.faq-content {
  padding: 2% 4% 4% 12%;
}

.guide {

  padding-bottom: 50px;
}
.guide-content {
  width: 95%;
  margin: 20px auto;
}

.guide-content h2{
  font-size: larger;
  font-weight:700;
  line-height:28px;
  padding-top: 15px;
  margin-right:20px!important;
  margin-left: 20px!important;
}

.guide-content p{
  font-size: medium;
  line-height:28px;
  margin-right:20px!important;
  margin-left: 20px!important;
}

.company > h1 {
    font-size: large;
    font-weight:600;
    background-color: #ff6e90;
    color: white;
    text-align: center;
    margin-top: 15%;
    padding: 1% 0px;
}.company {
    width: 94%;
    margin: 20px auto;
}

.company ul li {
  padding-top: 5px;
  padding-bottom: 5px;;
}
.company p {
  font-size: medium;
  line-height:28px;
  margin-right:20px!important;
  margin-left: 20px!important;
}
.company > h2 {
    font-size: larger;
    font-weight: 700;
    text-align: center;
    width:100%;
}

.mv_bg{
    position: absolute;
    top:0;
    left: 0;
}
.mv_area{position:relative;}
.mv_fv{
    position: absolute;
    z-index: 110;
    bottom: -3%;
    left: 0;
    width: 100%;
}

p{margin:0px!important;}
h1{margin:0;}
  p img{vertical-align: bottom;}
    .fix_btn{
    position: fixed;
    bottom: 5px;
    z-index: 999;
   left: auto;}


@charset "utf-8";.contentWrap{max-width:1000px;margin:0 auto;position:relative; background-color:white;}
.contentWrap img{vertical-align:bottom;width:100%;display:block}.RelativeWrap{position:relative}
.abs{position:absolute}.btn01_link{position:relative;display:block}
.l01{animation:light .8s ease -1s infinite alternate;top:22%;left:6%;width:19%}
.l02{animation:light .5s ease -1s infinite alternate;top:8%;left:22%;width:19%}
.l03{animation:light 1.2s ease -1s infinite alternate;top:26%;width:16%;right:7%}
.l04{animation:light .6s ease -1s infinite alternate;bottom:29.3%;width:14%;right:19.3%}
.l05{animation:light 1.6s ease -1s infinite alternate;bottom:13.3%;width:14%;right:36.3%}
@-webkit-keyframes light{0%{opacity:0;-ms-filter:"alpha(opacity=0)"}100%{opacity:1;-ms-filter:"alpha(opacity=100)"}}
@keyframes light{0%{opacity:0;-ms-filter:"alpha(opacity=0)"}100%{opacity:1;-ms-filter:"alpha(opacity=100)"}}
.btnOffer{margin:0;width:42.65625vw;height:40.96875vw;right: 4.4%;bottom:4.4%}
.btn_anime{position:absolute;border-radius:50%;animation:shake .15s linear infinite}
.relative{position:relative;padding:0 0 320px}

@media screen and (min-width:641px){.btnOffer{margin:0;width:273px;height:275px}
    .AccTtl::after{width:37px;height:37px;top:50%;right:4.1%;margin:-19px 0 0}}
img{vertical-align: bottom;}
p{margin:0;}





/*-------------------------------------*
 * PC・SP共通
 *-------------------------------------*/

.footer{
margin-top: 20px;
padding-top:30px;
background-color: #ff6e90;
padding-bottom: 200px;
}



.footer p {
  text-align: center;
  font-size:medium;
  color:#fff;
  font-weight:500;
  padding-bottom: 20px;
}

.footer a{
  text-decoration:none;
  color:#fff;
}
.footer ul{
    list-style: none;
    padding:30px;
}
.footer li{
    display: inline-block;
    padding: 0 1%;
}
.footer ul li:nth-child(1),.footer ul li:nth-child(2),.footer ul li:nth-child(3){
    border-right: 1px solid #000;
}
.copyright{font-size: 0.8em;}
@media screen and (max-width:750px){
    .footer ul{padding:3%;}
}
/*-------------------------------------*
 * LP
 *-------------------------------------*/
#mainColumn, .container {
    max-width: 100% !important;
    margin: 0 auto;
}
p{
    margin: 0;
    font-size:x-large;
    padding: 0;
    border: none;
    }

.atnt {
    position: relative;
}
.tel_bt {
    position: absolute;
    width: 95%;
    left: 2.5%;
}
:-webkit-any(article,aside,nav,section) h1 {
    margin-block-end: 0;
}
h1{
 margin-block-end:0;
}