@charset "UTF-8";
/*---font------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
}

input,
textarea {
    margin: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:after,
q:before {
    content: '';
}

a,
input {
    outline: none;
}

input,
textarea {
    border-radius: 0;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}

abbr,
acronym {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    line-height: 1.78;
    letter-spacing: 0.08em;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    font-weight: 400;
    background-size: 103.3%;
}

a {
    color: #383940;
    text-decoration: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

a:hover {
    opacity: 0.7;
    color: #383940;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

/* inner  */

.scInr {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.scInrS {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.scInrSS {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.scInrW {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

@media screen and (max-width: 1600px) {

    .scInrW {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
    }
}




/* font selected  */
.en {
    font-family: 'Roboto', sans-serif;
}

/* color*/

.col_w {
    color: #fff !important;
}

.col_b {
    color: #247ab6 !important;
}

.col_yg {
    color: #8bdd48 !important;
}

.col_sb {
    color: #3ac5ce !important;
}

.col_y {
    color: #ffdf4a !important;
}

.col_g {
    color: #79b845 !important;
}


/* background */

.bg_w {
    background: #fff !important;
}

.bg_b {
    background: #247ab6 !important;
}

.bg_yg {
    background: #8bdd48 !important;
}

.bg_g {
    background: #6abc61 !important;
}

.bg_sb {
    background: #3ac5ce !important;
}

.bg_y {
    background: #e8ca3d !important;
}

.bg_ssb {
    background: #edf8f8 !important;
}

.bg_skb {
    background: #ebf9fa !important;
}

.bg_ssg {
    background: #f8fdf5 !important;
}

.bg_wb {
    background: #f2faff !important;
}

.bg_gray {
    background: #CCC !important;
}



/* background pattern */

.bg_dot_b {
    background: url(/lib/cmn_img/bg_dot_img.png) repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #247ab6 !important;
}


.bg_dot_sb {
    background: url(/lib/cmn_img/bg_dot_img.png) repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3ac5ce !important;
}

/* 全ページ共通パーツ
---------------------------------------------------------------------------------------*/

section {
    padding: 50px 0;
    margin: 0 auto;
}

.booking {
    background: #6abc61;
    color: #fff !important;
    letter-spacing: 0.15em;
    height: 90px;
    display: flex;
    justify-content: flex-end;
}

.booking a {
    padding: 14px 22px;
    text-align: center;
    height: 90px;
}

.btn_booking a:hover .title {
    opacity: 0.7;
}

.btn_booking .img {
    width: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.btn_booking .img img {
    width: 100%;
}

.btn_booking .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}

#contactArea {
    background: none;
}

#contactArea .scInr {
    display: flex;
    justify-content: center;
}

#contactArea .scInr a {
    width: 50%;
    margin-right: 20px;
}

#contactArea .scInr a:last-child {
    margin-right: 0;
}

.btn_booking.reservation {
    background: #6abc61;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
}

.btn_booking {
    background: #247ab6;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
}

.btn_booking.ticket {
    background: #eb6877;
}

@media screen and (max-width: 720px) {

    #contactArea .scInr {
        flex-wrap: wrap;
    }

    #contactArea .scInr a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    #contactArea .scInr a:last-child {
        margin-bottom: 0;
    }

}




/* -------title------- */

h2.main_title {
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-align: center;
    color: #505050;
    display: block;
}

h2.sub_main_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 44px;
    text-align: center;
    color: #3ac5ce;
    display: block;
    margin-bottom: 30px;
}

h2.main_title span.sub_title {
    font-size: 16px;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 16px;
    color: #3ac5ce;
    margin-bottom: 30px;
    display: block;
}

h2.main_title span.title.img01 {
    width: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 10px;
}

h2.main_title span.title.img01 img {
    width: 100%;
}

h2.sub_title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 26px;
    text-align: center;
    color: #247ab6;
    display: block;
}

h2.sub_title span {
    display: block;
    width: 50px;
    padding: 20px 0;
    margin: 0 auto;
}

h3.txt {
    font-size: 16px;
    color: #505050;
    line-height: 44px;
    letter-spacing: 0.15em;
    text-align: center;
}

h3.txt {
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    line-height: 38px;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 50px;
}


.title_box {
    background: linear-gradient(#3ac5ce, #247ab6);
    width: 5px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

h4.sub_title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 20px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 30px;
}

@media screen and (max-width: 720px) {

    h2.main_title {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    h2.main_title span.sub_title {
        font-size: 14px !important;
    }


}





.img_box {
    animation: img_box_9955 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}

.img_box.other {
    animation: img_box_9955 5s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}

@keyframes img_box_9955 {
    0% {
        transform: translateY(0)
    }

    33.33333% {
        transform: translateY(-10px)
    }

    66.66667% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}


/* -------button------- */

.btn01 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}

.btn02 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}

.btn02 .btn-square {
    padding: 15px 50px !important;
}

