@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*
黄色　E6D088
文字　665D6D
*/

body {
    Background: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0px;
    /*端っこの余白*/
    letter-spacing: 0.06em;
    /*文字の余白*/
    font-family: 'Noto Sans JP', sans-serif;
    /*フォント*/
    color: #665D6D;
}

.header {
    color: #fff;
    width: 100%;
    top: 0px;
    z-index: 998;
    text-align: left;
    Padding-bottom: 10px;
    Border-bottom: solid 1px #665D6D;
}

.footer {
    background-color: #665D6D;
    color: #fff;
    width: 100%;
    padding: 20px 0px 20px 0px;
    bottom: 0;
    /*位置を指定*/
    text-align: center;
}

.content {
    flex: 1;
    Background: #fff;
    color: #665D6D;
    margin: 0 auto;
    /*内側の余白*/
    width: 98%;
    /*横幅*/
    text-align: center;
    font-size: 14px;
}

.box {
    padding: 0px 10px 0px 10px;
    margin: 5px;
    text-align: center;
}

.about {
    background: #e2e1e3;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
}

p {
    font-size: 0.9em;
}

.logo {
    Width: 130px;
    Left: 0;
}

.headerbutton {
    Background: #E6D088;
    box-shadow: 5px 5px 5px -5px #e6d088;
    Float: right;
    Margin: 10px;
    Padding: 7px;
    Font-weight: 700;
}

.menubox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.menuitem {
    Color: #8C8594;
    Font-size: 0.6em;
    margin: 0px 3% 0px 3%;
}

.menuicon {
    width: 30px;
}


/*テキスト*/

.text1 {
    Font-size: 1.2em;
    /*大、太*/
    Font-weight: 700;
}

.text2 {
    Font-size: 0.75em;
    /*小*/
}

.text3 {
    Font-weight: 700;
    /*太*/
}

.text4 {
    Color: #E6D088;
    /*金色*/
}

.text5 {
    Font-size: 0.7em;
    /*小、薄*/
    Color: #A19BA7;
}


/*//テキスト*/

.iconS {
    Border-radius: 50%;
    margin: 8px 0px 0px 0px;
    box-shadow: 0px 5px 7px -5px #8C8594;
}

a {
    text-decoration: none;
}

a:link {
    color: #8C8594;
}

a:visited {
    color: #8C8594;
}

a:hover {
    color: #E6D088;
}

a:active {
    color: #E6D088;
}

a.ac:link {
    color: #E6D088;
}

a.ac:visited {
    color: #E6D088;
}

a.ac:hover {
    color: #c5a65c;
}

a.ac:active {
    color: #c5a65c;
}

a.wh:link {
    color: #ffffff;
}

a.wh:visited {
    color: #ffffff;
}

a.wh:hover {
    color: #f6f0e3;
}

a.wh:active {
    color: #f6f0e3;
}

.link1 {
    border-bottom: 1px solid #A19BA7;
    /*下線、灰*/
}

.link2 {
    border-bottom: 1px solid #E6D088;
    /*下線、金*/
}

h1 {
    background-color: #E6D088;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    width: auto;
    margin: 0 auto;
    padding: 10px;
}

h2 {
    font-size: 1.1em;
    Font-weight: 700;
    color: #E6D088;
}

h3 {
    font-size: 1em;
    Font-weight: 700;
}

.leftbox {
    text-align: left;
}

.rightbox {
    text-align: right;
}

ul {
    list-style: none;
}

li:before {
    content: '';
    display: inline-block;
    position: relative;
    left: -5px;
    top: -4px;
    width: 5px;
    height: 5px;
    background: #E6D088;
}

.utikesi {
    text-decoration: line-through;
}

.menubanner {
    background-color: #E6D088;
    color: #FFF;
    font-size: 0.8em;
    padding: 2px;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 99%;
    font-size: 0.9em;
    color: #665D6D;
}

table tr {
    background-color: #ffffff;
    border-bottom: 1px solid #c5a65c;
}

table tr:nth-child(even) {
    background-color: #fff;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
}

table th {
    color: #8C8594;
}

table thead th {}

table thead tr {}

table tbody th {
    text-align: left;
    width: 100px;
}

div.scroll {
    text-align: left;
    margin: 0 auto;
    width: 99%;
    height: 90px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    line-height: 2em;
    padding: 0px;
}

.scroll {
    margin: 0;
}

.scroll th {
    Top: 0;
}

.scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c5a65c;
}

.iconBox {
    Margin: 0 auto;
    Text-align: center;
}

img.icon {
    border-radius: 50em 50em 50em 50em;
    height: auto;
    pointer-events: none;
    width: 100px;
}

@media screen and (min-width: 481px) {
    /* 481px以上に適用されるCSS（タブレット用） */
    .content {
        Width: 99%;
    }
    body {
        font-size: 1.1em;
    }
    .headerbutton {
        font-size: 0.9em;
    }
    .menuitem {
        Font-size: 0.7em;
        margin: 0px 5% 0px 5%;
    }
    .logo {
        Width: 160px;
        Left: 0;
    }
    .floatright {
        display: flex;
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 960px) {
    /* 960px以上に適用されるCSS（PC用） */
    .content {
        Width: 900px;
    }
    body {
        font-size: 1.1em;
    }
    .headerbutton {
        font-size: 0.9em;
    }
    .menuitem {
        Font-size: 0.7em;
        margin: 0px 40px 0px 40px;
    }
    .floatright {
        top: 0;
        float: right;
    }
}