@charset "shift_jis";
body, td, th {
	font-family: Verdana, Geneva, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
#wrapper {
    width: 100%;
}

.pc { display: block !important; }
.sp { display: none !important; }

#mainimage {
    width: 100%;
    height: 376px;
    background: #ccc;
    overflow: hidden;
	margin-bottom: 40px;
	background: #f5f5f5;
}
#mainimage-outer {
    width: 1040px;
    margin: 0 auto;
    height: 376px;
    position: relative;
}
#mainimage-outer:before,
#mainimage-outer:after {
    content: '';
    width: 1040px;
    height: 376px;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 999;
}
#mainimage-outer:before {
    left: -1040px;
}
#mainimage-outer:after {
    left: 1040px;
}
#mainimage-inner {
    width: 3120px;
    position: absolute;
    left: 50%;
    margin-left: -1560px;
}
#mainimage-body {
    width: 100%;
    height: 376px;
    margin: 0;
    padding: 0;
}
#mainimage .bx-wrapper .bx-prev {
    width: 21px;
    height: 48px;
    margin-top: -24px;
    left: 50%;
    margin-left: -510px;
    background: url(/img/bx-prev.png);
}
#mainimage .bx-wrapper .bx-next {
    width: 21px;
    height: 48px;
    margin-top: -24px;
    right: 50%;
    margin-right: -510px; 
    background: url(/img/bx-next.png);
}
.mainimage-image {
    display: block;
}
.mainimage-image img {
    width: 100%;
    height: 376px;
}
#mainimage .bx-wrapper {
    margin: 0 auto;
}
#inner {
    width: 1020px;
    margin: auto;
}
#btn-nav {
	display: block;
    width: 100%;
    height: 100px;
    margin: 25px auto;
}
#btn-nav nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
#btn-nav nav ul li {
    width: 48%;
    height: 80px;
}
#btn-nav nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    background: #c82527;/*
background: url("/share/img/patterns_01.png") repeat, -moz-linear-gradient(-45deg, #c82527 0%, #b72f22 55%, #7C0002 100%);
background: url("/share/img/patterns_01.png") repeat, -webkit-linear-gradient(-45deg, #c82527 0%,#b72f22 55%,#7C0002 100%);*/
    background: url("/share/img/patterns_01.png") repeat, linear-gradient(135deg, #c82527 0%,#b72f22 55%,#7C0002 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82527', endColorstr='#6d0019',GradientType=1 );
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    transition: .3s;
}
#btn-nav nav ul li a i.icon-delibike {
    width: 32px;
    height: 41px;
    display: inline-block;
    box-sizing: border-box;
    background: url("/img/icon-deli.png") no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    top: 10px;
}
@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
	#btn-nav nav ul li {
    width: 49%;
    height: 80px;
	float: left;
}
	#btn-nav nav ul li:first-child {
		margin-right:2%;
	}

}

#btn-nav nav ul li a:hover {
    opacity: .8;
}
#btn-nav nav ul li a i {
    font-size: 34px;
    padding: 0 10px;
}
#btn-nav nav ul li a i.fa-chevron-right {
    font-size: 24px;
}
/*info*********************************************
**************************************************/
#official_info {
	clear: both;
    width: auto;
    /* display: block; */
    margin: 0 0 10px 0;
    padding: 6px 0;
    border: #E4E0BE 6px solid;
    text-align: center;
    color: #c8161d;
}

