/* CSS Document */
/* 480pxのブレイクポイント追加 start */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666667%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666667%;
    }
    .col-xxs-pull-7 {
        right: 58.33333333%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.66666667%;
    }
    .col-xxs-pull-1 {
        right: 8.33333333%;
    }
    .col-xxs-pull-0 {
        right: auto;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}
/* [+] hidden-xxs */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}
/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
    display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}
@media (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

/*480pxのブレイクポイント追加 end*/

@media (max-width: 768px) {
  .container {
    width: 95%;
  }
}

/*レスポンシブ改行処理 start*/
@media screen and (max-width: 479px) {
	.br-sp { display:none; }
}

@media screen and (min-width: 480px) {
	.br-sps { display:none; }
}

@media screen and (max-width: 767px) {
	.br-spm { display:none; }
	
}

@media screen and (max-width: 991px) {
	.br-md { display:none; }
}


.sns_box{
	text-align:center;
	padding:0px;
	
}



@media (max-width:479px) {
	
	
.sns_box .sp_box{
}

.sns_box .pc_box{
	display:none;
}

}


@media (min-width:480px) {
.sns_box .sp_box{
	display:none;
}

.sns_box .pc_box{
}


}

@media (max-width: 767px) {

.bana_box{
	text-align:center;
	padding:0px ;
	margin-bottom: 10px;
	
}

.bana_box img{
	width: 100%;
	
}
.bana_box_txt{
	text-align:left;
	padding:0px ;
	margin-bottom: 50px;
}


}

@media (min-width: 768px) {

.bana_box{
	text-align:center;
	padding:0px ;
	margin-bottom: 10px;
	
}

.bana_box img{
	width: 100%;
	
}

.bana_box_txt{
	text-align:left;
	padding:10px 20px;
	margin-bottom: 50px;
}

}


@media (max-width: 767px) {
.top_txt01{
	position: absolute;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	top:50%;
	left:50%;
	margin-left:-160px;
	width:320px;
	text-indent:0.5em;
	font-family: "Sawarabi Mincho";
	color:#fff;
	
}

.sec_title{
	font-size:40px;
	margin:100px auto 10px;
	letter-spacing:0.1em;
    font-family: 'Oswald', sans-serif;
}

.sec_lead{
	font-size:26px;
	color:#222;
	font-family: "Sawarabi Mincho";
	text-align:left;
	line-height:150%;
	margin:90px 0 50px;
}

.sp_none{
	display:none !important;
}


}


@media (min-width: 768px) {
.top_txt01{
	position: absolute;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	top:50%;
	left:50%;
	margin-left:-300px;
	width:600px;
	text-indent:0.5em;
	font-family: "Sawarabi Mincho";
	color:#fff;
}

.sec_title{
	font-size:60px;
	margin:100px auto 10px;
	letter-spacing:0.1em;
    font-family: 'Oswald', sans-serif;
}

.sec_lead{
	font-size:36px;
	color:#222;
	font-family: "Sawarabi Mincho";
	text-align:left;
	line-height:150%;
	margin:90px 0 50px;
}

.pc_none{
	display:none !important;
}



}



body{
	background-color:transparent;
}

.container, container-fluid{
	
}
a:focus, *:focus { outline:none; }

.align_left{
	text-align:left;
}

.font_size10{
	font-size:10px;
}


header .top_sns{
	margin:0 0 -50px;
	padding:10px 0;
	text-align:right;

}

header .top_sns img{
	height:20px;
	margin:0 10px;
}


.margin_bt50{
	margin-bottom:50px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.shadow{
	-moz-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

header#top_head{
	background-image: url(../img/mv_bg.png), url(../img/top_img.jpg);
	background-position:bottom;
	background-size:auto, cover;
	background-repeat:repeat, no-repeat;
	
	height:100vh;
	color:#000;
	
}

header#menu_head{
	
	color:#000;
	
}




.position_relative{
	position:relative;
}


.h_100vh{
	height:100vh;
}

.logo{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-183px;
	margin-left:-100px;
	display:block;
	background-image:url(../img/logo.png);
	width:200px;
	height:150px;
	text-indent:-9999px;
}
.top_txt02{
	position: absolute;
	text-align:center;
	font-size:16px;
	top:50%;
	left:50%;
	margin-top:60px;
	margin-left:-175px;
	width:350px;
	height:30px;
}

.scroll a{
	width: 70px;
	height: 40px;
	position: absolute;
	z-index: 9999;
	margin: 0;
    margin-left: 0px;
	bottom: 20px;
	left: 50%;
	margin-left: -35px;
	background-image: url(../img/scroll.png);
	text-indent: -9999px;
	display: block;
}

.red{
  color: red;
}

.font_big{
	font-size:16px;
	font-weight:bold;
}

.font_mid{
	font-size:14px;
	font-weight:bold;
}


.topi{
	background: #595757;
}


.topi h3{
	color:#a0a1a1;
	font-weight:normal;
	font-size:14px;
	margin:0;
	height:20px;
	line-height:20px;
	padding-left:0;
	margin-left:-15px;
	
}

.topi dl{
	color:#5ba4d8;
}

.topi dl dt{
	position: absolute;
	left: 0;
	width: 5em;
	font-weight:normal;	
}

.topi dl dd{
	padding-left: 5em;
	font-weight:normal;	
	}

.about{
	min-height:770px;
	text-align:center;
	background-image:url(../img/bg0.png);
	
}


.about h2{
	font-size:16px;
	color:#222;
}


.about p{
	color:#222;
	text-align:left;
	line-height:240%;
	letter-spacing:0.1em;
}

.howto{
	min-height:770px;
	text-align:center;
	
}

.howto h2{
	font-size:16px;
	color:#222;
}


.howto h4 {
	color:#222;
	text-align: center;
	line-height:240%;
	letter-spacing:0.1em;
	font-size:24px;
	font-family: "Sawarabi Mincho";
	margin-bottom:30px;
}

.howto p {
	color:#222;
	text-align: left;
	line-height:240%;
	letter-spacing:0.1em;
	font-size:16px;
	margin-bottom:30px;
}

@media (max-width: 767px) {
.howto .box{
	color:#222;
	width:90%;
	margin:0 auto 50px;
	padding:60px 10% 250px 10%;
	background-image:url(../img/p0026_m.jpg);
	background-position:bottom center;
}

.howto ol{
	color:#222;
	text-align:left;
	line-height:240%;
	letter-spacing:0.1em;
	font-size:14px;
}

}

@media (min-width: 768px) {
.howto .box{
	color:#222;
	width:90%;
	margin:0 auto 50px;
	padding:60px 100px 250px 100px;
	background-image:url(../img/p0026_m.jpg);
	background-position:bottom center;
}

.howto ol{
	color:#222;
	text-align:left;
	line-height:240%;
	letter-spacing:0.1em;
	font-size:14px;
}

}


@media (max-width: 767px) {

.info{
	text-align:center;
	padding:0px 50px;
	
}


}

@media (min-width: 768px) {

.info{
	text-align:center;
	padding:0px 50px;
	
}


}

.info h2{
	font-size:16px;
	color:#222;
}

.info h3{
	font-size:36px;
	color:#222;
	font-family: "Sawarabi Mincho";
	text-align:left;
	line-height:150%;
	margin:90px 0 50px;
}

.info p{
	color:#222;
	text-align:left;
	letter-spacing:0.1em;
}

@media (max-width: 767px) {

.info_box{
	text-align:center;
	padding:0px 10px;
	
}

.info_box img{
	width:100%;
	
}


}

@media (min-width: 768px) {

.info_box{
	text-align:center;
	padding:0px 10px;
	
}

.info_box img{
	width:100%;
	
}


}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
width: 16px;
height: 16px;
border-top: 2px solid #222;
border-right: 2px solid #222;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.next-arrow{
  right: -40px;
width: 16px;
height: 16px;
border-top: 2px solid #222;
border-right: 2px solid #222;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.slide-dots {
  text-align: center;
  margin-bottom:50px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: '◇';
  font-size: 12px;
  text-indent: 0px;
  position: absolute;
  margin-left:-27px;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  content: '◆';
}


