@charset "UTF-8";

/* .bg_Wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, .8);
} */

 body {
  background-color: #00052b;
 }
 main {
  padding-bottom: 0;
}
.lower_ttl {
  position: relative;
  width: 100%;
  background: url(../img/location/main_img.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30%;
}

.lower_ttl h2 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 5px;
}

.content_wrap {
  background-color: #00052b;
}

h3,h4,h5 {
  color: #fff;
}
main p {
  color: #fff;
}
h3 {
  font-size: min(3.5vw, 24px);
  margin-bottom: 30px;
  line-height: 1.8;
}
h4 {
  font-size: min(3.5vw, 20px);
  margin-bottom: 20px;
  line-height: 1.8;
}
h5 {
  font-size: min(3.5vw, 18px);
  margin-bottom: 20px;
  line-height: 1.6;
}
main p {
  font-size: min(3.1vw, 16px);
  line-height: 1.8;
}
.txt_14 {
  font-size: 14px;
}
.txt_12 {
  font-size: 12px;
}


figure {
  position: relative;
}
.cap_R02 {
  right: 0;
  bottom: -15px;
}
.cap_L02 {
  left: 0;
  bottom: -15px;
}
.cap_R03 {
  right: 5px;
  bottom: -22px;
  line-height: 2.0;
  text-align: right;
}

/* ロケーション */

/* main_txt */
/* .main_txt .kirakira {
  opacity: 0.2;
} */
.str_bg {
  /* background-image: url(../img/location/star_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; */
background-color:rgba(0,5,43,0.8);
background-blend-mode: darken;
opacity: 1;
z-index: 1;
}
.main_txt .inner {
  padding: 10% 0 15%;
  display: flex;
  justify-content: space-between;
}
.main_txt figure {
  max-width: 600px;
  width: 50%;
  margin-right: 3%;
}
.main_txt h3 {
  margin-top: 50px;
  align-content: center;
}

.area_map {
  position: relative;
  margin-top: -80px;
}
.area_map .sub_txt {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}

