@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　header

-------------------------------------------------------------- */
header {
    position: relative;
    width: auto;
    height: 100vh;
    background: rgba(0, 0, 0, 1.0);
    text-align: center;
    overflow: hidden;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
}

.carousel-item:nth-child(1) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage01.jpg) 35% center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0))), url(../images/heroimage01.jpg) 35% center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage01.jpg) 35% center no-repeat scroll;
}

.carousel-item:nth-child(2) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage02.jpg) 75% center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0))), url(../images/heroimage02.jpg) 75% center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage02.jpg) 75% center no-repeat scroll;
}

.carousel-item:nth-child(3) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage03.jpg) center center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0))), url(../images/heroimage03.jpg) center center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage03.jpg) center center no-repeat scroll;
}

.carousel-item:nth-child(4) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage04.jpg) 20% center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0))), url(../images/heroimage04.jpg) 20% center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage04.jpg) 20% center no-repeat scroll;
}

.carousel-item:nth-child(5) {
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage05.jpg) center center no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0))), url(../images/heroimage05.jpg) center center no-repeat scroll;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(../images/heroimage05.jpg) center center no-repeat scroll;
}

.carousel-item:nth-child(1),
.carousel-item:nth-child(2),
.carousel-item:nth-child(3),
.carousel-item:nth-child(4),
.carousel-item:nth-child(5) {
    background-size: cover;
}

.carousel-caption {
    position: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 120px 13% 5%
}

.carousel-caption img {
    margin-bottom: 10px;
}

.carousel-caption h1,
.carousel-caption h2 {
    margin-top: 30px;
    color: rgba(0, 67, 124, 1.0);
    font-size: 1.0rem;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.0), 1px 1px 0 rgba(255, 255, 255, 1.0), 1px 1px 0 rgba(255, 255, 255, 1.0);
}

.carousel-caption .impInfo {
    display: none;
    margin: 0 auto;
    margin-top: 1.0rem;
    padding: 1.0rem 0.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 5px solid rgba(255, 0, 0, 1.0);
    border-radius: 20px;
    text-align: center;
}

.carousel-caption .impInfo h2 {
    margin-top: 0;
    margin-bottom: 1.0rem;
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.2rem;
    font-weight: 500;
}

.carousel-caption .impInfo a {
    display: inline-block;
    color: rgba(51, 51, 51, 1.0);
    font-weight: 500;
}

.carousel-caption .impInfo a:hover {
    color: rgba(255, 105, 0, 1.0);
}

.carousel-caption .impInfo span {
    display: block;
    color: rgba(235, 97, 0, 1.0);
    font-size: 0.8rem;
    font-weight: 500;
}

a[class^="carousel-control"] img {
    width: 80%;
    height: auto;
}

a[class^="carousel-control"] img:hover {
    opacity: 1.0;
}

@media only screen and (min-width:576px) {

    .carousel-caption {
        padding: 240px 13% 5%
    }

}

/* iPad */
@media only screen and (min-width:768px) {

    .carousel-caption {
        margin-bottom: 50%;
    }

    .carousel-caption div:nth-child(1) img {
        width: 100%;
        height: auto;
    }

    .carousel-caption div:nth-child(2) img {
        width: 80%;
        height: auto;
    }

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 1.3rem;
    }

    .carousel-caption .impInfo {
        margin-top: 3.0rem;
        padding: 1.5rem;
    }

}

@media only screen and (min-width:992px) {

    header {
        min-height: 50rem;
    }

    .carousel-item {
        min-height: 50rem;
    }

    .carousel-item:nth-child(1),
    .carousel-item:nth-child(2),
    .carousel-item:nth-child(3),
    .carousel-item:nth-child(4),
    .carousel-item:nth-child(5) {
        background-attachment: fixed;
    }

    .carousel-caption {
        padding: 200px 13% 5%
    }

    .carousel-caption .impInfo h2 {
        font-size: 1.4rem;
    }

    .carousel-caption .impInfo p {
        font-size: 1.2rem;
    }

}

