@import 'https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&family=Sawarabi+Gothic&family=Sawarabi+Mincho&display=swap';

body,
button,
input,
optgroup,
select,
textarea {
    font-family: 'Sawarabi Gothic';
}

html {
    font-size: 17px;
}

body {
    line-height: 1.8;
}

a {
    color: black;
}

br {
    font-family: sans-serif !important;
    font-size: 0;
}

.is-eng-head, .new-label {
    font-family: 'Inria Serif' !important;
}
.is-text-serif {
    font-family: 'Sawarabi Mincho' !important;
}
.has-background-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.link-button {
    display: inline-block;
    border: 1px solid;
    font-size: 18px;
    line-height: 18px;
    padding: 24px;
    border-radius: 9999px;
    text-align: center;
    position: relative;
}
.link-button-2 {
    display: inline-block;
    border: 2px solid;
    font-size: 18px;
    line-height: 18px;
    padding: 25px;
    border-radius: 9999px;
    text-align: center;
    position: relative;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.link-button-2:hover {
	background: #056A9B;
}
.link-button.is-primary {
    border-color: #056A9B;
    color: #056A9B;
}
.link-button-2.is-primary-2 {
    border-color: #056A9B;
    color: #056A9B;
	font-weight: 600;
}
.link-button-2.is-primary-2:hover {
    color: #fff;
}
.link-button.is-inverted {
    background-color: #056A9B;
    color: white;
}
.link-button.is-small {
    font-size: 14px;
    padding: 13px 48px;
}
input.link-button.is-block {
    width: 100%;
}
.link-button input[type="file"],
.link-button .mwform-file-delete {
    display: none;
}

.new-label {
    border: 2px solid #056A9B;
    color: #056A9B;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.pdf-icon {
    width: 20px;
    vertical-align: middle;
}
.link-button .pdf-icon {
    position: absolute;
    right: 32px;
    top: calc(50% - 13px);
}
.link-button.is-small .pdf-icon {
    right: 16px;
}

.table.is-bordered th {
    text-align: center;
    font-weight: normal;
    background-color: rgba(0,0,0,0.06);
}
.table.is-bordered thead th,
.table.is-bordered th[scope="row"] {
    background-color: #056A9B;
    color: white;
}
.table.is-bordered th,
.table.is-bordered td {
    padding: 18px 20px;
    vertical-align: middle;
}
.table.is-bordered .empty {
    background-color: transparent;
    border: 0;
}
.table.is-bordered th:first-of-type,
.table.is-bordered td:first-of-type {
    border-left: 0;
}
.table.is-bordered th:last-of-type,
.table.is-bordered td:last-of-type {
    border-right: 0;
}
.table-scroll {
    overflow-x: auto;
}
.responsive-cell {
    width: 230px;
}
@media (max-width: 768px) {
    .table-scroll, .table.is-fullwidth {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: auto;
    }
    .table-scroll .table.is-fullwidth {
        margin: 0 0 1.5rem;
        min-width: 768px;
    }
    .responsive-cell {
        width: 150px;
    }
}

.dlist-wrapp {
    display: block;
    padding: 3rem 1rem 2.5rem 1rem;
    border: 1px solid  rgba(0,0,0,0.4);
    position: relative;
}
.dlist-wrapp.cl01 {
    background-color: #fff6ee;
}
.dlist-wrapp.cl02 {
    background-color: #e8f3ff;
}
.dlist-wrapp h3.h_type01 {
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem;
    border: 1px solid  rgba(0,0,0,0.4);
    background: #fff;
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    z-index: 2;
}
.dlist-wrapp h3.h_type02 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
}
.dlist-wrapp h3.h_type02 span {
    padding:0.25rem 0;
    line-height: 2em;
    border-bottom: 1px solid #000;
}
.dlist-wrapp h3.h_type03 {
    display: inline-block;
    text-align: left;
    padding: 0 1rem;
	margin-right: 1rem;
    background: #fff;
    position: absolute;
    top: -1rem;
    z-index: 2;
}
.dlist-wrapp ol {
    padding: 0 2rem;
}
.dlist {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin: 0 auto;
    max-width: 640px;
}
.dlist dt {
    padding: 0 1rem 2rem 0;
    border-right: 1px solid rgba(0,0,0,0.4);
    text-align: justify;
    text-align-last: justify;
    color: #056A9B;
}
.dlist dt.no-justify {
    text-align: left;
    text-align-last: left;
}
.dlist dd {
    padding: 0 0 2rem 1rem;
}
.dlist dt:last-of-type, .dlist dd:last-of-type {
    padding-bottom: 0;
}