.info_box h3{
	font-size:14px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.info_box img{
	margin-bottom:5px;
}
.info_box p{font-size:14px; text-align:center;}

.info_shousai{
	text-align:center;
	padding:50px 0 0;
	
}

.info_shousai h1{
	font-size:24px;
	
}

.info_shousai h2{
	font-size:16px;
	color:#333;
	margin-bottom:50px;
}

.info_shousai h3{
	font-size:20px;
	font-family: "Sawarabi Mincho";
	color:#333;
	padding-bottom:10px;
}
.info_shousai p{
	color:#333;
	margin-bottom:50px;
	text-align:left;
}

.info_shousai img{
	width:80%;
	margin:0 auto;
}

.info_shousai dl{
	color:#333;
	margin-bottom:50px;
	text-align:left;
	
}
.info_shousai dl dt {
	color:#333;
	margin-bottom:10px;
	text-align:left;
	
}
.info_shousai dl dd {
	color:#333;
	margin-bottom:20px;
	text-align:left;
	
}

.info_shousai  .date {
    text-align: right;
    font-size: 12px;
	padding-top: 50px;
}

.info_ichiran .nav_box{
	margin:10px auto 20px;
	padding:0;
	overflow:hidden;
}

.info_ichiran .nav_box .next a:link, .info_ichiran .nav_box .next a:visited{
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../img/next.png);
	float:right;
	text-indent:-9999px;
}

