@charset "utf-8";

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

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

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

  body {
    font-size: 15px;
    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 nav ul li {
    width: 100% !important;
    max-width: 150px;
    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:nth-of-type(6) a,
  header nav ul li:nth-of-type(7) a {
    width: 250px;
    margin-left: -50px;
    padding-top: 20px;
  }

  header nav ul li:nth-of-type(7) a {
    padding-top: 0px;
  }

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

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


  #sns>p {
    color: #fffab5;
    font-size: 120%;
    font-weight: 600;
    margin-left: 20px;
    padding: 0 0;
  }

  #sns ul {
    width: 38%;
    max-width: 460px;
    display: flex;
    margin: 0 0 0 auto;
    justify-content: flex-end;
    position: absolute;
    bottom: -40px;
    right: 70px;
  }

  #sns ul {
    width: 45%;
  }

  #sns ul li:nth-child(5) {
    width: 90%;
    max-width: 240px;
  }

  #header {
    height: 1450px;
  }

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

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

  #main {
    margin-top: 5%;
  }

  #main_data>img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto 3%;
  }

  #main h1 {
    width: 100%;
    max-width: unset;
    position: relative;
    top: auto;
    left: auto;
    margin-top: -20px;
  }

  #main h1 img:nth-child(2) {
    position: absolute;
    width: 10%;
    max-width: 60px;
    top: 50px;
    right: 5%;
  }

  #main h1 img:nth-child(3) {
    position: absolute;
    width: 25%;
    max-width: 200px;
    top: 20px;
    left: 5%;
  }

  .main_img #illust00 {
    width: 50%;
    top: 0;
    left: 10%;
  }

  .main_img #illust01 {
    width: 32%;
    top: 350px;
    right: -20px;
  }

  .main_img #illust02 {
    width: 40%;
    top: 480px;
    left: 30%;
  }

  .main_img #illust03 {
    width: 30%;
    top: 490px;
    left: 5%;
  }

  #main_date {
    width: 70%;
    max-width: 420px;
    top: 670px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #main_data {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    top: 940px;
    left: 0;
    right: 0;
    font-size: 140%;
  }

  #main_data .price::before {
    content: '[入場料]';
    letter-spacing: 1.3rem;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    text-align: center;
  }

  #main_data .price {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }

  #main_data .price li {
    width: 48%;
    line-height: 1.6;
  }

  #main_data .price li em {
    font-weight: 600;
  }

  #main_data .price+a {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .text_link {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    font-size: 130%;
    top: 1300px;
    left: 0;
    right: 0;
  }

  .text_link>p:nth-child(1) {
    margin-bottom: 10px;
  }

  .text_link>p:nth-child(1) a {
    border-radius: 10px;
  }

  .text_link>p:nth-child(2) {
    font-size: 80%;
    font-weight: 400;
    text-align: center;
  }

  .text_link>p:nth-child(2) span {
    display: block;
  }

  section {
    padding: 30px 3% 0;
  }

  #anc_story h2 {
    background: url(../img/story02.png) no-repeat top center;
    background-size: 300px auto;
    padding-top: 200px;
  }

  #anc_story h2 img {
    max-width: 220px;
  }

  #anc_story>div .story01 {
    width: 100%;
  }

  .story02 p {
    width: 100%;
  }

  #anc_story>div>img {
    width: 100%;
    max-width: 600px;
    margin: 3% auto;
  }

  #anc_dancer h2 img {
    max-width: 220px;
  }

  .dancer_a>div {
    width: 100%;
    max-width: 600px;
    margin: 3% auto 1%;
  }

  .dancer_a>div:last-child {
    width: 100%;
    max-width: 280px;
  }

  .dancer_a>div>div {
    width: 100%;
  }

  .dancer_a>div>div dl {
    width: 45%;
  }

  .dancer_a>div:nth-child(1)>img {
    width: 190px;
  }

  .dancer_a>div:nth-child(2)>img {
    width: 160px;
  }

  .dancer_a>div:nth-child(3)>img {
    width: 200px;
  }

  .dancer_a>div>div dl dd {
    font-size: 130%;
  }

  .sanjo p {
    font-size: 120%;
  }

  .dancer_list>dl {
    width: 28%;
  }

  .dancer_btm {
    width: 100%;
    background: url(../img/dancer_sp.png) no-repeat right 20px top;
    background-size: 35% auto;
    padding: 50px 35% 50px 5%;
    box-sizing: border-box;
  }

  .dancer_btm li {
    width: 100%;
    text-align: left;
    font-size: 130%;

  }

  #anc_staff>div dl:nth-child(1),
  #anc_staff>div dl:nth-child(2) {
    margin-left: 5%;
  }

  #anc_staff>img {
    width: 30%;
    top: 0px;
    right: 0;
  }

  #ticket>img {
    display: none;
  }

  #ticket dl {
    font-size: 110%;
  }

  #ticket dl:nth-of-type(1) {
    margin-bottom: 70px;
  }

  #ticket dl dd a.btn_ticket {
    bottom: -40px;
    left: 160px;
  }

  #ticket dl:nth-of-type(2) {
    margin-bottom: 0;
  }


  #dancer p {
    font-size: 100%;
  }

  #dancer h3 {
    margin: 5% auto 1%;
  }


  #ticket>div>div img+p>a {
    margin-top: 5px;
  }

  .bunka {
    max-width: 430px;
    padding: 60px 0 5px 0;
    background: url(../img/icon_bunka.png) no-repeat center top 10px;
    background-size: 80px auto;
    text-align: center;
    line-height: 1.6;
  }

  .bunka dl {
    width: 90%;
    margin: 5% 5% 1%;
  }

  footer>div {
    text-align: center;
  }

  .foot_data {
    max-width: 540px;
  }

  footer>div a.underline {
    text-align: center;
    display: block;
    padding-top: 5px;
  }

  footer>div a.underline::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  footer>div a.underline:hover::before {
    opacity: 1;
  }


  #foot_sns ul {
    width: 60%;
    max-width: 300px;
    margin: 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;
  }

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

  #lecture>div>img:nth-of-type(3) {
    width: 13%;
    position: absolute;
    right: 4%;
    top: 25%;
  }

  #lecture div dl+p span {
    background: url(../img/icon_intro.png) no-repeat left top;
    background-size: 20px auto;
    padding: 5px 30px 5px 28px;
  }

  #anc_staff h2 {
    padding-top: 20px;
  }

  #ticket h2 {
    padding-top: 20px;
  }

  #ticket dl dd small {
    display: none;
  }

  #anc_story {
    margin-top: 180px;
  }

  .plus_ban {
    width: 80%;
    max-width: 400px;
    top: 1450px;
    display: block;
  }

  .plus_ban a {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #anc_beginners>div>p:nth-of-type(1) {
    text-align: left;
    padding-top: 10px;
  }

  #anc_beginners>div>p:nth-of-type(1) br {
    display: none;
  }

  .shose {
    font-size: 100%;
  }

  .begin_detail,
  .begin_entry {
    max-width: 530px;
    padding-left: 0;
    margin: 50px auto 0 !important;
  }

  .begin_detail::before,
  .begin_entry::before {
    top: -25px;
  }

  .begin_line {
    padding-left: 0;
  }

  .begin_detail+ul {
    max-width: 480px;
    margin: 10px auto;
  }

  #anc_study h2 {
    padding-top: 80px;
  }

  #anc_study>img {
    top: 160px;
  }

  #anc_beginners_top,
  #anc_study_top {
    padding-top: 40px;
    margin-top: -40px;
  }

  #anc_beginners h2 {
    top: -145px;
  }

  #anc_study h2 {
    top: -145px;
  }

  #anc_study h3 {
    font-size: 140%;
  }



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


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

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

    #header {
      height: 1300px;
    }

    #main h1 img:nth-child(2) {
      width: 8%;
      right: 7%;
    }

    #main h1 img:nth-child(3) {
      width: 23%;
      left: 7%;
    }

    .main_img #illust01 {
      width: 28%;
      top: 300px;
      right: -10px;
    }

    .main_img #illust02 {
      width: 35%;
      top: 400px;
      left: 30%;
    }

    .main_img #illust03 {
      width: 27%;
      top: 400px;
      left: 5%;
    }

    #main_date {
      top: 550px;
    }

    #main_data {
      top: 800px;
    }

    .text_link {
      top: 1150px;
    }

    #ticket dl {
      font-size: 100%;
    }

    #ticket dl dd a.btn_ticket {
      width: 260px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    #ticket dl dt {
      min-width: 140px;
    }

    #ticket dl dd small {
      left: 145px;
    }

    #ticket ul {
      font-size: 90%;
    }

    #talk {
      padding-top: 40px;
      margin-top: 27%;
    }

    #talk .img_more {
      width: 120px;
      top: -40px;
    }

    .dancer_btm li span {
      font-size: 100%;
    }

    #ticket {
      padding-bottom: 0;
    }

    .dancer_a>div:last-child {
      max-width: 260px;
    }

    .sanjo p {
      font-size: 100%;
    }

    .plus_ban {
      top: 1300px;
    }
  }

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

    #header {
      height: 1210px;
    }

    #main h1 img:nth-child(2) {
      width: 8%;
      right: 7%;
    }

    #main h1 img:nth-child(3) {
      width: 23%;
      left: 7%;
    }

    .main_img #illust01 {
      width: 28%;
      top: 260px;
      right: -10px;
    }

    .main_img #illust02 {
      width: 35%;
      top: 350px;
      left: 37%;
    }

    .main_img #illust03 {
      width: 27%;
      top: 360px;
      left: 5%;
    }

    #main_date {
      top: 490px;
    }

    #main_data {
      top: 710px;
    }

    .text_link {
      top: 1070px;
    }

    .dancer_a>div:nth-child(1)>img {
      width: 150px;
    }

    .dancer_a>div:nth-child(2)>img {
      width: 120px;
    }

    .dancer_a>div:nth-child(3)>img {
      width: 150px;
    }

    .dancer_a>div:last-child {
      max-width: 46%;
    }

    .dancer_btm li {
      font-size: 110%;
    }

    .br_580 {
      display: inline;
    }

    .foot_data li {
      text-indent: 0px;
      margin-left: 0px;
      font-size: 95%;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .sanjo p {
      font-size: 90%;
      letter-spacing: -0.05em;
    }

    #anc_dancer h3::before {
      width: 70px;
      right: -90px;
    }

    #anc_dancer h3::after {
      width: 70px;
      left: -90px;
    }

    #anc_dancer h2+p {
      line-height: 1.4;
      margin: 5% 0 5%;
    }

    .dancer_a>div>div dl dd {
      font-size: 110%;
    }

    .dancer_a>div>div {
      width: 95%;
      margin: 0 auto;
    }

    .dancer_btm {
      background: url(../img/dancer_sp.png) no-repeat right 3px top 10px;
      background-size: 30% auto;

    }

    .price_btm {
      font-size: 75%;
    }

    .plus_ban {
      top: 1220px;
    }

  }


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

    #header {
      height: 1070px;
    }

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

    #main h1 img:nth-child(2) {
      width: 8%;
      right: 7%;
    }

    #main h1 img:nth-child(3) {
      width: 23%;
      left: 7%;
      top: 30px;
    }

    .main_img #illust00 {
      top: 30px;
    }

    .main_img #illust01 {
      width: 28%;
      top: 260px;
      right: -10px;
      min-width: unset;
    }

    .main_img #illust02 {
      width: 40%;
      top: 315px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 327px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 440px;
    }

    #main_data {
      top: 630px;
    }

    .text_link {
      top: 940px;
    }


    #dancer p {
      font-size: 90%;
      letter-spacing: -0.04em;
      line-height: 1.8;
      margin-bottom: 6%;
    }

    #dancer h3 {
      background: url(../img/menu.png) no-repeat top center;
      background-size: 100px auto;
      padding: 35px 0 10px;
    }

    #ticket dl dt {
      min-width: 125px;
    }


    #ticket dl dd a.btn_ticket {
      padding: 3px 30px;
      width: 230px;
      bottom: -30px;
    }

    #ticket dl dd small {
      bottom: -15px;
      left: 130px;
    }

    #ticket>div>div img+p {
      font-size: 90%;
    }

    #anc_story h2 {
      background: url(../img/story02.png) no-repeat top center;
      background-size: 240px auto;
      padding-top: 170px;
    }

    #pageTop {
      right: 0px;
      bottom: -80px
    }

    #pageTop a {
      display: block;
      width: 40px;
      height: 140px;
      background: url(../img/pagetop.png) no-repeat;
      background-size: 100%;
    }

    #lecture div dl dt {
      width: 60px;
      letter-spacing: -0.05em;
    }

    #lecture div dl dd {
      width: calc(100% - 60px);
      letter-spacing: -0.05em;
    }

    #anc_staff>div dl:nth-child(1),
    #anc_staff>div dl:nth-child(2) {
      margin-left: 0;
    }

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      min-width: 170px;
    }

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      min-width: calc(100% - 170px)
    }

    #ticket dl dd a.btn_ticket {
      bottom: -40px;
    }

    .plus_ban {
      top: 1070px;
    }

    .plus_ban a {
      margin-bottom: 15px;
    }

    .only_pc480 {
      display: none;
    }

    .only_sp480 {
      display: block;
    }

    #anc_beginners::before {
      content: '';
      width: 140px;
      height: 100px;
      background: url(../img/begin_ttl_icon.png) no-repeat top right;
      background-size: 100% auto;
      display: block;
      position: absolute;
      top: -130px;
      right: -5px;
      z-index: 5;
    }

    #anc_beginners h2 {
      top: -140px;
    }

    #anc_study::before {
      content: '';
      width: 140px;
      height: 100px;
      background: url(../img/study_ttl_icon.png) no-repeat top right;
      background-size: 100% auto;
      display: block;
      position: absolute;
      top: -130px;
      left: -5px;
      z-index: 5;
    }

    #anc_study h2 {
      top: -180px;
    }

    .shose {
      padding-bottom: 180px;
    }

    .shose>img {
      width: 90%;
      max-width: 210px;
      position: absolute;
      top: auto;
      right: 0;
      left: 0;
      bottom: 0;
      display: block;
      margin: 0 auto;
    }

    .shose h3 {
      font-size: 170%;
      text-align: center;
    }

    .shose p:first-of-type {
      margin-bottom: 0;
    }

    .begin_detail dd a {
      margin-left: 0;
    }

    .begin_detail::before,
    .begin_entry::before {
      width: 100%;
      text-align: center;
      font-size: 120%;
      top: -28px;
    }

    .begin_qr {
      width: 100%;
    }

    .begin_qr>a {
      position: static;
      margin: 20px auto 20px;
    }

    .begin_line {
      margin-top: 30px;
      position: relative;
    }

    .begin_line span {
      width: 100%;
      display: block;
      position: absolute;
      top: -25px;
      left: 0;
      text-align: center;
      font-size: 110%;
      font-weight: bold;
    }

    .begin_line a {
      margin-top: 10px;
    }

    .begin_line br {
      display: none;
    }

    #anc_study h3+p {
      width: 70%;
      text-align: left;
      margin-top: 20px;
    }

    #anc_study h3+p br {
      display: none;
    }

    #anc_study>img {
      width: 28%;
      top: 100px;
      right: 7px;
    }

    .begin_detail dt {
      width: 45px;
      letter-spacing: 0.05rem;
    }

    .begin_detail dd {
      width: calc(100% - 45px);
    }

    .begin_detail+ul {
      width: 100%;
      margin: 10% auto;
    }

    .begin_detail+ul li {
      margin-left: 10px;
    }

    .study_reseve {
      line-height: 1.4;
    }

    .study_reseve p {
      margin-bottom: 10px;
    }
  }

  @media screen and (max-width: 425px) {
    #header {
      height: 980px;
    }

    .main_img #illust01 {
      width: 28%;
      top: 230px;
      right: -10px;
      min-width: unset;
    }

    .main_img #illust02 {
      width: 40%;
      top: 285px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 297px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 400px;
    }

    #main_data {
      top: 580px;
      font-size: 130%;
    }

    .text_link {
      top: 860px;
    }

    .text_link>p:nth-child(1) a {
      font-size: 85%;
    }

    .dancer_btm {
      background: url(../img/dancer_sp.png) no-repeat right 3px bottom 0;
      background-size: 35% auto;
      padding: 0 0 90px 0;
    }

    #foot_sns ul li:nth-child(5) {
      padding-bottom: 0;
    }

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      letter-spacing: -0.15rem;
      min-width: 125px;
    }

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      min-width: calc(100% - 125px)
    }

    #anc_staff>div dl:nth-child(2) dd:nth-of-type(2) {
      min-width: calc(100% - 145px);
    }

    .dancer_a>div:nth-child(1)>img {
      width: 120px;
    }

    .dancer_a>div:nth-child(2)>img {
      width: 90px;
    }

    .dancer_a>div:nth-child(3)>img {
      width: 125px;
    }

    #sns>p {
      font-size: 100%;
    }

    .plus_ban {
      top: 990px;
    }


  }

  @media screen and (max-width: 400px) {
    #ticket dl dt {
      min-width: 100px;
    }

    .bunka dl {
      width: 94%;
      margin: 5% 3% 1%;
    }

    .foot_data li {
      letter-spacing: -0.05rem;
      font-size: 90%;
    }

    footer>div {
      line-height: 1.4;
    }

    #anc_beginners {
      margin-top: 100px;
    }

    #anc_beginners::before {
      width: 110px;
      top: -110px;
    }

    #anc_beginners>div {
      width: 100%;
    }

    #anc_beginners h2 {
      top: -120px;
    }

    .shose h3 {
      font-size: 140%;
    }

    .begin_info h3 {
      width: 220px;
      top: -22px;
    }

    .begin_line span {
      font-size: 100%;
      pointer-events: none;
    }

    #anc_study {
      margin-top: 100px;
    }

    #anc_study h2 {
      top: -160px;
    }

    #anc_study::before {
      width: 110px;
      top: -110px;
    }

    #anc_study>div {
      width: 100%;
    }

    #anc_study h3 {
      font-size: 130%;
    }

    .study_reseve p {
      font-size: 130%;
    }

    .study_reseve ul {
      font-size: 110%;
    }

  }

  @media screen and (max-width: 380px) {
    #header {
      height: 920px;
    }

    .main_img #illust01 {
      width: 28%;
      top: 210px;
      right: -10px;
      min-width: unset;
    }

    .main_img #illust02 {
      width: 40%;
      top: 265px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 267px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 360px;
    }

    #main_data {
      top: 540px;
      font-size: 120%;
    }

    .text_link {
      top: 800px;
    }

    .sanjo p {
      font-size: 80%;
    }

    #main_data {
      font-size: 115%;
    }

    #anc_staff>div {
      font-size: 85%;
    }

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      min-width: 110px;
    }

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      min-width: calc(100% - 110px)
    }

    #anc_staff>div dl:nth-child(2) dd:nth-of-type(2) {
      min-width: calc(100% - 125px);
    }

    #ticket>div {
      font-size: 90%;
    }

    .bunka dl dt,
    .bunka dl dd {
      font-size: 80%;
    }

    .foot_data li {
      font-size: 80%;
    }

    #sns ul {
      bottom: -25px;
    }

    .plus_ban {
      top: 930px;
    }

  }

  @media screen and (max-width: 350px) {
    header {
      height: 870px;
    }

    #main_data {
      top: 520px;
    }

    #main_data .price::before {
      top: -30px;
    }

    .text_link {
      top: 770px;
      font-size: 110%;
    }

    #main_data .price {
      width: 100%;
    }

    .price_btm li {
      letter-spacing: -0.05rem;
    }

    #ticket>div {
      letter-spacing: -0.05rem;
    }

    #ticket dl dt {
      min-width: 93px;
    }

    .bunka dl dt,
    .bunka dl dd {
      font-size: 75%;
    }

    .plus_ban {
      top: 890px;
    }


    #anc_story {
      margin-top: 100px;
    }

    .study_reseve p {
      font-size: 120%;
    }

    .study_reseve ul {
      font-size: 100%;
    }


  }

  @media screen and (max-width: 340px) {
    #header {
      height: 840px;
    }

    .main_img #illust01 {
      width: 28%;
      top: 190px;
      right: -10px;
      min-width: unset;
    }

    .main_img #illust02 {
      width: 40%;
      top: 245px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 247px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 330px;
    }

    #main_data {
      top: 490px;
      font-size: 120%;
    }

    .text_link {
      top: 740px;
    }

    #main_data {
      width: 95%;
    }

    .sanjo p {
      font-size: 75%;
      letter-spacing: -0.06rem;
    }

    .plus_ban {
      top: 860px;
    }
  }
}

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