.pdf-focus img {
    border: 2px solid #fff;
}
.pdf-focus:hover img {
    border: 2px solid #222;
}

@media (max-width: 768px) {	
	.dlist-wrapp ol {
		padding: 2.5rem 2rem 0;
	}
    .dlist {
        grid-template-columns: 80px 1fr !important;
    }
}

.site-logo {
    width: 440px;
}

.header-button {
    width: 108px;
    height: 108px;
    background-color: #0a0a0a;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
}

.header-button:hover {
    color: white;
}

.header-button.inquiry {
    background-color: #056A9B;
}

.header-button-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.header-button-icon img {
    max-height: 30px;
    max-width: 30px;
}

.navbar {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.navbar-brand .navbar-item {
    flex-shrink: 1;
}
.navbar-brand .navbar-burger {
    flex-shrink: 0;
}
.navbar-end .navbar-item {
    display: flex;
}

@media (min-width: 1024px) {
    .navbar {
        max-width: 984px;
        margin: 0 auto 64px;
        border-bottom: 0;
        position: relative !important;
    }
    .global-menu {
        font-size: 14px;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 12px;
        top: 148px;
    }

    .global-menu .eng-link {
        font-size: 0.85rem;
        position: absolute;
        top: -40px;
    }
    
    .global-menu a {
        display: inline-block;
        padding: 4px;
        color: black;
    }
    .global-menu a:not(:first-child) {
        margin-left: 0px;
    }
    
    .global-menu a.active {
        border-bottom: 2px solid black;
    }
	.global-menu .navbar-item.active {
        border-bottom: 2px solid black;
    }

    .global-menu .navbar-dropdown {
        background-color: rgba(10, 10, 10, 0.8);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-color: rgba(10, 10, 10, 0.8);
    }

    .global-menu .navbar-dropdown a.navbar-item {
        color: white;
    }

    .global-menu .navbar-dropdown a.navbar-item:hover {
        background-color: #7c7856;
    }
}

.section.is-alt {
    background-color: #F8F7F0;
}
.section.is-alt2 {
    background-color: rgba(0,0,0,0.06);
}
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
}
.section-header .section-title {
    display: inline-block;
    color: #0a0a0a;
    border: solid #056A9B;
    border-width: 8px 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 0 14px;
    margin-bottom: 8px;
}
.section-header .section-subtitle {
    color: #056A9B;
}

