@charset "utf-8";
@media screen and (min-width: 751px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }


    .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: 20px;
        min-width: 900px;
    }

    .raijou-yoyaku-top {
        font-size: 30px;
        line-height: 1.5;
    }

    .raijou-yoyaku {
        color: red;
        font-weight: bold;
        font-size: 40px;
    }

    .raijo-time {
        background-color: yellow;
        padding: 10px;
    }

    .ivent-guide {
        line-height: 1.5;
        font-size: 1.2em;
    }

    .tel {
        width: 50%;
        margin: 0 auto;
        display: flex;
        /* min-width: 600px; */
        max-width: 650px;
    }

    .tel-left {
        width: 20%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .tel-left img {
        /* width: 50%;
    margin: 0 auto; */
    }

    .tel-num {
        font-size: 4.5vw;
        font-weight:bold;
    }

    .tel-num a{
        color:black;
    }

    .tel-right {
        width: 80%;
        /* 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; */
    }

  .raijo-yoyaku-baloon {
    position: relative;
    display: inline-block;
    background: rgb(51, 204, 51);
    border-radius: 30px;
    padding: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    width: 60%;
    min-width: 600px;
    max-width: 800px;
    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-present
  {
    color: yellow;
  }

  .raijo-yoyaku-num
  {
    color: rgb(255, 242, 204);
    font-size: 1.5em;
    -webkit-text-stroke: 0.1px black;
    font-family: 'Mochiy Pop One', sans-serif;
  }

  .ivent-office
  {
    font-size: 1.3em;
  }

 /* ボタン 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 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 */


}