@charset "UTF-8";
/*
Theme Name: サワムラガク足立 料金・コース内容
Author: あそびラボ
*/
/*=======================================================
h1
=======================================================*/
.h1_wrapper {
  background-color: #f4f1df;
}
.h1_wrapper h1::before {
  content: "";
  background: url(../images/top/peterpan.svg) no-repeat;
  background-size: contain;
  width: 68px;
  height: 107px;
  display: block;
  position: absolute;
  left: 302px;
  top: -20px;
}
@media screen and (max-width: 750px) {
  .h1_wrapper h1::before {
    left: 146px;
    top: -13px;
  }
}
/*=======================================================
はじまり
=======================================================*/
#intro {
  margin-bottom: 45px;
}
#intro .inner {
  border: 2px solid #3c2a10;
  border-radius: 10px;
  padding: 33px 38px 25px;
  background: #fff;
}
#intro ul li {
  font-size: 17px;
  margin: 0 0 10px;
}
#intro ul li em {
  font-weight: bold;
  color: #c04e11;
}
#intro ol li {
  font-size: 15px;
  margin: 0 0 10px;
}
#intro .inner div {
  width: 425px;
  height: 119px;
  position: absolute;
  right: 37px;
  bottom: 25px;
  border: 3px solid #33b666;
  border-radius: 14px;
  padding: 2px;
}
#intro .inner div a {
  width: 415px;
  height: 109px;
  background: #33b666;
  border-radius: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 22px;
  line-height: 1.45;
  padding: 12px 38px 0 0;
}
#intro .inner div a span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin: 5px 0 0;
}
#intro .inner div a::before {
  content: "";
  display: block;
  background: url(../images/common/driver_hagumi.svg) no-repeat;
  background-size: contain;
  width: 114px;
  height: 93px;
  position: absolute;
  left: 20px;
  top: 10px;
}
#intro .inner div a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  right: 13px;
  top: 49px;
}
@media screen and (max-width: 750px) {
  #intro {
    margin-bottom: 60px;
  }
  #intro .inner {
    margin: 0 60px;
    padding: 65px 0 50px 40px;
  }
  #intro .inner ul {
    margin: 0 0 40px;
  }
  #intro ul li {
    font-size: 28px;
    margin: 0 0 15px;
    line-height: 1.4;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  #intro ol {
    margin: 0 0 50px;
  }
  #intro ol li {
    font-size: 24px;
    line-height: 1.4;
    text-indent: -3em;
    padding-left: 3em;
  }
  #intro .inner div {
    width: 556px;
    height: 165px;
    position: relative;
    right: 0;
    bottom: 0;
  }
  #intro .inner div a {
    width: 546px;
    height: 155px;
    font-size: 30px;
    padding: 18px 50px 0 0;
  }
  #intro .inner div a span {
    font-size: 22px;
  }
  #intro .inner div a::before {
    width: 153px;
    height: 125px;
    left: 25px;
    top: 15px;
  }
  #intro .inner div a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent transparent transparent #fff;
    display: block;
    position: absolute;
    right: 15px;
    top: 70px;
  }
}
/*=======================================================
コース
=======================================================*/
#course {
  background: url(../images/top/line.png) bottom center / 2000px no-repeat;
  padding: 0 0 9px;
}
#course h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  display: flex;
  align-items: center;
  background: #3c2a10;
  border-radius: 10px;
  padding: 4px 0 0 57px;
  margin: 0 0 25px 40px;
  position: relative;
}
#course h2.trial {
  padding: 0 0 0 46px;
  margin-bottom: 32px;
}
#course h2.basic {
  padding-left: 67px;
}
#course h2 em {
  background: #dc503c;
  border-radius: 10px;
  width: 115px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  padding: 8px 0 0;
  margin: -4px 31px 0 0;
}
#course h2.hard em {
  background: #ffd40e;
  color: #3c2a10;
}
#course h2.normal em {
  background: #dd8925;
  color: #fff;
}
#course h2.pack em {
  background: #b29652;
  color: #fff;
}
#course h2 span {
  font-size: 22px;
}
#course h2::before {
  content: "";
  background: url(../images/price-course/wakaba_hagumi.svg) no-repeat;
  display: block;
  width: 85px;
  height: 106px;
  top: -22px;
  left: -40px;
  position: absolute;
}
#course h2.hard::before {
  content: "";
  background: url(../images/price-course/hard_hagumi.svg) no-repeat;
}
#course h2.normal::before {
  content: "";
  background: url(../images/price-course/normal_hagumi.svg) no-repeat;
  top: -14px;
}
#course h2.pack::before {
  content: "";
  background: url(../images/price-course/pack_hagumi.svg) no-repeat;
}
#course h2.basic::before {
  content: "";
  background: url(../images/price-course/basic_hagumi.svg) no-repeat;
}
#course h2 + p {
  line-height: 1.67;
  margin: 0 0 35px;
}
#course h2 + p em {
  font-weight: bold;
  color: #c04e11;
}
#course h2 + p span {
  font-size: 15px;
}
#course ol {
  display: flex;
  justify-content: space-between;
  margin: 0 0 76px;
}
#course ol li {
  width: 490px;
}
#course ol li h3 {
  border: 1px solid #3c2a10;
  height: 54px;
  background: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 0 0 20px;
  font-size: 17px;
}
#course ol li h3 em {
  background: #dd8925;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  border-radius: 10px;
  width: 199px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
  margin: 0 21px 0 0;
}
#course ol li h3.holiday em {
  background: #5bb6c1;
}
#course ol li h3.pack1 em {
  background: #a5a29e;
  width: 255px;
}
#course ol li h3.pack2 em {
  background: #b29652;
  width: 255px;
}
#course table {
  border: 1px solid #3c2a10;
  width: 100%;
}
#course table th {
  border: 1px solid #3c2a10;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background: #33b666;
  text-align: center;
  padding: 12px 0 9px;
}
#course table th:first-of-type {
  width: 180px;
  background: #767676;
}
#course table th span {
  font-size: 17px;
}
#course table td {
  border: 1px solid #3c2a10;
  font-weight: bold;
  padding: 18px 0 10px 107px;
  background: #fff;
}
#course table td:first-of-type {
  text-align: center;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  #course {
    background: url(../images/sp/top/line.png) bottom center / 750px no-repeat;
    padding: 0 0 60px;
  }
  #course h2 {
    font-size: 34px;
    height: 80px;
    padding: 5px 0 0 57px;
    margin: 0 0 43px 40px;
  }
  #course h2.trial {
    margin-bottom: 50px;
  }
  #course h2.hard,
  #course h2.pack {
    height: 103px;
  }
  #course h2::before {
    width: 103px;
    height: 147px;
    top: -26px;
    left: -80px;
  }
  #course h2.hard::before {
    width: 111px;
    top: -4px;
    left: -69px;
  }
  #course h2.normal::before {
    top: -14px;
    width: 129px;
    left: -85px;
  }
  #course h2.pack::before {
    width: 118px;
    top: -9px;
  }
  #course h2.basic::before {
    width: 111px;
    top: -21px;
  }
  #course h2 em {
    width: 140px;
    height: 44px;
    font-size: 26px;
    padding: 10px 0 0;
    margin: 0px 65px 0 0;
  }
  #course h2.pack em {
    width: 168px;
    margin: 0 30px 0 0;
  }
  #course h2 > span:first-of-type {
    font-size: 34px;
  }
  #course h2 > span:first-of-type span {
    display: block;
    font-size: 24px;
    margin: 5px 0 0;
  }
  #course h2 + p span {
    display: block;
    font-size: 24px;
  }
  #course ol {
    display: block;
  }
  #course ol li {
    width: initial;
  }
  #course ol li h3 {
    height: 69px;
    padding: 0 20px;
    margin: 0 0 25px;
    font-size: 24px;
  }
  #course ol li h3 em {
    font-size: 27px;
    width: 256px;
    height: 45px;
    padding: 2px 0 0;
    margin: 0 27px 0 0;
  }
  #course ol li h3.pack1 em,
  #course ol li h3.pack2 em {
    width: 301px;
  }
  #course table {
    margin: 0 0 45px;
  }
  #course table th {
    font-size: 28px;
    padding: 15px 0 11px;
  }
  #course table th span {
    font-size: 28px;
  }
  #course table th:first-of-type {
    width: 233px;
  }
  #course table td {
    padding: 20px 0 14px 127px;
  }
}
/*=======================================================
出張エリア
=======================================================*/
#area {
  background: #c9e7d5;
  padding: 90px 0 155px;
}
#area h2 {
  color: #422a0a;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 80px;
  position: relative;
}
#area h2::before {
  content: "";
  display: block;
  background: url(../images/common/driver_hagumi.svg) no-repeat;
  background-size: contain;
  width: 107px;
  height: 88px;
  position: absolute;
  top: -22px;
  left: 181px;
}
#area h2::after {
  content: "";
  display: block;
  background: url(../images/price-course/map.svg) no-repeat;
  background-size: contain;
  width: 200px;
  height: 186px;
  position: absolute;
  top: 50%;
  right: 98px;
  transform: translateY(-50%);
}
#area h2 + p {
  text-align: center;
  margin: 0 0 56px;
}
#area h3 {
  background: #3c2a10;
  height: 55px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  padding: 2px 0 0 30px;
  margin: 0 0 29px;
  border-radius: 10px;
}
#area table {
  border: 1px solid #3c2a10;
  margin: 0 0 38px;
  width: 100%;
}
#area table th {
  background: #eee4be;
  border: 1px solid #3c2a10;
  padding: 6px 0 0 30px;
  width: 280px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
