@charset "UTF-8";
a:hover {
  opacity: 0.6; }

@media screen and (max-width: 749px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 749px) {
    .sp {
      display: inherit; } }


/**************/
body{
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;

}

a:link,
a:active,
a:hover,
a:focus {
    outline: none!important;
    -moz-outline-style: none;
}

.container{
  max-width: 1200px;
  margin:0 auto;
  padding: 8rem 0;
}

.header_flex{
  display: flex;
  margin-top: 100px;
}

.header_left{
  width: 30%;
  text-align: center;
  background-color: #EA5532;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.625rem;
  padding:3rem;
}

.header_right{
  width: 70%;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  color:#EA5532;
  font-size: 1.625rem;
  padding: 3rem;
}

.fv_area_img{
  width: 45%;
  margin: 0 auto;
}

.slogan{
  position: relative;
  
  margin:0 auto;
}

.sl_text{
  
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  color: #595757;
  margin: 1rem auto;
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  
}

.sl_free{
  position: absolute;
  bottom: 0;
  right: 3rem;
  color: #EA5532;
  background-color: #ffffff;
  font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 1rem;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: solid 4px #EA5532;
    text-align: center;
}

.kazoku_area {
    /*margin: 4rem;*/
    width: 60%;
    margin: 0 auto;
}



.day{
  display: flex;
  
}

.nichiji{
  font-size:2rem;
  background-color: #EA5532;
  color: #ffffff;
  padding: 0.5rem 1rem;
    border-radius: 10px;
}

.r_7_11_3{
  margin-left:1rem;
  color: #EA5532;
  font-weight: bold;
}

.r_7_11_3 span{
  color: #EA5532;
  font-weight: bold;
  line-height: 1.2;
}
.rem2{
  font-size: 2rem;
}

.rem2_5{
  font-size: 2.5rem;
}

.rem3{
  font-size:3rem;
}

.rem4{
  font-size:4rem;
}

.getsu_shuku{
  font-size:2rem;
  border:1px solid #EA5532;
  border-radius: 5px;
  padding:0 4px;
}

.div_nichiji {
    margin-top: 1.5rem;
}

.day.day1 {
    margin-bottom: 2rem;
}

.yoyaku{
  background-color: #EA5532;
  border-radius: 5px;
  padding: 1rem 2rem;
  font-size:2rem;
  font-weight: bold;

    width: fit-content;
    margin: 0 0 0 auto;
}

.ji_yo{
  background-color: #ffffff;
  color: #EA5532;
  border-radius: 5px;
  padding: 0 1rem;

}

.kinjitsu{
  color: #ffffff;
      margin-top: 1rem;
}

.work_text {
    margin: 8rem 0 4rem;
}

.work_text img{
  width: 100%;
}


.shu_img img {
    width: 15rem;
}

.shu_kyo span {
    vertical-align: middle;
}

span.shusai {
    margin:0  2rem;
}

span.ho_sa {
    font-size: 2.5rem;
}

footer{
  background-color: #ffffff ;
  color: black;
  padding: 2rem 0;
  text-align: center;
}

.shu_kyo {
    margin: 4rem;
    font-weight: bold;
    text-align: center;
}

span.shu_img {
    margin-right: 4rem;
}

.not_find{
  text-align: center;
  font-weight: bold;
  font-size:4rem;
}

.h-header .h-menu{
    display: none !important;
}

.h-navi {
    display: none;
}

#wrapper {
    background: none;
}


a:hover, a:active a:focus {
    text-decoration: none !important;
}

.ws_title{
 color:#EA5532;
 font-weight: bold;
 background-color: #ffffff;
 border-radius: 10px;
 padding: 0.25rem 0.5rem;
 width:fit-content;
}

.ws_time{
 color: #EA5532;
 font-weight: bold;
}

.ws_time span{
  line-height: 1.2;
  color: #EA5532;
}

.w_s {
    margin-top: 2rem;
}

.mascot::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: 5px;
    border: 2px dashed #e05540;
    border-radius: 3px;
    z-index: -1;
    display: block;
}

