@charset "utf-8";
/* base settings */
.container{
max-width: 1000px;
margin:0 auto;
padding: 0 10px;
}
@media screen and (min-width: 768px) {
.anchor {
padding-top: 160px;
margin-top: -160px;
}
}
a, button {
transition: .3s;
}
a{
color: #1f5fa0;
}
a:hover{
color:#ff8a09;
}
a:hover img{
opacity: 0.7;
}
/* utility */
.pos_base{
position: relative;
}
.clearfix::after{
content: "";
display: block;
clear: both;
}
.to_right{
float:right;
}
.to_left{
float: left;;
}
.text_right{
text-align: right;
}
.text_center{
text-align: center;
}
.text_left{
text-align: left;
}
.sp_only {
display: inline; 
}
.pc_only {
 display: none;
}
@media (min-width: 768px) {
.sp_only {
display: none;
}
.pc_only {
display: inline; 
}
}
/*----------------------------------
  Header
------------------------------------*/
.header{
  width:100%;
  height: 90px;

}
.header h1{
  width: 70%; 
  height: 90px; 
  background: 
   url(../images/logo.png) left 0 top 8px / 65px no-repeat,
   url(../images/title.svg) left 80px top 20px / 130px no-repeat; 

  text-indent: -9999px; 
  overflow: hidden; 
  white-space: nowrap;
 }

.header-info {
    position: absolute;
    top: 90px;
    z-index: 2; /* 写真より前面へ */
    width: 100vw; 
    left: 50%;
    transform: translateX(-50%);
    line-height:2.5;
    text-align: center; 
    font-size: 12px;
    background-color: #e9eaf1;
}
.header-info br {
  display: none; 
}

.header-info em{
  font-weight: bold;
  font-style: normal;
  color: #ff8a09;
}

.tel-button {
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  width: 85px; 
  height: 85px;
  background: 
   url(../images/tel01_sp.png) left 0px top 0px / 85px no-repeat;
  text-indent: -9999px; 
  overflow: hidden; 
  white-space: nowrap;
}

@media (min-width: 769px) {
 .header{
  width:100%;
  height: 130px;
}
 .header h1{
  width: 70%; 
  height: 130px; 
  background: 
   url(../images/logo.png) left 0 top 10px / 90px no-repeat,
   url(../images/title.svg) left 110px top 25px / 185px no-repeat;

  text-indent: -9999px; 
  overflow: hidden; 
  white-space: nowrap;
 }

 .header-info {
  position: absolute;
  top: 40px;
  right: -150px;
  text-align: right; 
  font-size: 14px;
  line-height:1.8;
  background-color: transparent;
  width: auto; 
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}


 .header-info br {
  /* PC画面では、<br>を再び表示し、強制改行させる */
    display: inline; 
  }
 .tel-button {
  width: 105px; 
  height: 105px;
  right: 10px;
  top: 10px;
  background: 
   url(../images/tel01_pc.png) right 0 top 0 / 105px no-repeat;
  text-indent: -9999px; 
  overflow: hidden; 
  white-space: nowrap;
}
}
/*----------------------------------
  Footer
------------------------------------*/
.footer{
  background-color: #e9eaf1;
  padding-top: 10px;
  padding-bottom: 50px;
}

.footer h2{
  color:#1f5fa0 ;
  font-size: 16px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  margin: 30px 0 10px 0; 
  width: 90%; 
  max-width: 600px; 
  margin-left: auto;
  margin-right: auto;
}
footer h2::before,
footer h2::after {
 content: ""; 
 flex-grow: 1; 
 height: 1px;
 background-color: #1f5fa0;
 margin: 0 15px; 
}

.footer i{
  display: inline-block;
  margin-right: 10px;
}

.footer-contact {
  display: flex;
  flex-direction: column; 
  align-items: center;   
  
  width: 100%;
  max-width: 340px; 
  margin: 0 auto; 
  padding: 0 0;
}

