body{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    color: #333;
    line-height: 26px;
    letter-spacing: 1px;
}
/*Image Brun effect*/
.page-cover {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 0;
}

.page-cover .cover-bg {
    background: url(../images/vegas/bg-default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 99;
}

.vegas-overlay {
    opacity: .2 !important;
    background: url(../images/02.png) center center;
}

.full-size {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pos-abs {
    position: absolute;
    height: 100vh !important;
}

.content_pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.banner-area.banner-1 {
    overflow: hidden;
}

.box-name {
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.7);
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*calendar*/
.calendars {
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    /*  min-height: 100vh;*/
}

main {
    background-color: transparent;
    flex-basis: 980px;
}

.calendar {
    table-display: fixed;
    width: 100%;
}

.calendar__day__header,
.calendar__day__cell {
    border: 1px solid #eee;
    text-align: center;
    width: 100% / 7;
    vertical-align: middle;
}

.calendar__day__header:first-child,
.calendar__day__cell:first-child {
    /*  border-left: none;*/
}

.calendar__day__header:last-child,
.calendar__day__cell:last-child {
    /*  border-right: none;*/
}

.calendar__day__header,
.calendar__day__cell {
    padding: 1.5rem 0 1.5rem;
}

.calendar__banner--month {
    border-bottom: none;
    text-align: center;
    padding: .75rem;
    caption-side: top;
    background-color: transparent;
}

.calendar__banner--month h1 {
    color: #4E4F4A;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding: .5rem 2rem;
}

.calendar__day__header {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: #FFF;
}

.calendar__day__cell {
    font-size: 2rem;
    font-weight: 400;
    color: darkgray;
    position: relative;
    background-color: white;
}

/*tr:nth-child(odd) > .calendar__day__cell:nth-child(odd) {
  color: #e66053;
}

tr:nth-child(even) > .calendar__day__cell:nth-child(even) {
  color: #e66053;
}*/
.calendar__day__cell[all-day] {
    background-color: #FED1CC;
    color: #d44e4e;
}
.calendar__day__cell[all-day]:after {
    content: attr(all-day);
    color: #b93a3a;
    display: block;
    font-size: .8rem;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1rem;
    text-transform: uppercase;
}
.calendar__day__cell[harlf-day] {
    background: linear-gradient(to top, #ffeb98 50%, #FFF 50%);
    color: #c69500;
}
.calendar__day__cell[harlf-day]:after {
    content: attr(harlf-day);
    color: #c69500;
    display: block;
    font-size: .9rem;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1rem;
    text-transform: uppercase;
}
.calendar__day__cell[touban] {
    background-color: #98dab2;
    color: #2a8c4f;
}
.calendar__day__cell[touban]:after {
    content: attr(touban);
    color: #2a8c4f;
    display: block;
    font-size: .9rem;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1rem;
    text-transform: uppercase;
}
.calendar__day__cell[oushin] {
    background: linear-gradient(to top, #9fd0ff 50%, #FFFCF5 50%);
    color: #3586d2;
}

.calendar__day__cell[oushin]:after {
    content: attr(oushin);
    color: #3586d2;
    display: block;
    font-size: .9rem;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 1rem;
    text-transform: uppercase;
}

.circle-sun {
    color: red;
}

.circle-sat {
    color: dodgerblue;
}

/*calendar*/


.bg-gaikan {
    background-image: url(/img/gaikan.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fusen{
    color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  background: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}
.fusen_g{
    color: #008C23;
  border-left: solid 6px #008C23;/*左側の線*/
  background: #E1F9E1;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}
.badge-s{
    display: inline-block;
    padding: .4em .8em;
    font-size: 90%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-right: 10px;
}

.bg-summer-color {
background: linear-gradient(-45deg, #DDF8F0, #ffffff, #DDF8F0, #ffffff);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.bg-winter-color {
background: linear-gradient(-45deg, #A5E8FF, #ffffff, #A5E8FF, #ffffff);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.img-shadow {
    border: 3px solid white;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.25);
}
.map-shadow {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
}

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.logo {
    height: 30px;
    width: 220px;
    margin-top: 6px;
    background-image: url(../../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    margin-top: -38px;
    margin-right: 5px;
}
.top-pic {
    padding-top: 80px;
    padding-bottom: 40px;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {
    .top-pic {
    padding-top: 80px;
    padding-bottom: 40px;
}
    .border-b {
    border: 10px solid rgba(146,208,80,0.2);
    border-radius: 10px;
}
.border-w {
    border: 10px solid rgba(146,208,80,0.2);
    border-radius: 10px;
}
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .top-pic {
    padding-top: 140px;
    padding-bottom: 60px;
}
    .logo {
    background-image: url(../../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .top-pic {
    padding-top: 190px;
    padding-bottom: 80px;
}
    .logo {
    width: 300px;
    margin-top: 22px;
    background-image: url(../../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .top-pic {
    padding-top: 190px;
    padding-bottom: 80px;
}
}
.bg-footer {
    background-color: rgba(165,182,203,0.5);;
}

.bg-summer {
    background-image: url(../../img/top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 75%;
}
.bg-winter {
    background-image: url(../../img/tree_winter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-inchouo {
    border: 4px solid aliceblue;
    width: 200px;
}

.text-blue {
    color: #313d85;
}
h1{
    font-size: 23px;
    margin-top: 0;
    color: #232323;
    font-weight: 500;
    color: #313d85;
}

.bg-cosmos {
    background-image: url(../../img/bg-top.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.text-chuui {
    color: #FF3399;
}

.bg-mizushima {
    background-color: #CCECFF;
}

.maru {
    color: #3399FF;
    text-align: center;
}

.text-large {
    font-size: 120%;
}
.text-large-l {
    font-size: 140%;
}

.orikin {
    white-space: nowrap;
}

.juusho {
    border-top: 1px solid #eee;
}
.logo-b{
        width: 600px;
    }

.text-nor {
    font-size: 16px;
}
.mainmenu .navbar-nav li a{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.menu-bg .mainmenu .navbar-nav li a{
    font-weight: 400;
}

.shinryou {
}

.box-shinryou {
    background-color: rgba(240,248,255,.7);
    color: #2771D4;
    border-left: 1px solid white;
}
.box-shinryou-top {
    border-top: 1px solid white;
}
.box-shinryou-first {
    background-color: aliceblue;
    color: #2771D4;
}

.title-shinryou {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
}
.title-shinryou-kamoku {
    font-size: 20px;
    font-weight: 400;
    color: #2771D4;
}
.title-shinryou-b {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
}

.txt-shinryou {
    font-size: 13px;
    line-height: 1.2rem;
}

.box-oshirase {
    border: 1px solid #eceeef;
    height: 173px;
}
.box-oshirase li{
    list-style: disc;
}

.bg-aiceblue {
    background-color: aliceblue;
}
th{
    font-weight: 400;
}

.bg-shinryou {
    background-color: aliceblue;
}
.bg-shinryou-pic{
    background-image: url(../../img/bg-shinryou.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 48px;
    padding-top: 48px;
}

.img-title {
    height: 24px;;
}

.text-black {
    color: black;
}
.text-black-l {
    color: black;
    letter-spacing: 1px;
    font-size: 16px;
}

.list-styles li {
    list-style: disc;
}

.text-inchou {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: aliceblue;
    line-height: 2rem;
}
.myparallex {
    height: 300px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #FBF7ED;
}


.bak-aisatu {
    background-image: url(/img/bak-welcome.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.table-stone {
    background:rgba(255,255,255,0.6);
}