.btn02 .arrow01 {
    margin-left: 30px !important;
}

.btn-square {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    background: #247ab6;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 5px #dddddd;
    border-radius: 10px;
}

.btn02 > .btn-square:hover {
    opacity: 1 !important;
}

.btn02 .btn-square a:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

.btn01 a:hover,
.btn02 a:hover {
    color: #fff;
}


@media screen and (max-width: 720px) {

    .btn01 {
        font-size: 14px !important;
    }
}

/* -------下三角矢印 ▼------- */

.arrow01 {
    position: relative;
    padding-left: 22px;
}

.arrow01::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -9px;
    margin-left: 10px;
}

.arrow01::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 6px;
    margin-top: -1.6px;
    margin-left: 10px;
}

/* -------中面MV------- */

.mv.sub h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 52px;
    text-align: center;
    color: #505050;
    display: block;
    width: 100%;
}

.mv.sub h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
}

@media screen and (max-width: 800px) {

    /*all*/
    .mv.sub {
        padding-top: 150px !important;
    }

    .mv.sub h1 {
        padding: 0 20px;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.05em;
    }

    .mv.sub h1 span {
        font-size: 16px;
        margin-top: 8px;
    }

    .sub_nav li {
        font-size: 14px !important;
    }

    .sub_nav li:first-child {
        padding-left: 10px !important;
    }

    .sub_nav li {
        padding-right: 10px !important;
        margin: 0 10px 0 0 !important;
    }

    .cp_breadcrumb {
        padding: 0.5em 10px !important;
    }

    .cp_breadcrumb li {
        font-size: 10px !important;
    }

    .mv.sp_only ul.slider {
        position: relative;
    }

    .mv.sp_only ul.slider li .txtBox {
        position: absolute;
        bottom: 20px;
        right: 30px;
        width: 100%;
        text-shadow: 0px 0px 5px #000;
    }

    .mv.sp_only ul.slider li .txtBox p {
        color: #fff;
        line-height: 1;
        text-align: right;
    }

    .mv.sp_only ul.slider li .txtBox p:nth-child(1) {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .mv.sp_only ul.slider li .txtBox p:nth-child(2) {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .mv.sp_only ul.slider li .txtBox p:nth-child(3) {
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
    }

    .mv.sp_only ul.slider li:nth-child(1) {
        background: url(/images/cruise_aqualiner_sp.jpg) center center no-repeat !important;
        background-size: cover !important;
        padding-top: 70%;
    }

    .mv.sp_only ul.slider li:nth-child(2) {
        background: url(/images/cruise_aquamini_sp.jpg) center center no-repeat !important;
        background-size: cover !important;
        padding-top: 70%;
    }

    .mv.sp_only ul.slider li:nth-child(3) {
        background: url(/images/cruise_himawari_sp.jpg) center center no-repeat !important;
        background-size: cover !important;
        padding-top: 70%;
    }

    .mv.sp_only ul.slider li:nth-child(4) {
        background: url(/images/cruise_santamaria_sp.jpg) center center no-repeat !important;
        background-size: cover !important;
        padding-top: 70%;
    }

}

/* -------ftBtn_area------- */

#ftBtn {
    padding: 50px 0;
}

.ftBtn_area {
    text-align: center;
}

.ftBtn_area a {
    margin-right: 10px;
}

@media screen and (max-width: 720px) {

    .ftBtn_area {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .ftBtn_area:last-child {
        margin-bottom: 0 !important;
    }

}


.btn {
    width: 31%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.btn:last-child {
    margin-right: 0;
}

.btn.guide {
    background: #e8ca3d;
}

.btn.introduction {
    background: #247ab6;
}

.btn.information .img {
    width: 40px;
}

.btn .line {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.btn .img {
    width: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.btn .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #fff;
    text-align: center;
    width: 100%;
}

.btn .title span.en {
    font-size: 12px;
    display: block;
    font-weight: 400;
    line-height: 1;
}


/* information */

.btn.information {
    background: #eb7254;
}


/* booking */

.btn.webbooking {
    background: #6abc61;
}


/* -------ft_cruise------- */

#ft_cruise {
    padding: 0 0 0 0;
    margin: 0;
}

#ft_cruise .wrapper .list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#ft_cruise .wrapper .list a {
    position: relative;
    padding-top: 15%;
    background: #505050;
    background-size: cover;
    width: 33.333333%;
}

.list.noclick {
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.list.noclick:first-child {
    margin-top: 0;
}


#ft_cruise .wrapper .list a.aqualiner {
    background: url(/intro/images/ft_cruise_aqualiner.jpg) center center no-repeat !important;
    background-size: cover !important;
}

#ft_cruise .wrapper .list a.aquamini {
    background: url(/intro/images/ft_cruise_aquamini.jpg) center center no-repeat !important;
    background-size: cover !important;
}


#ft_cruise .wrapper .list a.himawari {
    background: url(/intro/images/ft_cruise_himawari.jpg) center center no-repeat !important;
    background-size: cover !important;
}