.footer-contact .company-logo {
  width: 70px;
  margin-bottom: 10px; 
}

.footer-contact .footer_info {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px; 
}

.footer-contact .footer_info em{
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .footer h2{
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .footer-contact {
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center;
    max-width: 960px;
    padding: 30px 0px; 
  }

  .footer-contact .company-logo {
    margin-right: 30px; 
    margin-bottom: 80px;
    width: 80px; 
  }
  
  .footer-contact .footer_info {
    text-align: left;
    margin-bottom: 80px;
    font-size: 14px; 
    margin-right: auto; 
  }
}

/*----------------------------------
  Layout
------------------------------------*/
main{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
}

/* メインエリア見出し */
main h2 {
  background: linear-gradient(to right, #ffe9d1, #ffcb94); 
  color: #ff8a09;
  font-size: 16px; 
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 10px 15px; 
  border-radius: 15px; 
  position: relative; 
  padding-left: 36px; 
  margin: 30px auto 20px auto;
  max-width: 100%;
}

main h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 15px; 
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #fff; 
  border-radius: 50%;
}

main h3{
  background-color: #f5952c;
  color: #fff;
  font-size: 16px; 
  font-weight: bold;
  text-align: center;
  padding: 15px 15px; 
  border-radius: 10px; 
  margin: 30px auto 20px auto;
  max-width: 100%;
}
main h2+p,
main h3+p{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 769px) {
main h2 {
    font-size: 24px;
    max-width: 100%;
    margin: 30px auto 30px auto;
    padding-left: 48px; 
  }

main h2::before {
    left: 20px;
    width: 14px;
    height: 14px;
  }

main h3{
  font-size: 18px; 
  letter-spacing: 0.2em;
  padding: 10px 15px; 
  margin: 30px auto 20px auto;
}
main h2+p,
main h3+p{
  font-size: 18px;
  letter-spacing: 0.15em;
}
}


/* メインフォト＆メッセージ */

.mainphoto {
    width: 100vw; 
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0; 
    aspect-ratio: 860 / 600; 
    z-index: 1; 
    background-image: none; 
}

/* SP用のフォアグラウンド画像を::afterで設定 */
.mainphoto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* SP画像 main_sp.jpg を設定 */
    background-image: url('../images/main_sp.jpg');
    background-size: cover; 
    background-position: center top 15px; 
    background-repeat: no-repeat;
    z-index: 1; /* header-infoより下 */
}

@media (min-width: 769px) {

    .mainphoto {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
        margin: 0 auto !important; 
        max-width: 1000px;
        aspect-ratio: 1000 / 350;
    }

    .mainphoto::after {
        background-image: url('../images/main_pc01.jpg');
        background-position: center; 
    }
    
    .mainphoto::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1; 
        width: 100vw;
        left: 50%; 
        transform: translateX(-50%);
        
        background-image: url('../images/main_pc02.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


.mainmsg{
  background-color: #f5952c;
  width: 100vw; 
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.15em;
  line-height: 3;
  color: #fff;
}


@media (min-width: 769px) {
  .mainmsg{
  font-size: 1.5em;
  line-height: 3.5;
  letter-spacing: 0.3em;
}
}

/* 冒頭インフォメーション */

.info {
  display: flex;
  align-items: center; 
  max-width: 90%;
  margin: 20px auto;
  padding: 0 15px;
}

.info dd {
  line-height: 1.6;
  white-space: nowrap;
}


@media (min-width: 769px) {
 .info {
    max-width:800px; 
  }
  
.info dd {
    line-height: 1.5;
    text-align: center;
  }

}

/* ページ内リンクリスト */
.info_nav {
  width: 100%;
  margin: 30px 0;
}

.info_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info_nav li {
  display: flex;
  align-items: center;
  padding: 0px 15px;
  margin-bottom: 5px;
}

.info_nav a {
  text-decoration: underline; 
  font-size: 1.05em; 
  font-weight: bold; 
  display: block;
}

.info_nav li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  mask-image: url('../images/mk01.svg'); 
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #ff8a09; 
  transition: background-color 0.3s ease;
}

@media (min-width: 769px) {

  .info_nav ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    max-width: 980px; 
    padding: 20px;
  }

  .info_nav li {
    background: none; 
    padding: 0;
    margin: 0 20px; 
    position: relative; 
    display: block; 
    transition: all 0.3s ease;
    cursor: pointer;
    height: 90px; 
    flex-grow: 1;
    max-width: 245px; 
  }

  .info_nav a {
    font-size: 1.05em; 
    font-weight: bold; 
    position: absolute;
    top: 35%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    text-decoration: none !important;
    white-space: nowrap; 
    text-align: center;
    padding: 0;
  }
  .info_nav li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -75%); /* 自身の高さを基準に中央上部に微調整 */
    width: 60px;
    height: 50px; 
    mask-image: url('../images/mk01.svg'); 
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #b3e5fc;
    opacity: 1; 
    transition: background-color 0.3s ease;
  }
  .info_nav li:hover::before {
    background-color: #ffe9d1; 
  }

}

