@charset "UTF-8";

/*  HOME
===================================*/
.cover-top {
    position: relative;
    width: 100%;
    height: 700px;
}
.cover-top .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 700px;
    display: block;
    background-image: 
        url("../img/main_img.png"),
        url("../img/main_bg.png");
    background-position:
        top -10px center,
        bottom -120px center;
    background-size:
        1350px,
        1500px;
    background-repeat:
        no-repeat,
        no-repeat;
}

.cover-top .area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: 700px;
    display: block;
}

.cover-top .area h2 {
    max-width: 650px;
    margin-top: 40px;
}
.cover-top .area h3 {
    max-width: 650px;
    margin-top: 20px;
}

.cover-top .area .txt {
    position: absolute;
    display: table;
    bottom: 80px;
    left: 5px;
    padding: 3px 20px;
    height: 80px;
    border: 1px solid #5da1bc;
    background-color: #235faa;
}

.cover-top .area .txt dl {
    margin-top: 10px;
    display: table-cell;
    vertical-align: middle;
}
.cover-top .area .txt dl:first-of-type {
    margin-top: 0;
}
.cover-top .area .txt dt {
    font-size: 1.9rem;
    line-height: 1;
    white-space: nowrap;
    margin-right: 5px;
    color: #ffc938;
}
.cover-top .area .txt dt p {
    display: table-cell;
    vertical-align: middle;
}
.cover-top .area .txt dd {
    font-size: 2.0rem;
    line-height: 1.3;
    white-space: nowrap;
    color: #fff;
}
.cover-top .area .txt dd p {
}
.cover-top .area .txt dd p.red {
    color: #109719;
    text-align: right;
    margin-top: 3px;
}
.cover-top .area .txt dd p em {
    position: relative;
    font-style: normal;
}
.cover-top .area .txt dd p em:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f91111;
    border-top: 1px solid #f91111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 0;
}

.cover-top .area .pr-cinema {
    background-color: #1f3d8b;
    border: 1px solid #5da1bc;
    display: inline-block;
    padding: 20px;
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #fff;
}
.cover-top .area .pr-cinema .tai {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.cover-top .area .pr-cinema > p {
    font-size: 1.5rem;
}
.cover-top .area .pr-cinema > ul {
    margin-top: 10px;
}
.cover-top .area .pr-cinema > ul li {
}
.cover-top .area .pr-cinema > ul li a {
    color: #fff22f;
}
.cover-top .area .pr-cinema > ul li a i {
    color: #fff22f;
    font-size: 1.2rem;
}
.cover-top .area .pr-cinema > ul li a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fff22f inset;
}


.cover-top .area .pr-cinema.greeting {
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    color: #222;
    border: 2px solid #ffc938;
}

