@import url('https://fonts.googleapis.com/css?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css?family=Hannari&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	height: 100vh;
	margin: 0; padding: 0;
}

a { color: #333;}
a:hover {color: #ccc; text-decoration: none;}


.headerlogo {
	width: 200px;
}

.bg-edit {
	background-color: rgba(255, 255, 255,0.8);
}

.gftx {
	font-family: 'Raleway', sans-serif;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center !important;
}

img { max-width: 100%;}

.blocks {
	margin-bottom: 20px;
}

#wrapper{
	color: #333;
	overflow: hidden;
	background:url(../images/nice_snow.png);
	background-repeat: repeat;
}

#vegas {
	width: 100vw;
	height: 100vh;
	overflow-y: hidden;
}

.vegas-container {
	overflow: hidden !important;
	position: relative;
}

.navs{ 
	margin-top: 50px;
	font-family: 'Raleway', sans-serif;
}

.navs li{
	font-size: 20px;
	line-height: 40px;
	list-style: none;
	color: #fff;
}

.menu-box { position: relative;}
.menu-box-child{
	width: 200px;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/* 	padding: 66px; */
/* 	background-color: rgba(255, 255, 255,0.5); */
/* 	border-radius: 5px; */
}

.logo img {
	width: 200px;
	margin: 0 auto;
}

/* Blocks */
.cont-Box {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 30px 10px;
}

.cont-Box-bk {
	margin: 0 auto;
	width: 100%;
	padding: 50px 10px;
	background-image: url(../images/main001bs.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cont-Box-ga1 {
	margin: 0 auto;
	width: 100%;
	padding: 30px 15px 50px 15px;
	background: #000;
}

.cont-Box-ga2 {
	margin: 0 auto;
	width: 100%;
	background-image: url(../images/main004.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}


.map-Block {
/*
	margin-top:20px;
	margin-bottom: 20px;
*/
	width: 100%;
	display: block;
	background:url(../images/nice_snow.png);
	background-repeat: repeat;
}

.menu-box-child-in{
	display:none;
}


.ph300 {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

.pdTop100 {
	padding-top: 100px;
}
.pdBtm100 {
	padding-bottom: 150px;
}


/* Block About */
.about-title {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 2.5em;
	text-align: center;
	margin: 0 auto 20px;
	padding-top: 50px;
}

.about-s1 {
	font-family: "Hannari", serif;
	font-size: 22px;
	line-height: 2.5em;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}

.col-md-3,
.col-xs-6 {margin: 0 !important;
	padding: 0 !important;
}



.table td {
	border-top: 1px solid #ccc !important;	
}

.list-group-item {
	background-color: #fff;
/* 	border: 1px solid #ccc; */
	font-size: 130%;
}


.alc-img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}
.picup-m {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-size: 75%;
}
.picup-l {
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-size: 120%;
	text-align: center;
}
.picup-bt {
	padding-left: 5px;
	font-size: 70%;
}


.cateList {
    background: #f5f5f5;
    color: #666;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    font-size: 70%;
}

/* Gallery */
#gallery {
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
}
 
#gallery li {
    width: 320px;
    padding: 15px;
    list-style: none;
}
 
#gallery li img {
    max-width: 100%;
}



.haedTxt {
	text-shadow:4px 4px 3px #000;
}


#maps {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
 
 

#galleries {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
 
}
#galleries img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

	.footLogo {	width: 20%;}

@media (max-width: 1200px) {
  #galleries {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }

	.nav li { font-size: 18px; line-height: 42px;}
	.logo{ width: 80%;margin: 0 auto;}
	.nav { margin: 0 auto; width: 80%;}
}

@media (max-width: 1000px) {
  #galleries {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}

@media (max-width: 800px) {
	  #galleries {
	  -moz-column-count:    2;
	  -webkit-column-count: 2;
	  column-count:         2;
	  }

	.footLogo {	width: 60%;}
	.menu-box-child{ display: none;}
	.menu-box-child-in{
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	  width: 100px;
	}
	.about-s1 {
		font-family: "Hannari", serif;
		font-size: 19px;
		line-height: 2.5em;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 100px;
	}
	
	.logoname_sp {
		width: 80%;
	}
	
	.cap_sp {
		font-size:17px !important;
	}
	
	.cont-Box-bk {
		margin: 0 auto;
		width: 100%;
		padding: 10px;
		background-image: url(../images/main002.jpg);
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;}
		
	.txtFt2 {
		color: #fff;
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		margin-top: 20px;
	}
	
	.footer-block {
	  flex-direction: column;
	  margin-top: 30px;
	  padding-top: 20px;
	  height: 150px;
	}
	
}


@media screen and (min-width: 980px) {
	.pcHide {display: none;}
}

@media (max-width: 400px) {
  #galleries {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }

.footLogo {	width: 100%;}

}

/* Block Footer */
.footer-in {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.footer-Block{
	background-color: #fff;
	padding: 20px;
}

.footer-logo img{ width:200px;}
.foot-copy {text-align: center; color: #333; font-size: 80%; padding-top: 20px;}
.txtFt1{
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
	text-align: left;
}


.sclBox {
/*   margin-bottom: 100px; */
}
.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex;
  }

.horizontal_scroll li{
	list-style: none;
}

/* scroll */
@media screen and (min-width: 768px) {
  .horizontal_scroll {
    overflow-x: inherit;
    padding: 0 8px 6px; } }

.horizontal_scroll > li {
  width: 100%;
  min-width: 100px; }

@media screen and (min-width: 768px) {
  .horizontal_scroll > li {
    min-width: inherit; } }

.horizontal_scroll > li:not(:last-child) {
  margin-right: 20px; }

.horizontal_scroll > li:last-child {
  padding-right: 5px; }

@media screen and (min-width: 768px) {
  .horizontal_scroll > li:last-child {
    padding-right: 0; } }

.horizontal_scroll img {
  vertical-align: bottom; }
  