
@charset "utf-8";
.container {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	text-align: center;
	margin: 120px 0 0 0;
}
h1 img {
	width: 45%
}
/*.section-01-wrapper {
	background: url(../img/bg_01.png) left top repeat;
}*/
.section-01 {
	padding: 0 0 10px 0;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}
.section-01 .left-area {
	float: left;
	width: 50%;
	padding-top: 45px;
}
.section-01 .right-area {
	float: right;
	width: 50%;
	position: relative;
	min-height: 600px;
}
.open {
/*padding: 0 30px;*/
}
.section-02 {
	position: relative;
	z-index: -1;
	margin-bottom: 120px;
  margin-top: -180px;
}
h2 {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', sans-serif;
}
h2 .cap {
	font-size: 18px;
	display: block;
	font-weight: bold;
}
.section-02 .box-01 {
	position: absolute;
	right: 8%;
	bottom: -60px;
	border: 5px solid #14588c;
	padding: 45px;
	/*background: #69b730;*/
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 35%;
	z-index: 1;
}
.section-02 .box-02 {
	position: absolute;
	left: 20%;
	bottom: 30px;
	z-index: 1;
}
.section-03 {
	position: relative;
	min-height: 800px;/*background: url(../img/bg_02.png) left top repeat;*/
	margin-bottom: 120px;
}
.section-03 .box-01 {
	position: absolute;
	top: 500px;
	left: 3%;
	z-index: 1;
}
.section-03 .box-02 {
	position: absolute;
	left : 15%;
	top: 0;
	border: 5px solid #14588c;
	padding: 45px;
	/*background: #69b730;*/
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 35%;
	z-index: 1;
}
.section-03 .box-03 {
	position: absolute;
	top: 200px;
right: 8%;
}

