/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
#main {background-color: ;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.detail-other__list:after,
.detail-other__list:before,
.detail-review__box:after,
.detail-review__box:before,
.footer__bottom:after,
.footer__bottom:before,
.footer__links:after,
.footer__links:before,
.footer__contact:after,
.footer__contact:before,
.header02:after,
.header02:before,
.header03:after,
.header03:before,
.item__wrapper:after,
.item__wrapper:before,
.nav__global-list:after,
.nav__global-list:before,
.nav__inner:after,
.nav__inner:before,
.review__box:after,
.review__box:before,
.tabs:after,
.tabs:before,
.menu_head:before,
.menu_head:after,
.menu_body:before,
.menu_body:after,
.item__header-text:before,
.item__header-text:after,
#media:before,
#media:after,
#school:before,
#school:after {
    content: '';
    display: table;
}
.detail-other__list:after,
.detail-review__box:after,
.footer__bottom:after,
.footer__links:after,
.footer__contact:after,
.header02:after,
.header03:after,
.item__wrapper:after,
.nav__global-list:after,
.nav__inner:after,
.review__box:after,
.tabs:after,
.menu_head:after,
.menu_body:after,
.item__header-text:after,
#media:after,
#school:after {
    clear: both;
}
.detail-contents__image,
.detail-contents__movie-image img,
.detail-review__box-thumb-image,
.header__logo-image,
.news__list-image,
.review__box-thumb-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}
body {
    color: #333;
    background-color: #fff;
    font: 13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body.detail {
    background-color: #fff;
}
img {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 1em;
}
p {
    margin: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
dd,
dl {
    margin: 0;
}
small {
    font-size: 100%;
}
em {
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}
sup {
    padding-left: 2px;
    font-size: 10px;
}
.bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .bg {
        background: url("../images/pic_bg_01.gif") no-repeat;
        background-size: cover;
        z-index: -1;
    }
}
.bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url("../images/bg_bg_01.png");
    background-size: 6px 6px;
}
.bg__video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-80%, -80%);
    transform: translate(-80%, -80%);
    z-index: -100;
}
.bg__black-screen,
.bg__footer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -100;
    opacity: 0;
}
.bg__black-screen {
    background: ;
}
.bg__footer {
    /*background: url("../images/bg_footer_01.png") no-repeat 50% 50%;
    background-size: cover;*/
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 10;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
@media screen and (max-width: 768px) {
    .nav {
        height: 0;
    }
}
.nav.is-black {
    background-color: #b1b1b1;
}
.nav.is-black .nav__inner {
    border-bottom: none;
}
.nav.is-white {
    background-color: #fff;
}
.nav.is-white .nav__inner {
    border-bottom: none;
}
.nav.is-white .nav__logo-trigger {
    background-position: 0 0;
}
.nav.is-white .nav__global-trigger {
    color: #333;
}
@media screen and (max-width: 768px) {
    .nav.is-white .nav__global-trigger {
        color: #fff;
    }
}
.nav.is-white .nav__socials-trigger {
    background-position: 0 0;
}
.nav.is-white .nav__btn-trigger {
    color: #fff;
    background-color: #000;
}
.nav__inner {
    position: relative;
    margin: 0 30px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
@media screen and (max-width: 768px) {
    .nav__inner {
        margin: 0;
        height: 0;
        border-bottom: none;
    }
}
.nav__menu {
    display: none;
}
@media screen and (max-width: 768px) {
    .nav__menu {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: none;
        width: 50px;
        height: 50px;
        background: url("../images/btn_menu_01.png") no-repeat;
        background-size: 50px 100px;
        text-indent: -9999px;
    }
}
@media screen and (max-width: 768px) {
    .nav__menu.is-active {
        background-position: 0 100%;
    }
}
.nav__logo {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -19px;
}
@media screen and (max-width: 768px) {
    .nav__logo {
        display: none;
    }
}
.nav__logo-trigger {
    display: block;
    width: 120px;
    height: 61px;
    background: url("../images/logo_nav_01_w.png") no-repeat 0 100%;
    text-indent: 100%;
    background-size: cover;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .nav__global {
        -webkit-transition: -webkit-transform 0.25s;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-transform: translateY(calc(-100% + 50px));
        transform: translateY(calc(-100% + 50px));
    }
}
@media screen and (max-width: 768px) {
    .nav__global.is-active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        z-index: 2;
    }
}
.nav__global-list {
    text-align: right;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .nav__global-list {
        background-color: #929292;
        color: #fff;
    }
}
.nav__global-item {
    display: inline-block;
    letter-spacing: normal;
}
@media screen and (max-width: 768px) {
    .nav__global-item {
        display: block;
        float: left;
        width: 50%;
        border-bottom: 1px solid #a1a1a1;
    }
}
@media screen and (max-width: 768px) {
    .nav__global-item:nth-child(odd) {
        border-right: 1px solid #a1a1a1;
        box-sizing: border-box;
    }
}
.nav__global-trigger {
    display: block;
    padding: 22px 20px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .nav__global-trigger {
        padding: 22px 5px;
    }
}
.nav__btn-trigger {
    position: absolute;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    top: 16px;
    right: 0;
    display: inline-block;
    padding: 6px 20px;
    color: #b1b1b1;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 2px;
}
@media screen and (max-width: 768px) {
    .nav__btn-trigger {
        display: none;
    }
}
.header {
    position: relative;
    height: 100vh;
}
.header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 50.5%;
    max-width: 928px;
}
@media screen and (max-width: 768px) {
    .header__logo {
        width: 88.13%;
        max-width: 282px;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
}
@media screen and (max-height: 768px) and (min-width: 768px) {
    .header__logo {
        width: 36%;
    }
}
.header__text {
    position: absolute;
    left: 0;
    bottom: 130px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .header__text {
        font-size: 9px;
        left: 50%;
        bottom: 120px;
        text-align: left;
        box-sizing: border-box;
        width: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap;
    }
}
.header__text br {
    display: none;
}
@media screen and (max-width: 768px) {
    .header__text br {
        display: block;
    }
}
.header__socials {
    position: absolute;
    top: 100px;
    right: 30px;
}
@media screen and (max-width: 768px) {
    .header__socials {
        top: auto;
        right: auto;
        left: 0;
        bottom: 42px;
        text-align: center;
        width: 100%;
    }
}
.header__socials-item {
    float: left;
    margin-left: 12px;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
    .header__socials-item {
        float: none;
        display: inline-block;
        margin: 0 6px;
    }
}
.header__btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 260px;
    height: 66px;
    background-color: #fff;
    border-radius: 33px;
    line-height: 66px;
    text-align: center;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .header__btn {
        bottom: 100px;
        width: 80%;
        max-width: 288px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}
.header__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #343a41;
    border-bottom: 1px solid #343a41;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}
@media screen and (max-width: 768px) {
    .header__btn:after {
        right: 25px;
        width: 10px;
        height: 10px;
        margin-top: -6px;
    }
}
.header__btn-trigger {
    display: block;
}
.header02 {
    margin: 0 auto;
    padding: 25px 0;
    max-width: 800px;
    border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
    .header02 {
        padding: 18px 0;
    }
}
.header02__inner {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .header02__inner {
        float: none;
        padding: 0 40px 0 20px;
    }
}
.header02__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.header02__title img {width: 10%;}
@media screen and (max-width: 768px) {
    .header02__title {
        font-size: 11px;
    }
    .header02__title img {width: 20%;}
}
.header02__number {
    float: left;
    margin: 0 10px 0 20px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #b3b3b3;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .header02__number {
        font-size: 11px;
    }
}
.header02__btn {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .header02__btn {
        top: 15px;
        right: 20px;
    }
}
.header02__btn-image {
    width: 20px;
}
@media screen and (max-width: 768px) {
    .header02__btn-image {
        width: 18px;
    }
}
.header03 {
    margin: 0 auto;
    padding: 25px 0;
    max-width: 980px;
    border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
    .header03 {
        padding: 18px 0;
    }
}
.header03__inner {
    float: right;
}
@media screen and (max-width: 768px) {
    .header03__inner {
        float: none;
        padding: 0 40px 0 20px;
    }
}
.header03__title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .header03__title {
        font-size: 11px;
    }
}
.header03__btn {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .header03__btn {
        top: 15px;
        right: 20px;
    }
}
.header03__btn-image {
    width: 20px;
}
@media screen and (max-width: 768px) {
    .header03__btn-image {
        width: 18px;
    }
}
.footer {
    position: relative;
    color: #333;
    padding: 0 20px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}
