*:where(:not(html,iframe,canvas,img,svg,video,audio,input):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}


body {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}

/*top*/

.topvi {
    overflow: hidden;
    padding: 3vh 5vw;
}

.topvi .visual_wrap {
    background-color: #efed72;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    max-width: 1600px;
    min-height: 860px;
    margin: 0 auto 0;
    border-radius: 30px;
    padding: 10vh;
}
.topvi .visual_wrap h1 img{
    height: 80vh;
    position: absolute;
    top: 2vh;
    left: -2vw;
    padding-left: 1vw;
    min-height: 740px;
}
.topvi .visual_wrap h2 img{
    max-height: 20vh;
    min-height: 180px;
    margin: 20px 20px 2vh auto;
    position: absolute;
    top: 0;
    right: 0;
}
.topvi .visual_wrap h3 img{
    max-width: 600px;
    min-width: 320px;
    position: absolute;
    right: 2vw;
    bottom: -2.5vw;
}
.topvi .visual_wrap img.kokeshi {
    max-height: 65vh;
    min-height: 650px;
    padding: 10vh 10vh 1vh;
    width: 75vw;
    object-fit: contain;
    object-position: center center;
}


.topvi .txt_wrap {
    padding-top: 5vh;
    background-color: #fff;
}

.topvi .txt {
    color: #333;
    display: block;
    background-color: #fff;
    font-weight: 700;
    padding: 0 .7em;
    letter-spacing: 0.02em;
    max-width: 1600px;
    margin: 0 auto;
}

.topvi .txt .notis {
    font-size: 13px;
    padding-top: 1em;
}
.topvi .visual_wrap_sp {
    display: none;
}
@media (max-width: 900px) {
    .topvi .visual_wrap {
        display: none;
    }
    .topvi .visual_wrap_sp {
        display: block;
    }
    .topvi .txt_wrap {
        padding-top: 2vh;
    }
    .topvi .txt {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 680px) {
    .topvi .txt {
        font-size: 2.3vw;
    }
    .topvi .txt .notis {
    font-size: 2vw;
}
}
.topbn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    background-image: url(/images/bg_fish.png);
    background-size: 80px;
    margin: 0 auto;
}

.topbn img {
    max-height: 90px;
    margin: 3em 10px;
    transition: all .2s;
}

.topbn img:hover {
    opacity: .75;
}

