﻿@charset "UTF-8";
/*
Theme Name: いしかわパパ
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Noto+Sans+JP:wght@500;700&display=swap');


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #343a40;
  background: #fff url(./images/bg.png) repeat;
}

@media screen and (max-width: 640px) {
  body {
  	font-size: 15px;
  }
}


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


header {
}

.brand img {
  width: 120px;
}

.page .brand {
  background: #fff;
}

header::before,
header::after {
  content: '';
	width: 100%;
	height: 40px;
	display: block;
}

.page header::before {
  display: none;
}


header::before {
  background: transparent url(./images/bg_t.png) center bottom repeat-x;
}

header::after {
  background: transparent url(./images/bg_b.png) center top repeat-x;
}


.wrap {
  background: #fff;
  padding: 1em 0;
}

.page .wrap {
  padding-top: 0;
}

.illustration {
  text-align: center;
}

.illustration img {
  width: 800px;
  max-width: 100%;
  margin-top: -100px;
  margin-bottom: 2em;
}

.menu {
  border-top: dotted 3px #3ABBC9;
  border-bottom: dotted 3px #3ABBC9;
}

.navbar-brand img {
  width: 150px;
  height: auto;
}

.nav-link {
  color: #3ABBC9 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}


main section {
  background: #fff;
  padding: 3em;
  border: solid 2px #3ABBC9;
  border-radius: 20px;
  margin-bottom: 4em;
}

@media screen and (max-width: 640px) {
  main section {
    padding: 1em;
  }
}

main h1 {
  color: #3ABBC9;
  font-size: 30px;
  margin-bottom: 1.5em;
}

main h2 {
  color: #3ABBC9;
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  main h2 {
    font-size: 20px;
  }
}

.lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #3ABBC9;
  margin-top: 1em;
  line-height: 120%;
}

@media screen and (max-width: 640px) {
  .lead {
    font-size: 20px;
  }
}

strong {
  background: #fff url(.images/bg.png) repeat;
}

em {
  color: orange;
  font-weight: bold;
  font-size: 120%;
  font-style: normal;
}

main h3 {
  font-size: 20px;
  color: #fff;
  background: #3ABBC9;
  padding: .5em;
  font-weight: 700px;
  margin: 1em 0;
}

main h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1em 0 .5em;
}

main .text-white h3 { border: solid 2px #fff; }

main p,
main li {
  line-height: 200%;
}

main a {
  text-decoration: underline;
  color: #343a40;
}
main .text-white a {
  color: #fff;
}

.btn {
  font-size: 110%;
  text-decoration: none;
  padding: 1em 0;
}

main ol {
  counter-reset: my-counter;
  list-style: none;
  padding-inline-start: 1em;

}

main ol li {
  font-size: 16px;
  padding-left: 2em;
  position: relative;
}

main ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  width: 1.5em;
  font-size: 80%;
  position: absolute;
  top: .5em;
  left: 0;
}

.fa-2x {
  vertical-align: middle;
}

.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #7db4e6;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}

.form2 h1 {
  color: #F299A5;
}

.form1 .btn-primary {
  background: #3ABBC9;
  border: none;
}
.form2 .btn-primary {
  background: #F299A5;
  border: none;
}


body.policy th {
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  body.policy th {
    white-space: normal;
    display: block;
  }
  body.policy td {
    display: block;
  }
}


article {
  border-top: solid 2px #3ABBC9;
  padding: 2em 0;
}

.number {
  background: #3ABBC9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

article table.workshop-title h1,
article table.workshop-title p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

article table.workshop-title td {
  padding: 0 1em;
}

.status {
  font-size: 65%;
  color: #fff;
  padding: .25em 1em;
  margin-right: 1em;
}

.status-on {
  background: red;
}

.status-off {
  background: blue;
}

table.workshop-information {
  font-size: 80%;
}

input#workshoptitle {
  pointer-events: none;
  background: #eee;
}

.movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.photo .caption {
  display: inline;
}

.photo span {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: -25px;
  width: 100px;
  padding: 2px 10px;
  background: #cc0c0c;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  font-size: 12px;
}

.small {
  font-size: 10px;
  margin-bottom: 0;
}