html {
    height: 100%;
    font-size: 0.85vw;
    overflow-x: hidden;
}

/*▼デバイスの画面幅によって文字サイズを調整▼*/
@media screen and (max-width: 1599px) {
    html {
        font-size: 1vw;
    }
}

@media screen and (max-width: 1239px) {
    html {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 979px) {
    html {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 3vw;
    }
}

@media screen and (max-width: 479px) {
    html {
        font-size: 3.5vw;
    }
}

@media screen and (max-height: 499px) {
    html {
        font-size: 2vw;
    }
}

/*▲デバイスの画面幅によって文字サイズを調整▲*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #222;
    -webkit-text-size-adjust: 100%;
    background-size: cover;
}

.red {
    color: #cb0000 !important;
}

.button {
    display: inline-block;
    margin: 0 0.2em 0.5em;
    padding: 0.3em 0.2em 0.1em;
    color: #fff !important;
    font-weight: normal !important;
    background: #5f0f4e;
    border-radius: 0.2em;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.button2 {
    display: inline-block;
    margin: 0 0.2em 0.5em;
    padding: 0.3em 0.2em 0.1em;
    color: #fff !important;
    font-weight: normal !important;
    background: #1C4E29;
    border-radius: 0.2em;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.bg1 a:hover {
    background: #17A689 !important;
}

.bg2 a:hover {
    background: #0F08A6 !important;
    color: #ffffff !important;
}

.bg3 a:hover {
    background: #458C8C !important;
    color: #ffffff !important;
}

.bg4 a:hover {
    background: #04CCCC !important;
}

.bg5 a:hover {
    background: #F2E291 !important;
}

.bg6 a:hover {
    background: #FF85A5 !important;
}

.bg7 a:hover {
    background: #F2D12C !important;
}

.bg8 a:hover {
    background: #77BF69 !important;
}

.bg9 a:hover {
    background: #F2CB05 !important;
}

.bg10 a:hover {
    background: #F2903A !important;
}

.bg11 a:hover {
    background: #4184D9 !important;
    color: #ffffff !important;
}

.bg12 a:hover {
    background: #788C73 !important;
    color: #ffffff !important;
}

.bg13 a:hover {
    background: #A8D9A3 !important;
}

.bg14 a:hover {
    background: #BF417C !important;
    color: #ffffff !important;
}

.bg15 a:hover {
    background: #ECC7FA !important;
}

/*▼ランダムに背景画像を切り替え▼*/
body.bg1 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg2 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg3 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg4 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg5 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg6 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg7 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg8 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg9 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg10 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg11 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg12 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg13 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg14 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

body.bg15 {
    background: url(../images/back3.jpg) center no-repeat fixed;
    background-size: cover;
}

/*▲ランダムに背景画像を切り替え▲*/

/*▼プリセットの影のデザイン▼*/
.z-depth-1 {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

/*▲プリセットの影のデザイン▲*/

.drawer-btn {
    display: none;
    z-index: 999;
    position: fixed;
    width: 4rem;
    height: 4rem;
    top: 1rem;
    left: 1rem;
    padding: 2.65rem 0 0;
    font-size: 0.65rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.drawer-btn.active {
    background: #f5c71d;
}

.drawer-btn:hover {
    background: #f5c71d;
}

.drawer-btn:after {
    content: "MENU";
}

.drawer-btn.active:after {
    content: "CLOSE";
}

.drawer-btn span {
    position: absolute;
    height: 2px;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333;
    border-radius: 1px;
}

.drawer-btn span:nth-of-type(1) {
    top: 1rem
}

.drawer-btn span:nth-of-type(2) {
    top: 1.6rem
}

.drawer-btn span:nth-of-type(3) {
    top: 2.2rem
}

.global-menu {
    z-index: 799;
    position: fixed;
    height: 39em;
    top: 0;
    bottom: 0;
    left: 4%;
    margin: auto;
    color: #fff;
}

.global-menu ul {
    padding: 0.7rem 0;
    font-size: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0.7rem;
    margin-top: 15px;
}

/*.global-menu ul.kouza {
    position: relative;
    margin-top: 15px;
    left: 30px;
}*/

.global-menu ul li {
    font-size: 1.1rem;
}

.global-menu ul li.additional {
    font-size: 1.1rem;
	line-height: 0.5em;
}

.global-menu a {
    display: block;
    padding: 0.75em 1em;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.global-menu a:hover {
    background: #f5c71d;
    color: #333;
}

.head-menu {
    z-index: 899;
    position: fixed;
    width: 100%;
    height: 3.5em;
    top: 0;
    color: #fff;
    line-height: 3.5rem;
    background: rgba(0, 0, 0, 0.80);
}

.head-menu h2 {
    position: absolute;
    top: 0;
    left: 1rem;
    font-size: 1.2rem;
}

.head-menu ul {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 0;
}

.head-menu ul li {
    display: inline-block;
    font-size: 1rem;
}

.head-menu a {
    display: block;
    padding: 0 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.head-menu a:hover {
    background: #f5c71d;
    color: #333;
}

.head-menu .twitter a {
    padding: 0;
    width: 3.5em;
    height: 3.5em;
    text-align: center;
}

.head-menu .twitter img {
    vertical-align: middle;
    width: 70%;
    max-height: 100%;
}

.top-logo img {
    position: absolute;
    max-width: 35%;
    max-height: 55%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.event-list {
    position: absolute;
    width: 25%;
    height: 10em;
    right: 4%;
    bottom: 6em;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0.5em;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.event-list.open {
    height: auto;
    top: 5em;
    background: rgba(0, 0, 0, 0.8);
}

.event-list h2 {
    z-index: 99;
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
}

.event-list .more {
    z-index: 98;
    position: absolute;
    top: 0.5em;
    right: 1em;
    padding: 0 0.5em;
    line-height: 2rem;
    border-radius: 0.5em;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.event-list .more:hover {
    background: #f5c71d;
    color: #333;
}

.event-list iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 3.5em 0 1em;
}

footer {
    text-align: right;
    margin: 0 2em 1em 0;
    color: #333;
    line-height: 1.5;
}

#top footer {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .copyright {
    font-size: 0.8rem;
    color: #5a5a5a;
}

.bnr-area {
    width: 100%;
    height: auto;
    background: white;
    position: fixed;
    bottom: 0;
}

.bnr-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
}

.bnr-area ul li {
    flex: 0 1 auto;
    margin: 0 0.5em 0 0;
    text-align: center;
}

.bnr-area ul li:last-child {
    margin-right: 0;
}

.bnr-area ul li img {
    max-width: 100%;
}

.bnr-area .close-btn {
    display: none;
}

#top .bnr-area {
    position: absolute;
    bottom: 0;
}

main {
    position: relative;
    margin: 6rem 4% 4rem 22rem;
    padding: 2em 2.5em;
    font-size: 1.1em;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0.5em;
}

main2 {
    position: relative;
    margin: 6rem 4% 4rem 22rem;
    padding: 2em 2.5em;
    font-size: 1.1em;
    line-height: 1.7;
    background: rgba(255, 255, 255, 255);
    border-radius: 0.5em;
}

main a {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    color: #5f0f4e !important;
    font-weight: 900;
}

main a:hover {
    background-color: #f5c71d;
}

main p {
    margin: 0.5em 0 0.5em 1em;
}

main h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

main h2 {
    margin: 1em 0 0.5em;
    font-size: 1.7rem;
    font-weight: 700;
}

main h3 {
    margin: 1em 0 0.5em;
    font-size: 1.2rem;
    font-weight: 700;
}

main ul {
    margin: 0 0 0 1em;
}

main table {
    width: auto;
    max-width: 100%;
}

main td {
    padding: 0.2em 0.5em;
    border: solid 1px #aaa;
}

main#keisai ul {
    display: inline-block;
}

main#keisai li {
    display: inline-block;
    font-size: 0;
    margin: 0.2rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

main#keisai .year {
    position: relative;
    width: 100px;
    height: 139px;
    padding: 1em 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.10);
    border: solid 1px #f5c71d;
    border-radius: 0.3rem;
}

main#keisai .year:after {
    display: block;
    position: absolute;
    top: 1.2em;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: ">";
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    background: rgba(255, 255, 255, 0.70);
    font-size: 2rem;
    border-radius: 50%;
}

