@charset "UTF-8";
@media screen and (min-width: 901px) {
  .header{
    position: fixed;
    width: 100%;
    top: 0;
    left:0;
    display: flex;
    justify-content:flex-end;
  }

  .hamburger{
    padding: 15px;
  }

  .sp_header{
    display: none;
  }

  .top{
    width: 100%;
    display: flex;
  }

  .top_left{
    width: 50%;
  }

  .top_title{
    color: #2FCFEA;
    font-size: 50px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:lighter;
    margin-left: 100px;
  }

  .top_title p{
    margin: 15px 0;
  }

  .deco_bule ,
  .deco_up{
    width: 100%;
  }

  .deco_long ,
  .circle ,
  .deco_short{
    height: 15px;
    background: #2FCFEA;
    opacity: 0.2;
  }

  .deco_long ,
  .deco_short{
    border-radius: 50px;
  }

  .deco_up{
    display: flex;
  }

  .deco_long{
    width: 50%;
  }

  .up_circle{
    width: 50%;
    margin-left: 30px;
  }

  .circle{
    width: 15px;
    border-radius: 100px;
  }

  .deco_under{
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .under_circle{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
  }

  .deco_short{
    width: 20%;
  }

  .top_right{
    width: 50%;
    display: flex;
    justify-content:flex-end;
  }

  .top_img{
    padding: 20px;
  }

  .center{
    width: 100%;
  }

  .center_all{
    width: 50%;
    margin-left: calc( (100vw - 500px) * 2 / 5 );
    margin-right: auto;
    margin-top: -200px;
  }

  .line_all ,
  .tel_all{
    width: 50%;
    height: 300px;
    padding-top: 100px;
  }

  .line_all{
    position: relative;
  }

  .center_title{
    position: absolute;
    width: 150px;
    height: 50px;
    top: 75px;
    left: -60px;
    border-radius: 18px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:lighter;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    z-index: 3;
  }

  .center_title p{
    margin: 0
  }

  .line_title{
    background: #30B9EA;
  }

  .tel_title{
    background: #2DCCE9;
  }

  .center_content{
    position: relative;
    width: 600px;
    height: 210px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 20px 10px;
    z-index: 2;
  }

  .line_content{
    background: #87D6F3;
    display: flex;
    justify-content: center;
  }

  .pc_line{
    display: flex;
  }

  .line_icon{
    width: 20%;
    text-align: center;
  }

  .line_icon img{
    width: 80%;
    aspect-ratio: 1 / 1;
    margin-top: 20px;
  }

  .text_btm{
    width: 50%;
  }

  .center_text{
    width: 100%;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:lighter;
    font-size: 18px;
  }

  .line_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .line_btn a{
    font-size: 20px;
    color: #ffffff;
    background: #06C755;
    text-decoration: none;
    padding: 10px 30px 10px 50px;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
  }

  .line_qr{
    width: 30%;
    max-height: 195px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .line_qr img{
    width: 80%;
    aspect-ratio: 1 / 1;
  }

  .tel_all{
    position: relative;
  }

  .tel_content{
    background: #83E1F2;
    text-align: center;
  }

  .tel_box{
    min-width: 70%;
    max-width: 80%;
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
    white-space: nowrap;
  }

  .tel_flex ,
  .reception_time{
    width: 70%;
    margin: 0 auto;
  }

  .tel_flex{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #2DCCE9;
  }

  .tel_icon{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tel_icon img{
    width: 40px;
  }

  .tel_number a{
    margin: 0;
    text-decoration: none;
    font-size: 40px;
    color: #3B96C9;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:bold;
  }

  .reception_time{
    display: flex;
    justify-content: center;
    color: #6A6A6A;
  }

  .reception_time div{
    display: flex;
  }

  .closed_day::before{
    content: "　"
  }

  .content_back{
    position: relative;
    top: -233px;
    left: 17px;
    bottom: 55px;
    width: 618px;
    height: 250px;
    border: solid 1.5px;
    border-radius: 20px;
    z-index: 1;
  }

  .line_back{
    border-color: #30B9EA;
  }

  .tel_back{
    border-color: #83E1F2;
  }

  .bottom{
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 100px;
  }

  .bottom_content{
    width: 50%;
  }

  .bottom_deco_up{
    display: flex;
    justify-content: flex-end;
  }

  .bottom_up_circle{
    width: 30px;
    margin-right: 25%;
    margin-left: 30px;
  }

  .bottom_under_circle{
    width: 70%;
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
  }

  .sp_line{
    display: none;
  }

}

@media screen and (max-width: 900px) {
  .header{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    display: flex;
    justify-content:flex-end;
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
  }

  .sp_header{
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .sp_header a{
    background: #2DCCE9;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
  }

  .hamburger{
    padding: 10px;
  }

  .top{
    margin-top: 90px;
    width: 100%;
    display: flex;
  }

  .top_left{
    width: 50%;
  }

  .top_title{
    color: #2FCFEA;
    font-size: 50px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:lighter;
    margin-left: 20px;
    font-size: 25px;
  }

  .top_title p{
    margin: 5px 0;
  }

  .top_img img{
    display: none;
  }

  .deco_bule ,
  .deco_up{
    width: 100%;
  }

  .deco_long ,
  .circle ,
  .deco_short{
    height: 10px;
    background: #2FCFEA;
    opacity: 0.2;
  }

  .deco_long ,
  .deco_short{
    border-radius: 50px;
  }

  .deco_up{
    display: flex;
  }

  .deco_long{
    width: 50%;
  }

  .up_circle{
    width: 50%;
    margin-left: 10px;
  }

  .circle{
    width: 10px;
    border-radius: 100px;
  }

  .deco_under{
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .under_circle{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
  }

  .deco_short{
    width: 20%;
  }

  .top_right{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .center{
    width: 100%;
  }

  .center_all{
    width: 100%;
    margin: -48px auto;
  }

  .line_all,
  .tel_all{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 80px;
  }

  .line_all{
    position: relative;
  }

  .center_title{
    position: absolute;
    top:60px;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:lighter;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    z-index: 3;
  }

  .center_title p{
    margin: 0
  }

  .line_title{
    background: #30B9EA;
  }

  .tel_title{
    background: #2DCCE9;
  }

  .center_content{
    position: relative;
    width: calc(100% - 20%);
    max-width: 500px;
    min-height: 210px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 20px 10px;
    z-index: 2;
  }

  .line_content{
    background: #87D6F3;
  }

  .pc_line{
    display: flex;
  }

  .line_icon{
    width: 30%;
    text-align:right;
  }

  .line_icon img{
    width: 60px;
    aspect-ratio: 1 / 1;
    margin-top: 20px;
  }

  .text_btm{
    width: 100%;
  }

  .center_text{
    width: 80%;
    color: #ffffff;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:lighter;
    font-size: 14px;
    margin: 0 auto;
  }

  .line_btn{
    display: none;
  }

  .line_qr{
    display: none;
  }

  .sp_line_btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .sp_line_btn a{
    font-size: 14px;
    color: #ffffff;
    background: #06C755;
    text-decoration: none;
    padding: 5px 15px 5px 25px;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    font-family: 'Zen Kaku Gothic Antique';
  }

  .sp_line{
    position: relative;
  }

  .sp_line_qr{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .sp_line_qr img{
    width: 100px;
  }

  .tel_all{
    position: relative;
  }

  .tel_content{
    background: #83E1F2;
    text-align: center;
  }

  .tel_box{
    width: 80%;
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto;
    padding: 10px;
    border-radius: 8px;
  }

  .tel_flex{
    width: 200px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #2DCCE9;
    margin: 0 auto;
    padding: 10px 0;
  }

  .tel_icon{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tel_icon img{
    width: 25px;
  }

  .tel_number a{
    margin: 0;
    text-decoration: none;
    font-size: 18px;
    color: #3B96C9;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight:bold;
  }

  @media(min-width: 900px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }

  .reception_time{
    font-size: 14px;
    color: #6A6A6A;
  }

  .reception_time p{
    margin: 10px 0;
  }

  .line_back{
    border-color: #30B9EA;
  }

  .tel_back{
    border-color: #83E1F2;
  }

  .bottom{
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  .bottom_content{
    width: 50%;
  }

  .bottom_deco_up{
    display: flex;
    justify-content: flex-end;
  }

  .bottom_up_circle{
    width: 30px;
    margin-right: 10%;
    margin-left: 10px;
  }

  .bottom_under_circle{
    width: 70%;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
  }

  .content_back{
    display: none;
  }


}
