@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url(fontawesome-all.min.css);
/*----------------------------------------------------
  SCSS
----------------------------------------------------*/
/* カラー設定 */
@import url(fix.css);
* {
  font-family: sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

body {
  background-color: #fff;
  color: #2c2c2c;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

a, a:link {
  color: #f40;
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.bk {
  color: #000;
}

.red {
  color: #e60012;
}

p, p > span {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

section#container-fluid {
  position: relative;
}

.cnt {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

@media screen and (max-width: 320px) {
  p, p > span, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
/*-- header --*/
header {
  background: url("../images/bg_top_sp.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
}
header h1 {
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  color: #323298;
  line-height: 1.5;
  letter-spacing: 1px;
  z-index: 10;
}
header .hdTtl {
  width: 100%;
  display: block;
}
header .hdEventDet, header .hdTeamDet {
  padding: 0 2%;
  width: 100%;
  display: block;
}
header div.hdTeamDet {
  margin: 1em auto;
}
header div.hdTeamDet ul {
  border: 4px solid #ff6000;
  border-top: 0 none;
  background-color: #fff999;
  padding: 1em;
  width: 100%;
  display: block;
}
header div.hdTeamDet ul li {
  width: 100%;
  display: block;
  margin-top: 6px;
  font-size: 1.2em;
  font-weight: bold;
}
header div.hdTeamDet ul li::before {
  content: "●";
  color: #ff6000;
  font-size: 0.8em;
  margin-right: 0.5em;
  position: relative;
  bottom: 0.2em;
}
header div.hdTeamDet dt > ul {
  border: 4px solid #ff6000;
  border-top: 0 none;
  background-color: #fff999;
  padding: 1em;
}
header div.hdTeamDet dd > ul {
  border: 4px solid #fc5500;
  border-top: 0 none;
  background-color: #fff999;
  padding: 1em;
}
header .figInfo {
  background-color: rgba(50, 50, 152, 0.9);
  padding: 6px;
  margin: 0 2% 1em;
  /* h2:nth-of-type(2){
    margin-top:30px;
  } */
}
header .figInfo h2 {
  color: #323298;
  font-size: 4.3vw;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  padding: 0.5em 5px;
  line-height: 1.3;
  min-height: 3.6em;
}
header .figInfo h2:last-of-type {
  margin-top: 30px;
  min-height: 1.8em;
  line-height: 1;
}
header .figInfo table {
  width: 100%;
}
header .figInfo table th, header .figInfo table td {
  border-bottom: solid 1px #fff;
  padding: 1rem 0 1rem 2px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
}
header .figInfo table th {
  text-align: center;
  width: 24%;
}
header .figInfo table td {
  width: 76%;
  position: relative;
}
header .figInfo table td span.stay {
  background-color: #2c2c85;
  display: inline-block;
  line-height: 1.9em;
  height: 1.8em;
  padding: 0 0.5em;
  margin: 8px 0 6px;
  border-radius: 5px;
}
header .figInfo table td .nextPop {
  display: inline-block;
  padding: 1em 0;
}
header .figInfo table td img.pop {
  width: 48%;
  height: auto;
  display: inline-block;
  position: absolute;
  right: 1vw;
  top: 7em;
}
header .figInfo table td hr {
  border: 0 none;
  border-bottom: 1px dashed #fff;
  width: 100%;
  display: block;
  margin: 1.5em 0;
}
header .figInfo table td a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: inherit;
}
header .figInfo table td.hiyou {
  line-height: 2;
}
header .figInfo table td.hiyou .varTxt {
  line-height: 1.5em !important;
  display: inline-block;
}
header .figInfo table td.sponsorship span {
  display: block;
  margin: 0;
}
header .figInfo table tr:last-child th,
header .figInfo table tr:last-child td {
  border-bottom: 0 none;
}
header .figInfo table:last-child {
  border-top: solid 1px #fff;
}

@media (max-width: 374px) {
  header .hdTeamDet ul > li,
header .hdTeamDet ul > li {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  header .figInfo {
    padding: 6px 4px;
  }
  header .figInfo table th, header .figInfo table td {
    letter-spacing: 0;
    font-size: 1.08rem;
  }
  header .figInfo table th {
    width: 20%;
    padding-right: 4px;
  }
  header .figInfo table td span.lins {
    display: inline;
  }
  header .figInfo table td span.nextPop {
    display: inline-block;
    line-height: 3em;
  }
  header .figInfo table td img.pop {
    width: 85%;
    right: unset;
    top: unset;
    position: relative;
    margin-bottom: 1em;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  header .figInfo table td img.pop {
    width: 45%;
    top: 7em;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) {
  header .figInfo table td img.pop {
    width: 45%;
    top: 7.5em;
  }
}
@media screen and (min-width: 768px) {
  header div.hdTeamDet {
    margin: 2em auto;
  }
  header div.hdTeamDet ul {
    min-height: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header div.hdTeamDet ul li {
    font-size: 20px;
    margin-bottom: 4px;
    width: 49%;
  }
  header .figInfo table th {
    font-size: 1.4rem;
  }
  header .figInfo table td {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  header .figInfo table td span, header .figInfo table td a {
    font-size: inherit;
  }
  header .figInfo table td a + a {
    margin-left: 1em;
  }
  header .figInfo table td img.pop {
    width: 48%;
    max-width: 48%;
    right: 8vw;
    top: 4.5em;
  }
  header .figInfo table td span.stay {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1024px) {
  header {
    background: url("../images/bg_top_pc.jpg") center top no-repeat;
    background-size: auto cover;
    max-width: 100%;
    padding-top: 0;
  }
  header .container {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    max-width: 900px;
    margin: 0 auto;
  }
  header .container h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative !important;
    top: unset;
    left: unset;
    line-height: 1.4;
  }
  header .container p.cat1 {
    font-size: 50px;
  }
  header .container .hdTtl, header .container .hdEventDet, header .container .hdTeamDet {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  header .container dl.hdTeamDet {
    max-width: 900px;
  }
  header .container .figInfo {
    width: 870px;
    margin: 0 auto;
  }
  header .container .figInfo h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  header .container .figInfo table td img.pop {
    width: 100%;
    max-width: 280px;
    right: 120px;
    top: 95px;
  }
  header .container .figInfo table th,
header .container .figInfo table td {
    font-size: 18px;
    padding: 1em 10px;
  }
}
/* iPadpro ---------------------------------------------------------- */
@media screen and (min-width: 1024px) and (orientation: portrait) {
  header .container .hdTtl {
    max-width: 1024px;
    width: calc(100% + 94px);
    margin-right: -47px;
    margin-left: -47px;
  }

  header .container .figInfo table td img.pop {
    top: 95px;
  }
}
footer {
  background-color: #323298;
  padding: 0 0 2em;
}
footer p.copy {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #0064f5;
  color: #fff;
  font-size: 10px;
  font-family: "Open Sans";
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media screen and (min-width: 768px) {
  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 20px;
    right: 25px;
  }
  #pagetopBtn a {
    color: #fff;
    font-size: 13px;
    font-family: "Dosis";
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  #pagetopBtn:hover {
    text-decoration: none;
  }
  #pagetopBtn::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    top: -70px;
  }
}
@media screen and (min-width: 960px) {
  footer {
    padding: 0;
  }
  footer p.copy {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    margin: 0;
  }
}
section[id^=sec] .ttlBarO,
section[id^=sec] .ttlBarG {
  border: 0 none;
  border-top: solid 5px #0064f5;
  border-bottom: solid 5px #0064f5;
  border-radius: 3%;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  position: relative;
  display: block;
  padding: 8px 6px 6px;
  margin-bottom: 15px;
  line-height: 1.4;
}
section[id^=sec] .ttlBarG {
  border-top: solid 5px #323298;
  border-bottom: solid 5px #323298;
}

section[id^=sec] p.entryBtn {
  width: 92% !important;
  margin: -1rem auto 3px;
  position: relative;
  z-index: 9;
}
section[id^=sec] p.entryBtn a {
  background: url("../images/btn_base1.png") center top no-repeat;
  background-size: 100% auto;
  color: #fff;
  display: block;
  font-size: 4.7vw;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.33;
  height: 26vw;
  padding: 33px 10% 0 20px;
  text-align: center;
  text-shadow: 0px 0px 3px #111, 0px 0px 3px #111, 0px 0px 3px #111, 0px 0px 3px #111, 0px 0px 3px #111, 0px 0px 3px #111, 0px 0px 3px #111, 0px 0px 3px #111;
}
@media screen and (max-width: 320px) {
  section[id^=sec] p.entryBtn a {
    padding: 25px 10% 0 20px;
  }
}
section[id^=sec] p.telNav {
  background-color: #0064f5;
  border-radius: 7px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: sans-serif;
  width: 90vw;
  height: auto;
  margin: 0 auto;
  padding: 8px 8px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 1px #999;
          box-shadow: 1px 1px 1px #999;
}
section[id^=sec] p.telNav:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 5.3em;
  color: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0.1em;
  top: -0.1em;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
section[id^=sec] p.telNav span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}
section[id^=sec] p.telNav a {
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  line-height: 1.5;
  text-decoration: underline;
  color: #fff;
}

#sec1 {
  padding: 15px 0;
  margin-bottom: 30px;
}
#sec1 .chkList {
  overflow: hidden;
  margin-bottom: 2em;
  position: relative;
}
#sec1 .chkList ul {
  margin-left: 15px;
}
#sec1 .chkList ul li {
  background: url("../images/icn_chk01.png") left top no-repeat;
  background-size: 1.4em auto;
  padding-left: 2em;
  font-size: 1.6rem;
  line-height: 2;
  min-height: 2em;
  font-weight: bold;
  margin-bottom: 4px;
}
#sec1 .chkList img {
  width: 35%;
  position: absolute;
  bottom: 0em;
  right: 0;
}
#sec1 .corona {
  width: 100%;
  display: block;
  margin: 3em auto;
}
#sec1 .corona img {
  margin: 0 auto;
  width: 90%;
}
#sec1 h2 {
  margin: 0 0 40px;
}
#sec1 .scheCnt {
  border: solid 3px #323298;
  border-top: 0;
  width: 90%;
  margin: 0 auto 60px;
}
#sec1 .scheCnt h3 {
  color: #fff;
  background: #323298;
  line-height: 2;
  font-size: 7vw;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0;
}
#sec1 .scheCnt h3 + p {
  text-align: center;
}
#sec1 .scheCnt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#sec1 .scheCnt ul li:nth-child(odd) {
  background-color: #f0f0f0;
}
#sec1 .scheCnt ul li:first-child {
  background-color: #fff999;
  text-align: center;
}
#sec1 .scheCnt ul li:first-child p {
  padding: 0;
  margin: 0;
  line-height: 3em;
}
#sec1 .scheCnt ul li {
  width: 100%;
  line-height: 2;
  min-height: 3em;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec1 .scheCnt ul li p {
  padding-top: 0.5em;
  font-size: 4vw;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #000;
}
#sec1 .scheCnt ul li p .stay {
  background-color: #0064f5;
  color: #fff;
  display: inline-block;
  line-height: 2em;
  height: 1.8em;
  padding: 0 1em;
  margin: 8px 0 6px 10px;
  border-radius: 0.9em;
}
#sec1 .scheCnt ul li p.date {
  padding: 1em 15px 0;
  text-align: center;
}
#sec1 .scheCnt ul li p.date span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1em;
  line-height: 1.9em;
  height: 1.8em;
  border-radius: 0.9em;
  font-weight: bold;
  color: #fff;
  background-color: #0064f5;
  padding: 0 10px;
  margin: 1em auto 5px;
  position: relative;
  top: 0em;
}
#sec1 .scheCnt ul li p.date span.u-age12 {
  background-color: #ff6000;
}
#sec1 .scheCnt ul li p.date span.u-age10 {
  background-color: #f29600;
}
#sec1 .scheCnt ul + p {
  padding: 8px 15px;
}
#sec1 .skewCnt {
  background-color: #cce0fd;
  -webkit-transform: skew(0deg, -4deg);
          transform: skew(0deg, -4deg);
  margin: 40px 0 0;
  overflow: hidden;
}
#sec1 .skewCnt div {
  -webkit-transform: skew(0deg, 4deg);
          transform: skew(0deg, 4deg);
  background: url("../images/sec1_ph2_sp.jpg") -2% 5em no-repeat;
  background-size: 35vw auto;
  width: 100%;
  display: block;
  padding: 3em 5% 2em 36%;
}
#sec1 .skewCnt div h3 {
  font-size: 5vw;
}
#sec1 .skewCnt div p {
  text-align: justify;
  padding: 0 5px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 320px) {
  #sec1 .chkList li {
    background-size: 1.3em auto !important;
    padding-left: 1.5em !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    min-height: 1.6em;
  }
  #sec1 .chkList img {
    width: 100%;
    clear: both;
    position: relative;
    bottom: 0;
  }
  #sec1 .scheCnt ul li p {
    font-size: 1.2em;
    letter-spacing: -0.02em;
  }
  #sec1 .scheCnt ul li p.date {
    padding: 1em 10px 0;
  }
}