#ft_cruise .wrapper .list a.santamaria {
    background: url(/intro/images/ft_cruise_santamaria.jpg) center center no-repeat !important;
    background-size: cover !important;
}


#ft_cruise .wrapper .list p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 26px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
}

#ft_cruise .wrapper .list a span {
    display: block;
    font-size: 16px;
    display: block;
    font-weight: 400;
    line-height: 1;
    font-style: italic;
}


/* -------sub_nav------- */

.sub_nav {
    background: #3ac5ce;
    margin: 0 auto;
    display: block;
}

.sub_nav ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.sub_nav li {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.15em;
    text-align: center;
    padding-right: 50px;
    margin: 0 50px 0 0;
    border-right: 1px solid #fff;
}

.sub_nav a {
    color: #fff;
}

.sub_nav a:hover {
    opacity: 1;
    color: #247ab6;
    font-weight: bold;
}

.sub_nav li:first-child {
    padding-left: 50px;
    border-left: 1px solid #fff;
}

.sub_nav li:last-child {
    margin: 0;
}

/* -------slider------- */

.slick-prev:before,
.slick-next:before {
    font-family: none !important;
    font-size: none !important;
    line-height: 1 !important;
    opacity: .75 !important;
    color: none !important;
    -webkit-font-smoothing: none !important;
    -moz-osx-font-smoothing: none !important;
}

.slick-prev:before {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/lib/cmn_js/slick/slick-prev.png)no-repeat;
    background-size: contain;
}

.slick-next:before {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/lib/cmn_js/slick/slick-next.png)no-repeat;
    background-size: contain;
}


/* all
---------------------------------------------------------------------------------------*/
.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}



@media screen and (max-width: 767px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .pc_only {
        display: block !important;
    }

    .sp_only {
        display: none !important;
    }
}



/* animate
---------------------------------------------------------------------------------------*/
.effect_bg,
.fade_in,
.fade_logo,
.fade_up {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-slow {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-block-one {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeLogo {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeLogo {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeLogo {
    -webkit-animation-name: fadeLogo;
    animation-name: fadeLogo;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    15% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    15% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fade01 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade01 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fade01 {
    -webkit-animation-name: fade01;
    animation-name: fade01;
}

/* layout
---------------------------------------------------------------------------------------*/
main {
    display: block;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 200px;
    background-position: center;
}

@media screen and (max-width: 767px) {
    main {
        width: 100%;
        font-size: 1.4rem;
        background-color: #fff;
        background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
        -webkit-background-size: 160px;
        background-position: center;
    }
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
}

.container_min {
    max-width: 980px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .container_min {
        width: 100%;
    }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clr {
    display: inline-block;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
    height: 1%;
}

.clr {
    display: block;
}





/* header
---------------------------------------------------------------------------------------*/


/* メガメニュー */

/*
.intro {
  display: block;
  float: left;
  font-size: 14px;
  padding: 30px 15px 50px;
  position: relative;
}
*/

/*
#gNav .menu_c_link li {
  text-align: inherit;
  position: inherit;
  margin: 0;
  display: inherit;
  margin-left: inherit;
}
*/

.article_drop {
    display: none;
}

.article_drop_inr {
    background-color: rgba(240, 240, 240, 0.9);
    /*background-color: rgba(255, 255, 255, 0.9);*/
    padding: 20px 60px;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 52;
}

.article_drop_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_c_ttl {
    font-size: 20px;
}

.menu_c_ttl .en {
    display: block;
    font-weight: 100;
    font-size: 30px;
}

.menu_c_link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 65%;
}

.menu_c_link li {
    font-size: 14px;
    width: 24%;
    margin-left: 5px !important;
}

.menu_c_link li a {
    color: #222;
}

.menu_c_link li .languege a p {
    text-transform: capitalize !important;
}

.article_drop_box .menu_c_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.article_drop_box .menu_c_link li {
    width: 100%;
    margin-left: 30px;
}

/*
.gnav_list a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}
*/

/*
.menu_c_link .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
*/

.menu_c_link li img {
    width: 100%;
    text-align: left;
}

.menu_c_link li .img {
    width: 25%;
}

.menu_c_link .list .txt {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-align: left;
}

.menu_c_link .list .txt a p {
    text-align: left;
    color: #505050 !important;
    font-size: 14px;
    font-weight: bold !important;
    line-height: 2;
    margin-left: 15px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 5px;
}

.menu_c_link .languege {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_c_link .languege .txt a p {
    text-align: left;
    color: #505050 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 2;
    margin-left: 15px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.menu_c_link .txt a p:hover {
    color: #3ac5ce !important;
}

#gNav .article_drop_box ul {
    margin-right: 0;
    height: 0;
    padding: 0 0 20px 0;
}

#gNav .article_drop_box ul li {
    margin-left: 0;
    padding-top: 0;
    height: 100%;
}

/*
.menu_c_link .languege .txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
*/

/*
.menu_c_link li p {
  display: inline-block;
}
*/

#gNav .article_drop_box ul.cluiseMenu {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    height: 90px;
}

#gNav .article_drop_box ul.cluiseMenu {
    display: flex;
    justify-content: center;
    padding: 5px;
    height: inherit;
    margin-bottom: 0;
}

#gNav .article_drop_box ul.cluiseMenu li {
    width: 20%;
    text-align: center;
    margin-right: 20px;
}

#gNav .article_drop_box ul.cluiseMenu li .img {
    width: 50%;
    margin-bottom: 10px;
}

#gNav .article_drop_box ul.cluiseMenu li .img img {
    width: 100%;
}

.menu_c_link .list .txt a p {
    text-transform: lowercase !important;
}

/* pc */

.mdSpan {
    position: relative;
}

.mdSpan i {
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    margin-top: -90px;
    padding-top: 90px;
}

@media screen and (max-width: 1600px) {

    .menu_c_link .list .txt a p {
        text-align: left;
        color: #505050 !important;
        font-size: 12px !important;
        font-weight: bold !important;
        line-height: 2;
        margin-left: 10px;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

}

@media screen and (max-width: 1300px) {

    .menu_c_link li .img {
        width: 40%;
        margin-bottom: 10px;
    }

    .menu_c_link .list .txt {
        width: 100%;
    }

    #gNav .article_drop_box ul.cluiseMenu li .img {
        width: 60%;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1079px) {

    /* sp */

    .mdSpan {
        position: relative;
    }

    .mdSpan i {
        text-indent: -9999px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 0;
        margin-top: -52px;
        padding-top: 52px;
    }

}

/* PC */

.hdInr {
    display: flex;
    justify-content: flex-end;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    transition: .3s;
    /* height: 96px; */
}

header.pc_only.is-animation {
    height: 55px;
}


header.pc_only h1 {
    color: #fff;
    transition: .3s;
    background: #fff;
    align-items: flex-start;
}

.hdLogo {
    transition: .3s;
    width: 200px;
    padding: 16px 27px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}


header.pc_only h1 img {
    width: 100%;
}

nav#gNav {
    width: 76%;
    background: #fff;
    height: 90px;
    margin-right: 20px;
}

.sns ul {
    display: flex;
    justify-content: flex-start;
}

.sns ul li.fb {
    width: 18%;
    margin-right: 20px;
}

.sns ul li.insta {
    width: 37%;
    vertical-align: middle;
}

header.pc_only .sns ul li {
    margin-top: 32px;
}

#gNav ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
    height: 90px;
}