.mascot {
    margin: 0 auto 2em auto;
    padding: 1em;
    position: relative;
    z-index: 0;
    background-color: #fffbd2;
    color: #5a5656;
    font-weight: bold;
    text-align: center;
}

.mascot span{
 color: #EA5532;
}

.kinjitsu i{
 color: #ffffff;
}

.swt_title{
 color: #ffffff;
 background-color: #EA5532;
 font-weight: bold;
 width: fit-content;
 font-size:2rem;
 padding: 0.5rem 1rem;
 border-radius: 10px;
}

img{
 width: 100%;
}

.tt_img{
  display: inline-block;
  width: 16rem;
  position: relative;
}

.tt_name{
 display: inline-block;
 position: absolute;
 bottom:0;
 left: 0;
  right: 0;
  margin:0 auto;
 color: #EA5532;
 border:2px solid #EA5532;
 border-radius: 50px;
 background-color: #fde4d6;
 font-weight: bold;
 width: fit-content;
 padding: 0 1rem;
 white-space: nowrap;
}


.swt_kakomi{
    background-color: #ffffff;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 30px;
}

table.tt {
    margin: 0 auto;
}


th.tt_left {
    color: #ffffff;
    background-color: #ea5632;
    padding: 0 1rem;
        white-space: nowrap;
}

th.tt_right {
    text-align: left;
    padding-left: 2rem;
    color: #ea5632;
    background-color: #fde4d6;
}

.tt tr {
    border-top: 2px solid #ea5632;
}

.tt td {
    padding: 1.5rem 0;
}
td.tt_right {
    padding-left: 2rem;
}

td.tt_left {
    color: #ea5632;
    font-weight: bold;
    white-space: nowrap;
}

.fontbold{
 font-weight: bold;
}

.tt .rem3{
 color:#EA5532;
 font-weight: bold;
}

.c_ea5632{
 color:#EA5532;
 font-weight: bold;
}

.tt_img_kakeochi{
  display: inline-block;
  width: 32rem;
  position: relative;
  padding-left: 2rem;
}

.swt_kakomi .rem3{
 font-weight: bold;
 color: #EA5532;
}

.kctm{
 border: #EA5532 solid 1px;
 width: fit-content;
 padding: 0 1rem;
 color: #EA5532;
 font-weight: bold;
 margin-bottom: 1rem;
}


.swt_kakomi small{
 font-size: 80%;
}

.f_g_w{
 line-height: 1.2;
}

.takuji_title {
    font-size: 2rem;
    font-weight: bold;
    color: #ea5632;
}

.small_font {
    font-size: 1rem;
    color: #ea5632;
}

.takuji_kmk {
    font-size: 1.5rem;
    font-weight: bold;
}

small {
    font-size: 60%;
}

.takuji_unei {
    width: fit-content;
    padding: 0 0.5rem;
    font-size: 1.2rem;
    border: solid 1px;
    margin-top: 1rem;
}

.mc {
    max-width: 50rem;
    margin: 0 auto 2rem auto;
}

.swt_con {
    margin: 0 0 8rem 0;
}

.frm{
 font-weight: bold;
 margin-top:1rem;
}

.sp_senzai{
     display: none;
    }

tr.midasi {
    border: 2px solid #ea5632;
}


.yt_link{
 position: fixed;
 bottom: 10px;
 right: 10px;
 padding: 6px 40px;
}

.yt_arc_follow{
 position: fixed;
 bottom: 10px;
 right: 10px;
}

.yt_link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 1rem;
    background-color: #fffbd2;
    border-radius: 10px;
    border: 2px #ea5632 solid;
    font-weight: bold;
    text-align: center;

}

.yt_a_f_area{
 padding: 1rem;
    background-color: #fffbd2;
    border-radius: 10px;
    border: 2px #ea5632 solid;
    font-weight: bold;
    text-align: center;
}

.yt_link a,
.yt_link i{
     color: #ea5632;
}

.yt_link_btn{
 text-align: center;
}