.footer__inner {
    margin: 0 auto;
    padding: 100px 0 30px;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    .footer__inner {
        padding: 70px 0;
        max-width: none;
    }
}
.footer__logo {text-align: center; }
.footer__logo-image {
}
@media screen and (max-width: 768px) {
    .footer__logo-image {
        width: 30%;
    }
}
.footer__title01 {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .footer__title01 {
        margin-top: 35px;
    }
}
.footer__text01 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .footer__text01 {
        font-size: 13px;
    }
}
.footer__title02 {
    margin-top: 50px;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .footer__title02 {
        font-size: 14px;
    }
}
.footer__text02 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .footer__text02 {
        font-size: 13px;
    }
}
.footer__links {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .footer__links {
        margin-top: 45px;
    }
}
.footer__contact {margin: 80px 0; clear: both;}
.footer__contact li {
	font-size: 16px;
font-weight: normal;
border:1px solid #b1b1b1;
text-align: center;
width: 48%;
float: left;
}
.footer__contact a {
	display: block;
	padding: 20px;
    color: #fff;
    border: 1px solid #b1b1b1;
	background-color: #b1b1b1;
	-webkit-transition: all 0.5s;
   font-size: 16px;
transition: all 0.5s;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer__contact a:hover {
background-color: #fff;
color: #000;
}
.footer__contact li:last-child {float: right;}
.footer__links-item {
    float: left;
    margin-right: 70px;
    line-height: 3;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .footer__links-item {
        margin-right: 0;
        width: 50%;
        line-height: 2;
    }
    .footer__contact li {
        width: 100%;
        margin: 0 0 5px;
        border:none;
    }
}
.footer__links--art {
    width: 100px;
}
@media screen and (max-width: 768px) {
    .footer__links--art {
        width: 101px;
    }
}
.footer__links--park {
    width: 136px;
}
@media screen and (max-width: 768px) {
    .footer__links--park {
        width: 122px;
    }
}
.footer__bottom {
    margin-top: 90px;
}
@media screen and (max-width: 768px) {
    .footer__bottom {
        margin-top: 60px;
    }
}
.footer__socials {
    float: right;
}
@media screen and (max-width: 768px) {
    .footer__socials {
        float: none;
        text-align: center;
    }
}
.footer__socials-item {
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .footer__socials-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 6px;
    }
}
.footer__copyright {

text-align: center;}
@media screen and (max-width: 768px) {
    .footer__copyright {
        float: none;
        margin-top: 30px;
        text-align: center;
    }
}
.highlights {
    position: relative;
    margin: 0 0px;
    padding: 80px 40px 180px;

}
@media screen and (max-width: 768px) {
    .highlights {
        padding: 70px 20px;
    }
}
.highlights__inner {
    margin: 0 auto;
    max-width: 980px;
}
.highlights__title {
    margin-bottom: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .highlights__title {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .highlights__title br {
        display: none;
    }
}
.highlights__description {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 2.1;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .highlights__description {
        margin-top: 20px;
        font-size: 14px;
    }
}
.item__header {
    position: relative;
    padding: 90px 0;
    color: #333;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .item__header {
        padding: 70px 0;
    }
}
/*.sp-mode .item__header {
    background: #000;
}*/
.item__header-inner {
    margin: 0 auto;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    .item__header-inner {
        margin: 0 20px;
        max-width: none;
    }
}
.item__header-subline {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #b1b1b1;
}
.item__header-contents {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 10px;
}
.item__header-title {
    vertical-align: top;
    text-align: center;
    font-size: 26px;
    letter-spacing: 3px;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .item__header-title {
        display: block;
        font-size: 18px;
    }
}
.item__header-en {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00aea4;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
    .item__header-en {
        letter-spacing: 0;
    }
}
.item__header-text {
    margin: 40px 20px 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2em;
}
.item__header-text-center {
    margin: 40px 20px 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2em;
}
@media screen and (max-width: 768px) {
    .item__header-text-center {
        font-size: 11px;
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .item__header-text {
        font-size: 11px;
        margin: 20px 0 0;
        text-align: left;
    }
}
.item__header-image {
    margin-left: -10px;
}
@media screen and (max-width: 768px) {
    .item__header-image {
        margin-left: -5px;
    }
}
@media screen and (max-width: 768px) {
    .item__header-image--art {
        width: 256px;
    }
}
@media screen and (max-width: 768px) {
    .item__header-image--park {
        width: 188px;
    }
}
.item__header-description {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
    .item__header-description {
        display: block;
        margin-top: 35px;
        font-size: 14px;
    }
}
.item__section {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 33.3333%;
}
@media screen and (max-width: 768px) {
    .item__section {
        padding-bottom: 75%;
    }
}
.item__section:hover .item__bg {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 768px) {
    .item__section:hover .item__bg {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.item__section:hover .item__bg:after {
    visibility: visible;

}
@media screen and (max-width: 768px) {
    .item__section:hover .item__bg:after {
        visibility: hidden;
        opacity: 0;
    }
}
.item__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}
.item__bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    visibility: hidden;
    opacity: 0;
}
.item__wrapper-left {
    float: left;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .item__wrapper-left {
        float: none;
        width: auto;
    }
}
.item__wrapper-right {
    float: right;
    width: 50%;
}
@media screen and (max-width: 768px) {
    .item__wrapper-right {
        float: none;
        width: auto;
    }
}
.item__co01 .item__bg {
    background-image: url("../images/bg_co01.jpg");
}
.item__co02 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__park02 {
        padding-bottom: 75%;
    }
}
.item__co02 .item__bg {
    background-image: url("../images/bg_co02.jpg");
}
.item__co02.item__co02-02 .item__bg {
    background-image: url("../images/bg_co02-02.jpg");
}
.item__co03 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__co03 {
        padding-bottom: 75%;
    }
}
.item__co03 .item__bg {
    background-image: url("../images/bg_co03.jpg");
}
.item__co04 .item__bg{
    background-image: url("../images/bg_co04.jpg");
}
.item__co05 .item__bg {
    background-image: url("../images/bg_co05.jpg");
}
.item__co06 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__co06 {
        padding-bottom: 75%;
    }
}
.item__co06 .item__bg {
    background-image: url("../images/bg_co06.jpg");
}
.item__co07 {
    padding-bottom: 33.3333%;
}
@media screen and (max-width: 768px) {
    .item__co07 {
        padding-bottom: 75%;
    }
}
.item__co07 .item__bg {
    background-image: url("../images/bg_co07.jpg");
}
.item__co08 .item__bg {
    background-image: url("../images/bg_co08.jpg");
}