.section-04 {
	position: relative;
	margin-bottom: 120px;
}
.section-04 .box-01 {
	position: absolute;
	left : 9%;
	top: -60px;
	border: 5px solid #14588c;
	padding: 45px;
	/*background: #69b730;*/
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 35%;
	z-index: 1;
}
.section-04 img,
.section-03 img,
.section-06 .box-04 img {
	width: 100%;
}
.section-05 {
	position: relative;
}
.section-05 .box-01 {
	position: absolute;
	right: 1%;
	top: 80px;
	border: 5px solid #14588c;
	padding: 45px;
	/*background: #69b730;*/
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 40%;
	z-index: 1;
}
.section-05 dl {
	padding: 0 0 20px 0;
}
.section-05 dl dt {
	clear: left;
	float: left;
	width: 30%;
	margin-bottom: 15px;
	font-weight: normal;
}
.section-05 dl dd {
	margin: 0 0 0 30%;
}
.section-06 {
	position: relative;
	margin-bottom: 120px;
	min-height: 400px;
}
.section-06 .box-01 {
	position: absolute;
	right: 9%;
	top: -120px;
	border: 5px solid #14588c;
	padding: 45px;
	/*background: #69b730;*/
	background-color: rgba(255,255,255,1);
	color: #000;
	width: 35%;
	z-index: 1;
}
.section-06 .box-04 {
	position: absolute;
	top: 90px;
left: 15%;
}
.news-area {
	background: #efefef;
	display: flex;
	align-items: center;
	width: 50%;
	position: relative;
	top: 40px;
	z-index: 1;
}
.news-area .title {
	color: #FFF;
	float: left;
	padding: 30px;
	background: #000;
}
.news-area a {
	color: #000;
}
.news-area a:hover {
	color: #666;
}
.news-area dl {
	float: left;
	padding: 10px 0;
}
.news-area dl dt {
	clear: left;
	float: left;
	width: 80px;
	font-weight: normal;
	font-size: 14px;
	margin-left: 30px;
}
.news-area dl dd {
	margin: 0 0 0 80px;
	padding-left: 30px;
}
.news-area span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 30px;
	border: 3px solid #000;
	padding: 2px 10px;
}
.news-area span:hover {
	background: #DDD;
	color: #000;
}
section {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
section:nth-child(even) {
	background: #f2f2f2;
}
section h3 {
	font-size: 40px;
	padding: 10px;
}
.motion-txt {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.motion-txt:after {
	content: '';
	position: absolute;
	opacity: 1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	-webkit-transform: translate3d(-101%, 0, 0);
	transform: translate3d(-101%, 0, 0);
}
.show .motion-txt:after {
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.done .motion-txt:after {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(103%, 0, 0);
	transform: translate3d(103%, 0, 0);
}
.motion-txt .motion-inner {
	display: inline-block;
	opacity: 0;
}
.done .motion-txt .motion-inner {
	opacity: 1;
}
.nav-03 {
	display: none;
}
.logo-h {
	float: left;
	padding: 30px 0 20px 0;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	display: block;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
}
.clone-nav .container {
	border: none;
}
.clone-nav .logo-clone {
	float: left;
}
.clone-nav ul {
	float: right;
	margin-top: 15px;
}
.clone-nav ul li {
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}
.clone-nav ul li.logo-clone {
	margin: 0 45px;
}
.clone-nav ul li img {
	vertical-align: middle;
}
.clone-nav ul li a {
	color: #000;
}
.clone-nav ul li a {
	position: relative;
	text-decoration: none;
	padding-bottom: 2px;
	display: inline-block;
}
.clone-nav ul li a::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
.clone-nav ul li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.clone-nav ul li a::after {
	position: absolute;
	bottom: -1px;
}
.clone-nav ul li.sns-03 {
	margin: 0 2px;
}
.clone-nav ul li.sns-03 img {
	vertical-align: middle;
	width: 20px;
}
.smp-sns02 img {
	vertical-align: middle;
	width: 20px;
}
.clone-nav ul li.sns-03 a::after,
.clone-nav ul li.logo-clone a::after {
	display: none;
}
.is-show {
	transform: translateY(0);
	display: block;
}
.open-wrapper {
	text-align: center;
}
.open-inner {
	text-align: left;
	display: inline-block!important;
}
.open-t01 {
	font-size: 32px;
	line-height: 1;
	font-family: 'Anton', sans-serif;
	letter-spacing: 0.7px;
}
.open-t01 .motion-txt {
	background: url(../img/line.gif) right center no-repeat;
	width: 100%;
}
.open-t02 {
	font-size: 105px;
	line-height: 1;
	font-family: 'Anton', sans-serif;
}
.open-t02 .grandopen {
	font-size: 126px;
	letter-spacing: 8px;
}
/*.day-text {
	margin: 10px 0;
	letter-spacing: -3px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.day-text span.t-01 {
	display: block;
	font-size: 100px;
	background-image: url(../img/giphy.gif);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
}
.day-text span.t-02 {
	display: block;
	font-size: 190px;
	background-image: url(../img/giphy.gif);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
}*/
/*#about,
#items,
#cafe,
#access {
	margin-top: -200px;
	padding-top: 200px;
}*/
/*.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}*/
.gmap iframe {
	height: 900px;
	width: 100%;
}
/*.gmap iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}*/
/*@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
 .day-text span.t-01, .day-text span.t-02 {
 background-image:none;
 color: black;
}
}*/
.smp-sns {
	display: none;
}
.section-01 .right-area .box-01 {
	margin-top: 60px;
}
.sp-spimg {
	display: none;
}
.menu-img {
	margin-top: 30px;
}
.menu-img img {
	border: 3px solid #CCC;
	margin-top: 10px;
}
.menu-img .col-md-6 {
	text-align: center;
}
.section-tw {
  width: 35%;
  margin: 0 0 0 15%;
  border: 5px solid #14588c;
padding: 15px;
  background: #FFF;
}
h3 {
    font-size: 18px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
.menu-box a {
    margin-bottom: 15px;
}
@media screen and (max-width: 1359px) {
.section-02 .box-01,
.section-03 .box-02,
.section-05 .box-01,
.section-04 .box-01 {
	width: 43%;
}
.news-area {
	width: 100%;
}
.news-area dl dd p {
	width: auto;
}
.day-text span.t-01 {
	font-size: 80px;
}
.day-text span.t-02 {
	font-size: 148px;
}
.section-01 .right-area {
	min-height: auto;
}
.open-t02 {
	font-size: 82px;
}
.open-t02 .grandopen {
	font-size: 94px;
}
.open-t01 {
	font-size: 22px;
	letter-spacing: 0;
}
}

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

@media screen and (max-width: 1024px) {
.is-show {
	display: none;
}
.smp-sns {
	display: inline-block;
	margin: 15px 0;
}
.smp-sns img {
	width: 30px;
}
.smp-sns02 {
	display: none;
}
h1 {
	margin: 0;
}
.logo-h {
    float: none;
    padding: 0;
	margin-top: -30px;
	text-align: center;
}
	.section-01 {margin-top: 120px;}
}

@media screen and (max-width: 991px) {
.news-area {
	position: static;
}
.news-area dl dt {
	float: none;
}
.news-area dl dd {
	margin: 0;
}
h2 .cap {
	margin-top: 10px;
}
.day-text span.t-01 {
	font-size: 60px;
}
.day-text span.t-02 {
	font-size: 110px;
}
h1 {
	margin-bottom: 20px;
	text-align: center;
}
h1 img {
	width: 200px;
}
.section-02 .box-01,
.section-03 .box-02,
.section-04 .box-01,
.section-05 .box-01,
.section-06 .box-01 {
	padding: 30px;
}
.open-t01 {
	margin-bottom: 5px;
}
.open-t02 {
	font-size: 68px;
}
.section-01 .right-area .box-01 {
	margin-top: 0;
	margin-bottom: 8%;
}
.open-t01 .motion-txt {
	background: url(../img/line.gif) right center no-repeat;
	background-size: 30% 10%;
}
.section-01 .left-area,
.section-01 .right-area {
	float: none;
	width: 100%;
}
.section-01 .right-area {
	position: relative;/*min-height: 600px;*/
}
.section-02 .box-01,
.section-03 .box-01,
.section-03 .box-02,
.section-03 .box-03,
.section-03 .box-04,
.section-04 .box-01,
.section-05 .box-01,
.section-06 .box-01,
.section-06 .box-04 {
	position: static;
	width: 90%;
	margin: 30px auto;
}
/*.section-05 dl {
	padding: 0 0 30px 0;
}
.section-05 dl dt {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
.section-05 dl dd {
	margin: 0;
}*/
.day-text {
	margin: 10px 0 45px;
}
h2 {
	font-size: 58px;
}
.container-fluid {
	padding-right: 5px;
	padding-left: 5px;
}
.drawer--navbarTopGutter {
	padding-top: 5px;
}
body {
	padding-bottom: 5px;
}
.flexbox {
	display: flex;
	flex-direction: column-reverse;
}
.gmap iframe {
	height: 400px;
	width: 100%;
}
.sp-pcimg,
.section-02 .box-02 {
	display: none;
}
.sp-spimg {
	display: block;
}
.open-t02 .grandopen {
	font-size: 78px;
}
h2 {
	font-size: 32px;
}
.section-01,
	.section-02,
	.section-03 {
	margin-bottom: 30px;
}
	.show .motion-txt::after,
.motion-txt:after {
	position: static;
}
  .section-tw {
  width: 90%;
    margin: 0 auto;
}
  .section-02 {
  margin-top: 0;
}
}