.yt_link_in{
 margin:4rem auto 0 auto;
 width: fit-content;
 padding: 1rem 4rem;
    background-color: #fffbd2;
    border-radius: 10px;
    border: 2px #ea5632 solid;
    font-weight: bold;
}

.yt_link_in a,
.yt_link_in i{
 color: #ea5632;
}

.ytlogo{
 display: inline-block;
 margin-top:1rem;
 max-width: 150px;
}

.yt_arc {
    margin: 4rem;
    padding: 2rem;
    background-color: #fffbd2;
    border-radius: 10px;
    border: 2px #ea5632 solid;
    font-weight: bold;
    text-align: center;
}

.yt_arc h1,
.yt_arc p{
 color: #EA5532;
}

p.yt_arc_text {
    line-height: 1.5;
}

.yt_arc_area {
    margin-top: 2rem;
}

.yt_arc_area iframe {
    max-width: 100%;
    height: auto;
  aspect-ratio: 16 / 9; /* YouTube の一般的な比率 */
}

.sp_520{
 display: none;
}

.yt_a_f_area h1 {
    font-size: 2.2rem;
    color: #ea5632;
}

.yt_a_f_area p{
  color: #ea5632;
}


/****PC画面****/
@media screen and (min-width: 991px){

  .pc{
    display: block;
  }
  .sp{
    display: none;
  }

  .day_at_yoyaku{
  display: flex;
  align-items:flex-end;
  justify-content:space-around;
  }

  .work_img_area{
  display: flex;
  justify-content: space-between;

}
.work_img1 {
    width: 44%;
}


.work_img {
    width: 50%;
}

.yoyaku{
  padding: 1rem 4rem;
}

.swt_pc_flex{
 display: flex;
 justify-content:space-between;
 align-items: flex-start;
}

.swt_pc_flex .swt_kakomi{
 width: 48%;
}

.takuji{
 width: 45%;
}
table.tt {
    margin: 0 auto;
    width: 85%;
}


}

/****スマホ画面****/
@media screen and (max-width: 990px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .container {
    padding: 3rem 1rem;
}

  .header_left {
    width: 35%;
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }

  .header_right {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
  .sl_text {
    font-size: 1.2rem;
  }
  .sl_free {
    right: 0;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    width: 5rem;
    height: 5rem;

    border: solid 1px #EA5532;
  }
  .kazoku_area {
    margin: 2rem auto;
  }
  .nichiji {
    font-size: 1.5rem;
  }
  span.rem3.sp_spr {
    font-size: 2rem;
  }
  .yoyaku {
    text-align: center;
    margin: 4rem auto;
    width: 80%;
  }
  .work_img {
    margin: 4rem 0;
  }
  span.shu_img {
    margin-right: 0rem;
  }
  span.shusai {
    margin: 0 2rem0 0;
  }

  .header_flex{
  margin-top: 100px;
  }
  .h-header .h-logo {
    margin-left: 0px !important;
    }

  .mascot{
   margin-top:2rem;
  }

  .tt .rem3 {
    font-size: 2rem;
 }



 span.tt_name {
    font-size: 1.2rem;
    white-space: nowrap;
 }



 .sp_takuji_title{
  margin-top:2rem;
 }

 .fv_area_img {
    width: 65%;
 }

 .kazoku_area {
   margin: 4rem auto;
   width: 100%;
}

 .yt_arc {
    margin: 4rem 0;
 }

 .yt_arc h1 {
    line-height: 1.2;
    margin-bottom: 2rem;
}

}

@media screen and (max-width: 520px) {
    .header_flex {
        margin-top: 56px;
    }

    .sp_senzai{
     display: block;
    }

    .tt_img {
    width: 45%;
 }

     .tt_img.tt_img_kakeochi {
        display: inline-block;
        width: 90%;
        position: relative;
    }

  .yt_link_in{
   width: 100%;
  }

  .yt_link .ytlogo{
   max-width: 80px;
   margin-top:0.5rem;
  }

  .sp_520{
   display: block;
  }

  .yt_arc_follow {
    position: fixed;
    bottom: 10px;
    right: 0px;
  }
}