@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 850px
---------------------------------------------*/
@media screen and (max-width: 850px) {

  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    line-height: 1.8;
    border: none;
  }

  .hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: 'alpha( opacity=100 )';
  }

  .only_pc {
    display: none;
  }

  .only_pc_inline {
    display: none;
  }

  .only_pc_line {
    display: none;
  }

  .only_sp {
    display: block;
  }

  .only_sp_inline {
    display: inline-block;
  }

  .sp_br {
    display: inline;
  }

  .pc_br {
    display: none;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  body:before {
    height: 75px;
    top: 0;
  }

  body:after {
    height: 75px;
    bottom: 0;
  }


  #header {
    border-bottom: none;
    height: 40px;
  }

  header nav ul li {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 5%;
    display: block;
  }

  header nav ul li:first-child {
    width: 80% !important;
    max-width: 220px;
    text-align: center;
    margin: 0 auto 20px;
  }

  header nav ul li:last-child {
    width: 100% !important;
    max-width: 300px;
    text-align: center;
    margin-top: 5%;
  }

  header nav ul li:last-child a {
    color: #fff;
    display: block;
    margin: 3% auto;
  }


  #sns {
    position: relative;
    padding: 0;
  }

  #sns>a {
    width: 70%;
    display: block;
    max-width: 400px;
    position: static;
    padding-bottom: 10px;
  }

  #header nav ul {
    width: 90%;
    max-width: 320px;
  }

  #header nav ul li {
    font-size: 130%;
  }

  .bg_blue {
    width: 95%;
  }

  #main {
    width: 95%;
  }

  #main #title {
    width: 90%;
    margin: 5% auto 5%;
  }

  #main #title h1 img:nth-child(1) {
    margin-bottom: 50%;
  }


  .main_icon {
    width: 38%;
    top: 40px;
  }

  .main_bg {
    width: 65%;
    position: absolute;
    right: auto;
    left: 0;
    top: -5%;
  }

  .main_anc {
    width: 90%;
    margin: 0 auto 5%;
  }

  .main_btn {
    width: 60%;
    max-width: 320px;
  }

  .main_btn li {
    width: 100%;
    margin-bottom: 4%;
  }

  #main_arrow {
    display: none;
  }

  #ballet3 {
    width: 100%;
  }

  #ballet3>div {
    width: 100%;
  }

  #ballet3 h2+p {
    width: 90%;
    margin-left: 5%;
  }

  #ballet3>div>div {
    width: 90%;
    margin-left: 5%;
  }

  #ballet3>div>div>div {
    width: 100%;
  }

  #ballet3>div>div>picture {
    width: 100%;
    margin-bottom: 4%;
    display: block;
  }

  #ballet3>div>div>div dl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2%;
  }

  #ballet3>div>div>div dl dd br {
    display: none;
  }

  #ballet3>div>div p {
    text-align: center;
    width: 100%;
  }

  #ballet3 .ticket_btn {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #ballet3 .ticket_btn {
    justify-content: center;
  }

  #ballet3 .ticket_btn a {
    margin: 0 0.5%;
  }

  #ballet3 h2 {
    margin-bottom: 4%;
  }

  #ballet3>div>div p a:link,
  #ballet3>div>div p a:visited {
    text-decoration: underline;
  }

  #ballet3>div>div dl dt {
    width: 11rem;
    margin-bottom: 2.5%;
  }

  #ballet3>div>div dl dd {
    width: calc(100% - 12rem);
    margin-bottom: 2.5%;
  }

  #ballet3>#anc_no01 dl dt {
    width: 8.5rem;
  }

  #ballet3>#anc_no01 dl dd {
    width: calc(100% - 9.5rem);
  }

  #anc_about {
    position: relative;
  }

  .about_img {
    width: 100%;
    max-width: 280px;
    margin: 13% auto 2%;
  }

  .about_text {
    width: 100%;
  }

  .about_text h2 {
    width: 60%;
    position: absolute;
    top: 2%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .about_text p.mincho {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    font-size: 100%;
  }

  .bg_blue {
    padding-bottom: 10%;
  }

  .bg_blue_bg {
    padding-bottom: 15%;
  }

  #anc_tempt {
    padding: 10% 0;
  }

  #anc_tempt .tempt {
    position: relative;
    z-index: 0;
  }

  #anc_tempt .tempt01::before {
    content: '';
    width: 150%;
    height: 700px;
    display: block;
    background: url(../img/tempt_bg01_sp.png) no-repeat right top;
    background-size: 100% auto;
    opacity: 0.3;
    position: absolute;
    top: -15%;
    right: -25%;
    left: -25%;
    margin: 0 auto;
    z-index: 1;
  }

  #anc_tempt .tempt02::before {
    content: '';
    width: 140%;
    height: 500px;
    display: block;
    background: url(../img/tempt_bg02_sp.png) no-repeat right top;
    background-size: 100% auto;
    position: absolute;
    top: -20%;
    right: -15%;
    left: auto;
    z-index: -1;
  }

  #anc_tempt .tempt h3 {
    margin: 10% auto 3%;
    z-index: 2;
    position: relative;
  }

  #anc_tempt .tempt h4 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 3%;
    z-index: 2;
    position: relative;
  }

  #anc_tempt .tempt p {
    width: 100%;
    margin: 0 auto 5%;
    z-index: 2;
    position: relative;
  }

  #anc_tempt .tempt img {
    width: 80%;
    margin: 0 auto 2%;
    z-index: 2;
    position: relative;
  }

  #anc_price {
    text-align: center;
    position: relative;
  }

  #anc_price::before {
    content: '';
    width: 110%;
    height: 600px;
    background: url(../img/tempt_bg03_sp.png) no-repeat center top;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 3%;
    left: -5%;
    opacity: 1;
  }

  #anc_price .price {
    margin-top: 8%;
  }

  #anc_price .price h3 {
    font-size: 220%;
    text-align: center;
    line-height: 1.4;
    margin: 5% auto;
  }

  #anc_price .price h3 span {
    display: inline;
  }

  #anc_price .price img {
    width: 90%;
    margin: 5% auto;
  }

  #anc_price .price02 {
    width: 90% !important;
    max-width: unset;
    margin: 4% auto 0% !important;
  }

  #anc_contact p {
    text-align: center;
  }

  #anc_contact {
    line-height: 1.4;
    padding: 3%;
  }

  #anc_contact p span {
    font-size: 120%;
    font-weight: bold;
    display: block;
    margin: 2% 0;
  }

  #anc_contact p a:last-of-type {
    margin-top: 3%;
  }

  #foot_sns {
    padding-bottom: 60px;
  }

  footer>div>a>img {
    width: 60%;
    max-width: 250px;
    margin-bottom: 5px;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #foot_sns ul {
    width: 60%;
    max-width: 300px;
    margin: 1.5% auto 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }


  #foot_sns ul li:nth-child(1) {
    width: 25%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(2) {
    width: 6%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(3) {
    width: 10%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(4) {
    width: 12%;
    padding-left: 5px;
    padding-bottom: 5px;
  }



  @media screen and (max-width: 680px) {


    #sns>p {
      margin-left: 10px;
      padding: 2px 0;
    }

    #sns ul {
      width: 40%;
      bottom: -35px;
    }

    #anc_price .price {
      width: 100%;
    }

    #anc_price .price h3 {
      font-size: 170%;
    }

  }

  @media screen and (max-width: 580px) {

    .br_580 {
      display: inline;
    }


    footer>div>a>img {
      top: 50px;
    }

    #anc_tempt .tempt ul {
      width: 100%;
    }

  }


  @media screen and (max-width: 480px) {
    body {
      font-size: 13px;
      line-height: 1.8;
    }

    #sns ul {
      bottom: -30px;
      right: 70px;
    }

    #main #title h1+p {
      font-size: 90%;
      letter-spacing: -0.02rem;
      line-height: 1.6;
    }

    #ballet3>div>div dl dt {
      width: 9rem;
      margin-bottom: 2.5%;
    }

    #ballet3>div>div dl dd {
      width: calc(100% - 10rem);
      margin-bottom: 2.5%;
    }

    #ballet3>#anc_no01 dl dt {
      width: 7rem;
    }

    #ballet3>#anc_no01 dl dd {
      width: calc(100% - 8rem);
    }

    .about_text p:nth-of-type(1) {
      width: 90%;
      margin: 0 auto 3%;
    }

    #anc_tempt .tempt h3 {
      width: 65%;
      max-width: 220px;
      padding-top: 5%;
      padding-bottom: 1%;
    }

    #anc_price .price h3 {
      font-size: 180%;
      margin: 5% auto 7%;
    }

    #anc_contact {
      width: 90%;
      padding: 5%;
      font-size: 120%;
    }

    #foot_sns {
      padding-bottom: 50px;
    }

    footer>div>a>img {
      top: 45px;
    }

  }

  @media screen and (max-width: 400px) {
    body {
      font-size: 12px;
    }

    #main #title h1+p {
      font-size: 85%;
    }

    #ballet3>div>div dl dt {
      width: 8.5rem;
      margin-bottom: 2.5%;
    }

    #ballet3>div>div dl dd {
      width: calc(100% - 9.5rem);
      margin-bottom: 2.5%;
    }

    #ballet3>#anc_no01 dl dt {
      width: 6.5rem;
    }

    #ballet3>#anc_no01 dl dd {
      width: calc(100% - 7.5rem);
    }

    .about_text h2 {
      top: 2%;
    }

    #anc_price .price h3 {
      font-size: 150%;
    }



  }

  @media screen and (max-width: 370px) {
    #ballet3>div>div>div {
      font-size: 80%;
    }

    #ballet3>div>div dl dt {
      width: 8rem;
    }

    #ballet3>div>div dl dd {
      width: calc(100% - 9rem);
    }

    #ballet3>#anc_no01 dl dt {
      width: 6rem;
    }

    #ballet3>#anc_no01 dl dd {
      width: calc(100% - 7rem);
    }

    .about_text p.mincho {
      font-size: 85%;
      margin-bottom: 5%;
    }


    #anc_tempt .tempt h4 {
      width: 100%;
      margin: 2% auto 5%;
      font-size: 140%;
    }

    #anc_tempt .tempt ul {
      width: 100%;
    }

    #anc_tempt .tempt ul li {
      font-size: 110%;
      padding: 4% 5%;
    }

    .attention {
      letter-spacing: -0.1rem;
    }

  }
}

/* スマホのときのみ電話をかける */
@media (min-width: 850px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}