.info_ichiran .nav_box .next a:hover{
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../img/next_on.png);
	float:right;
	text-indent:-9999px;
}

.info_ichiran .nav_box .prev a:link, .info_ichiran .nav_box .prev a:visited{
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../img/prev.png);
	float:left;
	text-indent:-9999px;
}

.info_ichiran .nav_box .prev a:hover{
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../img/prev_on.png);
	float:left;
	text-indent:-9999px;
}


div#main section .info_ichiran{
	width:960px;
	overflow:hidden;
	margin:10px auto 50px;
}

info_ichiran .news_box{
	width:650px;
	margin-right:50px;
	float:left;
}

.info_ichiran .news_box h4{
	font-weight: bold;
	margin:0;
	padding:5px 0px 3px;
	border-bottom:1px solid #ccc;
	color:#333;
	text-align:left;
	letter-spacing:0.2em;
	text-indent:2em;
	font-size:12px;
}

.info_ichiran .news_box dl{
	margin:20px 10px;
	overflow:scroll;
	height:200px;
}

.info_ichiran .news_box dt{
	margin:0px 15px 0 0;
	font-size:12px;
	padding:5px 15px 0;
}

.info_ichiran .news_box dd{
	margin:0px 15px 0 0;
	font-size:10px;
	border-bottom:#999999 dotted 1px;
	padding:5px 15px;
}

.info_ichiran .acv_box{
	float:left;
}

.info_ichiran .acv_box h4{
	font-weight: bold;
	margin:0;
	padding:5px 0px 3px;
	border-bottom:1px solid #ccc;
	color:#333;
	text-align:left;
	letter-spacing:0.2em;
	text-indent:2em;
	font-size:12px;
}

.info_ichiran .acv_box ul{
	margin:20px 10px;
	overflow:scroll;
	height:200px;
}

.info_ichiran .acv_box ul li{
	list-style:none;
	margin-bottom:10px;
	font-size:12px;
	font-weight:normal;
}


.menu{
	text-align:center;
	background-color:#333;
	padding:50px 0 100px;
	color:#fff;
}

.menu h2{
	font-size:16px;
	color:#fff;
	margin-bottom:50px;
}

.menu .food_bn {
	background-image: url(../img/arrow.png), url(../img/food.jpg);
	background-size: auto, cover;
	background-position: right 20px bottom 20px, center center;
	background-repeat:no-repeat, no-repeat;
	height:600px;
	text-align:center;
	color:#fff;

}