#gNav li {
    margin-left: 5%;
    padding-top: 7px;
    height: 100%;
}

#gNav ul li a {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    display: block;
    font-weight: 600;
}

#gNav ul li a p.icon img {
    width: 100%;
}

#gNav ul li a p.icon {
    max-width: 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

#gNav ul li:nth-child(1) p.icon {
    width: 15px;
}

#gNav ul li:nth-child(2) p.icon {
    width: 27px;
}


#gNav ul li:nth-child(3) p.icon {
    width: 26px;
}

#gNav ul li:nth-child(4) p.icon {
    width: 26px;
}

#gNav ul li:nth-child(5) p.icon {
    width: 26px;
}

#gNav ul li:nth-child(6) p.icon {
    width: 25px;
}

#gNav ul li p {
    color: #222222;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 3px;
    letter-spacing: 0.15em;
}

#gNav ul li p:hover {
    color: #3ac5ce;
}

#gNav ul li a p span {
    font-size: 10px;
    display: block;
    color: #aaaaaa;
    font-weight: 400;
}


/*booking*/



.booking p.icon {
    width: 25px;
    text-align: center;
    display: inline-block;
}

.booking p.icon img {
    width: 100%;
}

.booking p {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 3px;
    width: 100%;
    display: inline-block;
}

.booking p:last-child {
    margin-top: 6px;
}

.booking p span {
    font-size: 10px;
    display: block;
    font-weight: 200;
}

/*contact*/

.contact {
    color: #fff !important;
    letter-spacing: 0.15em;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: #247ab6;
}

.contact a {
    background: #247ab6;
    text-align: center;
    height: 90px;
    padding: 14px 0;
}

.contact p.icon {
    width: 25px;
    text-align: center;
    display: inline-block;
}

.contact p.icon img {
    width: 100%;
}

.contact p {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    display: inline-block;
}

.contact p:last-child {
    margin-top: 6px;
}

.contact p span {
    font-size: 10px;
    display: block;
    font-weight: 200;
}

.btnBox {
    display: flex;
    justify-content: flex-end;
}

.cvbtn {
    position: relative;
    z-index: 999;
}


#header.pc_only a:hover {
    color: #b69668;
    text-decoration: none;
}

gNav ul li a:hover::after,
#gNav ul li a:focus::after {
    opacity: 1;
}