/* #sec2{
  background-color:#fff;
  // transform:skew(0deg, 4deg);
  padding:0 0 2em;
  .container{
    // transform:skew(0deg, -4deg);

    }
  }
}

// #sec3 -----------------------//
#sec3{
  position: relative;
  margin-bottom: 3em;

  }

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

}
 */
img.point {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 35%;
  height: auto;
}

#sec4 {
  background-color: #fff;
  padding: 0 0 2em;
  margin-bottom: 3em;
}
#sec4 .row {
  padding: 0 5%;
}
#sec4 .row .sec4Cnt {
  border: solid 4px #323298;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 38vw 2% 2em;
  position: relative;
}
#sec4 .row .sec4Cnt h2 {
  width: 100%;
  margin-bottom: 20px;
}
#sec4 .row .sec4Cnt h3 {
  font-size: 4.5vw;
  font-weight: bold;
  height: 4em;
  line-height: 3.7em;
  padding-left: 5em;
  margin-bottom: 10px;
}
#sec4 .row .sec4Cnt h3.pt1 {
  background: url("../images/sec4_pt01.png") left top no-repeat;
  background-size: 5em auto;
}
#sec4 .row .sec4Cnt h3.pt2 {
  background: url("../images/sec4_pt02.png") left top no-repeat;
  background-size: 5em auto;
}
#sec4 .row .sec4Cnt h3 + p {
  padding: 0 6px;
}
#sec4 .row .sec4Cnt p.comment {
  font-size: 1em;
  margin: 5px 0 1em;
}
#sec4 .row .sec4Cnt > img {
  margin-bottom: 4px;
}
#sec4 .row .sec4Cnt .sec4Image {
  display: block;
  position: relative;
}
#sec4 .row .sec4Cnt .sec4Image > img {
  margin-bottom: 4px;
}
#sec4 .row .sec4Cnt .sec4Image p:first-child {
  color: #ff6000;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 5vw;
  letter-spacing: 0;
  position: relative;
  z-index: 9;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
