@charset "UTF-8";
/* CSS Document */

/*---------- ベーステキストの指定 ----------*/

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
p {
font-size:18px;
letter-spacing:1px;
}
} /* ▲PCメディアクエリ終了▲ */

/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:1023px){.bgsa_tws_top_spnone{display:none;}}
@media screen and (min-width:1024px){.bgsa_tws_top_pcnone{display:none;}}


/*------------------------------ Main・SP------------------------------*/
@media screen and (max-width:1023px){


.bgsa_tws_top_tele_visual{
margin:0 auto 30px;
padding:0;
background-image: url("../img/top_image_coworking.webp");
background-repeat:no-repeat;
background-size: 550px;
background-position: 100% 0;
}

.bgsa_tws_top_tele_copy_box{
  background-image: url("../img/top_image_coworking.webp");
  background-repeat: no-repeat;
  background-position: 0px 45%;
  background-size: cover;
  height: 40vw;
  max-height: 600px;
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bgsa_tws_top_tele_contents{
margin: 0;
padding: 0;
}


.bgsa_tws_top_tele_copy{
  width: fit-content;
  font-family: 'Noto Sans JP';
  font-size: 5vw;
  font-weight: 900;
  line-height: 140%;
  color: #0d0d10;
  padding: 10px 0px 0px 25px;
  margin-top: 2vw;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.bgsa_tws_top_area{
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.bgsa_tws_top_tele_txt{
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #707070;
  font-family: 'Noto Sans JP';
  max-width: 500px;
  width: 46vw;
}

.bgsa_tws_top_txt_area{
  display: flex;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
}

.bgsa_tws_top_price_btn{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.bgsa_tws_top_box{
margin: 0;
padding: 0;
display: flex; 
/* justify-content: flex-end; */
/* display: inline-block; */
max-width: 350px;
}

.bgsa_tws_top_box1,
.bgsa_tws_top_box1_price{
margin: auto 10px;
padding: 0 ;
background: linear-gradient(0deg,#fff 50%,#fff 0%,#00A1B8 0%,#00A1B8 0%);
border: 2px solid #00A1B8;
border-radius: 20%;
color: #00A1B8;
font-size: 16px;
font-weight: bold;
text-align: center;
width: 90px;
height: 60px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}

.bgsa_tws_top_box1_price{
  background: linear-gradient(0deg,#fff 50%,#fff 0%,#F28E00 0%,#F28E00 0%);
  border: 2px solid #F28E00;
  color: #F28E00;
}

.bgsa_tws_top_box1 .bgsa_tws_top_time,
.bgsa_tws_top_box1_price .bgsa_tws_top_time{
margin: 0;
padding: 0;
font-size: 16px;
color: #fff;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_top-image{
margin: 0 0 0 100px;
padding: 80px 0 0 0;
width: 100%;
float: right;
}

.bgsa_tws_top_top-image img{
margin: 0;
padding: 0;
width: 420px;
}

.bgsa_twsbuilde_changepic.active{
  opacity: 0.8;
  border: 2px solid #0E6AB0;
}

.bgsa_twsbuilde_rental_build_item {
  margin: 0 auto ;
  margin-top:12px;
  padding: 0;
  text-align: center;
  height: 90%;
  max-height: 90%;
}

.bgsa_twsbuilde_rental_build_item img {
  width: 40vw;
  height: 35vw;
  object-fit: contain;
}

.bgsa_twsbuilde_rental_pic_box {
  margin:0 auto;
  margin-top: 12px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:80%;
}

.bgsa_twsbuilde_rental_pic_item {
  margin:  0 10px 0 10px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.bgsa_twsbuilde_rental_pic_item img {
  width: 100%;
  height: 80vw;
  object-fit: contain;
  max-width: 250px;
  max-height: 200px;
  box-sizing: border-box;
}

.bgsa_buttonArea a {
  margin-bottom: 1vh;
}
}
@media screen and (max-width:700px){
  .bgsa_tws_top_tele_txt{
    margin: 40% 0 0 0;
    width: auto;
  }
  .bgsa_buttonArea a {
    margin-bottom: 0px;
    width: 190px;
  }
  .bgsa_tws_top_tele_visual {
    background-size: 80%;
  }
  .bgsa_tws_top_price_btn{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*------------------------------ Main・PC------------------------------*/
@media screen and (min-width:1024px){

.bgsa_tws_top_tele_visual{
margin:0 auto 0px;
padding:0;
width:980px;
display: flex;
justify-content: space-between;
}

.bgsa_tws_top_tele_copy_box{
  background-image: url("../img/top_image_coworking.webp");
  background-repeat: no-repeat;
  background-position: 0px 58%;
  background-size: cover;
  height: 40vw;
  max-height: 600px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bgsa_tws_top_tele_contents{
margin: 0;
padding: 0;
}

.bgsa_tws_top_tele_copy{
  width: 900px;
  margin: 0 0 0 10%;
  font-family: 'Noto Sans JP';
  font-size: 5vw;
  font-weight: 900;
  line-height: 140%;
  color: #0d0d10;
  padding: 20px 0px 10px 30px;
  margin-top: 2vw;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.bgsa_tws_top_area{
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  justify-content: center;
}

.bgsa_tws_top_tele_txt{
  margin: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #707070;
  font-family: 'Noto Sans JP';
  min-height: 140px;
}

.bgsa_tws_top_txt_area{
  display: flex;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
}

.bgsa_tws_top_price_btn{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.bgsa_tws_top_box{
margin: 0;
padding: 0;
width: 450px;
display: flex;
justify-content: flex-start;
margin-top: 30px;
}

.bgsa_tws_top_box1,
.bgsa_tws_top_box1_price{
margin: auto 20px;
padding: 0 ;
background: linear-gradient(0deg,#fff 50%,#fff 0%,#00A1B8 0%,#00A1B8 0%);
border: 3px solid #00A1B8;
border-radius: 20%;
color: #00A1B8;
font-size: 24px;
font-weight: bold;
text-align: center;
width: 120px;
height: 85px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}

.bgsa_tws_top_box1_price{
  background: linear-gradient(0deg,#fff 50%,#fff 0%,#F28E00 0%,#F28E00 0%);
  border: 3px solid #F28E00;
  color: #F28E00;
}

.bgsa_tws_top_box1 .bgsa_tws_top_time,
.bgsa_tws_top_box1_price .bgsa_tws_top_time{
margin: 0;
padding: 0;
font-size: 20px;
color: #fff;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_top-image{
margin: 0 0 0 60px;
padding: 80px 0 0 0;
width: 95%;
 float: right;
}

.bgsa_tws_top_top-image img{
margin: 0;
padding: 0;
width: 420px;
}

.bgsa_twsbuilde_changepic.active{
  opacity: 0.8;
  border: 3px solid #0E6AB0;
  border-radius: 3px;
}

.bgsa_twsbuilde_rental_build_item {
  margin: 0 auto;
  margin-top: 30px;
  padding: 0;
  text-align: center;
  width: 100%;
  max-width: 450px;
  height: 365px;
  max-height: 365px;
  display: flex;
}

.bgsa_twsbuilde_rental_build_item img {
  width: 100%;
  max-width: 600px;
  max-height: 500px;
  object-fit: contain;
}

.bgsa_twsbuilde_rental_pic_box {
  margin:0 auto;
  margin-top: 30px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:80%;
}

.bgsa_twsbuilde_rental_pic_item {
  margin:  0 20px 0 20px;
  padding: 0;
  width: 100%;
}

.bgsa_twsbuilde_rental_pic_item img {
  width: 100%;
  height: 80vw;
  object-fit: contain;
  max-width: 250px;
  max-height: 200px;
}
}

@media screen and (max-width:701px){
  .bgsa_tws_top_area {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
  }

  .bgsa_twsbuilde_rental_build_item img {
    width: 65vw;
    height: 50vw;
    object-fit: contain;
  }

  .bgsa_tws_top_txt_area{
    max-width:none;
  }

  .bgsa_tws_top_tele_txt {
    margin: 0;
    max-width: none;
  }

  .bgsa_tws_top_box1,
  .bgsa_tws_top_box1_price {
    margin: auto 10px;
    padding: 0;
    background: linear-gradient(0deg,#fff 50%,#fff 0%,#00A1B8 0%,#00A1B8 0%);
    border: 2px solid #00A1B8;
    border-radius: 20%;
    color: #00A1B8;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 95px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .bgsa_tws_top_box1_price{
    background: linear-gradient(0deg,#fff 50%,#fff 0%,#F28E00 0%,#F28E00 0%);
    border: 2px solid #F28E00;
    color: #F28E00;
  }

  .bgsa_tws_top_price_btn{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}


/*------------------------------ BTN・SP------------------------------*/
.bgsa_tws_top_btn{
  margin: 10px auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
} 

.bgsa_tws_top_btn i {
  padding-right: 20px;
}

.bgsa_tws_top_orange_btn{
margin: 0;
padding: 10px 40px;
background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
border-radius: 40px;
display: inline-block;
font-size: 14px;
position: relative;
text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
color: #fff;
text-decoration: none;
width: 70%;
}

.bgsa_tws_top_orange_btn a{
color: #fff;
text-decoration: none;
}

.bgsa_tws_top_orange_btn::after {
content: "\f105";
font-family: FontAwesome;
position: absolute;
right: 5%;
top: 33%;
color: #fff;
}

.bgsa_tws_top_orange_btn:hover {
  text-shadow: 0 0 8px lightyellow;
  box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
  transition: 0.5s;
}

.bgsa_tws_top_orange_btn_p{
  margin: 0;
  padding: 10px 40px;
  background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  color: #fff;
  text-decoration: none;
  width:70%;
  }

.bgsa_tws_top_orange_btn_p:hover {
  text-shadow: 0 0 8px lightyellow;
  box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
  transition: 0.5s;
}

/*------------------------------ BTN・PC------------------------------*/
@media screen and (min-width:1024px){
.bgsa_tws_top_btn{
  margin: 10px auto;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.bgsa_tws_top_btn i {
  padding-right: 20px;
}

.bgsa_tws_top_orange_btn{
  background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  width:400px;
}

.bgsa_tws_top_orange_btn a{
color: #fff;
text-decoration: none;
}

.bgsa_tws_top_orange_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 5%;
  top: 33%;
  transform: scale(0.7);
}

.bgsa_tws_top_orange_btn:hover {
  text-shadow: 0 0 8px lightyellow;
  box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
  transition: 0.5s;
}

.bgsa_tws_top_orange_btn_p{
  margin: 0;
  padding: 10px 40px;
  background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  color: #fff;
  text-decoration: none;
  width:400px;
  }
  
  /* .bgsa_tws_top_orange_btn_p p{
  color: #fff;
  text-decoration: none;
  } */
  
  .bgsa_tws_top_orange_btn_p:hover {
    text-shadow: 0 0 8px lightyellow;
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    transition: 0.5s;
  }
}


/*------------------------------ SP・テレワーク場所紹介------------------------------*/
.bgsa_tws_top_tele_place_contents{
margin: 0 0 40px 0;
padding: 0;
}

.bgsa_tws_top_tele_place_box{
margin: 0 20px;
padding: 0;
}

.bgsa_tws_top_tele_place{
margin: 0;
padding: 0 20px 0 0;
}

.bgsa_tws_top_place_item{
margin: 40px 0 0 0;
padding: 0;
}

.bgsa_tws_top_place_item img{
margin: 0;
padding: 0;
width: 100%;
height: 240px;
object-fit:cover;
}

.bgsa_tws_top_place_main_text{
margin: 0;
padding: 0 15px;
font-family: "Noto Sans JP";
font-size:16px;
}

.bgsa_tws_top_name_bule{
color:#00A1B8;
font-weight: 600;
}


/*------------------------------ PC・テレワーク場所紹介------------------------------*/
@media screen and (min-width:1024px){
.bgsa_tws_top_tele_place_contents{
margin: 0 0 40px 0;
padding: 0;
}

.bgsa_tws_top_tele_place_box{
margin: 0 auto;
padding: 0;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:-o-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
/*justify-content:space-between;*/
justify-content: center;
width: 1000px;
}

.bgsa_tws_top_tele_place{
margin: 0;
padding: 0 20px 0 0;
width: 28%;
}

.bgsa_tws_top_place_item img{
margin: 0;
padding: 0;
width: 310px;
height: 220px;
object-fit:cover;
}

.bgsa_tws_top_place_box{
  width: 310px;
  margin: 0 20px 0 0;
  padding: 0;
}
.bgsa_tws_top_place_main_text{
margin: 0;
padding: 0 15px;
font-family: "Noto Sans JP";
font-size:16px;
height: 190px;
text-align: left;
}

.bgsa_tws_top_name_bule{
color:#00A1B8;
font-weight: 600;
}
}


/*------------------------------ こんなお悩みありませんか？・SP------------------------------*/
@media screen and (max-width:1023px){
  .bgsa_tws_top_worry_contents{
  margin: 0 20px;
  padding:30px 0;
  }
  
  .bgsa_tws_top_bule{
  color: #00A1B8;
  }
  
  worry_jpn{
  margin:0 auto;
  padding: 0;
  }
  
  .bgsa_tws_top_worry{
  margin: 0;
  padding: 40px 0 30px 0;
  font-size:24px;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP";
  }
  
  .bgsa_tws_top_worry_pic{
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 100%;
  text-align: center;
  }
  
  .bgsa_tws_top_worry_pic img{
  margin: 0 20px;
  padding: 0;
  width: 80%;
  text-align: center;
  }
    .bgsa_buttonArea a {
      width:160px;
    }
}

/*------------------------------ こんなお悩みありませんか？・PC------------------------------*/
@media screen and (min-width:1024px){
  .bgsa_tws_top_worry_contents{
  margin:0 auto;
  padding:0;
  font-family: "Noto Sans JP";
  }
  
  .bgsa_tws_top_bule{
  color: #00A1B8;
  }
  
  .bgsa_tws_top_worry{
  margin: 0;
  padding: 40px 0 40px 0;
  text-align: center;
  font-size:32px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  }
  
  .bgsa_tws_top_worry_pic{
    margin: 0 auto ;
    padding: 0;
    text-align: center;
  }
  
  .bgsa_tws_top_worry_pic img{
    max-width: 980px;
    text-align: center;
  }
}
  
/*------------------------------ テレワークとは？・SP------------------------------*/
.bgsa_tws_top_tele_contents{
margin:0 auto;
padding:0;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_tele_jpn{
margin:20px 0 0 0;
padding: 0;
}

.bgsa_tws_top_tele_box{
margin: 0 20px;
padding: 0;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_tele_text{
margin: 0;
padding: 0;
}

.bgsa_tws_top_tele_text p{
margin-top: 30px;
margin-bottom: 30px;
padding: 0;
font-size: 16px;
line-height: 1.8;
color: #333333;
}

.bgsa_tws_top_sub_main{
margin-top: 40px;
margin-bottom: 40px;
padding:2px 8px; 
border-left:5px solid #00A1B8;
font-size: 20px;
font-weight: 600;
}

.bgsa_tws_top_bold {
  margin-bottom: 40px;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}
/*------------------------------ テレワークとは？・PC------------------------------*/
@media screen and (min-width:1024px){
.bgsa_tws_top_tele_contents{
margin:0 auto;
padding:0;
}

.bgsa_tws_top_tele_jpn{
margin:120px 0 0 0;
padding: 0;
}

.bgsa_tws_top_tele_box{
margin: 0 auto;
padding: 0;
width: 800px;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_tele_text{
margin: 0;
padding: 0;
}

.bgsa_tws_top_tele_text p{
margin-top: 30px;
margin-bottom: 30px;
padding: 0;
font-size: 16px;
line-height: 1.8;
}

.bgsa_tws_top_sub_main{
margin-top: 40px;
padding:2px 8px; 
border-left:5px solid #00A1B8;
font-size: 22px;
font-weight: 600;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_bold {
  margin-bottom: 40px;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

.bgsa_tws_top_aco a{
color: blue;
text-decoration: none;
font-size: 14px;
}
}


/*------------------------------ 店舗紹介・SP------------------------------*/
.bgsa_tws_top_introduce_contents{
margin: 0 20px;
padding: 0;
}

.bgsa_tws_top_introduce_jpn{
margin: 40px 0 0 0;
padding: 0;
}

.bgsa_tws_top_introduce_box{
margin: 0 auto;
padding: 0 0 20px 0;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_introduce_link{
  text-decoration: none;
  color: inherit;
}

.bgsa_tws_top_introduce_item{
  border: 4px solid #00A1B8;
  border-radius: 20px;
  margin: 0 15px;
  margin-bottom: 40px;
}

.bgsa_tws_top_introduce_item th{
  width: 7em;
  vertical-align: text-top;
  font-weight: 300;
  padding-left: 20px;
}
.bgsa_tws_top_introduce_item tr{
  border-bottom: dotted 1px #292929;
}
.bgsa_tws_top_introduce_text{
  font-size: 30px;
  padding: 20px 30px;
}
.bgsa_tws_top_introduce_free_text{
  font-size: 20px;
  padding: 10px 20px;
  word-wrap: break-word;
}

.bgsa_tws_top_introduce_text_area{
  display: flex;
  padding: 20px;
}

.bgsa_tws_top_introduce_img{
  width: 400px;
  display: flex;
  align-items: center;
}

.bgsa_tws_top_introduce_img img{
  width: 100%;
  border-radius: 20px;
}

.bgsa_tws_top_introduce_detail_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  line-height: 37px;
  padding: 20px;
  width: calc(100% - 300px);
}

.bgsa_tws_top_introduce_detail_text table{
  border-collapse: collapse;
}

.bgsa_tws_top_introduce_detail_text table th , 
.bgsa_tws_top_introduce_detail_text table td{
  padding: 5px 0;
}

.bgsa_tws_top_introduce_detail_text table tr:first-child th ,
.bgsa_tws_top_introduce_detail_text table tr:first-child td{
  border-top: solid 4px #a6a1a1;
}

.bgsa_tws_top_introduce_detail_text table tr:first-child td{
  color: #ff0000;
  font-size: 25px;
}

.bgsa_tws_top_introduce_detail_text table tr:last-child th ,
.bgsa_tws_top_introduce_detail_text table tr:last-child td{
  border-bottom: solid 4px #a6a1a1;
  background-image: none;
}

.bgsa_tws_top_introduce_detail_text table td {
  max-width: 9rem;
  word-wrap: break-word;
}


/*------------------------------ 店舗紹介・PC------------------------------*/
@media screen and (min-width:1024px){
.bgsa_tws_top_introduce_contents{
margin: 0 auto;
padding: 0;
}

.bgsa_tws_top_introduce_jpn{
margin: 120px 0 0 0;
padding: 0;
}

.bgsa_tws_top_introduce_box{
margin: 0 auto;
padding: 0 0 100px 0;
width: 980px;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:-o-flex;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
flex-flow: row wrap;
justify-content: center;
font-family: "Noto Sans JP";
}

.bgsa_tws_top_introduce_item{
  width: 980px;
}

.bgsa_tws_top_introduce_detail_text{
  width: calc(100% - 400px);
}

.bgsa_buttonArea a {
  margin-bottom: 0px;
  width:250px;
}
}
@media screen and (max-width:750px){
  
  .bgsa_tws_top_introduce_item th{
    width: 6em;
  }

  .bgsa_tws_top_introduce_text{
    font-size: 25px;
    padding: 15px 30px;
  }
  .bgsa_tws_top_introduce_free_text{
    font-size: 16px;
  }
  
  .bgsa_tws_top_introduce_text_area{
    flex-direction: column;
    align-items: center;
  }
  
  .bgsa_tws_top_introduce_img{
    width: 100%;
    max-width: 400px;
  }
  
  .bgsa_tws_top_introduce_detail_text{
    font-size: 18px;
    line-height: 33px;
    width: 100%;
  }
  
  .bgsa_tws_top_introduce_detail_text table tr:first-child td{
    font-size: 20px;
  }
}
.spw{
  width: 50%;
}
.bgsa_tws_top_price{
margin: 20px 0;
font-size: 20px;
}

.bgsa_buttonArea {
  margin: 10px;
  margin-top: 14px;
}

.bgsa_buttonArea a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #f28e00;
  padding: 10% 30%;
  display: block;
  padding: 15px;
  max-width: 240px;
  margin-left: auto;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.bgsa_buttonArea a::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 13px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.bgsa_buttonArea p {
  text-align: right;
  font-size: 11px;
  padding: 8px 4px 0 0;
}

@media (max-width: 600px) {
  .bgsa_buttonArea {
    margin: 0 auto;
    margin: 15px 5px 5px;
  }
  .bgsa_buttonArea a {
    margin: 0 auto;
  }
  .bgsa_buttonArea p {
    text-align: center;
  }
}

/*------------------------------ お問い合わせ・SP------------------------------*/
.bgsa_mgtop_contact_contents {
  margin: 0 0 0;
  padding: 40px 0 30px;
  background: linear-gradient(90deg, rgb(254, 220, 64) 0%, rgb(247, 93, 139) 100%);
}

.bgsa_mgtop_contact_box {
  margin: 0 20px;
  padding: 0;
  text-align: center;
}

.bgsa_mgtop_contact_text {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.bgsa_mgtop_contact_box1 {
  margin: 30px 0 0 0;
}

.bgsa_mgtop_contact_item {
  margin: 0 0 20px 0;
  padding: 20px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100%;
}

.bgsa_mgtop_contact_item_text {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.bgsa_mgtop_midle {
  margin-top: 3px;
}

.bgsa_mgtop_tell_area {
  margin: 0 10px 0 0;
  padding: 5px;
  color: #FAC94B;
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 42px;
}

.bgsa_mgtop_contact_item_p  {
  margin: 0 0 10px 0;
  white-space: nowrap;
}

.bgsa_mgtop_contact_item_p p{
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}


.bgsa_mgtop_contact_mail_btn,
.bgsa_mgtop_contact_reserve_btn {
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 60%;
  position: relative;
}

.bgsa_mgtop_contact_mail_btn:hover,
.bgsa_mgtop_contact_reserve_btn:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}



.bgsa_mgtop_contact_mail_btn {
  color: #fa9e64;
}

.bgsa_mgtop_contact_mail_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 33%;
  color: #fa9e64;
}

.bgsa_mgtop_contact_reserve_btn {
  color: #f87e77;
}

.bgsa_mgtop_contact_reserve_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 33%;
  color: #f87e77;
}

.bgsa_mgtop_tell,
.bgsa_mgtop_mail,
.bgsa_mgtop_reserve {
  position: relative;
}

.bgsa_mgtop_tell::before {
  content: "\f095";
  font-family: FontAwesome;
  position: relative;
  margin: 1%;
  color: #fff;
}

.bgsa_mgtop_mail::before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: relative;
  margin: 1%;
  color: #fff;
}

.bgsa_mgtop_white {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
}


/*------------------------------ お問い合わせ・PC------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_pcnone {
    display: none;
  }

  .bgsa_mgtop_contact_contents {
    margin: 0 auto;
    padding: 80px 0;
    background: linear-gradient(90deg, rgb(254, 220, 64) 0%, rgb(247, 93, 139) 100%);
  }

  .bgsa_mgtop_contact_box {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    text-align: center;
  }

  .bgsa_mgtop_contact_text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
  }

  .bgsa_mgtop_contact_box1 {
    margin: 60px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .bgsa_mgtop_contact_item {
    margin: 0;
    padding: 20px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    width: 32%;
  }

  .bgsa_contact_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bgsa_mgtop_contact_item_text {
    margin: 0 0 10px;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
  }

  .bgsa_mgtop_midle {
    margin-top: 3px;
  }

  .bgsa_mgtop_tell_area {
    margin: 0 10px 0 0;
    padding: 5px;
    color: #FAC94B;
    font-size: 13px;
    background-color: #fff;
    border-radius: 3px;
  }

  .bgsa_mgtop_contact_item_p{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    pointer-events: none;
  }

  .bgsa_mgtop_contact_mail_btn,
  .bgsa_mgtop_contact_reserve_btn {
    margin: 0;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    width: 60%;
  }

  .bgsa_mgtop_contact_mail_btn:hover,
  .bgsa_mgtop_contact_reserve_btn:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }

  .bgsa_mgtop_contact_mail_btn {
    color: #fa9e64;
  }

  .bgsa_mgtop_contact_mail_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 33%;
    color: #fa9e64;
  }

  .bgsa_mgtop_contact_reserve_btn {
    color: #f87e77;
  }

  .bgsa_mgtop_contact_reserve_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 33%;
    color: #f87e77;
  }

  .bgsa_mgtop_tell,
  .bgsa_mgtop_mail,
  .bgsa_mgtop_reserve {
    position: relative;
  }

  .bgsa_mgtop_tell::before {
    content: "\f095";
    font-family: FontAwesome;
    position: relative;
    margin: 1%;
    color: #fff;
  }

  .bgsa_mgtop_mail::before {
    content: "\f0e0";
    font-family: FontAwesome;
    position: relative;
    margin: 1%;
    color: #fff;
  }
 
.bgsa_mgtop_white {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
}
}