/* 安心してご利用いただくために */

.info_msg {
  padding: 0 20px;
  margin: 30px auto;
  max-width: 100%;
}

.info_msg dt {
  font-size: 15px;
  font-weight: bold;
  color: #1f5fa0; 
  line-height: 1.4;
  margin-top: 0px;
  padding-left: 75px;
  position: relative;
}

.info_msg dd {
  font-size: 13px;
  line-height: 1.2;
  margin: 5px 0 20px 0; 
  padding-left: 75px; 
}

.info_msg dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-30%);
  width: 60px;
  height: 60px; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.info_msg dt.ico01::before {
  background-image: url('../images/ico01.svg');
}
.info_msg dt.ico02::before {
  background-image: url('../images/ico02.svg');
}
.info_msg dt.ico03::before {
  background-image: url('../images/ico03.svg');
}
.info_msg dt.ico04::before {
  background-image: url('../images/ico04.svg');
}

@media (min-width: 769px) {
  .info_msg {
    max-width: 100%;
    margin: 40px auto;
  }
  
  .info_msg dt {
    font-size: 20px;
    margin-top: 45px;
    padding-left: 100px; 
  }

  .info_msg dd {
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 100px;
  }

  .info_msg dt::before {
    width: 75px; 
    height: 75px; 
  }
}


/* ご利用料金 */

.fee_msg {
  display: flex;
  flex-direction: row; 
  padding: 20px 0;
  margin: 20px auto;
  max-width: 98%; 
}

.fee_msg dd{
  font-size: 13px;
  line-height: 1.5;
  padding-left: 0px;
}

@media (min-width: 769px) {
  .fee_msg {
    flex-direction: row; 
    align-items: center;
    max-width: 100%;
    padding: 5px 0;
  }
  
  .fee_msg dd {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
  }
}

.fee_left,
.fee_right {
  margin-bottom: 30px; 
}

@media (min-width: 769px) {
  .fee_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 30px auto;
  }
  .fee_left,
  .fee_right {
    width: 48%; 
    margin-bottom: 0;
  }
}

table {
  width: 100%;
  table-layout: fixed; 
  margin-bottom: 25px;
  font-size: 14px;
  background-color: #e9eaf1;
  text-align: left;
}

.fee_t01 tr, .fee_t02 tr, .fee_t03 tr, .fee_t04 tr,
.fee_t01 td, .fee_t02 td, .fee_t03 td, .fee_t04 td {
  border: 1px solid #fff;
}

caption {
  font-weight: bold;
  font-size: 18px;
  color: #1f5fa0;
  text-align: left;
  padding: 10px 0 5px 0;
  margin-bottom: 10px;
}

