﻿@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');

:root {
  --main-color: #00a0e9;
  --base-color: #333;
  --vary-color: #2EA7E0;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #011b29;
    background-color: #78caf9;
    border-color: #65c3f8;
}

.alert-primary hr {
    border-top-color: #4cb9f7;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #07689F;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #04486e;
}

.bg-primary {
    background-color: #07689F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #04486e !important;
}

.border-primary {
    border-color: #07689F !important;
}

.btn-primary {
    color: #fff;
    background-color: #07689F;
    border-color: #07689F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #05517c;
    border-color: #04486e;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 104, 159, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #07689F;
    border-color: #07689F;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #04486e;
    border-color: #043e5f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 104, 159, 0.5);
}

.btn-outline-primary {
    color: #07689F;
    background-color: transparent;
    border-color: #07689F;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #07689F;
    border-color: #07689F;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 104, 159, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #07689F;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #07689F;
    border-color: #07689F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 104, 159, 0.5);
}

.list-group-item-primary {
    color: #011b29;
    background-color: #65c3f8;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #011b29;
    background-color: #4cb9f7;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #011b29;
    border-color: #011b29;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #65c3f8;
}

.table-hover .table-primary:hover {
    background-color: #4cb9f7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #4cb9f7;
}

.text-primary {
    color: #07689F !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #04486e !important;
}


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
/* 	color: var(--main-color); */
	background: #fff;
}



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


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


.brand {
  text-align: center;
  margin-top: -1rem;
}

.brand img {
  width: 400px;
}

header {
  padding: .25rem 0;
  background: #fff;
}

header .navbar {
}

.sticky-top {
}

.navbar-toggler {
  width: 300px;
  margin: 0 auto;
  padding: .75em;
  border-color: #999 !important;
}

.nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.nav-link:hover {
  border-bottom: solid 2px var(--main-color);
  padding-bottom: 2px;
}

.nav-link i {
  color: var(--main-color)!important;
  font-size: 1.25em;
}

main {
  /* background: rgba(248, 183, 74, 0.25) url(images/bg.png) repeat; */
  background: rgba(0, 160, 233, 0.25) url(images/bg.png) repeat;
  padding: 3rem 1rem;
/*
  background-size: auto auto;
  background-color: rgba(64, 168, 196, 0.29);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(64, 168, 196, 0.29) 10px, rgba(64, 168, 196, 0.29) 20px );
*/
}

.container {
  max-width: 1200px;
}


main .container {
  background: #fff;
  border-radius: 50px;
  padding: 3rem;
}

@media screen and (max-width: 640px) {
  main {
    padding: 2rem 1rem;
  }
  main .container {
  border-radius: 20px;
    padding: 1rem;
  }
}

main h1 {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  text-align: center;
}

main h1 span {
  color: #356cb4;
}

main h2 {
  color: var(--main-color);
  font-size: 1.5rem;
  text-align: center;
  border: solid 3px var(--main-color);
  border-radius: 2em;
  padding: 1em;
  margin: 3rem 0 1.5rem;
}

main h2:first-child {
  margin-top: 0;
}

main h2.present1 {
  background: #ED6C00;
  color: #fff;
  border: 0;
}

main h2.present2 {
  background: #EA6694;
  color: #fff;
  border: 0;
}


@media screen and (max-width: 640px) {
  main h1 {
    font-size: 1.5rem;
  }
  main h2 {
    font-size: 1.25rem;
  }
}

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

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

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

main h3 {
  font-size: 1.25rem;
  color: #fff;
  background: var(--main-color);
  padding: .5em;
  font-weight: 700px;
  margin: 1.5em 0 1em;
  border-radius: 2em;
  text-align: center;
}

.attention {
  font-size: .85em;
  padding-left:1em;
  text-indent:-1em;
  line-height: 1.5;
  margin-bottom: .5em;
}

.attention:before{
  content:"※";
}

main h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: .5em 0;
  border-left: solid var(--main-color) 5px;
  padding: .5em;
}

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

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

@media screen and (max-width: 640px) {
  p.text-center {
    text-align: left !important;
  }
}



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

main a {
  color: var(--main-color);
}

main a:hover {
  color: #0a58ca;
}

.list-group-item a {
  color: var(--base-color);
  text-decoration: none;
}

