@charset "UTF-8";

/* Menu */
.pure-drawer 
{
    background-color: rgb(0,0,85);
}

.prime-menu
{
    padding: 50px 0 0 0;
    list-style:none;
    list-style-mage:none;
}

.prime-menu li
{
    border-top: 1px solid rgb(255,255,255); 
}

.pure-drawer a
{
    padding-top: 6px;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    color:rgb(255,255,255);
}

.pure-drawer a:hover
{
    background-color:rgb(55,171,200);
}

.prime-menu a
{
    padding-left: 15px;
}

.menuitem
{
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 10px;
    color:rgb(255,255,255);
}

.submenuitem a
{
    padding-left: 30px;
}

/* カルーセル　*/
.slick-prev:before,
.slick-next:before {
    color: #FFF;
}

.slick-next 
{
    right: 20px;
    z-index: 99;
}
.slick-prev 
{
  left: 20px;
  z-index: 100;
}

.slick-dots 
{
    color: #FFF;
    bottom: 1px;
}

.carousel
{
    background-color: rgb(217,80,151);
}

.carousel-outer {
    position: relative;
}

.carousel-inner {
    position: relative;
}

div.carousel img
{
    max-width: 100%;
}

/* メイン　*/
body {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-family:
    font-size: 14px;
    line-height:1.42857143;
}

.main-contents 
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;   
}

.title1 {
    margin-top: 7%;
    position: absolute;
    top: 0px;
    left: 10%;
    z-index: 10;    
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    transition-delay: 0.5s;
    opacity: 0;    
}

.title2 {
    position: absolute;
    margin-top: 18%;
    top: 0px;
    left: 10%;
    z-index: 11;    
    width: 80%;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    transition-delay: 3.0s;
    opacity: 0;    
}


.topic_title {
    padding-left:5px;
    border-left:15px solid rgb(85,85,255);
}


/* SNS buttons */
.sns{
    padding-top: 10px;
    text-align: right;
/*    display: inline-block; */
/*    vertical-align: top; */
}
 
.sns > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}
 
.sns > li:first-child {
    margin-left: 0;
}
 
.sns > li:last-child {
    margin-right: 0;
}

.footer {
/*    text-align: center; */
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
/*    padding: 40px 0; */
    color : rgb(255,255,255);
    background-color: rgb(0,0,85); 
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-header {
    /*background-color: #87d33b; */
    padding-top: 60px;
    padding-left: 10px; 
    padding-bottom: 0px;
    border-bottom: 3px solid rgb(85,85,255);
    margin: -50px 0px 20px 0px;
    font-size: 25px;
    font-weight: bold;
    color: rgb(0,0,85);
}

/* return to home floating button */
#page-home {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    opacity: 0.4;    
}

#page-home a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-home a:hover {
    text-decoration: none;
    background: #999;
}

.gallery
{
    width: 100%;
    float: left;
}

.gallery img
{
    width: 100%;
    height: auto;
}

.gallery figure
{
    display: block;
    float: left;
    margin: 2px; 
/*  width: 150px; */
}
    
/*
.my-gallery figcaption {
  display: none;
}
*/


/* carousel */
/*
.carousel-indicators {
    bottom:-10px;
}

.carousel-indicators li {
  width: 5px;
  height: 5px;
}
.carousel-indicators .active {
  width: 7px;
  height: 7px;
}
*/