@media screen and (max-width: 1500px) {
    /*
  nav#gNav {
    width: 63%;
  }
*/
}

@media screen and (max-width: 1300px) {
    nav#gNav {
        width: 61%;
    }

    #gNav li {
        margin-left: 3%;
        padding-top: 5px;
    }

    #gNav ul li p {
        font-size: 12px;
    }


}


@media screen and (max-width: 1200px) {
    nav#gNav {
        width: 54%;
    }

    .sns ul li.fb {
        width: 14%;
    }

    .sns ul li.insta {
        width: 28%;
    }

    #gNav ul {
        margin-right: 1%;
    }

    #gNav li {
        margin-left: 2%;
    }

    .contact p,
    .booking p {
        font-size: 12px;
        width: 100%;
    }


}

@media screen and (max-width: 1100px) {
    nav#gNav {
        width: 54%;
    }

    #gNav li {
        margin-left: 2%;
    }


}


@media screen and (max-width: 1079px) {
    header.pc_only {
        display: none !important;
    }

    header.sp_only {
        display: block !important;
    }
}

@media screen and (min-width: 1080px) {
    header.pc_only {
        display: block !important;
    }

    header.sp_only {
        display: none !important;
    }
}


@media screen and (max-width: 1079px) {
    footer .pc_only {
        display: none !important;
    }

    footer .sp_only {
        display: block !important;
    }
}

@media screen and (min-width: 1080px) {
    footer .pc_only {
        display: block !important;
    }

    footer .sp_only {
        display: none !important;
    }

}


/*sp*/

header.header .sp_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 52px;
}

.sp_header a.logo {
    width: 120px;
    padding-left: 15px;
}

.sp_header .sns ul {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    flex-wrap: inherit;
    background: #fff;
}



header.header.pc_only li {
    align-items: center;
    justify-content: center;
    display: flex !important;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    line-height: 0;
}

.header.sp_only .contact,
.header.sp_only .booking {
    width: 50% !important;
    height: inherit;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 999;
    align-items: center;

}

.header.sp_only .contact a,
.header.sp_only .booking a {
    text-align: center;
    height: inherit;
    padding: 15px 0;
}

.booking p.icon,
.booking p.icon {
    vertical-align: middle;
}

.booking p.icon {
    width: 18px;
}

.contact p.icon {
    width: 16px;
    padding-top: 5px;
}




.header.sp_only .contact p:last-child,
.header.sp_only .booking p:last-child {
    font-size: 14px;
    width: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.header.sp_only .contact a,
.header.sp_only .booking a {
    display: flex;
}

.header.sp_only .contact p span,
.header.sp_only .booking p span {
    display: none !important;
}

header.sp_only ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #edf8f8;
}

header.sp_only ul li.cluiseList {
    width: 50%;
}

header.sp_only ul li .cluise {
    margin-right: 10px;
}

header.sp_only ul li:nth-child(2n) .cluise {
    margin-left: 0;
}

header.sp_only ul li .cluise .img {
    margin: 0 auto;
    width: 100%;
}

header.sp_only ul li .cluise .img img {
    width: 100%;
    margin-bottom: 10px;
}

header.sp_only ul li .cluise .txt {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;

}

header.sp_only ul li .cluise .txt a {
    line-height: 24px;
}

header.sp_only ul.subMenu > li {
    width: 33%;
    background: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}

header.sp_only ul.subMenu li:nth-child(1) {
    border-top: 1px solid #3ac5ce;
}

header.sp_only ul.subMenu li:nth-child(2) {
    border-top: 1px solid #3ac5ce;
    border-left: 1px solid #3ac5ce;
}

header.sp_only ul.subMenu li:nth-child(3) {
    border-top: 1px solid #3ac5ce;
    border-left: 1px solid #3ac5ce;
}

header.sp_only ul.subMenu li:nth-child(4) {
    border-top: 1px solid #3ac5ce;
    border-bottom: 1px solid #3ac5ce;
}

header.sp_only ul.subMenu li:nth-child(5) {
    border-top: 1px solid #3ac5ce;
    border-bottom: 1px solid #3ac5ce;
    border-left: 1px solid #3ac5ce;
}

header.sp_only ul.subMenu li:nth-child(6) {
    border-top: 1px solid #3ac5ce;
    border-bottom: 1px solid #3ac5ce;
    border-left: 1px solid #3ac5ce;
}

header.sp_only ul.subMenu li p.icon {
    margin: 0 auto;
}

header.sp_only ul.subMenu li p {
    font-size: 12px;
    font-weight: bold;
}

header.sp_only ul.subMenu > li:nth-child(1) p.icon {
    width: 15%;
    margin-bottom: 10px
}

header.sp_only ul.subMenu > li:nth-child(2) p.icon {
    width: 23%;
    margin-bottom: 12px
}

header.sp_only ul.subMenu > li:nth-child(3) p.icon {
    width: 24%;
    margin-bottom: 8px;
}