#sec4 .row .sec4Cnt .sec4Image p:last-child {
  margin-top: 3vh;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 320px) {
  #sec4 .sec4Image p:first-child {
    margin-bottom: -3em;
    font-size: 1.5em !important;
  }
  #sec4 .sec4Image p:last-child {
    padding-left: 0 !important;
    margin-top: 10px !important;
    font-size: 1.1rem !important;
  }
}

/* #sec5{
  margin-bottom: 5em;
  .container{
    background-color:#ffffc1;
    padding:0 0 4em;
    transform:skew(0deg, 4deg);
      .row{
        transform:skew(0deg, -4deg);
        // .rowにskewは隙間ができるので-margin→0
        margin-left:0 !important;
        margin-right:0 !important;


        }
      }
    }
  } */
#sec6 .row {
  padding: 0 5%;
}
#sec6 .row .sec6Cnt {
  border: solid 4px #323298;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 38vw 2% 1.5em;
  position: relative;
}
#sec6 .row .sec6Cnt h2 {
  width: 100%;
  margin-bottom: 20px;
}

#formCnt {
  margin: 10em 0 3em;
  position: relative;
}
#formCnt .container {
  background-color: #f6f6f6;
  padding: 1em 15px 4em;
  -webkit-transform: skew(0deg, -4deg);
          transform: skew(0deg, -4deg);
}
#formCnt .container .row {
  -webkit-transform: skew(0deg, 4deg);
          transform: skew(0deg, 4deg);
}
#formCnt .container .row h2 {
  position: relative;
  border: solid 3px #0064f5;
  background: #fff;
  line-height: 1.4;
  font-size: 3.6vw;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
  margin: 0em auto 1.5em;
  width: 100%;
}
#formCnt .container .row h2::after {
  /*タブ*/
  position: absolute;
  font-family: FontAwesome, sans-serif;
  content: " U-10・U-12ジュニアカップ！";
  background: #0064f5;
  color: #fff;
  left: -3px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 8px 10px 6px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#formCnt .container .row .form-group:nth-child(odd) {
  background-color: #ececec;
}
#formCnt .container .row .form-group {
  width: 100%;
  padding: 20px 15px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