.fee_t01 th, .fee_t02 th, .fee_t03 th, .fee_t04 th {
  color: #fff;
  font-weight: normal;
  padding: 8px 8px;
  width: 30%; 
}
.fee_t01 td, .fee_t02 td, .fee_t03 td, .fee_t04 td {
  padding: 8px 8px;
}

.fee_t01 th, 
.fee_t02 th{
  background-color: #1f5fa0; 
}
.fee_t03 th {
  background-color: #e27568; 
}
.fee_t04 th {
  background-color: #0f9ad7; 
}

.fee_t01 td:nth-child(2), .fee_t02 td:nth-child(2), 
.fee_t03 td:nth-child(2), .fee_t04 td:nth-child(2) {
  background-color: #e9eaf1; 
  width: 40%; 
}

.fee_t01 td:nth-child(3), .fee_t02 td:nth-child(3),
.fee_t03 td:nth-child(3), .fee_t04 td:nth-child(3) {
  background-color: #e9eaf1; 
  width: 30%; 
  color: #1f5fa0;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}

.fee_t01 tr:last-child td,
.fee_t04 tr:last-child td {
  background-color:#e9eaf1; 
  text-align: left;
}


/* 決済ロゴ */
.fee_logo {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%; 
}

.fee_logo {
  max-width: 90%; 
}

.fee_logo li {
  width: 15%; 
  aspect-ratio: 2 / 1; 
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 769px) {
  .fee_logo {
    max-width: 990px; 
    gap: 1%;
  }
  .fee_logo li {
    width: 11%;
  }
}
.fee_logo .logo_c01 { background-image: url('../images/logo_c01.png'); }
.fee_logo .logo_c02 { background-image: url('../images/logo_c02.png'); }
.fee_logo .logo_c03 { background-image: url('../images/logo_c03.png'); }
.fee_logo .logo_c04 { background-image: url('../images/logo_c04.png'); }
.fee_logo .logo_c05 { background-image: url('../images/logo_c05.png'); }
.fee_logo .logo_c06 { background-image: url('../images/logo_c06.png'); }
.fee_logo .logo_c07 { background-image: url('../images/logo_c07.png'); }
.fee_logo .logo_c08 { background-image: url('../images/logo_c08.png'); }
.fee_logo .logo_c09 { background-image: url('../images/logo_c09.png'); }
.fee_logo .logo_c10 { background-image: url('../images/logo_c10.png'); }
.fee_logo .logo_c11 { background-image: url('../images/logo_c11.png'); }
.fee_logo .logo_c12 { background-image: url('../images/logo_c12.png'); }
.fee_logo .logo_c13 { background-image: url('../images/logo_c13.png'); }
.fee_logo .logo_c14 { background-image: url('../images/logo_c14.png'); }
.fee_logo .logo_c15 { background-image: url('../images/logo_c15.png'); }
.fee_logo .logo_c16 { background-image: url('../images/logo_c16.png'); }


/* ご予約時にお伝えいただきたいこと */

.ico05 {
  position: relative; 
  overflow: hidden; 
  z-index: 0; 
}
.ico05::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px; 
  right: 20px; 
  width: 150px;
  height: 150px;
  background-image: url('../images/ico05.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.7; 
  z-index: -1; 
}

@media (min-width: 769px) {
  .ico05::after {
    width: 200px; 
    height: 200px;
    top: 10px; 
    right: 30px;
  }
}

/* 車両・スタッフ紹介 */
.staff_wrap_outer {
    margin-top: 40px;
    margin-bottom: 40px;
}

.staff_wrap_left {
    margin-bottom: 20px;
}

.staff_msg {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; 
    gap: 0px; 
}

.staff_msg > dt {
    flex-shrink: 0; 
    width: 60px;
}
.staff_msg > dd {
    flex-grow: 1;
}

.staff_wrap_outer > img:last-child {
        width: 55%;
        height: auto;
}

.staff_wrap_outer img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 769px) {
    .staff_wrap_outer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }

    .staff_wrap_left {
        flex-shrink: 0;
        width: 60%;
        margin-bottom: 0;
    }

    .staff_wrap_outer > img:last-child {
        width: 30%;
        height: auto;
    }

    .staff_wrap_left img {
      margin-top: 40px;
      width: 85%;
    }
}