header.sp_only ul.subMenu li:nth-child(4) p.icon {
    width: 20%;
    margin-bottom: 10px;
}

header.sp_only ul.subMenu li:nth-child(5) p.icon {
    width: 21%;
    margin-bottom: 9px;
}

header.sp_only ul.subMenu li:nth-child(6) p.icon {
    width: 21%;
    margin-bottom: 9px;
}

header.sp_only .otherMenu {
    padding: 10px 0;
    background-color: #edf8f8;
}


header.sp_only .otherMenu > p {
    width: inherit;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

header.sp_only .otherMenu > p > a {
    font-weight: 400;
    padding: 0 10px;
}

header.sp_only .language {
    padding: 5px 0;
}


header.sp_only .language > li {
    width: 25%;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #ccc;
}

header.sp_only .language > li:last-child {
    border-right: none;
}






@media screen and (max-width: 640px) {

    .g_nav ul li.linkBox {
        background: #6abc61;
        font-weight: bold;
        flex-wrap: wrap;
        width: 100%;
    }

    .g_nav ul li.linkBox a {
        font-size: 20px !important;
        color: #fff;
        font-weight: 400;
    }

    .g_nav ul li.linkBox span {
        margin-right: 5px;
    }

    .g_nav ul li.linkBox span.icon {
        display: inline-block;
        width: 20px;
    }

    header.header {
        height: 52px;
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 104;
        font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
        z-index: 9999999;
    }

    header.header .nav_btn {
        position: fixed;
        top: 0;
        right: 65px;
        background-color: #fffc61;
        z-index: 99;
        text-align: center;
        line-height: 0;
        z-index: 999999999999;
    }

    header.header a .nav_btn {
        line-height: 1;
        font-size: 24px;
        color: #051330;
        padding: 19px 40px 18px;
        font-weight: 500;
        cursor: pointer;
        letter-spacing: 0.15em;
    }

    .g_nav {
        height: 100%;
        position: relative;
        z-index: 999;
    }

    .g_nav > ul {
        text-align: left;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .g_nav > ul > li:nth-child(1) img {
        width: 55%;
        display: inline-block;
    }

    .g_nav > ul > li:nth-child(8) img {
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .g_nav > ul > li:nth-child(9) img {
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .g_nav > ul > li:nth-child(1) img {
        width: 70%;
        display: block;
    }

    .g_nav > ul > li.entry02 img {
        width: 70%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .g_nav > ul > li.entry03 img {
        width: 70%;
        display: inline-block;
        margin-bottom: 10px;
    }


    .drawer--right.drawer-open .drawer-hamburger {
        right: 0 !important;
    }

}

.g_nav > ul > li {
    font-size: 12px;
    margin: 7px 0;
}

.g_nav > ul > li:nth-child(odd) {
    border-right: none;
}


.g_nav > ul > li {
    width: 50%;
    font-size: 10px;
    margin: 0;
    letter-spacing: 0.1em;
}

.g_nav > ul > li.entry02 {
    overflow: hidden;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

.g_nav > ul > li.entry03 {
    overflow: hidden;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}


.drawer-hamburger {
    top: 0.5% !important;
}


g_nav > ul a {
    color: #1e2a53 !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .g_nav > ul a {
        line-height: 1.4;
    }
}

g_nav > ul a:hover {
    color: #a46d30 !important;
}

.g_nav > ul a span {
    opacity: 0.8;
    font-size: 0.8rem;
    display: inline;
}

@media screen and (max-width: 767px) {
    .g_nav > ul a span {
        font-size: .6rem;
    }

    .sns ul li.fb {
        width: 100%;
        margin-right: 0;
    }

    .sns ul li.insta {
        width: 100%;
    }

    .sns ul li.fb a img {
        width: 12px;
    }





}


/*---------------------------------------------------
パンくず
---------------------------------------------------*/


.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_breadcrumb {
    padding: 0.5em 2em;
    background-color: #edf8f8;
    color: #505050;
}

.cp_breadcrumb a {
    text-decoration: underline;
    color: #505050;
}

.cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #505050;
    font-size: 12px;
}

.cp_breadcrumb li::before {
    content: '›';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #505050;
}

.cp_breadcrumb li:last-child::before {
    content: normal;
}


/*---------------------------------------------------
速報
---------------------------------------------------*/


.notice {
    background: #fed7d9;
    position: relative;
}

/*
.notice p {
  font-size: 14px;
  color: #ff0000;
  display: inline;
}
*/

.notice p {
    font-size: 14px;
    color: #ff0000;
    display: inline;
    line-height: initial;
}

/*
.notice p:last-child span {
  margin-left: 50px;
  font-size: 14px;
  color: #ff0000;
  padding: 5px 20px;
  border: 1px solid #ff0000;
  line-height: 14px;
  border-radius: 5px;
  display: inline-block;
}
*/

.notice p:last-child span {
    margin-left: 50px;
    font-size: 14px;
    color: #ff0000;
    padding: 9px 20px 7px;
    border: 1px solid #ff0000;
    line-height: 0.5;
    border-radius: 5px;
    display: inline-block;
}

/*
.notice p:last-child span::after {
  content: '▼';
  margin-left: 10px;
  font-size: 10px;
  color: #ff0000;
}
*/


.notice p.title {
    margin-right: 15px;
    font-weight: bold;
}

/*
.notice p.title span.icon {
  width: 18px;
  display: inline-block;
  line-height: 1.2;
}
*/

.notice p.title span.icon {
    width: 18px;
    display: inline-block;
    line-height: inherit;
    vertical-align: bottom;
}

.notice p.title span.icon img {
    width: 100%;
}

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 10px 0;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 0 10px;
    visibility: visible;
    background: #fee3e4;
}

.acd-content p {
    color: #333333;
}

@media screen and (max-width: 1200px) {

    .acd-label {
        display: block;
        margin-bottom: 1px;
        padding: 10px 20px;
    }

    .acd-check:checked + .acd-label + .acd-content {
        padding: 10px 20px;
    }

    .notice p:last-child span {
        margin-left: 0;
        margin-top: 10px;
    }

}

/*---------------------------------------------------
news
---------------------------------------------------*/

.news {
    background: #3ac5ce;
    padding: 10px 0;
}

.news ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

.news li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.news li.title {
    margin-right: 15px;
    font-weight: bold;
    line-height: 24px;
}

.news li.title span.icon {
    width: 24px;
    display: inline-block;
}

.news li.title span.icon img {
    width: 100%;
}

.news li.category {
    padding: 3px 20px;
    border: 1px solid #fff;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.15em;
}

.news li.text {
    text-decoration: underline;
    margin-right: 20px;
}

.btn.news {
    overflow: hidden;
}

.btn.news {
    border: 1px solid #fff;
    border-radius: 5px;
    /* padding: 10px 20px; */
    /* display: inline-block; */
    /* float: right; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-left: 20px; */
    /*  line-height: initial;*/
}

.btn.news span img {
    width: 100%;
}

.btn.news span {
    margin-left: 15px;
    line-height: 0;
    width: 4px;
    display: inline-block;
    vertical-align: middle;
}

.btn.news a {
    color: #fff !important;
}

.btn.news :hover a {
    color: #3ac5ce;
    background: #fff;
}

@media screen and (max-width: 1200px) {

    .news li.title {
        margin-right: 15px;
        display: block;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 760px) {

    .news li.title {
        display: inline-block;
    }

}


/*---------------------------------------------------
mainV
---------------------------------------------------*/

#maincontants {
    padding-top: 90px;
}

@media screen and (max-width: 1079px) {
    #maincontants {
        padding-top: 104px;
    }
}

.mv ul.mv_list {
    overflow: hidden;
}

.mv ul.mv_list {
    text-align: center;
    color: #222;
    position: relative;
    width: 25%;
    padding-top: 50%;
    background: #dddddd;
    float: left;
}

.mv ul.mv_list:nth-child(1) {
    background: url(/images/mv_img_aqualiner.jpg) center center no-repeat;
    background-size: cover;
}

.mv ul.mv_list:nth-child(2) {
    background: url(/images/mv_img_aquamini.jpg) center center no-repeat;
    background-size: cover;
}


.mv ul.mv_list:nth-child(3) {
    background: url(/images/mv_img_himawari.jpg) center center no-repeat;
    background-size: cover;
}


.mv ul.mv_list:nth-child(4) {
    background: url(/images/mv_img_santamaria.jpg) center center no-repeat;

    background-size: cover;
}



.mv ul.mv_list li .txtBox {
    position: absolute;
    top: 84%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-shadow: 0px 0px 15px #000;
}

.mv ul.mv_list li .txtBox p {
    color: #fff;
    line-height: 1;
    text-align: center;
}

.mv ul.mv_list li .txtBox p:nth-child(1) {
    font-size: 16px;
    font-weight: 200px;
    margin-bottom: 12px;
}

.mv ul.mv_list li .txtBox p:nth-child(2) {
    font-size: 35px;
    font-weight: 400px;
    margin-bottom: 15px;
}

.mv ul.mv_list li .txtBox p:nth-child(3) {
    font-size: 20px;
    font-weight: 100px;
    font-style: italic;
}


.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}

@media screen and (max-width: 720px) {

    .notice p {
        font-size: 12px;
        line-height: 1.5;
    }

    .notice p.title {
        margin-right: 5px;
    }

    .notice p.title,
    .notice p.day {
        margin-bottom: 5px;
        line-height: 2;
    }

    .notice p:last-child span {
        margin-top: 5px;
        font-size: 12px;
        line-height: 13px;
        padding: 6px 10px;
    }

}


/*topcontrol*/
#topcontrol {
    z-index: 900;
}