#formCnt .container .row .form-group p {
  margin-bottom: 0;
}
#formCnt .container .row .form-group span.red {
  background: #e60012;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#formCnt .container .row .form-group .cupTtl {
  font-weight: bold;
  font-size: 1.1em;
  color: #323298;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  margin: 2em 0 0.6em;
}
#formCnt .container .row .form-group input, #formCnt .container .row .form-group select, #formCnt .container .row .form-group textarea, #formCnt .container .row .form-group p {
  font-family: sans-serif;
  font-size: 13px;
}
#formCnt .container .row .form-group select, #formCnt .container .row .form-group input {
  margin-top: 6px;
  display: inline-block;
}
#formCnt .container .row .form-group textarea {
  min-height: 12em;
}
#formCnt .container .row .form-group input.zip {
  width: 8em;
}
#formCnt .container .row .form-group select.pref {
  width: 50%;
}
#formCnt .container .row p.chktxt1 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em !important;
  display: block;
}
#formCnt .container .row .checkLabel label {
  line-height: 24px;
  height: 24px;
  margin-right: 1em;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-size: 3.6vw;
}
#formCnt .container .row .checkLabel .checkbox {
  display: none;
}
#formCnt .container .row .checkLabel .checkbox-icon {
  position: relative;
  top: 0.35em;
  left: 0;
  display: inline-block;
  margin-right: 5px;
  width: 1.5em;
  height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#formCnt .container .row .checkLabel .checkbox:checked + .checkbox-icon {
  background: #323298;
}
#formCnt .container .row .checkLabel .checkbox:checked + .checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 55%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #FFFFFF;
}
#formCnt .container .row .checkLabel .checkbox:checked + .checkbox-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 55%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #FFFFFF;
}
#formCnt .container .row .checkLabel .check p.schTxt {
  display: block;
}
#formCnt .container .row label.confirm::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#formCnt .container .row label.fix::after {
  position: absolute;
  top: 25%;
  left: 10px;
}
#formCnt .container .row label.submit::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#formCnt .container .row dl#submit {
  padding: 3em 5%;
  display: block;
  width: 100%;
  overflow: hidden;
}
#formCnt .container .row dt {
  float: left;
}
#formCnt .container .row dd {
  float: right;
}
#formCnt .container .row button[type=submit] {
  position: relative;
  padding: 0 2.5em 0 1.3em;
  height: 3.6em;
  min-height: 3.6em;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #555;
}
#formCnt .container .row button::after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 33%;
  right: 1em;
  width: 10px;
  height: 10px;
  margin: 0;
}
#formCnt .container .row .telInfo {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 1em;
}
#formCnt .container .row .telInfo span {
  background-color: #323298;
  border-radius: 10px;
  display: block;
  margin-top: 6px;
  padding: 12px 1em;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
}
#formCnt .container .row .telInfo span em, #formCnt .container .row .telInfo span a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
  letter-spacing: 2px;
}
#formCnt .container .row .formTxt {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 0 1em;
}
#formCnt .container .row .formTxt span {
  font-size: 1.4rem;
}
#formCnt .container .row .guidelines {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  margin-bottom: 3em;
}
#formCnt .container .row .guidelines h3 {
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
#formCnt .container .row .guidelines ul li {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1.2em;
}
#formCnt .container .row #sendMsg {
  text-align: left;
  padding: 6em 0;
}

