/* ▼ページヘッダ */
.page1,.page2,.page3,.page4,.page5,.page6,.page7{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	height: 450px;
	opacity: 10;	
	}
	
.head-title{
	text-align: center;
	color: #fff;
	font-family: "UD Shin Go Medium";
	}

.mt-page-title1{
	margin: 100px auto 5px;
	font-size: 40px;
	}

.page-title-line{
	border-bottom: 1px solid #FFFFFF;
	width: 170px;
	margin: 0 auto;
	}

.page-title-line2{
	border-bottom: 1px solid #FFFFFF;
	width: 280px;
	margin: 0 auto;
	}

.mt-page-title2{
	font-size: 20px;
	margin-top: 10px;
	}

@media only screen and (max-width: 600px){
	
.page1,.page2,.page3,.page4,.page5,.page6,.page7{
	height: 250px;
	}
}

@media only screen and (max-width: 979px){
	
.page1,.page2,.page3,.page4,.page5,.page6,.page7{
	height: 350px;
	}
}

/* ▼PCナビゲーション */
@media only screen and (max-width: 979px){
	
ul.ddmenu{
	display: none;
	}
}

ul.ddmenu {
	text-align: center;
	-webkit-font-smoothing: antialiased;
	}

#pc-nav{
	width: 945px;
	margin: 0px auto;
	}

#pc-nav img{
	width: auto;
	height: 40px;
	text-align: center;
	}

/* ▼メインメニュー項目の装飾 */
ul.ddmenu li {
	border-top: 5px solid #29A339;
	width: 135px;           /* メニュー項目の横幅 */
	display: inline-block;  /* ★1:横並びに配置する */
	list-style-type: none;  /* ★2:リストの先頭記号を消す */
	position: relative;     /* ★3:サブメニュー表示の基準位置にする */
	font-size: 0;
	z-index: 10;
	}

ul.ddmenu a {
	border-left: 2px solid #C9CACA;
	display: inline-block;
	width: 135px;
	height: 80px;
	text-align: center;
	outline: none;
	background-image: url(../img/nav.png);
	background-size: 130px auto;
	padding-top: 20px;
	}

ul li:first-child {
	border-left: none;
}

li.nav-hover :hover {
	opacity: 0.8;
	}

.ddmenu  img{
	width:90%;
	margin-top: -25px;
	}


/* ▼フッター */
.footerback{
	background-color: #261B19;
	border-top: 5px solid #29A339;
	}

.footerPC{
	color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	}

.footer-tel{
	font-family: "UD Shin Go Medium";
	font-weight: 900;
	}

.footer-tel :hover{
	text-decoration: none;
	color: #fff;
	}

.footer-text{
	font-size: 12px;
	line-height: 18px;
	font-family: "UD Shin Go Regular";
	}

.soumu :hover{
	opacity: 0.7;	
}

@media only screen and (max-width: 1039px){
/* ▼1039以下タブレットスマホ */
.footerback{
	background-image: url(../img/hokkaido2.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	background-size: 770px auto;
	}
	
.ddmenu-footer{
	display: none;
	}
	
.footer-info{
	text-align: center;
	}
	
.footer-rogo img{
	width: 250px;
	height: auto;
	margin: 20px auto;
	text-align: center;
	}
	
.footer-rogo-pc{
	display: none;
	}
	
.footer-tel{
	font-size: 30px;
	margin-bottom: 10px;
	}
	
.footer-text{
	text-align: center;
	}
	
.sns{
	padding-top: 30px;
	text-align: center;
	}
	
.fb{
	margin-left: 110px;
	margin-bottom: 30px
	}
	
.soumu img{
	width: 250px;
	height: auto;
	margin: 10px auto 0px;
	text-align: center;
	}
	
}



@media only screen and (min-width: 1040px){
/* ▼1040以上PC用 */
	
.footerPC-right{
	text-align: right;
	background-image: url(../img/hokkaido.png);
	background-size: 685px auto;
	background-repeat: no-repeat;
	max-width: 1600px;
	margin: 0 auto;
	}
	
.footer-rogo img{
	display: none;
	}
	
.footer-rogo-pc img{
	width: 250px;
	height: auto;
	margin-top: 20px;
	float: left;
	}

ul.ddmenu-footer {
	padding-top: 20px;
	font-family: "UD Shin Go Regular";
	}
	
ul.ddmenu-footer li {
	margin-left: 48px;
	display: inline-block;  /* ★1:横並びに配置する */
	list-style-type: none;  /* ★2:リストの先頭記号を消す */
	position: relative;     /* ★3:サブメニュー表示の基準位置にする */
	}
	
ul.ddmenu-footer a {
	color: #fff;
	}
	
ul.ddmenu-footer a {
  display: block;
  padding: 0 0 5px;
  text-decoration: none;
}
ul.ddmenu-footer a::after {
  border-bottom: solid 2px #fff;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
ul.ddmenu-footer a:hover::after {
  width: 100%;
}
	

.footer-info{
	width: 340px;
	float: right;
}

.footer-tel{
	text-align: left;
	font-size: 46px;
	margin: 10px 0 5px;
	}

.footer-text{
	text-align: left;
	}
	
.soumu img{
	margin-top: 10px;
	}
	
.sns{
	clear: both;
	padding-top: 30px;
	}

}

.follow{
	font-size: 14px;
	color: #fff;
	margin-right: 50px;
	}

.fb{
	margin-top: -23px;
	}






.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:4s;
 -ms-animation-duration:4s;
 animation-duration:4s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}

@-webkit-keyframes fadeIn {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeIn {
 0% { opacity: 0; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