#topcontrol a {
    background: url(../cmn_img/scrollup.png) center center no-repeat #000;
    background: url(../cmn_img/scrollup.png) center center no-repeat #000;
    /* IE8 */
    background: url(../cmn_img/scrollup.png) center center no-repeat #000;
    /* IE7 */
    background: url(../cmn_img/scrollup.png) center center no-repeat #000;
    /* IE6 */
    display: block;
    height: 60px;
    width: 60px;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#topcontrol a:hover {
    filter: alpha(opacity=10) !important;
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



/* pager
-------------------*/
.pager {
    padding-top: 20px;
    text-align: center;
}

.pager a {
    color: #505050;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    margin: 0 2px;
    padding: 10px 12px;
}

.pager a:first-child,
.pager a:last-child {
    color: #505050;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}

.pager a:hover,
.pager a.current {
    background-color: #3ac5ce;
    border: 1px solid #3ac5ce;
    color: #FFF;
}

.pager a::after {
    content: attr(data-text);
}

.pager a:last-child::after {
    display: none;
}

.pager a:first-child::after {
    content: attr(data-text);
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
    padding: 10px 12px;
}


.pager a:last-child::before {
    content: attr(data-text);
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
    padding: 10px 12px;
}




/* footer
---------------------------------------------------------------------------------------*/

#ft_bannerArea .bnr {
    overflow: hidden;
}

