@charset "UTF-8";
/*
Theme Name: サワムラガク東京 料金・コース内容
Author: あそびラボ
*/

/*=======================================================
h1
=======================================================*/
.h1_wrapper {
  background-color: #f4f1df;
}
.h1_wrapper h1::before {
  position: absolute;
  top: -20px;
  left: 302px;
  display: block;
  width: 68px;
  height: 107px;
  content: "";
  background: url(../images/top/peterpan.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .h1_wrapper h1::before {
    top: -13px;
    left: 146px;
  }
}
/*=======================================================
はじまり
=======================================================*/
#intro {
  margin-bottom: 45px;
}
#intro .inner {
  padding: 33px 38px 25px;
  background: #fff;
  border: 2px solid #3c2a10;
  border-radius: 10px;
}
#intro ul li {
  margin: 0 0 10px;
  font-size: 17px;
}
#intro ul li em {
  font-weight: bold;
  color: #c04e11;
}
#intro ol li {
  margin: 0 0 10px;
  font-size: 15px;
}
#intro .inner div {
  position: absolute;
  right: 37px;
  bottom: 25px;
  width: 425px;
  height: 119px;
  padding: 2px;
  border: 3px solid #33b666;
  border-radius: 14px;
}
#intro .inner div a {
  display: block;
  width: 415px;
  height: 109px;
  padding: 12px 38px 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  text-align: right;
  background: #33b666;
  border-radius: 10px;
}
#intro .inner div a span {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: normal;
}
#intro .inner div a::before {
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  width: 114px;
  height: 93px;
  content: "";
  background: url(../images/common/driver_hagumi.svg) no-repeat;
  background-size: contain;
}
#intro .inner div a::after {
  position: absolute;
  top: 49px;
  right: 13px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 11px;
}
@media screen and (max-width: 750px) {
  #intro {
    margin-bottom: 60px;
  }
  #intro .inner {
    padding: 65px 0 50px 40px;
    margin: 0 60px;
  }
  #intro .inner ul {
    margin: 0 0 40px;
  }
  #intro ul li {
    padding-left: 1.4em;
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.4;
    text-indent: -1.4em;
  }
  #intro ol {
    margin: 0 0 50px;
  }
  #intro ol li {
    padding-left: 3em;
    font-size: 24px;
    line-height: 1.4;
    text-indent: -3em;
  }
  #intro .inner div {
    position: relative;
    right: 0;
    bottom: 0;
    width: 556px;
    height: 165px;
  }
  #intro .inner div a {
    width: 546px;
    height: 155px;
    padding: 18px 50px 0 0;
    font-size: 30px;
  }
  #intro .inner div a span {
    font-size: 22px;
  }
  #intro .inner div a::before {
    top: 15px;
    left: 25px;
    width: 153px;
    height: 125px;
  }
  #intro .inner div a::after {
    position: absolute;
    top: 70px;
    right: 15px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 12px 0 12px 14px;
  }
}
/*=======================================================
コース
=======================================================*/
#course {
  padding: 0 0 9px;
  background: url(../images/top/line.png) bottom center / 2000px no-repeat;
}
#course h2 {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 4px 0 0 57px;
  margin: 0 0 25px 40px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #3c2a10;
  border-radius: 10px;
}
#course h2.trial {
  padding: 0 0 0 46px;
  margin-bottom: 32px;
}
#course h2.basic {
  padding-left: 67px;
}
#course h2 em {
  width: 115px;
  height: 30px;
  padding: 8px 0 0;
  margin: -4px 31px 0 0;
  font-size: 18px;
  text-align: center;
  background: #dc503c;
  border-radius: 10px;
}
#course h2.hard em {
  color: #3c2a10;
  background: #ffd40e;
}
#course h2.normal em {
  color: #fff;
  background: #dd8925;
}
#course h2.pack em {
  color: #fff;
  background: #b29652;
}
#course h2 span {
  font-size: 22px;
}
#course h2::before {
  position: absolute;
  top: -22px;
  left: -40px;
  display: block;
  width: 85px;
  height: 106px;
  content: "";
  background: url(../images/price-course/wakaba_hagumi.svg) no-repeat;
}
#course h2.hard::before {
  content: "";
  background: url(../images/price-course/hard_hagumi.svg) no-repeat;
}
#course h2.normal::before {
  top: -14px;
  content: "";
  background: url(../images/price-course/normal_hagumi.svg) no-repeat;
}
#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 {
  margin: 0 0 35px;
  line-height: 1.67;
}
#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 {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 15px;
  margin: 0 0 20px;
  font-size: 17px;
  background: #fff;
  border: 1px solid #3c2a10;
  border-radius: 10px;
}
#course ol li h3 em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 199px;
  height: 35px;
  padding: 2px 0 0;
  margin: 0 21px 0 0;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #dd8925;
  border-radius: 10px;
}
#course ol li h3.holiday em {
  background: #5bb6c1;
}
#course ol li h3.pack1 em {
  width: 255px;
  background: #a5a29e;
}
#course ol li h3.pack2 em {
  width: 255px;
  background: #b29652;
}
#course table {
  width: 100%;
  border: 1px solid #3c2a10;
}
#course table th {
  padding: 12px 0 9px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #33b666;
  border: 1px solid #3c2a10;
}
#course table th:first-of-type {
  width: 180px;
  background: #767676;
}
#course table th span {
  font-size: 17px;
}
#course table td {
  padding: 18px 0 10px 107px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #3c2a10;
}
#course table td:first-of-type {
  padding-left: 0;
  text-align: center;
}
#course table td span {
  font-size: 12px; /*PC向け￥マークサイズ調整*/
}
@media screen and (max-width: 750px) {
  #course {
    padding: 0 0 60px;
    background: url(../images/sp/top/line.png) bottom center / 750px no-repeat;
  }
  #course h2 {
    height: 80px;
    padding: 5px 0 0 57px;
    margin: 0 0 43px 40px;
    font-size: 34px;
  }
  #course h2.trial {
    margin-bottom: 50px;
  }
  #course h2.hard,
  #course h2.pack {
    height: 103px;
  }
  #course h2::before {
    top: -26px;
    left: -80px;
    width: 103px;
    height: 147px;
  }
  #course h2.hard::before {
    top: -4px;
    left: -69px;
    width: 111px;
  }
  #course h2.normal::before {
    top: -14px;
    left: -85px;
    width: 129px;
  }
  #course h2.pack::before {
    top: -9px;
    width: 118px;
  }
  #course h2.basic::before {
    top: -21px;
    width: 111px;
  }
  #course h2 em {
    width: 140px;
    height: 44px;
    padding: 10px 0 0;
    margin: 0px 65px 0 0;
    font-size: 26px;
  }
  #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;
    margin: 5px 0 0;
    font-size: 24px;
  }
  #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 {
    width: 256px;
    height: 45px;
    padding: 2px 0 0;
    margin: 0 27px 0 0;
    font-size: 27px;
  }
  #course ol li h3.pack1 em,
  #course ol li h3.pack2 em {
    width: 301px;
  }
  #course table {
    margin: 0 0 45px;
  }
  #course table td span {
    font-size: 18px; /*SP向け￥マークサイズ調整*/
  }
  #course table th {
    padding: 15px 0 11px;
    font-size: 28px;
  }
  #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: 79px 0 155px;
}
#area h2 {
  position: relative;
  margin: 0 0 35px;
  font-size: 32px;
  font-weight: bold;
  color: #422a0a;
  text-align: center;
}
/*#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: -2px;
	left: 181px;
}*/
/*#area h2::after {
	content: "";
	display: block;
	background: url(../images/price-course/map.svg) no-repeat;
	background-size: contain;
	width: 210px;
	height: 186px;
	position: absolute;
	top: -56px;
	right: 98px;
}*/
#area p {
  margin: 0 0 40px;
}
#area ul li {
  margin: 15px 0 30px;
}
#area h3 {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 2px 0 0 30px;
  margin: 0 0 29px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #3c2a10;
  border-radius: 10px;
}
#area table {
  margin: 0 0 38px;
  border: 1px solid #3c2a10;
}
#area table th {
  width: 280px;
  padding: 6px 0 0 30px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  background: #eee4be;
  border: 1px solid #3c2a10;
}
#area table th span {
  font-size: 12px; /*PC向け￥マークサイズ調整*/
}
#area table td {
  padding: 25px 12px 23px 23px;
  font-size: 16px;
  line-height: 1.625;
  background: #fff;
  border: 1px solid #3c2a10;
}
@media screen and (max-width: 750px) {
  #area {
    padding: 0 0 155px;
  }
  #area h2 {
    /*padding: 0 10px 0 0;*/
    margin: 80px 0 55px;
    font-size: 38px;
  }
  #area h2::before {
    top: -32px;
    left: -24px;
  }
  #area h2::after {
    top: -66px;
    right: -50px;
    width: 176px;
  }
  /*#area h2 + p {
    	margin: 0 0 50px;
	}*/
  #area p {
    margin: 30px 0 50px;
  }
  #area ul li {
    margin: 30px 0 50px;
  }
  #area h3 {
    height: 68px;
    padding: 2px 0 0 39px;
    margin: 0 0 19px;
    font-size: 34px;
  }
  #area table tr {
    display: block;
    width: 100%;
  }
  #area table th {
    display: block;
    width: 100%;
    padding: 26px 0 20px 30px;
  }
  #area table th span {
    font-size: 18px; /*SP向け￥マークサイズ調整*/
  }
  #area table td {
    display: block;
    width: 100%;
    padding: 30px 20px 30px 30px;
    font-size: 26px;
  }
}
