@charset "UTF-8";
@import url("grid.css");
img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/
  vertical-align: top;
}

a {
  color: #666;
  text-decoration-line: none;
}

a:hover {
  color: #999;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

* {
  margin: 0;
  padding: 0;
}

* {
  min-height: 0;
  min-width: 0;
}


/*
-------------------------------------*/


/* 基本CSS */

ul, div, img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

.flR {
  float: right;
}

.flL {
  float: left;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc_lay {
  display: block !important;
}

.sp_lay {
  display: none !important;
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 768px) {
  .pc_lay {
    display: none !important;
  }
  .sp_lay {
    display: block !important;
  }
}


/*メイン画像
-------------------------------------*/

.mainimg img {
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .mainimg {
    padding: 0;
  }
}

.header_container h2 {
  color: #FFF;
  font-size: 1.2rem;
}

.header_btn_col {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header_col {
    background: #fff;
    border-top: 5px solid #255E8B;
  }
}

.s_img_pd {
  padding: 1rem;
}


/*メインコンテンツ
-------------------------------------*/

main {
  padding: 0 0 0 0;
}

main section {
  margin: 0;
  padding: 0;
}

i {
  margin: 0 1rem 0 0;
}

.text_L {
  text-align: left;
}

.pc_center {
  text-align: center;
}

.sp_center {
  text-align: left;
}

p.caution {
  font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
  section {
    margin: 0rem 0;
  }
  .pc_center {
    text-align: left;
  }
  .sp_center {
    text-align: center;
  }
}

.glay_bg {
  background-image: url("../img/glay_bg.svg");
  margin-top: 5rem;
  padding: 5rem 0;
  background-size: cover;
}

.blue_bg {
  background-color: #255E8B;
  padding: 5rem 0;
}

.p_re {
  position: relative;
}

.stayskip_col {
  border: 1px solid #255E8B;
  border-radius: 1rem;
  background: #FFF;
  padding: 3rem;
}

img.stayskip_col_img {
  padding: 2rem 0;
}

.stayskip_col_set {
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .glay_bg {
    background-image: url("../img/sp_glay_bg.svg");
    margin-top: 5rem;
    padding: 5rem 2rem;
    background-size: cover;
  }
  .blue_bg {
    background-color: #255E8B;
    padding: 1rem 0;
  }
  .stayskip_col {
    padding: 1.5rem;
  }
}

.main_img {
  padding-top: 3em;
}
@media screen and (max-width: 768px) {
  .main_img {
    padding-top: 2em;
  }
}
@media screen and (max-width: 368px) {
  .main_img {
    padding-top: 1em;
  }
}


/*流れ：
-------------------------------------*/

.flow_img img {
  max-height: 130px;
  margin: 0 auto;
}

.flow1 {
  background-image: url("../img/flow_bg_01.svg");
  padding: 2rem 0;
  background-size: cover;
  color: #fff;
}

.flow2 {
  padding: 2rem 0;
}

.flow3 {
  background-image: url("../img/flow_bg_03.svg");
  padding: 2rem 0;
  background-size: cover;
  color: #fff;
}

.flow_step_col {
  position: relative;
  padding-bottom: 10rem;
}

.flow_step {
  position: absolute;
  left: 10rem;
  top: 8.5rem;
  max-width: 67px;
  z-index: 1;
}

.flow1_img {
  padding: 3rem 0 0 0;
  max-width: 100px;
}

.about_stayskip {
  background-image: url("../img/city_bg_img.png");
  padding: 10rem 0 0 0;
  background-size: cover;
  color: #fff;
  margin-top: 5rem;	
}

.main_h3 {
  padding: 0 0 2rem 0;
}

.sp_img {
  position: absolute;
  right: 10%;
  top: 10%;
  max-width: 300px;
}

@media screen and (max-width: 1366px) {
  .sp_img {
    position: absolute;
    right: 0%;
    top: 0%;
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .flow1, .flow3 {
    background-image: url("../img/sp_flow_bg_01.svg");
    padding: 6rem 0 6rem 0;
    background-size: cover;
    color: #fff;
  }
  .flow2 {
    padding: 6rem 0 6rem 0;
  }
  .about_stayskip {
    padding: 3rem 0 0 0;
  }
  .step_nb_w {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 50%;
    top: -1%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 2.4rem;
    color: #255E8B;
  }
  .step_nb_b {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #255E8B;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 50%;
    top: -1%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 2.4rem;
    color: #FFF;
  }
  .about_stayskip p {
    text-align: center;
  }
  .flow1_img {
    padding: 0;
    max-width: 100px;
  }
  .main_h3 {
    font-size: 2.2rem;
    padding: 2rem 0;
    font-weight: normal;
  }
 .flow_step_col {
  padding-bottom: 5rem;
}	
	
}


/*about_stayskip
/*-------------------------------------*/

.about_stayskip_col {
  padding: 3rem 0;
}

.bd_rb {
  border-right: 1px solid #255E8B;
  border-bottom: 1px solid #255E8B;
}

.bd_b {
  border-bottom: 1px solid #255E8B;
}

.bd_r {
  border-right: 1px solid #255E8B;
}

.about_stayskip h3 {
  color: #333;
  font-size: 2.0rem;
}

.about_stayskip_col h3 {
  color: #255E8B;
}

h3.about_stayskip_col_h3 {
  color: #333;
  font-weight: normal;
  margin-bottom: 6rem;
}

.about_stayskip_col p {
  color: #333;
}

.app_icon {
  max-width: 100px;
  position: absolute;
  left: 50%;
  top: -1%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.text_dl_Area {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .about_stayskip_col {
    padding: 0 1rem;
  }
  .app_icon {
    max-width: 80px;
  }
  .bd_rb, .bd_r, .bd_b {
    border-bottom: 1px solid #255E8B;
    border-right: none;
  }
  .about_stayskip_sp_img img {
    max-width: 200px;
  }
  .text_dl_Area {
    margin-left: 0rem;
  }
}


/*QR_Area
/*-------------------------------------*/

.text_w {
  font-size: 1.6rem;
  color: #fff;
  margin: 4.5rem 0 0 0;
}

.dl_Area {
  background: #255E8B;
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .text_w {
    text-align: center;
    margin: 0;
  }
  .dl_Area {
    padding: 2rem 0;
  }
}


/*DL_Area
/*-------------------------------------*/

.dl_col {
  background: #101820;
  padding: 5rem 0;
}

.dl_col h3 {
  margin: 0;
}

.dl_col h3 img {
  max-width: 400px;
}

.dl_col_set {
  max-width: 800px;
  margin: 0 auto;
}

.dl_col_Btn {
  display: flex;
}

.dl_col_Btn img {
  padding: 2.0rem;
  max-height: 120px;
}

.dl_col_Btn_L, .dl_col_Btn_R {
  width: 40%;
}

.dl_col_Btn_QR {
  width: 20%;
}

.dl_col_Btn_QR img {
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .dl_col {
    padding: 2rem 0;
  }
  .dl_col h3 img {
    max-width: 60%;
  }
  .dl_col_Btn {
    padding: 0 0rem;
  }
  .dl_col_Btn img {
    max-height: 80px;
    padding: 1.0rem;
  }
  .dl_col_Btn_L, .dl_col_Btn_R {
    width: 50%;
  }
  .dl_col_tit {
    width: 70%;
  }
}


/*-------------------------------------*/

.bold {
  font-weight: bold;
}

/*キャッチコピー
-------------------------------------*/

h1 img {
  margin: 0;
}

h2.tit_img_01 img {
  max-width: 300px;
}

h2.tit_img_02 img {
  max-width: 200px;
  padding-top: 3rem;
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  h1 img {
    margin: 0;
  }
  h2.tit_img_01 img {
    max-width: 200px;
  }
  h2.tit_img_02 img {
    max-width: 150px;
  }
}


/*見出し
/*-------------------------------------*/

h2.main_h2 {
  position: relative;
  margin-bottom: 2em;
}

h2.main_h2:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 300px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #255E8B;
  border-radius: 2px;
}

.Btn_col a {
  background: #000;
  padding: 1rem;
  border-radius: 0px;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.6rem;
  max-width: 300px;
}

.Btn_col a i {
  margin-left: 0.5rem;
}

.Btn {
  font-size: 14px;
  padding: 8px;
  text-decoration: none!important;
  width: 100%;
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
    margin: 3rem 0;
  }
}