#area table td {
  background: #fff;
  padding: 25px 20px 23px 23px;
  border: 1px solid #3c2a10;
  font-size: 16px;
  line-height: 1.625;
}
#area table td a {
  text-decoration: underline;
}
#area .att {
  line-height: 1.4;
}
#area .att a {
  text-decoration: underline;
}
#area .bl_areaList {
  display: flex;
  flex-wrap: wrap;
}
#area .bl_areaList li {
  margin-bottom: 5px;
}
#area .bl_areaList li:not(:last-of-type)::after {
  content: "、";
}
@media screen and (max-width: 750px) {
  #area {
    padding: 94px 0 155px;
  }
  #area h2 {
    font-size: 38px;
    padding: 0 10px 0 0;
    margin: 0 0 55px;
  }
  #area h2::before {
    top: -32px;
    left: -24px;
  }
  #area h2::after {
    width: 150px;
    height: 130px;
    right: -40px;
  }
  #area h2 + p {
    margin: 0 0 50px;
  }
  #area h3 {
    height: 68px;
    font-size: 34px;
    padding: 2px 0 0 39px;
    margin: 0 0 19px;
  }
  #area table tr {
    display: block;
    width: 100%;
  }
  #area table th {
    display: block;
    width: 100%;
    padding: 26px 0 20px 30px;
  }
  #area table td {
    display: block;
    width: 100%;
    font-size: 26px;
    padding: 30px 20px 30px 30px;
  }
}