#info {
    width: 100%;
    position: relative;
}
#to-posts {
    position: absolute;
    right: 5px;
    top: 15px;
    color: #585657;
    font-size: 14px;
}
#to-posts i {
    margin-right: 5px;
}
#info h2,
#newopen h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    position: relative;
    border-bottom: solid 4px #CCCCCC;
    font-weight: 100;
}
#info h2:after,
#newopen h2:after {
    content: "";
    position: absolute;
    width: 44%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-color: #C82527;
    z-index: 2;
}
#info h2 span,
#newopen h2 span {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 28px;
    letter-spacing: .05em;
    margin-right: 15px;
}
#info #info-inner {
    display: -ms-flexbox;/*--- for IE10 ---*/
    display: flex;
    -ms-flex-wrap: wrap;/*--- for IE10 ---*/
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-content: flex-start;
    padding: 0;
    margin: 30px auto 0 auto;
}
#info #info-inner .info-post {
    width: 23%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
    margin-right: 2.5%;
}
#info #info-inner .info-post:nth-child(4n) {
	margin-right: 0;
}
#info #info-inner .info-post:hover {
    opacity: .6;
}
#info #info-inner .info-post a {
    color: #585657;
    text-decoration: none;
}
#info #info-inner img {
	width: 234px;
	height: 152px;
	/*border: 1px solid #CCCCCC;*/
}
#info #info-inner .info-post .info-categ {
    /*display: flex;*/
    justify-content: space-between;
    margin: 6px 0 0 0;
	overflow: hidden;
}
#info #info-inner .info-post .info-categ span {
    display: block;
    width: auto;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #d8d8d8;
    color: #323232;
	float: left;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 0.95em;
}
#info #info-inner .info-post .info-content {
    overflow: hidden;
    width: 98%;
}
#info #info-inner .info-post .info-content .info-content-title {
    margin: 8px 0;
    font-size: 13.5px;
	font-weight: 600;
	line-height: 1.8em;
    text-decoration: underline;
    padding-bottom: 2px;
    height: auto;
    color: #795e42;  
}
#info #info-inner .info-post .info-content .info-content-prag {
    font-size: 13px;
    line-height: 1.9em;
    height: 74.1px;
    margin: 0;
    word-break: break-all;
    position: relative;
	display: none;
}
#info #info-inner .info-post .info-content .info-content-prag:before,
#info #info-inner .info-post .info-content .info-content-prag:after {
    background: #fff;
    position: absolute;
}
#info #info-inner .info-post .info-content .info-content-prag:before {
    content: '…';
    top: 49.4px;
    right: 0;
    font-size: 20px;
}
#info #info-inner .info-post .info-content .info-content-prag:after {
    content: '';
    height: 100%;
    width: 100%;
}
/*newshop******************************************
**************************************************/
#newopen {
    width: 100%;
    margin: 40px 0 0 0;
}
#newopen #newopen-inner {
    width: 100%;
    display: -ms-flexbox;/*--- for IE10 ---*/
    display: flex;
     -ms-flex-flow: row nowrap;/*--- for IE10 ---*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0;
    margin: 30px auto 0 auto;
    overflow: hidden;
}
#newopen #newopen-inner .newopen-shops {
    width: 33%;
    height: 340px;
    transition: .3s;
}
#newopen #newopen-inner .newopen-shops:nth-child(1),
#newopen #newopen-inner .newopen-shops:nth-child(2)
   {
 margin-right:34px;
}
#newopen #newopen-inner .newopen-shops:hover {
    opacity: .7;
}
#newopen #newopen-inner .newopen-shops a {
    color: #585657;
    text-decoration: none;
}
#newopen #newopen-inner .newopen-shops .newopen-image img {
    width: 100%;
    height: auto;
}
#newopen #newopen-inner .newopen-shops .newopen-content {
    width: 100%;
    height: 130px;
}
#newopen #newopen-inner .newopen-shops .newopen-content .newopen-title {
    margin: 14px 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    padding-bottom: 2px;
	color: #86725d;
}
#newopen #newopen-inner .newopen-shops .newopen-content .newopen-prag {
    font-size: 13px;
    line-height: 2em;
}
/*fullpage-slide***********************************
**************************************************/
#fullpage-slide {
    margin: 30px auto 90px auto;
    overflow: hidden;
}
#fullpage-slide-outer {
    width: 1040px;
    height: 230px;
    margin: 0 auto;
    position: relative;
}
#fullpage-slide-inner {
    width: 4160px;
    height: 230px;
    position: absolute;
    left: 50%;
    margin-left: -2080px;
}
#fullpage-slide .bx-viewport {
    background: #d8d8d8;
    padding: 30px 0px;
}
#fullpage-banner {
    width: 100%;
    height: 140px;
    background: #d8d8d8;
    margin: 0 !important;
    padding: 0 !important;
}
#fullpage-slide .bx-wrapper .bx-prev {
    width: 21px;
    height: 48px;
    margin-top: -24px;
    left: 50%;
    margin-left: -515px;
    background: url(/img/bx-prev.png);
}
#fullpage-slide .bx-wrapper .bx-next {
    width: 21px;
    height: 48px;
    margin-top: -24px;
    right: 50%;
    margin-right: -515px; 
    background: url(/img/bx-next.png);
}
#fullpage-banner li {
    width: 475px !important;
    height: 140px;
    display: block;
}
#fullpage-banner li a {
    display: block;
    width: 100%;
    height: 100%; 
}
#fullpage-banner li img {
    display: block;
    width: 100%;
    height: 100%;
}
#notice {
    width: 100%;
    box-sizing: border-box;
    border: solid 4px #cbcbcb;
    padding:10px 0;
    margin:30px auto;
    text-align:center;
}
/*##################################################################*/
/*# media queries ##################################################*/
/*##################################################################*/
@media screen and (max-width: 767px) {
    .pc { display: none !important; }
	.sp { display: block !important; }

	#wrapper {
        width: 100%;
    }
    #header {
        top: 0;
    }
    #mainimage {
        width: 100%;
        height: 300px;
        background: #ccc;
        overflow: hidden;
        margin-bottom: 0px;
        background: #f5f5f5;
        padding-top: 49px;
    }
    #mainimage-outer {
        width: 100%;
        margin: 0 auto;
        height: 300px;
        position: relative;
    }
    #mainimage-outer:before,
    #mainimage-outer:after {
        content: '';
        width: 0;
        height: 0;
        position: static;
        display: none;
    }
    #mainimage-inner {
        width: 100%;
        position: static;
        margin-left: 0px;
    }
    #mainimage-body {
        height: 300px;
        margin: 0;
        padding: 0;
    }
    #mainimage .bx-wrapper .bx-prev {
        width: 21px;
        height: 48px;
        margin-top: -24px;
        left: 5px;
        margin-left: 0;
        background: url(/img/bx-prev.png);
    }
    #mainimage .bx-wrapper .bx-next {
        width: 21px;
        height: 48px;
        margin-top: -24px;
        right: 5px;
        margin-right: 0; 
        background: url(/img/bx-next.png);
    }
    .mainimage-image {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .mainimage-image img {
        position: absolute;
        width: auto;
        height: 100%;
        max-width: initial !important;
        min-width: 100% !important;
        min-height: 100% !important;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #mainimage .bx-wrapper {
        margin: 0 auto;
    }
    #inner {
        width: 100%;
        margin: auto;
    }
    #btn-nav {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 30px auto;
    }
    #btn-nav nav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0;
        padding: 0;
    }
    #btn-nav nav ul li {
        width: 50%;
    	height: 100px !important;
    	position: relative;
		float: left;
    }
    #btn-nav nav ul li:before {
        content: '';
        display: block;
        padding-top: 100%;
        padding-top: 0;
    }
    #btn-nav nav ul li a {
    	display: block;
    	/* border-radius: 50%; */
    	text-align: center;
    	line-height: 100px;
    	background: #c82527;
