@charset "UTF-8";
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
  	SP
  ----------------------------------------------------*/
  html, body {
    color: #000;
    background: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 1px;
  }

  body {
    overflow-x: hidden;
    position: relative;
  }

  * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  p, th, td, div {
    font-weight: 500;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a.telblk,
.telblk a {
    text-decoration: none;
  }

  .pc {
    display: none;
  }

  .alph {
    font-weight: 700 !important;
    font-size: 110% !important;
  }

  .page-top {
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer;
  }
  .page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

  .move-page-top {
    display: none;
  }

  /* ********** header ********** */
  /* ********** KEYV ********** */
  section#keyv {
    width: 100%;
    position: relative;
  }
  section#keyv #keyv_main_img img {
    width: 100%;
  }

  /* ********** Maincontent ********** */
  .first_txt {
    margin-bottom: 20px;
  }
  .first_txt h2 {
    text-align: center;
    width: 100%;
    margin: 10px auto;
    background: #ff6c00;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    text-shadow: 0.02em 0.02em 0.02em black;
  }
  .first_txt p {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
  }
  .first_txt span.badtxt {
    color: blueviolet;
    font-weight: bold;
    font-size: 20px;
  }
  .first_txt span.goodtxt {
    color: crimson;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
  }
  .first_txt span.txtbox_a {
    display: inline-block;
    /* ブロック化              */
    color: #ffffff;
    /* 文字色                  */
    background: #ff0000;
    /* 背景色                  */
    padding: 5px 3px;
    /* 背景色内の余白          */
    margin: 3px auto;
    /* 背景色のの外左右余白    */
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
  }
  .first_txt span.dott {
    display: inline-block;
    /* ブロック化              */
    padding-top: 5px;
    /* 上余白                  */
    /*border-bottom    : 4px dotted red;      /* 上線                    */
    font-size: 18px;
    font-weight: bold;
  }

  ul.trouble_list {
    width: calc(100% - 10px);
    border: #ff6c00 solid 5px;
    padding: 5px;
    margin: 20px auto;
    border-radius: 10px;
    line-height: 1.3;
  }
  ul.trouble_list li {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  ul.trouble_list li:before {
    content: "";
    font-family: FontAwesome;
    color: #ff6c00;
  }

  section#maincontent_a {
    width: 100%;
    background: #ffffff;
    margin: 0px auto;
    padding: 0 0 40px 0;
    overflow: hidden;
  }
  section#maincontent_a #leadblk {
    padding: 0 10px;
    background-image: url(../images/img_trouble.png);
    background-repeat: no-repeat;
    background-position: right 30px;
    background-size: 30%;
  }
  section#maincontent_a #leadblk h2 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    color: #ff6c00;
  }
  section#maincontent_a #leadblk h2 img {
    width: 90%;
  }
  section#maincontent_a #leadblk .txt_lead {
    font-size: 16px;
    line-height: 2;
  }
  section#maincontent_a #leadblk .txt_lead_2 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  section#maincontent_a .maincontent-box {
    width: 100%;
    margin: 0px auto;
    background: #ffffff;
    overflow: hidden;
  }
  section#maincontent_a .maincontent-box h3.ttl_maincnt {
    text-align: center;
  }
  section#maincontent_a .maincontent-box #about_leadtxt_pc {
    text-align: center;
  }
  section#maincontent_a .list_img {
    margin: 40px auto;
  }
  section#maincontent_a .list_img img {
    width: 100%;
  }

  section#maincontent_b {
    width: 100%;
    background-color: #ffeddf;
    padding: 20px 0;
  }
  section#maincontent_b .maincontent_innerbox {
    margin: 0px auto;
    padding: 40px 10px;
  }
  section#maincontent_b .maincontent_innerbox h3 {
    font-size: 24px;
    text-align: center;
    color: #ff6c00;
    text-decoration: underline;
    margin: 0 auto 40px auto;
  }
  section#maincontent_b .maincontent_innerbox h4 {
    font-size: 32px;
    text-align: center;
    color: #ff0000;
    text-decoration: underline;
    margin: 40px auto 40px auto;
  }
  section#maincontent_b .maincontent_innerbox p {
    text-align: center;
    font-size: 16px;
  }

  .btn_box {
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
  }

  section#maincontent_c {
    padding: 20px 0;
    background-color: #f5f5f5;
  }
  section#maincontent_c div.voiceBox {
    width: calc(100% - 20px);
    text-align: center;
    margin: 0 10px 20px;
    padding: 10px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
    background: url(../images/b066.gif);
  }
  section#maincontent_c div.voiceBox .voiceBox_ttl {
    font-size: 16px;
    color: #ff6c00;
  }
  section#maincontent_c div.voiceBox .voiceBox_txt {
    text-align: left;
    font-size: 12px;
  }
  section#maincontent_c div.voiceBox .voiceBox_name {
    text-align: right;
  }
  section#maincontent_c p {
    text-align: center;
    font-size: 16px;
    margin: 20px auto;
  }
  section#maincontent_c p.osusumeImg img {
    width: 100%;
  }

  .movieBox {
    text-align: center;
    margin: 0px auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .movieBox iframe {
    width: 100%;
    height: 100%;
  }

  .point_of img {
    width: 100%;
  }

  .movieBox_list {
    margin: 0px auto 50px auto;
    aspect-ratio: 16/9;
    width: 100%;
  }
  .movieBox_list p.movieBox_title {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
  .movieBox_list p.movieBox_title img {
    width: 100%;
  }
  .movieBox_list iframe {
    width: 100%;
    height: 100%;
  }

  .img_dialog img {
    width: 100%;
  }

  .btn_appli img {
    width: 80%;
  }

  section#maincontent_d {
    padding: 50px 0;
    background-color: #f5f5f5;
  }

  .schedulebox_title {
    text-align: center;
    margin: 0 auto 20px auto;
  }
  .schedulebox_title img {
    width: 70%;
  }

  .sheduleList {
    width: 100%;
    margin: 0px auto 40px auto;
  }
  .sheduleList li {
    width: 90%;
    margin: 0px auto 20px auto;
    border: solid 1px #000;
    background-color: #fff;
    text-align: center;
  }
  .sheduleList li p.shedule_icon {
    line-height: 30px;
    margin: 15px 0 30px 0;
  }
  .sheduleList li p.shedule_date {
    margin: 0 0 0px 0;
    font-size: 30px;
    line-height: 36px;
  }
  .sheduleList li p.shedule_time {
    font-size: 18px;
    text-decoration: underline;
    margin: 0 0 30px 0;
  }
  .sheduleList li p.shedule_btn {
    margin: 0 0 5px 0;
  }
  .sheduleList li p.shedule_caution {
    font-size: 14px;
    margin: 0 0 15px 0;
    letter-spacing: 0;
  }

  .schedule_detail {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto 40px auto;
  }
  .schedule_detail .schedule_detail_ttl {
    font-size: 20px;
    text-align: left;
    margin: 0 0 15px 0;
  }
  .schedule_detail .schedule_detail_txt {
    text-align: left;
    padding-left: 20px;
    margin: 0 0 15px 0;
  }

  .schedule_detail_caution {
    width: calc(100% - 20px);
    margin: 0px auto 40px;
    padding: 20px;
    border: solid 1px #ff6c00;
    background-color: #fff;
  }
  .schedule_detail_caution span.price_ttl {
    font-size: 20px;
    margin: 0 14px 0 0;
  }

  section#maincontent_e {
    padding-top: 100px;
    background-color: #fff;
  }
  section#maincontent_e .ttl_voiceSection {
    text-align: center;
    margin: 0 0 50px 0;
  }
  section#maincontent_e .ttl_voiceSection img {
    width: 95vw;
  }
  section#maincontent_e .voicebox {
    width: 100%;
    margin: 0px auto 80px auto;
  }
  section#maincontent_e .voicebox p.voiceIco {
    text-align: center;
    margin: 0;
    font-size: 18px;
  }
  section#maincontent_e .voicebox p.voiceIco .smalltxt {
    font-size: 12px;
  }
  section#maincontent_e .voicebox p.voiceTxt {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }

  section#maincontent_f .ttl_cancel {
    text-align: center;
    margin: 0 0 50px 0;
  }
  section#maincontent_f .ttl_cancel img {
    width: 71vw;
  }
  section#maincontent_f dl {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto;
  }
  section#maincontent_f dl dt {
    background-image: url(../images/ico_q.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 32px;
    line-height: 32px;
    padding: 0 0 0 35px;
    font-size: 14px;
  }
  section#maincontent_f dl dd {
    background-image: url(../images/ico_a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 32px;
    padding: 0 0 0 35px;
    font-size: 14px;
    margin: 20px 0 50px 0;
  }

  /*----------------------------------------------------
  	FOOTER
  ----------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #f1f1f1;
    text-align: center;
    font-size: 12px;
  }
  footer small {
    font-size: 10px;
  }
  footer ul {
    display: inline;
  }
  footer ul li {
    display: inline;
    margin: 20px 10px;
  }

  /*----------------------------------------------------
  	CLEAR
  ----------------------------------------------------*/
  .clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }

  .clearfix {
    min-height: 1px;
    /*IE6、7対策*/
  }

  * html .clearfix {
    height: 1px;
    /*¥*/
    /*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
  }

  /*----------------------------------------------------
  	END
  ----------------------------------------------------*/
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  /*----------------------------------------------------
  	iphone5/5S END
  ----------------------------------------------------*/
}