@charset "utf-8"; 


html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#221814;
	font-size: 1.6rem;
	line-height: 2.2;
	position: relative;
	letter-spacing: .15em;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	background-image: url(../images/bg_main_repeat.png);
	background-repeat:repeat;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
strong,em {
	font-weight: normal ;
	font-style: normal ;
	}

fieldset {border:none}
hr { display: none ; }
.clear { clear: both ; }
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
}
.clearfix{
	min-height:1px;
}



img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: 0 ;
}

a{
	color: #040000;
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.op a {
	opacity: 1.0;
	transition: opacity .5s;
}

.op a:hover {
	opacity: .5;
}
a img {
	line-height:0;
}
.floatL{
	float: left;
	margin: 0 20px 12px 0;
}
.floatR{
	float: right;
	margin: 0 0 12px 20px;
}
.imgC{
	text-align: center;
	margin-bottom: 2em;
	clear: both;
}
.txtL {
	text-align: left;
}
.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.column {
	clear: both;
}
#main .column.row02 table {
	margin:0;
	width:50%;
	float:left;
	clear:none;
}
#main .column.row03 table {
	margin:0;
	width:33.3%;
	float:left;
	clear:none;
}
.bld {
	font-weight: bold;
}
.bld_L {
	font-weight: bold;
	font-size: 120%;
}
#main .important {
	color: #FF0000;
}
#wrapper #main .small_txt {
	font-size: 0.8em;
}
.is-sp {
	display: none;
}



/*
* font
*/
.hirakaku {
	font-family:'ヒラギノ角ゴ StdN' ,'ヒラギノ角ゴ pro', YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-weight: 300;
}


/*
* icon
*/







/*===============================wrapper================================*/
#wrapper {
	width: 100%;
}
#container {
	padding-top:0;
}
.is-home #container {
	padding-top:0;
}
.l-section {
	position:relative;
}




/*=============================== header ================================*/
.header {
	width: 100%;
	background-color:#fff;
	z-index:100;
}
.is-home .header {
	margin-bottom: 20px;
}
.header_inner {
	max-width:980px;
	margin:0 auto;
	padding: 0 10px;
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.logo {
	width:190px;
	margin-right: 10px;
}
.logo a {
	outline-style:none;
}








/*=============================== メインナビ ===============================*/

#menuList {
	height: 100%;
}
.main_nav {
	height: 100%;
}
.main_nav_inner {
	height: 100%;
}
.main_nav_body {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.main_nav_item {
	margin: 0 0 0 25px;
	/*line-height: 75px;*/
	line-height: 1.3em;
	position: relative;
}
.main_nav_item::before {
	content: " ";
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	left: -13px;
	top: 50%;
	background-color: #999;
	margin-top: -7px;
}
.main_nav_item:first-child {
	margin-left: 0;
}
.main_nav_item:first-child::before {
	display: none;
}
.main_nav_item a {
	color: #000;
	font-size: 1.5rem;
	letter-spacing: .15em;
	line-height: 1em;
	transition: color .5s ease;
}
@media screen and (max-width: 1000px) {
	.main_nav_item a {
		font-size: 1.4rem;
		letter-spacing: .05em;
	}
}
.main_nav_item a:hover,
.main_nav_item.act a {
	color: #ce9b0e;
}



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




/*=============================== メインビジュアル ===============================*/

.mainvisual {
	height: 200px;
	position: relative;
	z-index: 1;
}
.is-home .mainvisual {
	height: 400px;
	margin-bottom: 100px;
}
.is-campaign .mainvisual {
	height: 600px;
	background-color: #ffe100;
}


/*
* メインビジュアル／コンテンツ
*/
.mainvisual_contents {
	height: 100%;
}
.mainvisual_contents_inner {
	width: 960px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.entry_ttl {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: .1em;
}

/* メインビジュアル／キャンペーン */

.is-campaign .mainvisual_contents_inner {
	padding-top: 50px;
}
.is-campaign .entry_ttl {
	width: 960px;
	margin: 0 auto 35px;
	position: static;
	transform: none;
}
.mv_present_body {
	width: 910px;
	margin: 0 auto 36px;
	display: flex;
	justify-content: space-between;
}
.mv_present_item {
	width: 210px;
}
.campaign_period {
	width: 850px;
	margin: 0 auto;
}




/*
* メインビジュアル／スライド
*/

.mainvisual_slide {
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	margin: 0;
}
.is-home .mainvisual_slide {
	max-height: 400px;
}
.mainvisual_slide_inner {
	position: relative;
	height: 100%;
	max-height: 400px;
}
.mainvisual_slide_item {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}










/*=============================== メイン ===============================*/
#main {
	width: 100%;
}


/*
* パッケージ
*/

.l-package {	
	padding:40px 30px;
	border:solid 1px #ddd;
}
.l-package::after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.l-package .image_wrap {
	width:210px;
	margin-right:15px;
	float:left;
}
.l-package .image_wrap img {
	width:100%;
	height:auto;
}
.l-package .text_wrap {
}


/*
* エリア
*/

.is-area {
	padding:40px 30px;
	border:solid 1px #ddd;
}







/*=============================== バナーエリア ================================*/

.bnr_area {
	width: 960px;
	margin: 0 auto;
}
.is-recipe .bnr_area {
	margin-bottom: 100px;
}
.movie_bnr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 43px;
}
.movie_bnr_item {
	width: 470px;
	height: 150px;
}
.sns_bnr {
	display: flex;
	justify-content: space-between;
}
.sns_bnr_item {
	width: 310px;
	height: 70px;
}





/*=============================== footer ===============================*/

#footer {
	color: #000;
	background-color:#eeeee9;
	clear: both;
	width: 100%;
	text-align: left;	
	position:relative;
	border-bottom:solid 1px #dedede;
}
#footer a {
	text-decoration:none;
}
.footer_inner {
	max-width: 960px;
	padding:40px 0;
	margin: 0 auto;
	position:relative;
}
.footer_logo {
	position:relative;
	padding-left:22px;
}
.footer_logo::before {
	content: " ";
	display: block;
	position: absolute;
	left:0;
	top:50%;
	width:16px;
	height:16px;
	margin-top:-8.5px;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100%;
}
.footer_adr {
	font-size:1.4rem;
}
.footer_url {
letter-spacing: .05em;
}
.footer_copyright {
	background-color:#eeeee9;
	text-align:center;
	color:#000;
	letter-spacing:.1em;
	padding:15px 0;
}






/*================================ animate ===============================*/

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-delay:.3s;
}


.js-inview-item {
  animation-name: fadeInUp;
}
.js-inview-item.bounceIn {
	animation-name: bounceIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}






/*
* ページトップ
*/
#page_top {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity:0;
	background-color: #333;
	border-radius: 100%;
	transition:opacity 0.2s ease;
}
.onheader #page_top {
	opacity:1;
}
#page_top a {
	display:block;
	width:40px;
	height:40px;
	background-image: url(../images/arrow_pagetop_wh.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px auto;
	
}
#page_top:hover {
	opacity:.4;
}


@media screen and (min-width: 800px) {
}








/*================================icon===============================*/


#wrapper .blank_icon {
	padding: 0px 18px 0px 0px;
	background: url(../images/icon_blank.png) no-repeat right center;
}
#wrapper .pdf_icon{
	background: url(../images/pdf_icon.gif) no-repeat right center;
	padding: 0px 18px 2px 0px;
}






























