html {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 100%;
    font-weight: 500;
}
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 100%;
    padding-top: 0;
    min-width: 300px;
    font-weight: 500;
    line-height: 1.8rem;
}
h1, h2, h3, h4, h5 {
    font-size: 1.618rem;
}
h1 {
    font-weight: bold;
    color: #1565c0;
}
h1 {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
}
h2 {
    font-weight: bold;
    color: #1565c0;
    padding-bottom: 3px;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #ccc;
}
h4 {
    color: #1976d2;
    background-color: #FFFFFF;
    opacity: 0.9;
    padding: 2px;
}

/* ヘッダー */

#info {
    background-color: #eeeeee;
    font-size: 0.618rem;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #212121;
    letter-spacing: 0.05rem;
}
#main_img {
    position: inherit;
    margin-top: 100px;
    text-align: center;
}
#main_img img {
    width: 100%;
    height: auto;
}
#main_img a {
    position: inherit;
    margin-top: 30px;
}
#contact {
    color: #212121;
    font-size: 0.8rem;
    width: 7rem;
    position: fixed;
    top: 30px;
    left: auto;
    right: 10px;
    font-family: "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
    z-index: 3;
}

/* スクロール前のメニュー設定 */

header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}
.menu1 {
    display: block;
    position: fixed;
    top: 15px;
    left: 10px;
    color: #F00;
}
.menu1> a> svg {
    fill: currentColor;
}
.menu2 {
    margin-left: 10px;
}
nav {
    line-height: 35px;
}
nav ul a {
    color: #2962ff;
}
.brand-logo-a {
    color: #2962ff;
    font-size: 1.5rem;
}
nav .button-collapse {
    height: 64px;
    line-height: 64px;
}
#sidenav-overlay {
    margin-left: 300px;
}
#top-head nav {
    padding-top: 5px;
    height: 135px;
    background-color: #FFFFFF;
}
#top-head .brand-logo-main {
    width: 100%;
    padding-top: 10px;
}
#top-head .brand-logo1 {
    text-align: center;
    font-size: 2rem;
}
#top-head .brand-logo1 img {
    width: 50px;
    height: auto;
}
#top-head .brand-logo2 {
    text-align: center;
    font-size: 2rem;
}
#top-head .brand-logo2 img {
    width: 300px;
    height: auto;
}
#top-head .menu2 {
    position: absolute;
    margin-top: -5px;
}
nav ul a {
    padding: 0 10px;
}
@media (max-width: 992px) {
    #top-head nav {
        padding-top: 10px;
        height: 100px;
    }
    #info {
        display: none;
    }
    #contact {
        top: 20px;
        display: none;
    }
}

/* スクロール後のメニュー */

#top-head, #top-head .brand-logo1, #top-head .brand-logo2, #top-head .brand-logo-a, #top-head nav, #top-head .menu2, #top-head img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#top-head.fixed .brand-logo1 {
    color: #2962ff;
}
#top-head.fixed .brand-logo-a img {
    color: rgba(255, 255, 255, 0);
    opacity: 0;
}
#top-head.fixed nav {
    height: 65px;
    background-color: rgba(255, 255, 255, 0.9);
}
#top-head.fixed .menu2 {
    position: absolute;
    margin-top: -80px;
}

/* 別ページのヘッダー */

#main_img2 {
    position: relative;
    margin-top: 80px;
    text-align: center;
}
#main_img2 img {
    width: 100%;
    height: auto;
}
#main_img2 a {
    position: inherit;
}
#top-head2 nav {
    padding-top: 5px;
    height: 135px;
    background-color: #FFFFFF;
}
#top-head2 .brand-logo-main {
    width: 100%;
    padding-top: 10px;
}
#top-head2 .brand-logo1 {
    text-align: center;
    font-size: 2rem;
}
#top-head2 .brand-logo1 img {
    width: 50px;
    height: auto;
}
#top-head2 .brand-logo2 {
    text-align: center;
    font-size: 2rem;
}
#top-head2 .brand-logo2 img {
    width: 300px;
    height: auto;
}
#top-head2 .menu2 {
    position: absolute;
    margin-top: 0px;
}
@media (max-width: 992px) {
    #top-head2 nav {
        padding-top: 10px;
        height: 100px;
    }
    #main_img2 {
        margin-top: 65px;
        text-align: center;
    }
}
#top-head2.fixed .brand-logo1 {
    color: #2962ff;
}
#top-head2.fixed .brand-logo-a img {
    color: rgba(255, 255, 255, 0);
    opacity: 0;
}
#top-head2.fixed nav {
    height: 65px;
    background-color: rgba(255, 255, 255, 1);
}
#top-head2.fixed .menu2 {
    position: absolute;
    margin-top: -40px;
}

