@charset "UTF-8";


/* reset -------- */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
}
article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, address, small, i {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}
ol, ul, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
}
img, object, embed {
    border-style: none;
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
th {
    text-align: left;
}
em {
    font-style: normal;
    font-weight: 500;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
video {
    width: 100%;
}
input:focus {
    outline: 0;
    border-color: orange;
}
input[type=submit] {
    -webkit-appearance: none;
}
sup {
    vertical-align: super;
    font-size: 80%;
}
sub {
    vertical-align: sub;
    font-size: 80%;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* layout -------- */
#wrapper {
    overflow: hidden;
    /*padding-top: 110px;*/
    background: rgba(0, 0, 0, 0.5);
}
.wrap{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main_content {
}
.side_content {
}
.content_1col {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content_2col .main_content {
    width: 70%;
}
.content_2col .side_content {
    width: 26%;
}
@media (max-width: 1260px) {
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_content {
    }
    .side_content {
    }
    .content_2col {
        /*display: block;*/
        flex-wrap: wrap;
    }
    .content_2col .main_content {
        width: 100%;
        padding-bottom: 40px;
    }
    .content_2col .side_content {
        width: 100%;
        order: 2;
    }
}



/*** crumb ***/
.crumb ul {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: right;
}
.crumb ul li {
    display: inline;
    font-size: 0.75rem;
}
.crumb ul li:not(:last-child):after {
    content: "\FF1E";
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
.crumb ul li a {
    -webkit-transition: 0.3s color ease;
    transition: 0.3s color ease;
}
.crumb ul li a:hover {
    color: #a31d13;
}
/*** image ***/
.thumb img {
    width: 100%;
    height: auto;
}
/**** pageNavi ****/
/*ぐ.pagination_top {
    margin-bottom: 30px;
}
.pagination_bottom {
    margin-top: 60px;
}*/
.pageNaviWrap {
    margin-top: 60px;
    text-align: center;
}
.pageNaviWrap:before, .pageNaviWrap:after {
    display: table;
    content: " ";
}
.pageNaviWrap:after {
    clear: both;
}
.pageNavi {
    display: inline-block;
    margin-right: -6px;
}
.pageNavi span, .pageNavi a {
    font-family: "\65B0\30B4   M", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W6", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    line-height: 32px;
    display: block;
    float: left;
    height: 32px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    text-decoration: none;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .arrow {
    font-size: 100%;
    width: 32px;
}
.pageNavi a.inactive, .pageNavi .arrow {
    color: #000000;
    border: 1px solid #213644;
    background-color: #FFFFFF;
    transition: color 0.3s ease,
        border 0.3s ease,
        background 0.3s ease;
}
.pageNavi .current, .pageNavi .arrow:hover, .pageNavi .inactive:hover, .pageNavi .next:hover .text, .pageNavi .back:hover .text {
    color: #fff;
    border: 1px solid #213644;
    background-color: #213644;
}
.pageNavi .text {
    font-size: 71%;
    width: 47px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #bfe4c7;
    border: 1px solid #596771;
    background-color: #fff;
}
.space {
    font-size: 84%;
    color: #000;
}
.pageNavi .inactive, .pageNavi .current, .pageNavi .back .text, .space, .arrow {
    margin-right: 6px;
}

@media (max-width: 767px) {
    .pageNaviWrap {
        margin-top: 30px;
    }
}


.gmap iframe {
    width: 100%;
    height: 380px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media (max-width: 767px) {
    .gmap iframe {
        height: 280px;
    }
}




.bg_fixed{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

.full div.img01 {
  background-image: url("../images/mv.jpg");
}
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 2dppx) {
    .class div.img01 {
        background-image: url("../images/mv@2x.jpg");
    }
}
.full .slick-dots {
    bottom: 4%;
    z-index: +1;
}



.bg_fixed:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,0.8) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.8) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 );
}
#teaser_content{
	width: 100vw;
    height: 100vh;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	position: relative;
}
.teaser_block01{
	padding-top: 100px;
}
.teaser_block02{
	position: absolute;
	left: 0px;
	top: 35%;
	transform: translate3d(0,-50%,0);
	width: 100%;
}
.teaser_block03{
	width: 100%;
	padding: 30px;
	color: #FFFFFF;
	background-color: #181d2d;
}

.text_wrp {
	color: #FFFFFF;
    font-family: 'Noto Serif JP', serif;
}

.text_content{
    font-size: 2.25rem;
}

.info_content{
    margin-top: 30px;
    font-size: 0.88rem;
}




@media (max-width: 767px) {
	.teaser_block01 {
		padding-top: 50px;
	}
	.teaser_block02{
/*		position: static;*/
		transform: translate3d(0,0,0);
		padding-top: 50px;
		padding-bottom: 70px;
        top: 35%;
	}
	.top_visual_content{
		width: 200px;
	}
	.comming_soon{
		font-size: 34px;
		margin-bottom: 10px;
	}
    .text_wrp p{
    font-size: 1.25rem;
    }
	.opendate{
		font-size: 14px;
		line-height: 1.4;
	}
	.teaser_block03{
		padding: 20px 15px;
	}
	.info_wrap{
		display: block;
	}
	.info_wrap > *{
		width: auto;
	}
	.info_wrap .top_visual_content{
		width: 70px;
	}
	#teaser_content{
		min-height: 100vh;
		height: auto;
	}
	#wrapper{
		padding-bottom: 0px;
	}
}