.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: var(--main-color);
  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;
  }
  .img-thumbnail {
    max-width: 60%;
  }
}


article {
  border-top: solid 2px var(--main-color);
  padding: 2em 0;
}

.number {
  background: var(--main-color);
  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;
}

.status-not {
  background: green;
}

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

table.workshop-information th {
  width: 5em;
}

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: .85rem;
  margin-bottom: 0;
  display: block;
}

.footer {
  font-size: .75rem;
  background: var(--main-color);
  color: #fff;
  padding: 3rem;
}

.footer small {
  font-size: .8em;
}

.footer a {
  color: #fff;
}

.footer h3 {
  font-size: 1rem;
}


/* シェアシート */

.value {
font-size:2em;
}

.fa-arrow-circle-right {
font-size:2em;
}

span.text {
  font-size: 1.25em;
  font-weight: bold;
}

.step {
  text-align: center;
  font-size: 1.25rem;
  color: var(--main-color);
}

@media screen and (max-width: 640px) {
  .fa-arrow-circle-right {
    transform: rotate(90deg);
  }
}


/* シェアシートレンジ */
input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 10px;
    width: 100%;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.5, #0d6efd),
        color-stop(0.5, #fd0df6)
    );
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 15px;
    width: 15px;
}


/* ワークショップ */


body.workshop .number {
  background: var(--main-color);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

body.workshop table.workshop-title h1,
body.workshop table.workshop-title p {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-align: left;
}

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

body.workshop .status {
  font-size: .85rem;
  color: #fff;
  padding: .25em 1em;
  margin-right: .5em;
}

body.workshop .status-on {
  background: red;
}

body.workshop .status-off {
  background: blue;
}

body.workshop table.workshop-information {
  font-size: .85rem;
}

body.workshop table.workshop-information th {
  white-space: nowrap;
}

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

body.workshop .main .btn {
  background: var(--vary-color);
}



/* 巻物 */

.is-style-scroll {
  font-size:1.25em;
  font-weight:bold;
    position: relative;
    max-width: 800px;
    margin: 2em auto 2.5em;
    padding: 1.5em;
    border: 12px solid transparent;
    border-left-width: 48px;
    background: linear-gradient(#fff, #fff), linear-gradient(#b8c5db,#b8c5db);
    background-clip: padding-box, border-box;
    background-origin: border-box;
}
.is-style-scroll:before,
.is-style-scroll:after {
    display: inline-block;
    position: absolute;
    content: "";
}
.is-style-scroll:before {
    left: -36px;
    top: -32px;
    width: 24px;
    height: calc(100% + 64px);
    background: #4d4d4d;
}
.is-style-scroll:after {
    left: -48px;
    top: -20px;
    width: 48px;
    height: calc(100% + 40px);
    background: #4973b8;
}


input:disabled {
  background: #ccc !important;
}

.form-check-input {
  vertical-align: text-top;
}

del {
  text-decoration-color: #dc3545!important;
  text-decoration-thickness: 2px;
}



/* エピソード */

.post-type-archive-episode .main hr {
  height: 12px;
  background: transparent url(./images/hr.png) repeat-x;
  opacity: 10;
}

.page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.page-link {
  color: var(--main-color);
}

.post-type-archive-episode .main h5 span {
  background: linear-gradient(transparent 60%, yellow 80%);
}



h2.award {
  color: #fff;
  border: none;
}

h2.award span {
  vertical-align: super;
}

h2.award-gold   { background: linear-gradient(#D5A632, #EDC32B );  }
h2.award-silver { background: linear-gradient(#828B90, #B3BABE ); }
h2.award-bronze { background: linear-gradient(#C48732, #DC9E2F ); }


/* カルチャー */

.communication h4 {
  font-size: 1.75rem;
  padding-left: 0;
  border: none;
  margin: 0;
}


@media screen and (max-width: 640px) {
  .communication h4 {
    font-size: 1.25rem;
  }
  body.communication .main p {
    font-size: .75em;
  }
  body.communication .main p img {
    margin-top: 1.5em;
  }
}

body.communication .main p {
  line-height: 1.5;
  color: var(--base-color);
  margin: .25em 0;
}

p.target {
  color: var(--main-color);
  padding: .5em 0;
  margin-bottom: 0;
}