.item__co09 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__park09 {
        padding-bottom: 75%;
    }
}
.item__co09 .item__bg {
    background-image: url("../images/bg_co09.jpg");
}
.item__co10 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__co10 {
        padding-bottom: 75%;
    }
}
.item__co10 .item__bg {
    background-image: url("../images/bg_co10.jpg");
}


.item__co11 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__park11 {
        padding-bottom: 75%;
    }
}
.item__co11 .item__bg {
    background-image: url("../images/bg_co11.jpg");
}
.item__co12 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__co12 {
        padding-bottom: 75%;
    }
}
.item__co12 .item__bg {
    background-image: url("../images/bg_co12.jpg");
}

.item__co88 .item__bg {
    background-image: url("../images/bg_co88.jpg");
}
.item__co77 .item__bg {
    background-image: url("../images/bg_co77.jpg");
}
/*------- CUISINE --------*/
.tabs {background-color: #fff; position: relative;}
.tabs li {display: inline-block; width: 50%; text-align:center; float: left; }
.tabs a {text-align: center; background-color: #ebebeb; display: block; padding: 20px 0; font-weight: bold; font-size: 16px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.tabs .is_active {
  /* 何かタブを変更する設定 */
  background-color: #dbdbdb;
  color: #fff;
  position: relative;
}
.tabs .is_active:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #dbdbdb;
    z-index: 2;
}
.tab-content {
  display: none;
}
.tab-content.is_show {
  display: block;
  padding: 80px 0 0;
}