.vi {
    padding: 0 0 2em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.vi img {
    margin: 0 auto;
    max-height: 745px;
    padding: 2em 1.5em 0;
}

.catch {
    width: 95%;
    margin: 15px auto 30px;
}

.yt {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.yt iframe {
    width: 100%;
    height: 100%;
}

h4.mv {
    padding: 1.2em 0 .2em 10px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4.mv img {
    width: 38px;
    height: auto;
    margin: 0 .5em;
}

main {
    max-width: 640px;
    margin: 2em auto;
    padding: 0 1.5em;
    color: #444;
    font-size: 18px;
    line-height: 1.8;
}

.img_center {
    height: auto;
    margin: 3.5em auto 0;
}

.yt_section {
    margin: 4em auto 2em;
}

.yt_section iframe {
    margin-bottom: .7em;
}

.yt_section h3 {
    color: #666;
    text-align: center;
    font-size: 30px;
    margin: 2.5em 0 .2em;
    font-weight: bold;
}

.faq_section h3.green,
.chk_vote h3,
.chk_today h3 {
    color: #ef6b00;
    font-size: 30px;
    margin: .1em 0 .2em;
    font-weight: bold;
    text-align: center;
}


h3.top_title {
    text-align: center;
    padding: 0 1.5em;
    margin: 3em auto 1em;
    font-weight: bold;
    max-width: 460px;
}
h3.top_title img{
    max-width: 100%;
    margin: 2em auto 0;
}

a.link_inn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 2em 20px;
    background-color: #1fba82;
    color: #fff;
    border-radius: 50px;
    transition: all .2s;
}
a.link_inn h5{
    text-align: center;
}
a.link_inn:hover {
    opacity: .85;
}
a.link_inn p{
    background: linear-gradient(transparent 88%, #328b6d 88%);
    color: #fff;
    font-size: clamp(15px, 3vw, 24px);
    padding: 0 .2em;
    display: inline-block;
}
a.link_inn span{
    font-size: 16px;
    display: block;
    padding-top: .5em;
    font-size: clamp(12px, 2vw, 16px);
}
a.link_inn img {
    width: 60px;
    margin-left: 20px;
    height: auto;
}

@media (max-width: 380px) {
    a.link_inn {
        padding: 8px .8em 20px;
    }
}

.system h4,
.chk_vote h4{
    text-align: center;
    font-size: 26px;
    margin: 1.7em 0 .5em;
    font-weight: bold;
    color: #333;
}
.system h4 small,
.chk_vote h4 small{
    font-size:22px;
    padding-left: .5em;
}
.system h4 span,
.chk_vote h4 span{
    padding: 0 .3em;
    background: linear-gradient(transparent 70%, #efed72 70%);
}
.system h4.to_sub {
    margin: .5em 0 .5em;
    font-size: 36px;
}
.system h4.sub {
    margin: 2em 0 0;
}
.today_date {
    color: #333;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    margin: .5em auto .2em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.today_date span{
    font-size: 18px;
    padding: 0 .3em .2em;
}
.notis.date {
    font-size: 15px;
    text-align: center;
    padding:.5em 1em 3em;
}

.today_vote_wrap {
    text-align: center;
}
ol.today_vote {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 1em auto;
  font-size: 25px;
  text-align: left;
  display: inline-block;
}
ol.today_vote li {
  line-height: 1.5;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}
ol.today_vote li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1fba82;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
ol.today_vote.how {
    font-size: 22px;
    font-weight: 500;
}
ol.today_vote.how li span {
    display: block;
    line-height: 1;
    padding: 7px 0;
    text-align: center;
    border: 1px solid #1fba82;
    background-color: #1fba82;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 1em;
    margin-top: 1px;
    width: 85px;
    flex-shrink: 0;
}
ol.today_vote.how li {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
}
ol.today_vote.how li small {
    font-size: 16px;
    padding-left: 1.5em;
    padding-top: .5em;
}
ol.today_vote.how li::before {
    height: 35px;
    width: 35px;
    background-color: #666;
    display: none;
}

.how_early {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #efed72;
    border-radius: 30px;
    padding: 30px 35px;
}
.how_early img {
    max-width: 18%;
    flex-shrink: 0;
}
.how_early .step {
    background-color:#fff;
    border-radius: 20px;
    padding: 10px 20px 0;
    width: 76%;
}
.how_early .step ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 1em auto;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
.how_early .step ol li {
  line-height: 1.8;
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.how_early .step ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #efed72;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 42px;
  color: #333;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 550px) {
    .today_date {
        font-size: 8vw;
    }
    .system h4, .chk_vote h4 {
        font-size: 22px;
    }
}
@media (max-width: 505px) {
    ol.today_vote.how li {
        flex-direction: column;
    }
    ol.today_vote.how li span {
        margin-bottom: .5em;
    }
    ol.today_vote.how li small {
        padding-left: 0;
    }
}
@media (max-width: 500px) {
    .today_date {
        flex-wrap:wrap;
        font-size: 12vw;
    }
    .today_date span:nth-child(2){
        font-size: 4vw;
    }
    .today_date span:nth-child(3){
        font-size: 7vw;
        padding-top: 15px;
        text-align: center;
        display: block;
        width: 100%;
    }
}


.system h5.system_subtitle {
    text-align: center;
    font-size: 20px;
    margin: 1em 0 1em;
    font-weight: bold;
    color: #333;
}
.how_subtitle {
    text-align: center;
    font-size: 28px;
    margin: 1em 0 1em;
    font-weight: bold;
    color: #333;
}
.system_box_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.system_box_wrap .system_box {
    width: 47%;
    position: relative;
    padding-bottom: 180px;
}
.system_box_wrap .system_box h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444;
    color:#fff;
    font-size:16px;
    line-height: 1.4;
    padding: 10px 1em;
    border-radius: 10px;
}
.system_box_wrap .system_box p {
    font-size: 16px;
    padding: .7em 0 0;
    text-align: justify;
    line-height: 1.8;
}
.system_box_wrap .system_box p span{
    display: block;
    font-size: 14px;
    padding-top: .4em;
}
.system_box_wrap .system_box img {
    position: absolute;
    bottom:0;
    left:calc(50% - 60px);
    width: 120px;
}
@media (max-width: 560px) {
    .how_early .step ol {
        font-size:4vw;
    }
}
@media (max-width: 450px) {
    .system_box_wrap {
        flex-direction: column;
    }
    .system_box_wrap .system_box {
        width: 100%;
        margin-bottom: 4em;
    }
    ol.today_vote.how {
        font-size: 18px;
    }
}

@media (max-width: 410px) {
    .how_early {
        flex-direction: column;
        padding: 20px 15px;
    }
    .how_early img {
        width: 20%;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    .how_early .step {
        width: 100%;
    }
    .how_early .step ol {
        font-size:12px;
    }
}


/* faq */
.faq_section .img_center {
    width: 430px;
}

.chk_vote .img_center {
    width: 350px;
    height: auto;
    margin: 5em auto 0;
}

.chk_vote h3 {
    color: #1fba82;
}

.chk_vote .btn_vote,
.chk_today .btn_today {
    width: 350px;
    border-radius: 40px;
    background-color: #1fba82;
    text-align: center;
    line-height: 1;
    margin: 1em auto;
}

.chk_vote .btn_vote a,
.chk_today .btn_today a {
    color: #fff;
    display: flex;
    font-weight: bold;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 18px 0;
}

.chk_vote .btn_vote a i {
    margin-right: .5em
}

.chk_today .img_center {
    width: 350px;
    margin: 6em auto 0;
}

.chk_today h3 {
    color: #e75208;
}

.chk_today .btn_today {
    background-color: #e75208;
}

.chk_today .note_red {
    color: #e75208;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: .5em;
}

.exbn {
    margin: 4em auto 0;
    background-color: #f5f5f5;
    padding: 2em 0;
}

.exbn h3 {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 0 0 1em;
}

.exbn a {
    display: flex;
    width: 330px;
    margin: .3em auto .8em;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
    border-radius: 40px;
}

.exbn a.sangiin {
    background-color: #1fba82;
}

.exbn a.hoketsu {
    background-color: #ef6b00;
}

.exbn p {
    margin: 1.5em auto 0;
    text-align: center;
    padding: 0 1.5em;
}

.exbn p a.txt {
    background-color: transparent;
    color: #e75208;
    width: inherit;
    display: inline-block;
    font-size: 15px;
    padding: 0 .3em;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 8px;
}

@media (max-width: 380px) {
    .exbn a {
        display: flex;
        width: 90%;
        font-size: 5vw;
    }
}

/* foot */

footer {
    margin: 0 0;
}

footer .sns_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .sns_wrap img {
    width: 36px;
    height: 36px;
    margin: .5em;
}

footer .copy {
    text-align: center;
    font-size: 13px;
    padding: .5em 0 .5em;
    background-color: #fdfdfd;
    color: #666;
}

@media (max-width: 810px) {
    header {
        margin: 0 auto 0;
    }
    header img {
        margin: 10px auto 0;
    }
    main {
        margin: 0 auto;
        padding: 0 20px;
        color: #666;
        font-size: 18px;
    }
    .catch {
        display: none;
    }
    .chk_vote .btn_vote,
    .chk_today .btn_today {
        width: 330px;
    }
    .yt_section h3 {
        font-size: 20px;
    }
    .faq_section h3.green,
    .chk_vote h3,
    .chk_today h3 {
        font-size: 20px;
    }
    .chk_vote .img_center {
        margin: 5em auto 1em;
    }
    .faq_section .img_center {
        margin: 2em auto 0;
    }
}

body.syu {
    background-color: #efed72;
}
body.gray {
    background-color: #f5f5f5;
}
body.green {
    background-color: #efed72;
}
/* faq balloon */

.balloon.line {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 21px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
}

.balloon.line img {
    width: 70px;
    height: 70px;
    margin: 0;
    margin-top: 3em;
}

.balloon.line img.face1 {
    clear: both;
}

.balloon.line img.face2 {
    margin: .2em 0 0 auto;
    display: block;
    margin-top: 2em;
}

.balloon.line .chat.gr span.circle {
    background-color: #fff;
    color: #e95098;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
}

.balloon.line .chat {
    position: relative;
    display: inline-block;
    max-width: 70%;
    margin: 8px 0 0;
    padding: 15px 24px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    font-weight: bold;
    line-height: 1.6;
}

.balloon.line .chat p {
    padding: 0 7px;
}

.balloon.line .chat p.bal_btn {
    padding: 3px 0 3px;
    display: inline-block;
    border-bottom: 2px dotted #328b6d;
    margin-bottom: 5px;
    margin-top: 5px;
}
.balloon.line .chat p.bal_btn a{
    color: #328b6d;

}

.balloon.line .chat.left.gr,
.balloon.line .chat.right.gr {
    background-color: #e95098;
    color: #fff;
    font-size: 21px;
    margin-bottom: 2em;
}

.balloon.line .chat.left.gr a,
.balloon.line .chat.right.gr a {
    color: #fff;
    display: flex;
}

.balloon.line .chat.left {
    margin-left: 30px;
    background: white;
}

.balloon.line .name+.chat.left {
    margin-top: 5px;
}

.balloon.line .chat.right {
    margin-right: 12px;
    float: right;
    color: #e95098;
    background: #fff;
    font-size: 19px;
    padding: 15px 15px 15px 15px;
}

.balloon.line .chat.right::after {
    clear: both;
    content: '';
    display: table;
}

.balloon.line .icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.balloon.line .name+.left .icon {
    top: -1.8em;
}

.balloon.line .chat::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: -21px;
}

.balloon.line .chat.left:after {
    left: -10px;
    border-radius: 18px 0 6px 18px/18px 0 1px 18px;
    box-shadow: -3px -15px 0 -5px white inset;
}

.balloon.line .chat.right::after {
    right: -10px;
    border-radius: 0 18px 18px 6px/0 18px 18px 1px;
    box-shadow: inset 3px -15px 0 -5px #fff;
}

.balloon.line .chat.left.gr:after {
    left: -10px;
    border-radius: 18px 0 6px 18px/18px 0 1px 18px;
    box-shadow: -3px -15px 0 -5px #e95098 inset;
}

.balloon.line .chat.right.gr::after {
    right: -10px;
    border-radius: 0 18px 18px 6px/0 18px 18px 1px;
    box-shadow: inset 3px -15px 0 -5px #e95098;
}

.balloon.line .left+.left::after,
.balloon.line .right+.right::after {
    content: none;
}


/* faq */

.faq_section.page .balloon.line .chat {
    margin: 8px 0 0 2.5em;
}

.faq_section.page .balloon.line .chat.right {
    margin: .3em 2.5em 2em auto;
    line-height: 1.6;
    color: #555;
}

.faq_section.page .balloon.line .chat.right.gr {
    margin: .3em 2.5em 1.2em auto;
    line-height: 1.6;
    color: #fff;
}

.faq_section.page .balloon.line .chat.right a {
    color: #ef6b00;
    background-color: #eee;
}

.faq_section.page .balloon.line .chat.right b {
    font-weight: bold;
    display: inline-block;
    color: #666;
}

main.faq {
    width: 95%;
    margin: 0 auto;
}

.faq_ot_wrap {
    margin: 2.5em auto 1em;
}

.faq_ot_wrap h4 {
    text-align: center;
    font-weight: 700;
}

.faq_ot {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.faq_ot a {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 48%;
    padding: 15px 1.5em;
    color: #fff;
    background-color: #1fba82;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    margin: .3em auto .5em;
    transition: all .4s;
}

.faq_ot a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
    color: #328b6d;
    border-radius: 50%;
    margin-right: .4em;
    height: 23px;
    width: 23px;
    flex-shrink: 0;
}

@media (max-width: 810px) {
    .balloon.line .chat.left {
        margin-left: 10px;
    }
    .balloon.line {
        font-size: 18px;
    }
    .balloon.line .chat.gr span.circle {
        width: 24px;
        height: 24px;
        font-size: 16px;
        margin-top: 5px;
    }
    .faq_section.page .balloon.line .chat {
        font-size: 20px;
    }
    .faq_section.page .balloon.line .chat.right {
        font-size: 18px;
    }
    .balloon.line .chat {
        max-width: 65%;
    }
    .faq_ot {
        flex-direction: column;
    }
    .faq_ot a {
        width: 100%;
    }
}

.page_hed {
    background-color: #ddd;
    text-align: center;
    color: #fff;
    margin-bottom: 2em;
    padding-top: 15px;
}

.page_hed.gr_back {
    background-color: #fff;
    background-image: url(../images/bg_pt3.png);
    background-size: 120px 120px;
    background-blend-mode: multiply;
}

.page_hed.pl_back {
    background-image: url(../images/bg_pt1.png);
    padding-bottom: 1em;
    background-size: 150px 150px;
    background-color: #fff;
    background-blend-mode: multiply;
}

.page_hed.bl_back {
    background-image: url(../images/bg_pt3.png);
    padding-bottom: 1em;
    background-size: 180px 180px;
    background-color: #fff;
    background-blend-mode: multiply;
}

.page_hed.pl_back .page_h1,
.page_hed.gr_back .page_h1,
.page_hed.bl_back .page_h1 {
    color: #fff;
    font-size: 13px;
    background-color: #1fba82;
    font-weight: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 0;
    margin: 0 auto 1em;
    width: 280px;
    transition: all .4s;
}

.page_hed.pl_back .page_h1:hover,
.page_hed.gr_back .page_h1:hover,
.page_hed.bl_back .page_h1:hover {
    background-color: #92d4d4;
}

.page_hed.pl_back .page_h1 a,
.page_hed.gr_back .page_h1 a,
.page_hed.bl_back .page_h1 a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
}

.pl_p {
    font-size: 15px;
    padding-bottom: 1.5em;
}

.page_hed img {
    width: 320px;
    height: auto;
}

.page_hed h3 {
    color: #fff;
    padding-bottom: .2em;
}

.page_hed p {
    font-weight: bold;
    padding-bottom: 1em;
    color: #333;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.page_hed p span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    width: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-top: 2px;
    margin-right: .3em;
}

.page_hed p.pl {
    padding: 1em 2em;
    font-size: 15px;
    text-align: left;
}

.page_hed h1 {
    color: #ddd;
    font-size: 14px;
}

.page_hed .img_center {
    padding: 1em 0 .5em;
    margin: 0 auto;
}


/* maps */

.maps .chk_vote .img_center {
    margin: 2em auto 1em;
}

.btn_map_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.btn_map_wrap p {
    width: 49%;
    margin: 1em 0 .2em;
}

.btn_map_wrap p a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    background-color: #1fba82;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 20px;
}

.map_wrap {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_wrap iframe {
    height: 95vh;
    width: 95%;
}

.back {
    text-align: center;
    margin: 2em auto 1em;
}

.back a {
    width: 250px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0 auto;
    background-color: #999;
    border-radius: 20px;
}

.page_h1 {
    font-size: 17px;
    padding: 1em 0 0;
    text-align: center;
    color: #666;
}

.early_p {
    padding: 1em 0;
    text-align: center;
}

#map.early {
    padding: 0 0 1.5em;
    /* filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.2)); */
}


/* today */

.modal_content {
    display: none;
}

@media(min-width: 810px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    header.page_hed {
        margin: 0;
    }
}

.note_red_pl {
    color: #e75208;
    text-align: center;
    padding: 0 1em 1.5em;
    font-weight: bold;
    font-size: 15px;
}

.today_h4 {
    font-size: 18px;
    padding: 0 0 1em;
    text-align: center;
}

.today_place {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto 1em;
}

.today_place .wrap_place {
    width: 47%;
    background-color: #ef6b00;
    border-radius: 10px;
    margin: .8em 1.5% 0;
}

.today_place h5 {
    width: 95%;
    margin: 2.2em auto 0;
}

.wrap_place.sendai {
    background-color: #a7a4ce;
}

.wrap_place.kesen {
    background-color: #e7aa9c;
}

.wrap_place.tome {
    background-color: #abbbe2;
}

.wrap_place.kurihara {
    background-color: #dd9dc0;
}

.wrap_place.ishi {
    background-color: #e9b789;
}

.wrap_place.osaki {
    background-color: #adcc82;
}

.wrap_place.sennan {
    background-color: #92d4d4;
}

.today_place .wrap_place a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 1.2em;
    color: #fff;
    height: 100%;
}

.modaal-content-container h4 {
    text-align: center;
    padding: 0 0 1em;
    color: #666;
}

.modaal-content-container .address {
    text-align: center;
}

.modaal-content-container .tel span {
    display: block;
    font-size: 13px;
    padding: 15px 0 10px;
    text-align: center;
}

.modaal-content-container .tel a {
    display: flex;
    justify-content: center;
    line-height: 1;
    background-color: #e75208;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin: 0 auto;
    padding: 10px 0;
    width: 200px;
    border-radius: 15px;
}


/* module */

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}