.section.news {
    position: relative;
    padding-top: 4.5rem;
}
.section.news .float-right {
    height: 500px;
    position: absolute;
    top: 3.25rem;
    right: 0;
    width: 65%;
    background-image: url(../images/top_hama.jpg);
}
.section.news .float-left {
    background-color: #F8F7F0;
    position: absolute;
    top: calc(3rem + 240px);
    left: 0;
    width: 85%;
    bottom: 0;
}
.section.news .top-catch {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
.section.news .container {
    padding-top: 450px;
}
.news-box {
    background-color: white;
    padding: 64px 24px;
}
.section.news h1 .is-eng-head {
    letter-spacing: 0.1em;
    color: #056A9B;
    font-weight: bold;
}
.news-list li {
    display: flex;
}
.news-list li:not(:last-child) {
    margin-bottom: 1rem;
}
.news-list li .news-item-timestamp {
    width: 100px;
    flex-shrink: 0;
    color: #056A9B;
}
@media (max-width: 768px) {
    .section.news .float-right {
        height: 410px;
    }
    .section.news .top-catch {
        width: 140px;
    }
    .section.news .container {
        padding-top: 350px;
    }
}


.section.page-head .cover-image {
    height: 350px;
}
.section.page-head.event .cover-image {
    background-image: url(../images/top_event.jpg);
}
.section.page-head.viamare .cover-image1 {
    width: 99%;
    margin: 0 0.5%;
    height: 350px;
    background-image: url(../images/top_viamare.jpg);
}
.section.page-head.viamare .cover-image2 {
    width: 99%;
    margin: 0 0.5%;
    height: 350px;
    background-image: url(../images/top_viamare2.jpg);
}
.section.page-head.grant .cover-image {
    background-image: url(../images/top_grant.jpg);
}
.section.page-head.myway .cover-image {
    background-image: url(../images/top_myway.jpg);
}
.section.page-head.seinen .cover-image {
    background-image: url(../images/top_seinen.jpg);
}
.section.page-head.lobby_lounge .cover-image {
    background-image: url(../images/top_lobby_lounge.jpg);
}
.section.page-head.about .cover-image {
    background-image: url(../images/top_about.jpg);
}
.page-title {
    width: 30%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
    font-family: 'Sawarabi Mincho';
}
.page-title .is-eng-head {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #056A9B;
}
.page-title .viamare-logo img {
    width: 100%;
}
@media (min-width: 769px) {
    .page-title .viamare-logo {
        margin: 0
    }
}

.page-lead {
    background-color: #F8F7F0;
    padding: 32px 32px 60px;
}
@media (min-width: 769px) {
    .page-lead {
        margin: -50px 0 0 auto;
        width: 80%;
        padding: 100px 100px 60px;
    }
}
.page-lead .section-title {
    text-align: left;
}
.page-lead p {
    line-height: 2.1;
    font-size: medium;
}

.section-title {
    font-size: 36px;
    color: #056A9B;
    font-family: 'Yu Mincho';
	font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 2rem;
}
.section .section-h2 {
    font-size: 28px;
    font-family: 'Sawarabi Mincho';
    text-align: center;
    margin-bottom: 2rem;
}
@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }
    .section .section-h2 {
        font-size: 20px;
    }
    .section.page-head.viamare .cover-image1 ,
    .section.page-head.viamare .cover-image2 {
        width: 100%;
        margin: 0;
    }
}
.section .section-h2:not(:first-child) {
    margin-top: 3rem;
}
.section .section-h2::before {
    content: '【';
}
.section .section-h2::after {
    content: '】';
}


.section.top-viamare .cover-image {
    margin: 0 -1.5rem;
    background-image: url(../images/top_viamare.jpg);
    height: 450px;
}
@media (min-width: 769px) {
    .section.top-viamare .cover-image {
        margin-top: 100px;
        margin-right: 50px;
    }
    .section.top-viamare .viamare-logo {
        margin-left: -180px;
    }

}