@media only screen and (min-width:1200px) {

    .carousel-caption {
        padding: 300px 13% 5%
    }

    .carousel-caption div:nth-child(1) img {
        width: 970px;
        height: auto;
    }

    .carousel-caption div:nth-child(2) img {
        width: 770px;
        height: auto;
    }

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 1.5rem;
    }

    .carousel-caption .impInfo {
        width: 60%;
    }

    .carousel-caption .impInfo span {
        font-size: 1.0rem;
    }

    a[class^="carousel-control"] img {
        width: 40%;
    }

}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section .title {
    margin-bottom: 30px;
    text-align: center;
}

section .section-heading {
    display: block;
    font-family: "smart";
    font-size: 1.8rem;
    font-weight: 300;
}

section .section-heading::before {
    content: "- ";
}

section .section-heading::after {
    content: " -";
}

section .section-subheading {
    margin: 0.5rem 0;
    font-size: 1.0rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
}

section li {
    margin-bottom: 1.125rem;
}

@media only screen and (min-width:576px) {

    section .title {
        text-align: left;
    }

    section .section-heading {
        display: inline;
    }

}

@media only screen and (min-width:768px) {

    section .title {
        margin-bottom: 50px;
    }

    section .section-heading {
        font-size: 2.4rem;
    }

}

@media only screen and (min-width:1200px) {

    section .title {
        margin-bottom: 50px;
    }

    section .section-heading {
        font-size: 2.4rem;
    }

}

/* -----------------------------------------------------------
　#newyear
-------------------------------------------------------------- */
#newyear {
	display: none;
}

#newyear img {
    margin: 0 auto;
    width: 100%;
    max-width: 98.0rem;
    height: auto;
}

/* -----------------------------------------------------------
　#topNews / #topics
-------------------------------------------------------------- */
#topNews {
    display: none;
    background-color: rgba(255, 250, 205, 0.25);
}

#topNews h2 {
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.6rem;
}

#topNews li {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    list-style-type: none;
}

#topNews li > div > span:nth-child(1) {
    display: block;
    font-weight: 500;
}

#topNews h3 {
    margin-top: 5px;
    line-height: 1.2rem;
}

#topNews h3 a {
    font-size: 1.125rem;

}

#topNews h3 a::after,
#topics h3 a::after {
    visibility: hidden;
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.15rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#topNews h3 a:hover::after,
#topics h3 a:hover::after {
    visibility: visible;
    color: rgba(255, 105, 0, 1.0);
}

#topNews li div h3 span {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.9rem;
    font-weight: 700;
}

/* topics */
#topics {
    padding: 2.0rem 0;
    background-color: rgba(255, 0, 0, 1.00);
}

#topics h2 {
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    letter-spacing: 0.25rem;
    animation: anime 0.5s ease 0s infinite alternate;
}

@keyframes anime {

    from {
        transform: scale(0.95, 0.9);
    }

    to {
        transform: scale(1, 1);
    }

}

#topics h3 {
    margin-top: 1.0rem;
}

#topics h3 a {
    color: rgba(255, 255, 0, 1.00);
    font-size: 1.4rem;

    transition: all 0.3s ease-in-out;
}

#topics h3 a:hover {
    border-bottom: 0.1rem dotted rgba(255, 255, 0, 1.00);
}

#topics h3 a::after {
    color: rgba(255, 0, 0, 1.0);
}

#topics h3 a:hover::after {
    color: rgba(255, 255, 0, 1.0);
}

@media only screen and (min-width:992px) {

    #topNews h2,
    #topics h2 {
        font-size: 2.0rem;
    }

}

/* -----------------------------------------------------------
　#feature
-------------------------------------------------------------- */
#feature [class*="col-"] {
    margin-bottom: 30px;
    text-align: center;
}

#feature [class*="col-"]:last-child {
    margin-bottom: 0;
}

#feature [class*="col-"] .bnr a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 5%;
    height: auto;
    background: url(../images/pattern1.png) 0 0 repeat;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 3px 0 #999 inset;
    box-shadow: 3px 3px 3px 0 #999 inset;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#feature [class*="col-"] .bnr a img {
    opacity: 0.7;
}

#feature [class*="col-"] .bnr a:hover {
    background: url(../images/pattern2.png) 0 0 repeat;
    -webkit-box-shadow: 3px 3px 3px 0 #81511C inset;
    box-shadow: 3px 3px 3px 0 #81511C inset;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

