/*---------------------------------

★★★★★　　tsuugasshuku　　★★★★★

--------------------------------*/

/*---------------------------------
left-ttl-cont
--------------------------------*/

.left-ttl-cont {
  padding-bottom: 6em;
}

.left-ttl-cont .mv-cont {
  background: url(../img/tsuugasshuku/mv-bg.png) 0 0 no-repeat;
  width: 100%;
  height: 460px;
  position: relative;
}
.left-ttl-cont .mv-cont h1 {
  position: absolute;
  top: 50px;
  left: 64px;
}
.left-ttl-cont .mv-cont p {
  position: absolute;
  line-height: 1;
  bottom: 23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 3.6em;
}
.left-ttl-cont .mv-cont p .big {
  font-size: 1.6em;
}
.left-ttl-cont .mv-cont p .big .nm {
  font-size: 1.1em;
  color: #fcff05;
}
.left-ttl-cont .mv-cont p .big .nm {
  font-size: 1.1em;
  color: #fcff05;
}
.left-ttl-cont .txt-cont .notice {
  font-size: 1.2em;
  color: #666;
  padding-top: 1.2em;
}

@media screen and (max-width: 480px) {
  .left-ttl-cont {
    padding-bottom: 3em;
  }
  .left-ttl-cont .mv-cont {
    background-size: contain;
    width: 100%;
    height: 50vw;
    position: relative;
  }
  .left-ttl-cont .mv-cont h1 img {
    width: 46%;
  }
  .left-ttl-cont .mv-cont h1 {
    top: 10%;
    left: 6%;
  }
  .left-ttl-cont .mv-cont p {
    bottom: 4%;
    font-size: 1.5em;
  }
  .left-ttl-cont .txt-cont .notice {
    font-size: 1em;
  }
}

/*---------------------------------
.period-cont
--------------------------------*/
.period-cont {
  background: #efefef;
  padding: 0.3em 1em 0.4em;
  text-align: center;
  color: #f473ac;
  font-size: 3.6em;
  letter-spacing: 1px;
  position: relative;
}
.period-cont:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #efefef transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.period-cont span {
  font-size: 0.7em;
  display: inline-block;
  padding: 0 0.1em;
}


@media screen and (max-width: 480px) {
  .period-cont {
    font-size: 2.2em;
  }
  .period-cont:after{
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
}


/*---------------------------------
.sub-ttl-cont
--------------------------------*/

/*---  title  ---*/
.typeB.sub-ttl-cont {
  text-align: center;
  padding: 100px 0 60px;
}
.typeB.sub-ttl-cont h2 {
  color: #f473ac;
  display: inline-block;
  padding: 0 100px;
  margin: 0;
  border-bottom: none;
  position: relative;
}
.typeB.sub-ttl-cont h2:before, .typeB.sub-ttl-cont h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #efefef;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.typeB.sub-ttl-cont h2:before {
  left:0;
}
.typeB.sub-ttl-cont h2:after {
  right: 0;
}
.typeB.sub-ttl-cont h2 .big {
  font-size: 1.4em;
}

@media screen and (max-width: 480px) {
  .typeB.sub-ttl-cont {
    padding: 20vw 0 12vw;
  }
  .typeB.sub-ttl-cont h2 {
    padding: 0 80px;
  }
}


/*---------------------------------
.merit-cont
--------------------------------*/

.merit-cont {
}

.merit-cont dl {
  width: 31%;
  height: 280px;
  position: relative;
}
.merit-cont dl dt {
  position: absolute;
  font-size: 1.8em;
  top:-1.5em;
  left: 1.5em;
}
.merit-cont dl dt .nm {
  font-size: 1.6em;
}
.merit-cont dl dd {
  display: table;
  height: 280px;
  width: 100%;
}
.merit-cont dl dd p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 2.8em;
}
.merit-cont dl dd p .clr {
  font-size: 1.3em;
  line-height: 1.4;
}
.merit-cont dl dd p .clr .small {
  font-size: 0.8em;
}


.merit-cont dl.merit01 {
  background: #eaf3fa url(../img/tsuugasshuku/merit01-bg.png) 50px 100px no-repeat;
}
.merit-cont dl.merit02 {
  background: #fbf0e5 url(../img/tsuugasshuku/merit02-bg.png) 65px 80px no-repeat;
}
.merit-cont dl.merit03 {
  background: #ebfbe7 url(../img/tsuugasshuku/merit03-bg.png) 70px 80px no-repeat;
}