/* about_kumamoto */
.about_kumamoto {
  /* background: url(../img/location/potencial_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 15% 0 1px;
  margin: -5% auto 0;
}
.about_kumamoto .sub_txt {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.about_kumamoto .about_area {
  position: relative;
  margin-bottom: 60px;
}
.about_kumamoto .about_txt,
.about_kumamoto .about_txt03
 {
  background-color: rgba(0,5,43,0.9);
  text-align: left;
  padding: 4%;
  height: fit-content;
  width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about_kumamoto .about_txt02,
.about_kumamoto .about_txt04
 {
  background-color: rgba(0,5,43,0.9);
  text-align: left;
  padding: 4%;
  height: fit-content;
  width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.about_kumamoto .about_txt::before {
  content: "JR KUMAMOTO station AREA";
  position: absolute;
  top: -0.9em;
  right: 0;
  z-index: 10;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}
.about_kumamoto .about_txt02::before {
  content: "SAKURAMACHI AREA";
  position: absolute;
  top: -0.9em;
  left: 0;
  z-index: 10;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}
.about_kumamoto .about_txt03::before {
  content: "KUMAMOTO historical park AREA";
  position: absolute;
  top: -0.9em;
  right: 0;
  z-index: 10;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}
.about_kumamoto .about_txt04::before {
  content: "KUMAMOTO city ​​center AREA";
  position: absolute;
  top: -0.9em;
  left: 0;
  z-index: 10;
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}
.about_kumamoto .about_area figure {
  width: 60%;
}
.right_block {
  justify-content:flex-end;
}
.right_block .about_txt {
  right:unset;
  left:0;
}

/* about_kumamoto colum */
.w_colum {
  border: #fff solid 1px;
  padding: 2% 5% 5%;
  margin: 2% auto 10%;
}
.industry {
  margin-top: 30px;
}
.w_colum figure {
  position: relative;
  margin-right: 30px;
  width: 60%;
  height: fit-content;
}
.w_colum .ind_txt {
  width: 100%;
}

/* about_kumamoto colum */
.shirakawa_vs {
  position: relative;
}
.s_txt {
  max-width: 500px;
  position: absolute;
  top: 25%;
  left: 10%;
  text-align: center;
}
.txt_30 {
  font-size: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 400;
}

/* shirakawa_vs */
/* .shirakawa_area .kirakira {
  opacity: 0.2;
} */
.shirakawa_area {
  padding: 10% 0;
}
.shirakawa_area .sub_txt h4 {
  text-align: center;
}
.shirakawa_area .sub_txt {
  margin-bottom: 5%;
}
.shirakawa_area .sub_txt p {
  line-height: 1.5;
}
.shirakawa_area .txt_12 {
  margin: 2% auto 10%;
}

/* colum tanoshi */
.w_colum02 {
  border: #fff solid 1px;
  padding: 5%;
  margin: 2% auto 0;
}
.w_colum02 .tanoshi_txt {
  text-align: center;
  margin-bottom: 3%;
}

.w_colum02 .tanoshi_rep .sp_flex {
  width: 30%;
  margin-right: 3%;
}
.sb_logo {
  width: 400px;
  margin-bottom: 3%;
}
.w_colum02 .tanoshi_rep p {
  display: inline-block;
  /* width: 80%; */
  /* margin-right: 3%; */
}
.w_colum02 .tanoshi_rep {
  margin: 3% auto;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}

/* colum tanoshi_fes */
.tanoshi_fes {
  border-top: #fff solid 1px;
  padding-top: 3%;
  margin-bottom: 3%;
}
.tanoshi_fes .tanoshi_ttl {
  width: 100%;
  justify-content: space-around;
}
.tanoshi_box {
  margin-right: 35px;
  width: 100%;
}
.tanoshi_fes ul li .tanoshi_txt02 {
  width: 60%;
  margin-right: 20px;
}
.tanoshi_fes ul li .tanoshi_img {
  width: 40%;
}
.tanoshi_fes ul li .t_logo01 {
  width: 160px;
  margin: 0 auto 20px;
}
.tanoshi_fes ul li .t_logo02 {
  width: 160px;
  margin: 0 auto 20px;
}
.tanoshi_fes .tanoshi_ttl {
  width: 100%;
}

/* access */
.access {
  color: #00052b;
}
.slv_bg {
  padding: 100px 0;
    color: #fff;
    background-image: linear-gradient(to right, #adbfd8, #e6fbff, #adbfd8);
    text-align: center;
}
.access .txt_30 {
  color: #00052b;
  margin-bottom: 30px;
}
.access h4 {
  color: #00052b;
  margin-bottom: 50px;
}
.access .notes {
  width: 100%;
  padding-top: 10px;
  text-align: left;
  margin: 0;
}
.access .notes li {
  color: #00052b;
}

/* lifeinfo */
.lifeinfo {
  padding: 100px 0 150px;
}
/* .lifeinfo .kirakira {
  opacity: 0.2;
} */
.lifeinfo .txt_30 {
  color: #fff;
  margin: 0 auto 3%;
  text-align: center;
}
.lifeinfo h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
}

.lifeinfo .inner_95 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* lifeinfo_アコーディオン */
.lifeinfo .accordion_one {
  max-width: 1100px;
  margin: 0 auto 30px;
}
.lifeinfo .accordion_one .accordion_header {
  background-image: linear-gradient(to right, #adbfd8, #e6fbff, #adbfd8);
  color: #00052b;
  font-size: 20px;
  /* font-weight: bold; */
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
/* .lifeinfo .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.lifeinfo .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
} */
.lifeinfo .accordion_one .accordion_header:hover {
  opacity: .8;
}
.lifeinfo .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /* border: 1px solid #fff; */
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.lifeinfo .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lifeinfo .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.lifeinfo .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lifeinfo .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lifeinfo .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.lifeinfo .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.lifeinfo .accordion_one .accordion_header .i_box .one_i:before, .lifeinfo .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #00052b;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.lifeinfo .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: -1px;
  left: 7px;
}
.lifeinfo .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.lifeinfo .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.lifeinfo .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.lifeinfo .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lifeinfo .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lifeinfo .accordion_one .accordion_inner {
  display: none;
  padding: 4%;
  /* border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f; */
  background-color: #fff;
  box-sizing: border-box;
}
.lifeinfo .accordion_one .accordion_inner.stay {
  display: block;
}
/* .lifeinfo .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.lifeinfo .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
} */
.lifeinfo .accordion_one .accordion_inner .box_one {
  height: 100%;
}
/* .lifeinfo .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  color: #00052b;
} */
.life_List {
  width: 100%;
  margin: 0;
  color: #00052b;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  /* .life_List li:first-child {
  padding-top: 0;
  } */
  .life_List li {
  padding: 10px 10px;
  border-bottom: 1px dotted #979797;
  box-sizing: border-box;
  width: 49.5%;
  }
  .life_List dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  }
  .life_List dt {
  width: 62%;
  color: #000;
  font-weight: inherit;
  }
  .life_List dd {
  width: 38%;
  color: #000;
  text-align: right;
  }
/* ショップガイド*/
.shop_block {
  /* background: url(../img/location/shop_bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; */
  /* background-color: #fff; */
  background-image: linear-gradient(to bottom, #cdc8b5, #fff);
  color: #00052b;
  padding: 100px 0;
  margin: -100px auto 0;
}
.shop_block h3,
.shop_block h4,
.shop_block h5 {
  color: #00052b;
}
.shop_block p.txt {
  color: #00052b;
}
.shop_block h3{
text-align: center;
}
.shop_block .lead_Txt {
font-size: 16px;
line-height: 2;
text-align: center;
color: #00052b;
}
.shop_List {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  width: 90%;
  margin: 80px auto 100px;
  }
  .shop_List li {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 5%;
  }
  .shop_List li:nth-child(3n) { margin-right: 0;}
  .shop_List li:nth-child(n+7) { margin-bottom: 0;}
  .shop_List figure { margin-bottom: 10px;}
  .shop_List .shop_Ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  }
  .shop_List .shop_Ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
  .shop_List .shop_Ttl h5 {
  padding: 0 0 0 5px;
  color: #00052b;
  font-size: 18px;
  box-sizing: border-box;
  margin-bottom: 0;
  }
  .shop_List .shop_Ttl h5 small {
    font-size: 70%;
    letter-spacing: -0.15em;
    }
  .shop_List .txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  }
  .shop_List address {
  font-size: 12px;
  line-height: 1.2;
  color: #00052b;
  }
  .num {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 3px;
    background-color: #00052b;
    border-radius: 50px;
}
.num span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-indent: -0.03em;
  text-align: center;
  transform: translate(-50%, -54%);
}