#feature [class*="col-"] .bnr a:hover img {
    opacity: 1.0;
}

#feature p {
    margin-top: 20px;
    color: rgba(255, 105, 0, 1.0);
    font-size: 1.0rem;
}

#feature [class*="col-"] .btn-check {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 8px 0;
    background: rgba(217, 54, 0, 1.0) url(../images/pattern3.png) 50% 50% repeat-x;
    border-radius: 4px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.4rem;
}

#feature [class*="col-"] .btn-check:hover {
    background-position: 50% 90%;
    background-position: 0 100%;
    color: rgba(255, 241, 0, 1.0);
    -webkit-transition: 500ms ease-out 0;
    -o-transition: 500ms ease-out 0;
    transition: 500ms ease-out 0;
}

@media only screen and (min-width:576px) {

    #feature [class*="col-"] .bnr a {
        width: 50%;
        padding: 3%;
    }

}

@media only screen and (min-width:768px) {

    #feature [class*="col-"] .bnr a {
        width: 100%;
        padding: 5.5%;
    }

}

@media only screen and (min-width:992px) {

    #feature [class*="col-"] .bnr a {
        width: 80%;
        padding: 5%;
    }

}

/* -----------------------------------------------------------
　#introduction
-------------------------------------------------------------- */
#introduction {
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), url(../images/bg_introduction.jpg) center top no-repeat scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(../images/bg_introduction.jpg) center top no-repeat scroll;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), url(../images/bg_introduction.jpg) center top no-repeat scroll;
    background-size: cover;
    color: rgba(0, 67, 124, 1.0);
}

#introduction p {
    font-size: 1.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media only screen and (min-width:768px) {

    #introduction p {
        font-size: 1.2rem;
        line-height: 2.0rem;
    }

}

@media only screen and (min-width:992px) {

    #introduction {
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), url(../images/bg_introduction.jpg) center top no-repeat fixed;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(../images/bg_introduction.jpg) center top no-repeat fixed;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%), url(../images/bg_introduction.jpg) center top no-repeat fixed;
    }

}

/* -----------------------------------------------------------
　#news
-------------------------------------------------------------- */

/*　.nav-tabs
/*-------------------------------------------*/
#news .nav-tabs {
    border-bottom: none;
}

#news .nav-link {
    margin-bottom: 2px;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0 0 0 0;
    font-size: 1.0rem;

    text-align: center;
}

/* 文字色・背景色・枠色 */
#news .nav-link.active {
    background: rgba(255, 255, 255, 1.0);
}

#news .nav-tabs li:nth-child(1) .nav-link {
    border-color: rgba(255, 105, 0, 1.0);
    color: rgba(255, 105, 0, 1.0);
}

#news .nav-tabs li:nth-child(2) .nav-link {
    border-color: rgba(234, 104, 162, 1.0);
    color: rgba(234, 104, 162, 1.0);
}

#news .nav-tabs li:nth-child(3) .nav-link {
    border-color: rgba(0, 121, 195, 1.0);
    color: rgba(0, 121, 195, 1.0);
}

#news .nav-tabs li:nth-child(4) .nav-link {
    border-color: rgba(99, 140, 11, 1.0);
    color: rgba(99, 140, 11, 1.0);
}

#news .nav-link:hover {
    background: rgba(255, 250, 235, 1.0);
}

#news .nav-link:focus {
    background: rgba(255, 255, 255, 1.0);
}

/*　.tab-pane
/*-------------------------------------------*/
#news .tab-pane li {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    text-align: left;
    list-style-type: none;
}

/* thumbnail */
#news .tab-pane li div:nth-child(1) {
    text-align: center;
}

#news .tab-pane li div:nth-child(1) img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
    border: 2px solid rgba(0, 175, 235, 1.0);
    border-radius: 50%;
}

#news .tab-pane li div:nth-child(1) img:hover {
    border: 2px solid rgba(255, 105, 0, 1.0);
}

/* date */
#news .tab-pane li > div:nth-child(2) > span:nth-child(1) {
    margin-right: 20px;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.25rem;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* category */
