@charset "utf-8";
@media(max-width:750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .raijou-yoyaku-back {
      padding: 10px;
      background-color: green;
      /* text-align: center; */
      font-size: 20px;
        color: black;
    }
  
    .raijou-yoyaku-inner {
      background-color: white;
      /* width: 80%; */
      margin: 0 auto;
      padding: 5px;
      /* min-width: 900px; */
      line-height: 1.2;
    }
  
    .raijou-yoyaku-top {
      font-size: 30px;
      line-height: 1.2;
      text-align: center;
    }
  
    .raijou-yoyaku {
      color: red;
      font-weight: bold;
      font-size: 40px;
    }
  
    .raijo-time {
      background-color: yellow;
      padding: 10px;
      display: block;
      margin: 0 auto;
      text-align: center;
      width: 80%;
    }

    .raijo-time-sp
    {
      text-align: center;
    }

    .ivent-guide {
      line-height: 1.2;
      font-size: 20px;
      text-align: left;
    }
  
    .tel {
      width: 80%;
      margin: 0 auto;
      display: flex;
      max-width: 300px;
      min-width: 240px;
      /* min-width: 600px;
      max-width: 1200px; */
    }
  
    .tel-left {
      width: 20%;
      text-align: center;
      display: flex;
      align-items: center;
    }
  
    .tel-num {
      font-size: 30px;
      padding-left: 10px;
    }

    .tel-num a{
      color:black;
    }
  
    .tel-right {
      width: 80%;
      text-align: center;
      /* display: flex;
      align-items: center; */
    }
  
    .tel-time {
      /* width: 80%; */
      margin: 0 auto;
      text-align: center;
      line-height: 1.5;
    }
  
    .raijo-yoyaku-button {
      /* display: flex; */
      /* width: 80%; */
      margin: 0 auto;
    }
  
    .raijo-yoyaku-left {
      /* width: 65%;
      display: flex; */
      align-items: center;
      text-align: center;
    }
  
    .raijo-yoyaku-right {
      width: 35%;
      text-align: center;
    }
  
    .raijo-yoyaku-right image {
      width: 120%;
    }
  
    .present {
      background-color: rgb(255, 242, 204);
      background-image: url("./images/kamifubuki.png");
      /* background-repeat: round; */
    }

   a.btn--blue {
      text-align: center;
      color: white;
      /* background-color: #fff100; */
      background-color: #325A8C;
    }
  
    a.btn--blue:hover {
      color: white;
      /* background: #fff20a; */
      background-color: #325A8C;
    }
  
    a.btn--blue.btn--cubic {
      /* border-bottom: 5px solid #ccc100; */
      border-bottom: 5px solid #0a376f;
      color: white;
    }
  
    a.btn--blue.btn--cubic:hover {
      margin-top: 3px;
      /* border-bottom: 2px solid #ccc100; */
      border-bottom: 5px solid #0a376f;
    }
  
    a.btn-c {
      font-size: 1.8rem;
      position: relative;
      padding: 20px 25px;
      border-radius: 100vh;
    }
  
    a.btn-c i.fa {
      /* margin-right: 1rem; */
    }
  
    a.btn-c:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 1.6rem;
      line-height: 1;
      position: absolute;
      top: calc(50% - .8rem);
      right: 1rem;
      margin: 0;
      padding: 0;
      /* content: '\f054'; */
    }
  
    .raijo-houhou-balloon {
      position: relative;
      /* display: inline-block; */
      background: red;
      /* border-radius: 50px; */
      padding: 5px;
      text-align: left;
      font-weight: bold;
      color: #fff;
      line-height: 1.5;
      font-size: 1.5em;
      width: 99%;
      margin: 0 auto;
    }

    .img-raijo-houhou
    {
      text-align: center;
    }
  
    .raijo-houhou-balloon::before {
      content: "";
      /* borderで三角形を作る */
      border-width: 10px;
      border-style: solid;
      border-color: red transparent transparent transparent;
      /* 配置する */
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
    }

    /* プレゼントボタン start */
  
    a.btn--green {
      text-align: center;
      color: white;
      background-color: rgb(234 19 208);
    }
  
    a.btn--green:hover {
      color: white;
      background: rgb(252 128 236);
    }
  
    a.btn--green.btn--cubic {
      border-bottom: 5px solid rgb(234, 19, 19);
    }
  
    a.btn--green.btn--cubic:hover {
      margin-top: 3px;
      border-bottom: 2px solid rgb(252 128 236);
    }
  
    .present-balloon {
      position: relative;
      /* display: inline-block; */
      background: rgb(250, 146, 229);
      /* border-radius: 50px; */
      padding: 5px;
      font-weight: bold;
      color: #fff;
      line-height: 1.5;
      font-size: 1.5em;
      width: 99%;
      margin: 0 auto;
      text-align: left;
    }
  
    .present-balloon::before {
      content: "";
      /* borderで三角形を作る */
      border-width: 10px;
      border-style: solid;
      border-color: rgb(250, 146, 229) transparent transparent transparent;
      /* 配置する */
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
    }
  
    /* プレゼントボタン end */

    .ivent-office {
      font-size: 20px;
      text-align: center;
    }

    .raijo-yoyaku-baloon {
      position: relative;
      display: inline-block;
      background: rgb(51, 204, 51);
      border-radius: 30px;
      padding: 5px;
      font-weight: bold;
      color: #fff;
      line-height: 1.5;
      border: pink solid 5px;
    }
  
    .raijo-yoyaku-baloon::before {
      content: "";
      /* borderで三角形を作る */
      border-width: 10px;
      border-style: solid;
      border-color: rgb(51, 204, 51) transparent transparent transparent;
      /* 配置する */
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
    }

    .raijo-yoyaku-num {
      color: rgb(255, 242, 204);
      font-size: 1.5em;
      -webkit-text-stroke: 0.5px black;
    }

   /* ボタン start */
  
    a.btn--orange {
      color: #fff;
      background-color: #eb6100;
      border-bottom: 5px solid #ccc100;
      position: relative;
    }
  
    a.btn--orange:hover {
      color: #fff;
      background-color: #eb6100;
      border-bottom: 2px solid #ccc100;
      opacity: 1;
    }
  
    a.btn-c {
      font-size: 2rem;
      position: relative;
      padding: 1.5rem 3rem 1.5rem 2rem;
      margin: 0 auto;
      position: relative;
      display: inline-block;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: white;
      border-radius: 0.5rem;
    }

    a.btn-c {
      font-size: 1.8rem;
      position: relative;
      padding: 20px 25px;
      border-radius: 100vh;
    }
  
    a.btn-c i.fa {
      /* margin-right: 1rem; */
    }
  
    a.btn-c:before {
      font-family: 'Font Awesome 5 Free';
      font-size: 1.6rem;
      line-height: 1;
      position: absolute;
      top: calc(50% - .8rem);
      right: 1rem;
      margin: 0;
      padding: 0;
      /* content: '\f054'; */
    }
  
    /* ボタン end */

}