background: url("/share/img/patterns_01.png") repeat, -moz-linear-gradient(-45deg, #c82527 0%, #b72f22 55%, #7C0002 100%);
background: url("/share/img/patterns_01.png") repeat, -webkit-linear-gradient(-45deg, #c82527 0%,#b72f22 55%,#7C0002 100%);
background: url("/share/img/patterns_01.png") repeat, linear-gradient(135deg, #c82527 0%,#b72f22 55%,#7C0002 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82527', endColorstr='#6d0019',GradientType=1 );
		text-decoration: none;
    	color: #FFFFFF;
    	font-size: 14px;
    	position: absolute;
    	top: 0;
    	left: 0;
    	bottom: 0;
    	right: 0;
    	box-sizing: border-box;
    	padding-top: 10%;
    	line-height: 2.5em;

    }
    #btn-nav nav ul li a i {
        display: block;
        font-size: 36px
    }
    #btn-nav nav ul li a i.icon-delibike {
        content: '';
        width: 32px;
        height: 41px;
        display: block;
        box-sizing: border-box;
        background: url("/img/icon-deli.png") no-repeat;
        background-size: 100%;
        background-position: center;
        position: relative;
        top: -2px;
        margin: 0px auto -5px auto;
    }
    #btn-nav nav ul li a i:last-child {
        display: none;
    }
    /*info*********************************************
    **************************************************/
	#official_info {
	clear: both;
    width: auto;
    /* display: block; */
    margin: 10px;
    padding: 4px 8px 4px 8px;
    border: #E4E0BE 6px solid;
    text-align: center;
    color: #c8161d;
}
    #info {
        width: auto;
        position: relative;
        padding: 0 14px;
		clear: both;
    }
    #to-posts {
        position: absolute;
    right: 14px;
    top: -6px;
    /* color: #ffffff; */
    font-size: 12px;
    background: #e5e5e5;
    padding: 4px 8px;
    }
    #to-posts i {
        margin-right: 3px;
    }
    #info h2,
    #newopen h2 {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding: 0 0 2px 0;
        margin: 0;
        font-size: 0.9em;
        position: relative;
        border-bottom: solid 4px #CCCCCC;
        font-weight: 100;
    }
    #info h2:after,
    #newopen h2:after {
        content: "";
        position: absolute;
        width: 75%;
        height: 4px;
        bottom: -4px;
        left: 0;
        background-color: #C82527;
        z-index: 2;
    }
    #info h2 span,
    #newopen h2 span {
        font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
        font-size: 20px;
        letter-spacing: .05em;
        margin-right: 5px;
    }
    #info #info-inner {
        /*display: flex;*/
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        padding: 0;
        margin: 15px auto 0 auto;

    }
    #info #info-inner .info-post {
        width: 47%;
        height: auto;
        box-sizing: border-box;
        margin: 0 0 25px 0;
        overflow: hidden;
        transition: .3s;
		float: left;
    }
    #info #info-inner .info-post:nth-child(4n) {
        margin-right: 0;
    }
    #info #info-inner .info-post:hover {
        opacity: .6;
    }
    #info #info-inner .info-post a {
        color: #585657;
        text-decoration: none;
    }
    #info #info-inner img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        /*border: 1px solid #CCCCCC;*/
    }
    #info #info-inner .info-post .info-categ {
        /*display: flex;*/
        justify-content: space-between;
        margin: 0 0 0 0;
    }
    #info #info-inner .info-post .info-categ span {
        display: block;
        width: 32%;
        height: 18px;
        text-align: center;
        line-height: 18px;
        background: #d8d8d8;
        color: #000;
        float: left;
        margin-right: 2%;
        font-size: 9px;
    }
    #info #info-inner .info-post .info-categ span:last-child {
        margin-right: 0;
    }
    #info #info-inner .info-post .info-content {
        overflow: hidden;
        width: 100%;
    }
    #info #info-inner .info-post .info-content .info-content-title {
        margin: 5px 0 0 0;
        font-size: 0.9em;
        font-weight: 100;
        text-decoration: underline;
       /* padding-bottom: 2px;*/
        line-height: 1.6em;
        /*height: 3em;*/
        overflow: hidden;
        color: #86725d;
    }
    #info #info-inner .info-post .info-content .info-content-prag {
        font-size: 12px;
        line-height: 1.6em;
        height: 57.6px;
        margin: 0;
        word-break: break-all;
        position: relative;
        display: none;
    }
    #info #info-inner .info-post .info-content .info-content-prag:before,
    #info #info-inner .info-post .info-content .info-content-prag:after {
        background: #fff;
        position: absolute;
    }
    #info #info-inner .info-post .info-content .info-content-prag:before {
        content: '…';
        top: 38.4px;
        right: 0;
        font-size: 20px;
    }
    #info #info-inner .info-post .info-content .info-content-prag:after {
        content: '';
        height: 100%;
        width: 100%;
    }
    /*newshop******************************************
    **************************************************/
    #newopen {
        width: auto;
        position: relative;
        padding: 0 14px;
		clear: both;
    }
    #newopen #newopen-inner {
        width: 92%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        padding: 0;
        margin: 15px auto 0 auto;
    }
    #newopen #newopen-inner .newopen-shops {
       width: 100%;
        height: auto;
        box-sizing: content-box;
        margin: 0 0 25px 0;
        overflow: hidden;
        transition: .3s;
    }
    #newopen #newopen-inner .newopen-shops:nth-child(1),
    #newopen #newopen-inner .newopen-shops:nth-child(2)
       {
     margin-right: 0;
    }
    
    #newopen #newopen-inner .newopen-shops:hover {
        opacity: .7;
    }
    #newopen #newopen-inner .newopen-shops a {
        color: #585657;
        text-decoration: none;
    }
    #newopen #newopen-inner .newopen-shops .newopen-image img {
        width: 100%;
        height: auto;
    }
    #newopen #newopen-inner .newopen-shops .newopen-content {
        width: 100%;
        height: auto;
    }
    #newopen #newopen-inner .newopen-shops .newopen-content .newopen-title {
        margin: 0;
        font-size: 13px;
        font-weight: 100;
        text-decoration: underline;
        padding-bottom: 2px;
        color: #86725d;
    }
    #newopen #newopen-inner .newopen-shops .newopen-content .newopen-prag {
        font-size: 11.5px;
        line-height: 1.5em;
    }
    /*fullpage-slide***********************************
    **************************************************/
    #fullpage-slide {
        margin: 30px auto 60px auto;
        overflow: hidden;
    }
    #fullpage-slide-outer {
        width: 100%;
        height: 103px;
        margin: 0 auto;
        position: relative;
    }
    #fullpage-slide-inner {
        width: 860px;
        height: 103px;
        position: absolute;
        left: 50%;
        margin-left: -430px;
    }
    #fullpage-slide .bx-viewport {
        /*height: 170px !important;*/
        background: #d8d8d8;
        padding: 10px 0px;
    }
    #fullpage-banner {
        width: 100%;
        height: 140px;
        background: #d8d8d8;
        margin: 0 !important;
        padding: 0 !important;
    }
    #fullpage-slide .bx-wrapper .bx-prev {
        width: 21px;
        height: 48px;
        margin-top: -24px;
        left: 50%;
        margin-left: -165px;
        background: url(/img/bx-prev.png);
        display: none;
    }
    #fullpage-slide .bx-wrapper .bx-next {
        width: 21px;
        height: 48px;
        margin-top: -24px;
        right: 50%;
        margin-right: -165px; 
        background: url(/img/bx-next.png);
        display: none;
    }
    #fullpage-banner li {
        width: 280px !important;
        height: 83px;
        display: block;
    }
    #fullpage-banner li a {
        display: block;
        width: 100%;
        height: 100%; 
    }
    #fullpage-banner li img {
        display: block;
        width: 100%;
        height: 100%;
    }
    #notice {
        width: auto;
        border: solid 4px #cbcbcb;
        padding:10px 0;
        margin:30px 14px;
        font-size: 11px;
        text-align:center;
    }
}
@media screen and (max-width: 374px) {
	
    #info #info-inner .info-post {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin: 0 0 10px 0;
        overflow: hidden;
        transition: .3s;
    } 
    #newopen #newopen-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        padding: 0;
        margin: 15px auto 0 auto;
    }
     #newopen #newopen-inner .newopen-shops {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin: 0 0 10px 0;
        overflow: hidden;
        transition: .3s;
    }
    #newopen #newopen-inner .newopen-shops .newopen-content {
    width: 100%;
    height: auto;
    margin-bottom:15px;
}
}

