<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
input, input[type="checkbox"] {
  border: none; 　outline: none;
  border-top: solid 1px gray ;
}

a {
	word-break:break-all;
}


/**************************************
                PC
**************************************/
@media screen and (min-width: 1025px) {
  .pc_part {
    display: block;
  }
  .sp_part {
    display: none;
  }
  .bread {
    max-width: 1025px;
    width: 100%;
    padding: 20px 0 50px;
    margin: 0 auto;
  }
  /**********************************
                イベント情報検索
    **********************************/
  .page-title {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #22ac38;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #31b245), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #31b245), color-stop(0.75, #31b245), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    position: relative;
  }
  .page-title img {
    position: absolute;
    top: 15px;
    right: 15%;
  }
  .page-title h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  section.page-info {
    width: 100%;
    height: 560px;
    margin: 0 auto;
    background-color: #eaffed;
  }
  section.page-info .event {
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
  }
  section.page-info .event .text-area {
    width: 60%;
  }
  section.page-info .event .text-area h2 {
    font-size: 2rem;
    color: #22ac38;
    line-height: 40px;
    padding: 30px 0;
    border-bottom: dotted 6px #22ac38;
  }
  section.page-info .event .text-area p {
    font-size: 1.1rem;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info .event img {
    width: 357px;
    height: 294px;
    position: absolute;
    top: 100px;
    right: 0;
  }
  section.check-list {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
  }
  section.check-list .top-comment {
    padding: 20px 0;
  }
  section.check-list .top-comment img {
    width: 135px;
    height: 107px;
  }
  section.check-list .top-comment h3 {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 30px;
    letter-spacing: 3px;
  }
  .keyword {
    max-width: 1025px;
    width: 100%;
    height: 175px;
    background-color: #ffeab0;
    margin: 40px auto;
    border-radius: 10px;
  }
  .keyword h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .keyword h4::before {
    content: url(../images/search-yellow.png);
    margin-right: 7px;
  }
  .keyword .input-style {
    text-align: center;
    padding-top: 40px;
  }
  .keyword .input-style input {
    width: 700px;
    height: 40px;
  }
  .when {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    border-radius: 10px;
  }
  .when h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .when h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .when .input-top {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .when .input-top .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .when .input-top .flex-item input {
    width: 25px;
    height: 25px;
    margin-top: 20px;
  }
  .when .input-top .flex-item ruby {
    font-size: 1.25rem;
    margin: 0;
    display: block;
  }
  .when .input-top .flex-item p {
    color: #000;
    padding-left: 5px;
  }
  .when .input-bottom {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
    font-size: 1.25rem;
  }
  .when .input-bottom ruby.m-right {
    margin-right: 3.5rem;
  }
  .when .input-bottom select {
    width: 180px;
    height: 25px;
    margin: 0 20px;
  }
.when input[type="text"] {
    display: inline-block;
    line-height: 2.5;
    height: 2.5em;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 6.5em;
    font-size: 14px;
}
  .when p {
    text-align: center;
    color: red;
    font-weight: 500;
  }
  .where {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #ffc9df;
    margin: 40px auto;
    border-radius: 10px;
  }
  .where h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .where h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where .input-area {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .where .input-area .flex-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .where .input-area .flex-item input {
    width: 25px;
    height: 25px;
    margin-top: 20px;
  }
  .where .input-area .flex-item ruby {
    font-size: 1.25rem;
    margin: 0;
    display: block;
  }
  .where .input-area .flex-item p {
    color: #000;
    padding-left: 5px;
  }
  .where .jus-unset {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .where .jus-unset .flex-item {
    width: 100%;
  }
  .what {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #afe2c2;
    margin: 40px auto;
    border-radius: 10px;
  }
  .what h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .what h4::before {
    content: url(../images/search-green.png);
    margin-right: 7px;
  }
  .what .area-normal {
    max-width: 700px;
    margin: auto;
  }
  .what .input-area {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 65px;
  }
  .what .input-area .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .what .input-area .flex-item p {
    font-size: 1.2rem;
  }
  .what .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .what .input-area ruby {
    font-size: 1.25rem;
  }
  .what .input-area li {
    width: 240px;
  }
  .what .last {
    margin-left: 8.2rem;
  }
  .what .last p {
    font-size: 1.25rem;
  }
  .what .last ruby {
    font-size: 1.25rem;
  }
  .who {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #ffeab0;
    margin: 40px auto;
    border-radius: 10px;
  }
  .who h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .who h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .who .input-area {
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 65px;
  }
  .who .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .who .input-area ruby {
    font-size: 1.25rem;
  }
  .who .input-area li {
    width: 230px;
  }
  .how {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    border-radius: 10px;
  }
  .how h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .how h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .how .input-area {
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
  }
  .how .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .how .input-area ruby {
    font-size: 1.25rem;
    padding: 0 140px 0 0;
  }
  .border {
    border-bottom: 2px solid #facd89;
  }
  .icon-area-top {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 60px auto 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon-area-top img {
    /* width: 20vw; */
    height: auto;
    margin: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-area-top img:hover {
    opacity: 0.8;
  }
  .icon-area-top button {
    border: none;
    background: none;
  }
  .icon-area-bottom {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
  }
  .icon-area-bottom img {
    /* width: 20vw; */
    height: auto;
  }
  /**********************************
                イベン情報検索結果
**********************************/
  .number {
    width: 440px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    background-color: #f5f9ea;
    margin: 0 auto;
    border-radius: 10px;
  }
  .number span {
    font-size: 26px;
    color: #23ac39;
    padding: 0 10px;
  }
  .number p {
    padding: 0 10px;
    margin: 0 auto;
  }
  
  
  /**********************************
                イベント詳細
**********************************/
  .page-title-details {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #22ac38;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #31b245), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #31b245), color-stop(0.75, #31b245), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    padding: 0;
    position: relative;
  }
  .page-title-details h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  .detail-right-img {
    position: absolute;
    top: 15px;
    right: 15%;
  }
  .page-title-details img {
    position: absolute;
    top: 15px;
    right: 15%;
}
  section.group-list-details {
    max-width: 1025px;
    width: 100%;
    margin: 60px auto;
  }
  section.group-list-details h2 {
    font-size: 1.2rem;
    padding: 60px 0 30px;
  }
  section.group-list-details table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
    margin: 20px auto;
  }
  section.group-list-details table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #dff1fc;
    line-height: 36px;
  }
  section.group-list-details table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 1.25rem;
  }
  section.group-list-details table td span {
    background-color: #48c47d;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 1rem;
  }
  section.group-list-details table tr {
    border-bottom: dotted 1px black;
  }
  section.organizer {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fffaf3;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    margin-bottom: 50px;
  }
  section.organizer .orga-img {
    padding: 20px 0;
    text-align: center;
  }
  section.organizer h2 {
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 0;
  }
  section.organizer table {
    width: 60%;
    margin: 0 auto;
  }
  section.organizer table th {
    vertical-align: middle;
    width: 30%;
    padding: 10px 0;
  }
  section.organizer table td {
    vertical-align: middle;
    width: 70%;
    font-size: 1.25rem;
    padding: 10px 0;
  }
  section.organizer .back-faci {
    padding: 20px 0;
    text-align: center;
  }
  section.organizer .back-faci img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.organizer .back-faci img:hover {
    opacity: 0.8;
  }
  .bottom-button {
    max-width: 1025px;
    width: 80%;
    margin: 50px auto 70px auto;
    text-align: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .swich {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swich button {
  }
  .swich button.b-color {
  }
  .swich button.first {
    /* background-color: #0707b6; */
    /* color: #fff; */
    /* padding: 0 12px; */
  }
  /**********************************
                施設情報検索
    **********************************/
  .page-title-inst {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-inst h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  .where-top {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #ffc9df;
    margin: 40px auto;
    border-radius: 10px;
  }
  .where-top h4 {
    padding-left: 70px;
    padding-top: 40px;
    font-size: 1.4rem;
  }
  .where-top h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where-top .input-area {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .where-top .input-area .flex-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .where-top .input-area .flex-item input {
    width: 25px;
    height: 25px;
    margin-top: 20px;
  }
  .where-top .input-area .flex-item ruby {
    font-size: 1.25rem;
    margin: 0;
    display: block;
  }
  .where-top .input-area .flex-item p {
    color: #000;
    padding-left: 5px;
  }
  .where-top .jus-unset {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .where-top .jus-unset .flex-item {
    width: 100%;
  }
  section.page-info-inst {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background-color: #fff5e3;
  }
  section.page-info-inst .event {
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
  }
  section.page-info-inst .event .text-area {
    width: 60%;
  }
  section.page-info-inst .event .text-area h2 {
    font-size: 2rem;
    color: #f39800;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 6px #f39800;
  }
  section.page-info-inst .event .text-area p {
    font-size: 1.25rem;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info-inst .event img {
    width: 227px;
    height: 204px;
    position: absolute;
    top: 25px;
    right: 0;
  }
  .where-inst {
    max-width: 1025px;
    height: auto;
    background-color: #ffeab0;
    margin: 40px auto;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .where-inst h4 {
    padding-left: 70px;
    padding-top: 40px;
  }
  .where-inst h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .where-inst .input-area {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .where-inst .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .where-inst .input-area ruby {
    font-size: 1.25rem;
  }
  .what-inst {
    max-width: 1025px;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .what-inst h4 {
    padding-left: 70px;
    padding-top: 40px;
  }
  .what-inst h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .what-inst .input-area {
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 20px;
  }
  .what-inst .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .what-inst .input-area ruby {
    font-size: 1.25rem;
  }
  /**********************************
                施設情報検索結果
    **********************************/
  .page-title-result {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-result h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  .page-title-result .info-right-img {
    position: absolute;
    top: 10px;
    right: 180px;
  }
  section.result {
    max-width: 1025px;
    width: 100%;
    margin: 80px auto;
  }
  section.result .number {
    width: 440px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    background-color: #fef0dc;
    margin: 0 auto 10px;
    border-radius: 10px;
  }
  section.result .number span {
    font-size: 26px;
    color: #f49f11;
    padding: 0 10px;
  }
  section.result .number p {
    padding: 0 10px;
    margin: 0 auto;
  }
  section.result .category-type {
    width: 100%;
    height: 60px;
    background-color: #22ac38;
    color: white;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 20px;
  }
  section.result table {
    width: 100%;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.result table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.result table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 1.25rem;
  }
  section.result table tr {
    border-bottom: dotted 1px black;
  }
  .icon-area {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 60px auto 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  /**********************************
                施設情報詳細
    **********************************/
  .page-title-result {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-result h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  .page-title-result .info-right-img {
    position: absolute;
    top: 10px;
    right: 180px;
  }
  section.top-details {
    max-width: 1025px;
    width: 100%;
    margin: 80px auto;
  }
  section.top-details h2 {
    font-size: 32px;
    text-align: center;
    padding: 30px 0;
  }
  section.top-details table {
    width: 100%;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.top-details table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.top-details table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 1.25rem;
  }
  section.top-details table td span {
    background-color: #48c47d;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 1rem;
}
  section.top-details table tr {
    border-bottom: dotted 1px black;
  }
  section.inst-details {
    max-width: 1025px;
    width: 100%;
    margin: 80px auto;
  }
  section.inst-details .category-type {
    width: 100%;
    height: 60px;
    background-color: #cce198;
    color: black;
    text-align: center;
    margin: 40px 0 20px;
    border-radius: 20px;
  }
  section.inst-details .category-type p {
    font-size: 20px;
    line-height: 60px;
  }
  section.inst-details table {
    width: 100%;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.inst-details table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.inst-details table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 1.25rem;
  }
  section.inst-details table tr {
    border-bottom: dotted 1px black;
  }
  /**********************************
                お知らせ一覧
    **********************************/
  .page-title-info {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    position: relative;
    background-color: #f5a6a8;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f29ea1), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f29ea1), color-stop(0.75, #f29ea1), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-info h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  /**********************************
                お知らせ詳細
    **********************************/
  section.notice {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 80px auto;
  }
  section.notice .list {
    border-bottom: solid 1px gray;
    padding: 30px 0;
  }
  section.notice .date {
    font-size: 1rem;
    padding: 0 20px;
    line-height: 28px;
  }
  section.notice .category {
    font-size: 12px;
    line-height: 28px;
    padding: 0 20px;
    margin: 0 20px;
    background-color: #8fc31f;
    border-radius: 5px;
    color: white;
  }
  section.notice .category-2 {
    font-size: 1rem;
    line-height: 22px;
    padding: 0 20px;
    margin: 0 20px;
    background-color: #009e96;
    border-radius: 5px;
    color: white;
  }
  section.notice .info-title {
    font-size: 1.2rem;
  }
  .info-top {
    max-width: 1025px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .info-right-img {
    position: absolute;
    top: 10px;
    right: 235px;
  }
  .top-thumnail {
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .main-text {
    line-height: 50px;
  }
  .main-text p {
    font-size: 1.2rem;
  }
  /**********************************
                少年団体の情報
    **********************************/
  .page-title-shonen {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #00b7ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #18bef0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #18bef0), color-stop(0.75, #18bef0), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-shonen h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  section.page-info-shonen {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background-color: #effaff;
  }
  section.page-info-shonen .event {
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
  }
  section.page-info-shonen .event .text-area {
    width: 60%;
  }
  section.page-info-shonen .event .text-area h2 {
    font-size: 2rem;
    color: #00b7ee;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 6px #00b7ee;
  }
  section.page-info-shonen .event .text-area p {
    font-size: 1rem;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info-shonen .event img {
    width: 346px;
    height: 356px;
    position: absolute;
    top: 25px;
    right: 0;
  }
  section.group-list {
    max-width: 1025px;
    width: 100%;
    margin: 60px auto;
  }
  section.group-list h2 {
    font-size: 1.2rem;
    padding: 60px 0 30px;
  }
  section.group-list h2 ruby rt {
    width: 84%;
  }
  section.group-list h2 ruby.long rt {
    width: auto;
  }
  section.group-list table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
  }
  section.group-list table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.group-list table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
  }
  section.group-list table tr {
    border-bottom: dotted 1px black;
  }

    /**********************************
        インターネットを正しく使おう
    **********************************/
  .page-title-internet-right-use {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #00b7ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #18bef0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #18bef0), color-stop(0.75, #18bef0), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-internet-right-use h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 180px;
  }
  section.page-info-internet-right-use {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background-color: #effaff;
  }
  section.page-info-internet-right-use .event {
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
  }
  section.page-info-internet-right-use .event .text-area {
    width: 60%;
  }
  section.page-info-internet-right-use .event .text-area h2 {
    font-size: 2rem;
    color: #00b7ee;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 6px #00b7ee;
  }
  section.page-info-internet-right-use .event .text-area p {
    font-size: 1rem;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info-internet-right-use .event img {
    width: 153px;
    height: 94px;
    position: absolute;
    top: 25px;
    right: 0;
  }
  
  
  section.page-content-internet-right-use {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #fff;
  }
  
  section.page-content-internet-right-use img {
    max-width: 1025px;
    width: 100%;
  }
  
    section.page-content-internet-right-use .text-area p p {
    font-size: 1rem;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  
  
  
  section.group-list {
    max-width: 1025px;
    width: 100%;
    margin: 60px auto;
  }
  section.group-list h2 {
    font-size: 1.2rem;
    padding: 60px 0 30px;
  }
  section.group-list h2 ruby rt {
    width: 84%;
  }
  section.group-list h2 ruby.long rt {
    width: auto;
  }
  section.group-list table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
  }
  section.group-list table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.group-list table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
  }
  section.group-list table tr {
    border-bottom: dotted 1px black;
  }
    .page-title-internet-right-use .info-right-img {
    position: absolute;
    top: 10px;
    right: 50px;
  }
  
    .page-title-internet-right-use .info-top {
    max-width: 700px;
    width: 90%;
    position: left;
    margin: 0 auto;
  }


/**********************************
                アクセシビリティ
**********************************/
  .page-title-accessibility {
    width: 100%;
    height: 180px;
    margin-top: 80px;
    background-color: #fff;
    -webkit-background-size: 7px 7px;
  }
  .page-title-accessibility h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: left;
    line-height: 180px;
  }
  
  
/**********************************
               チェーンメール
**********************************/  
  /* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


  
  
}

/**************************************
                タブレット
**************************************/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  header {
    position: fixed;
    top: 0;
  }
  #gloval-navi {
    position: relative;
  }
  #gloval-navi img {
    position: absolute;
    left: 0;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background: #00a4e4;
    font-size: 32px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    text-align: center;
  }
  ul.menu {
    padding-top: 100px;
  }
  #wrapper nav ul li {
    display: block;
    padding: 30px 10px;
  }
  #wrapper nav ul li.border {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px 10px;
    width: 80%;
    margin: 20px auto;
    background-color: white;
    color: #00a4e4;
  }
  .nav-logo img {
    width: 131px;
    height: 62px;
    position: absolute;
    left: 15px;
  }
  .nav-bottom {
    border-top: 2px solid white;
    margin-top: 50px;
  }
  .nav-bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-bottom li {
    padding: 30px;
  }
  .nav-bottom a {
    font-size: 24px;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #000;
  }
  #wrapper nav ul li a.color {
    color: #000;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 40px;
    width: 30px;
    height: 24px;
    z-index: 3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  #wrapper .btn-gnavi span {
    position: absolute;
    width: 3.5vw;
    height: 4px;
    background: red;
    border-radius: 10px;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top: 15px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top: 30px;
  }
  #wrapper .btn-gnavi.open span {
    background: #fff;
  }
  #wrapper .btn-gnavi.open span {
    width: 24px;

  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
  }
  #wrapper .contents section:nth-child(odd) p {
    left: 10%;
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%;
  }
  .container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container img {
    width: 131px;
    height: 62px;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  /**********************************
                イベント情報検索
**********************************/
  .page-title {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #22ac38;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #31b245), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #31b245), color-stop(0.75, #31b245), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title img {
    position: absolute;
    top: 100px;
    right: 15%;
    width: 115px;
    height: 90px;
  }
  .page-title .input-bottom {
    text-align: center;
  }
  .page-title h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
    width: 100%;
  }
  
    .where-evesearch {
    max-width: 1025px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 20px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .where-evesearch h4 {
    font-size: 24px;
  }
  .where-evesearch h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .where-evesearch .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 18px;
  }
  .where-evesearch .input-area input {
    width: 25px;
    height: 25px;
    margin: 10px;
  }
  /**********************************
                イベント詳細
**********************************/
  .page-title-details {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #22ac38;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #31b245), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #31b245), color-stop(0.75, #31b245), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    padding: 30px 0;
    text-align: center;
    position: relative;
  }
  .page-title-details .detail-top {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-title-details .detail-top h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
    width: 100%;
  }
  .page-title-details h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
    width: 100%;
  }
  .page-title-details .detail-top .detail-right-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
  }
  section.group-list-details {
    max-width: 1025px;
    width: 100%;
    margin: 60px auto;
  }
  section.group-list-details h2 {
    font-size: 1.2rem;
    padding: 60px 0 30px;
  }
  section.group-list-details table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
    margin: 20px auto;
  }
  section.group-list-details table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #dff1fc;
    line-height: 36px;
  }
  section.group-list-details table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
  }
  section.group-list-details table tr {
    border-bottom: dotted 1px black;
  }
  section.organizer {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fffaf3;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
  }
  section.organizer .orga-img {
    padding: 20px 0;
    text-align: center;
  }
  section.organizer h2 {
    font-size: 1.5rem;
    text-align: center;
    padding: 20px 0;
  }
  section.organizer table {
    width: 60%;
    margin: 0 auto;
  }
  section.organizer table th {
    vertical-align: middle;
    width: 30%;
    padding: 10px 0;
  }
  section.organizer table td {
    vertical-align: middle;
    width: 70%;
    font-size: 1.25rem;
    padding: 10px 0;
  }
  section.organizer .back-faci {
    padding: 20px 0;
    text-align: center;
  }
  .bottom-button {
    max-width: 1025px;
    width: 80%;
    margin: 50px auto;
    text-align: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  /**************************************
                施設情報検索
**************************************/
  .page-title-inst {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-inst h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #eaffed;
  }
  section.page-info .event {
    max-width: 1024px;
    margin: 0 auto;
  }
  section.page-info .event .text-area {
    width: 100%;
  }
  section.page-info .event .text-area h2 {
    font-size: 40px;
    color: #22ac38;
    line-height: 40px;
    padding: 30px 0;
    text-align: center;
    border-bottom: dotted 6px #22ac38;
  }
  section.page-info .event .text-area p {
    font-size: 32px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info .event .event-img {
    text-align: center;
  }
  section.page-info .event .event-img img {
    width: 205px;
    height: 169px;
  }
  section.check-list {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
  section.check-list .top-comment {
    padding: 20px 0;
    display: block;
    text-align: center;
  }
  section.check-list .top-comment h3 {
    font-size: 32px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 30px;
    letter-spacing: 3px;
    line-height: 50px;
    text-align: left;
  }
  section.check-list .top-comment img {
    width: 135px;
    height: 107px;
  }
  .keyword {
    max-width: 1024px;
    width: 90%;
    height: 175px;
    background-color: #ffeab0;
    margin: 40px auto;
    padding: 10px;
    border-radius: 10px;
  }
  .keyword h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 32px;
  }
  .keyword h4::before {
    content: url(../images/search-yellow.png);
    margin-right: 7px;
  }
  .keyword .input-style {
    text-align: center;
    padding-top: 40px;
  }
  .keyword .input-style input {
    width: 600px;
    height: 40px;
  }
  .when {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;

    border-radius: 10px;  }
  .when h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 32px;
  }
  .when h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .when .input-top {
    margin: 0 auto;
    padding: 10px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 32px;
  }
  .when .input-top input {
    width: 25px;
    height: 25px;
    margin: 20px 20px 0;
  }
  .when .input-bottom {
    margin: 0 auto;
    padding: 10px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .when .input-bottom select {
    width: 220px;
    height: 30px;
    margin: 0 20px;
  }
  .when p {
    text-align: center;
    color: red;
    font-weight: 500;
    font-size: 28px;
  }
  .where {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 40px auto;
    padding: 10px;
    font-size: 32px;
    border-radius: 10px;
  }
  .where h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 32px;
  }
  .where h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where .input-area {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 20px;
  }
  .where .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .where-top {
    background: #ffc9df;
    width: 90%;
    max-width: 1024px;
    margin: 40px auto;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 15px;
  }
  .where-top h4 {
    padding-left: 70px;
    padding-top: 40px;
  }
  .where-top h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where-top .input-area {
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
  }
  .where-top .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .where-top .input-area ruby {
    font-size: 1.25rem;
    padding: 0 140px 0 0;
  }
  .what {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #afe2c2;
    margin: 40px auto;
    padding: 10px;
    font-size: 32px;
    border-radius: 10px;
  }
  .what h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 32px;
  }
  .what h4::before {
    content: url(../images/search-green.png);
    margin-right: 7px;
  }
  .what .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 20px;
  }
  .what .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .who {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #ffeab0;
    margin: 40px auto;
    padding: 10px;
    font-size: 38px;
    border-radius: 10px;
  }
  .who h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 32px;
  }
  .who h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .who .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 32px;
  }
  .who .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .how {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;
    font-size: 38px;
    border-radius: 10px;
  }
  .how h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 32px;
  }
  .how h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .how .input-area {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 32px;
  }
  .how .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .border {
    border-bottom: 2px solid #facd89;
  }
  .icon-area-top {
    max-width: 1024px;
    width: 90%;
    height: auto;
    margin: 60px auto 20px;
    text-align: center;
  }
  .icon-area-top img {
    width: 540px;
    height: 80px;
    margin: 45px;
  }
  .icon-area-top button {
    border: none;
    background: none;
  }
  /**********************************
                イベン情報検索結果
**********************************/
  .page-title-result {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #f39800;
  }
  .page-title-result h2 {
    font-size: 26px;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  .page-title-result .info-right-img {
    position: absolute;
    top: 10px;
    right: 180px;
  }
  section.result {
    max-width: 1024px;
    width: 90%;
    margin: 80px auto;
  }
  .number {
    width: 440px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    background-color: #f5f9ea;
    margin: 30px auto;
    border-radius: 10px;
  }
  .number span {
    font-size: 26px;
    color: #23ac39;
    padding: 0 10px;
  }
  .number p {
    padding: 0 10px;
    margin: 0 auto;
  }
  section.result .number {
    width: 440px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    background-color: #fef0dc;
    margin: 0 auto;
    border-radius: 10px;
  }
  section.result .number span {
    font-size: 26px;
    color: #f49f11;
    padding: 0 10px;
  }
  section.result .number p {
    padding: 0 10px;
    margin: 0 auto;
  }
  section.result .category-type {
    width: 100%;
    height: 70px;
    background-color: #22ac38;
    color: white;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 20px;
    line-height: 70px;
  }
  section.result table {
    width: 100%;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.result table th {
    width: 100%;
    padding: 20px 0;
    background-color: #fffae1;
    line-height: 36px;
    display: block;
    font-size: 20px;
  }
  section.result table td {
    width: 100%;
    padding: 20px 0;
    line-height: 36px;
    display: block;
    font-size: 26px;
  }
  section.result table tr {
    border-bottom: dotted 1px black;
  }
  .bottom-button {
    margin: 50px auto;
    text-align: center;
  }
  .icon-area-top {
    display: block;
  }
  .icon-area-top img {
    width: 460px;
    height: 85px;
    margin: 45px;
  }
  .icon-area-bottom {
    text-align: center;
  }
  .icon-area-bottom img {
    width: 460px;
    height: 85px;
    margin: 45px;
  }
   .icon-area-bottom-modal {
    text-align: center;
  }
  .icon-area-bottom-modal img {
    width: 460px;
    height: 85px;
    margin: 60px;
  }
  .icon-area {
    max-width: 1024px;
    width: 90%;
    height: auto;
    margin: 60px auto 20px;
    text-align: center;
    display: block;
  }
  .icon-area img {
    width: 350px;
    height: 60px;
    margin: 45px;
  }
  .swich {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swich button {
  }
  .swich button.b-color {
  }
  .swich button.first {
  }
  /**********************************
                お知らせ一覧
    **********************************/
  section.information {
    max-width: 1024px;
    width: 100%;
  }
  section.information .info-top {
    max-width: 600px;
    width: 90%;
    margin: 50px auto;
    text-align: center;
  }
  section.information .info-top img {
    max-width: 600px;
    width: 90%;
  }
  .article-list {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
  }
  .article-list .list {
    border-bottom: solid 1px gray;
    padding: 30px 0;
    display: block;
  }
  .article-list .date {
    font-size: 26px;
    padding: 0px;
    line-height: 52px;
  }
  .article-list .category {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    background-color: #8fc31f;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  .article-list .category-2 {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    background-color: #009e96;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  .article-list .info-title {
    font-size: 32px;
    line-height: 50px;
  }
  .article-list .text {
    font-size: 28px;
  }
  /**********************************
                お知らせ詳細
    **********************************/
  .page-title-info {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    position: relative;
    background-color: #f5a6a8;
    -webkit-background-size: 7px 7px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f29ea1), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f29ea1), color-stop(0.75, #f29ea1), color-stop(0.75, transparent), to(transparent));
  }
  .page-title-info h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.notice {
    max-width: 1024px;
    width: 90%;
    height: auto;
    margin: 80px auto;
  }
  section.notice .list {
    border-bottom: solid 1px gray;
    padding: 30px 0;
    display: block;
  }
  section.notice .date {
    font-size: 26px;
    padding: 0px;
    line-height: 52px;
  }
  section.notice .category {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    background-color: #8fc31f;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  section.notice .category-2 {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    background-color: #009e96;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  section.notice .info-title {
    font-size: 32px;
    line-height: 50px;
  }
  .info-top {
    max-width: 1024px;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .info-right-img {
    position: absolute;
    top: 10px;
    right: 125px;
  }
  .top-thumnail {
    max-width: 1024px;
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .top-thumnail img {
    width: 100%;
  }
  .main-text {
    line-height: 40px;
  }
  .main-text p {
    font-size: 26px;
    line-height: 52px;
  }
  /**********************************
                施設情報検索結果
    **********************************/
  .page-title-inst {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-inst h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info-inst {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background-color: #fff5e3;
  }
  section.page-info-inst .event {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  section.page-info-inst .event .text-area {
    width: 100%;
  }
  section.page-info-inst .event .text-area h2 {
    font-size: 40px;
    color: #f39800;
    line-height: 40px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: dotted 6px #f39800;
  }
  section.page-info-inst .event .text-area p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info-inst .event img {
    text-align: center;
    position: absolute;
    left: 40%;
  }
  .where-inst {
    width: 90%;
    height: auto;
    background-color: #ffeab0;
    margin: 40px auto;
    padding: 10px;
    font-size: 32px;
    border-radius: 15px;
  }
  .where-inst h4 {
    padding-left: 70px;
    padding-top: 40px;
  }
  .where-inst h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .where-inst .input-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 20px;
  }
  .where-inst .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .where-inst .input-area ruby {
    font-size: 18px;
  }
  .what-inst {
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;
    font-size: 32px;
    border-radius: 15px;
  }
  .what-inst h4 {
    padding-left: 70px;
    padding-top: 40px;
  }
  .what-inst h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .what-inst .input-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 20px;
  }
  .what-inst .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .what-inst .input-area ruby {
    font-size: 18px;
  }
  .page-title-result {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: rgb(243, 152, 0);
    background-image: -webkit-gradient(
        linear,
        0 0,
        100% 100%,
        color-stop(0.25, #f4a218),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, #f4a218),
        color-stop(0.75, #f4a218),
        color-stop(0.75, transparent),
        to(transparent)
    );
    -webkit-background-size: 7px 7px;
  }
  .page-title-result h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  .page-title-result .info-right-img {
    position: absolute;
    top: 10px;
    right: 180px;
  }
  section.top-details {
    max-width: 1025px;
    width: 100%;
    margin: 80px auto;
  }
  section.top-details h2 {
    font-size: 28px;
    text-align: center;
    padding: 30px 0;
  }
  section.top-details table {
    width: 100%;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.top-details table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.top-details table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
  }
  section.top-details table tr {
    border-bottom: dotted 1px black;
  }
  /********************************
                施設情報詳細
    ********************************/
  section.top-details table td span {
    background-color: #48c47d;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 1rem;
}
  section.inst-details {
    max-width: 1025px;
    width: 100%;
    margin: 80px auto;
  }
  section.inst-details .category-type {
    width: 100%;
    height: 60px;
    background-color: #cce198;
    color: black;
    text-align: center;
    margin: 40px 0 20px;
    border-radius: 20px;
  }
  section.inst-details .category-type p {
    font-size: 20px;
    line-height: 60px;
  }
  section.inst-details table {
    width: 90%;
    margin: 0 auto;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.group-list-details table td span {
    background-color: #48c47d;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 1rem;
}
  section.inst-details table th {
    width: 20%;
    padding: 20px;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.inst-details table td {
    width: 80%;
    padding: 10px;
    vertical-align: middle;
    line-height: 36px;
  }
  section.inst-details table tr {
    border-bottom: dotted 1px black;
  }
  /**********************************
                少年団体の情報
    **********************************/
  .page-title-shonen {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #00b7ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #18bef0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #18bef0), color-stop(0.75, #18bef0), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-shonen h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info-shonen {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #effaff;
  }
  section.page-info-shonen .event {
    max-width: 1025px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
  }
  section.page-info-shonen .event .text-area {
    width: 100%;
  }
  section.page-info-shonen .event .text-area h2 {
    font-size: 2rem;
    color: #00b7ee;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 6px #00b7ee;
    text-align: center;
  }
  section.page-info-shonen .event .text-area p {
    font-size: 1rem;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
    text-align: left;
  }
  section.page-info-shonen .event img {
    width: 246px;
    height: 256px;
  }
  section.group-list {
    max-width: 1024px;
    width: 90%;
    margin: 60px auto;
  }
  section.group-list h2 {
    font-size: 26px;
    padding: 60px 0 30px;
  }
  section.group-list table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
  }
  section.group-list table th {
    width: 100%;
    padding: 20px 0;
    background-color: #fffae1;
    line-height: 36px;
    display: block;
  }
  section.group-list table td {
    width: 100%;
    padding: 10px;
    line-height: 36px;
    display: block;
  }
  section.group-list table tr {
    border-bottom: dotted 1px black;
  }


  /**********************************
                インターネットを正しく使おう
    **********************************/
    .page-title-internet-right-use {
    width: 100%;
    height: 220px;
    margin-top: 80px;
    background-color: #00b7ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #18bef0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #18bef0), color-stop(0.75, #18bef0), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-internet-right-use h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info-internet-right-use {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
  section.page-info-internet-right-use .event {
    max-width: 1025px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
  }
  section.page-info-internet-right-use .event .text-area {
    width: 100%;
  }
  section.page-info-internet-right-use .event .text-area h2 {
    font-size: 2rem;
    color: #00b7ee;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: dotted 6px #00b7ee;
    text-align: center;
  }
  section.page-info-internet-right-use .event .text-area p {
    font-size: 1rem;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
    text-align: left;
  }
  section.page-info-internet-right-use .event img {
    width: 153px;
    height: 94px;
  }
  section.group-list {
    max-width: 1024px;
    width: 90%;
    margin: 60px auto;
  }
  section.group-list h2 {
    font-size: 26px;
    padding: 60px 0 30px;
  }
  section.group-list table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
  }
  section.group-list table th {
    width: 100%;
    padding: 20px 0;
    background-color: #fffae1;
    line-height: 36px;
    display: block;
  }
  section.group-list table td {
    width: 100%;
    padding: 10px;
    line-height: 36px;
    display: block;
  }
  section.group-list table tr {
    border-bottom: dotted 1px black;
  }
  
    
    /* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
  
 .icon-area-bottom-modal {
    text-align: center;
  }
  .icon-area-bottom-modal img {
    width: 218px;
    height: 37px;
    margin: 60px;
  }
  
}

/**************************************
                スマートフォン
**************************************/
@media screen and (max-width: 767px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  header {
    position: fixed;
    top: 0;
  }
  .number {
    margin: 30px auto;
  }
  #nav-toggle {
    display: block;
    position: fixed;
    right: 50px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  .container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .container img {
    width: 131px;
    height: 62px;
    position: absolute;
    top: 8px;
    left: 10px;
  }
  
  /***********************************
  イベント情報検索 
  ***********************/
  .page-title {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #22ac38;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #31b245), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #31b245), color-stop(0.75, #31b245), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title img {
    position: absolute;
    top: 100px;
    right: 15%;
    width: 105px;
    height: 80px;
  }
  .page-title .input-bottom {
    text-align: center;
  }
  .page-title h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
    width: 100%;
  }
  
  .where-evesearch {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 20px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .where-evesearch h4 {
    font-size: 24px;
  }
  .where-evesearch h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .where-evesearch .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 18px;
  }
  .where-evesearch .input-area input {
    width: 25px;
    height: 25px;
    margin: 10px;
  }
  
  /**********************************
                イベント詳細
**********************************/
  .page-title-details {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #22ac38;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #31b245), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #31b245), color-stop(0.75, #31b245), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    padding: 30px 0;
  }
  .page-title-details h2 {
    font-size: 32px;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  .page-title-details img {
    display: none;
  }
  section.group-list-details {
    max-width: 1025px;
    width: 90%;
    margin: 60px auto;
  }
  section.group-list-details h2 {
    font-size: 32px;
    padding: 60px 0 30px;
  }
  section.group-list-details table {
    width: 100%;
    height: auto;
    border-top: solid 2px black;
    margin: 20px auto;
  }
  section.group-list-details table,
  section.group-list-details table tbody,
  section.group-list-details table tr,
  section.group-list-details table th,
  section.group-list-details table td{
    display:block;
  }
  section.group-list-details table th {
    width: 100%;
    padding: 5px 0;
    vertical-align: middle;
    background-color: #dff1fc;
    line-height: 36px;
  }
  section.group-list-details table td {
    width: 100%;
    padding: 10px 0;
    vertical-align: middle;
    line-height: 36px;
  }
  section.group-list-details table tr {
    border-bottom: dotted 1px black;
  }
  section.organizer {
    max-width: 1025px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #fffaf3;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
  }
  section.organizer .orga-img {
    padding: 20px 0;
    text-align: center;
  }
  section.organizer h2 {
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
  }
  section.organizer table {
    width: 90%;
    margin: 0 auto;
  }
  section.organizer table th {
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
  }
  section.organizer table td {
    vertical-align: middle;
    width: 100%;
    font-size: 1.25rem;
    padding: 10px 0;
  }
  section.organizer .back-faci {
    padding: 20px 0;
    text-align: center;
  }
  .bottom-button {
    max-width: 1025px;
    width: 90%;
    margin: 50px auto;
    text-align: center;
    display: block;
  }
  .bottom-button img {
    width: 240px;
    height: 40px;
  }
  /**********************************
        イベント情報検索結果
**********************************/
  .page-title-result {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: rgb(243, 152, 0);
    background-image: -webkit-gradient(
        linear,
        0 0,
        100% 100%,
        color-stop(0.25, #f4a218),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, #f4a218),
        color-stop(0.75, #f4a218),
        color-stop(0.75, transparent),
        to(transparent)
    );
    -webkit-background-size: 7px 7px;
  }
  .page-title-result h2 {
    font-size: 26px;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  .page-title-result .info-right-img {
    position: absolute;
    top: 10px;
    right: 180px;
  }
  section.result {
    max-width: 1024px;
    width: 90%;
    margin: 80px auto;
  }
  .number {
    width: 240px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    background-color: #f5f9ea;
    margin: 30px auto;
    border-radius: 10px;
  }
  .number span {
    font-size: 26px;
    color: #23ac39;
    padding: 0 10px;
  }
  .number p {
    padding: 0 10px;
    margin: 0 auto;
  }
  section.result .number {
    width: 260px;
    height: 75px;
    font-size: 20px;
    line-height: 75px;
    background-color: #fef0dc;
    margin: 0 auto 10px;
    border-radius: 10px;
  }
  section.result .number span {
    font-size: 26px;
    color: #f49f11;
    padding: 0 10px;
  }
  section.result .number p {
    padding: 0 10px;
    margin: 0 auto;
  }
  section.result .category-type {
    width: 100%;
    height: 70px;
    background-color: #22ac38;
    color: white;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 20px;
    line-height: 70px;
  }
  section.result table {
    width: 100%;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    display:block;
  }
  section.result table tbody,
  section.result table tr{
    display:block;
  }
  section.result table th {
    width: 100%;
    display:block;
    padding: 10px 0;
    background-color: #fffae1;
    line-height: 1.6;
    display: block;
    font-size: 18px;
  }
  section.result table td {
    display:block;
    width: 100%;
    padding: 15px 0 30px;
    line-height: 1.8;
    display: block;
    font-size: 16px;
  }
  section.result table tr {
    border-bottom: dotted 1px black;
  }
  .bottom-button {
    margin: 50px auto;
    text-align: center;
  }
  .bottom-button img {
    width: 70.5vw;
    height: 12vw;
    margin: 20px auto;
  }
  .icon-area {
    max-width: 767px;
    width: 90%;
    height: auto;
    margin: 60px auto 20px;
    text-align: center;
    display: block;
  }
  .icon-area img {
    width: 70.5vw;
    height: auto;
    margin: 30px auto;
  }
  /**********************************
                お知らせ一覧
    **********************************/
  section.information {
    max-width: 1024px;
    width: 100%;
  }
  section.information .info-top {
    max-width: 600px;
    width: 90%;
    margin: 50px auto;
    text-align: center;
  }
  section.information .info-top img {
    max-width: 600px;
    width: 90%;
  }
  .article-list {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .article-list .list {
    border-bottom: solid 1px gray;
    padding: 30px 0;
    display: block;
  }
  .article-list .date {
    font-size: 26px;
    padding: 0px;
    line-height: 52px;
  }
  .article-list .category {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
    background-color: #8fc31f;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  .article-list .category-2 {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
    background-color: #009e96;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  .article-list .info-title {
    font-size: 32px;
    line-height: 50px;
  }
  .article-list .text {
    font-size: 22px;
    line-height: 44px;
  }
  /**********************************
                お知らせ詳細
    **********************************/
  .page-title-info {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    position: relative;
    background-color: #f5a6a8;
    -webkit-background-size: 7px 7px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f29ea1), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f29ea1), color-stop(0.75, #f29ea1), color-stop(0.75, transparent), to(transparent));
  }
  .page-title-info h2 {
    font-size: 2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.notice {
    max-width: 767px;
    width: auto;
    height: auto;
    margin: 40px 15px;
  }
  section.notice .list {
    border-bottom: solid 1px gray;
    padding: 15px 0;
    display: block;
    position: relative;
  }
  section.notice .date {
    font-size: 14px;
    padding: 0px;
    line-height: 2;
  }
  section.notice .category {
    width: 100px;
    font-size: 12px;
    line-height: 2;
    padding: 0;
    position: absolute;
    left: 120px;
    top: 18px;
    margin: auto;
    background-color: #8fc31f;
    border-radius: 15px;
    color: white;
    text-align: center;
  }
  section.notice .category-2 {
    width: 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
    background-color: #009e96;
    border-radius: 5px;
    color: white;
    text-align: center;
  }
  section.notice .info-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 5px 0;
  }
  .info-top {
    max-width: 767px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .info-right-img {
    position: absolute;
    top: 10px;
    right: 0px;
    display: none;
  }
  .top-thumnail {
    max-width: 1024px;
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .top-thumnail img {
    width: 100%;
  }
  .main-text {
    line-height: normal;
    padding: 10px 0 0;
  }
  .main-text p {
    font-size: 16px;
    line-height: 1.8;
  }
  /**************************************
                施設情報検索
**************************************/
  .page-title-inst {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-inst h2 {
    font-size: 2.5rem;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.group-list-details table td span {
    background-color: #48c47d;
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 1rem;
}
  section.page-info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #eaffed;
  }
  section.page-info .event {
    max-width: 767px;
    margin: 0 auto;
  }
  section.page-info .event .text-area {
    width: 100%;
  }
  section.page-info .event .text-area h2 {
    font-size: 32px;
    color: #22ac38;
    line-height: 40px;
    padding: 30px 0;
    text-align: center;
    border-bottom: dotted 6px #22ac38;
  }
  section.page-info .event .text-area p {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info .event .event-img {
    text-align: center;
  }
  section.page-info .event .event-img img {
    width: 205px;
    height: 169px;
  }
  section.check-list {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
  section.check-list .top-comment {
    padding: 20px 0;
    display: block;
    text-align: center;
  }
  section.check-list .top-comment h3 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 30px;
    letter-spacing: 3px;
    line-height: 50px;
    text-align: left;
  }
  section.check-list .top-comment img {
    width: 135px;
    height: 107px;
  }
  .keyword {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #ffeab0;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
  }
  .keyword h4 {
    font-size: 24px;
  }
  .keyword h4::before {
    content: url(../images/search-yellow.png);
    margin-right: 7px;
  }
  .keyword .input-style {
    text-align: center;
    padding-top: 40px;
  }
  .keyword .input-style input {
    width: 240px;
    height: 40px;
  }
  .where-top {
    background: #ffc9df;
    width: 90%;
    max-width: 1024px;
    margin: 40px auto;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 10px;
  }
  .where-top h4 {
    padding-left: 0px;
    padding-top: 40px;
  }
  .where-top h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where-top .input-area {
    max-width: 767px;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
  }
  .where-top .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .where-top .input-area ruby {
    font-size: 1.25rem;
    padding: 0 140px 0 0;
  }
  .when {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;
    border-radius: 10px;
  }
  .when h4 {
    font-size: 24px;
  }
  .when h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .when .input-top {
    margin: 0 auto;
    font-size: 16px;
  }
  .when .input-top input {
    width: 28px;
    height: 28px;
    margin: 20px 5px;
  }
  .when .input-top li {
    width: 150px;
  }
  .when .input-bottom {
    margin: 0 auto;
    padding: 10px 0;
  }
  .when .input-bottom select {
    width: 50px;
    height: 30px;
    margin: 0 10px;
  }
  .when .input-bottom li {
    width: 150px;
  }
  .when p {
    text-align: center;
    color: red;
    font-weight: 500;
    font-size: 24px;
  }
  .where {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 20px 0;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .where h4 {
    font-size: 24px;
  }
  .where h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where .input-area {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
  .where .input-area input {
    width: 25px;
    height: 25px;
    margin: 5px;
  }
  .what {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #afe2c2;
    margin: 40px auto;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
  }
  .what h4 {
    padding-left: 40px;
    padding-top: 40px;
    font-size: 24px;
  }
  .what h4::before {
    content: url(../images/search-green.png);
    margin-right: 7px;
  }
  .what .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    display: block;
  }
  .what .input-area input {
    width: 25px;
    height: 25px;
    margin: 15px 14px;
  }
  .who {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #ffeab0;
    margin: 20px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .who h4 {
    font-size: 24px;
  }
  .who h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .who .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 18px;
  }
  .who .input-area input {
    width: 25px;
    height: 25px;
    margin: 10px;
  }
  .how {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 20px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .how h4 {
    font-size: 24px;
  }
  .how h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .how .input-area {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 75px;
    font-size: 18px;
  }
  .how .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .border {
    border-bottom: 2px solid #facd89;
  }
  .icon-area-top {
    max-width: 1024px;
    width: 90%;
    height: auto;
    margin: 60px auto 20px;
    text-align: center;
  }
  .icon-area-top img {
    width: 220px;
    height: 45px;
  }
  .icon-area-top button {
    border: none;
    background: none;
  }
  
  .where-instsearch {
    max-width: 767px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 20px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
  }
  .where-instsearch h4 {
    font-size: 24px;
  }
  .where-instsearch h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .where-instsearch .input-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 65px;
    font-size: 18px;
  }
  .where-instsearch .input-area input {
    width: 25px;
    height: 25px;
    margin: 10px;
  }
  
    .where-instsearch {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 40px auto;
    padding: 10px;
    font-size: 24px;
  }
  .where-instsearch h4 {
    font-size: 24px;
  }
  .where-instsearch h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where-instsearch .input-area {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 20px;
  }
  .where-instsearch .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
 
  /**************************************
                施設情報検索
**************************************/
  .page-title-inst {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #f39800;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #f4a218), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #f4a218), color-stop(0.75, #f4a218), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-inst h2 {
    font-size: 32px;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info-inst {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff5e3;
  }
  section.page-info-inst .event {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  section.page-info-inst .event .text-area {
    width: 100%;
  }
  section.page-info-inst .event .text-area h2 {
    font-size: 32px;
    color: #f39800;
    line-height: 40px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: dotted 6px #f39800;
  }
  section.page-info-inst .event .text-area p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
  }
  section.page-info-inst .event img {
    text-align: center;
    position: absolute;
    left: 40%;
  }
  section.check-list {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
  section.check-list .top-comment {
    padding: 20px 0;
    display: block;
    text-align: center;
  }
  section.check-list .top-comment h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 50px;
    text-align: left;
    padding: 10px;
  }
  section.check-list .top-comment img {
    width: 135px;
    height: 107px;
  }
  .keyword {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #ffeab0;
    margin: 40px auto;
    padding: 10px;
  }
  .keyword h4 {
    font-size: 24px;
  }
  .keyword h4::before {
    content: url(../images/search-yellow.png);
    margin-right: 7px;
  }
  .keyword .input-style {
    text-align: center;
    padding-top: 40px;
  }
  .keyword .input-style input {
    width: 90%;
    height: 40px;
  }
  .where {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #ffc9df;
    margin: 40px auto;
    padding: 10px;
    font-size: 24px;
  }
  .where h4 {
    font-size: 24px;
  }
  .where h4::before {
    content: url(../images/search-pink.png);
    margin-right: 7px;
  }
  .where .input-area {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 20px;
  }
  .where .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .when-inst {
    max-width: 1024px;
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;
  }
  .when-inst h4 {
    font-size: 24px;
  }
  .when-inst h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .when-inst .input-top {
    margin: 0 auto;
    padding: 10px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 24px;
  }
  .when-inst .input-top input {
    width: 25px;
    height: 25px;
    margin: 20px 20px 0;
  }
  .when-inst .input-bottom {
    margin: 0 auto;
    padding: 10px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .when-inst .input-bottom select {
    width: 220px;
    height: 30px;
    margin: 0 20px;
  }
  .when-inst p {
    text-align: center;
    color: red;
    font-weight: 500;
    font-size: 24px;
  }
  .where-inst {
    width: 90%;
    height: auto;
    background-color: #ffeab0;
    margin: 40px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 15px;
  }
  .where-inst h4 {
    font-size: 24px;
  }
  .where-inst h4::before {
    content: url(../images/search-blond.png);
    margin-right: 7px;
  }
  .where-inst .input-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 65px;
    font-size: 20px;
    display: block;
    flex-wrap: wrap;
  }
  .where-inst .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .where-inst .input-area ruby {
    font-size: 16px;
  }
  .what-inst {
    width: 90%;
    height: auto;
    background-color: #c7ddf2;
    margin: 40px auto;
    padding: 10px;
    font-size: 24px;
    border-radius: 15px;
  }
  .what-inst h4::before {
    content: url(../images/search-blue.png);
    margin-right: 7px;
  }
  .what-inst .input-area {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 65px;
    font-size: 20px;
    display: block;
    flex-wrap: wrap;
  }
  .what-inst .input-area p {
    font-size: 18px;
    margin-left: 35px;
  }
  
  .what-inst .input-area input {
    width: 25px;
    height: 25px;
    margin: 25px 14px;
  }
  .what-inst .input-area ruby {
    font-size: 18px;
  }
  .icon-area-top {
    max-width: 1024px;
    width: 90%;
    height: auto;
    margin: 60px auto 20px;
    text-align: center;
    display: block;
  }
  .icon-area-top img {
    width: 90vw;
    height: 16.5vw;
    margin: 30px 0;
    margin: 30px 0;
  }
  .icon-area-top button {
    border: none;
    background: none;
  }
  .icon-area-bottom {
    max-width: 1024px;
    width: 90%;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .icon-area-bottom img {
    width: 90vw;
    height: 16.5vw;
    margin: 30px 0;
  }
  .icon-area-bottom button {
    border: none;
    background: none;
  }
  
  .icon-area-bottom-modal {
    text-align: center;
  }
  .icon-area-bottom-modal img {
    width: 218px;
    height: 37px;
    margin: 45px;
  }
  
 
  .swich {
    width: 80%;
    max-width: 767px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swich button {
    margin: 0 5px;
    padding: 0;
/*    width: 7.5vw;
    height: 6.5vw;*/  }
  .swich button.b-color {
  }
  .swich button.first {
  }
  /*********************************
            施設情報詳細
*********************************/
section.top-details table td span {
  background-color: #48c47d;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 1rem;
}
  section.inst-details {
    max-width: 1025px;
    width: 100%;
    margin: 80px auto;
  }
  section.top-details h2 {
    font-size: 28px;
    text-align: center;
    padding: 30px 0;
}
  section.inst-details .category-type {
    width: 90%;
    height: 60px;
    background-color: #cce198;
    color: black;
    text-align: center;
    margin: 40px auto 20px;
    border-radius: 20px;
  }
  section.inst-details .category-type p {
    font-size: 20px;
    line-height: 60px;
  }
  section.inst-details table {
    width: 90%;
    margin: 0 auto;
    height: auto;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  section.inst-details table th {
    width: 100%;
    padding: 20px 0;
    vertical-align: middle;
    background-color: #fffae1;
    line-height: 36px;
  }
  section.inst-details table td {
    width: 100%;
    padding: 10px 0;
    vertical-align: middle;
    line-height: 36px;
  }
  section.inst-details table tr {
    border-bottom: dotted 1px black;
  }
  /**********************************
                少年団体の情報
**********************************/
  .page-title-shonen {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #00b7ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #18bef0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #18bef0), color-stop(0.75, #18bef0), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-shonen h2 {
    font-size: 32px;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info-shonen {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #effaff;
  }
  section.page-info-shonen .event {
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
  }
  section.page-info-shonen .event .text-area {
    width: 100%;
  }
  section.page-info-shonen .event .text-area h2 {
    font-size: 26px;
    color: #00b7ee;
    line-height: 40px;
    padding: 20px 0;
    border-bottom: dotted 6px #00b7ee;
    text-align: center;
  }
  section.page-info-shonen .event .text-area p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
    text-align: left;
  }
  section.page-info-shonen .event img {
    width: 246px;
    height: 256px;
  }
  section.group-list {
    max-width: 1024px;
    width: 90%;
    margin: 60px auto;
  }
  section.group-list h2 {
    font-size: 22px;
    line-height: 36px;
    padding: 20px 0;
  }
  table {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-top: solid 2px black;
  }
  table th {
    width: 100%;
    padding: 5px 0;
    background-color: #fffae1;
    line-height: 36px;
    display: block;
  }
  table td {
    width: 100%;
    padding: 10px 0;
    line-height: 36px;
    display: block;
  }
  table tr {
    border-bottom: dotted 1px black;
  }
  
 /**********************************
       インターネットを正しく使おう
**********************************/
   .page-title-internet-right-use {
    width: 100%;
    height: 110px;
    margin-top: 80px;
    background-color: #00b7ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #18bef0), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #18bef0), color-stop(0.75, #18bef0), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  .page-title-internet-right-use h2 {
    font-size: 32px;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 110px;
  }
  section.page-info-internet-right-use {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #effaff;
  }
  section.page-info-internet-right-use .event {
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
  }
  section.page-info-internet-right-use .event .text-area {
    width: 100%;
  }
  section.page-title-internet-right-use .event .text-area h2 {
    font-size: 26px;
    color: #00b7ee;
    line-height: 40px;
    padding: 20px 0;
    border-bottom: dotted 6px #00b7ee;
    text-align: center;
  }
  section.page-info-internet-right-use .event .text-area p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px;
    text-align: left;
  }
  section.page-info-internet-right-use .event img {
    width: 246px;
    height: 256px;
  }
  section.group-list {
    max-width: 1024px;
    width: 90%;
    margin: 60px auto;
  }
  section.group-list h2 {
    font-size: 22px;
    line-height: 36px;
    padding: 20px 0;
  }
  table {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-top: solid 2px black;
  }
  table th {
    width: 100%;
    padding: 5px 0;
    background-color: #fffae1;
    line-height: 36px;
    display: block;
  }
  table td {
    width: 100%;
    padding: 10px 0;
    line-height: 36px;
    display: block;
  }
  table tr {
    border-bottom: dotted 1px black;
  }
  
  
  
    /* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
  
  
}
.ui-datepicker table{
	display:table;
}
.ui-datepicker table th,
.ui-datepicker table td{
	display:table-cell;
	width:auto;
}
#event_page .when .input-bottom input{
	line-height:2.5;
	display:inline-block;
	margin:0.5em;
	vertical-align:middle;
	width:7em;
}
#event_page .icon-area-top a img,
#event_page .icon-area-bottom a img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:10px;
}
#event_page .icon-area-bottom a img{
	margin:auto;
}
@media screen and (max-width: 767px) {
	#event_page ruby rt{
		line-height:1;
		transform:translatey(4px);
		font-size:0.66rem;
		letter-spacing:0;

	}
	#event_page section.page-info .event .text-area p{
		font-size:1.3rem;
		line-height:1.4;
	}
	#event_page section.check-list .top-comment h3{
		font-size:1.3rem;
		line-height:1.4;		
	}
	#event_page .keyword .input-style{
		padding-top:20px;
	}
	#event_page .when p{
		text-align:left;
		text-indent:-1em;
		margin-left:1em;
		font-size:1.2rem;
	}
	#event_page .when .input-top input,
	#event_page .where .input-area input,
	#event_page .what .input-area input{
		margin:0.5em;
		vertical-align:middle;
		display:inline-block;
	}
	#event_page .when .input-top li{
		width:auto;
		font-size:1.0rem;
	}
	#event_page .when .input-top li + li{
		margin-left:0.5em;
	}
	#event_page .where .input-area{
		display: block;
		font-size:1.0rem;

	}
	#event_page .who h4{
		margin:0 0 20px;
	}

	#event_page .who .input-area{
		line-height:normal;
		padding:5px 0;
	}
	#event_page .icon-area-top a img,
	#event_page .icon-area-bottom a img{
		margin:10px auto;
	}
}
}



main .swich button{
  padding:0 !important;
  box-sizing:border-box;
  display:block;
  background:none;
  border:none !important;
  outline:none;
  font-weight:bold;
  font-size:1rem;
}
main .swich button &gt; *{
  display:block;
  width:40px;
  height:40px;
  margin:0 5px;
  line-height:40px;
  border-radius:5px;
  border:solid 1px #0068B7;
  box-sizing:border-box;
}
main .swich button &gt; a{
  cursor:pointer;
  outline:none;
  color:#4c93af;
}
main .swich button &gt; a:hover{
  background:#0068B7;
  color:#fff;
  opacity:1;
}
main .swich button &gt; a[rel="next"],
main .swich button &gt; a[rel="prev"]{
  border-color:#626262;
  color:#626262;
  background-color:#E5E5E5;
  width:6em;
  margin:0 10px;
}
main .swich button &gt; a[rel="next"]:hover,
main .swich button &gt; a[rel="prev"]:hover{
  background-color:#626262;
  color:#E5E5E5;
}

@media screen and (max-width: 767px) {
	#event_page .input-area{
		line-height:normal;
		padding:5px 0;
	}
	#event_page .bottom-button img,
	#event_page .bottom-button img{
		margin:10px auto;
		width:auto;
		height:auto;
		max-width:100%;
	}
}


@media screen and (max-width: 767px) {
	.check-list ruby rt{
		line-height:1;
		transform:translatey(4px);
		font-size:0.66rem;
		letter-spacing:0;

	}
	.check-list .text-area p{
		font-size:1.3rem;
		line-height:1.4;
	}
	.check-list .top-comment h3{
		font-size:1.3rem;
		line-height:1.4;		
	}
	.check-list  .keyword .input-style{
		padding-top:20px;
	}
	.check-list  .when p{
		text-align:left;
		text-indent:-1em;
		margin-left:1em;
		font-size:1.2rem;
	}
	.check-list .when .input-top input,
	.check-list .where-top .input-area input,
	.check-list .what .input-area input{
		margin:0.5em;
		vertical-align:middle;
		display:inline-block;
	}
	.check-list .where-top .input-area p{
	  display:inline-block;
	  width: auto;
	}
	.check-list .when .input-top li{
		width:auto;
		font-size:1.0rem;
	}
	.check-list .when .input-top li + li{
		margin-left:0.5em;
	}
	.check-list .where-top .input-area{
		display: block;
		font-size:1.0rem;
	}
	.check-list .where-top .flex{
	  display:block;
	  font-size:0;
	  line-height: normal;
	  padding:5px 0;
	}
	.check-list .where-top .flex .flex-item{
	  display:inline-block;
	}

	.check-list .who h4{
		margin:0 0 20px;
	}
    .check-list .where-top .input-area ruby{
      font-size: 1.0rem;
      padding: 0;
      vertical-align:middle;
    }
	.where-top h4,
	.what-inst h4,
	.where-inst h4{
	  margin:0 0 10px;
	  padding:0;
	}
	.what-inst .input-area,
	.where-inst .input-area{
	  line-height:normal;
	  padding: 0;
	}
	.what-inst .input-area{
	  position:relative;
	  padding:5px 0px 5px 40px ;
	}
	.what-inst .input-area input,
	.where-inst .input-area input{
	  margin:0.5em;
	}
	.what-inst .input-area input[type="checkbox"]{
	  position:absolute;
	  left:0;
	}
	.where-inst .input-area input + p,
	.what-inst .input-area input + p{
	  margin:0;
	  line-height:normal;
	  display: inline-block;
	  font-size:1rem;
	}
	.where-inst .input-area{
	  padding:0;
	}
	#SearchForm .icon-area-top a img,
	#SearchForm + .icon-area-bottom a img{
		margin:10px auto;
		width:auto;
		height:auto;
		max-width:100%;
	}
}

.article-list .date{
  width: 8em;
}

/*    11/23 追記    */
.grid01{
	-ms-grid-column: 1;
}
.grid02{
	-ms-grid-column: 2;
}
/*    /--11/23 追記    */
@media screen and (max-width: 767px) {
  .article-list .date{
    width:auto;
  }
  .icon-area-bottom img{
    width:auto;
    max-width:100%;
    height: auto;
  }
  .article-list .text{
    font-size:18px;
    line-height:1.6;
  }
}

header{
  transition:background .4s;
}
header.fixedMenu{
     background: rgba(255, 255, 255,1);
}</pre></body></html>