.menu .food_bn h3{
	font-size:32px;
	font-family: "Sawarabi Mincho";
	margin-top:280px;
	-moz-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.menu p{
	font-size:12px;
	-moz-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.menu .drink_bn{
	background-image:url(../img/arrow.png), url(../img/drink.jpg);
	background-size: auto, cover;
	background-position: right 20px bottom 20px, center center;
	background-repeat:no-repeat, no-repeat;
	height:300px;
	text-align:center;
	color:#fff;
}

.menu .drink_bn h3{
	font-size:32px;
	font-family: "Sawarabi Mincho";
	margin-top:130px;
	-moz-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.menu .sp_bn{
	background-image:url(../img/arrow.png), url(../img/sp.jpg);
	background-size: auto, cover;
	background-position: right 20px bottom 20px, center center;
	background-repeat:no-repeat, no-repeat;
	height:300px;
	text-align:center;
	color:#fff;
}

.menu .sp_bn h3{
	font-size:32px;
	font-family: "Sawarabi Mincho";
	margin-top:130px;
	-moz-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.menu .take_out_bn{
	background-image:url(../img/arrow.png), url(../img/take_out.jpg);
	background-size: auto, cover;
	background-position: right 20px bottom 20px, center center;
	background-repeat:no-repeat, no-repeat;
	height:300px;
	text-align:center;
	color:#fff;
}

.menu .take_out_bn h3{
	font-size:32px;
	font-family: "Sawarabi Mincho";
	margin-top:130px;
	-moz-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.pick_up{
	text-align:center;
	background-color:#333;
	padding:50px 0 100px;
	color:#fff;
}


.pick_up h2{
	font-size:16px;
	color:#fff;
	margin-bottom:50px;
}

.pick_up p{
	color:#fff;
	margin-bottom:50px;
}

.swiper-container{
	text-align: center;
}

@media (max-width: 479px) {
	
		.swiper-container .swiper-slide img{
			width: 100%;
  			height: 240px;
  			object-fit: cover;
			/*
			max-width: 100%;
			height: auto;
			*/
		}
}
@media (min-width: 480px) {
		.swiper-container .swiper-slide img{
			width: 100%;
  			height: 440px;
  			object-fit: cover;
			/*
			max-width: 100%;
			height: auto;
			*/
		}
}

.carousel-inner{
	text-align:center;
}

.carousel-inner img{
	width:240px;
	margin:20px auto;
}

.prettyprint{
			border: none;
			background: #fafafa;
			color: #697d86;
		}

.contact{

	min-height:770px;
	text-align:center;
	
}

.contact h2{
	font-size:16px;
	color:#000;
	margin-bottom:10px;
}

.contact h3{
	font-size:28px;
	color:#000;
	font-family: "Sawarabi Mincho";
	text-align:left;
	line-height:150%;
	margin:90px 0 50px;
}

.contact p{
	color:#000;
	text-align:center;
	letter-spacing:0.1em;
}

.contact p a{
	color:#000;
	border:none;
}

.contact p a:hover{
	text-decoration:none;
}


.contact .tel{
	text-align:center;
	margin:100px auto 10px;
	display:block;
	line-height:60px;
	font-size:40px;
	font-family: "Sawarabi Mincho";
	
}

.contact .tel:before {
    margin:-5px 10px 0 0;
    content:" ";
    display:inline-block;
    width:25px;
    height:40px;
    background:url(../img/tel_blk.png);  
    background-size:contain;
    vertical-align:middle;
	background-repeat:no-repeat;


}

.contact .img_box{
	color:#000;
	font-size:12px;
	margin:60px 0 10px; 
}



.shop{
	background-image:url(../img/shop_bg.jpg);
	background-position:bottom;
	
	min-height:770px;
	text-align:center;
	
}

.shop h2{
	font-size:16px;
	color:#000;
	margin-bottom:100px;
}

.shop h3{
	font-size:28px;
	color:#000;
	font-family: "Sawarabi Mincho";
	text-align:left;
	line-height:150%;
	margin:90px 0 50px;
}

.shop p{
	color:#000;
	text-align:left;
	line-height:240%;
	letter-spacing:0.1em;
}

.shop dl, .shop .img_box{
	color:#000;
	font-size:12px;
	margin:10px 0; 
}

.shop dl dt{
	position: absolute;
	left: 0;
	width: 5em;
	font-weight:normal;
	text-align:right;
	margin-bottom:1em;
	line-height:150%;
	}

.shop dl dd{
	padding-left: 5em;
	font-weight:normal;
	text-align:left;
	margin-bottom:1em;
	line-height:150%;
	}

.link{

	min-height:770px;
	text-align:center;
	
}

.link h2{
	font-size:16px;
	color:#000;
	margin-bottom:100px;
}

.link h3{
	font-size:28px;
	color:#000;
	font-family: "Sawarabi Mincho";
	text-align:left;
	line-height:150%;
	margin:90px 0 50px;
}

.link p{
	color:#000;
	text-align:left;
	line-height:240%;
	letter-spacing:0.1em;
}

@media (max-width: 479px) {
	
.link {
	text-align:center;
	padding:20px 0px;
	
}
	
.link  img{
	margin-bottom:10px;
	width:80%;
	margin: 0 auto;
}
}

@media (min-width: 480px) {
	
.link {
	text-align:center;
	padding:20px 50px;
	
}

.link  img{
	margin-bottom:10px;
	width:80%;
	margin: 0 auto;
}
}


.accsess{
	text-align:center;
	
}

.accsess h2{
	font-size:16px;
	color:#000;
	margin-bottom:30px;
}


.menu_list{
	text-align:center;
	background-color:#eeddbf;
	padding:50px 0 100px;
	
}

.menu_list h2{
	font-size:16px;
	color:#333;
	margin-bottom:50px;
}

.menu_list h5{
	font-size:24px;
	font-family: "Sawarabi Mincho";
	color:#333;
	padding-bottom:10px;
}

.menu_list h6{
	font-size:18px;
	font-family: "Sawarabi Mincho";
	color:#333;
	margin-top:50px;
	padding-bottom:10px;
}

.menu_list img{
	width:100%;
	margin-bottom:50px;
}

.menu_list p{
	font-size:12px;
	padding-bottom:10px;
}

.menu_list p.txt{
	font-size:12px;
	padding-bottom:10px;
	padding-left:1em;
	text-align:left;
}

.menu_list p.price{
	font-size:14px;
	padding-bottom:10px;
	text-align:center;
}

.menu_list dl{
	font-size:13px;
	padding-left:1em;
	margin: 0;
	
}

.menu_list dl dt {
	font-weight:normal;
	width:75%;
	float:left;
	text-align:left;
	padding:5px 0;
}

.menu_list dl dd{
	width:25%;
	float: left;
	text-align:left;
	padding:5px 0;
}

.menu_list .course{
	padding:20px 0;
}

@media (max-width: 991px) {

.menu_list dl dt.ww {
	font-weight:normal;
	width:75%;
	float:left;
	text-align:left;
	padding:5px 0;
}

.menu_list dl dd.ww{
	width:25%;
	float: left;
	text-align:left;
	padding:5px 0;
}

}

@media (min-width: 992px) {

.menu_list dl dt.ww {
	font-weight:normal;
	width:88.5%;
	float:left;
	text-align:left;
	padding:5px 0;
}

.menu_list dl dd.ww{
	width:11.5%;
	float: left;
	text-align:left;
	padding:5px 0;
}
}
.menu_list2{
	text-align:center;
	background-color:#333;
	padding:50px 0 100px;
	color:#fff;
}


.menu_list2 h2{
	font-size:16px;
	color:#fff;
	margin-bottom:50px;
}

.menu_list2 h5{
	font-size:24px;
	font-family: "Sawarabi Mincho";
	color:#fff;
	padding-bottom:10px;
}

.menu_list2 h6{
	font-size:18px;
	font-family: "Sawarabi Mincho";
	color:#fff;
	margin-top:50px;
	padding-bottom:10px;
}

.menu_list2 img{
	width:100%;
	margin-bottom:50px;
}

.menu_list2 p{
	font-size:12px;
	padding-bottom:10px;
}

.menu_list2 p.txt{
	font-size:12px;
	padding-bottom:10px;
	padding-left:2em;
	text-align:left;
}

.menu_list2 dl{
	font-size:13px;
	padding-left:1em;
	margin: 0;
}

.menu_list2 dl dt {
	font-weight:normal;
	width:75%;
	float:left;
	text-align:left;
	padding:5px 0;
}

.menu_list2 dl dd{
	width:25%;
	float: left;
	text-align:left;
	padding:5px 0;
}

.menu_list2 ul{
	font-size:12px;
	padding-left:1em;
	margin: 0;
	list-style:none;
}

@media (max-width:767px) {
.menu_list2 ul li{
	padding:5px 0 5px 0px;
	text-align:left;
}


}

@media (min-width: 768px) {

.menu_list2 ul li{
	padding:5px 0 5px 50px;
	text-align:left;
}
}

.recruit{
	text-align:center;
	padding:50px 0 100px;
	
}

.recruit h2{
	font-size:16px;
	color:#333;
	margin-bottom:50px;
}

.recruit h3{
	font-size:24px;
	font-family: "Sawarabi Mincho";
	color:#333;
	padding-bottom:10px;
}

.recruit p{
	color:#333;
	margin-bottom:50px;
	text-align:left;
}

.recruit dl{
	color:#333;
	margin-bottom:50px;
	text-align:left;
	
}
.recruit dl dt {
	color:#333;
	margin-bottom:10px;
	text-align:left;
	
}
.recruit dl dd {
	color:#333;
	margin-bottom:20px;
	text-align:left;
	
}



.border_top_dash{
	border-top:1px dashed #999999;
	padding-top:30px;
}

.border_btm_dash{
	border-bottom:1px dashed #999999;
	padding-top:30px;
}

.map_box{
	margin:0 -15px;
	background-color:#333;
}

.map_box .box{
	margin:0;
	
}

.map_box iframe{
	margin:0;
	padding:0;
	
}

.sns{
	margin:0 -15px;
	background-color:#333;
	padding:10px 0;
	text-align:center;
}

.sns img{
	height:20px;
	margin:0 10px;
}


footer{
	background-color:#000;
	color:#fff;
	text-align:center;
	margin:0;
	
}

footer .box{
	padding-top:48px;
}

footer .f_logo{
	margin:50px 0 20px;
}


footer .txt{
	text-align:center;
	margin:0.5em auto;
	display:block;
	line-height:150%;
	font-size:12px;
}

footer .tel{
	text-align:center;
	margin:0 auto;
	display:block;
	line-height:60px;
	font-size:40px;
	font-family: "Sawarabi Mincho";
	
}

footer .tel:before {
    margin:-5px 10px 0 0;
    content:" ";
    display:inline-block;
    width:25px;
    height:40px;
    background:url(../img/tel.png);  
    background-size:contain;
    vertical-align:middle;
	background-repeat:no-repeat;


}


footer .add, footer .copyright{
	font-size:10px;
	display:block;
}


@media (max-width:767px) {
.bg_area01{
	min-height:200px;
	text-align:center;
	
}

.bg_area02{
	min-height:200px;
	text-align:center;
	
}

	
#trans1 {
  background: url(../img/niku.jpg) no-repeat; 
  background-size:100% auto;
  background-attachment: scroll;
}

#trans2 {
  background: url(../img/yasai.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}

#trans3 {
  background: url(../img/tennai.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}

#trans4 {
  background: url(../img/shop2.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}

#trans5 {
  background: url(../img/ryouri.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}

#trans6 {
  background: url(../img/wine.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}

#trans7 {
  background: url(../img/salad.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}

#trans8 {
  background: url(../img/ric.jpg) no-repeat ;
  background-size:100% auto;
  background-attachment: scroll;
}



}

@media (min-width: 768px) {

.bg_area01{
	min-height:400px;
	text-align:center;
	
}

.bg_area02{
	min-height:300px;
	text-align:center;
	
}

#trans1 {
  background: url(../img/niku.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#trans2 {
  background: url(../img/yasai.jpg) no-repeat fixed;
  background-size:cover;
}

#trans3 {
  background: url(../img/tennai.jpg) no-repeat fixed;
  background-size:cover;
}

#trans4 {
  background: url(../img/shop2.jpg) no-repeat fixed;
  background-size:cover;
  background-position:center -100px;
}

#trans5 {
  background: url(../img/ryouri.jpg) no-repeat fixed;
  background-size:cover;
}

#trans6 {
  background: url(../img/wine.jpg) no-repeat fixed;
  background-size:cover;
}

