@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

button {
    background-color: #fff;
    cursor: pointer;
}

@media(min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.5rem;
}

.wrapper {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}

.wrapper-inner {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
}

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

a {
    color: #4B4B4B;
    text-decoration: none;
}

p {
    line-height: 160%;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}


.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.pc-none02 {
    display: none;
}

.sp-none02 {
    display: block;
}

.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regu {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.b-c {
    background: #003867;
}

.b-c02 {
    background: #0059A5;
}

.b-c-text {
    color: #003867;
}

.font-b {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .fl-column-lm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.5rem;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .fl-wr-md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fl-column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper {
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.4rem;
    }

    .fl-column-ss {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pc-none02 {
        display: block;
    }

    .sp-none02 {
        display: none;
    }
}


.br-lm {
    display: none;
}

@media screen and (max-width: 1024px) {
    .br-lm {
        display: block;
    }
}

.br-ms {
    display: none;
}

@media screen and (max-width: 600px) {
    .br-ms {
        display: block;
    }
}




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

header {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 10001;
    background: #fff;
    top: 0;
}

.header-left {
    margin-top: 25px;
    margin-bottom: 25px;
}

.header-left .header-logo {
    width: 272px;
    margin-top: 20px;
}

.header-left .header-logo a {
    margin-bottom: 10px;
    width: 100%;
}

nav2 {
    display: none;
}

.nav2 {
    display: none;
}

.nav {
    width: 100%;
    margin-right: 3em;
}

.nav ul {
    width: 100%;
    height: 55px;
}

.nav ul li {
    width: 29%;
    position: relative;
    text-align: center;
}


.nav ul li.cont {
    width: 40%;
}

.nav ul li.cont a {
    background-color: #2D90C7;
    border-radius: 20px;
    color: #fff;
    padding: 5px 0 5px 0;
    margin-top: 20px;
    font-size: 1.2rem;
}

.nav ul li button {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    margin-top: -4px;
    width: 100%;
}


.nav ul li:hover > a {
    opacity: 1;
    color: #003E61;

}

.nav ul li a {
    display: block;
    font-size: 1.4rem;
    padding: 25px 0 0;
    color: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    font-weight: bold;
}

.nav button {
    margin: 0;
    padding: 0;
    border: none;
}


.nav ul li a:hover span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav ul li:hover .sub-menu {
    max-height: 1000px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #EEEEEE;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: auto;
}

.nav ul .sub-menu li::before {
    display: none;
}

.nav ul .sub-menu li:last-child::after {
    display: none;
}

.nav ul .sub-menu li {
    margin: 0;
    width: 100%;
    text-align: center;
}

.nav ul .sub-menu li:nth-child(4n) {
    margin-right: 1%;
}

.nav ul .sub-menu li a {
    color: #000;
    padding: 16px 10px;
    display: block;
    font-size: 1.4rem;
}

.nav ul .sub-menu li a:hover {
    background-color: #CECECE;
}

@media screen and (max-width: 1024px) {
    .nav {
        width: 44%;
        margin-right: 0;
    }
    .header-left .header-logo a img {
        width: 100%;
    }

    .nav ul li a {
        font-size: 1.2rem;
    }

    .nav ul li.cont a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding-top: 10px;
    }

    .header-left {
        margin-top: 5px;
    }

    .header-left .header-logo {
        margin-top: 5px;
    }

    .header-left .header-logo a img {
        width: 100%;
        height: auto;
    }

    .nav button {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .header-left {
        margin: 15px 1% 15px 0;
    }

    .header-left .header-logo a img {
        margin-top: 0px;
    }
}


.header_contact {
    width: auto;
    height: 100%;
}

.header_contact .h_btn {
    width: 50%;
    height: auto;
    margin-left: 30px;
}

.header_contact .h_btn a {
    width: 100%;
    display: block;
    color: #fff;
}

.header_contact .h_btn a img {
    width: auto;
    text-align: center;
    display: block;
    color: #fff;
}

.header_contact-sm {
    display: none;
}

@media screen and (max-width: 900px) {
    .header_contact img {
        width: 50%;
    }
}


@media screen and (max-width: 768px) {
    .header_contact .h_btn {
        display: none;
    }

    .header_contact-sm {
        display: block;
    }

    .header_contact-sm .h_btn:first-child {
        margin-top: -8px;
        margin-right: 5px;
    }

    .header_contact-sm .h_btn:last-child {
        margin-top: -13px;
    }

    .header_contact img {
        display: none;
    }
}

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

footer {
    padding: 0 0 60px 0;
    background: -webkit-gradient(linear, left top, right top, from(#39a8e7), to(#1387c2));
    background: linear-gradient(to right, #39a8e7 0%, #1387c2 100%);
    color: #fff;
    font-size: 1.2rem;
}

.footer-nav {
    background: -webkit-gradient(linear, left top, right top, from(#2bb5eb), to(#0e98cc));
    background: linear-gradient(to right, #2bb5eb 0%, #0e98cc 100%);
    padding: 30px 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 60px;
}

.footer-nav a::before {
    content: "｜";
}

.footer-nav a:first-child::before {
    content: "";
}


.footer-nav a {
    color: #fff;
}

footer img {
    width: auto;
    max-width: 100%;
}

footer .add {
    width: 60%;
    color: #fff;
}

footer .add p {
    line-height: 140%;
    margin-top: 10px;
    letter-spacing: 0.03em;
}

footer .add a {
    color: #fff;
}

footer .con {
    text-align: right;
    width: 36%;
}

footer .copyright {
    width: 100%;
    margin: 10px auto 0;
    color: #fff;
    text-align: right;
    font-size: 1rem;
    padding: 30px 0 0;
}

@media screen and (max-width: 1000px) {
    footer .con {
        width: 60%;
        margin-left: 2%;
    }

    footer .con img {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding: 0 0 110px 0;
    }

    .footer-nav {
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .footer-nav a {
        display: block;
        background-image: url(img/footer-nav-li.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-align: left;
        padding-left: 1em;
        margin: 8px;
        font-size: 1.2rem;
    }

    .footer-nav a::before {
        content: none;
    }

    .footer-nav a:first-child::before {
        content: none;
    }

    footer .fl {
        display: block;
    }

    footer .add {
        width: 100%;
    }

    footer .con {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
    }

    footer .con img {
        width: auto;
    }

    footer .tel ul li {
        margin-left: 0em;
    }

    footer .f-nav li::before {
        content: "▶";
    }

    footer .f-nav li:last-child::after {
        display: none;
    }

    footer .f-nav {
        margin-top: 30px;
        font-size: 14px;
        text-align: left;
        line-height: 160%;
    }

    footer .f-nav a {
        margin-left: 5px;
    }

    footer .f-nav .fl li {
        margin-right: 10px;
        display: inline-block;
    }

    footer .f-nav .fl li:nth-child(3) {
        display: block;
    }

    footer .con {
        text-align: left;
        width: 100%;
    }

    footer .copyright {
        text-align: left;
        padding: 0;
    }

    .footer-contact {
        width: 100%;
        position: absolute;
        top: inherit;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        position: fixed;
        z-index: 100;
        background-color: #1e5779;
    }

    .footer-contact a {
        color: #0e98cc;
        display: block;
        background: #fff;
        border-radius: 20px;
        width: 90%;
        margin: 10px auto;
        padding: 8px 10px 10px 10px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .footer-contact a p {
        text-align: center;
        line-height: 0;
    }

    .footer-contact a p::before {
        content: url(img/footer-contact-imh01.png);
        padding-right: 5px;
        vertical-align: sub;
    }

    .footer-contact a p::after {
        content: url(img/footer-contact-imh02.png);
        padding-left: 5px;
    }
}


/* ---------------------------------------*/

/* -------------- section  ----------------*/

/* ---------------------------------------*/

section {
    margin: 100px auto;
}


section h2 {
    text-align: center;
    margin-bottom: 30px;
}

section h2 img {
    width: auto;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    section {
        margin: 60px auto;
    }

    section h2 {
        text-align: center;
        margin-bottom: 35px;
    }
}


/*------------------------------------------
-------------------- Top -------------------
--------------------------------------------*/

.slide-top {
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding-top: 115px;
    overflow: hidden;
    margin: 0 auto;
}

.slide-top li {
    width: 100%;
    margin: 0 auto;
}

.slide-top li img {
    margin: 0 auto;
    width: 100%;
}

.slide-top .slick-prev {
    content: "" !important;
    width: 52px !important;
    height: 52px !important;
    padding-top: 8px;
    border: none;
    position: absolute;
    z-index: 10000;
    top: 60%;
    left: 8%;
}

.slide-top .slick-next {
    content: "" !important;
    width: 52px !important;
    height: 52px !important;
    padding-top: 8px;
    border: none;
    position: absolute;
    z-index: 10000;
    top: 60%;
    right: 8%;
}

@media screen and (max-width: 1280px) {
    .slide-top li img {
        width: 100%;
        max-width: 96%;
    }
}


@media screen and (max-width: 768px) {
    .slide-top {
        padding-top: 60px;
    }
    .slide-top li img {
        padding: 0;
        max-width: 100%;
    }
}



/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #374c82;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #374c82;
}

.img-single img {
    margin: 0 auto;
    padding-top: 145px;
    overflow: hidden;
    width: 100%;
    max-width: 80%;
}

@media screen and (max-width: 1280px) {
    .img-single img {
        width: 100%;
        max-width: 96%;
    }
}

@media screen and (max-width: 768px) {
    .img-single img {
        padding-top: 60px;
    }
}

/* -------------- section firts_sec  ----------------*/

.top section.first_sec li {
    width: 49%;
    border: 1px solid #F6F6F6;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 15px;
    position: relative;
    margin: 10px;
}

.top section.first_sec a {
    display: block;
    padding: 10px;
}

.top section.first_sec li p {
    line-height: 140%;
    margin-right: 1em;
    font-size: 1.4rem;
    margin-bottom: 1em;
    text-align: justify;
}

.top section.first_sec li img {
    height: auto;
    max-height: 112px;
}

.top section.first_sec li day {
    display: block;
    margin-top: 1em;
}

.top section.first_sec .list-btn {
    text-align: right;
    margin-right: 25px;
}

.top section.first_sec .list-btn a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .top section.first_sec a {
        padding: 0;
    }

    .top section.first_sec li {
        width: 100%;
        border: none;
        box-shadow: none;
        font-weight: bold;
        margin: 0;
        margin-right: 15px;
    }

    .top section.first_sec li img {
        max-height: 100%;
        width: 100%;
    }

    .top section.first_sec li .fl {
        display: block;
    }

    .top section.first_sec li p {
        line-height: 160%;
        margin-right: 0;
        font-size: 1.4rem;
        margin-top: 1em;
    }

    .top section.first_sec li day {
        position: relative;
    }

    .top section.first_sec .slick-list {
        padding: 0 15% 0 0 !important;
    }

    .top section.first_sec .slick-slide {
        margin-right: 15px;
    }

    .top section.first_sec .list-btn {
        text-align: center;
        margin-top: 1em;
    }
}

/* -------------- section second_sec  ----------------*/

.top section.second_sec .special-img01 {
    width: 100%;
    max-width: 546px;
    margin-right: 20px;
}

.top section.second_sec .special-text01 {
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-width: 424px;
    text-align: center;
}

.top section.second_sec .special-text01 p {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 1em;
}

.top section.second_sec .special-text01 .arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}

.top section.second_sec .special02 {
    margin-top: 60px;
}

.top section.second_sec .special-img02 {
    width: 100%;
    max-width: 546px;
    margin-left: 20px;
}

.top section.second_sec .special-text02 {
    position: relative;
    margin-top: 20px;
    width: 100%;
    max-width: 424px;
    text-align: center;
}

.top section.second_sec .special-text02 p {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 1em;
}

.top section.second_sec .special-text02 .arrow {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .top section.second_sec .special01 img {
        width: 100%;
        height: auto;
    }

    .top section.second_sec .special02 img {
        width: 100%;
        height: auto;
    }

    .top section.second_sec .special02 {
        margin-top: 1em;
        ;
    }
}



/* -------------- section third_sec  ----------------*/

.top section.third {
    background-color: #e7f6ff;
    background-image: url(img/search-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 45px;
    padding-bottom: 30px;
}

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto;
}

.tab_item {
    width: calc(100%/2);
    padding: 15px 0;
    background-color: #fff;
    text-align: center;
    color: #313942;
    display: block;
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    width: 49%;
}

.tab_item:hover {
    opacity: 0.75;
}

.mr2 {
    margin-right: 2%;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    padding-top: 2em;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
    display: block;
}

.tab_container input:checked + .tab_item {
    background-color: #313942;
    color: #fff;
    width: 49%;
}

.tab_container input#tab1:checked + .tab_item::before {
    content: url(img/tab1-1.png);
    padding-right: 5px;
    vertical-align: middle;
}

.tab_container input#tab1 + .tab_item::before {
    content: url(img/tab1-2.png);
    padding-right: 5px;
    vertical-align: middle;
}

.tab_container input#tab2:checked + .tab_item::before {
    content: url(img/tab2-1.png);
    padding-right: 5px;
    vertical-align: middle;
}

.tab_container input#tab2 + .tab_item::before {
    content: url(img/tab2-2.png);
    padding-right: 5px;
    vertical-align: middle;
}

.station_container {
    background-image: url(img/station-bg.png);
    background-position: left 32px;
    background-repeat: no-repeat;
    padding-bottom: 1em;
    margin: 0 auto;
}

.station_item {
    width: calc(60%/6);
    padding: 15px 0;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
}

.ma20l {
    margin-left: 40%;
}

.station_item:hover {
    opacity: 0.75;
}

input[name="station_item"] {
    display: none;
}

.station_content {
    display: none;
    clear: both;
    overflow: hidden;
}

#station1:checked ~ #station1_content,
#station2:checked ~ #station2_content,
#station3:checked ~ #station3_content,
#station4:checked ~ #station4_content,
#station5:checked ~ #station5_content,
#station6:checked ~ #station6_content {
    display: block;
}

.station_container input:checked + .station_item {
    color: #fff;
}

.station_content .station-con {
    background-color: #fff;
    padding: 40px 40px 0 40px;
}

.station_content .station-con p {
    background-color: #fff;
    padding-bottom: 40px;
}

.station_content .station-con .con {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.station_content .station-con:last-child .con {
    border-bottom: none;
}

.station-con .img {
    max-width: 295px;
    width: 37%;
}

.station-con .text {
    width: 63%;
}

.station-con h3 {
    font-size: 2.8rem;
    font-family: serif;
    font-weight: bold;
}

.station-con dt {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.station-con dd {
    line-height: 140%;
}

.station-con ul {
    margin-top: 1.5em;
    width: 100%;
}

.station-con li {
    width: 50%;
}

.station-con li a {
    border: 1px solid #0d69aa;
    text-align: center;
    display: block;
    color: #0d69aa;
    border-radius: 20px;
    padding: 10px;
    width: 94%;
    margin: 0 auto;
}

.station-con li a:hover {
    background: #d8eafe;
}

.station-con li:first-child a span::before {
    content: url(img/station-con01.png);
    padding-right: 5px;
    vertical-align: sub;
}

.station-con li:last-child a span::before {
    content: url(img/station-con02.png);
    padding-right: 5px;
    vertical-align: sub;
}

.station1 .s-btn {
    background-image: url(img/moriya-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding: 40px;
    background-color: #fff;
}

.station2 .s-btn {
    background-image: url(img/mirai-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding: 40px;
    background-color: #fff;
}

.station3 .s-btn {
    background-image: url(img/midorino-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding: 40px;
    background-color: #fff;
}

.station4 .s-btn {
    background-image: url(img/banpaku-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding: 40px;
    background-color: #fff;
}

.station5 .s-btn {
    background-image: url(img/kenkyu-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding: 40px;
    background-color: #fff;
}

.station6 .s-btn {
    background-image: url(img/tukuba-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align: right;
    padding: 40px;
    background-color: #fff;
}

.s-btn a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1000px) {
    .s-btn img {
        width: 36%;
    }

    .station-con .img {
        margin-right: 20px;
    }

    .station-con .img img {
        width: 100%;
        height: auto;
    }

    .station-con li a {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 768px) {
    .top section.third {
        background-image: none;
    }
    .station_item img {
        width: 66%;
    }

    .station_content .station-con {
        padding: 10px 10px 10px 10px;
    }

    .station-con .con.fl {
        display: block;
    }

    .station-con .img {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .station-con .text {
        width: 100%;
        margin-top: 2em;
        line-height: 140%;
    }

    .station_content .station-con .con {
        padding-bottom: 20px;
    }

    .station_container {
        background-image: url(img/station-bg-sp.png);
        background-repeat: repeat-x;
        background-position: center 2.4%;
        padding-bottom: 1em;
        margin: 0 auto;
    }

    .ma20l {
        margin-left: 0;
    }

    .station_item {
        width: calc(100%/6);
    }

    .station1 .s-btn {
        background-image: url(img/moriya-bg-sp.png);
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        background-color: #3a7bc1;
    }

    .station2 .s-btn {
        background-image: url(img/mirai-bg-sp.png);
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        background-color: #3a7bc1;
    }

    .station3 .s-btn {
        background-image: url(img/midorino-bg-sp.png);
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        background-color: #3a7bc1;
    }

    .station4 .s-btn {
        background-image: url(img/banpaku-bg-sp.png);
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        background-color: #3a7bc1;
    }

    .station5 .s-btn {
        background-image: url(img/kenkyu-bg-sp.png);
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        background-color: #3a7bc1;
    }

    .station6 .s-btn {
        background-image: url(img/tukuba-bg-sp.png);
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        background-color: #3a7bc1;
    }

    .s-btn img {
        width: 60%;
    }

}

@media screen and (max-width: 520px) {
    .tab_item {
        padding: 8px 0;
        font-size: 1.8rem;
    }

    .station-con li a {
        font-size: 1.1rem;
        padding: 5px;
    }
    .station_container {
        background-position: center 2.03%;
    }

    .station-con h3 {
        font-size: 2.2rem;
    }
}


#tab2_content {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

#map {
    width: 1000px;
    max-width: 100%;
    height: 400px;
}

#map .title h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 120%;
}

#map .title dl {
    margin-top: 0;
    padding-top: 0;
}

#map .title dt {
    font-weight: bold;
    margin-top: 0.4em;
    ;
}

#map .title dd {
    margin-left: 0;
}

#map .title ul {
    margin-top: 0.5em;
    width: 100%;
}

#map .title li {
    width: 50%;
}

#map .title li a {
    border: 1px solid #0d69aa;
    text-align: center;
    display: block;
    color: #0d69aa;
    border-radius: 20px;
    padding: 5px;
    width: 94%;
    margin: 0 auto;
}

#map .title li a:hover {
    background: #d8eafe;
}

#map .title li:first-child a span::before {
    content: url(img/station-con01.png);
    padding-right: 5px;
    vertical-align: sub;
}

#map .title li:last-child a span::before {
    content: url(img/station-con02.png);
    padding-right: 5px;
    vertical-align: sub;
}

#map .gm-style .gm-style-iw-c {
    border-radius: 0;
}

