@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    behavior: url("cssassist.htc");
    background: #2a450f left top;
    color: #ffffff;
}

#page {
    /* width: 1048px; */
    min-height: fit-content;
    margin: 0 auto;
    /* margin-left: 5%; */
    min-height: 598px;
    padding: 0 3%;
    background: #2a450f left top;
    font-style: normal;
    font-weight: normal;
    font-size: 9pt;
    line-height: 130%;
    font-family: "Tahoma";
    color: #e5ffd9;
    border: 1px solid #b7cc52;
    /* height: expression(document.all('page').scrollHeight < 600? '598px':'auto'); */
}

.page {
    max-width: 1000px;
    background-color: #ffffff;
    margin: 0 auto;
    color: #000000;
}

#main1 {
    background-color: #ffffff;
    margin: 10px 2rem 10px 2rem;
    padding-bottom: 20px;
}

#main {
    text-align: left;
    margin: 2rem;
}

#main a {
    color: #00a150;
}

.main_profile {
    display: flex;
}

/* .main_pro p{
    flex: 1;
} */

.mainfoot h4 {
    text-align: center;
}

#page_top {
    background: #ffffff;
    background-image: url(images/img001top.gif);
    opacity: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    /* 幅200px、高さ150px */
    color: #000000;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: .3s;
}

a {
    color: #ffffff;
}

a:visited {
    color: #73994d;
}

a:hover {
    color: #b7cc52;
}

#header {
    clear: both;
    width: 1020px;
    min-height: 15px;
    display: none;
    margin: 0px;
    padding: 5px 14px 4px;
    background: #ffffff left top;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: 120%;
    color: #2a450f;
    border-bottom: 1px solid #b7cc52;
    /* height: expression(document.all('header').scrollHeight < 17? '15px':'auto'); */
}

#title {
    clear: both;
    /* width: 1016px; */
    /* width: fit-content;
 margin: auto; */
    min-height: 38px;
    display: auto;
    margin: 3px 0px;
    padding: 30px 16px 10px;
    background: #ffffff left top;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    line-height: 110%;
    background-color: #fff;
    color: green;
    /* border-bottom: 1px solid #b7cc52; */
    /* height: expression(document.all('title').scrollHeight < 40? '38px':'auto');
  */
}

.mainimg {
    display: flex;
    align-items: center;
}

.mainimg img {
    /* justify-content:space-between; */
    width: 33.3%;

    /* max-width:max-content; */

}

.iventimg {
    display: flex;
}

.iventimg img {
    width: 50%;
}


#menubar {
    clear: both;
    /* width: 1048px; */
    width: 100%;
    min-height: 9px;
    display: auto;
    margin: 0px;
    padding: 4px 0px 3px;
    background: #00a150 left top;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    line-height: 120%;
    color: #ffffff;
    border-bottom: 1px solid #b7cc52;
    /* height: expression(document.all('menubar').scrollHeight < 11? '9px':'auto'); */
}

#menubar a.tabs:hover {
    color: #6b78a9;
}

#menubar .button {
    margin: 0px;
    padding: 5px 15px 4px 6px;
}



figure {
    float: left;
    padding: 0 1.5rem 0 0;
    margin: 0;
    /* width: 30px; */
}

figure img {
    max-width: 100%;
}

footer {
    text-align: center;
}

#footer {
    clear: both;
    width: 1020px;
    min-height: 15px;
    display: none;
    margin: 0px;
    padding: 4px 14px 3px;
    background: #ffffff left top;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    line-height: 120%;
    color: #2a450f;
    border-top: 1px solid #b7cc52;
    /* height: expression(document.all('footer').scrollHeight < 17? '15px':'auto'); */
}

.hide {
    display: none;
}

.mainmenu li ul {
    display: none;
    list-style: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    background-color: #00a150;
    line-height: 1em;
    border: 1px solid #dcdcdc;
}

.mainmenu li ul li {
    clear: both;
    position: relative;
    margin: 0px;
    padding: 5px;
    white-space: pre;
    border: 1px ridge;
}

.mainmenu li ul a {
    text-decoration: none;
}

.mainmenu :link {
    color: #ffffff;
}

.mainmenu :visited {
    color: #ffffff;
}

.mainmenu :hover {
    color: #2a450f;
}

.pngalpha {
    behavior: url("cssassist.htc");
}


h1 {
    font-weight: bold;
    font-size: 20pt;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
    color: red;
    /* text-align: center; */
}

h2 {
    font-weight: bold;
    font-size: 15pt;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
    /* color: #2a450f; */
    padding: 1rem 0 0.5rem 1rem;
    border-color: #261010;
    /* ここから3行ラインの設定 */
    border-style: solid;
    border-width: 0 0 2px 0;
    background-color: rgb(163, 245, 155);
    border-radius: 10px 10px 10px 10px;

}


h3 {
    font-style: italic;
    font-size: 13pt;
    line-height: 120%;
    text-decoration: underline;
    text-transform: none;
    padding-top: 1rem;
}

h4 {
    font-weight: bold;
    font-size: 12pt;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
    color: #2a450f;
}

h5 {
    font-style: italic;
    font-size: 8.3pt;
    line-height: 117%;
    text-decoration: none;
    text-transform: none;
}

h6 {
    font-weight: bold;
    font-size: 6.7pt;
    line-height: 120%;
    text-decoration: none;
    text-transform: none;
}