.project-card {
    display: block;
    background-color: white;
    padding: 20px;
}
.project-card-image {
    margin-bottom: 10px;
}
.magazine.top {
    display: flex;
    justify-content: space-between;
}
.magazine::after {
    content: '';
    display: table;
    clear: both;
}
.magazine-left-wrapp {
    width: calc( 100% - 330px );
}
.magazine-right-wrapp {
    width: 300px;
}
.magazine-right-wrapp .link-button {
    width: 90%;
    margin: 0 5%;
}
.magazine-header {
    font-size: 20px;
    padding: 8px 0;
    border: solid rgba(0,0,0,0.2);
    border-width: 1px 0;
    margin-bottom: 1rem;
}
.magazine-number {
    font-size: 38px;
    vertical-align: sub;
}
.magazine-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.magazine-title small {
    font-size: 18px;
}
.magazine-image-top {
    margin: 0 0 100px;
    width: 300px;
}
.magazine-image {
    float: right;
    margin: 0 0 100px 30px;
    width: 300px;
}
.magazine-image.is-left {
    float: left;
    margin: 0 30px 30px 0;
}
@media (max-width: 768px) {
    .magazine.top {
        display: block;
    }    
    .magazine-left-wrapp {
        width: 100%;
        margin-bottom: 30px;
    }
    .magazine-right-wrapp {
        width: 100%;
    }
    .magazine-image {
        float: none !important;
        display: block;
        margin: 0 auto 30px !important;
    }
}
.magazine p {
    display: flex;
    line-height: 2;
}
.magazine p::before {
    content: '▶';
    color: #056A9B;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 2px;
}
.magazine-next {
    display: flex;
    align-items: center;
}
@media (min-width: 769px) {
    .magazine-next {
        width: 80%;
        margin: 0 0 0 auto;
    }
}
.magazine-next-label {
    background-color: #056A9B;
    padding: 16px 32px;
    color: white;
}
.magazine-next-content {
    padding: 0 16px;
}

.campaign {
    background-color: #F8F7F0;
    border: solid #056A9B;
    border-width: 8px 0;
    padding: 2rem;
    margin-top: 5rem;
}
.campaign-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: -4.8rem;
}
.campaign-header h2 {
    display: inline-block;
    color: white;
    background-color: #056A9B;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 24px 14px;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
}
.campaign-header small {
    color: #056A9B;
}
.campaign-body strong {
    font-size: 1.2rem;
}
.campaign-body em {
    color: #056A9B;
    font-style: normal;
}

.steps {
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 5rem;
}
.step {
    border: solid rgba(0,0,0,0.2);
    border-width: 1px 0;
    padding: 2rem 0;
    text-align: center;
}
.step,
.step-arrow {
    margin-bottom: 2rem;
}
.step-arrow {
    text-align: center;
}
.step-arrow img {
    width: 20px;
}

.floormap {
    max-width: 768px;
    margin-right: auto;
}
.floormap-base {
    width: 75%;
    padding-bottom: 24px;
    position: relative;
    margin: 0 auto;
}
.floormap-pointer {
    position: absolute;
    bottom: 0;
}
.floormap-pointer-dot {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 9991px;
}
.floormap-pointer.is-right .floormap-pointer-dot {
    left: -4px;
    right: auto;
}
.floormap-pointer.is-left {
    border-left: 1px solid black;
}
.floormap-pointer.is-right {
    border-right: 1px solid black;
}
.floormap-pointer.is-top {
    border-top: 1px solid black;
}
.floormap-details {
    margin: 0 -24px;
}

.inquiry-box {
    max-width: 640px;
    margin: 0 auto;
    font-family: 'Inria Serif';
    position: relative;
    background-color: #F8F7F0;
    text-align: center;
    color: #056A9B;
    padding: 2rem 0;
    margin-top: 4rem;
}
.inquiry-box img {
    width: 48px;
    position: absolute;
    left: calc(50% - 24px);
    top: -24px;
}
.inquiry-box small {
    font-size: 12px;
}
.inquiry-box a {
    color: #056A9B;
}


.form-header {
    margin: -3rem -1.5rem 3rem;
    padding: 3rem 0 2rem;
    background-color: white;
}
.form-header .section-title {
    margin-bottom: 0.5rem;
}
.form-header .section-subtitle {
    text-align: center;
    font-size: 14px;
}

.enquete-label {
    color: #056A9B;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.enquete-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.enquete-field.vertical {
    flex-direction: column;
    align-items: flex-start;
}
.enquete-field > * {
    margin-bottom: 0.5rem;
}
.enquete-field > *:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 1rem;
}
.enquete-field .input {
    flex-grow: 1;
    width: auto;
}
.enquete-field.vertical .input {
    width: 100%;
}
.mw_wp_form input.error[type="checkbox"],
.mw_wp_form input.error[type="radio"] {
    display: initial;
}
.mw_wp_form input.error {
    font-size: 1rem;
}

