@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

div.all-area {
    margin:0px auto;
    width: 100%;
    color: black;
    background-color: #FFF;
    align-items: center;
}

div.main-body{
    margin: 0px auto;
    max-width: 800px;
    line-height: 1.3em;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 95%;
    color: black;
    background-color: #FFF;
}

div.logo_container {
    margin-left: auto;
}

figure.logo {
    margin-left: auto;
    padding-left: 20px;
}

a[href] {
    color: #0000EE;
}

a[href]:visited {
    color: #551A8B;
}

a[href]:active {
    color: #FF0000;
}

a[href]:visited:active {
    color: #FF0000;
}

.menu-a {
    color: white;
}

.menu-a[href] {
    color: white;
}

.menu-a[href]:visited {
    color: white;
}

.title{
	width: 800px;
	display: block;
}

.clear {
    clear: both;
}

div.notes_sign{
    width: 10px;
    float: left;
}

div.notes_body{
    width: 100%
    float: left;
}

div.left {
    text-align: left;
}

/* Button */
.decorated-btn {
	text-align: center;
	font-size: 120%;
	display: inline-block;
	padding: 1.5em 4em;
	border-radius: 10px;
	text-decoration: none;

    color: #FFF;
	background: #000;

	text-align: center;
	margin: auto;

    transition: .4s;
}

.decorated-btn[href] {
    color: #FFF;
}

.decorated-btn[href]:visited {
    color: #FFF;
}

.decorated-btn[href]:visited:active {
    color: #FFF;
}


@media (hover: hover) {
    .decorated-btn:where(:any-link, :enabled):hover {
        background: #87befd;
        box-shadow: 0 7px 10px rgb(0 0 0 / 15%);
    }
}


/* Checkbox & Button status */
input#consent1 {
    text-align: left;
    margin: 0;
}
input#consent1 + label {
    text-align: left;
    width: 600px;
}
#interlock{
    pointer-events: none;
    opacity: 0.4;
}
#consent1:checked ~ #interlock {
    pointer-events: auto;
    opacity: 1;
}
@media screen and (max-width:600px){ 
    input#consent1 + label {
        width: 100%;
    }
}


/* Box */

.box_parent {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1em;
	outline: none;
	/*border-left: solid 6px #002b69;*/
}

.column2 {
    display: flex;
}

.column2 ul {
    list-style: none;
}
.column2 li {
    width: 45%;
    padding: 10px;
    list-style: none;
}


/* Text Styles */

h1 {
	font-size: 1.75rem;
	line-height: 1em;
	font-weight: bold;
    text-align: left;
}

h2 {
	font-size: 1.4rem;
	line-height: 1em;
	font-weight: bold;
    text-align: left;
}

h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

h4 {
	font-size: 1.1rem;
	font-weight: bold;
}

.top-text {
    font-size: 1.25rem;
    font-weight: bold;
}

/* Text Styles - Sections */
.heading-section {
    color: #333333;
}

.heading-section:first-letter {
    color: #2589d0;
    font-size: 2em;
}


/* Text Styles - Subsections */
.heading-subsection {
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #333333;
}

.heading-subsection::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #2589d0;
    border-left: 4px solid #2589d0;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

p.trademark {
    font-size: 75%;
}

span.menu-style {
    border: 1px solid #c2c2c2;;
    border-left: 4px solid #2589d0;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*font-weight: bold;*/
}

/* Navigation - Menu */

.nav-menu {
	background-color: #fff;
	color: #000;
	margin: 0 0 0 auto;
	/*float: right;*/
}

.menu-list {
    display: flex;
    justify-content: right;
    padding-left: 0;
}
.menu-item {
	background-color: white;
    position: relative;
    list-style: none;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #c2c2c2;
}

.menu-item:last-child {
	background-color: white;
    border-right: 2px solid white;
}

.menu-item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.menu-item:hover .drop-menu-list {
    opacity: 1;
    transition: opacity .6s, visibility .6s;
    visibility: visible;
}

.menu-item a {
    color: black;
}

/* Navigation - Drop */
.drop-menu {
    position: relative;
}

.drop-menu > a::after {
	display: inline-block;
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-bottom: 2px solid #c2c2c2;
    border-right: 2px solid #c2c2c2;
    content: '';
    transition: transform .6s;
}

.drop-menu-item a {
    align-items: center;
    color: #fff;
    display: flex;
    padding: 10px;
    justify-content: center;
    text-decoration: none;
    width: auto;
}

.drop-menu-item:hover {
    background-color: #2589d0;
}

.drop-menu-list {
	color: #fff;
    background-color: #000;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity .6s, visibility .6s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    list-style: none;
    padding-left: 0px;
}

/* breadcrumb */

.breadcrumb {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: .5em;
    font-size: .9em;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    width: .3em;
    height: .6em;
    margin-left: 12px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.breadcrumb a {
    color: #333333;
    background-color: white;
    text-decoration: none;
}

/* map */
.locationmap-container {
	max-width: 400px;
	max-height: 200px;
	/*aspect-ratio: 1 / 1;*/
}

/* SP mode */
@media screen and (max-width: 640px){
    div.main-body {
        width: 100%;
    }
    .box_parent {
        flex-direction: column;
    }
}