#news .tab-pane li div:nth-child(2) > span:nth-child(2) a {
    padding: 0 8px 1px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 0.9rem;
    border-radius: 4px;
    opacity: 0.7;
}

#news .tab-pane li div:nth-child(2) > span:nth-child(2) a:hover {
    opacity: 1.0;
}

#news .tab-pane li div:nth-child(2) .campaigns a {
    background: rgba(234, 104, 162, 1.0);
}

#news .tab-pane li div:nth-child(2) .events a {
    background: rgba(0, 121, 195, 1.0);
}

#news .tab-pane li div:nth-child(2) .other a {
    background: rgba(99, 140, 11, 1.0);
}

#news .tab-pane li div:nth-child(2) .magazine a {
    background: rgba(170, 170, 170, 1.0);
}

#news .tab-pane li div:nth-child(2) .covid-19 a {
    background: rgba(230, 0, 20, 1.0);
}

/* title */
#news h3 {
    margin-top: 10px;
    line-height: 1.2rem;
}

#news h3 a {
    font-size: 1.125rem;
    font-weight: 500;
}

#news h3 a::after {
    visibility: hidden;
    position: relative;
    top: -1px;
    margin-left: 5px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.15rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#news h3 a:hover::after {
    visibility: visible;
    color: rgba(255, 105, 0, 1.0);
}

#news .tab-pane li div:nth-child(2) h3 span {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.9rem;
    font-weight: 700;
}

@media only screen and (min-width:576px) {

    /*　.tab-pane
	/*-------------------------------------------*/
    #news .tab-pane li:first-child {
        margin-top: 40px;
    }

    /* thumbnail */
    #news .tab-pane li div:nth-child(1) {
        text-align: right;
    }

}

@media only screen and (min-width:768px) {

    /*　.nav-tabs
	/*-------------------------------------------*/
    #news .nav-tabs {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    #news .nav-item {
        margin-left: 0.1%;
        margin-right: 0.1%;
    }

    #news .nav-item:first-child {
        margin-left: 1%;
    }

    #news .nav-item:last-child {
        margin-right: 1%;
    }

    #news .nav-link {
        margin-bottom: 0;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        font-size: 1.125rem;
    }

    /*　.tab-pane
	/*-------------------------------------------*/
    #news .tab-pane li {
        padding-bottom: 10px;
    }

}

@media only screen and (min-width:992px) {

    /* .title */
    #news h3 a {
        font-size: 1.2rem;
    }

}

/* -----------------------------------------------------------
　#sns
-------------------------------------------------------------- */
#sns {
    display: none;
    background: rgba(248, 249, 250, 1.0);
    color: rgba(0, 0, 0, 1.0);
}

#sns .fbBox {
    margin-bottom: 30px;
}

.fb-container {
    width: 100%;
    max-width: 500px;
}

#sns .twBox {
    max-height: 460px;
    overflow: auto;
}

@media screen and (max-width:767px) {

    .fb-page {
        width: 100% !important;
    }

}

@media screen and (min-width:768px) {

    #sns .fbBox {
        margin-bottom: 0;
    }

    #sns .twBox {
        max-height: 500px;
    }

}

/* -----------------------------------------------------------
　#banner
-------------------------------------------------------------- */
#banner .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

#banner .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

#banner .no-gutters > .col,
#banner .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* -----------------------------------------------------------
　#facilities
-------------------------------------------------------------- */
#portfolio {
    background: url(../images/bg_blue.png) center center repeat scroll;
    color: rgba(255, 255, 255, 1.0);
}

#portfolio .slider {
    width: 80%;
    height: auto;
    margin: 0 10%
}

.slick-slide {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
}

.slick-slide:not(.slick-current) {
    opacity: 0.5;
}

.slick-slide:not(.slick-current):hover {
    opacity: 0.7;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slide a:hover img {
    opacity: 1.0;
}

@media screen and (min-width:992px) {

    #portfolio .slider {
        width: 85%;
        height: auto;
        margin: 0 7.5%
    }

}

@media screen and (min-width:1200px) {

    #portfolio .slider {
        width: 90%;
        height: auto;
        margin: 0 5%
    }

}