.gm-style-iw {
    width: 460px !important;
}

#map .gm-style-iw-c {
    max-height: 300px !important;
}

.gm-style-iw-d {
    max-height: 300px !important;
}

@media screen and (max-width: 768px) {
    #map .title li b {
        display: none;
    }

    #map .gm-style-iw-c {
        max-height: 300px !important;
    }
}

@media screen and (max-width: 420px) {
    #map .gm-style-iw {
        max-width: 300px !important;
    }
}

/* -------------- section four_sec  ----------------*/

.top section.four_sec li {
    width: 100%;
    max-width: 240px;
    max-height: 140px;
    margin-right: 13px;
    position: relative;
}

.top section.four_sec li:last-child {
    margin-right: 0px;
}

.top section.four_sec li img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    opacity: 1;
}

.top section.four_sec li .con {
    width: 100%;
    height: 137px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.top section.four_sec li .con-sub {
    width: 100%;
    max-width: 232px;
    height: 132px;
    border: 1px solid #fff;
    margin: 4px;
    padding: 3px;
}

.top section.four_sec li .con h3 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000;
    margin-top: 50px;
}

.top section.four_sec li .con ul {
    position: absolute;
    bottom: 1em;
    width: 100%;
    max-width: 222px;
}

.top section.four_sec li .con li {
    width: 48%;
}

