@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-device-width: 1024px) {
  .cal_3 {
    width: calc(33.33% - 40px / 3);
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }

  .header__navgroup {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .header__logo {
    width: 100px;
  }

  .section {
    padding: 70px 0 0 0;
  }
  .main_mask img {
    width: 40%;
  }
  .balloon {
    padding: 10px 50px 40px 50px;
  }

  .flow > li dl {
    padding-left: 50px;
  }
  .cal_right {
    padding-left: 30px;
  }

  .info_box {
    padding: 40px 65px 40px 80px;
  }

  .cal_3 {
    height: auto;
  }

  .heading_center p {
    left: 30%;
  }

  .flow_heading p {
    left: 36%;
    top: -58%;
  }
  .cal_pfilo_text {
    margin: 60px 0 0 0;
    padding: 30px;
    width: 100%;
  }

  .cal_pfilo_text_top {
    margin: 0;
  }

  .pfilo_heading {
    height: 10vh;
  }

  .pfilo_section {
    padding: 0;
  }

  .pfilo_text {
    padding: 0 250px 0 0;
  }

  .cal_pfilo_photo {
    right: 3%;
    top: 10%;
  }

  .me_img_01 {
    left: 0;
  }

  .me_img_02 {
    top: 165px;
    height: 150px;
  }

  .me_img_03 {
    width: 270px;
    top: 160px;
  }
  .heading h2 {
    margin-left: 30px;
  }

  .heading p {
    left: -2%;
  }

  .cul_img_01 {
    top: 60px;
  }

  .cul_img_02 {
    top: 250px;
  }
  .cul_img_04 {
    top: 350px;
    height: 100px;
  }

  .cal_pfilo_photo2,
  .cal_pfilo_photo3 {
    top: 33%;
  }

  .deco_01 {
    top: 0;
    right: 0;
    width: 170px;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  .menu-content ul {
    height: 100%;
    background: #fff;
    margin-top: 0px;
    padding: 0 20px;
    padding-top: 70px;
    width: 80%;
    margin-left: auto;
  }
  .menu-content ul li {
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    color: #143778;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px 10px;
    position: relative;
    border-bottom: 1px dashed #ddd;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    transition: all 0.5s; /*アニメーション設定*/
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  #menu-btn-check:checked ~ .hamburger-demo-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 79;
    background: rgba(3, 3, 3, 0.5);
    display: block;
  }
  #menu-btn-check {
    display: none;
  }

  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #143778;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .sp_phone_box p {
    font-size: 12px;
  }

  .sp_number a {
    font-size: 23px;
  }

  .menu-content i {
    padding-right: 8px;
  }

  .hamburger_cover {
    position: absolute;
    top: 0;
    left: 0;
    background: #40404066;
    height: 100%;
    width: 100%;
    z-index: -10;
    margin-top: 70px;
  }
  .deco_01,
  .deco_02,
  .deco_03,
  .sub_deco_01,
  .sub_deco_02,
  .sub_deco_03 {
    display: none;
  }

  .cursive_02 {
    left: -25px;
  }

  .cursive_center {
    left: 28%;
  }

  .deco_04 {
    width: 200px;
    bottom: -6%;
  }

  .cursive_f {
    left: 33%;
  }
}