section {
    margin-bottom: 2rem;
}

/* .submenu {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
} */

/* .submenu ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
} */

/* .submenu li {
    clear: both;
    margin: 0px;
}

.submenuitem {
    float: left;
}

.submenuitemcenter {
    float: left;
    display: inline;
}

.submenuitemright {
    float: left;
    display: inline;
} */
/* 
.submenuitemlink {
    float: left;
    text-decoration: none;
    margin: 0px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    font-family: "Tahoma";
    color: #ffffff;
    padding: 0px 0px 5px;
}

.submenuitemlink:link {
    color: #ffffff;
}

.submenuitemlink:visited {
    color: #ffffff;
}

.submenuitemlink:hover {
    color: #b7cc52;
}

.submenuitem:hover .submenuitemcenter {
    display: inline;
}

.submenuitem:hover .submenuitemright {
    display: inline;
} */

.mainmenu {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    color: #ffffff;
}

.mainmenu ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainmenu li {
    float: left;
    display: inline;
    padding: 4px 0px;
}

.mainmenuitem {
    float: left;
    display: inline;
    border-right: 1px solid #ffffff;
}

.mainmenuitemcenter {
    float: left;
    display: inline;
}

.mainmenuitemright {
    float: left;
    display: inline;
}

.mainmenuitemlink {
    float: left;
    text-decoration: none;
    margin: 0px;
    white-space: pre;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    line-height: 1em;
    font-family: "Tahoma";
    color: #ffffff;
    padding: 0px 20px;
}

.mainmenuitemlink:link {
    color: #ffffff;
}

.mainmenuitemlink:visited {
    color: #ffffff;
}

.mainmenuitemlink:hover {
    color: #2a450f;
}


/* .hamburger{
    width: 44px;
    height: 44px;
    background: url();
} */

/* 追加 */
/* 表示される全体の指定 */


/* classは"." */


/* #main1 {
    background-color: #ffffff;
    margin:  30px auto;
} */


/*=========================================
#hamburger
=========================================*/
.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: transform .3s;
}

.hamburger.is-active span {
    background-color: #ffffff;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 60%;
}

.hamburger span:nth-child(3) {
    top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100vh;
    /* background-color: rgb(9, 228, 9); */
    background-color: #333333;
    transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.drawer__list {
    display: flex;
    flex-direction: column;

    gap: 50px;
}

.drawer__link {
    color: #ffffff;
}




/* ===============================================
# 共通
=============================================== */
a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;

    shape-margin: .75rem;
}

.sp-show {
    display: none;
}

table {
    border-collapse: collapse;
}

td,
th {
    border: 2px solid #1edb54;
}

table img {
    text-align: center;
}

/* #jikanwari   th, td{
    &:nth-child(2) {
        width: 200px;
    }


} */

/* &:nth-child(3) {
        text-align: center;
    } */
#tbl-access th,
td {
    background-color: #edf0f1;

    &:nth-child(1) {
        width: 122px;
        font-weight: bold;
    }

    &:nth-child(2) {
        width: 350px;
    }
}

#jikanwari th {
    background-color: #0cbe0c;
    color: white;
}

#jikanwari td {
    font-size: 12px;
    background-color: #edf0f1;
    text-wrap: nowrap;

    &:nth-child(2) {
        text-align: left;
        /* min-width: 100px; */
    }

    &:nth-child(3) {
        text-align: center;
    }
}

#access-map {
    /* height: 467px; */
    max-width: 420px;
    width: 100%;

}

.tbl-wrapper {
    overflow-x: auto;
}

/* #jikanwari tr{

&:nth-child(1){
    background-color: #000;
    color: #1edb54;
}
} */

.allplan {
    /* color: rgb(5, 73, 5); */
    font-weight: bold;
}

.lady {
    color: red;
}

.sinia {
    color: blue;
}

#level1 {
    list-style: none;
    /* list-style-image: url(images/img001top.gif); */
    /* padding-left: 20px;
  line-height: 1.6em;
  background: url(images/img001top.gif) left 0px top 3px no-repeat;
  background-size: 15px auto;  */
}

#level1 li {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(images/img001top.gif) left 0px top 5px no-repeat;
    background-size: 15px auto;
}

#level1 #level2 li {
    list-style: circle;
    background-image: none;
}

#level0 li {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(images/img001top.gif) left 0px top 5px no-repeat;
    background-size: 15px auto;
    list-style: none;
}

.pro img {
    width: 30px;
}

#class7 {
    margin-left: 1rem;
}

#insta {
    text-align: center;
    color: green;
}

#insta img {
    width: 50px;
}

#renrakusaki {
    background-color: rgb(202, 238, 199);
    border-radius: 10px 10px 10px 10px;
    padding: 1rem 0 0.5rem 1rem;
}

hr.style-one {
    border: 0;
    height: 0;
    /* Firefox... */
    box-shadow: 0 0 10px 1px rgb(155, 214, 155);
}

.underline01 {
    background: linear-gradient(transparent 80%, rgb(163, 245, 155) 20%);
}

.h1image {
    height: 40px;
}

#main_mess {
    text-align: center;
    /* margin-left: 2rem; */
    font-weight: bold;
    font-size: larger;
}

#main_mess img {
    width: 15px;
}

#hitokoto {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .sp-show {
        display: block;
    }

    .sp-none {
        display: none;
    }
}