.upload-item {
    border: solid rgba(0,0,0,0.2);
    border-width: 1px 0;
    padding: 1rem 0;
}
.upload-item + .upload-item {
    border-top-width: 0;
}


.footer-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer-menu a:not(:last-child) {
    margin-bottom: 1rem;
}
@media (min-width: 769px) {
    .footer-menu.has-border {
        border-left: 1px solid rgba(0,0,0,0.4);
        padding-left: 5rem;
    }
    .footer-address {
        padding-left: 2rem;
    }
}
.footer-address address {
    font-size: 11px;
    font-style: normal;
    line-height: 2;
    border: solid rgba(0,0,0,0.4);
    border-width: 1px 0 0;
    padding: 12px 0;
}
.footer-address address:last-child {
    border-bottom-width: 1px;
}
.footer-address address strong {
    font-size: 14px;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.kakomi-box14 {
 position: relative;
 margin-left: 2em auto;
 padding: 1.2em;
 width: 60%;
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 4px double #CC0033; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 2px #ccc;/* 影の色 */
}
.title-box14 {
    position: absolute;
    padding: 0 .5em;
    left: 20px;
    top: -15px;
    font-weight: bold;
    background-color: #fff; /* タイトル背景色 */
    color: #CC0033;
    
}

/* アコーディオンパネル */
.accordion01 {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content_acd {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #056A9B;
	border-radius: 30px;
padding: 1em;
	padding-left: 2em;
display: block;
color: #056A9B;
font-weight: bold;
font-size: 0.9em;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content_acd {
max-height: 0;
overflow: hidden;
}
.content_acd p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content_acd {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
/* アコーディオンパネルここまで*/

p.indent-1 {
  padding-left:1em;
  text-indent:-1em;
}
p.indent-1 small {
  font-size: 14px;
}
/* トップページのリンクボタン*/
.link-button3.is-inverted {
    background-color: #056A9B;
    color: white;
}
.link-button3 {
    display: inline-block;
    border: 1px solid;
    font-size: 18px;
    line-height: 18px;
    padding: 6px;
    border-radius: 9999px;
    text-align: center;
    position: relative;
}

/* コンサート 曲リスト */
.concert-list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.concert-list {display: block;}

/* 助成金 */
.icon-award,.icon-award2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-award::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    content: "";
    background: url("../images/icon-award.svg") no-repeat center center;
}
.icon-award::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    content: "";
    background: url("../images/icon-award.svg") no-repeat center center;
}
.icon-award2::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    content: "";
    background: url("../images/icon-award2.svg") no-repeat center center;
}
.icon-award2::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    content: "";
    background: url("../images/icon-award2.svg") no-repeat center center;
}

/* 囲み枠 */
.box-style-1 {
    padding: 0.5em 1em;
    margin: 0;
    border: double 5px #ccc;
}
.box-style-1 p {
    margin: 0; 
    padding: 1em 0.5em;
    line-height: 1.6;
    border-radius: 10px;
}
.box-style-1 .innerbox01 {
    border: 1px solid rgb(255,190,140);
    background: rgb(255,228,213);
    background: linear-gradient(95deg, rgba(255,228,213,1) 0%, rgba(255,190,140,1) 100%);
}
.box-style-1 .innerbox02 {
    border: 1px solid rgb(147,203,255);
    background: rgb(213,241,255);
    background: linear-gradient(95deg, rgba(213,241,255,1) 0%, rgba(147,203,255,1) 100%);
}
.box-style-2 {
    padding: 0.5em 1em;
    margin: 0;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 10px;
}
.box-style-2 p {
    margin: 0; 
    padding: 0;
}