@media screen and (max-device-width: 480px) {
  body {
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .box_container {
    flex-wrap: wrap;
  }

  .column {
    flex-direction: column;
  }

  .main_imgBox {
    height: 480px;
  }

  .main_v {
    height: 100%;
  }

  .main_mask {
    top: 0;
  }

  .main_mask img {
    height: 100%;
    width: 60%;
  }

  .main_catch_p {
    padding: 0 7px;
  }

  .main_catch span {
    font-size: 17px;
  }

  .main_catch {
    top: 10%;
    left: 3%;
  }

  .main_en {
    left: 2%;
    bottom: 10%;
    width: 310px;
  }

  .cal_2,
  .cal_3,
  .cal_5 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .cal_3 {
    margin-bottom: 5px;
  }

  .img_box {
    margin-bottom: 400px;
  }

  .culture_text {
    padding: 0;
  }

  .sp_box_container {
    display: flex;
    justify-content: space-between;
  }

  .sp_cal_1 {
    width: 40%;
  }

  .sp_cal_2 {
    width: 60%;
    padding: 11px 0 0 15px;
  }

  .heading p {
    left: 15%;
  }

  .heading h2 {
    margin: 0;
  }

  .cal_message {
    padding: 0;
  }

  .flow_arrow {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: rotate(135deg);
  }

  .balloon {
    padding: 20px;
  }

  .me_img_01 {
    width: 90%;
  }

  .me_img_02 {
    width: 200px;
    left: 20px;
    top: 120px;
  }

  .me_img_03 {
    width: 70%;
  }

  .require_tbl th,
  .require_tbl td {
    display: block;
    text-align: left;
  }

  .require_tbl th {
    border-bottom: none;
    padding: 20px 10px 0 10px;
  }

  .require_tbl td {
    padding: 0 10px 20px 10px;
  }

  .info_box {
    padding: 40px 20px;
  }

  .flow > li dl {
    padding-left: 33px;
  }

  .cal_left {
    width: 100%;
    padding-left: 20px;
  }

  .cal_right {
    width: 100%;
    padding-left: 53px;
  }

  .cal_right img {
    width: 100%;
    height: 140px;
    margin-top: 10px;
  }

  .cal_pfilo_text {
    margin: 0;
    padding: 10px 30px 30px 30px;
  }

  .cal_pfilo_photo {
    width: 85%;
    margin: 0 auto;
    position: static;
  }

  .pfilo_text {
    padding: 0;
  }

  .circle {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }

  .circle-txt1 {
    top: 20px;
  }

  .circle-txt2 {
    font-size: 16px;
  }

  .btn a {
    padding: 10px 0;
  }

  .entry {
    bottom: 8px;
    right: 8px;
    width: 90px;
  }

  .flow::before {
    left: 20px;
    width: 8px;
  }

  .flow > li dl::before {
    left: -55px;
    transform: scale(0.22);
  }

  .flow_text,
  .info_text {
    text-align: left;
  }

  .cal_left p {
    left: 0;
  }

  .flow > li dl dt {
    font-size: 15px;
  }

  .heading {
    text-align: center;
  }

  .heading_center p {
    left: 12%;
  }

  .pfilo_heading p {
    top: -60%;
  }

  .pfilo_title {
    position: static;
    font-size: 24px;
  }

  .cal_title {
    font-size: 17px;
  }
  .cal_pfilo_photo2,
  .cal_pfilo_photo3 {
    margin-top: 30px;
  }

  .cul_img_01 {
    top: 0;
  }

  .cul_img_03 {
    left: 0;
    width: 50%;
  }

  .cul_img_04 {
    right: -25px;
    width: 45%;
    height: 70px;
  }

  .cul_img_05 {
    width: 55%;
    right: 0;
  }

  .balloon::before {
    width: 150px;
    top: -50px;
  }

  .balloon_icon {
    top: -33px;
    width: 33px;
  }

  .rule_container {
    padding-top: 100px;
  }

  .cursive {
    left: 15%;
    width: 25%;
    top: -23px;
  }

  .cursive_02 {
    left: 18%;
    top: -21px;
  }

  .cursive_e {
    left: 2%;
    width: 36%;
    top: -52%;
  }

  .cursive_q {
    width: 45%;
    top: -48%;
    transform: rotate(349deg);
    -moz-transform: rotate(349deg);
    -webkit-transform: rotate(349deg);
  }

  .cursive_con {
    width: 28%;
    top: -34px;
  }

  .cursive_th {
    left: 22%;
  }

  .cursive_cul {
    left: 25%;
    top: -18px;
  }

  .cursive_center {
    left: 13%;
  }

  .cursive_f {
    width: 21%;
    left: 15%;
  }

  .cursive_p {
    left: 5%;
  }

  .culture_3 {
    margin-top: 50px;
  }

  .sub_container {
    padding: 150px 25px 60px 25px;
  }

  .cal_number {
    top: -10%;
  }

  .cul_img_02 {
    top: 100px;
  }

  .cul_img_03 {
    top: 250px;
  }

  .cul_img_04 {
    top: 230px;
  }

  .cul_img_05 {
    top: 280px;
  }

  .day_container {
    padding: 0 25px;
  }

  .deco_04 {
    width: 150px;
    bottom: -2.5%;
    left: -20%;
  }

  .info_section {
    padding: 0 0 900px 0;
  }

  .info_container {
    padding: 75px 25px;
  }

  .info_section2 {
    padding: 500px 0;
  }

  .info_section {
    padding: 0px 0 900px 0;
  }

  .info_en {
    padding: 20px 0;
    width: 200px;
  }

  .h2_info {
    padding: 0;
    line-height: 1;
    position: relative;
    font-size: 22px;
  }

  .heading_center h2 {
    font-size: 22px;
  }

  .subpage_heading p {
    left: 3%;
  }

  .form-table th,
  .form-table td,
  .back_btn,
  .confirm_btn {
    display: block;
    width: 100%;
    padding: 25px 0;
  }

  .form-table td {
    padding: 10px 0 25px 0;
  }

  .form-table-box {
    padding: 30px 25px;
  }

  .form-table th {
    border-bottom: none;
    padding-bottom: 0;
  }

  .form_text {
    text-align: left;
  }

  .form-table select {
    padding: 15px 10px !important;
    border-radius: 5px;
    color: #333333;
  }

  select {
    -webkit-appearance: button;
    appearance: button;
  }

  .confirm_btn button {
    width: 100%;
    margin: 10px auto;
  }

  .back_btn button {
    margin: 30px auto 10px auto;
  }

  .day_box {
    padding: 10px 20px;
  }

  .footer__navgroup a,
  small {
    font-size: 11px;
  }

  .footer__navgroup {
    margin-bottom: 5px;
  }

  .footer__navgroup > * + * {
    margin-left: 13px;
    padding-left: 13px;
  }

  .day_section {
    padding: 70px 0;
  }

  .info_back {
    height: 180px;
  }
  .main_catch_p {
    margin-bottom: 10px;
  }

  .add_p {
    padding-top: 1em;
  }

  input[type="date" i] {
    background: #fff !important;
    width: 100% !important;
    padding: 14px !important;
  }
}

@media screen and (max-device-width: 320px) {
  .main_catch span {
    font-size: 12px;
  }

  .info_section2 {
    padding: 570px 0;
  }
}