/* #particles-js ,
#particles-js2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #060813;
  z-index: -1;
} */

#locationP .induction-flex {
  margin: 60px auto 0;
}


@media only screen and (max-width: 1024px) {
  .area_map {
    position: relative;
    margin-top: -40px;
  }
}


@media only screen and (min-width: 767px) {
  .sp {
    display: none!important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }

  .cap_Txt {
    font-size: 10px;
  }
.cap_L02,.cap_R02 {
    font-size: 9px;
  }

  #loation .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  h3,h4,h5,p {
    line-height: 1.7;
    margin-bottom: 3%;
  }
h3,h4 {
  font-size: min(3.7vw, 18px);
  margin-bottom: 2%;
}
h5 {
  /* font-size: 16px; */
  margin-bottom: 1%;
}
p {
  font-size: 13px;
}
.txt_12,.txt_14 {
  font-size: 12px;
}

.lower_ttl {
  padding-top: 60%;
}
.lower_ttl h2 {
  font-size: 20px;
  transform: translate(-50%, 0);
}

.main_txt .inner {
  padding: 10% 0 15%;
  display: block;
  width: 80%;
}
.main_txt h3 {
  text-align: center;
}
.main_txt figure {
  width: 95%;
  margin: 0 auto;
}

  .area_map {
    margin-top: -10px;
}

