/* CSS Document */
h1{
  width: 0;
  height: 0;
  opacity: 0;
}
@media only screen and (max-width:999px){
  /*ワクチン接種についてのお知らせ*/
  div.wakutin_info_block{
    padding-top: 74px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  section.wakutin_info{
    width: 100%;
    border: solid 2px #f80;
    padding: 30px 10px 10px 10px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    box-sizing: border-box;
  }
  section.wakutin_info h2{
    line-height: 1em;
    text-align: center;
    background-color: #fff;
    color: #f80;
    padding: 0 5px;
    font-size: 21px;
    position: absolute;
    z-index: 2;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  section.wakutin_info p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
  }
  section.wakutin_info p:last-child{
    margin-bottom: 0;
  }
  /*タイトル*/
  section.stock h2,
  section.wakutin_text > h2,
  section.have_stock > h2,
  section.no_stock > h2{
    display: table;
    color: #F80;
    font-size: 21px;
    position: relative;
    z-index: 1;
    padding: 0 50px;
    margin: 0 auto 20px auto;
  }
  section.wakutin_text > h2{
    text-align: center;
  }
  section.stock h2::before,
  section.stock h2::after,
  section.wakutin_text > h2::before,
  section.wakutin_text > h2::after,
  section.have_stock > h2::before,
  section.have_stock > h2::after,
  section.no_stock > h2::before,
  section.no_stock > h2::after{
    content: "";
    background-image: url("../img/icon/logo_o.png");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  section.wakutin_text > h2::before,
  section.have_stock > h2::before,
  section.no_stock > h2::before{
    left: 0;
  }
  section.wakutin_text > h2::after,
  section.have_stock > h2::after,
  section.no_stock > h2::after{
    right: 0;
  }
  /*メイン*/
  div.inner{
    padding: 10px;
    background-color: #f80;
    box-sizing: border-box;
  }
  div.inner_color{
    background-color: #fff;
  }
  section.wakutin_text{
    padding: 50px 0 70px 0;
  }
  section.wakutin_text div.wakutin_box{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #F80;
    position: relative;
    z-index: 1;
  }
  section.wakutin_text div.wakutin_box::after{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: 2px solid #F80;
    border-left: 2px solid #F80;
    background-color: #fff;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox{
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox > h3{
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f80;
    color: #f80;
    margin-bottom: 10px;
    line-height: 1em;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox ul{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    list-style-position: inside;
    font-size: 14px;
    color: #333;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox ul li{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox{
    margin-bottom: 20px;
  }
  section.wakutin_text div.wakutin_box div.check_list{
    padding-bottom: 20px;
  }
  section.wakutin_text div.wakutin_box div.check_list h3{
    font-size: 18px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f80;
    color: #f80;
    margin-bottom: 10px;
    line-height: 1em;
  }
  section.wakutin_text div.wakutin_box div.check_list ul{
    list-style: none;
    list-style-position: outside;
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li{
    padding-left: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: 2px dashed #f80;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li:last-child{
    margin-bottom: 0;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li span{
    width: 20px;
    height: 20px;
    border: solid 2px #ddd;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li span::before{
    content: "";
    width: 6px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 4px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #F00;
    border-right: 2px solid #F00;
  }
  div.have_stock{
    padding-bottom: 50px;
  }
  div.have_stock div.big_btn{
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: table;
    margin: 0 auto;
    background-color: #F00800;
  }
  div.have_stock div.big_btn a{
    color: #fff;
    background-color: #F00800;
    height: 105px;
    border-radius: 10px;
    font-weight: 700;
    display: block;
    width: 280px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    box-sizing: border-box;
  }
  div.have_stock div.big_btn a::before{
    content: "現在電話予約受付中";
    background-color: #FFC40C;
    height: 40px;
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  }
  div.have_stock div.big_btn a::after{
    content: "ご予約の方はこちら";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    white-space: nowrap;
    font-size: 22px;
  }
  div.have_stock div.big_btn a span{
    position: absolute;
    top: calc(50% + 25px);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 28px;
  }
  div.have_stock div.big_btn a span::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/white_tel.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    left: -40px;
  }
  div.have_stock div.big_btn a span::after{
  }
  section.no_stock{
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  section.stock{
    padding: 0 10px 50px 10px;
    box-sizing: border-box;
  }
  section.stock h2,
  section.no_stock > h2{
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 0 60px;
  }
  section.stock > h2::before,
  section.no_stock > h2::before{
    left: 10px;
  }
  section.stock > h2::after,
  section.no_stock > h2::after{
    right: 10px;
  }
  section.stock p,
  section.no_stock p{
    padding: 20px 10px 10px 10px;
    width: 100%;
    margin-top: -10px;
    box-sizing:border-box;
    border: solid 2px #f80;
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 14px;
  }
  section.stock p{
  }
  section.stock.korona{
    padding-top: 70px;
  }
  
  /*influenza*/
  div.wakutin_textbox > div{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  div.wakutin_textbox > div p{
    font-size: 14px;
    color: #333;
  }
  div.wakutin_textbox > div p.money{
    font-weight: 700;
    font-size: 16px;
  }
  div.wakutin_textbox > div div.btn{
    margin-top: 10px;
  }
  div.wakutin_textbox > div div.btn a{
    background-image: url(../img/icon/arrow_02.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px 20px;
    background-color: #F80;
    border-radius: 10px;
    display: table;
    padding: 0.35rem 2.5rem 0.2rem 1rem;
    color: #fff;
    font-weight: 700;
  }
  div.wakutin_textbox > div ul.no_list{
    list-style: none;
    list-style-position: outside;
    padding: 0 !important;
  }
  div.wakutin_textbox > div ul.no_list li{
    position: relative;
    z-index: 1;
    padding-left: 3rem;
    font-weight: 700;
  }
  div.wakutin_textbox > div ul.no_list li::before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #f80;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
  }
  div.wakutin_textbox > div ul.no_list li.hejitu::before{
    content: "平日";
  }
  div.wakutin_textbox > div ul.no_list li.doyou::before{
    content: "土曜";
  }
   /*予約方法*/
  section.yoyaku{
    padding: 0 0 50px 0;
    position: relative;
    z-index: 1;
  }
  section.yoyaku > h2{
    color: #F80;
    font-size: 21px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
  }
  section.yoyaku > h2::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f80;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  section.yoyaku > h2 span.back{
    display: table;
    background-color: #fff;
    padding: 0 10px;
    margin: 0 auto;
  }
  section.yoyaku > h2 span.opa{
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
  }
  div.corona_contact{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  p.while_text{
    font-size: 14px;
    color: #333;
    text-align: center;
    width: 100%;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
  }
  div.corona_contact div.tel,
  div.corona_contact div.net{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  div.corona_contact div.tel{
  }
  div.corona_contact div.net{
    padding-top: 10px;
  }
  div.corona_contact div.tel > p.title,
  div.corona_contact div.net > p.title{
    color: #F80;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 2.5px;
  }
  div.corona_contact div.tel > p.text,
  div.corona_contact div.net > p.text{
    color: #333;
    font-size: 14px;
  }
  div.corona_contact div.tel div.contact_inner{
  }
  div.corona_contact div.tel div.contact_inner a{
    display: table;
    padding-left: 45px;
    position: relative;
    z-index: 1;
    color: #f80;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
    margin: 1rem auto;
  }
  div.corona_contact div.tel div.contact_inner a::before{
    content: "";
    position: absolute;
    background-image: url("../img/icon02/tel02.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  body.safari div.corona_contact div.tel div.contact_inner a::before{
    background-image: url("../img/icon02/tel02.png");
  }
  div.corona_contact div.net div.c_btn{
    display: table;
    margin: 1rem auto;
  }
  div.corona_contact div.net div.c_btn a{
    display: table;
    padding: 10px 40px 10px 15px;
    background-color: #f80;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  div.corona_contact div.net div.c_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 20px;
    background-image: url("../img/icon/arrow_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  section.yoyaku div.tyui{
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: #333;  
    border: solid 1px #f80;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
  }
   /*2023年追加*/
  ul.list03,
  ul.on_list{
    list-style-position: outside !important;
    padding-left: 15px !important;
    box-sizing: border-box;
  }
  ul.list03 li,
  ul.on_list li{
  }
  ul.list03 li dl{
    display: flex;
    margin-top: 5px;
  }
  ul.list03 li dl:last-of-type{
    margin-bottom: 5px;
  }
  ul.list03 li dl dt{
    width: 3.5rem;
  }
  ul.list03 li dl dt > span{
    background-color: #f80;
    padding: 0.35rem 0.5rem;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    display: table;
    line-height: 1em;
  }
  ul.list03 li dl dd{
    width: calc(100% - 3.5rem);
  }
  ul.list03 li dl dd > p{
    font-weight: 700;
  }
  ul.list03 li dl dd > p span.yasumi{
  }
  span.kome{
    position: relative;
    z-index: 1;
    padding-left: 16px;
    display: block;
    font-size: 13.5px;
    color: #333;
  }
  span.kome.red{
    color: #f00;
  }
  span.kome::before{
    content: "※";
    position: absolute;
    top:0;
    left: 0;
    font-size: 13.5px;
    z-index: 2;
    color: #333;
  }
  span.kome.red::before{
    color: #f00;
  }
  section.wakutin_text.pa_small{
    padding-bottom: 10px;
  }
  div.yoyaku_area{
    padding: 0 10px 50px 10px;
    box-sizing: border-box;
  }
  div.yoyaku_area div.yoyaku_btn{
    display: table;
    margin: 0 auto;
    width: 240px;
    height: 90px;
  }
  div.yoyaku_area div.yoyaku_btn a{
    display: flex;
    background-color: #77bfd2;
    color: #fff;
    font-size: 27px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  div.yoyaku_area > p{
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
  }
}
@media only screen and (min-width:1000px){
  /*改行*/
  br.sp{
    display: none;
  }
  /*ワクチン接種についてのお知らせ*/
  div.wakutin_info_block{
    padding-top: 74px;
  }
  section.wakutin_info{
    width: 800px;
    border: solid 2px #f80;
    padding: 40px 10px 10px 10px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  section.wakutin_info h2{
    line-height: 1em;
    text-align: center;
    background-color: #fff;
    color: #f80;
    padding: 0 20px;
    font-size: 24px;
    position: absolute;
    z-index: 2;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.wakutin_info p{
    margin-bottom: 10px;
  }
  section.wakutin_info p:last-child{
    margin-bottom: 0;
  }
  /*タイトル*/
  section.stock > h2,
  section.wakutin_text > h2,
  section.have_stock > h2,
  section.no_stock > h2{
    display: table;
    color: #F80;
    font-size: 24px;
    position: relative;
    z-index: 1;
    padding: 0 50px;
    margin: 0 auto 20px auto;
  }
  section.stock h2::before,
  section.stock h2::after,
  section.wakutin_text > h2::before,
  section.wakutin_text > h2::after,
  section.have_stock > h2::before,
  section.have_stock > h2::after,
  section.no_stock > h2::before,
  section.no_stock > h2::after{
    content: "";
    background-image: url("../img/icon/logo_o.png");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 2;
  }
  section.wakutin_text > h2::before,
  section.have_stock > h2::before,
  section.no_stock > h2::before{
    left: 0;
    top: 0;
  }
  section.wakutin_text > h2::after,
  section.have_stock > h2::after,
  section.no_stock > h2::after{
    right: 0;
    top: 0;
  }
  /*メイン*/
  div.inner{
    padding: 10px;
    background-color: #f80;
    box-sizing: border-box;
  }
  div.inner_color{
    background-color: #fff;
  }
  section.wakutin_text{
    padding: 50px 0;
    border-bottom: 2px solid #f80;
    position: relative;
    z-index: 1;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox > h3{
    font-size: 22px;
    color: #f80;
    line-height: 1em;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f80;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox ul{
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    list-style-position: inside;
  }
  section.wakutin_text div.wakutin_box div.wakutin_textbox ul li{
    margin-bottom: 10px;
    color: #333;
  }
  section.wakutin_text div.wakutin_box div.check_list h3{
    font-size: 22px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #f80;
    color: #f80;
    line-height: 1em;
    margin-bottom: 10px;
  }
  section.wakutin_text div.wakutin_box div.check_list{
    width: 800px;
    margin: 0 auto;
  }
  section.wakutin_text div.wakutin_box div.check_list ul{
    list-style: none;
    list-style-position: outside;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li{
    padding-left: 40px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    border-bottom: 2px dashed #f80;
    padding-bottom: 5px;
    color: #333;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li:last-child{
    margin-bottom: 0;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li span{
    width: 20px;
    height: 20px;
    border: solid 2px #ddd;
    box-sizing: border-box;
    position: absolute;
    left: 10px;
    top: 0;
  }
  section.wakutin_text div.wakutin_box div.check_list ul li span::before{
    content: "";
    width: 6px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 4px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #F00;
    border-right: 2px solid #F00;
  }
  div.have_stock{
    padding: 70px 0 50px 0;
  }
  div.have_stock div.big_btn{
    position: relative;
    z-index: 1;
    border-radius: 10px;
    display: table;
    margin: 0 auto;
    background-color: #F00800;
  }
  div.have_stock div.big_btn a{
    color: #fff;
    background-color: #F00800;
    height: 105px;
    border-radius: 10px;
    font-weight: 700;
    display: block;
    width: 280px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    box-sizing: border-box;
    pointer-events: none;
  }
  div.have_stock div.big_btn a::before{
    content: "現在電話予約受付中";
    background-color: #FFC40C;
    height: 40px;
    width: 220px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  }
  div.have_stock div.big_btn a::after{
    content: "ご予約の方はこちら";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    white-space: nowrap;
    font-size: 22px;
  }
  div.have_stock div.big_btn a span{
    position: absolute;
    top: calc(50% + 25px);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 28px;
  }
  div.have_stock div.big_btn a span::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/white_tel.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    left: -40px;
  }
  div.have_stock div.big_btn a span::after{
  }
  section.no_stock{
    padding-bottom: 50px;
    padding-top: 70px;
  }
  section.stock{
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  section.stock::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -27px;
    width: 50px;  
    height: 50px;
    border-left: 2px solid #f80;
    border-bottom: 2px solid #f80;
    transform: translateX(-50%) rotate(-45deg);
    z-index: 6;
    background-color: #fff;
  }
  section.stock h2,
  section.no_stock h2{
    padding: 0 60px;
    background-color: #fff;
    margin-bottom: 0;
  }
  section.stock h2{
    padding-top: 70px;
  }
  section.stock h2::before,
  section.no_stock h2::before{
    left: 10px;
  }
  section.stock h2::after,
  section.no_stock h2::after{
    right: 10px;
  }
  section.stock p,
  section.no_stock p{
    width: 800px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    border: solid 2px #f80;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    color: #333;
  }
  section.stock p{
  }
  section.stock.korona{
    padding-top: 70px;
  }
  
  /*influenza*/
  div.wakutin_textbox > div{
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  div.wakutin_textbox > div p{
    color: #333;
  }
  div.wakutin_textbox > div p span.red{
    color: #F00;
  }
  div.wakutin_textbox > div p.money{
    font-weight: 700;
    font-size: 18px;
  }
  div.wakutin_textbox > div div.btn{
    margin-top: 10px;
  }
  div.wakutin_textbox > div div.btn a{
    background-image: url(../img/icon/arrow_02.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px 20px;
    background-color: #F80;
    border-radius: 10px;
    display: table;
    padding: 0.35rem 2.5rem 0.2rem 1rem;
    color: #fff;
    font-weight: 700;
  }
  div.wakutin_textbox > div ul.no_list{
    list-style: none;
    list-style-position: outside;
    padding: 0 !important;
  }
  div.wakutin_textbox > div ul.no_list li{
    position: relative;
    z-index: 1;
    padding-left: 3rem;
    font-weight: 700;
    color: #333;
  }
  div.wakutin_textbox > div ul.no_list li br.sp{
    display: none;
  }
  div.wakutin_textbox > div ul.no_list li::before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #f80;
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
  }
  div.wakutin_textbox > div ul.no_list li.hejitu::before{
    content: "平日";
  }
  div.wakutin_textbox > div ul.no_list li.doyou::before{
    content: "土曜";
  }
  /*予約方法*/
  section.yoyaku{
    padding: 50px 0;
    position: relative;
    z-index: 1;
  }
  section.yoyaku::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-right: 2px solid #f80;
    border-bottom: 2px solid #f80;
    left: 50%;
    top: -22px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 3;
    background-color: #fff;
  }
  section.yoyaku > h2{
    color: #F80;
    font-size: 24px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
    width: 800px;
  }
  section.yoyaku > h2::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f80;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  section.yoyaku > h2 span.back{
    display: table;
    padding: 0 20px;
    background-color: #ffff;
    margin: 0 auto;
  }
  section.yoyaku > h2 span.opa{
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
  }
  div.corona_contact{
    width: 800px;
    margin: 0 auto;
    display: flex;
  }
  p.while_text{
    text-align: center;
    color: #333;
    margin-bottom: 30px;
  }
  div.corona_contact div.tel,
  div.corona_contact div.net{
    width: 50%;
    box-sizing: border-box;
  }
  div.corona_contact div.tel{
    padding-right: 25px;
  }
  div.corona_contact div.net{
    padding-left: 25px;
  }
  div.corona_contact div.tel > p.title,
  div.corona_contact div.net > p.title{
    color: #F80;
    display: table;
    margin: 0 auto;
    font-size: 22px;
  }
  div.corona_contact div.tel > p.text,
  div.corona_contact div.net > p.text{
    color: #333;
  }
  div.corona_contact div.tel div.contact_inner{
  }
  div.corona_contact div.tel div.contact_inner a{
    display: table;
    padding-left: 45px;
    position: relative;
    z-index: 1;
    color: #f80;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin: 1rem auto;
    pointer-events: none;
  }
  div.corona_contact div.tel div.contact_inner a::before{
    content: "";
    position: absolute;
    background-image: url("../img/icon02/tel02.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  body.safari div.corona_contact div.tel div.contact_inner a::before{
    background-image: url("../img/icon02/tel02.png");
  }
  div.corona_contact div.net div.c_btn{
    display: table;
    margin: 1rem auto;
  }
  div.corona_contact div.net div.c_btn a{
    display: table;
    padding: 10px 40px 10px 15px;
    background-color: #f80;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  div.corona_contact div.net div.c_btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 20px;
    background-image: url("../img/icon/arrow_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  section.yoyaku div.tyui{
    width: 800px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: #333;  
    border: solid 1px #f80;
    padding: 10px;
    box-sizing: border-box;
  }
   /*2023年追加*/
  ul.list03,
  ul.on_list{
    list-style-position: outside !important;
    padding-left: 15px !important;
    box-sizing: border-box;
  }
  ul.list03 li,
  ul.on_list li{
  }
  ul.list03 li dl{
    display: flex;
    margin-top: 5px;
  }
  ul.list03 li dl:last-of-type{
    margin-bottom: 5px;
  }
  ul.list03 li dl dt{
    width: 3.5rem;
  }
  ul.list03 li dl dt > span{
    background-color: #f80;
    padding: 0.35rem 0.5rem;
    border-radius: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    display: table;
    line-height: 1em;
  }
  ul.list03 li dl dd{
    width: calc(100% - 3.5rem);
  }
  ul.list03 li dl dd > p{
    font-weight: 700;
  }
  ul.list03 li dl dd > p span.yasumi{
  }
  span.kome{
    position: relative;
    z-index: 1;
    padding-left: 16px;
    display: block;
    font-size: 13.5px;
  }
  span.kome.red{
    color: #f00;
  }
  span.kome::before{
    content: "※";
    position: absolute;
    top:0;
    left: 0;
    font-size: 13.5px;
    z-index: 2;
  }
  span.kome.red::before{
    color: #f00;
  }
  section.wakutin_text.pa_small{
    border: none;
  }
  div.yoyaku_area{
    padding: 0 10px 50px 10px;
    box-sizing: border-box;
  }
  div.yoyaku_area div.yoyaku_btn{
    display: table;
    margin: 0 auto;
    width: 240px;
    height: 90px;
  }
  div.yoyaku_area div.yoyaku_btn a{
    display: flex;
    background-color: #77bfd2;
    color: #fff;
    font-size: 27px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  div.yoyaku_area > p{
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    text-align: center;
    display: table;
    margin: 20px auto 0 auto;
  }
}