#trans7 {
  background: url(../img/salad.jpg) no-repeat fixed;
  background-size:cover;
}

#trans8 {
  background: url(../img/ric.jpg) no-repeat fixed;
  background-size:cover;
}

}

@media (max-width:767px) {

#Reserve{
	background-image:url(../img/yoyaku_bg.png);
	width:70%;
	height:60px;
	margin-right:70px;
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:999;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:20px;
	}
	
#Reserve:hover{
	background-image:url(../img/yoyaku_bg.png);
	width:70%;
	height:60px;
	margin-right:70px;
	position:fixed;
	left:20px;
	bottom:20px;
	z-index:999;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	}
}

@media (min-width:768px) {

#Reserve{
	background-image:url(../img/yoyaku_bg.png);
	width:60px;
	height:240px;
	position:fixed;
	right:20px;
	bottom:100px;
	z-index:999;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:20px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration:none;
	}
	
#Reserve:hover{
	background-image:url(../img/yoyaku_bg.png);
	width:60px;
	height:240px;
	position:fixed;
	right:20px;
	bottom:100px;
	z-index:999;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	}
}

#pageTop{
	background-image:url(../img/up.png);
	text-indent:-9999px;
	width:60px;
	height:60px;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:999;
	overflow:hidden;
	float:left;
	}
	
#pageTop:hover{
	background-image:url(../img/up.png);
	text-indent:-9999px;
	width:60px;
	height:60px;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:999;
	overflow:hidden;
	float:left;
	}