.staff_profile_outer {
    text-align: center; 
    padding: 20px;
}

.staff_profile_img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto 20px auto; 
}

.staff_profile_outer > div {
    text-align: left;
}

.staff_profile_text {
    line-height: 1.7;
    margin-bottom: 20px;
}

.staff_profile_outer > div > p:first-child {
    text-align: center;
    letter-spacing: 0.4em;
}
.staff_profile_outer hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0 15px 0;
}

@media (min-width: 769px) {
    .staff_profile_outer {
        display: flex;
        align-items: center; 
        gap: 40px;
        text-align: left;
        padding: 40px;
    }

    .staff_profile_img {
        flex-shrink: 0; 
        margin: 0; 
        width: 220px;
        height: 220px; 
    }

    .staff_profile_outer > div {
        flex-grow: 1; 
        padding-top: 0; 
        text-align: left; 
    }
    .staff_profile_outer > div > p:first-child {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
}
}


/* 生活代行支援サービス */

.ico06 {
  position: relative; 
  overflow: hidden; 
  z-index: 0; 
}
.ico06::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px; 
  right: 20px; 
  width: 150px;
  height: 150px;
  background-image: url('../images/ico06.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.7; 
  z-index: -1; 
}
@media (min-width: 769px) {
   .ico06::after {
    width: 200px; 
    height: 200px;
    top: 10px; 
    right: 30px;
  }
}

.support_t01{
  width: 100%;
  margin: 25px auto;
}

.support_t01 th {
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  padding: 8px 8px;
  width: 30%; 
  white-space: nowrap;
  background-color: #1f5fa0
}
.support_t01 td {
  border: 1px solid #fff;
  padding: 8px 8px;
}

.support_t01 td:nth-child(2) {
  background-color: #e9eaf1; 
  width: 40%; 
}