/*桜アニメーション　キーフレームsakuraを設定。*/
/*最初は0,0で、時間が100%(今回は30秒)に到達したら、background-positionを右に500px,左に500pxずれるの意味*/
/*
@keyframes sakura {
 0% {
background-position: 0 0, 0 0, 0 0;
}
 100% {
background-position: 500px 1100px, -400px 800px, 0 600px;
}
}
 @-moz-keyframes sakura {
 0% {
background-position: 0 0, 0 0, 0 0;
}
 100% {
background-position: 500px 1000px, -400px 800px, 0 600px;
}
}
 @-webkit-keyframes sakura {
 0% {
background-position: 0 0, 0 0, 0 0;
}
 100% {
background-position: 500px 1000px, -400px 800px, 0 600px;
}
}
*/

/*#divにアニメーションを適用*/
/*
body {
	background-image: url('../img/mainimage/bg_sakura1.png'), url('../img/mainimage/bg_sakura2.png'), url('../img/mainimage/bg_sakura3.png'), url('../img/mainimage/sakura4.png');
	animation: sakura 12s linear infinite;
	z-index: -10;
}
*/
/*キーフレームsakura（@keyframes sakura）を30s（30秒）かけて、
linear（一定の速度）で、infinite（無限に繰り返す)を指定*/



ol, ul {
  list-style-type: none;
}


.wrpnf {
	width: 980px;
	margin: 70px auto 100px;
	text-align: center;
}
.wrpnf h2 {
	margin: 0 0 20px 0;
}

@media screen and (max-width:768px) {
.wrpnf {
	width: 90%;
	margin: 170px auto 100px;
}
}