.top section.four_sec li .con li:first-child {
    margin-left: 3px;
}

.top section.four_sec li .con a {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    padding: 5px;
    letter-spacing: 0.1em
}

.top section.four_sec li a:hover {
    opacity: .7;
}

@media screen and (max-width: 1060px) {
    .top section.four_sec li {
        max-width: 24%;
        margin-right: 1%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .top section.four_sec li .con ul {
        margin-left: -4%;
    }

    .top section.four_sec li .con li {
        max-width: 46%;
        margin: 0 0.3%;
    }

    .top section.four_sec li .con-sub {
        max-width: 96%;
    }

    .top section.four_sec li .con a {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 880px) {
    .top section.four_sec li {
        max-width: 48%;
        margin-right: 2%;
        margin-bottom: 2em;
        background-size: 100%;
    }

    .top section.four_sec li:nth-child(2n) {
        margin-right: 0;
    }

    .top section.four_sec li .con-sub {
        max-width: 97.5%;
    }

    .top section.four_sec li .con ul {
        margin-left: 0;
        max-width: 96%;
    }
}

@media screen and (max-width: 520px) {
    .top section.four_sec li .con h3 {
        margin-top: 30px;
        letter-spacing: -1px;
    }

    .top section.four_sec li {
        max-width: 49%;
        margin-right: 1%;
        margin-bottom: 1em;
        max-height: 150px;
    }

    .top section.four_sec li .con-sub {
        max-width: 96%;
    }

    .top section.four_sec li .con ul.fl {
        display: block;
    }

    .top section.four_sec li .con li {
        max-width: 100%;
        width: 96%;
        margin-top: 5px;
    }

    .top section.four_sec li .con a {
        width: 70%;
        margin: 0 auto;
    }
}

/* -------------- section sns  ----------------*/

.sns li {
    margin: 0 5px;
}

@media screen and (max-width: 520px) {
    .sns li img {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------------
----------------- サブコンテンツ --------------
--------------------------------------------*/

.sub {
    padding-top: 120px;
}

.sub section {
    margin: 60px auto 80px auto;
}

@media screen and (max-width: 768px) {
    .sub {
        padding-top: 65px;
    }
}

/* -------------- 街の魅力  ----------------*/

.city-nav {
    background-color: #b6c4d2;
    color: #fff;
    padding: 20px 35px;
    margin-bottom: 5em;
}

.city-nav li {
    margin-left: 0.5em;
    margin-left: 0.5em;
}

.city-nav li a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 20px 7px 20px;
    text-align: center;
}

.city-nav li a:hover {
    background-color: #000;
    color: #fff;
}

.city-nav span {
    margin-top: 5px;
}

.city h2 {
    font-size: 3.5rem;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 0.7em;
    line-height: 140%;
}

.city h3 {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    padding-bottom: 0.8em;
    line-height: 140%;
}

.city p {
    margin-bottom: 1.5em;
}


@media screen and (max-width: 1000px) {
    .city-nav {
        text-align: center;
    }

    .city-nav.fl-bt {
        display: block;
    }

    .city-nav.fl {
        display: block;
    }

    .city-nav span {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .city-nav li {
        margin-top: 1em;
    }
}

@media screen and (max-width: 768px) {
    .city-nav {
        padding: 1em 1em;
        margin-bottom: 5em;
    }

    .city-nav ul {
        width: 100%;
    }

    .city-nav ul.fl-ju-c {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .city-nav li {
        width: 31%;
    }

    .city-nav li a {
        font-size: 1.4rem;
    }

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

}

@media screen and (max-width: 520px) {
    .city h2 {
        font-size: 2.6rem;
        text-align: left;
    }

    .city h3 {
        font-size: 2.2rem;
    }
}


.sub-map {
    background-color: #e7f6ff;
    background-image: url(img/sub-map-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 45px;
    padding-bottom: 30px;
}

.sub-map #map {
    height: 600px;
}



/* -------------- お知らせ一覧  ----------------*/

.info {
    padding-bottom: 6em;
}

.info h2 {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 0.7em;
    line-height: 140%;
}

.info li {
    margin-top: 2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;
}

.info li .img {
    width: 180px;
}

.info li .info-text {
    width: 800px;
    margin-left: 20px;
}

.info li .info-text day {
    font-size: 14px;
}

.info li .info-text h3 {
    margin-top: 1em;
    line-height: 160%;
}

@media screen and (max-width: 520px) {
    .info li .img {
        width: 25%;
    }

    .info li .img img {
        width: 100%;
        height: auto;
    }

    .info li .info-text {
        width: 70%;
    }

    .info li .info-text day {
        font-size: 12px;
    }

    .info li .info-text h3 {
        font-size: 14px;
    }
}


/* ------------ お知らせ --------------*/

.info-set h2.title {
    padding: 18px 2% 18px 20px;
    border-left: none;
    background-color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 1em;
    text-align: left;
    border-bottom: 1px solid #000;
}

.info-set h1 {
    display: block;
    padding: 2px 6px 1px 5px;
    font-size: 2.4rem;
    font-weight: bold;
}

.info-set h2 {
    padding: 10px 2% 10px 20px;
    border-left: 3px solid #000;
    border-bottom: none;
    font-size: 2rem;
    font-weight: bold;
    line-height: 130%;
    margin-top: 2em;
    text-align: left;
}

.info-set h3 {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
    margin-top: 2em;
    line-height: 130%;
}

.info-set h3::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: 0;
    top: 6px;
}

.info-set h4 {
    font-weight: bold;
    font-size: 2rem;
    padding-left: 0.5em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    line-height: 120%;
    border-left: 4px solid #000;
}

.info-set h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 3px solid #000;
}

.info-set h6 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.info-set p {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.info-set p img {
    margin-top: 2em;
}

.info-set em {
    font-style: italic;
}

.info-set strong {
    font-weight: bold;
}


.info-set a {
    text-decoration: underline;
}

.info-set .l-box {
    width: 100%;
    margin-bottom: 2em;
}

.info-set .l-box-con {
    width: 66%;
    max-width: 660px;
    float: left;
}

.info-set .l-box .img {
    width: 31%;
    margin-top: 1em;
    max-width: 310px;
    float: right;
}

.info-set .r-box {
    width: 100%;
    margin-bottom: 2em;
}

.info-set .r-box-con {
    width: 66%;
    max-width: 660px;
    float: right;
}

.infob-set .r-box .img {
    width: 31%;
    max-width: 310px;
    float: left;
}

.info-set .sub-img {
    text-align: center;
    display: block;
    margin-bottom: 2em;
}

.info-set ul {
    margin-top: 1em;
}

.info-set ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.7;
    margin-bottom: 1em;
    margin-top: 3px;
    border-bottom: none;
    padding-bottom: 0;
}

.info-set ul li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 10px;
    left: 0;
    top: 10px;
}

.info-set ol {
    list-style-type: decimal;
    padding-left: 1em;
    margin-bottom: 0.3em;
}

.info-set ol li {
    background-image: none;
    padding-left: 0;
    line-height: 1.7;
    margin-top: 17px;
    border-bottom: none;
    padding-bottom: 0;
}

.info-set ol li li {
    padding-left: 15px;
}

.info-set .table-con {
    margin-bottom: 2em;
}

.info-set table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-top: 1.5em;
}

.info-set tr {
    border-bottom: 1px solid #ccc;
}

.info-set table th {
    background-color: #F8F8F8;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1%;
    line-height: 1.6;
    font-weight: bold;
    vertical-align: middle;
}

.info-set table td {
    padding: 1%;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.info-set table td:hover {
    background: rgba( 228, 228, 228, .8);
}

.info-set table tr:hover {
    background: rgba( 228, 228, 228, .6);
}

.info-set table ul li::before {
    top: 8px;
}

.info-set .img .btn {
    width: 99.5%;
    background: url(img/arrow03.png) top 15px right 10px / auto no-repeat;
    height: 50px;
    position: relative;
    margin-top: 10px;
    border: 1px solid #000;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1em;
}

.info-set .sub-set-nav {
    margin-bottom: 3em;
}

.info-set .sub-set-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-set .sub-set-nav ul li {
    background: url("img/arrow01.png") center right 15px / auto no-repeat, linear-gradient(rgba(84, 108, 84), rgba(0, 36, 0));
    padding-left: 0;
    margin-right: 0.8em;
    vertical-align: middle;
    display: table;
}

.info-set .sub-set-nav ul li::before {
    display: none;
}

.info-set .sub-set-nav ul li a {
    padding: 20px 40px 20px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: table-cell;
    line-height: 140%;
    height: 100%;
    vertical-align: middle;
}

.info-set .sub-set-nav .style02_2:hover {
    opacity: 0.8;
}

.info-set .date {
    font-size: 1.2rem;
    margin-top: 3em;
    margin-bottom: 1em;
}

.info-set .btn:hover {
    background-color: #ccc;
}

.info-set .btn:hover {
    background-color: #ccc;
}

.info-set sup {
    text-emphasis: circle #000;
    -webkit-text-emphasis: circle #000;
    vertical-align: bottom;
    position: relative;
}

.info-set sub {
    color: red;
    text-decoration: underline wavy red;
    vertical-align: bottom;
    position: relative;
}

img.half-image {
    width: 80%;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin-left: 5px;
}

.alignleft {
    float: left;
    margin-right: 5px;
}

.btn_c {
    margin-top: 6em;
    margin-bottom: 40px;
    text-align: center;
}

.btn_c a {
    text-align: center;
    display: block;
    border: 1px solid #CCCCCC;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
    color: #666666;
}

.btn_c a:hover {
    background-color: #E7E7E7;
}

/* ------------ ページ送り --------------*/

.wp-pagenavi {
    width: 100%;
    text-align: center;
    margin: 3em 0;
    overflow: auto;
    padding: 1em;
    box-sizing: border-box;
}

.wp-pagenavi a {
    padding: 0.6em 0.9em;
    color: #000;
    text-decoration: none;
    background: #F6F2F2;
    margin-left: 0.3em;
    border: 1px solid #ccc;
}

.wp-pagenavi span.current {
    padding: 0.6em 0.9em;
    color: #000;
    background: #E6E3E3;
    border: 1px solid #ccc;
    margin-left: 0.3em;
    box-sizing: border-box;
}

.wp-pagenavi a.nextpostslink {
    padding: 0.6em 0.9em;
}

.wp-pagenavi span.extend {
    margin-left: 0.3em;
}

#a01,
#a02,
#a03,
#a04,
#a05 {
    padding-top: 200px;
    margin-top: -200px;
}



/*　ハンバーガーメニューボタン　*/

.hamburger {
    display: block;
    z-index: 3;
    right: 0;
    margin-top: 1.5em;
    width: 24px;
    height: 17px;
    cursor: pointer;
    text-align: center;
    background-image: url(img/sp-menu.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.hamburger span {
    width: 30px;
    height: 2px;
    right: 6px;
    z-index: 3;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 140px;
}

.hamburger span:nth-child(1) {
    top: 140px;
}

.hamburger span:nth-child(2) {
    top: 140px;
}

.hamburger span:nth-child(3) {
    top: 140px;
}

/* スマホメニューを開いてる時のボタン */

.hamburger.active span:nth-child(1) {
    display: block;
    position: absolute;
    top: 140px;
    right: 6px;
    z-index: 3;
    background: #258fc9;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    display: block;
    position: absolute;
    top: 140px;
    background: #258fc9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* メニュー背景　*/

.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba( 236, 239, 246, 0.9);
    width: 300px;
    transform: translateX(100%);
    transition: all 0.6s;
    padding-top: 2.5em;
    margin-top: 8em;
}

.globalMenuSp ul {
    margin: 15px auto;
    padding: 0;
    width: 100%;
}

.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-weight: bold;
    transition: .4s all;
    text-align: center;
    line-height: 140%;
}

.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
    width: 90%;
    margin: auto;
}

.globalMenuSp ul li a:hover {
    background: #ddd;
}

.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

.globalMenuSp ul li span {
    font-size: 1.2rem;
}

.globalMenuSp ul li.contact a {
    background: #258fc9;
    color: #fff;
}

.globalMenuSp ul li.contact a:hover {
    background: #5dbef3;
}

.globalMenuSp ul li.company a {
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    padding: 0.5em 0;
    margin-top: 15px;
}

.globalMenuSp ul li.company a:hover {
    background-color: #e8e8f0;
}

.globalMenuSp .close {
    color: #258fc9;
    font-size: 1.8rem;
    margin-top: -1.5em;
    text-align: right;
    margin-right: 3em;
}

.globalMenuSp ul li.company a:hover {
    background-color: #e8e8f0;
}


/* クリックでjQueryで追加・削除 */

.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
    margin-top: 8em;
}