/* 情報部分レイアウト */

.row {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.main_row {
    margin-bottom: 3rem;
}
.img1 {
    width: 100%;
}

/* フッター */

#copyright {
    margin-top: 10px;
    font-size: 0.618rem;
    text-align: center;
}
address {
    font-weight: 500;
    font-style: normal;
}

/* テーブル */

td, th {
    border-radius: 0px;
}
.table1 {
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #999;
}
.table1 th {
    width: 25%;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    background-color: #e3f2fd;
    border: 1px solid #999;
}
.table1 td {
    width: 25%;
    padding: 6px;
    background-color: #fff;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
.table2 {
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #999;
    margin-bottom: 30px;
}
.table2 th {
    width: 25%;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    background-color: #bbdefb;
    border: 1px solid #999;
}
.table2 td {
    width: 75%;
    padding: 6px;
    background-color: #fff;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
.table3 {
    width: 100%;
    border-collapse: collapse;
    border-right: 1px solid #999;
    margin-bottom: 30px;
}
.table3 th {
    width: 25%;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    background-color: #e3f2fd;
    border: 1px solid #999;
}
.table3 td {
    width: 75%;
    padding: 6px;
    background-color: #fff;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

/* 流れ */

.nagare {}
.nagare .row {
    margin-top: 5px;
    margin-bottom: 5px;
}
.nagare img {
    width: 100%;
    height: auto;
}
.arrow {
    text-align: center;
    float: none;
}
.arrow img {
    width: 50px;
}
img.small_img {
    visibility: hidden;
    display: none;
    width: 100%;
    height: auto;
}
img.large_img {
    visibility: visible;
    display: block;
    width: 100%;
    height: auto;
}
.less {
    display: block;
}
.card .card-content p.less {
    color: #FFFFFF;
}
@media (max-width: 992px) {
    img.small_img {
        visibility: visible;
        display: block;
        width: 100%;
        height: 100%;
    }
    img.large_img {
        visibility: visible;
        display: none;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 600px) {
    p.less {
        display: none;
    }
}
.card {
    margin-bottom: 30px;
}
.video1 {
    margin-top: auto;
    margin-bottom: auto;
}
#map_basic {
    margin-top: 0px;
}
@media (max-width: 992px) {
    #map_basic {
        margin-top: 30px;
    }
}
.contact1 {
    border: 1px solid #999;
}
label:after {
    padding-top: 10px;
}
textarea.materialize-textarea+ label:after {
    font-size: 0.8rem;
    padding-top: 15px;
}
.setubi_img {
    margin-left: auto;
    margin-right: auto;
}
.setubi_img img {
    width: 100%;
    height: auto;
}
.map {
    margin-top: 10px;
}
.paper-text {
    margin-bottom: 50px;
}
.btncgi {
    margin-bottom: 50px;
}
.slide1 div {
    padding-left: 5px;
    padding-right: 5px;
}
.slide1 div img {
    width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    .slide1 div img {
        width: 90vw;
    }
}
div.slide_div {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.slide_div div.col {
    margin: 0;
    padding: 0;
}
h1.enkaku {
    margin-top: 10px;
}
.content {
    background-color: transparent;
    background-image: linear-gradient(0deg, transparent 9%, rgba(255, 255, 255, .2) 10%, rgba(255, 255, 255, .2) 12%, transparent 13%, transparent 29%, rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, .1) 31%, transparent 32%, transparent 49%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 51%, transparent 52%, transparent 69%, rgba(255, 255, 255, .1) 70%, rgba(255, 255, 255, .1) 71%, transparent 72%, transparent 89%, rgba(255, 255, 255, .1) 90%, rgba(255, 255, 255, .1) 91%, transparent 92%, transparent), linear-gradient(90deg, transparent 9%, rgba(255, 255, 255, .2) 10%, rgba(255, 255, 255, .2) 12%, transparent 13%, transparent 29%, rgba(255, 255, 255, .1) 30%, rgba(255, 255, 255, .1) 31%, transparent 32%, transparent 49%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 51%, transparent 52%, transparent 69%, rgba(255, 255, 255, .1) 70%, rgba(255, 255, 255, .1) 71%, transparent 72%, transparent 89%, rgba(255, 255, 255, .1) 90%, rgba(255, 255, 255, .1) 91%, transparent 92%, transparent);
    height: 100%;
    background-size: 50px 50px;
}
nav ul li.select a {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffc629 50%);
}
.icon {
    position: relative;
    width: 30px;
    padding-top: 12.5px;
}
.contact2 {
    color: #FFFFFF;
    display: inline;
    position: relative;
    font-weight: bold;
    top: -8px;
}
h5 {
    font-weight: bold;
}


#jimg {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#jimg img {
  width: 50%;
}
