@charset "utf-8";
/*--------------------------------------------------------

	special 2018 dorigyu style
	4種のチーズドリ牛

--------------------------------------------------------*/
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
}

#contents_frame{
	background: #ffffff;
}

#contents_frame #contents {
	margin: 0px auto !important;
}

#contents_inner{
	margin-top: 0px !important;
}

#footer {
    margin: 0 auto;
    padding: 30px 0;
    width: 960px;
}

#dorigyu{
	position:relative;
	color: #000;
	font-size: 17px;
	line-height: 30px;
}

#pageTop {
    bottom: 3px;
    padding: 5px;
    position: fixed;
    right: 3px;
    z-index: 10;
}

#pageTop img {
    width: 70px;
}



/* main
--------------------------------------------------------*/


#dorigyu .mainVisual {
    background: url("../img/h1_bg.jpg") no-repeat scroll left top;
	background-size: cover;
	overflow: hidden;
}

#dorigyu .mainVisual_inner {
    position: relative;
    left: 50%;
    max-width: 960px;
    margin: 0 0 0 -470px;
	padding: 0 0 5px 0;
}

#dorigyu h1 img{
	width: 100%;
}

/* navi
--------------------------------------------------------*/
#dorigyu .navi {
	position: absolute;
	left: 3px;
	top: 170px;
    width: 190px;
}

#dorigyu .navi li {
    background: #ff6200;
    border-radius: 10px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0 0;
    width: 190px;
}

#dorigyu .navi li:last-child {
    margin-right: 0;
}
/*#dorigyu .navi ul > *:first-child + * + * + * { *//*IE8 対策*/
    /*margin-right: 0;
}*/

#dorigyu .navi li a {
    background: url("../img/iconArrow.png") no-repeat scroll 8px center; /*IE8 対策*/
    background: url("../img/iconArrow@1.5x.png") no-repeat scroll 8px center / 20px 20px;
    display: block;
    font-size: 17px;
    padding: 12px 10px 12px 28px;
    text-decoration: none;
	color: #fff;
	font-weight: bold;
}


/* パララックス効果 背景画像
--------------------------------------------------------*/
    .section1 {
    background: url(../img/col01_bg.jpg) no-repeat center center\9; /*IE8 対策*/
    }
    .section3 {
    background: url(../img/col03_bg.jpg) no-repeat center center\9; /*IE8 対策*/
    }

  @media screen and (min-width: 1025px) {
    /* PCの場合の背景画像 */
    .section1 {
     background: url("../img/col01_bg.jpg") no-repeat fixed center center;
     background-size: cover;
    }
    .section3 {
     background: url("../img/col03_bg.jpg") no-repeat fixed center center;
     background-size: cover;
    }
  }

  @media screen and (max-width: 1024px) {
    /* タブレットの場合の背景画像 */
    .section1:before{
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     z-index: -1;
    }
    /* タブレットの場合は同じ要素の背景画像を変更する */
    .section1.bgA:before{
     background-image: url("../img/col01_bg.jpg");
    }
    .section1.bgB:before{
     background-image: url("../img/col03_bg.jpg");
    }
    .section3 {
     background: url("../img/col03_bg.jpg") no-repeat fixed center center;
     background-size: cover;
    }
    .section3.bgB {
     background: none;
    }
    .section1.posB:before{
     top: -78px;
    }
  }

/* col共通css
--------------------------------------------------------*/




/* col01
--------------------------------------------------------*/

#col01 {
    display: block;
	padding: 80px 0 85px 0;
}

#col01 .col_inner {
    position: relative;
    margin: 0 auto;
    width: 940px;
}

#col01 .inner {
	height: auto;
}

#col01 h2 {
	text-align: center;
}

#col01 h2 span{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#col01 ul.recommend {
	padding: 20px 0 0;
}

#col01 ul.recommend li {
	position: relative;
	display: inline-block;
	padding: 0 0 10px;
	height: 430px;
	width: 23.5%;
	margin-right: 1.34%;
	background-color: #f9f3c3;
	border-radius: 10px;
}

#col01 ul.recommend li:last-child {
	margin-right: 0;
}

#col01 ul.recommend > *:first-child + * + * + * { /*IE8 対策*/
    margin-right: 0;
}

#col01 ul.recommend li h3 {
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #f4e675;
	color: #370503;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

#col01 ul.recommend li img {
	position: absolute;
	right: 0;
	top: 10px;
	height: 380px;
}

#col01 ul.recommend li p {
	position: absolute;
	top: 290px;
	z-index: 3;
	padding: 10px 14px;
	color: #370503;
	font-size: 16px;
	line-height: 1.6;
}

#col01 ul.recommend li p span{
    letter-spacing: -0.1em;
}


/* col02
--------------------------------------------------------*/

#col02 {
    display: block;
	padding: 70px 0 35px 0;
    background: url(../img/content_bg.jpg) repeat 0 0; /*IE8 対策*/
    background: url(../img/content_bg@2x.jpg) repeat 0 0 / 200px 200px;
}

#col02 .col_inner {
    position: relative;
    margin: 0 auto;
    max-width: 775px;
    padding: 0 10px;
}

#col02 .inner01 {
    height: 360px;
}

#col02 .inner02 {
    padding: 10px 312px 20px 0;
}

#col02 h2 {
	text-align: center;
}

#col02 .txt02 {
	height: 95px;
	position: absolute;
	left: 75px;
	top: 130px;
	z-index: 3;
}

#col02 .img01 {
	height: 318px;
	position: absolute;
	left: 50%;
	top: 160px;
	margin: 0 0 0 -230px;
	z-index: 2;
}

#col02 .img02 {
	height: 200px;
	position: absolute;
	left: 50%;
	top: 290px;
	margin: 0 0 0 -470px;
	z-index: 1;
}