.about_kumamoto {
  padding: 20% 0 1px;
  margin: -10% auto 0;
}
.about_kumamoto .about_area figure {
  width: 100%;
}
.about_kumamoto .about_txt,
.about_kumamoto .about_txt02,
.about_kumamoto .about_txt03,
.about_kumamoto .about_txt04 {
  background-color: rgba(0, 5, 43, 0.9);
  text-align: left;
  padding: 4%;
  height: fit-content;
  width: 100%;
  position: static;
  margin-top: 20px;
}
.about_kumamoto .about_area {
  margin-bottom: 40px;
}
.industry {
  margin-top: 7%;
}

.w_colum figure {
  position: relative;
  margin-right: 0;
  width: 100%;
}
.ind_txt h4 {
  margin: 2% auto;
}
.mt25 {
  margin-top: 18px;
}

  .shirakawa_vs {
    overflow: hidden;
  }
  .s_txt {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: left;
}
.shirakawa_vs h3 {
  font-size: min(3.2vw, 18px);
  margin-bottom: 2%;
}
.shirakawa_vs h4 {
  font-size: min(3vw, 18px);
  margin-bottom: 2%;
}
.shirakawa_area .sub_txt h4 {
  text-align: left;
}
.shirakawa_vs .txt_30 {
  font-size: 20px;
  font-weight: 300;
}

.shirakawa_area .sub_txt {
  margin-bottom: 8%;
}
.tanoshi_txt .txt_14 {
  text-align: left;
  margin-bottom: 4%;
}
.w_colum02 .tanoshi_rep .sp_flex {
  display: flex;
  width: 100%;
  margin: 0 0 3%;
  align-items: center;
}
.tanoshi_rep .sp_flex figure {
  width: 40%;
  margin-right: 5%;
}
.sb_logo {
  width: 90%;
  margin-bottom: 0;
}
.w_colum02 {
  padding: 10% 5%;
  margin: 2% auto 0;
}
.w_colum02 .tanoshi_rep {
  margin: 10% auto 5%;
}
.w_colum02 .tanoshi_rep p.sp {
  display: block!important;
  margin-bottom: 0;
  margin-right: 0;
}
.w_colum02 .tanoshi_rep .txt_14 {
  display: block;
  margin-right: 0;
}
.tanoshi_fes {
  padding-top: 10%;
  margin-bottom: -8%;
}
.tanoshi_box {
  margin-right: 0;
  margin-bottom: 10%;
}
.tanoshi_box .sp {
  margin: 0 auto 3%;
  font-size: 16px;
}
.tanoshi_fes ul li .tanoshi_txt02 {
  width: 100%;
  margin-right: 0;
}
.tanoshi_fes ul li .tanoshi_img {
  width: 100%;
}

.slv_bg {
  padding: 10% 0;
}
.access h4 {
  margin-bottom: 5%;
}
/* .access figure {
  width: 90%;
} */
.access .js-scrollable {
  overflow-x: scroll;
  overflow-y: hidden;
}
.access figure img {
  width: 800px;
  max-width: inherit;
}
.lifeinfo {
  padding: 10% 0 40%;
}
.life_List {
  flex-direction: column;
}
.life_List li {
  padding: 7px 0 5px 0;
  width: 100%;
}
.life_List li {
  width: 100%;
}
.lifeinfo .inner_95 {
  width: 100%;
  margin-bottom: 6%;
}
.life_List dt,
.life_List dd {
  font-size: 13px;
  line-height: 1.2;
}
.lifeinfo .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }

  .shop_block {
    margin: -140px auto 0;
}
.shop_block { padding: 15% 0 50px;}
.shop_block h3 { font-size: 20px;}
.shop_block .lead_Txt { font-size: 13px;}
.shop_List {
  flex-direction: column;
  margin: 20px auto 50px;
}
.shop_List li {
width: 100%;
margin-right: 0;
margin-top: 4%;
}
.shop_List .shop_Ttl {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 8px;
}
.shop_List .shop_Ttl h5 { font-size: 16px;}
.shop_List .txt { font-size: 13px;}

.contact_Box p {
  line-height: 1.0;
  margin-bottom: 0%;
}


}