.merit-cont dl.merit01 dd p .clr,
.merit-cont dl.merit01 dt {
  color:#0096e1;
}
.merit-cont dl.merit02 dd p .clr,
.merit-cont dl.merit02 dt {
  color:#fa8923;
}
.merit-cont dl.merit03 dd p .clr,
.merit-cont dl.merit03 dt {
  color:#63ca4d;
}

@media screen and (max-width: 480px) {

  .merit-cont.fb {
    display: block;
  }
  .merit-cont dl {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
  }
  .merit-cont dl dt {
    font-size: 1.6em;
  }
  .merit-cont dl dd {
    height: 140px;
  }
  .merit-cont dl dd p {
    font-size: 2em;
  }
  .merit-cont dl.merit01 {
    background: #eaf3fa url(../img/tsuugasshuku/merit01-bg.png) 112% 40px no-repeat;
    background-size: 40%;
  }
  .merit-cont dl.merit02 {
    background: #fbf0e5 url(../img/tsuugasshuku/merit02-bg.png) 117% 26px no-repeat;
    background-size: 40%;
  }
  .merit-cont dl.merit03 {
    background: #ebfbe7 url(../img/tsuugasshuku/merit03-bg.png) 120% 32px no-repeat;
    background-size: 40%;
  }
}

/*---------------------------------
.more-cont
--------------------------------*/
.more-cont {
  padding-top: 40px;
  text-align: center;
}
.more-cont .dot-txt {
  padding-bottom: 60px;
  display: inline-block;
  font-size: 6em;
  letter-spacing: 10px;
  background-position: top left -6px;
  background-repeat: repeat-x;
  background-size: 1.2em .3em;
  background-image: radial-gradient(.12em .12em at center center,#f473ac,#f473ac 100%,transparent);
}
.more-cont dl {
  position: relative;
  height: 320px;
  width: 100%;
  background: #fff5f9 url(../img/tsuugasshuku/free-bg.png) -40px -40px no-repeat;
}
.more-cont dl dt .balloon {
  font-size: 3.8em;
  color: #fff;
  background: #f473ac;
  display: inline-block;
  width: 400px;
  padding: 0.2em 0;
  border-radius: 50px;
  position: absolute;
  top:-38px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.more-cont dl dt .balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f473ac transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.more-cont dl dt .big {
  display: block;
  font-size: 7.2em;
  color:#f473ac;
  padding: .8em 0 .18em;
}

.more-cont dl dd .fb {
  justify-content: center;
}
.more-cont dl dd ul li {
  font-size: 3.6em;
  color:#666666;
  padding: .2em .8em;
  margin: 0 .4em;
  background: #fff;
}
.more-cont dl dd .notice {
  font-size: 1.4em;
  color:#666666;
  padding: 0.8em 0 0 0;
}

@media screen and (max-width: 480px) {
  .more-cont {
    padding-top: 20px;
  }
  .more-cont .dot-txt {
    font-size: 4em;
    background-size: 1.25em .3em;
    padding-bottom: 45px;
  }
  .more-cont dl dt .balloon {
    font-size: 2.2em;
    width: 70%;
    top:-1em;
  }
  .more-cont dl dt .balloon:after {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
  }
  .more-cont dl dt .big {
    font-size: 3.5em;
    padding: 1em 0 .5em;
    line-height: 1.3;
  }
  .more-cont dl dd .fb {
    display: block;
  }
  .more-cont dl dd ul li {
    font-size: 2em;
    margin: 0 auto .5em auto;
    width: 80%;
  }
  .more-cont dl {
    height: 290px;
    background: #fff5f9 url(../img/tsuugasshuku/free-bg.png) -15px -15px no-repeat;
    background-size: 40%;
  }
  .more-cont dl dd .notice {
    font-size: 1.2em;
    padding: 0 0 0 0;
  }
}



/*---------------------------------
.tg-info-cont
--------------------------------*/
.tg-info-cont {
  text-align: center;
}
.tg-info-cont .catch {
  display: inline-block;
  font-size: 2.4em;
  margin-bottom: 1.6em;
}
.tg-info-cont .catch strong {
  background: linear-gradient(transparent 60%, #ffe0ee 60%);
}
.tg-info-cont .days {
  color:#f473ac;
  margin-bottom: 2.2em;
}
.tg-info-cont .days dt {
  font-size: 2em;

}
.tg-info-cont .days dd {
  font-size: 1.8em;
}
.tg-info-cont .days dd .nm {
  font-size: 1.4em;
}
.tg-info-cont .txt {
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {

  .tg-info-cont .catch {
    font-size: 2em;
  }
  .tg-info-cont .days dt {
    font-size: 1.8em;

  }
  .tg-info-cont .days dd {
    font-size: 1.6em;
  }
  .tg-info-cont .txt {
    font-size: 1.4em;
  }
}

.tb {
  width:100%;
  border:solid 1px #ddd;
  margin:20px 0;
  font-family:'M PLUS Rounded 1c', sans-serif;
  font-size:16px;
  line-height:1.6;
}

.tb th {
  border:solid 1px #ddd;
  background:#ddd;
  padding:10px;
  font-size:16px;
  line-height:1.6;
  font-weight:bold;
  text-align:center;
}

.tb th.bg_ble,
.tb td.bg_ble {
  background:#adebf3;
}

.tb th.bg_pnk,
.tb td.bg_pnk {
  background:#fdd7fb;
}

.tb tr:first-child td {
  background: #ffb354;
}

.tb td {
  border:solid 1px #ddd;
  padding:10px;
  font-size:16px;
  line-height:1.6;
  text-align:center;
}

.tb td.bigb {
  font-weight:bold;
  text-align:center;
}

.tb td.bg_yel {
  background:#ffeb3b;
}

.tb td.bg_gre {
  background:#e2f9c7;
}

.tb td.bg_red {
  background:#f7968f;
}

.tb b {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
  color: #00b0f0;
}

@media screen and (max-width: 480px) {
  .tb {
    font-size:1.4em;
    line-height:1.4;
  }
  
  .tb th,
  .tb td {
    padding:10px 2px;
    font-size:12px;
    line-height:1.4;
  }
  
  .tb b {
    display: inline-block;
    margin: 10px 0 0;
    font-weight: bold;
    color: #00b0f0;
  }
}

/*---------------------------------
price
--------------------------------*/
.price table {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2em;
  line-height: 1.4;
}
.price {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
}
.price table {
  width: 100%;
  border: solid 1px #ddd;
  text-align: center;
}
.price th {
  background: #ffb354;
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 1em;
  text-align: center;
}
.price th.bike {
  background: #00b0f0;
}
.price td {
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 1em;
}
.price td:first-child {
  color:#fff;
  vertical-align: middle;
}
.price .large {
  font-size: 1.2em;
  color: #ff920a;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
  background: #ffb354 !important;
}

@media screen and (max-width: 480px) {
  .price {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 6vw;
  }
  .price th {
    padding: 10px 5px;
    font-size: 11px;
  }
  .price td {
    padding: 5px;
    font-size: 11px;
  }
}

/*--- attention ---*/
.attention {
  border:3px solid #f0f8fb;
  border-radius: 10px;
  padding: 3.5em 4.5em;
  margin-top: 40px;
}
.attention .summary {
  padding-bottom: 0;
}
.attention dt {
  font-size: 2em;
  padding-bottom: 1em;
}
.attention dt .icn-exclamation {
  width:20px;
  height:20px;
  fill:#eb4f98;
  vertical-align: sub;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}

h3 {
  margin-bottom: 30px;
  font-size: 2.4em;
  text-align: center;
}

.notice {
  font-size: 1.2em;
  color: #666;
  padding: 0 0 4.8em;
}

.taxex{
  font-size: 70%;
}

@media screen and (max-width: 480px) {
  /*--- attention ---*/
  .attention {
    padding: 2em 2.5em;
    margin-top: 30px;
  }
  .attention dt {
    font-size: 1.6em;
  }
  .attention dt .icn-exclamation {
    width:18px;
    height:18px;
  }
  
  h3 {
    margin-bottom: 20px;
    font-size: 1.8em;
  }
  
  .notice {
    font-size: 1em;
  }
}


/*太字*/
.bold {
  font-weight: bold;
}

/*赤色*/
.red {
  color: #E50202;
}

/*太字で赤色*/
.bold-red {
  font-weight: bold;
  color: #E50202;
}

/*青色*/
.blue {
  color: blue;
}

/*太字で青色*/
.bold-blue {
  font-weight: bold;
  color: blue;
}

/*緑色*/
.green {
  color: green;
}

/*太字で緑色*/
.bold-green {
  font-weight: bold;
  color: green;
}

/*赤のアンダーライン*/
.red-under {
  border-bottom: 2px solid red;
}

/*マーカーの黄色のような色*/
.marker {
  background-color: #ff9;
}

.marker-red {
  background-color: #ffd0d1;
}

.marker-blue {
  background-color: #a5d7f9;
}

/*下半分のマーカー色（km）*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
}

.marker-under-blue {
  background: linear-gradient(transparent 60%, #a8dafb 60%);
}

/*打ち消し線*/
.strike {
  text-decoration: line-through;
}