.topBtn {
  text-align: center;
  margin: 0 auto 100px;
}
.topBtn a {
  border-radius: 1.5em;
  background-color: #fc5500;
  color: #fff;
  font-size: 16px;
  height: 3em;
  line-height: 3em;
  padding: 0 20px;
  min-width: 10em;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 374px) {
  #formCnt button[type=submit] {
    padding: 0 2.2em 0 0.8em !important;
    font-size: 14px !important;
  }

  #formCnt button::after {
    right: 10px !important;
  }

  #formCnt .container .row .checkLabel label {
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0;
  }

  #formCnt .container .row .checkLabel .cupTtl {
    margin: 2em 0 0.6em;
  }
}
@media screen and (min-width: 768px) {
  * {
    font-family: sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .container {
    width: 100%;
  }

  section[id^=sec] .ttlBarO,
section[id^=sec] .ttlBarG {
    border: 0 none;
    border-top: solid 8px #0064f5;
    border-bottom: solid 8px #0064f5;
    border-radius: 8px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: block;
    padding: 8px 6px 6px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  section[id^=sec] .ttlBarG {
    border-top: solid 8px #323298;
    border-bottom: solid 8px #323298;
  }

  section[id^=sec] p.entryBtn {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  section[id^=sec] p.entryBtn a {
    background: url("../images/btn_base1.png") center top no-repeat;
    background-size: contain;
    height: 180px;
    width: 644px;
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0 auto 15px;
    padding: 60px 0 0 10px;
    text-shadow: 1px 1px 1px #111, -1px 1px 1px #111, 1px -1px 1px #111, -1px -1px 1px #111, 2px 2px 2px #111, -2px 2px 2px #111, 2px -2px 2px #111, -2px -2px 2px #111;
  }

  section[id^=sec] p.telNav {
    font-size: 3rem;
    width: 82vw;
    margin-top: 0.5em;
    border-radius: 0.5em;
    z-index: 10;
    position: relative;
  }
  section[id^=sec] p.telNav:after {
    font-size: 15vw;
    left: 15%;
  }
  section[id^=sec] p.telNav span {
    font-size: 3rem;
  }

  #sec1 .chkList img {
    width: 50%;
    bottom: 0;
  }

  #sec1 .skewCnt div {
    -webkit-transform: skew(0deg, 4deg);
            transform: skew(0deg, 4deg);
    background: url(../images/sec1_ph2_pc.jpg) 0 6em no-repeat;
    background-size: 33% auto;
  }

  #sec1 .scheCnt {
    max-width: 900px;
  }
  #sec1 .scheCnt h3 {
    font-size: 36px;
  }
  #sec1 .scheCnt ul li {
    padding: 0;
  }
  #sec1 .scheCnt ul li p {
    font-size: 28px;
    margin: 0;
    display: block;
    width: 80%;
  }
  #sec1 .scheCnt ul li p .stay {
    line-height: 40px;
    height: 36px;
    font-size: 27px;
  }
  #sec1 .scheCnt ul li p.date {
    padding: 1em 0;
  }
  #sec1 .scheCnt ul li p.date span {
    font-size: 32px;
    line-height: 48px;
    height: 48px;
    padding: 0 1em;
    top: -0.2em;
  }
  #sec1 .scheCnt ul li p.date + p {
    padding-top: 0;
  }
  #sec1 .scheCnt ul li:nth-child(3) p {
    padding: 0.5em 0;
    text-align: center;
  }
  #sec1 .scheCnt ul + p {
    padding-top: 20px;
    text-align: center;
  }

  #sec4 .row .sec4Cnt {
    padding: 280px 2% 2em;
  }
  #sec4 .row .sec4Cnt h3 {
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    padding-left: 110px;
  }
  #sec4 .row .sec4Cnt h3.pt1, #sec4 .row .sec4Cnt h3.pt2 {
    background-size: 100px auto;
  }

  #sec6 .row .sec6Cnt {
    padding: 280px 2% 1.5em;
  }

  #formCnt .container .row .telInfo {
    text-align: center;
    font-size: 16px;
  }
  #formCnt .container .row .telInfo span {
    margin-top: 15px;
  }
  #formCnt .container .row p.chktxt1 {
    font-size: 16px !important;
  }
  #formCnt .container .row .checkLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #formCnt .container .row .checkLabel label {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
  }
  #formCnt .container .row .checkLabel label .checkbox-icon {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  * {
    font-size: 18px;
  }

  p, p > span {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
  }

  section[id^=sec] .ttlBarO,
