@charset "UTF-8";
body{
  /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ角ゴ Pro W6",
  "ヒラギノ角ゴ Pro W3", "Champagne & Limousines", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-size: 16px;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;

}

.mv{
  margin-top: 80px;
  /* margin-bottom: -3px; */
}

.bnr_img{
  max-width: 570px;
  margin: auto;
  padding: 40px 20px 0px 20px;
}

.wrap{
  overflow: hidden;
}

#TOP #banner-area {
  background: #fbfbfb;
  /* margin-top: 4%; */
  padding: 1.7% 20px;
}

.inner-big {
  margin: 30px auto;
  text-align: center;
}

.inner-big img {
  width: auto;
}

#banner-area .flex {
  justify-content: space-between;
  align-items: center;
}

#banner-area .flex li:first-child {
  margin-left: 0;
}

#banner-area .flex li {
  margin: 0 10px;
}

.floatbnr_wrap.fb_sp{
  display: none;
  position: inherit;
}

.s_vacation{
  background: #7B1414;
  display: flex;
  justify-content: flex-end;
  padding: 45px 10px;
  align-items: center;
}

.s_vacation p{
  color: #fff;
  display: inline-block;
  /* margin: auto; */
  text-align: left;
}

.vac_title{
  margin-right: 40px;
  font-size: 24px;
  letter-spacing: 3px;
  width: 50%;
  text-align: right;
  display: inline-block;
}

.vac_title p{
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.vac_text{
  line-height: 1.5;
  width: 50%;
}

.br_for_vac{
  display: none;
}

.contents_Area {
  margin: 0 auto;
  padding: 20px;
}

.contents_Area a {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 20px;
}

.contents_Area h4 span {
  font-size: 14px;
}

.contents_Area h4 {
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  background-color: #828282;
  /* border: solid 3px #221815; */
}


.modal-overlay {
  z-index:2; /*デモではheader,footerをz-index:1にしたので それより上げています*/
  display:none; /*jsでフェードインされるまでdisplay:none*/
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 1100;
  height:100vh; /*100vhでビューポートの高さいっぱいになります*/
  background-color:rgba(0,0,0,.5);
  } /*これは好きな色・透明度で*/
a.modal-open:hover {cursor:pointer} /*カーソルをポインタに*/
.modal-content {
  position:fixed;
  display:none; /*jsでフェードインされるまでdisplay:none*/
  z-index:3; /*オーバーレイより上に*/
  margin:10px;
  padding: 35px;
  /* border-radius:20px; */
  background:#fff;
  z-index: 1200;
  }
.modal-content img {width:auto;max-height:75vh}
.modal-content h1 {font-size:120%; margin-bottom:0.5em}
.modal-content p {max-width:565px; text-align:left}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
  position:absolute;
  top: 4px;
  right: 0px;
  color:#333;
  font-size:35px;
  line-height:1;
  font-weight:bold;
  text-decoration:none;
  }
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/



.modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-width: 970px;
}
.js-modal_bnr .modal__content{
  padding: 20px;
  max-width: 970px;
}
.modal__content .modal_video{
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.modal__content .modal_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-modal-close_bnr{
  position: absolute;
  top: -35px;
  right: 0px;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
}
.crn_txt p {
  padding: 10px 20px;
  text-align: left;
  font-size: 13px;
  display: inline-block;
  line-height: 1.6;
}

.crn_txt h4 {
    padding: 20px 0;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
} 

.modal__bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.closeBtn02 {
  padding: 7px 6px 7px 8px !important;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 1.5rem;
  width: 15px;
  height: 15px;
  background-color: #fc0000;
  color: #fff;
  content: "×";
  display: block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}

.feature_box{
  padding: 10px 10px 10px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-image: url(../images/top/feature_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
}

.feature_box div{
  width: 50%;
  text-align: center;
  font-size: 18px;
}

.feature_box .price{
  font-size: 64px;
  padding-left: 10px;
}

.feature_box .unit{
  font-size: 42px;
}

.feature_box .tsukizuki{
  font-size: 34px;
}

.feature_box .price_small{
  font-size: 50px;
  color: #d6c99a;
}

.feature_box02{
  display: flex;
  align-items: center;
  padding: 30px 0px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.feature_box02 div{
  width: 25%;
  font-family: "ヒラギノ角ゴ Pro W6";
  position: relative;
  letter-spacing: 0.05em;
}

.feature_box02 div:nth-of-type(2)::before,.feature_box02 div:nth-of-type(3)::before,.feature_box02 div:nth-of-type(4)::before,.feature_box02 div:nth-of-type(5)::before{
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  left: 3px;
  height: 142px;
  background: #c9c9c9;
  transform: translateY(-50%);

}

.feature_box02_small{
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
}
.feature_box02 .num_l{
  font-size: 30px;
}

.feature_box02 .num_2{
  font-size: 45px;
  color: red;
  }


.to_tokyo{
  padding: 10px 0 10px;
  display: block;
}

.re_ac{
  font-size: 12px;
  font-weight: inherit;
}

.top_introduction{
  display: flex;
}


.intro_box{
  width: 50%;
  text-align: center;
}

.intro_text_box{
  /* padding: 130px 0; */
  background: #1b1b1b;
  color: #fff;
  height: 100%;
}

.intro_text_box p{
  line-height: 2;
  margin-top: 40px;
}

.videobox{
  /* padding-top: 56%; */
  position: relative;
  height: 30vw;
}

.intro_box iframe{
  width: 100%;
  height: 100%;
}

.intro_ttl{
  max-width: 468px;
  margin: 0 auto;
  padding: 0 10px;
}

/* .slider{
  display: flex;
  justify-content: center;
} */

.slider div{
  position: relative;
}

.slider div p{
  font-size: 14px;
  position: absolute;
  bottom: 0%;
  right: 0;
  color: #fff;
  padding: 6px 12px;
  background: rgba(0,0,0,0.5);
}

.slide_area{
  padding: 13px 0;
}

.information_area{
  padding: 130px 10px;
  background-image: url(../images/top/info_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  font-family: "Champagne & Limousines";
  letter-spacing: 2px;
}

h2{
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 80px;
  font-family: "ヒラギノ角ゴ Pro W6";
}

.information_area h2{
  /* margin-bottom: 40px; */
  line-height: 1.8em;
  color: #c80303;
  /*background: rgba(255,255,255,0.7);*/
  background: rgba(250,250,215,0.7);

  max-width: 1022px;
  margin: 0 auto 40px;
  padding: 40px;
  box-sizing: border-box;
}
.information_area h2 span{
  font-size: 19px;
  display: block;
  /* margin: 0 17px 0 0; */
  line-height: 1.8;
  margin-top: 10px;
}

.information_area h2 span .small {
  font-size: 11px;
  display: block;
  /* margin: 0 17px 0 0; */
  line-height: 1.5;
  margin-top: 10px;
}


.information_area h2 p{
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  padding-top: 20px;
  border-top: dashed 1px #333;
}
.information_area h2 p.info_second{
  margin-top: 20px;
  padding-top: 0px;
  border-top: none;
  color: #4498bf;
}

.information_area h2 p span{
  font-size: 16px;
  /* margin-top: 0; */
}
.information_area h2 p span.info_tel {
  font-size: 22px;
  position: relative;
  display: inline-block;
}
.information_area h2 p span.info_tel .info_freedial  {
  position: absolute;
  max-height: 20px;
  width: auto;
  top: 50%;
  transform: translateY(-54%);
  left: -40px;
  display: inline-block;
}

.info_yoyaku_box{
  max-width: 600px;
  margin: 0 auto 40px;
}

.btn_box{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.btn_box .btn_r a{
  padding: 28px 90px;
  font-size: 24px;
  background: #c3b692;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3";
}

.btn_box .btn_r a:hover{
  opacity: 0.8;
  transition-duration: 0.6s;
}

.btn_box .btn_l a{
  padding: 28px 90px;
  font-size: 24px;
  background: #3b4f8d;
  color: #fff;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3";
}

.btn_box .btn_l a:hover{
  opacity: 0.8;
  transition-duration: 0.6s;
}


.link_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_area li{
  /* margin-right: 2px; */
  width: 33.25%;
  margin-bottom: 2px;
  position: relative;
  color: #fff;
  background-color: #000000;
overflow: hidden;}


.link_area li img{
  display: block;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.img_hover{
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover_bigger{
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link_area li:hover .img_hover {
    opacity: 1;
}
.link_area li:hover .hover_bigger {
  transform: scale(1.1);
  transform-origin:17% 90%;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link_area li:hover .page_link_concept::after {
  right: 10%;
}

.link_area li:hover .page_title_h{
  text-shadow: 1px 2px 3px #000;
}

.link_area li:hover .page_title_ja{
  text-shadow: 1px 2px 3px #000;
}

.link_area li:hover .page_link_concept{
  background: rgba(0,0,0,0.4);
}

/* .link_area li:hover .page_link_concept::after{
  right: 20%;
} */



.page_title p{
  color: #fff;
  font-weight: initial;
  padding: 10px 0;
}

.link_area li:last-child{
  margin-right: 0;
}

.page_title{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}

.page_title p{
  font-size: 22px;
}

.page_title p.page_title_ja{
  font-size: 16px;
}

.page_title_h{
  width: 174px;
  border-bottom: 1px solid #fff;
  /* padding: 0px 0 10px; */
  font-family: "Champagne & Limousines";
}

.page_link_concept{
  position: absolute;
  bottom: 0;
  font-size: 26px;
  left: 0;
  width: 100%;
  /* background: #000; */
  padding: 30px 0 26px 30px;
}

.link_area li p{
  color: #fff;
  text-shadow: 1px 2px 3px #333;
}

.page_link_concept::after{
  content: "";
  position: absolute;
  right: 15%;
  top: 36%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(
135deg
);
  transform: rotate(
45deg
);
}

.banner_area{
  max-width: 960px;
  margin: auto;
  padding: 80px 10px 20px;
}

.caption_box{
  max-width: 1200px;
  margin: auto;
  padding: 60px 10px 50px;
}

.caption_box p{
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 6px;
}

.for_ones_box{
  display: flex;
  align-items: center;
  justify-content: center;
}

/**/

.cam_box{
  background: #f7f7f7;
  padding: 80px 10px;
}

.cam_box ul{
  max-width: 1200px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

.cam_cap{
  font-size: 10px;
  line-height: 1.4;
  margin: 5px 0 0;
}

.cam_box ul li{
  width: 48%;
  transition-duration: 0.6s;
  margin: 0 0 4%;
}

.cam_box ul li:hover{
  opacity: 0.6;
  transition-duration: 0.6s;
}

.floatbnr_wrap{
  position: fixed;
  right: 10px;
  top: 120px;
  max-width: 330px;
  width: 26vw;
  z-index: 900;
  padding: 0 0 15px;
  background: url(../images/top/bnr_flow_bg.jpg);
}
.floatbnr_ttl{
  max-width: 330px;
  margin: auto;
}
.floatbnr_ttl.video_ttl{
  margin-top: 10px;
}

.mov{
  /* padding: 0 15px; */
  margin: auto;
}

.floatbnr {
  top: 10%;
  /* bottom: 5%; */
  transition-duration: 0.6s;
}

/* .floatbnr:hover{
  opacity: 0.8;
  transition-duration: 0.6s;
} */

.fb_img{
  transition-duration: 0.6s;
}

.fb_img:hover{
  opacity: 0.8;
  transition-duration: 0.6s;
}

.floatbnr, .floatbnr02, .floatbnr03 {
  /* position: fixed; */
  right: 10px;
  top: 162px;
  bottom: auto;
  z-index: 999;
  max-width: 300px;
  max-height: 198px;
  width: 23vw;
}

.floatbnr.mov2>.floatbnr {
  /* top: 360px; */
}

.floatbnr.mov3>.floatbnr {
  top: 370px;
  /* margin-top: 10px; */
}
.floatbnr.mov3.video_>.floatbnr{
  margin-top: 0;
}

/* .floatbnr.mov2>.floatbnr .btn_close_mov {
  top: -18px;
}

.floatbnr .btn_close_mov, .floatbnr02 .btn_close_mov02, .floatbnr03 .btn_close_mov03 {
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 301;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  background: #000;
  margin-top: -1px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}

.floatbnr .btn_close_mov::before, .floatbnr02 .btn_close_mov02::before, .floatbnr03 .btn_close_mov03::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(
45deg
);
}

.floatbnr .btn_close_mov::after, .floatbnr02 .btn_close_mov02::after, .floatbnr03 .btn_close_mov03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(
-45deg
);
} */
.floatbnr_wrap .btn_close_mov {
  top: -18px;
}

.floatbnr_wrap .btn_close_mov{
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 301;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  background: #000;
  margin-top: -1px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}

.floatbnr_wrap .btn_close_mov::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(
45deg
);
}

.floatbnr_wrap .btn_close_mov::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(
-45deg
);
}



.for_o_more a{
  background: #fff;
    margin-top: 30px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    transition-duration: 0.6s;
}
.for_o_more a:hover{
  background: #c3b692;
  transition-duration: 0.6s;
}


.bnr_area02{
  padding: 80px 10px;
  background-image: url(../images/top/info_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bnr02_taku{
  text-align: center;
}
.bnr02_taku a{
  width: 33.35%;
    display: flex;
    margin: 0 auto;
    height: 105px;
    align-items: center;
    border: 1px solid;
    justify-content: center;
pointer-events: none;opacity: 0.3;}
.bnr02_taku a h4{
  letter-spacing: 4px;
  color: #343434;
  font-size: 26px;
}
.bnr02_taku a h4 span{
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
  letter-spacing: 2px;
}
.bnr02_taku a:hover{
  background:#343434;
  transition-duration: 0.6s;

}

.bnr02_taku a:hover h4{
  color:#fff;
  transition-duration: 0.6s;
}

.green_point_box{
  background: #0aad75;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6";
  padding: 8px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.5s;
}

.green_point_inner_box{
  background: #0aad75;
  border: solid 1px #b0ff8c;
  transition: 0.5s;
}
.green_ttl{text-align: center;font-size: 21px;/* letter-spacing: 1px; */margin-top: 20px;}
.green_caution{text-align: center;font-size: 36px;margin: 16px auto 16px;text-indent: 0.5em;letter-spacing: 0.1em;}
.green_due{font-size: 18px;display: inline-block;padding: 8px 20px;text-align: center;background: #ffffff;color: #0eac75;transition: 0.5s;}
.green_link{
  text-align: right;
  margin: 4px 10px 10px auto;
  font-size: 14px;
}
.green_wrap{
  max-width: 570px;
  margin: auto;
  padding: 40px 20px 0px 20px;
}

.green_point_box:hover{
  background: #61b53b;
}
.green_point_box:hover .green_point_inner_box{
  background: #61b53b;
}

.green_point_box:hover .green_due{
  color: #61b53b;
}

.green_small{
  font-size: 12px;
}

.sp_banner{
  display: none;
  max-width: 1020px;
  margin: 0 auto 60px;
    padding: 0;
    background: none;
}
.pc_banner{

  max-width: 1020px;
  margin: 0 auto 60px;
  padding: 0;
  background: none;
}
.pc_banner ul li,.sp_banner ul li{
  margin: 0;
  width: 100%;
}

.dn{
  display: none;
}

.br_1600{
  display: none;
}

.br_1260{
  display: none;
}

.br_1000{
  display: none;
}
.br850{
  display: none;
}
.br768{
  display: none;
}
.br600{
  display: none;
}
.br480{
  display: none;
}
.sp_none02{
  display: block;
}
.pc_none02{
  display:none;
}

.mv_sp{
  display: none !important;
}

.btn_l{
  width: 100%;
    max-width: 575px;
    text-align: center;
    padding: 0 20px;
}

.info_p01{
  font-size: 20px !important;
  display: inline-block !important;
  border: 1px solid;
  padding: 14px 15px 8px;
}

@media only screen and (max-width: 1850px){
  .feature_box02 {
    font-size: 22px;
}
}


@media only screen and (max-width: 1700px){
  .feature_box02 {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
}

.feature_box02 div {
  width: 33.333%;
}

.feature_box02 div{
  width: 40%;
}

.feature_box02 div:nth-of-type(1),.feature_box02 div:nth-of-type(2){
  margin-bottom: 40px;
}

.feature_box02 div:nth-of-type(3)::before{
  display: none;
}

.feature_box02 div:nth-of-type(2)::before,.feature_box02 div:nth-of-type(4)::before,.feature_box02 div:nth-of-type(5)::before{
  content: "";
  position: absolute;
  width: 1px;
  top: 50%;
  left: 3px;
  height: 70px;
  background: #c9c9c9;
  transform: translateY(-50%);

}

}

@media only screen and (max-width: 1600px){
  .br_1600{
    display: block;
  }
}

@media only screen and (max-width: 1460px){
  .feature_box div {
    width: 50%;
    text-align: center;
    font-size: 16px;
}
  .feature_box .price {
    font-size: 46px;
}

.feature_box .unit {
  font-size: 28px;
}

.feature_box .tsukizuki {
  font-size: 28px;
}

.feature_box .price_small {
  font-size: 46px;
  color: #d6c99a;

}

.feature_box02 {
  /* font-size: 27px; */
}

.feature_box02_small {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
}

.page_link_concept {
  position: absolute;
  /* bottom: 5%; */
  font-size: 22px;
  /* left: 5%; */
  width: 100%;
  padding: 20px 0 18px 20px;
}

.re_ac {
  font-size: 10px;
  font-weight: inherit;
}

.to_tokyo {
  padding: 8px 0 0px;
  display: block;
}
}

@media only screen and (max-width: 1300px){
.mv {
  margin-top: 60px;
}
}

@media only screen and (max-width: 1260px){
  .feature_box02 {
    font-size: 22px;
  }

  .information_area {
    padding: 90px 10px 70px;
}

.br_1260{
  display: block;
}

.slider div p {
  /* bottom: 1%; */
}

.slider div p {
  font-size: 10px;
}

.intro_ttl {
  max-width: 300px;
}

.intro_text_box p {
  line-height: 2;
  margin-top: 30px;
}

.videobox {
  height: 47vw;
}

.bnr02_taku a h4 {
  letter-spacing: 3px;
  font-size: 20px;
}
.bnr02_taku a h4 span {
  font-size: 12px;
}

}


@media only screen and (max-width: 1340px){
  .br_for_vac{
    display: block;
  }
}


@media only screen and (max-width: 920px){
  .s_vacation{
    flex-wrap: wrap;
  }

  .vac_title{
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .vac_text{
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  
}

@media only screen and (max-width: 1000px){

  .floatbnr_wrap {
    width: 33vw;
}
  

  .floatbnr, .floatbnr02, .floatbnr03 {
    width: 30vw;
}

  .feature_box div {
    width: 49%;
    text-align: center;
    font-size: 14px;
}

.feature_box{
  justify-content: space-between;
}

.feature_box .unit {
  font-size: 22px;
}

.feature_box .tsukizuki {
  font-size: 22px;
}

.feature_box .price_small {
  font-size: 40px;
  color: #d6c99a;
}

.feature_box .price {
  font-size: 40px;
}

.feature_box02 {
  font-size: 20px;
}

.feature_box02_small {
  font-family: "ヒラギノ角ゴ Pro W3";
}
.feature_box02 .num_l{
  font-size: 26px;
}
h1 {
  margin-bottom: 60px;
}

h2 {
  margin-bottom: 60px;
  font-size: 22px;
}

.btn_box .btn_r a {
  padding: 22px 70px;
  font-size: 18px;
}

.btn_box .btn_l a {
  padding: 22px 70px;
  font-size: 18px;
}

.feature_box02 {
  flex-wrap: wrap;
}

.feature_box02 div {
  width: 33.333%;
  margin-bottom: 40px;
  letter-spacing: inherit;
}

.feature_box02 div{
  width: 50%;
}

/* .feature_box02 div:nth-of-type(5){
  width: 100%;
} */

.feature_box02 {
  padding: 40px 10px 10px;
}

.br_1000{
  display: block;
}

.intro_text_box p {
  line-height: 2;
  margin-top: 10px;
}

.intro_text_box {
  /* padding: 80px 0; */
}

.feature_box {
  flex-wrap: wrap;
}


.feature_box div {
  width: 100%;
  margin: 0 0 20px;
}

.feature_box div:last-of-type{
  margin: 0;
}

.page_link_concept {
  font-size: 18px;
}
}
@media only screen and (max-width: 850px){
  .br850{
    display: block;
  }
  .information_area h2 {
    padding: 40px 20px;
}
}

@media only screen and (max-width: 768px){
  .crn_txt p {
    padding: 20px 20px;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    line-height: 1.6;
  }
  .modal__content {

    top: 45%;
  
  }
  .js-modal_bnr .modal__content{
    padding: 15px;
    width: 85%;
}
.green_ttl {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.green_caution {
  text-align: center;
  font-size: 26px;
  margin: 10px auto 10px;
  text-indent: 0.5em;
  letter-spacing: 0.4em;
}
.green_due {
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  /* background: #b0ff8c; */
  /* color: #0eac75; */
}
.green_link {
  text-align: right;
  font-size: 14px;
  margin: 2px 10px 7px auto;
}
.br768{
  display: block;
}
}



@media only screen and (max-width: 767px){
  .link_area li {
    width: 49.894%;
  }



.crn_txt p {
  padding: 20px 20px;
  text-align: left;
  font-size: 11px;
  display: inline-block;
  line-height: 1.6;
}

#TOP #banner-area {
  padding: 4%;
}

#TOP #banner-area .flex {
  display: block;
}

#TOP #banner-area .flex li {
  margin: 0 0 4%;
}

#TOP #banner-area .flex li img {
  width: 100%;
}

.inner-big {
  margin: 4% auto;
  text-align: center;
}

.bnr02_taku a {
  width: 50%;
}
}

@media only screen and (max-width: 700px){

  .feature_box02 {
    font-size: 18px;
}
  .feature_box02 .num_l{
    font-size: 26px;
  }

  
}


@media only screen and (max-width: 650px){
  .sp_none02{
    display: none;
  }
  .pc_none02{
    display:block;
  }
  .floatbnr_wrap.fb_pc{
    display: none;
  }
  .floatbnr_wrap.fb_sp{
    display: block;
    width: 100%;
    padding: 40px 0;
    max-width: inherit;
  }
  .floatbnr, .floatbnr02, .floatbnr03 {
    width: 100%;
    max-width: 330px;
    height: auto;
    max-height: inherit;
}

  .feature_box02 div:nth-of-type(2)::before,.feature_box02 div:nth-of-type(3)::before,.feature_box02 div:nth-of-type(4)::before,.feature_box02 div:nth-of-type(5)::before{
    display: none;
  }

  .feature_box02 div:nth-of-type(1),.feature_box02 div:nth-of-type(2),.feature_box02 div:nth-of-type(3),.feature_box02 div:nth-of-type(4),.feature_box02 div:nth-of-type(5){
    width: 100%;
  }

  .feature_box02 div:nth-of-type(1),.feature_box02 div:nth-of-type(2){
    /* order: 1; */
    margin-bottom: 30px;
  }
  
  
  
  /* .feature_box02 div {
    width: 50%;
    margin-bottom: 40px;
  } */

  .feature_box02 div:nth-of-type(5){
    margin-bottom: 30px;
  }
  
  /* .feature_box02 div:nth-of-type(1){
    order: 1;
    margin-bottom: 30px;
  }
  .feature_box02 div:nth-of-type(2){
    order: 5;
    width: 100%;
    margin-bottom: 30px;
  }
  .feature_box02 div:nth-of-type(3){
    order: 2;
  }
  .feature_box02 div:nth-of-type(4){
    order: 3;
  }
  .feature_box02 div:nth-of-type(5){
    order: 4;
  }

  .feature_box02 div:nth-of-type(5){
    margin-bottom: 30px;
  } */

  .green_point_box {
    padding: 6px;
}
.green_point_inner_box {
  border: solid 1px #b0ff8c;
}
.green_ttl {
  font-size: 17px;
  margin-top: 20px;
}
.green_caution {
  font-size: 24px;
  letter-spacing: 0.3em;
}
.green_due {
  font-size: 16px;
  padding: 6px 12px;
}
.green_link {
  font-size: 12px;
  margin: 6px 10px 7px auto;
}
.sp_banner{
  display: block;
}
.pc_banner{
  display: none;

}
}


@media only screen and (max-width: 600px){
  .mv_pc{
    display: none !important;
  }
  .mv_sp{
    display: block !important;
  }
  .top_introduction {
    display: flex;
    flex-wrap: wrap;
}

.information_area h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.information_area h2 span{
  font-size: 14px;
  line-height: 1.7;
  display: block;
  margin: 10px 0px 0 0;
}
.information_area h2 p.info_second span{
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 5px 0px 0 0;
}

.cam_box {
  padding: 40px 10px;
}

.cam_box ul {
  flex-wrap: wrap;
}

.cam_box ul li {
  width: 100%;
  margin: 0 0 40px;
}

.cam_box ul li:last-of-type{
  margin: 0 0 0;
}

.floatbnr.mov2>.floatbnr {
  left: 50%;
  right: initial;
  top: 50%;
  /* width: 70vw; */
  /* transform: translate(-50%, -50%); */
}

.intro_box {
  width: 100%;
  text-align: center;
}

.intro_ttl {
  max-width: 280px;
}

.intro_text_box p {
  line-height: 2;
  margin-top: 20px;
}

.intro_text_box {
  padding: 60px 0;
}

.videobox{
  width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
display: contents;
}

.intro_box iframe {
  width: 100%;
  height: 300px;
}

.banner_area {
  width: 80%;
}

.for_ones_box{
  display: block;
}

a.modal-close {
  font-size: 20px;
}

.modal-content {
  padding: 18px 18px 15px;
}

.bnr_area02 {
  padding: 40px 10px;
}
.bnr02_taku a {
  width: 100%;
  height: 90px;
}
.bnr02_taku a h4 {
  letter-spacing: 3px;
  font-size: 18px;
}
.bnr02_taku a h4 span {
  font-size: 10px;
}
.information_area h2 p span {
  font-size: 14px;
}
.br600{
  display: block;
}

.info_p01{
  font-size: 16px !important;
}

}


@media only screen and (max-width: 480px){
  .information_area {
    padding: 70px 10px 50px;
  }

  h1 {
    font-size: 24px;
}

h1 {
  margin-bottom: 40px;
}

h2 {
  font-size: 24px;
}

.information_area h2 {
  font-size: 19px;
}
.information_area h2 p {
  font-size: 16px;
}
.information_area h2 p span.info_tel {
  font-size: 18px;
}
.information_area h2 p span.info_tel .info_freedial {
  max-height: 15px;
  left: -30px;
}
.information_area h2 {
  padding: 30px 20px;
}

.btn_box .btn_l a {
  padding: 18px 50px;
  font-size: 14px;
}

.btn_box .btn_r a {
  padding: 18px 50px;
  font-size: 14px;
}

.link_area li {
  width: 100%;
}

/* .page_title {
  top: 3%;
}

.page_title p {
  color: #fff;
  font-weight: initial;
  padding: 7px 0;
}

.page_title p {
  font-size: 20px;
}

.page_title p.page_title_ja {
  font-size: 14px;
}

.page_link_concept {
  font-size: 16px;
}

.page_link_concept::after {
  width: 11px;
  height: 11px;
} */

.feature_box02 {
  font-size: 16px;
}

.feature_box02_small {
  font-size: 12px;
}

.feature_box div {
  font-size: 12px;
}

.feature_box .unit {
  font-size: 20px;
}

.feature_box .tsukizuki {
  font-size: 20px;
}

.feature_box .price {
  font-size: 32px;
}

.feature_box .price_small {
  font-size: 32px;
}

.feature_box {
  padding: 10px 0px 5px;
}

.feature_box02 div {
  margin-bottom: 30px;
}

.feature_box02 {
  padding: 30px 10px 0px;
}

.intro_text_box {
  padding: 50px 10px;
}

.page_link_concept {
    /* bottom: 10%; */
}

.s_vacation p{
  font-size: 14px;
}

.s_vacation {
  padding: 30px 10px;
}
.br480{
  display: block;
}

}

@media all and (-ms-high-contrast: none) {
  .information_area h2 p span.info_tel .info_freedial{
    left:-72px;
    transform: translateY(-60%);

  }
}