/*notes*/
header {
  margin: auto;
  max-width: 750px;
}
.header__wrap {
  background: #fff;
  display: flex;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}

/*notes*/
.cvr {
  background: bottom / contain no-repeat url("../img/cbg.jpg");
  background-color: #f3f3f3;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  text-align: center;
  padding: 5% 0 13%;
}
.cvr .btn__wrap {
  margin: auto;
  max-width: 80%;
}

/*notes*/
.s01__wrap {
  background: top / contain no-repeat url("../img/01bg.jpg");
  padding: 45% 10% 50px;
  text-align: center;
}
.s01__wrap .i01,.s01__wrap .i02,.s01__wrap .i03 {
  position: relative;
}
.s01__wrap .i01 p {
  position: absolute;
  top: 72%;
  left: 10%;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  width: 80%;
}
.s01__wrap .i02 p {
  position: absolute;
  top: 71%;
  left: 10%;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  width: 80%;
}
.s01__wrap .i03 p {
  position: absolute;
  top: 69%;
  left: 10%;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  width: 80%;
}

/*notes*/
.s02 {
  background: top / cover no-repeat url("../img/02bg.jpg");
  font-size: 1.4rem;
  line-height: 2;
  padding: 5% 0 13%;
}
.s02__wrap {
  padding: 0 5% 0;
}
.s02 p {
  padding: 5% 8% 13%;
}

/*notes*/
.s06 {
  background: #f8f8f8;
}

/*notes*/
.s07 {
  background: top / cover repeat-y url("../img/07bg.png");
}

/*notes*/
.s13 {
  background: #e4f0f1;
  padding: 0 0 10%;
}
.s13 .b1 {
  margin: auto;
  text-align: left;
}
.s13 .b2 {
  margin: 50px 10%;
  max-width: 624px;
}
.s13 p {
  font-size: 1.2rem;
  margin: auto;
  max-width: 80%;
}
.s13 .b3 {
  margin: 40px 2% 20px;
  max-width: 706px;
  text-align: center;
}

/*notes*/
.s14 {
  background: top / cover no-repeat url("../img/14bg.png");
  border-bottom: 5px solid #cab06c;
  padding: 15% 0 5%;
}
.s14 .b1 {
  margin: 0 4%;
}
.s14 .f1 {
  margin: 5% 4%;
}
.s14 table {
  font-size: 1.4rem;
}
.s14 table td {
  padding: 10px;
}
.s14 .b2 {
  width: 16%;
}

/*notes*/
.s15 {
  background: #f6f1e2;
  padding: 50px 0 100px;
}
.s15 .b1 {
  margin: auto;
  max-width: 527px;
}
.s15 .b2 {
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  margin: 0 4%;
}
.s15 .f1 {
  align-items: flex-start;
  display: flex;
  padding: 30px 0;
}
.s15 .f1 img {
  margin-right: 10px;
}
.accordion-container {
  font-size: 1.2rem;
  max-width: 1000px;
  margin: auto;
}
.accordion-container .accordion-title {
  position: relative;
  padding: 12px 64px 12px 20px;
  background: #fff;
  border-top: 1px solid #e2e2e2;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  max-width: 960px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #fff;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 3px;
  transform: rotate(90deg);
  background: #ccc;
  transition: all .3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 3px;
  background: #ccc;
  transition: all .2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-content {
  background: #faf9f8;
  padding: 0 16px 0 16px;
}
.accordion-container .accordion-title .txt {
  padding-right: 32px;
}

/*notes*/
.s17 {
  position: relative;
  background: #b9e9ed;
  padding: 15% 0;
}
.s17 .cvr {
  margin: -150px auto 100px;
}
.s17 .b1 {
  position: relative;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  margin: 0 4%;
  padding: 60px 4%;
  text-align: center;
}
.i1701 {
  position: absolute;
  top: -30px;
  left: -30px;
}
form {
  margin-top: 50px;
}
form table {

}
form td, th {
  padding: 10px 0;
  vertical-align: middle;
}
form .t1 {
  font-size: 1.6rem;
  text-align: left;
  width: 13%;
}
form .t2 {
  color: #d00505;
  font-size: 1.2rem;
  text-align: left;
  width: 10%;
}
form .t3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 300;
}
form input,form textarea {
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 16px;
  width: 90%;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]+label {
  position: relative;
  margin: 0 40px 30px 0;
  padding-left: 50px;
}
input[type="checkbox"]+label::before {
  position: absolute;
  content: "";
  background: #f7f7f7;
  border-radius: 6px;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
input[type="checkbox"]:checked+label::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  box-sizing: border-box;
  border-bottom: 3px solid #555;
  border-left: 3px solid #555;
  position: absolute;
  top: 40%;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}
input[type="radio"] {
  display: none;
}
input[type="radio"]+label {
  position: relative;
  margin: 0 40px 20px 0;
  padding-left: 50px;
}
input[type="radio"]+label::before {
  position: absolute;
  content: "";
  background: #f7f7f7;
  border-radius: 6px;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
input[type="radio"]:checked+label::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  box-sizing: border-box;
  border-bottom: 3px solid #555;
  border-left: 3px solid #555;
  position: absolute;
  top: 40%;
  left: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}
/**　pulldown　**/
form select{
  padding: 12px;
}
.select{
  overflow: hidden;
}
.select select{
  background: transparent;
  -webkit-appearance: none;
  border: none;
  color: #555;
  font-size: 1.6rem;
  outline: none;
  width: 100%;
}
.select {
  background: #f7f7f7;
  border-radius: 6px;
  position: relative;
}
.select::before{
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #454e56;
  content: '';
  position: absolute;
  right: 24px;
  top: 24px;
}
::-webkit-input-placeholder {
  color: #c9c9c9;
  font-size: 1.4rem;
}
form textarea {
  height: 18em;
}
input.submit {
  background: center / cover url("../img/btn_submit.png") no-repeat;
  border: none;
  cursor: pointer;
  height: 60px;
  max-width: 550px;
  text-indent: -9999px;
}

/*notes*/
.s18 {
  background: #f8f8f8;
  padding: 4% 4% 10%;
  text-align: center;
}
.s18 img{
  margin: 2% 0;
}
.karim-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.karim-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#map {
   width: 100%;
   height: 450px;
   background-color: grey;
 }

/*notes*/
.s19 {
  background: #e5d6af;
  padding: 50px 0 20px;
  text-align: center;
}
.s19 .b1 {
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  margin: 0 4% 20px;
  padding: 10% 0 0;
}
.s19 .b2 {
  margin: 10% 0;
}
.s19 .b3 {
  margin-top: 50px;
}
.s19 .b4 {
  padding: 0 12% 0;
}

footer {
  background: #f8f8f8;
  padding-bottom: 16px;
  text-align: center;
}
