@charset "utf-8";
.c-nav__home a,.c-nav__home a:hover {
    background: url("common/images/nav-bg-fish@2x.png") right 35px bottom 12px/45px 28px no-repeat,url("common/images/nav-bg-active@2x.png") center/122px 134px no-repeat;
}

.p-slider {
    margin-bottom: 150px;
    position: relative;
}
.p-slider .slick-slide {
    height: 620px;
}
.p-slider .slick-dots li {
    width: 13px;
    height: 13px;
}
.p-slider .slick-dots li button:before {
    font-size: .8125rem;
    width: 13px;
    height: 13px;
    color: #C9C9C9;
    opacity: 1;
}
.p-slider .slick-dots li:hover button:before,
.p-slider .slick-dots li.slick-active button:before {
    color: #53A0DD;
    opacity: 1;
}
.p-slider__wave {
    font-size: 0;
}
.p-slider__wave.is-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("common/images/wave-01-top.svg") repeat-x;
}
.p-slider__wave.is-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("common/images/wave-02-bottom.svg") repeat-x;
}
.p-slider__slide {
    height: 620px;
    position: relative;
}
.p-slider__slide-title {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 100;
}
.p-slider__slide-title img {
    display: inline !important;
}
.p-slider__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.p-slider__slide-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
@media screen and (max-width: 900px) {
    .p-slider {
        margin-bottom: 80px;
    }
    .p-slider__wave {
        height: 15px !important;
        background-size: 150px auto !important;
    }
    .p-slider__slide ,
    .p-slider .slick-slide {
        height: auto;
    }
    .p-slider__slide::before {
        content: "";
        display: block;
        padding-top: 70%;
    }
    .p-slider__slide-title {
        top: 50%;
    }
    .p-slider__slide-title img {
        zoom: .8;
    }
}

.p-nav {
    margin-bottom: 100px;
}
.p-nav-container {
    display: flex;
    justify-content: space-between;
}
.p-nav__item {
    width: 320px;
    height: 320px;
    position: relative;
    transition: all 200ms ease-in;
}
.p-nav__item:hover {
    transform: scale(1.03);
}
.p-nav__item-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    text-align: center;
    z-index: 100;
}
.p-nav__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.p-nav__item-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 900px) {
    .p-nav {
        margin-bottom: 80px;
    }
    .p-nav-container {
        display: block;
    }
    .p-nav__item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .p-nav__item::before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    .p-nav__item-title img {
        zoom: .6;
    }
}

.p-facebook {
    text-align: center;
    margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
    .p-facebook {
        margin-bottom: 80px;
    }
}

.p-link {
    margin-bottom: 100px;
}
.p-link__title {
    margin-bottom: 50px;
}
.p-link-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
	margin-bottom: 20px;
}
.p-link-list__item {
    transition: all 200ms ease-in;
}
.p-link-list__item:hover {
    transform: scale(1.03);
}
.p-link-list-text {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    list-style: none;
    padding-left: 0;
}
.p-link-list-text__item {
    transition: all 200ms ease-in;
    color: #666666;
    font-size: .875rem;
	margin-right: 9px;
}
.p-link-list-text__item a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-decoration: none;
}
.p-link-list-text__item a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-link-list-text__item a:visited {
    color: #666666;
}

@media screen and (max-width: 900px) {
    .p-link__title {
        margin-bottom: 40px;
    }
    .p-link-container {
        padding: 0 15px;
    }
    .p-link-list {
        justify-content: center;
        margin: 15px;
    }
    .p-link-list__item {
        margin: 7px;
    }
    .p-link-list-text {
        justify-content: center;
        margin: -7px;
		margin-top: 20px;
    }
    .p-link-list-text__item {
        margin: 7px;
    }
}