main#keisai .kiji .year {
    width: 167px;
    height: 240px;
    padding: 3em 0 0;
}

main#keisai .accord_btn:hover {
    cursor: pointer;
}

main#keisai .accord_btn:hover {
    background: #f5c71d;
}

main#keisai .accord_btn.open ~ li {
    display: inline-block;
}

main#keisai .accord_btn:not(.open) ~ li {
    display: none;
}

main#kouenkai li {
    padding: 0.5em 0;
}

main#kouenkai li:not(:last-child) {
    border-bottom: dashed 1px #666;
}

main#syosho:after {
    content: " ";
    clear: both;
    display: block;
}

main#syosho h2 {
    float: left;
    clear: both;
    margin: 0 2rem 0 1rem;
}

main#syosho ul {
    overflow: auto;
    margin: 0 1rem 2rem;
    padding: 0 0 1rem;
    border-bottom: dashed 1px #666;
    min-height: 230px;
}

main#cyosaku p {
    text-align: left;
}

main#cyosaku ul {
    text-align: center;
    font-size: 0;
}

main#cyosaku li {
    display: inline-block;
    vertical-align: top;
    padding: 2rem 1rem;
    font-size: 0.9rem;
}

main#cyosaku li img {
    max-width: 100%;
    height: auto;
}

