<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
p {
    line-height: 2;
}

.main_img {
    background: url(../images/main_img.jpg) top center no-repeat;
    height: 500px;
}
@font-face {
   font-family: font_humming;
   src: url(../css/font/FOT-HUMMINGSTD-B.OTF);
}

.main_img h1 {
    text-align: center;
    font-size: 34px;
    font-family: font_humming;
}

.top_box01 {
    background: url(../images/bg01.jpg) top center;
    padding: 112px 0 90px;
    text-align: center;
}

.top_box01 h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.top_box01 p {
    margin-bottom: 27px;
}

.top_box01 .btn_blue {
    width: 200px;
    margin: auto;
}

.top_box01 .btn_blue a {
    background: url(../images/arr.png) center left 15px no-repeat #68b5e2;
    padding: 8px;
    border: 2px solid #68b5e2;
    color: #fffefe;
    font-size: 15px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.top_box01 .btn_blue a:hover {
    background: url(../images/arr_on.png) center left 15px no-repeat #fff;
    border: 2px solid #68b5e2;
    color: #68b5e2;
    transition: all 0.5s;
}

.top_box02 {
    background: url(../images/bg02.jpg) top center no-repeat;
    padding: 92px 0;
}

.top_box02 h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 33px;
    text-shadow: 0 0 17px #fff, 0 0 11px #fff;
    letter-spacing: 1px;
}

.top_box02 ul li {
    width: 300px;
    margin-right: 50px;
    position: relative;
    background: #fdfbf7;
    margin-top: 30px;
    padding: 10px 20px 25px;
}

