@charset 'UTF-8';
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

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

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/*! change colours to suit your needs */
ins
{
    text-decoration: none; 

    color: #000;
    background-color: #ff9;
}

/*! change colours to suit your needs */
mark
{
    font-weight: bold; 
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help; 

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

/*! change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0; 

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

html
{
    font-size: 62.5%;
}

body
{
    font-family: Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;

    word-wrap: break-word;
    word-break: normal;

    color: #000;

    -webkit-text-size-adjust: 100%;
}

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

@media only screen and (max-width: 640px)
{
    *
    {
        -webkit-appearance: none;
    }
}

@media only screen and (max-width: 640px)
{
    .pc
    {
        display: none;
    }
    img
    {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 641px)
{
    .sp
    {
        display: none;
    }
}

/* svg */
.defs
{
    display: none;
}

body
{
    background: url(../img/bg.jpg) repeat left top;
    background-attachment: fixed;
}

.l-container
{
    overflow: hidden;
}

@media only screen and (max-width: 640px)
{
    .l-header__title
    {
        width: 180px;
        margin: 30px auto;
    }
}

@media only screen and (min-width: 641px)
{
    .l-header__title
    {
        width: 274px;
        margin: 54px auto 62px;
    }
}

.l-header__image
{
    position: relative;

    text-align: center;

    background-color: #efefef;
}

.l-header__image img
{
    vertical-align: bottom;
}

.language
{
    padding: 5px 0 5px 25px;

    text-align: right;

    color: #fff;
    background-color: #5c5d5d;
}

.language__item
{
    line-height: 14px;

    display: inline-block;

    height: 14px;
    padding: 0 1em;

    border-right: 1px solid #fff;
}

@media only screen and (max-width: 640px)
{
    .language__item
    {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 641px)
{
    .language__item
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.language__item:last-child
{
    border-right: none;
}

.language__link
{
    text-decoration: underline; 

    color: #a3a65d;
}

@media only screen and (max-width: 640px)
{
    .introduction
    {
        padding: 30px 20px 50px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction
    {
        padding: 85px 0 100px;
    }
}

.introduction__heading
{
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

    text-align: center;
    letter-spacing: .1em; 

    color: #a3a65d;
}

@media only screen and (max-width: 640px)
{
    .introduction__heading
    {
        font-size: 20px;
        font-size: 2rem; 

        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__heading
    {
        font-size: 26px;
        font-size: 2.6rem; 

        margin-bottom: 55px;
    }
}

.introduction__title
{
    display: inline-block;

    padding-bottom: 8px;

    background: url(../img/line_01.png) repeat-x center bottom;
    background-size: 408px 3px;
}

@media only screen and (max-width: 640px)
{
    .introduction__body
    {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__body
    {
        width: 750px;
        margin: 0 auto 85px;
    }
}

.introduction__text
{
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: bold;

    margin-bottom: 1em;

    letter-spacing: .25em; 

    color: #5c5d5d;
}

@media only screen and (max-width: 640px)
{
    .introduction__text
    {
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__text
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.25;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__text:last-child
    {
        margin-bottom: 0;
    }
}

.introduction__btn
{
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin-right: auto;
    margin-left: auto;

    text-decoration: none;
    letter-spacing: .1em;

    color: #fff;
    background: #231815; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media only screen and (max-width: 640px)
{
    .introduction__btn
    {
        font-size: 12px;
        font-size: 1.2rem;

        max-width: 280px;
        height: 60px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;

        border-radius: 8px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__btn
    {
        font-size: 18px;
        font-size: 1.8rem;

        width: 400px;
        height: 80px;
        margin-top: 80px;

        border-radius: 10px;
    }
}

.introduction__btn:hover
{
    opacity: .8;
}

.introduction__size
{
    font-family: Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media only screen and (max-width: 640px)
{
    .introduction__size
    {
        font-size: 10px;
        font-size: 1rem; 

        margin-top: 5px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__size
    {
        font-size: 10px;
        font-size: 1rem; 

        margin-top: 10px;
    }
}

.introduction__icon
{
    position: absolute;
    top: 50%;

    display: inline-block;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);
}

@media only screen and (max-width: 640px)
{
    .introduction__icon
    {
        left: 15px;

        width: 20px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__icon
    {
        left: 20px;

        width: 26px;
    }
}

.introduction__arrow
{
    position: absolute;
    top: 50%;

    display: inline-block;

    -webkit-transform: translateY(-50%);

            transform: translateY(-50%);
}

@media only screen and (max-width: 640px)
{
    .introduction__arrow
    {
        right: 15px;

        width: 10px;
    }
}

@media only screen and (min-width: 641px)
{
    .introduction__arrow
    {
        right: 20px;

        width: 10px;
    }
}

.ui-button
{
    font-weight: bold;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: 100%;
    margin: 0 auto;
    padding: 0;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;

    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    background-color: #000; 

    -webkit-appearance: none; 

       -moz-appearance: none; 

            appearance: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 640px)
{
    .ui-button
    {
        height: 60px;

        border-radius: 6px;
    }
}

@media only screen and (min-width: 641px)
{
    .ui-button
    {
        width: 400px;
        height: 80px;

        border-radius: 8px;
    }
}

.ui-button:hover
{
    opacity: .8;
}

.ui-button::after
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background: url(../img/common_arrow_02.svg) no-repeat left top;
}

@media only screen and (max-width: 640px)
{
    .ui-button::after
    {
        right: 20px;

        width: 8px;
        height: 12px;
    }
}

@media only screen and (min-width: 641px)
{
    .ui-button::after
    {
        right: 20px;

        width: 10px;
        height: 17px;
    }
}

.ui-button__title
{
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif; 

    display: block;
}

@media only screen and (max-width: 640px)
{
    .ui-button__title
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 641px)
{
    .ui-button__title
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.ui-button__size
{
    font-size: 10px;
    font-size: 1rem; 
    font-weight: normal;

    display: block;
}

@media only screen and (max-width: 640px)
{
    .ui-button__size
    {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 641px)
{
    .ui-button__size
    {
        margin-top: 14px;
    }
}

.ui-button--pdf::before
{
    position: absolute;
    top: 50%;

    display: block;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    background: url(../img/common_icon_01.svg) no-repeat left top;
}

@media only screen and (max-width: 640px)
{
    .ui-button--pdf::before
    {
        left: 20px;

        width: 22px;
        height: 28px;
    }
}

@media only screen and (min-width: 641px)
{
    .ui-button--pdf::before
    {
        left: 20px;

        width: 26px;
        height: 33px;
    }
}

.contentsBlock
{
    background: url(../img/inside_bg.jpg) repeat center center;
}

.contentsBlock__heading
{
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

    text-align: center;

    background: url(../img/english_bg_02.jpg) repeat center center;
}

@media only screen and (max-width: 640px)
{
    .contentsBlock__heading
    {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 641px)
{
    .contentsBlock__heading
    {
        padding: 65px 0 75px;
    }
}

.contentsBlock__title
{
    letter-spacing: .1em;
}

@media only screen and (max-width: 640px)
{
    .contentsBlock__title
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 641px)
{
    .contentsBlock__title
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 640px)
{
    .contentsBlock__body
    {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 641px)
{
    .contentsBlock__body
    {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 640px)
{
    .contentsBlock__body--access
    {
        padding-top: 270%;

        background: url(../img/english_bg_03.jpg) no-repeat top center;
        background-size: contain;
    }
}

@media only screen and (min-width: 641px)
{
    .contentsBlock__body--access
    {
        padding-top: 1295px;

        background: url(../img/english_bg_01.jpg) no-repeat top center;
    }
}

@media only screen and (min-width: 641px)
{
    .contentsBlock__inner
    {
        width: 1080px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px)
{
    .access__body--pc
    {
        display: none;
    }
}

@media only screen and (min-width: 641px)
{
    .access__body--sp
    {
        display: none;
    }
}

@media only screen and (max-width: 640px)
{
    .access__row
    {
        margin-bottom: 15%;
    }
}

@media only screen and (min-width: 641px)
{
    .access__row
    {
        margin-bottom: 55px;
    }
}

.access__row:last-child
{
    margin-bottom: 0;
}

@media only screen and (max-width: 640px)
{
    .access__title
    {
        margin: 0 auto 10%;

        text-align: center;
    }
}

@media only screen and (min-width: 641px)
{
    .access__title
    {
        margin-bottom: 25px;
    }
}

.access__title--car
{
    width: 55%;
}

.access__title--train
{
    width: 40%;
}

.access__title--ferry
{
    width: 55%;
}

@media only screen and (max-width: 640px)
{
    .access__content
    {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 641px)
{
    .access__content
    {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 640px)
{
    .access__content--car
    {
        width: 78%;
    }
}

@media only screen and (max-width: 640px)
{
    .access__content--train
    {
        width: 86%;
    }
}

@media only screen and (max-width: 640px)
{
    .access__content--ferry
    {
        width: 51%;
    }
}

.moviesGroup
{
    background: #000;
}

@media only screen and (max-width: 640px)
{
    .moviesGroup
    {
        margin: 50px 0;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 641px)
{
    .moviesGroup
    {
        margin: 180px 0 100px;
        padding: 16px 0 13px;
    }
}

@media only screen and (min-width: 641px)
{
    .moviesGroup__list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.moviesGroup__item
{
    width: 100%;
}

@media only screen and (min-width: 641px)
{
    .moviesGroup__item
    {
        margin-right: 3px;
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 641px)
{
    .moviesGroup__item:nth-child(2n)
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px)
{
    .moviesGroup__item:last-child
    {
        margin-bottom: 0;
    }
}

.movies
{
    position: relative;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.movies--01
{
    background-image: url(../img/video_thum_01.jpg);
}

.movies--02
{
    background-image: url(../img/video_thum_03.jpg);
}

.movies:hover .movies__overlay
{
    opacity: 1;
}

.movies__body
{
    position: relative;

    overflow: hidden; 

    width: 100%;
}

@media only screen and (max-width: 640px)
{
    .movies__body
    {
        height: 250px;
    }
}

@media only screen and (min-width: 641px)
{
    .movies__body
    {
        height: 450px;
    }
}

.movies__logo
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px)
{
    .movies__logo--01
    {
        width: 300px;
        height: 90px;
    }
}

@media only screen and (max-width: 640px)
{
    .movies__logo--02
    {
        width: 160px;
        height: 112px;
    }
}

.movies__overlay
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .5s;

    transition: .5s;

    opacity: 0; 
    background: rgba(0, 0, 0, .8);

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.movies__button
{
    font-size: 14px;
    font-size: 1.4rem;

    display: block;

    -webkit-transition: background .3s ease-out;

    transition: background .3s ease-out; 
    text-align: center;
    text-decoration: none;
    letter-spacing: .2em;

    color: #fff;
    border: 2px solid #fff;
}

@media only screen and (max-width: 640px)
{
    .movies__button
    {
        width: 60%;
        margin: 0 auto;
        padding: 2% 0;
    }
}

@media only screen and (min-width: 641px)
{
    .movies__button
    {
        line-height: 24px; 

        width: 216px;
        height: 28px;
        margin: 0 auto;
    }
}

.movies__button:hover
{
    color: #000;
    background: #fff;
}

.infoTable
{
    margin: 0 auto;
}

@media only screen and (max-width: 640px)
{
    .infoTable
    {
        font-size: 12px;
        font-size: 1.2rem; 

        width: 90%;
    }
}

@media only screen and (min-width: 641px)
{
    .infoTable
    {
        font-size: 13px;
        font-size: 1.3rem; 

        width: 930px;
    }
}

.infoTable__link
{
    color: #3480bb;
}

.infoTable__link::after
{
    display: inline-block;

    width: 11px;
    height: 9px;
    margin-left: 10px;

    content: '';

    background: url(../img/icon_blank_02.svg) no-repeat left top;
}

.infoTable__map
{
    line-height: 24px;

    display: block;

    width: 70px;
    height: 24px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 4px;
    background-color: #5c5d5d;
}

@media only screen and (max-width: 640px)
{
    .infoTable__map
    {
        margin-top: 12px;
    }
}

@media only screen and (min-width: 641px)
{
    .infoTable__map
    {
        position: absolute;
        top: 50%;
        right: 20px;

        -webkit-transform: translateY(-50%);

                transform: translateY(-50%);
    }
}

.infoTable__map::after
{
    display: inline-block;

    width: 11px;
    height: 9px;
    margin-left: 10px;

    content: '';

    background: url(../img/icon_blank_01.svg) no-repeat left top;
}

.infoTable__map:hover
{
    opacity: .8;
}

.infoTable th,
.infoTable td
{
    border: 1px solid #303335;
    background-color: #fff;
}

@media only screen and (max-width: 640px)
{
    .infoTable th,
    .infoTable td
    {
        line-height: 1.5;
    }
}

.infoTable th
{
    font-weight: normal; 

    position: relative;

    text-align: left;
}

@media only screen and (max-width: 640px)
{
    .infoTable th
    {
        padding: 10px 10px 10px 15px;
    }
}

@media only screen and (min-width: 641px)
{
    .infoTable th
    {
        padding: 13px 110px 13px 38px;
    }
}

.infoTable th::after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    height: 100%;

    content: '';
}

@media only screen and (max-width: 640px)
{
    .infoTable th::after
    {
        width: 5px;
    }
}

@media only screen and (min-width: 641px)
{
    .infoTable th::after
    {
        width: 15px;
    }
}

.infoTable th.tokai::after
{
    background-color: #4c616f;
}

.infoTable th.oobu::after
{
    background-color: #1b4f2d;
}

.infoTable th.higashiura::after
{
    background-color: #662554;
}

.infoTable th.chita::after
{
    background-color: #741d31;
}

.infoTable th.tokoname::after
{
    background-color: #7d592d;
}

.infoTable th.agui::after
{
    background-color: #76774e;
}

.infoTable th.handa::after
{
    background-color: #5c5d5d;
}

.infoTable th.taketoyo::after
{
    background-color: #552e1b;
}

.infoTable th.mihama::after
{
    background-color: #1c6659;
}

.infoTable th.minamichita::after
{
    background-color: #425378;
}

.infoTable td
{
    text-align: center; 

    color: #5c5d5d;
}

@media only screen and (max-width: 640px)
{
    .infoTable td
    {
        padding: 10px;

        vertical-align: middle;
    }
}

@media only screen and (min-width: 641px)
{
    .infoTable td
    {
        width: 230px;
    }
}

.l-footer
{
    position: relative;

    text-align: center;

    color: #fff;
    background-color: #5c5d5d;
}

@media only screen and (max-width: 640px)
{
    .l-footer
    {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 641px)
{
    .l-footer
    {
        padding: 45px 0 35px;
    }
}

.l-footer::after
{
    position: absolute;

    display: block;

    width: 100%;

    content: '';
}

@media only screen and (min-width: 641px)
{
    .l-footer::after
    {
        top: -10px;

        height: 10px;

        background: url(../img/footer_bg.png) repeat-x left top;
    }
}

.l-footer__logo
{
    display: block;

    margin: 0 auto;
}

@media only screen and (min-width: 641px)
{
    .l-footer__logo
    {
        width: 144px;
    }
}

.l-footer__copyright
{
    font-size: 10px;
    font-size: 1rem;

    text-align: center; 
    letter-spacing: .2em;

    color: #fff;
}

@media only screen and (max-width: 640px)
{
    .l-footer__copyright
    {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 641px)
{
    .l-footer__copyright
    {
        margin: 35px 30px 0 0;
    }
}

@media only screen and (max-width: 640px)
{
    .pagetop
    {
        display: none;
    }
}

@media only screen and (min-width: 641px)
{
    .pagetop
    {
        position: fixed;
        top: 50%;
        right: 0;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 60px;
        height: 60px; 

        background-color: #000;

        -webkit-box-align: center;

            -ms-flex-align: center;

                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media only screen and (max-width: 640px)
{
    .pagetop img
    {
        width: 20px;
    }
}