.item__cov01 .item__bg {
    background-image: url("../images/bg_cov01.jpg");
}


/**/
.item__coc01 .item__bg {
    background-image: url("../images/bg_coc01.jpg");
}
.item__coc02 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__coc02 {
        padding-bottom: 75%;
    }
}
.item__coc02 .item__bg {
    background-image: url("../images/bg_coc02.jpg");
}
.item__coc02 .item__bg {
    background-image: url("../images/bg_coc02.jpg");
}
.item__coc03 {
    padding-bottom: 56.25%;
}
@media screen and (max-width: 768px) {
    .item__coc03 {
        padding-bottom: 75%;
    }
}
.item__coc03 .item__bg {
    background-image: url("../images/bg_coc03.jpg");
}
.item__coc04 {
    padding-bottom: 112.5%;
}
@media screen and (max-width: 768px) {
    .item__coc04 {
        padding-bottom: 75%;
    }
}
.item__coc04 .item__bg {
    background-image: url("../images/bg_coc04.jpg");
}




.item__inner {
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .item__inner {
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
}
.item__title {
    color: #fff;
    font-size: 22px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .item__title {
        font-size: 16px;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .item__title br {
        display: none;
    }
}
.item__btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px 10px 15px;
/*    border: 1px solid rgba(255,255,255,0.65);
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;*/
}
@media screen and (max-width: 768px) {
    .item__btn {
        margin-top: 15px;
        padding: 5px 15px;
        font-size: 10px;
    }
}
.item__btn:after {
/*    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;*/
}
@media screen and (max-width: 768px) {
    .item__btn:after {
        display: none;
    }
}
.item__btn:hover {
    /*background-color: #fff;
    color: #333;*/
}
@media screen and (max-width: 768px) {
    .item__btn:hover {
      /*  background-color: inherit;
        color: #fff;*/
    }
}
.item__btn:hover:after {
    border-color: #333;
}
@media screen and (max-width: 768px) {
    .item__btn:hover:after {
        border-color: #fff;
    }
}
.item__trigger {
    display: block;
}
.info {
    position: relative;
    background-color: #ebebeb;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.info__contents {
    display: table-cell;
    padding: 100px 6.94%;
    box-sizing: border-box;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
    .info__contents {
        display: block;
        padding: 90px 20px 0;
    }
}
.info__title01 {
    font-size: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .info__title01 {
        font-size: 16px;
        border-color: #ebebeb;
    }
}
.info__title02 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .info__title02 {
        margin-top: 20px;
        font-size: 14px;
    }
}
.info__table {
    margin-top: 15px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .info__table {
        margin-top: 20px;
    }
}
.info__table th {
    padding: 12px 0 10px;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    width: 20%;
    color: #808080;
}
@media screen and (max-width: 768px) {
    .info__table th {
        display: block;
        padding: 20px 0 0;
        border-top: 1px solid #ebebeb;
        width: auto;
        font-weight: bold;
        color: #808080;
    }
}
.info__table td {
    padding: 10px 0;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
    .info__table td {
        display: block;
        padding: 2px 0 20px;
    }
}
.info__map {
    display: table-cell;
    position: relative;
    background: url("../images/bg_access.jpg") no-repeat center center;
    background-size: cover;;
}
@media screen and (max-width: 768px) {
    .info__map {
        display: block;
        margin-top: 60px;
    }
}
.info__access {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
    background-color: #fff;
    padding: 30px;
    min-width: 320px;
    box-sizing: border-box;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .info__access {
        position: static;
        line-height: 1.6;
        padding: 20px 20px 40px;
    }
}
.info__access-title {
    padding-left: 14px;
    font-weight: bold;
    background: url("../images/ico_map_01.png") no-repeat 0 0.5em;
    background-size: 8px 12px;
}
@media screen and (max-width: 768px) {
    .info__access-title {
        font-size: 12px;
        padding-left: 10px;
        background-position: 0 0.4em;
        color: #808080;
        background-size: 7px 10px;
    }
}
.info__access-list {
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .info__access-list {
        margin-top: 0;
    }
}
.info__access-list-title {
    margin-top: 5px;
    font-weight: bold;
    color: #808080;
}
@media screen and (max-width: 768px) {
    .info__access-list-title {
        color: #333;
    }
}
.info__btn {
    margin-top: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    .info__btn {
        margin-top: 5px;
        padding-bottom: 0;
        border-bottom: none;
    }
}
.info__btn-trigger {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #343a41;
    position: relative;
}
@media screen and (max-width: 768px) {
    .info__btn-trigger {
        padding: 12px 0;
        font-weight: normal;
    }
}
.info__btn-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
}
@media screen and (max-width: 768px) {
    .info__btn-trigger:after {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }
}
#gmap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    #gmap {
        position: static;
        height: 0;
        padding-bottom: 75%;
    }
}
.detail-contents {
    margin: 0 auto 90px;
    max-width: 800px;
}
.detail-contents__header {
    margin-top: 40px;
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .detail-contents__header {
        margin-top: 20px;
        padding: 0 20px;
    }
}
.detail-contents__header-term {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .detail-contents__header-term {
        font-size: 13px;
    }
}
.detail-contents__header-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #00aea4;
    border: 1px solid #00aea4;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .detail-contents__header-icon {
        font-size: 10px;
        padding: 2px 10px;
    }
}
.detail-contents__header-date {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}
@media screen and (max-width: 768px) {
    .detail-contents__header-date {
        margin-top: 10px;
    }
}
.detail-contents__header-summary {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .detail-contents__header-summary {
        font-size: 12px;
    }
}
.detail-contents__header-title {
    margin: 30px 0 30px;
    text-align: center;
    font-size: 24px;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .detail-contents__header-title {
        font-size: 15px;
    }
}
.detail-contents__movie {
    margin-top: 40px;
    position: relative;
    padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
    .detail-contents__movie {
        margin: 20px 20px 0;
        box-sizing: border-box;
    }
}
.detail-contents__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.detail-contents__movie-image {
    margin-top: 40px;
}
.detail-contents__text {
    margin-top: 60px;
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .detail-contents__text {
        margin-top: 20px;
        padding: 0 20px;
    }
}
.detail-contents__text p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .detail-contents__text p {
        font-size: 14px;
    }
}
.detail-contents__text dl {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .detail-contents__text dl {
        font-size: 14px;
    }
}
.detail-contents__text li {
    margin-top: 5px;
}
.detail-contents__link {
    font-size: 16px;
    margin-top: 30px;
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
    .detail-contents__link {
        padding: 0 20px;
        font-size: 14px;
    }
}
.detail-contents__link-trigger {
    color: #999;
}
.detail-contents__images-item {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .detail-contents__images-item {
        margin: 40px 20px 0;
    }
}
.detail-contents__socials {
    margin: 110px 5px 0 0;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .detail-contents__socials {
        margin-top: 70px;
        text-align: center;
        margin-right: 0;
    }
}
.detail-contents__socials-item {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}
.detail-other {
    margin-top: 90px;
    background-color: #000;
}
@media screen and (max-width: 768px) {
    .detail-other {
        margin-top: 75px;
    }
}
.detail-other__title {
    padding: 30px 0;
    background-color: #111;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .detail-other__title {
        padding: 40px 0;
        font-size: 14px;
    }
}
.detail-other__item {
    overflow: hidden;
    float: left;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .detail-other__item {
        float: none;
        width: 100%;
        padding-bottom: 50%;
    }
}
.detail-other__item:hover .detail-other__bg {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 768px) {
    .detail-other__item:hover .detail-other__bg {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.detail-other__item:hover .detail-other__bg:after {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .detail-other__item:hover .detail-other__bg:after {
        visibility: hidden;
        opacity: 0;
    }
}
.detail-other__trigger {
    display: block;
}
.detail-other__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}
.detail-other__bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    visibility: hidden;
    opacity: 0;
}



