@charset "utf-8";

/*----------------------font*/

@font-face{
	font-family: "NotoSansCJKjpRegular";
	src: url('../../font/NotoSansCJKjpRegular.eot'); /* IE9 Compact Modes */
	src: url('../../font/NotoSansCJKjpRegular.eot?#') format('embedded-opentype'), /* IE6-IE8 */  url('../../font/NotoSansCJKjpRegular.woff') format('woff') /* Modern Browsers */
}

/*--------------------------*/

body{
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	vertical-align: bottom;
}

div#sapporo-special-contents-area a[href^="http"]::after {
	content:"";
	margin: 0;
	background: none;
}

/*フェードイン*/
.start {
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
}
.start p{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	/*width: 280px;*/
	text-align: center;
}

#bodyZoneA{
	position: relative;
	font-family: "NotoSansCJKjpRegular";
	line-height: 1.5;
	color: #333333;
	background: url("../img/bgcolor01.jpg") repeat;
}

.sp{
	display: none;
}
.sp_Main{
	display: none;
}

h1{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

@-webkit-keyframes bg-color {
  0% { background-color: #ffff99; }
  20% { background-color: #f9ec81; }
  40% { background-color: #ffff66; }
  60% { background-color: #ffff66; }
  80% { background-color: #f9ec81; }
  100% { background-color: #ffff99; }
}
@keyframes bg-color {
  0% { background-color: #ffff99; }
  20% { background-color: #f9ec81; }
  40% { background-color: #ffff66; }
  60% { background-color: #ffff66; }
  80% { background-color: #f9ec81; }
  100% { background-color: #ffff99; }
}

.mainArea{
	background-image: url("../img/main_bg_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #f9ec81;
    animation: bg-color 12s infinite;
    -webkit-animation: bg-color 12s infinite;
}

.bg{
	background-color: #ffffff;
	padding: 20px 0 25px;
	margin-bottom: 30px;
}

.lead{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
}

#contents{
	padding-bottom: 180px;
}

.innerContents{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.pickUp{
	margin-bottom: 100px;
}

.pickUp h2{
	margin-bottom: 36px;
}

.pickUp p{
	margin-bottom: 50px;
	font-size: 20px;
}

.pickUp a:nth-of-type(2) img{
	margin-left: 35px;
}

.pickUp a img,
.menu a img{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.pickUp a img:hover,
.menu a img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.menu h2{
	margin-bottom: 36px;
}

.menu .row{
	text-align: center;
}

.menu .row a{
	transition:.5s;
}

.menu .row a img{
	margin: 0 0 25px 25px;
}

.menu .row a:nth-of-type(1) img{
	margin: 0 0 25px 0;
}

/*-----------------------------pageTopButton*/

/*#pageTop{
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 30px;
	right: 0;
	display: none;
}

.movePageTop{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.movePageTop:hover{
	-ms-filter:" alpha(opacity=75)";
	zoom: 1;
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
	opacity: 0.75;
}

#pageTop.bottomsmall{　
	position: fixed;
	bottom: 30px;
}

#pageTop.bottomlage{
	position: absolute;
	bottom: 38px;
}*/

@media screen and (max-width:768px) {
  
#sapporo-topicpath-area{
	display: none;
}
  
html,
body,
#contents{
	overflow-x: hidden;
	width: 100%;
}
	
body{
	min-width: initial;
	min-width: auto;
	font-size: 15px;
	line-height: 1.7;
}

/*フェードイン*/	
.start {
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.start p{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 2;
	text-align: center;
	width: 100%
}	

.start p img{
	width: 100%;
	max-width: 253px;
}
	
#bodyZoneA{
	position: relative;
	background: url("../img/bgcolor01.jpg") repeat;
	background-size: 25px 25px;
}	
	
h1{
	width: 100%;
	padding: 0;
}
	
.pc_Main{
	display: none;
}
.pc{
	display: none;
}	
.sp{
	display: block;
}
	
.sp_Main{
	display: block;
	max-width: 350px;
	margin: 0 auto;
	padding: 30px 40px;
}
	
.mainArea{
	padding: 0;
	background-image: url("../img/sp/mainsp_bg_01.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #f9ec81;
    animation: bg-color 10s infinite;
    -webkit-animation: bg-color 10s infinite;
}
  	
.bg{
	padding: 10px 12px 15px;
	margin-bottom: 20px;
	width: auto;
}
	
.lead{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
	
#contents{
	padding-bottom: 80px;
}

.innerContents{
	overflow: hidden;
	width: 100%;
}
.pickUp{
	margin-bottom: 30px;
	padding: 0 10px;
}
	
.pickUp h2{
    width: 100%;
	max-width: 355px;
	margin: 0 auto;
	margin-bottom: 30px;
}
	
.pickUp p{
	margin-bottom: 30px;
	font-size: 16px;
}

.pickUp a:nth-of-type(2) img{
	margin-left: 0;
}

.pickUp a img{
	width: 100%;
	max-width: 310px;
	height: auto;
	padding-bottom: 20px;
}

.pickUp a img,
.menu a img{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.pickUp a img:hover,
.menu a img:hover{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
 	
.menu{
	padding: 0 10px;	
}
	
.menu h2{
    width: 100%;
	max-width: 355px;
    margin: 0 auto;
	margin-bottom: 30px;
	transition:.5s;
}
.menu a img{
	width: 45%;
	max-width: 310px;
	height: auto;
}

.menu .row a img{
	margin: 0 0 4px 4px;
}

.menu .row a:nth-of-type(1) img{
	margin: 0 0 4px 0;
}

.recipeLink{
  margin-top: 20px;
}

.recipeLink a img{
  width: 85%;
}
	
/*-----------------------------pageTopButton*/

/*#pageTop{
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 30px;
	right: 0;
	display: none;
    -ms-filter:" alpha(opacity=75)";
	zoom: 1;
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
	opacity: 0.75;
}

.movePageTop{
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.movePageTop:hover{
	-ms-filter:" alpha(opacity=75)";
	zoom: 1;
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
	opacity: 0.75;
}

#pageTop.bottomlage{
	position: fixed;
}*/

}