@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	color: #4D4D4D;
	font-family: 'M PLUS Rounded 1c';
	line-height: 1.6;
	text-align: left;
}
main {
	padding-top: 200px;
	width: 100%;
}
button#lock { display: none !important; }
.ContentsArea a {
	color: #4D4D4D;
	text-decoration: underline;
}
ol,li,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	float: left;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
	font-size: medium;
	padding-left: 100px;
	padding-top: 10px;
	padding-right: 10px;
}
.pc { display: block !important; }
.sp { display: none !important; }
header {
}
#drawer-nav ul li i {
	font-style: normal;
}
#drawer-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.drawer-nav{
	position: fixed;
	z-index: 3500;
	top: 80px;
	overflow: hidden;
	width: 100%;
	height: 85%;
	color: #FFF;
	background-color: rgba(0,93,50,0.8);
	margin-top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 15%;
}
.drawer-menu {display: block;}
.drawer_menu ul.drawer-menu  {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.drawer-menu li {width: 50%;text-align: center;border-bottom: solid 1px #FFF;box-sizing: border-box;}
.drawer-menu li:nth-child(odd) {border-right: solid 1px #FFF;}
.drawer-menu li a {font-size: 14px;color: #FFF;padding: 15px 0;display: block;}
.drawer-menuLA li {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
.drawer-menuLA li:nth-child(odd) {border-right: none;}
.drawer-menuLA li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.drawer-menu li ul.drawer-dropdown-menu {
	background-color: rgba(0,93,50,0.8);
}
.drawer-menu li ul.drawer-dropdown-menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.0;
}
.drawer-menu li ul.drawer-dropdown-menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.drawer-dropdown.open .drawer-menu-item {
	border-bottom: 1px dashed #FFFFFF;
}
.drawer-menu li ul.drawer-dropdown-menu li:last-child {
    border-bottom: none;
}
section.TopMain {
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.TopMain .logo {
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 80px;
	position: fixed;
}
.TopMain .logo img {
	width: 20vw;
	margin-top: 45px;
}
.TopMain .caption {
	width: 20vw;
	padding-top: 80px;
	position: fixed;
	margin-left: 100px;
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.TopPage .ContentsArea {
	background-color: #FFFFFF;
	width: 100%;
	z-index: 500;
	position: relative;
	max-width: 100vw;
}
.TopPage .ContentsArea .Block {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.bottom {
position: absolute;
bottom: 0px;
padding-top: 100px;
}
.fixed {
position: fixed;
top: 100px;
padding: 0;
width: 100%;
z-index: 1000;
}
.contents {
	background-color: #FFFFFF;
	z-index: 600;
	position: relative;
}
.InfoArea {
	z-index: 2000;
	position: fixed;
	width: 600px;
	left: 100px;
	bottom: 100px;
	height: auto;
}
.InfoArea .Block {
	width: 960px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	height: 350px;
}
.InfoArea .Left {
	width: 400px;
	float: left;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}
.InfoArea .Info {
	width: 300px;
	float: left;
	padding-top: 30px;
}
.InfoArea .Info dl {}
.InfoArea .Info dt {
	float: left;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.InfoArea .Info dd {
	padding-left: 80px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #6E6E6E;
}
.InfoArea .Info dd:last-child {
	border-bottom: none;
}
.InfoArea .Left .photo {
	margin-bottom: 10px;
}
.InfoArea .Left .photo img {
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 10px #B4B4B4;
	box-shadow: 4px 4px 10px #B4B4B4;
	margin-left: 40px;
	width: 150px;
}
.InfoArea .Left .logo {
	width: 240px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.InfoArea .MapArea {
	width: 400px;
	float: left;
	height: auto;
	margin-top: 15px;
}
.ContentsArea {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ContentsArea img {
	border-radius: 15px;
	-webkit-box-shadow: 4px 4px 10px #B4B4B4;
	box-shadow: 4px 4px 10px #B4B4B4;
}
/* MovieArea*/
  .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* TOP PAGE */
body.TopPage {
}
.facebook_pc {
	width: 300px;
	height: 70px;/*400px;*/
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 2000;
	display: block;
}
.facebook .fbTxt {
	text-align: center;
	margin-top: -200px;
}
.shinhokkaidostyle a {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	display: block;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: auto;
	z-index: 0;
}
/* COMMON */
section {
}
section.main {
}

/* MAP*/
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* FOOTER*/
footer {
	color: #FFFFFF;
	bottom: 0px;
	width: 100%;
	background-color: #000000;
	z-index: 2000;
	height: 80px;
	line-height: 80px;
	position: fixed;
}
footer .copy {
	text-align: center;
}  
/* HOVER*/
@media screen and (min-width:769px){
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
}

@media screen and (max-width:768px){
.pc { display: none !important; }
.sp { display: block !important; }
body {
	width: 100%;
	max-width: 100vw;
	min-width: 100%;
}
main {
	padding-top: 40px;
}
header {}
h1 {
	padding-left: 5%;
}
/* TOP PAGE */
section.TopMain {
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.TopMain .logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 40px;
	position: relative;
}
.TopMain .logo img {
	width: 40vw;
	margin-top: 20px;
}
.TopMain .caption {
	width: 20vw;
	padding-top: 80px;
	position: relative;
	margin-left: 20px;
}
section {
	width: 100%;
	padding-bottom: 30px;
	max-width: 100vw;
	z-index: 3;
}
.InfoArea {
	z-index: 2000;
	position: relative;
	width: 90%;
	bottom: 0px;
	height: auto;
	left: 0px;
	right: 0px;
	margin-left: 5%;
	margin-right: 5%;
}
.InfoArea .Block {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	height: auto;
}
.InfoArea .Left {
	width: 100%;
	float: none;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}
.InfoArea .Info {
	width: 100%;
	float: none;
	padding-top: 30px;
}
.InfoArea .MapArea {
	width: 100%;
	float: none;
	padding-bottom: 80px;
}
.gmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}
.facebook {
	padding-bottom: 30px;
	max-width: 100%;
	float: none;
	position: static;
}

/* FOOTER*/
.footer {
	padding-bottom: 30px;
	display: block;
	background-color: #FFFFFF;
}
footer article {
    width: 90%;
	min-width: 0px;
}
footer {
	position: fixed;
	bottom: 0px;
	z-index: 5000;
	max-height: 60px;
	height: 60px;
}
footer .copy {
	text-align: left;
	padding-top: 10px;
	font-size: small;
	padding-left: 5%;
	line-height: 1.2;
	padding-bottom: 0px;
}
footer .sp_fb {
	float: right;
	width: 40px;
	display: block;
	padding-right: 5%;
}
footer .sp_fb img a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}
}
/* AFTER */
section:after{
  display: block;
  content: "";
  clear: both;
}
.ContentsArea:after{
  display: block;
  content: "";
  clear: both;
}
.InfoArea .Block:after{
  display: block;
  content: "";
  clear: both;
}
.Infomation .Block:after{
  display: block;
  content: "";
  clear: both;
}
.InfoArea .Info:after{
  display: block;
  content: "";
  clear: both;
}