.detail-other__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}
.review {
    position: relative;
    padding: 90px 20px 150px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .review {
        padding: 60px 20px 70px;
    }
}
.review__inner {
    margin: 0 auto;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    .review__inner {
        margin: 0;
        max-width: none;
    }
}
.review__title01 {
    padding-bottom: 30px;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .review__title01 {
        padding-bottom: 20px;
        font-size: 16px;
    }
}
.review__title01-name {
    font-size: 16px;
}
.review__title02 {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .review__title02 {
        font-size: 16px;
    }
}
.review__box {
    margin-top: 90px;
}
@media screen and (max-width: 768px) {
    .review__box {
        margin-top: 5px;
    }
}
.review__box-image {
    float: right;
    width: 20%;
    padding-left: 6%;
}
@media screen and (max-width: 768px) {
    .review__box-image {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .review__box-thumb-image {
        width: 43.8%;
    }
}
.review__box-caption {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.8;
    color: #343a41;
}
@media screen and (max-width: 768px) {
    .review__box-caption {
        font-size: 13px;
        margin-bottom: 20px;
    }
}
.review__box-em {
    font-weight: bold;
}
.review__box-text {
    overflow: hidden;
}
.review__box-paragraph {
    margin-top: 30px;
    font-size: 14px;
    line-height: 2.4;
}
@media screen and (max-width: 768px) {
    .review__box-paragraph {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.8;
    }
}
.review__box-section {
    margin-top: 65px;
}
.review__btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #7b7f83;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .review__btn {
        display: block;
        margin-top: 25px;
        font-size: 14px;
        text-align: center;
    }
}
.review__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #343a41;
    border-bottom: 1px solid #343a41;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}