section[id^=sec] .ttlBarG {
    border: 0 none;
    border-top: solid 8px #0064f5;
    border-bottom: solid 8px #0064f5;
    border-radius: 8px;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    position: relative;
    display: block;
    padding: 8px 6px 6px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  section[id^=sec] .ttlBarG {
    border-top: solid 8px #323298;
    border-bottom: solid 8px #323298;
  }
  section[id^=sec] p.entryBtn {
    width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  section[id^=sec] p.entryBtn a {
    width: 810px;
    height: 230px;
    font-size: 42px;
    padding: 70px 0 0;
  }
  section[id^=sec] p.entryBtn a:hover {
    opacity: 0.7;
  }
  section[id^=sec] p.telNav {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 1.3;
    font-size: 28px;
  }
  section[id^=sec] p.telNav:after {
    font-size: 160px;
    left: 15%;
    top: -40px;
  }
  section[id^=sec] p.telNav span {
    font-size: 44px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  section[id^=sec] p.telNav a {
    display: inline-block;
    text-decoration: none;
  }

  #sec1 {
    padding: 60px 0 40px;
  }
  #sec1 .chkList {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #sec1 .chkList ul {
    margin-left: 5%;
  }
  #sec1 .chkList ul li {
    background: url("../images/icn_chk01.png") left 0.4em no-repeat;
    background-size: 24px auto;
    padding-left: 36px;
    font-size: 27px !important;
    line-height: 2em;
    min-height: 2em;
    font-weight: bold;
  }
  #sec1 .chkList img {
    width: 37%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #sec1 h2 {
    width: 100%;
    display: block;
    margin: 0 0 40px;
  }
  #sec1 h2 img {
    width: 960px;
    margin: 0 auto;
  }
  #sec1 .corona {
    width: 100%;
    max-width: 900px;
  }
  #sec1 .corona img {
    width: 100%;
  }
  #sec1 .scheCnt ul li p {
    font-size: 36px;
  }
  #sec1 .scheCnt ul li p.date span {
    font-size: 36px;
    line-height: 69px;
    height: 64px;
  }
  #sec1 .skewCnt {
    margin: 0;
    overflow: hidden;
  }
  #sec1 .skewCnt div {
    background: url("../images/sec1_ph2_pc.jpg") 5% 280px no-repeat;
    background-size: auto 52%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
    padding: 100px 30px 100px;
  }
  #sec1 .skewCnt div h3 {
    font-size: 45px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  #sec1 .skewCnt div p {
    padding-left: 530px;
  }

  /*   // #sec2 -----------------------//
    #sec2{
       padding:40px 0;
       .container{

      }
    }

    // #sec3 -----------------------//
    #sec3{
      padding:40px 0;

      [class^="sec3Cnt"]>div{
        margin:0 auto;
        max-width:970px;
      }

      .cnt{
        margin:0 auto;
        max-width:970px;
      }
    } */
  img.point {
    top: 30px !important;
    width: 200px !important;
    height: auto !important;
  }

  #sec4 {
    padding: 40px 0;
  }
  #sec4 .row .sec4Cnt {
    margin: 0 auto;
    max-width: 900px;
    padding: 270px 30px 2em;
  }
  #sec4 .row .sec4Cnt h3 {
    font-size: 46px !important;
    padding-left: 130px !important;
  }
  #sec4 .row .sec4Cnt p.comment {
    font-size: 14px !important;
  }
  #sec4 .row .sec4Cnt .sec4Image {
    display: block;
    position: relative;
    padding-top: 95px;
  }
  #sec4 .row .sec4Cnt .sec4Image p:first-child {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    font-size: 40px !important;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2px;
    position: absolute;
    top: 10px;
    left: 100px;
  }
  #sec4 .row .sec4Cnt .sec4Image p:last-child {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 20px !important;
  }

  /* #sec5{
    padding:40px 0;
    .sec5Cnt{
      margin:0 auto;
      max-width:970px;
       h2 + p {
        font-size: 18px !important;
        font-weight: bold;
      }
    }
  } */
  #sec6 {
    padding: 40px 0;
  }
  #sec6 .row .sec6Cnt {
    margin: 0 auto;
    max-width: 900px;
    padding: 260px 30px 2em;
  }

  #formCnt {
    margin-top: 10em;
  }
  #formCnt .container {
    background-color: #f3f3f3;
    -webkit-transform: skew(0deg, -4deg);
            transform: skew(0deg, -4deg);
  }
  #formCnt .container .row {
    -webkit-transform: skew(0deg, 4deg);
            transform: skew(0deg, 4deg);
  }
  #formCnt .container .row .wid, #formCnt .container .row .cnt {
    margin: 0 auto;
    max-width: 970px;
  }
  #formCnt .container .row .guidelines {
    padding: 20px 30px;
  }
  #formCnt .container .row .guidelines ul li {
    line-height: 1.8;
    font-size: 14px;
  }
  #formCnt .container .row h2 {
    position: relative;
    border: solid 3px #0064f5;
    background: #fff;
    line-height: 1.7;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 0.4em 0.5em;
    margin: 0em 0 0.5em;
  }
  #formCnt .container .row h2::after {
    /*タブ*/
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 10px 12px 8px;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #formCnt .container .row .telInfo {
    font-size: 18px;
    text-align: center;
  }
  #formCnt .container .row .telInfo span {
    line-height: 120px;
    height: 120px;
    font-size: 60px;
  }
  #formCnt .container .row .telInfo span em {
    line-height: 0;
    font-size: inherit;
  }
  #formCnt .container .row .formTxt {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    max-width: 940px;
    padding: 0 15px;
    margin: 0 auto 10px !important;
  }
  #formCnt .container .row .zip, #formCnt .container .row .pref {
    width: 20%;
    display: inline-block;
  }
  #formCnt .container .row .sched {
    width: 40%;
    display: inline-block;
  }
  #formCnt .container .row input[type=text], #formCnt .container .row input[type=email] {
    max-width: 70%;
  }
  #formCnt .container .row button[type=submit] {
    text-indent: 1em;
  }
  #formCnt .container .row .confirm button[type=submit] {
    position: relative;
    padding: 15px 55px 15px 20px;
    font-size: 24px;
    height: 60px;
    line-height: 35px;
    width: 350px;
  }
  #formCnt .container .row .fix button[type=submit] {
    position: relative;
    padding: 15px 55px 15px 20px;
    font-size: 24px;
    height: 60px;
    line-height: 35px;
    width: 250px;
  }
  #formCnt .container .row .submit button[type=submit] {
    position: relative;
    padding: 10px 55px 15px 20px;
    font-size: 24px;
    height: 60px;
    line-height: 35px;
    width: 450px;
  }
  #formCnt .container .row button::after {
    text-indent: 0;
    top: 32%;
    right: 1.2em;
    width: 10px;
    height: 10px;
    margin: 0;
  }

  #formCnt.sendCnt {
    margin-top: 4em !important;
  }

  #formCnt .container .row #sendMsg {
    text-align: center;
    font-size: 16px;
  }
}
/* iPadpro ---------------------------------------------------------- */