#ft_bannerArea .bnr ul li.bnr01 {
    background: url(/lib/cmn_img/ft_nakanosima_logo.png) no-repeat center center;
    background-size: 45%;
    position: relative;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr ul li.bnr02 {
    background: url(/lib/cmn_img/ft_suitoosaka_logo.jpg) no-repeat center center;
    background-size: 30%;
    position: relative;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr ul li.bnr03 {
    background: url(/lib/cmn_img/ft_downtwonofosaka_logo.png) no-repeat center center;
    background-size: 10%;
    position: relative;
    display: inline-block;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

#ft_bannerArea .bnr ul li {
    width: 33.3%;
    padding-top: 5%;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

.footer {
    text-align: center;
    background-color: #3ac5ce;
    padding: 50px 30px;
}

footer .scInrW {
    padding: 0 30px;
}

.footer h3.logo {
    width: 150px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.footer h3.logo img {
    width: 100%;
}

.footer span.sns {
    width: 50px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.footer span.sns img {
    width: 100%
}

.ft_logo {
    display: inline-block;
    /* width: 100%; */
    float: left;
}

.ft_list.pc_only {
    justify-content: flex-end;
    display: flex !important;
    flex-wrap: wrap;
}

.footer .ft_list ul {
    text-align: left;
    margin-right: 100px;
    display: block;
}

.footer .ft_list ul:last-child {
    margin-right: 0;
}

.footer .ft_list ul li.list a {
    font-weight: bold;
    font-size: 16px;
}

.ft_list ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    line-height: 2;
}


.copyright {
    font-family: Verdana, “Droid Sans”;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 15px 0;
    color: #fff;
    background-color: #3ac5ce;
    padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {

    .ft_list {
        width: 100%;
        justify-content: flex-start !important;
        padding-top: 50px !important;
    }

    .footer .ft_list ul {
        text-align: left;
        margin-right: 15%;
        display: block;
    }


}

@media screen and (max-width: 900px) {
    .footer .ft_list ul {
        margin-right: 5%;
        width: 50%;
    }

    .ft_list.sp_only {
        width: 100%;
        justify-content: flex-start !important;
        padding-top: 10px !important;
        display: flex !important;
    }

}

@media screen and (max-width: 720px) {

    #ft_bannerArea .bnr ul li {
        padding-top: 11%;
    }

    #ft_bannerArea .bnr ul li.bnr01 {
        background-size: 81%;
    }

    #ft_bannerArea .bnr ul li.bnr02 {
        background-size: 60%;
    }

    #ft_bannerArea .bnr ul li.bnr03 {
        background-size: 20%;
    }

    .footer {
        padding: 20px !important;
    }

    .footer h3.logo {
        margin-bottom: 20px;
    }

    .copyright {
        padding: 0 20px 15px;
    }

    .footer .ft_list ul li a,
    .footer .ft_list ul li.list a {
        font-size: 12px;
    }

    .footer span.sns {
        width: 30px;
    }

    .footer .ft_list.sp_only ul {
        margin-right: 4%;
    }

    .footer .ft_list.sp_only ul:nth-child(2) {
        margin-right: 0;
    }


    .ft_list {
        padding-top: 0;
    }

    .ft_list.sp_only {
        display: flex !important;
    }

    .ft_list.sp_only ul {
        width: 48% !important;
    }

    .list.noclick {
        font-size: 14px;
    }

    footer .scInrW {
        padding: 0;
    }



    /* pager
-------------------*/

    .pager a::before,
    .pager a::after {
        display: none;
    }


}