@media screen and (max-width: 768px) {
    .review__btn:after {
        right: 25px;
        width: 10px;
        height: 10px;
        margin-top: -6px;
    }
}
.review__btn:hover {
    background-color: #343a41;
    border-color: #343a41;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .review__btn:hover {
        background-color: inherit;
        color: #333;
    }
}
.review__btn:hover:after {
    border-color: #fff;
}
@media screen and (max-width: 768px) {
    .review__btn:hover:after {
        border-color: #333;
    }
}
.review__btn-trigger {
    display: block;
    padding: 12px 40px 12px 25px;
}
.review__btn-trigger:hover {
    color: #fff;
}
.detail-review {
    position: relative;
    padding: 90px 20px 150px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .detail-review {
        padding: 40px 20px 90px;
    }
}
.detail-review__inner {
    margin: 0 auto;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    .detail-review__inner {
        margin: 0;
        max-width: none;
    }
}
.detail-review__title01 {
    font-size: 24px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .detail-review__title01 {
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 1.6;
        border-bottom: 1px solid #ebebeb;
    }
}
.detail-review__title01-name {
    display: block;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .detail-review__title01-name {
        margin-top: 15px;
    }
}
.detail-review__title02 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .detail-review__title02 {
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 14px;
    }
}
.detail-review__title02--pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .detail-review__title02--pc {
        display: none;
    }
}
.detail-review__title02--sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .detail-review__title02--sp {
        margin-top: 40px;
        display: block;
    }
}
.detail-review__section+.detail-review__title02 {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .detail-review__section+.detail-review__title02 {
        margin-top: 40px;
    }
}
.detail-review__box-image {
    float: right;
    width: 25%;
}
@media screen and (max-width: 768px) {
    .detail-review__box-image {
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .detail-review__box-thumb-image {
        width: 43.8%;
    }
}
.detail-review__box--expand {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .detail-review__box--2col {
        display: table;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .detail-review__box--2col .detail-review__box-thumb {
        display: table-cell;
        vertical-align: bottom;
        width: 43.8%;
    }
}
@media screen and (max-width: 768px) {
    .detail-review__box--2col .detail-review__box-thumb-image {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .detail-review__box--2col .detail-review__box-caption {
        display: table-cell;
        vertical-align: bottom;
        margin-top: 0;
        padding-left: 10px;
    }
}
.detail-review__box-caption {
    margin-top: 15px;
    line-height: 1.6;
    color: #343a41;
}
@media screen and (max-width: 768px) {
    .detail-review__box-caption {
        font-size: 10px;
    }
}
.detail-review__box-em {
    font-weight: bold;
}
.detail-review__box-text {
    float: left;
    width: 75%;
    padding-right: 6%;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .detail-review__box-text {
        width: 100%;
        padding-right: 0;
    }
}
.detail-review__box-paragraph {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .detail-review__box-paragraph {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.8;
    }
}
.detail-review__box-section {
    margin-top: 38px;
}
.detail-review__btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #7b7f83;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .detail-review__btn {
        margin-top: 15px;
        padding: 5px 15px;
        font-size: 10px;
    }
}
.detail-review__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #343a41;
    border-bottom: 1px solid #343a41;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}
@media screen and (max-width: 768px) {
    .detail-review__btn:after {
        display: none;
    }
}
.detail-review__btn:hover {
    background-color: #343a41;
    border-color: #343a41;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .detail-review__btn:hover {
        background-color: inherit;
        color: #333;
    }
}
.detail-review__btn:hover:after {
    border-color: #fff;
}
@media screen and (max-width: 768px) {
    .detail-review__btn:hover:after {
        border-color: #333;
    }
}
.detail-review__btn-trigger {
    display: block;
    padding: 8px 40px 8px 25px;
}
.detail-review__btn-trigger:hover {
    color: #fff;
}
.detail-review__notice {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .detail-review__notice {
        margin-top: 40px;
    }
}
.detail-review__notice-item {
    margin-top: 20px;
    color: #343a41;
}
@media screen and (max-width: 768px) {
    .detail-review__notice-item {
        margin-top: 15px;
        font-size: 10px;
    }
}
.detail-review__notice--em {
    font-weight: bold;
}
.js-fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 30px) translate3d(0, 0, 0);
    transform: translate(0, 30px) translate3d(0, 0, 0);
    -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}
.js-fade-in.show {
    opacity: 1;
    -webkit-transform: translate(0, 0) translate3d(0, 0, 0);
    transform: translate(0, 0) translate3d(0, 0, 0);
}
.js-onload-fade-in {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.js-onload-fade-in.show {
    opacity: 1;
}
.news {
    margin: 0;
    padding: 100px 0;
    position: relative;
}
@media screen and (max-width: 768px) {
    .news {
        margin: 0;
        padding: 90px 20px;
    }
}
.news {
    /*background: rgba(0, 0, 0, 0) url("../images/bg_news_01.png") no-repeat fixed 50% 50% / cover;*/
    background-color: #fff;
}
.news.sp-mode {
    /* background: rgba(0, 0, 0, 0) url("../images/bg_news_01.png") no-repeat fixed 50% 50% / cover; */
}
.news__inner {
    margin: 0 auto;
    max-width: 980px;
}
@media screen and (max-width: 768px) {
    .news__inner {
        max-width: none;
    }
}
.news__title {
    font-size: 20px;text-align: center;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news__list-item {
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    display: table;
    margin-top: 40px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .news__list-item {
        margin-top: 20px ;
    }
}
.news__list-trigger {
    display: block;
    position: relative;
}
.news__list-trigger::after {
    border-bottom: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    content: "";
    display: block;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(-45deg);
    width: 10px;
}
.news__list-thumb {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
}
@media screen and (max-width: 768px) {
    .news__list-thumb {
        display: block;
        width: auto;
    }
}
.news__list-text {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .news__list-text {
        display: block;
        padding: 25px 15px 20px;
    }
}
.news__list-term {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .news__list-term {
        font-size: 13px;
    }
}
.news__list-icon {
    border: 1px solid #00aea4;
    color: #00aea4;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 0 10px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    .news__list-icon {
        font-size: 10px;
        padding: 2px 10px;
    }
}
.news__list-title {
    font-size: 16px;
    margin-top: 8px;
}
.news__list-date {
    color: #999;
    font-size: 12px;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .news__list-date {
        margin-top: 10px;
    }
}
.news__more {
    background-color: rgba(144, 153, 150, 0.6);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    padding: 15px 0;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .news__more {
        background-color: #dee1de;
        color: #4c4c4c;
        font-weight: normal;
        letter-spacing: 1px;
        margin-top: 20px;
    }
}
.news__more::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -6px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;
}
@media screen and (max-width: 768px) {
    .news__more::after {
        border-color: #4c4c4c;
        margin-top: -7px;
    }
}
.detail-contents__text p.notice {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
    .bg {
        background: rgba(0, 0, 0, 0) url("../images/pic_bg_01.jpg") no-repeat scroll 0 0 / cover;
        z-index: -1;
    }
}
.bg__video_wrap {
    height: 100%;
    width: 100%;
}
.bg__video_wrap::after {
/*    background-image: url("../images/bg_bg_01.png");
    background-size: 6px 6px;*/
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -101;
}
@media screen and (max-width: 768px) {
    .bg__video_wrap::after {
        display: none;
    }
    .mainImage {
        display: none;
    }
}
.bg__video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -101;
}