main2#cyosakua p {
    text-align: left;
}

main2#cyosakua ul {
    text-align: center;
    font-size: 0;
}

main2#cyosakua li {
    display: inline-block;
    vertical-align: top;
    padding: 2rem 1rem;
    font-size: 0.9rem;
}

main2#cyosakua li img {
    max-width: 100%;
    height: auto;
}


main#raireki p {
    font-size: 1.2rem;
}

main .calendar {
    width: 560px;
    table-layout: fixed;
    background: #CCCCCC;
    color: #666666;
}

main .calendar td {
    text-align: center;
    vertical-align: middle;
}

main#kako table {
    width: 100%;
    max-width: 1200px;
}

@media screen and (max-width: 979px), screen and (orientation: portrait) {
    .drawer-btn {
        display: block;
    }

    .global-menu {
        opacity: 0;
        top: 4.2rem;
        bottom: auto;
        left: 2rem;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .global-menu.open {
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .global-menu ul {
        background: rgba(0, 0, 0, 0.8);
    }

    .head-menu h2 {
        display: none;
    }

    .head-menu ul {
        position: static;
        text-align: center;
    }

    .top-logo img {
        width: auto;
        bottom: 10%;
        max-width: 60%;
        max-height: 50%;
    }

    .event-list {
        width: 80%;
        right: 10%;
        bottom: 4em;
    }

    footer {
        margin: 0 0 1em;
        text-align: center;
    }

    #top footer {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto 1em;
    }

    main {
        width: 85%;
        margin: 6rem auto 2rem;
        padding: 1em 1.5em;
    }

    main2 {
        width: 85%;
        margin: 6rem auto 2rem;
        padding: 1em 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .head-menu ul {
        position: absolute;
    }

    .head-menu ul li:not(.twitter) {
        display: none;
    }

    .head-menu h2 {
        display: block;
        position: static;
        text-align: center;
        font-size: 1.1rem;
    }

    .head-menu h2 a {
        display: inline-block;
    }

    .event-list {
        height: 3em;
    }

    main h1 {
        font-size: 2.5rem;
    }

    audio {
        max-width: 100%;
    }

    .bnr-area {
        max-height: auto;
    }

    .bnr-area ul li {
        display: none;
        width: 100%;
        margin-right: 0;
    }

    .bnr-area ul li img {
        width: 100%;
        max-height: auto;
        vertical-align: bottom;
    }

    .bnr-area .close-btn {
        display: inline-block;
        background: #bbb;
        width: 30px;
        height: 30px;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        right: 0;
        overflow: hidden;
    }

    .bnr-area .close-btn:before,
    .bnr-area .close-btn:after {
        content: "";
        display: block;
        background: #fff;
        width: 20px;
        text-align: center;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        cursor: pointer;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
    }

    .bnr-area .close-btn:before {
        transform: rotate(45deg);
    }

    .bnr-area .close-btn:after {
        transform: rotate(-45deg);
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .global-menu ul {
        width: 36.4rem;
        margin-top: -0.5em;
        margin-bottom: -0.5em;
    }

    .global-menu ul li {
        display: inline-block;
    }

    .bnr-area {
        max-height: 10vw;
    }

    .bnr-area ul li img {
        width: auto;
        max-height: calc(10vw - 1em);
    }

    .bnr-area ul li {
        display: block;
    }

    .bnr-area .close-btn {
        display: none;
    }

}

@media screen and (max-width: 479px) {
    main#syosho h2 {
        float: none;
    }
}

/*
li {
    margin-top: 0em;
    margin-bottom: 0em;
}
*/





#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* コピーボタン */
.copy_btn {
  width:50%!important;
  padding: 10px 0;
  margin-left: auto!important;
  margin-right: 0!important;
  color:#ffffff;
  font-weight:bold;
  background:#000000;
  border: solid 2px #000000;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #000000;
}
.copy_btn:hover {
	cursor: pointer;
}





.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.modal-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.button_c {display: inline-block;
	margin: 0 0.1em 0.1em;
	padding: 0.05em 0.45em 0.05em 0.45em;
	color: #283C64 !important;
	font-weight: normal !important;
	background: #FDB784;
	border-radius: 0.2em;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	 font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}