@media screen and (max-width: 768px) {
    .globalMenuSp {
        margin-top: 4em;
    }

    .globalMenuSp.active {
        margin-top: 4em;
    }

    .hamburger {
        background-image: url(img/sp-menu.png);
        background-repeat: no-repeat;
        background-position: top center;
    }

    .globalMenuSp {
        width: 60%;
    }

    .hamburger span:nth-child(1) {
        top: 80px;
    }

    .hamburger span:nth-child(2) {
        top: 80px;
    }

    .hamburger span:nth-child(3) {
        top: 80px;
    }

    .hamburger.active span:nth-child(1) {
        top: 80px;
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 80px;
    }

}

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

    .globalMenuSp {
        background: #fff;
    }

    .globalMenuSp ul li {
        border-top: 1px solid #258fc9;
    }

    .globalMenuSp ul li a:hover {
        background: #fff;
    }

    .globalMenuSp ul li.contact {
        border-top: none;
    }

    .globalMenuSp ul li.company {
        border-top: none;
    }

    .globalMenuSp ul li span {
        font-size: 1rem;
    }
}


.mean-bar {
    display: none;
}


p.contact.pc_none02 {
    width: 100%;
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: fixed;
    line-height: 0;
}

p.contact.pc_none02 img {
    width: 100%;
    height: auto;
}

.pc_none02 {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_none02 {
        display: block;
    }
}

.slider_02 .slick-prev {
    position: absolute;
    content: "" !important;
    border: none;
    top: 45%;
    left: -2%;
}

.slider_02 .slick-next {
    position: absolute;
    content: "" !important;
    border: none;
    top: 45%;
    right: -2%;
}