.planList {padding: 0px 0; margin: 0px 0px 30px;
font-size: 14px;
letter-spacing: 1px;}

.item__plan-box {
    background-color: #fff;
position: relative;
padding: 20px 0;
}
.planList li {display: inline-block; width: 32.7777%; text-align: center; border:1px solid #e9e0d2; padding: 30px 0; }
.item__plan-inner {
    margin: 0 auto;
    max-width: 980px;
}
.item__plan-inner li {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7efe6+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f7efe6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#f7efe6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#f7efe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7efe6',GradientType=0 ); /* IE6-9 */
}
.item__plan-inner .planTitle {display: block; font-size: 40px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #b6853c; font-weight: bold;}
@media screen and (max-width: 768px) {
    .planList li {width: 100%; margin: 0 0 10px;}

.planList {padding: 0px 0; margin: 0px 20px 30px;}

}
.planSub {
    margin: 0 auto 80px;
    max-width: 980px;
}
.planSub h3 {text-align: center; margin: 0 0 30px;}
.planSub table {width: 100%}
.planSub th,.planSub td {width: 16%; border:1px solid #e9e0d2; padding: 8px;}
.planSub th {background-color: #f5efe7; text-align: left; font-weight: normal;}
.planSub td {text-align: center;color: #b6853c;}
.planSub td span {display: block; font-size: 10px;color: #000;}
@media screen and (max-width: 768px) {
    .planSub {margin: 0 20px 40px;} 
    .planSub table {width: 97%;}
   .planSub th,.planSub td {display:block; width: 100%;}
}
.sns__inner {
    margin: 50px auto 0;
    max-width: 980px;
    text-align: center;
}
.sns__inner a {background-color: #b1b1b1; padding: 15px 40px; color: #fff; border:1px solid #b1b1b1;
-webkit-transition: all 0.5s;font-size: 16px;
    transition: all 0.5s; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.sns__inner a:hover {background-color: #fff; color: #000;}
.sns__inner li {display: inline-block;}

@media screen and (max-width: 768px) {
.sns__inner li {margin: 0 0 40px;}
}
.flow__inner {
    margin: 0px auto 0;
    padding:0 0 50px;
    max-width: 980px;
}
.flow__inner dl { position: relative; font-weight: normal; padding: 10px; margin: 0 0 30px; background-color:  #ebebeb; font-weight: bold;}
.flow__inner dl:after{
    content:'';
    position: absolute;
    bottom:-10px;
    left:50%;
    margin:0 0 0 -5px;
    width:0;
    height:0;
    border-right:20px solid transparent;
    border-top:20px solid #ebebeb;
    border-left:20px solid transparent;
}
.flow__inner.menu-list dl:after{ border:none;}
.flow__inner dl dt {padding: 15px; font-size: 16px;  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.flow__inner dl span {background-color: #d9d7d5; color: #fff; display: inline-block; margin: 10px 20px 10px 0; font-weight: bold; width: 40px;text-align: center; padding: 8px 0; border-radius: 30px;}
.flow__inner dl dd {font-weight:normal; padding:15px; border-top: 1px solid #fff;}
#form input, #form textarea, #form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form table {width: 100%; margin: 0 0 40px;}

#form table td {padding: 20px 0;}
#form table td { border-bottom: 1px solid #e6e6e6; }
#form table td.tdTitle {width: 20%;}
#form table td form {background-color: #e6e6e6;}
#form table td input {background-color: #e6e6e6; padding: 8px; border-radius: 5px;}
#form table td textarea {background-color: #e6e6e6;padding: 8px; border-radius: 5px; width: 100%; height: 200px;}
#form .textXShort {width: 20%;}
#form .center {text-align: center;}
#form .center input {background-color: #000; color: #fff; padding: 10px 50px; border:none; font-weight: bold;}

@media screen and (max-width: 768px) {
    #form table {margin: 0 auto 40px; width: 92%;}
    #form table td {width: 65%;}
    #form table td.tdTitle {width: 30%; padding: 0 5% 0 0;}
    #form table td textarea {width: 80%;}
}

.sec-flow {background-color: #fff; position: relative;}
.bg-gray {background-color: #ebebeb;}
.text-caution {background-color: #fff; padding:20px;margin: 40px 20px 40px;font-size: 12px;letter-spacing: 1px;}

.text-wa {margin: 0 20px;}
.text-wa h4 {margin: 0 0 30px; vertical-align: top;text-align: center;font-size: 26px;letter-spacing: 3px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.text-wa ul {display: flex; margin: 0 0 30px;}
.text-wa li {width: 46%; padding:0 2%;}
.text-wa li dt {border-bottom: 1px solid #fff; padding: 0 0 15px; font-size: 18px; text-align: center; margin: 0 0 20px; font-weight: bold; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.text-wa p { font-size: 12px; margin: 0 20px 0;}

.text-price {padding:40px 0 0; font-size: 18px; text-align: right; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

#media {background-color: #fff; }
#media ul {display: flex; margin: 40px 0 30px;}
#media ul li {width: 33%; padding:0 0% 0 0;line-height: 1.8em; text-align: center;}
#media ul li img {width: 100%; margin: 0 0 20px;}
#media .item__header{background-color: #fff; border-bottom: 1px solid #e6e6e6;}

@media screen and (max-width: 768px) {
#media ul {display: block; margin: 40px 0 30px;}
#media ul li {width: 100%; padding:0 0% 0 0;line-height: 1.8em; text-align: center;}
}

ul.message {display: flex; margin: 40px 0 30px;}
ul.message li {width: 68%; padding:0 2% 0 0;line-height: 1.8em;}
ul.message li:last-child {width: 30%; padding:0;}
ul.message li span {margin: 0 0 20px; font-weight: bold; font-size: 18px; display: inline-block; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
ul.message li img {width: 100%; margin: 0 0 0px;}
@media screen and (max-width: 768px) {
ul.message {display: block; margin: 0 0 30px;}
ul.message li {width: 96%; padding:0 2%; margin: 0 0 15px;}
ul.message li:last-child {width: 96%; padding:0 2%; margin: 0 0 15px; text-align: center;}
ul.message li img {width: 50%; margin:0 auto;}
.flow__inner {max-width: 94%; padding:0 3% 20px; margin: 0 auto;}
#school .flow__inner {max-width: 100%; padding: 0; margin: 0 !important;}
#school .footer__contact {
    margin: 50px 0 20px;
}

.nav__global-trigger {text-align: left;}
}

.modaal-close::before {background:#000;}
.modaal-close::after {background:#000;}
.item-contents {margin: 50px 0 0;}
.item01 {width: 500px; float: right; margin: 0 0 0 30px;}
.item-contents ul {display: flex;justify-content: space-between;}
.item-contents li {width: 48%; margin: 0 auto;}
.item-contents li img {width: 100%; margin: 0 0 20px;}
.item-dm {
    text-align: center;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
.item-contents {margin: 50px 0 0;}
.item01 {width:  100%; float:none; margin: 0 0 0 0px;}
.item-contents ul {display: block;justify-content: space-between;}
.item-contents li {width: 100%;font-size: 11px;line-height: 1.8em;}
.item-contents li img {width: 100%; margin: 0 0 20px;}
}

#school {background-color: #fff;}
#school .flow__inner {margin: 50px 0 0;}
#school .item__header{background-color: #fff; border-top: 1px solid #e6e6e6;}
/*******************************
modal
*******************************/
.btn-link {background-color: #ebebeb; margin: 15px auto 0 ;padding: 10px 10px; border: 1px solid #e6e6e6;cursor: pointer; width: 200px; text-align: center; display: block; }
#overlay {display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 999;background-color: rgba(255, 255, 255, .8);}

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



.menu-list dt { padding: 10px; }
.menu-list-title {text-align: center; margin: 30px 0 30px; font-weight: bold; }
.menu-list h3 {text-align: center; margin: 0 0 10px; font-size: 18px; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.kaizen {border:1px solid #e6e6e6;}


.accordion1 {background-color: #fff; padding: 0 0 80px; border-bottom: 1px solid #e6e6e6; position: relative;}
.accordion1 .inner {display: none;}
.accordion1 p.ac1{font-size: 18px; cursor: pointer; padding: 20px; width: 900px; margin: 0 auto 10px; background-color: #ebebeb; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.accordion1 .inner li{padding: 0px 0; margin: 0 0 50px;}

.title-h3 {padding: 15px; border: 1px solid #e6e6e6;}

@media screen and (max-width: 768px) {
.item__header {padding: 40px 0;}
.flow__inner dl dt {font-size: 13px;}
.text-caution {margin: 30px 0;}
.text-wa h4 {font-size: 16px;}
.text-wa ul {display: block;}
.text-wa ul li {width: 100%; padding: 0px; margin: 0 0 20px;}
.text-wa p {margin: 0px;}
.text-price {padding: 20px 0 0;font-size: 14px;}
.accordion1 p.ac1 {width: 90%; margin: 0 auto 15px; font-size: 13px; padding: 15px 3%;}
.info__contents .info__title01 {padding: 0px;}
ul.message li span {margin: 30px 0 20px;}
}


.item__header-title::after {content: "";height: 2px;width: 200px;background: #e6e6e6;display: block;margin: 0 auto;margin-top: 30px;}
.highlights__title::after {content: "";height: 2px;width: 200px;background: #fff;display: block;margin: 0 auto;margin-top: 30px;}