.top_box02 ul li:after {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    background: url(../images/line.png) top left no-repeat;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.top_box02 ul li:nth-child(3n+3) {
    margin-right: 0;
}

.top_box02 ul li h4 {
    font-size: 21px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: -0.5px;
}

.top_box02 ul li h4 span {
    border-bottom: 2px solid #68b5e2;
    padding-bottom: 7px;
}

.top_box02 ul li .clearfix {
    margin-bottom: 10px;
}

.top_box02 ul li .clearfix figure {
    float: left;
    margin-right: 15px;
}

.top_box02 ul li .clearfix p {
    text-align: left;
    line-height: 1.8;
}

.top_box02 ul li .btn_arr {
    text-align: center;
}

.top_box02 ul li .btn_arr a {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.top_box02 ul li .btn_arr a:hover,
.top_box02 ul li .btn_arr a:focus,
.top_box02 ul li .btn_arr a:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.top_box03 {
    background: url(../images/bg03.jpg) top center no-repeat;
    position: relative;
    padding: 100px 0 82px;
}

.top_box03:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 240px;
    background: url(../images/tori.png) no-repeat;
    width: 212px;
    height: 268px;
}

.top_box03 .box_news {
    width: 56%;
    float: left;
}

.top_box03 .box_news .tit_news {
    margin-bottom: 10px;
}

.top_box03 .box_news .tit_news h3 {
    font-size: 26px;
    background: url(../images/icon1.png) top 10px left no-repeat;
    float: left;
    padding-left: 40px;
}

.top_box03 .box_news .tit_news span {
    float: right;
    display: inline-block;
    width: 120px;
}

.top_box03 .box_news .tit_news span a {
    background: url(../images/arr.png) center left 15px no-repeat #68b5e2;
    padding: 5px 7px 5px 32px;
    color: #fffefe;
    font-size: 15px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    text-decoration: none;
    border: 2px solid #68b5e2;
}

.top_box03 .box_news .tit_news span a:hover {
    background: url(../images/arr_on.png) center left 15px no-repeat #fff;
    border: 2px solid #68b5e2;
    color: #68b5e2;
    transition: all 0.5s;
}

.top_box03 .box_news .cont_news {
    height: 185px;
    overflow-y: scroll;
    border-top: 1px solid #bfbfbf;
}

.top_box03 .box_news .cont_news table {
    width: 100%;
}

.top_box03 .box_news .cont_news table th,
.top_box03 .box_news .cont_news table td {
    vertical-align: top;
    text-align: left;
    padding: 16px 10px;
    border-bottom: 1px solid #bfbfbf;
    font-weight: normal;
}

.top_box03 .box_news .cont_news table td a {
    text-decoration: none;
}

.top_box03 .box_banner {
    width: 37%;
    float: right;
}

.top_box03 .box_banner ul li {
    position: relative;
    margin-bottom: 15px;
}

.top_box03 .box_banner ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.top_box03 .box_banner ul li:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

.top_box03 .box_banner ul li p {
    position: absolute;
    top: 33%;
    left: 0;
    margin: auto;
    line-height: 1.5;
}

.top_box03 .box_banner ul li p span {
    font-size: 23px;
    background: #fcfbfa;
    padding: 5px 20px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    display: inline-block;
}

.top_box04 h3 {
    background: url(../images/line2.jpg) top center repeat-x;
    text-align: center;
    font-size: 23px;
    padding: 10px;
}

.top_box04 .map iframe {
    height: 450px;
}

@media all and (max-width: 1670px) {
    .top_box03:after {
        background: none;
    }
}

@media all and (max-width: 1024px) {
    .top_box02 {
        padding: 45px 0;
        background: url(../images/bg02.jpg) top center no-repeat;
        background-size: cover;
    }
    .top_box02 ul li {
        width: 31%;
        margin-right: 3.5%;
        padding: 10px 2% 25px;
    }
    .top_box02 ul li:after {
        background: url(../images/line_sp.png) top left no-repeat;
    }
    .top_box03:after {
        background: none;
    }
}

@media all and (max-width: 960px) {
    .top_box02 ul li {
        width: 31%;
        margin-right: 3.5%;
    }
    .top_box02 ul li h4 {
        font-size: 18px;
    }
    .top_box02 ul li figure {
        width: 32%;
        margin-right: 5px !important;
    }
}

@media all and (max-width: 767px) {
    .main_img {
        margin-top: 0;
        background: url(../images/main_img_sp.jpg) top center no-repeat;
        height: auto;
        padding: 0 0 12%;
        background-size: cover;
    }
    .main_img h2 {
        font-size: 32px;
    }
    .top_box01 {
        padding: 8% 0;
    }
    .top_box02 {
        padding: 8% 2%;
    }
    .top_box02 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
        padding: 10px 6% 15px;
    }
    .top_box02 ul li:after {
        background: url(../images/line_sp.png) top left no-repeat;
    }
    .top_box02 ul li h4 {
        text-align: left;
        font-size: 21px;
    }
    .top_box02 ul li h4 span {
        display: block;
        width: 88%;
    }
    .top_box02 ul li figure {
        padding-right: 2%;
    }
    .top_box02 ul li figure img {
        width: 100%;
    }
    .top_box02 ul li .clearfix {
        float: left;
        width: 88%;
        display: flex;
        display: -webkit-flex;
        /* Safari */
        display: -moz-flex;
        /* Firefox */
        display: -ms-flex;
        /* IE */
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
    }
    .top_box02 ul li .btn_arr {
        float: right;
    }
    .top_box03 {
        padding: 40px 0 20px;
    }
    .top_box03 .box_news {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .top_box03 .box_banner {
        float: none;
        width: 100%;
    }
    .top_box03 .box_banner ul li {
        margin-bottom: 30px;
    }
    .top_box03 .box_banner ul li p {
        position: absolute;
        top: 40%;
        left: 0;
    }
    .top_box03 .box_banner ul li p span {
        font-size: 25px;
        padding: 10px 20px;
    }
    .top_box03 .box_banner ul li img {
        width: 100%;
    }
    .top_box03:after {
        background: none;
    }
}

@media all and (max-width: 480px) {
    .main_img {
        padding: 4% 0 10%;
    }
    .top_box01 {
        padding: 9% 0;
    }
    .top_box02 {
        padding: 45px 0 10px;
    }
    .top_box02 ul li {
        padding: 5px 6% 15px;
    }
    .top_box02 ul li figure {
        width: 60%;
        padding-right: 2%;
    }
    .top_box02 ul li figure img {
        width: 100%;
    }
    .top_box02 ul li .clearfix {
        float: left;
        width: 80%;
    }
    .top_box02 ul li .btn_arr img {
        width: 40px;
    }
    .top_box03 .box_news .cont_news table th,
    .top_box03 .box_news .cont_news table td {
        width: 100%;
        display: block;
        border: none;
        padding: 5px 10px;
    }
    .top_box03 .box_news .cont_news table td {
        border-bottom: 1px solid #bfbfbf;
    }
}

@media all and (max-width: 420px) {
    .top_box03 .box_news .tit_news h3 {
        font-size: 18px;
        background: url(../images/icon1.png) top 10px left no-repeat;
        background-size: 20px;
        padding-left: 30px;
    }
    .top_box03 .box_news .tit_news span {
        width: 100px;
    }
    .top_box03 .box_news .tit_news span a {
        font-size: 12px;
        padding: 5px 7px 5px 25px;
    }
}

@media all and (max-width: 320px) {
    .top_box02 {
        padding: 45px 0 10px;
    }
    .top_box02 ul li {
        padding: 5px 6% 15px;
    }
    .top_box02 ul li h4 {
        font-size: 18px;
    }
    .top_box02 ul li figure {
        width: 30%;
    }
    .top_box02 ul li .clearfix {
        float: none;
        width: 100%;
        display: block;
    }
    .top_box02 ul li .btn_arr {
        text-align: center;
        float: none;
    }
    .top_box02 ul li .btn_arr img {
        width: 40px;
    }
    .main_img {
        padding: 0 0 2%;
    }
    .main_img h2 {
        font-size: 20px;
    }
    .top_box01 h3 {
        font-size: 20px;
    }
    .top_box02 {
        padding: 20px 0;
    }
    .top_box02 h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}</pre></body></html>