.support_t01 td:nth-child(3) {
  background-color: #e9eaf1; 
  width: 30%; 
  color: #1f5fa0;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}


@media (min-width: 769px) {
.support_t01{
  width: 40%;
}

}

/*----------------------------------
  Component
------------------------------------*/
/* 色や文字 */
.c01 { color: #ff8a09 } /* オレンジ文字用*/
.c02 { color: #0f9ad7 } /* 水色文字・背景用*/
.c03 { color: #1f5fa0 } /* 濃紺文字・背景用*/
.c04 { color: #e27568 } /* ピンク文字・背景用*/
.c05 { color: #e9eaf1 } /* グレー背景 */

.c06 { color: #f5952c } /* オレンジ図形・背景用（彩度低め）*/
.c07 { color: #ffe9d1 } /* オレンジ グラデ始端（最も淡い） */
.c08 { color: #ffcb94 } /* オレンジ グラデ終端（淡い） */
.c09 { color: #65b5d8 } /* 水色リストマーク（薄い）*/
.c10 { color: #b3e5fc } /* 水色背景（最も薄い）*/


small{font-size: 80%;}

.fs01 { font-size: 18px; }
.fs02 { font-size: 14px; }

.fw01 { font-weight: bold; } 


@media (min-width: 769px) {

    .fs01 {
    font-size:26px; 
  }
}

/* 紺丸背景あり見出し */

.ttl_rd1 {
  display: flex;
  justify-content: center;
  align-items: center;
 
  width: 70px; 
  height: 70px;
  
  border-radius: 50%;
  background-color: #1f5fa0;
  
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  flex-shrink: 0; 
  margin-right: 10px; 
}

@media (min-width: 769px) {

  .ttl_rd1 {
    width: 90px;
    height: 90px;
    font-size: 16px;
    margin-right: 20px;
  }
}

dt.ttl_rd2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #1f5fa0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  flex-shrink: 0; 
  margin: 0 20px 10px auto; 
}

@media (min-width: 769px) {
    dt.ttl_rd2 {
    width: 100px;
    height: 100px;
    font-size: 16px;
    margin: 0 20px 0 0;
  }
}

/* 予約ボタンセット<div> */

.booking-wrapper {
    width: 90%;
    max-width: 450px;
    margin: 20px auto; 
    text-align: center; 
}

.booking {
    list-style: none;
    padding: 0;
    margin: 0; 
    width: 100%;
}

.booking li {
    display: block;
    width: 100%;
    margin-bottom: 15px; 
}

.booking li:last-child {
    margin-bottom: 0; 
}


/* 電話ボタン  */
.tel-button2{
  display: block;
  margin: 0 auto;
  width: 470px; 
  height: 150px; 
  aspect-ratio: auto; 
  background: 
    url(../images/tel02_pc.png) center center / contain no-repeat;
 
  text-indent: -9999px; 
  overflow: hidden; 
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tel-button2{
    width: 90%; 
    max-width: 360px; 
    min-width: 280px; 
    aspect-ratio: 360 / 130; 
    height: auto;
    background: 
      url(../images/tel02_sp.png) center center / contain no-repeat;
  }
}

/* ネットボタン */
.net-button {
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    max-width: 300px; 
    width: 100%;
    padding: 15px 10px; 
    background-color: #ffe9d1;
    border: none;
    border-radius: 0;
    color: #ff8a09;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.net-button::before {
    content: '▶';
    position: absolute;
    left: 15px; 
    top: 50%;
    transform: translateY(-50%);
    color: #ff9900;
    font-size: 1rem;
    transition: transform 0.3s; 
}

.net-button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 90px; 
    height: 100%; 
    background-image: url('../images/net01.png');
    background-size: 90%; 
    background-repeat: no-repeat;
    background-position: center right 2px;
    z-index: 0;
}

.net-button span {
    position: relative;
    z-index: 1;
    padding-left: 0; 
    padding-right: 35px; 
}

@media (min-width: 769px) {
  .net-button {
    max-width: 400px; 
    width: 100%;
    padding: 20px 10px; 
    font-size: 1.1rem;
    letter-spacing: 0.1em;
}
.net-button::before {
    left: 25px; 
}
.net-button::after {
    width: 115px; 
    background-position: center right 5px;
    z-index: 0;
}

.net-button span {
    padding-right: 40px; 
}
.net-button:hover::before {
    transform: translate(10px, -50%); 
 }
}

/* リスト */
.list01 {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 5px; 
  line-height: 1.8;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.list01 li {
  position: relative;
  padding-left: 20px;
}

.list01 li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #65b5d8; /* 水色 */
  border-radius: 50%;
}

.list01 em {
  color: #ff8a09;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 769px) {
.list01 {
  line-height: 2;
  max-width: 100%;
}
.list01 li::before {
  width: 14px;
  height: 14px;
}

}
/* 枠線 */
.flm01 {
  border: 5px dotted #ffe9d1;
  border-radius: 30px;
  padding: 15px 15px; 
  margin: 30px auto; 
  max-width: 100%;
}

@media (min-width: 769px) {
  .flm01 {
    padding: 25px 25px;
  }
}


/* オープン告知 */
#open_announcement {
    position: absolute;
    z-index: 20; 
    top: 55%; 
    left: 50%;
    transform: translate(-50%, -50%); 
}
.open_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.open_text {
    position: relative;
    z-index: 2;
    color: #ff8a09; 
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
@media (min-width: 769px) {
    #open_announcement {
        top: 180px; 
    }
    .open_circle {
        width: 240px; 
        height: 240px;
    }
    .open_text {
        font-size: 2.2rem; 
    }
}