/* 終了あいさつ */
.cover-top .area .pr-cinema.greeting .aisatu-txt > p {
    font-size: 1.65rem;
    line-height: 2;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 0.03em;
    font-feature-settings: normal;
    margin-top: 5px;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .cop {
    margin-top: 10px;
    text-align: right;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .cop > p {
    font-family: serif;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .cop > p > b {
    font-size: 1.8rem;
}

.cover-top .area .pr-cinema.greeting .aisatu-txt .red {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 5px;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .bb {
    font-weight: 600;
    font-size: 1.65rem;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .txt-btn {
    position: absolute;
    bottom: 50px;
    left: 20px;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .txt-btn {
    height: 46px;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #107dc3;
    background-color: #107dc3;
    width: 50%;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .txt-btn i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.cover-top .area .pr-cinema.greeting .aisatu-txt .txt-btn:hover {
    border: 1px solid #e7c314;
    background-color: #ffe04a;
    color: #222;
}


/* home-txt
===================================*/
.home-txt {
    margin-top: 25px;
    padding: 4px;
    border: 1px solid #5da1bc;
}

.home-txt .waku {
    background: #fff;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}
.home-txt .waku {
    background-image: url(../img/home-pho.png);
    background-position: top 270px right 25px;
    background-repeat: no-repeat;
    background-size: 300px;
}

.home-txt .txt-a {
}
.home-txt .txt-a h2 {
    font-size: 5.3rem;
    line-height: 1.2;
    font-weight: bold;
}
.home-txt .txt-a h2 span {
    font-size: 5.0rem;
    color: #f29d10;
    margin-right: 5px;
}
.home-txt .txt-a h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
}
.home-txt .txt-a h4 {
    font-size: 2.3rem;
    line-height: 1.2;
    font-weight: 600;
    color: #8a8a8a;
}

.home-txt .txt-b {
    margin-top: 40px;
}
.home-txt .txt-b dl {
    display: -webkit-flex;
    display: flex;
    margin-top: 25px;
}
.home-txt .txt-b dt {
    font-size: 1.7rem;
    line-height: 1;
    padding: 8px 3px;
    text-align: center;
    flex-shrink: 0;
    width: 130px;
    margin-right: 15px;
    background-color: #ffc938;
    color: #154f9b;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
}
.home-txt .txt-b dd {
    font-size: 2.4rem;
    line-height: 1.3;
    align-self: center;
    font-weight: 600;
}
.home-txt .txt-b dd p {
    font-size: 1.6rem;
    line-height: 1.3;
}
.home-txt .txt-b dd em {
    font-size: 1.55rem;
    line-height: 1.3;
    display: block;
    align-self: center;
    font-style: normal;
    padding-top: 3px;
    font-weight: normal;
}

.home-txt .txt-b dd.venue {
    display: block;
    font-size: 2.1rem;
}
.home-txt .txt-b dd.venue em {
    padding-top: 0;
}

.home-txt .txt-b dd.name {
    display: block;
}

.home-txt .txt-flx {
}
.home-txt .txt-c {
    display: inline-block;
}
.home-txt .txt-c .tai {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 1.7rem;
}
.home-txt .txt-c .tai p {
    line-height: 1.2;
    color: #fff;
    background-color: #235faa;
    padding: 10px 10px;
    font-weight: 500;
    margin-right: 10px;
    width: 130px;
    text-align: center;
    font-size: 1.6rem;
}
.home-txt .txt-c .tai span {
    font-size: 2.0rem;
}
.home-txt .txt-c .tai span em {
    position: relative;
    font-style: normal;
}
.home-txt .txt-c .tai span em:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f91111;
    border-top: 1px solid #f91111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 0;
}
.home-txt .txt-c .day {
    display: block;
    text-align: right;
    font-size: 1.7rem;
    font-weight: 600;
}
.home-txt .txt-c .txt {
    font-size: 1.4rem;
    line-height: 1.25;
    text-indent: -1em;
    padding-left: 1em;
    color: #0071a9;
    margin-top: 10px;
}
.home-txt .txt-c a.not {
    pointer-events: none;
    background-color: #dcdcdc;
    border: 0;
    color: #888;
    font-weight: normal;
}
.home-txt .txt-c .link-btn {
    margin-top: 15px;
    height: 50px;
}


/* home-news
===================================*/
.home-news {
    margin-top: 20px;
    border: 1px solid #5da1bc;
    padding: 4px;
}
.home-news .waku {
    background: #fff;
    padding: 10px;
}

.home-news .tai {
    display: -webkit-flex;
    display: flex;
    position: relative;
    border-bottom: 1px solid #5da1bc;
}
.home-news .tai p {
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #154f9b;
    font-weight: 600;
}

.home-news ul {
    padding: 0 20px;
    padding-top: 15px;
    min-height: 200px;
}
.home-news li {
    display: -webkit-flex;
    display: flex;
    background-image: url(../img/line_dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 13px 0;
}
.home-news li:last-of-type {
    background: none;
}
.home-news li .day {
    font-size: 1.4rem;
    line-height: 1.3;
    flex-shrink: 0;
    width: 120px;
    align-self: center;
}
.home-news li .txt {
    line-height: 1.3;
    letter-spacing: 0.03em;
}
.home-news li .txt a {
    display: inline-block;
}
.home-news li .txt a {
    color: #0071a9;
    line-height: 1.3;
    transition: 0.2s ease-out;
}
.home-news li .txt a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0044cc inset;
}


/* home-banner
===================================*/
.home-banner {
    margin-top: 35px;
}
.home-banner .area {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 5px;
}
.home-banner ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.home-banner ol li {
    display: table;
    width: calc(100% / 3 - 24px);
    background-color: #fff;
    margin: 10px 12px;
}
.home-banner ol li a {
    height: auto;
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    border: 1px solid #7a7a7a;
}
.home-banner ol li a img {
    margin: 0 auto;
    /*width: 100%;*/
}
.home-banner ol li a:hover {
    border: 1px solid #a6ddff;
    box-shadow: 0 0 6px #4aa3e1;
}


/* page-body
===================================*/
.page-body {
    margin-top: 25px;
    padding: 4px;
    border: 1px solid #5da1bc;
}
.page-body-waku {
    background: #fff;
    padding: 3px;
    padding-bottom: 40px;
    min-height: 700px;
}

.text-page {
    padding: 0 20px;
    margin-top: 35px;
}
.text-page.mt30 {
    margin-top: 30px;
}

.pg-are {
    padding: 0 10px;
}

.red {
    color: #e02300;
}
.blu {
    color: #026baf;
}

.pg-atitle {
    background-color: #fffce4;
    border: 1px solid #d5b719;
    border-left: 6px solid #d5b719;
    line-height: 1.3;
    padding: 14px 0;
    display: -webkit-flex;
    display: flex;
}
.pg-atitle.top {
    margin-top: 35px;
}
.pg-atitle p {
    font-size: 1.95rem;
    font-weight: 600;
    padding-left: 15px;
}
.pg-atitle.flxno {
    display: block;
}
.pg-atitle.flxno .atxt {
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 15px;
    margin-top: 6px;
    color: #0056b6;
}

.pg-btitle {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1;
    padding: 13px 12px;
    border-bottom: 1px solid #d5b719;
    border-left: 6px solid #d5b719;
}

.pg-ctitle {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5b719;
    font-feature-settings: normal;
}

.pg-dtitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1;
    display: inline-block;
    padding: 7px 15px;
    border: 2px solid #85acc9;
}

.pg-area {
    padding: 0 15px;
}

.pg-atxt {
    margin-top: 20px;
}
.pg-atxt p {
    font-weight: 500;
    letter-spacing: 0.03em;
    font-feature-settings: normal;
}
.pg-atxt b {
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.7rem;
    font-feature-settings: normal;
}

.pg-atxt b em {
    position: relative;
    font-style: normal;
}
.pg-atxt b em:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #f91111;
    border-top: 1px solid #f91111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1px 0;
}
.pg-atxt b.day {
    margin-left: 215px;
    display: block;
    line-height: 1.2;
    color: #e02300;
}
.pg-atxt b.change {
    display: block;
    line-height: 1.2;
    color: #e02300;
}
.pg-atxt p.dtx {
    font-size: 1.6rem;
    font-weight: 600;
    border-top: 2px solid #f91111;
    border-bottom: 2px solid #f91111;
    padding: 13px 10px;
    text-align: center;
    font-feature-settings: "pkna" 1;
}

.pg-btxt {
    margin-top: 20px;
}
.pg-btxt p {
    line-height: 1.6;
    font-feature-settings: normal;
    letter-spacing: 0.03em;
}
.pg-btxt p b {
    font-weight: 500;
    letter-spacing: normal;
    letter-spacing: 0.03em;
}
.pg-btxt p.red {
    line-height: 1.45;
    letter-spacing: normal;
}
.pg-btxt p.rig {
    text-align: right;
}

.pg-btxt a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-btxt a:hover {
    box-shadow: none;
}
.pg-btxt span {
    padding-bottom: 2px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -5px 0px #fff054 inset;
    display: inline;
}

.pg-ctxt {
    font-size: 1.4rem;
}
.pg-ctxt p {
    font-size: 1.4rem;
}

.pg-ultxt {
    margin-top: 20px;
}
.pg-ultxt li {
    text-indent: -0.9em;
    padding-left: 0.9em;
    line-height: 1.45;
    margin-top: 13px;
    font-feature-settings: normal;
}
.pg-ultxt li i {
    display: inline;
    font-size: 1.3rem;
    position: relative;
    top: -1px;
    padding-right: 1px;
    color: #d1b500;
}
.pg-ultxt li a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-ultxt li a:hover {
    box-shadow: none;
}

.pg-ultxt li b {
    font-size: 1.7rem;
    margin-right: 3px;
    font-weight: 600;
}
.pg-ultxt li em {
    font-style: normal;
    padding-bottom: 2px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -7px 0px #fff054 inset;
    display: inline;
}

.pg-ultxt p {
    padding-left: 0.9em;
    line-height: 1.45;
}

.pg-ultxt.red li {
    font-size: 1.5rem;
}
.pg-ultxt.red li i {
    color: #e02300;
}

.pg-ulpho {
    display: flex;
}
.pg-ulpho li {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
}
.pg-ulpho li p {
    text-align: center;
    margin-bottom: 5px;
}
.pg-ulpho li .pho {
    border: 1px solid #999;
}

.pg-waku {
    border: 1px solid #bbb;
}
.pg-waku strong {
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1.45;
    background-color: #c9ebbd;
    padding: 6px 10px;
    display: block;
}
.pg-waku .txt {
    padding: 15px;
    padding-top: 8px;
    line-height: 1.5;
}
.pg-waku .txt p {
    margin-top: 6px;
    letter-spacing: 0.03em;
}
.pg-waku .txt p a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-waku .txt p a:hover {
    box-shadow: none;
}
.pg-waku .txt p > b {
    font-size: 1.6rem;
}

table {
    width: 100%;
}
table th,
table td {
    border: 1px solid #ccc;
}
.pg-table {
}
.pg-table th,
.pg-table td {
    padding: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}
.pg-table th {
    font-weight:500;
    white-space: nowrap;
    text-align: left;
    background-color: #eee;
}
.pg-table td strong {
    font-weight:500;
    letter-spacing: 0.05em;
    font-feature-settings: "pkna" 1;
    display: block;
}
.pg-table td b {
    font-weight:500;
}
.pg-table th small {
    font-size: 1.35rem;
    font-weight:normal;
    color: #e02300;
}
.pg-table th.w220 {
    width: 220px;
}

.pg-table td p {
    font-feature-settings: "pkna" 1;
}
.pg-table td small {
    font-size: 1.4rem;
    display: block;
    font-weight:normal;
    color: #e02300;
}
.pg-table td p em {
    padding-bottom: 2px;
    font-style: normal;
    box-shadow: 0 0px 0 transparent inset, 0px -6px 0px #fff054 inset;
}
.pg-table td dl {
    display: flex;
    margin-top: 10px;
}
.pg-table td dl:first-of-type {
    margin-top: 0;
}
.pg-table td dl dt {
    flex-shrink: 0;
    width: 120px;
}
.pg-table td dl dd {
}

.pg-table.cloak td dl {
    margin-top: 3px;
}
.pg-table.cloak td dl dt {
    width: 220px;
}

.pg-table.payment {
}
.pg-table.payment th {
    white-space: normal;
    width: 300px;
}
.pg-table.payment td ul {
    margin-top: 15px;
}
.pg-table.payment td ul li {
    font-size: 1.5rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.3;
    margin-top: 6px;
    font-feature-settings: normal;
    letter-spacing: 0.03em;
}
.pg-table.payment td ul li i {
    position: relative;
    display: inline;
    font-size: 1.2rem;
    margin-right: 2px;
    color: #e02300;
    top: -1px;
}

.pg-dltxt {
}
.pg-dltxt dl {
    padding: 15px 0;
}
.pg-dltxt dl dt {
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-bottom: 15px;
    background-color: #c9ebbd;
    padding: 5px 10px;
}
.pg-dltxt dl dd {
    font-feature-settings: normal;
}
.pg-dltxt dl dd a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pg-dltxt dl dd a:hover {
    box-shadow: none;
}

.pg-cpany {
    border: 1px solid #bbb;
    line-height: 1.5;
    margin-top: 60px;
}
.pg-cpany.mt100 {
    margin-top: 100px;
}
.pg-cpany .area {
    padding: 15px;
    padding-top: 8px;
}

.pg-cpany strong {
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 1;
    background-color: #109719;
    color: #fff;
    padding: 10px 15px;
    display: block;
}
.pg-cpany p {
    margin-top: 6px;
}
.pg-cpany p a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
    letter-spacing: normal;
}
.pg-cpany p a:hover {
    box-shadow: none;
}

.pg-cpany.mt160 {
    margin-top: 160px;
}
.pg-cpany.mt250 {
    margin-top: 250px;
}

.pg-docm {
    margin-top: 20px;
}
.pg-docm dt {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
}
.pg-docm dt i {
    font-size: 2.6rem;
    margin-right: 3px;
    color: #4f8ebc;
    position: relative;
    top: -2px;
}
.pg-docm dd {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}
.pg-docm dd .lef {
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
}
.pg-docm dd .lef .img {
    border: 1px solid #aaa;
    width: 150px;
    align-self: flex-start;
}
.pg-docm dd .lef .img img {
}
.pg-docm dd .lef .txt {
    margin-left: 20px;
    font-size: 1.4rem;
}
.pg-docm dd .rig {
    align-self: center;
    margin: auto;
}
.pg-docm dd .rig a {
    margin-left: 20px;
    min-width: auto;
    padding: 0 30px;
}

.pg-btn {
    text-align: center;
}
.pg-btn .acce-btn {
    height: 70px;
    margin: 0 10px;
    min-width: 300px;
    font-size: 1.7rem;
    line-height: 1.2;
}

.pg-btn .acce-btn small {
    font-weight: normal;
    font-size: 1.3rem;
}
.pg-btn .acce-btn b {
    font-weight: normal;
    font-size: 1.5rem;
}
.pg-btn .acce-btn.min {
    height: 65px;
}
.pg-btn .acce-btn i {
    font-size: 2.4rem;
}
.pg-btn.long .acce-btn {
    width: 100%;
    max-width: 360px;
}

.pg-btn.not .acce-btn {
    pointer-events: none;
    border: 0;
    background-color: #dcdcdc;
    font-weight: 400;
    font-family: inherit;
    color: #888;
}
.acce-btn.not {
    pointer-events: none;
    border: 0;
    background-color: #dcdcdc;
    font-weight: 400;
    font-family: inherit;
    color: #888;
}

.pg-btn .icon-save_alt {
    position: relative;
    top: -2px;
}

.pg-btnlst {
    margin-top: 20px;
}
.pg-btnlst ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}
.pg-btnlst ul li {
    width: calc(100% / 2 - 20px);
    margin: 10px 10px;
}
.pg-btnlst ul li a {
}
.pg-btnlst.answerform {
    margin-top: 40px;
}
.pg-btnlst.answerform .list-btn {
    height: 70px;
    border: 1px solid #d6d093;
    background-color: #fff266;
    color: initial;
    font-size: 1.6rem;
}
.pg-btnlst.answerform .list-btn i {
    font-size: 1.8rem;
}
.pg-btnlst.answerform .list-btn:hover {
    border: 1px solid #2c77ae;
    background-color: #2c77ae;
    color: #fff;
}

.pg-btnlst.long {
}
.pg-btnlst.long ul {
    -webkit-justify-content: center;
    justify-content: center;
}
.pg-btnlst.long ul li {
    width: calc(100% / 1 - 20px);
    margin: 10px 10px;
    max-width: 580px;
}
.pg-btnlst.long ul li a {
    border: 1px solid #d1660d;
    background-color: #f37811;
}
.pg-btnlst.long ul li a:hover {
    background-color: #ffa300;
}

.pg-btn.ul {
    margin-top: 30px;
}
.pg-btn ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pg-btn ul li {
    margin-top: 20px;
}

.pg-chyui {
    border: 1px solid #f9adad;
}
.pg-chyui strong {
    background-color: #ffd0d0;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}
.pg-chyui ul {
    padding: 15px;
}
.pg-chyui ul li {
    text-indent: -0.9em;
    padding-left: 0.9em;
    margin-top: 10px;
    font-feature-settings: normal;
    letter-spacing: normal;
    font-size: 1.45rem;
    line-height: 1.3;
}
.pg-chyui ul li:first-of-type {
    margin-top: 0;
}
.pg-chyui ul li i {
    display: inline;
    position: relative;
    font-size: 1.2rem;
    top: -1px;
    padding-right: 2px;
    color: #e02300;
}

.text-page .tytxt {
    display: block;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.4;
    text-indent: -0.9em;
    padding-left: 0.9em;
    color: #e02300;
    font-feature-settings: normal;
}

.text-page .tytxt.blu {
    color: #026baf;
}

.pg-photo {
}
.pg-photo ul {
    display: flex;
    margin: 0 -20px;
    max-width: 740px;
}
.pg-photo ul li {
    padding: 0 20px;
}
.pg-photo ul li img {
}

.pg-photo ul li.w600 {
    max-width: 600px;
}


/* greeting
===================================*/
.hed-greeting {
    display: -webkit-flex;
    display: flex;
    padding: 0 30px;
    margin-top: 25px;
}
.hed-greeting .pho {
    max-width: 200px;
    margin-right: 10px;
}

.hed-greeting .txt {
    text-align: right;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 1.5rem;
    align-self: flex-end;
    margin-right: 30px;
    line-height: 1.8;
}
.hed-greeting .txt li {
    line-height: 1.2;
    margin-top: 6px;
}
.hed-greeting .txt li.min {
    font-size: 1.45rem;
}

.hed-greeting .txt .sub {
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: serif;
}
.hed-greeting .txt strong {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: serif;
}

.txt-greeting {
    margin-top: 30px;
    padding: 0 30px;
}
.txt-greeting p {
    line-height: 2.2;
    text-indent: 1em;
    margin: 25px 0;
    letter-spacing: 0.05em;
    font-feature-settings: "pkna" 1;
    font-size: 1.58rem;
}
.greeting .line {
    border-bottom: 1px solid #bbb;
    margin: 0 20px;
    margin-top: 60px;
}
.txt-greeting p.lef {
    text-indent: inherit;
    text-align: right;
    font-weight: bold;
    font-family: serif;
}
.txt-greeting p.rig {
    text-indent: inherit;
    text-align: right;
    line-height: 1.5;
    margin-top: 30px;
}
.txt-greeting p.rig strong {
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
    font-size: 2.1rem;
}

.pg-download {
    padding: 0 15px;
}
.pg-download a {
    height: 40px;
}


/*  outline
===================================*/
.txt-outline {
    margin-top: 35px;
}
.txt-outline dl {
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.txt-outline dl:first-of-type {
    padding-top: 10px;
}

.txt-outline dt {
    position: relative;
    font-weight: 500;
    font-size: 1.65rem;
    flex-shrink: 0;
    width: 160px;
    /*color: #154f9b;*/
    border: 1px solid #ffc938;
    background-color: #fbf5e6;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
}

.txt-outline dd {
    padding-left: 30px;
    align-self: center;
}
.txt-outline dd strong {
    font-weight: 600;
    font-size: 1.9rem;
}
.txt-outline dd strong.min {
    font-weight: 500;
    font-size: 1.7rem;
}

/*/// 会場 ///*/
.txt-outline dd .txt {
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-right: 10px;
}
.txt-outline dd .txt .one {
    line-height: 1;
}
.txt-outline dd .txt .one b {
    display: block;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 10px;
}
.txt-outline dd .txt .one p {
    font-size: 1.5rem;
    line-height: 1.4;
}
.txt-outline dd .txt .two {
}

.txt-outline dd ol {
}
.txt-outline dd ol li {
    font-size: 1.55rem;
}
.txt-outline dd ol li small {
    font-size: 1.5rem;
}

.acce-link {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.acce-link li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.acce-link li::after {
    content: "|";
    padding: 0 10px;
    color: #aaa;
}
.acce-link li:last-of-type::after {
    content: "";
}

/*/// 会場 photo ///*/
.txt-outline dd.flx {
    margin-bottom: 25px;
}
.txt-outline dd.flx:last-of-type {
    margin-bottom: 0;
}

.txt-outline dd.flx .pho {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    margin-right: 15px;
    height: 90px;
}
.txt-outline dd.flx .pho span {
    width: 120px;
    height: 90px;
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.txt-outline dd.flx .pho i {
    font-size: 27px;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    background-color: #107dc3;
}
.txt-outline dd.flx a.pho:hover i {
    background-color: #2da6f4;
}
.txt-outline dd.flx a.pho:hover span {
    opacity: 70%;
}

.txt-outline dd.flx .pho.one span {
    background-image: url("../img/facility_01s.png");
    background-size: 140px;
}
.txt-outline dd.flx .pho.two span {
    background-image: url("../img/facility_02s.png");
    background-size: 140px;
}
.txt-outline dd.flx .pho.thr span {
    background-image: url("../img/facility_03s.png");
    background-size: 140px;
}
.txt-outline dd.flx .pho.fou span {
    background-image: url("../img/facility_04s.png");
    background-size: 140px;
}
.txt-outline dd.flx .pho.fiv span {
    background-image: url("../img/facility_05s.png");
    background-size: 140px;
}


/*/// ポスター ///*/
.txt-outline dd .poster-are {
}
.txt-outline dd .poster-are a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0;
}
.poster-are a .pho {
    width: 90px;
    flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #bbb;
}
.poster-are a .pho img {
}
.poster-are a .moji {
}
.poster-are a .moji p {
    color: #026baf;
    display: inline;
    transition: 0.2s ease-out;
    padding-bottom: 3px;
}
.poster-are a:hover .moji p {
    color: #d55203;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #d55203 inset;
}


/*  access
===================================*/
.txt-access {
    padding: 0 25px;
    margin-top: 35px;
}
.txt-access.mt55 {
}

.txt-access strong {
    display: block;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.txt-access p {
}

.txt-access .flx {
    border-top: 1px solid #bbb;
    padding-top: 40px;
}
.txt-access .flx.lineno {
    border-top: 0;
    padding-top: 0;
}

.txt-access .flx .pho {
    flex-shrink: 0;
    max-width: 250px;
    margin-left: auto;
}
.txt-access .flx .txt {
}
.txt-access .flx .txt .acce-link {
    padding-top: 10px;
}
.google-map {
    padding-top: 15px;
}

.google-map .map {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 400px;
}


/* contact
===================================*/
.pg-contact {
    padding: 0 20px;
    margin-top: 45px;
}
.pg-contact dl {
    width: 100%;
    margin: 0;
    margin-top: 50px;
}
.pg-contact dl:first-of-type {
    margin-top: 0;
}
.pg-contact dt {
    position: relative;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid #f4be2d;
    background-color: #f0f0f0;
}
.pg-contact dd {
    margin: 0 5px;
    margin-top: 20px;
    line-height: 1.7;
}
.pg-contact dd a {
    display: inline;
    color: #076fb3;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 2px;
}
.pg-contact dd a:hover {
    box-shadow: none;
}


/*  program
===================================*/
.program {
}

.program_tai {
    line-height: 1;
    border-bottom: 1px solid #d5b719;
    margin-top: 30px;
    background-color: #eee;
}
.program_tai.mt10 {
    margin-top: 10px;
}
.program_tai em {
    background-color: #d5b719;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px;
    font-size: 1.3rem;
    display: inline-block;
}
.program_tai p {
    font-weight: 500;
    font-size: 1.8rem;
    padding: 10px 8px;
    padding-top: 6px;
    line-height: 1.2;
}
.program_tai p span {
    font-weight: normal;
    font-size: 1.7rem;
    display: block;
    margin-top: 5px;
}
.program_tai.flx {
    display: flex;
    align-items: flex-end;
}
.program_tai.flx p {
    padding: 15px 8px;
}
.program_tai.flx small {
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.program_day {
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 0;
    font-weight: 300;
    font-size: 1.4rem;
    padding-top: 8px;
    padding-bottom: 5px;
}
.program_day.lnot {
    border-bottom: 0;
}
.program_day .one {
    margin-right: 15px;
}
.program_day .one::before {
    font-family: 'icomoon' !important;
    content: "\e95d";
}
.program_day .two {
    margin-right: 15px;
}
.program_day .two::before {
    font-family: 'icomoon' !important;
    content: "\e95c";
}
.program_day .thr {
}
.program_day .thr::before {
    font-family: 'icomoon' !important;
    content: "\e95b";
}

.program_man {
    margin-top: 15px;
}
.program_man > li {
    display: flex;
    line-height: 1.4;
    margin-top: 10px;
}
.program_man > li b {
    font-weight: 500;
    flex-shrink: 0;
}
.program_man > li i {
    padding: 0 6px;
    flex-shrink: 0;
}
.program_man > li p {
    flex-shrink: 0;
}
.program_man > li span {
    margin-left: 10px;
    font-size: 1.45rem;
    align-self: center;
    padding-left: 0.8rem;
    text-indent: -0.8rem;
}
.program_man > li span::before {
    content: "（";
}
.program_man > li span::after {
    content: "）";
}

.program_man > .stai {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.2;
    background-color: #eee;
    padding: 5px 0;
}

.program_nav {
    padding-left: 8px;
}
.program_nav li {
    margin-top: 6px;
}
.program_nav li a {
    font-weight: 500;
    display: inline-block;
}
.program_nav li a::before {
    content: "▼";
    margin-right: 3px;
    color: #d5b719;
    transition: all 0.2s ease-out;
}
.program_nav li a:hover {
    color: #154f9b;
}
.program_nav li a:hover::before {
    color: #154f9b;
}

.pg-memo {
    margin-top: 20px;
}
.pg-memo li {
    font-size: 1.46rem;
    line-height: 1.4;
    margin-top: 10px;
    color: #e02300;
    text-indent: -1em;
    padding-left: 1em;
}

.program_nav.onde li a {
    font-feature-settings:normal;
    color: #154f9b;
}
.program_nav.onde li a span {
    transition: all 0.2s ease-out;
}
.program_nav.onde li a::before {
    font-family: 'icomoon';
    content: "\e900";
    margin-right: 3px;
    transition: all 0.2s ease-out;
    color: #154f9b;
}
.program_nav.onde li a span:hover {
    color: #154f9b;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0377db inset;
}

.timetable {
}
.timetable ul {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
}
.timetable ul li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}
.timetable ul li a {
    display: flex;
}
.timetable ul li a .pho {
    flex-shrink: 0;
    max-width: 120px;
    border: 1px solid #aaa;
}
.timetable ul li a .pho img {
}
.timetable ul li a .txt {
    margin-left: 10px;
    align-self: center;
}
.timetable ul li a .txt .txt-btx {
    font-size: 1.55rem;
    font-weight: 500;
}
.timetable ul li a .txt .txt-btx i {
    font-size: 2.0rem;
    margin-right: 5px;
}
.timetable ul li a .txt .txt-btx span {
}
.timetable ul li a:hover .txt .btn span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #3188e2 inset;
}

.onde-txt {
}
.onde-txt p {
    font-weight: 600;
    font-size: 1.65rem;
}
.onde-txt .txt-btn {
    height: 46px;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #107dc3;
    background-color: #107dc3;
    width: 50%;
    margin-top: 10px;
}
.onde-txt .txt-btn i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.onde-txt .txt-btn:hover {
    border: 1px solid #e7c314;
    background-color: #ffe04a;
    color: #222;
}


/* poster
===================================*/
.poster .list-btn {
    max-width: 400px;
    height: 54px;
    font-size: 1.5rem;
}
.poster .down-btn {
    min-width: 400px;
    height: 54px;
    font-size: 1.5rem;
}


/* unit
===================================*/
.pg-table.unit td small {
    font-size: 1.3rem;
    display: block;
    font-weight: normal;
    color: #026baf;
}
.pg-table.unit td:nth-last-child(-n+2) {
    text-align: center;
}


/* nursery
===================================*/
.nursery .pg-btn ul li {
    padding: 0 15px;
}


/* restroom
===================================*/
.pg-cinema {
}
.pg-cinema .title {
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.pg-cinema .title:before,
.pg-cinema .title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}
.pg-cinema .title:before {
    margin-right: 2rem;
}
.pg-cinema .title:after {
    margin-left: 2rem;
}

.pg-cinema .one {
}
.pg-cinema .one .pho {
    flex-shrink: 0;
    max-width: 360px;
}
.pg-cinema .one .txt {
    padding-left: 30px;
}
.pg-cinema .one .txt b {
    display: block;
    padding-bottom: 15px;
}
.pg-cinema .one .txt p {
    line-height: 2;
}

.pg-cinema .two {
}

.pg-cinema .thr {
}
.pg-cinema .thr p {
    text-indent: -1.3em;
    padding-left: 1.3em;
}


/* seminarticket
===================================*/
.seminarticket {
    border: 1px solid #ffc938;
}
.seminarticket .tai {
    line-height: 1;
    padding: 13px 15px;
    background-color: #ffc938;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.seminarticket .tai p {
    font-size: 1.7rem;
    color: #154f9b;
    font-weight: 500;
}
.seminarticket .tai span {
    color: #000000;
    font-size: 1.45rem;
    margin-left: auto;
}
.seminarticket .area {
    padding: 15px;
}
.seminarticket .area .sub {
    line-height: 1;
    padding: 5px 15px;
    background-color: #f4dea1;
    font-size: 1.7rem;
    font-weight: 500;
    font-feature-settings: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}
.seminarticket .area p {
    font-size: 1.55rem;
    font-weight: 500;
}
.seminarticket .area p.red {
    font-weight: normal;
    font-size: 1.45rem;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
}

.konshinkai {
    position: absolute;
    top: 625px;
    right: 30px;
    width: 300px;
}
.konshinkai .tai {
    background-color: #eee;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 8px 10px;
}
.konshinkai .tai p {
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 500;
}
.konshinkai .tai .min {
    font-size: 1.3rem;
    color: #e02300;
    margin-top: 5px;
}
.konshinkai .pg-table th,
.konshinkai .pg-table td {
    padding: 8px 5px;
    font-size: 1.3rem;
    line-height: 1.3;
}
.konshinkai .pg-table td {
    background-color: #fff;
}
.konshinkai .pg-table td a {
    display: inline;
    color: #076fb3;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 2px;
}
.konshinkai .pg-table td a:hover {
    box-shadow: none;
}


/*  準備中
===================================*/
.preparation {
    padding-top: 130px;
    padding-bottom: 170px;
}
.preparation p {
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
}


/*  懇親会 記念写真
===================================*/
.photo-list {
}
.photo-list ul {
    padding: 0 15px;
}
.photo-list ul li {
    display: flex;
    margin-bottom: 30px;
}
.photo-list ul li .pho {
    max-width: 150px;
}
.photo-list ul li .txt {
    margin-left: 20px;
    margin-top: 10px;
}
.photo-list ul li .txt .txt-btx {
}
.photo-list ul li .txt .txt-btx i {
    font-size: 2.3rem;
    padding-bottom: 2px;
}