#col02 .col02_txt {
    width: 940px;
    margin: 85px 0 0;
}

#col02 p.txt {
    margin: 15px 0;
    color: #370503;
    font-size: 17px;
    line-height: 2;
}

#col02 p.txt span{
    letter-spacing: -0.08em;
}

#col02 .productarea {
	position: absolute;
	right: 0;
	bottom: 50px;
}
#col02 .productarea .product {
	color: #770000;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 5px;
}

#col02 .box{
	background-color: #fff;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    width: 273px;
    padding: 0 0 10px;
}

#col02 .box .kakaku{
    background: #ff6200;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.detail {
    background: url("../img/arow_detail.png") no-repeat scroll 12px center;
    font-size: 12px;
    margin: 0 0 5px;
    padding: 2px 10px 2px 23px;
}

#col02 .box ul li a{
	background: #ff6200;
    border-radius: 6px;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 10px 3% 0;
    padding: 3% 4%;
    text-decoration: none;
    vertical-align: middle;
	width: 36%;
}


/* col03
--------------------------------------------------------*/

#col03 {
    display: block;
    position: relative;
	padding: 90px 0 105px 0;
}

#col03 .col_inner {
    margin: 0 auto;
    max-width: 550px;
    padding: 0 10px;
}

#col03 .inner{
	position: relative;
	box-sizing: border-box;
    padding: 30px 20px;
    background-color: #f9f3c3;
	border-radius: 20px;
	text-align: center;
}

#col03 .inner p{
	margin: 20px 0 5px;
}

#col03 h2 {
	margin: 0 0 25px;
    text-align: center;
}

#col03 .col03_img01 {
    height: 149px;
}

#col03 .col03_txt {
    height: 76px;
}

#col03 a.btn{
	padding: 10px 0 0;
	display: block;
}


/* col04
--------------------------------------------------------*/

#col04 {
    display: block;
    position: relative;
	padding: 70px 0 85px 0;
    background: url(../img/content_bg.jpg) repeat 0 0; /*IE8 対策*/
    background: url(../img/content_bg@2x.jpg) repeat 0 0 / 200px 200px;
}

#col04 .col_inner {
    margin: 0 auto;
    max-width: 550px;
    padding: 0 10px;
}

#col04 .inner{
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
    padding: 20px;
	border-radius: 20px;
	text-align: center;
}

#col04 h2 {
	margin: 0 0 35px;
    text-align: center;
}

#col04 .col04_txt{
    height: 36px;
}

#col04 .inner p{
	margin: 10px 0 5px;
	color: #370503;
	font-size: 16px;
	text-align: center;
}

#col04 .col04_img {
    height: 217px;
    margin: 0 0 30px;
}

#col04 a.btn{
	padding: 10px 3px 0;
	display: inline-block;
}



/*footer*/
.sec_ft_nav {
    width: 960px;
    margin: 26px auto 0;
}

.sec_ft_nav { box-sizing: border-box;
 padding: 25px 10px; background: #fff; border-radius: 8px;}
.sec_ft_nav .ft_nav { padding-top: 4px; float: left; }
.sec_ft_nav .ft_nav li { float: left; margin-right: 7px; padding-right: 7px; border-right: 1px solid #989898; font-size: 86%; }
.sec_ft_nav .ft_nav li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.sec_ft_nav  #ft_logo,
.sec_ft_nav  #ft_logo a { width: 76px; height: 20px; }
.sec_ft_nav  #ft_logo { float: right; }

.sec_ft_nav  #ft_logo a {     display: block;
    background: url(../img/ft_logo.gif) 0 0 no-repeat; }
.sec_nav_content {
    padding: 20px 10px!important;
    box-sizing: border-box;
}

#dorigyu .u-media-sp ul li {
    margin: 7px auto 0 auto;
    border-radius: 6px;
    align-items: center;
    background: #ff6200 url(../img/navicon.png) no-repeat scroll 5px center / 8px 12px;
    color: #fbfbe6;
    font-size: 16px;
    display: flex;
    text-decoration: none;
}

#dorigyu .u-media-sp ul li a {
    display: block;
    padding: 9px 1% 9px 8%;
    width: 86%;
    color: #ffffff !important;
}

.mleft {
    overflow: hidden;
    padding: 0 10px 10px;
    position: relative;
    margin: -44% 0 0 0;
}

.pc{
	display: none;
}

.line{
	width: 40%;
}

.sns {
    margin-top: -64px;
    margin-bottom: 36px;
}


/*スマホ対応*/
@media screen and (max-width: 668px){
#contents_frame #contents {
 display: none;
}

#contents_inner img{
	width: 100%;
	height: auto;
}
#footer {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

#col02 .txt02 {
    height: auto;
    position: absolute;
    left: 19px;
    top: 295px;
    z-index: 3;
    width: 22%;
}

#col02 .img01 {
    height: auto;
    position: static;
    margin: auto;
}
#col02 .img02 {
    height: 200px;
    position: static;
    left: 50%;
    top: 290px;
    margin: 0 0 0 -470px;
    z-index: 1;
}

#col02 .inner01 {
    height: auto;
}
	
#col02 .inner02 {
    padding: 0;
}
#col02 .productarea {
    position: static;
}
#col02 .box {
    width: 100%;
}
#col03 {
    padding: 60px 0 60px 0;
    background: #4f1a0c;
}
#col03 .col03_img01,#col03 .col03_txt,#col04 .col04_txt,#col04 .col04_img {
    height: auto;
}
	
#col4 {
	padding: 70px 0 70px 0;
}
#col04 h2 img {
	width: 45%;
}
	.sp {
		display: none;
	}
	.pc{
	display: block;
}
}