@charset "UTF-8";
/*
===================================================================
この著作権表示は、必ず残して下さい。
オリジナルバージョンのスタイルシートは、以下のチュートリアルを基にしています。
http://www.codeblog.ch/2009/01/concrete5-theme-erstellenconcrete5-theme-erstellen

This style sheet was modified and used with permission.

By Usagi Project

http://concrete5-japan.org
http://usagi-project.org
===================================================================
*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.codeblog.ch/2009/01/concrete5-theme-erstellenconcrete5-theme-erstellen
Copyright (c) 2008 www.mesch.ch, Remo Laubacher. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
html, body {
	margin:0px;
    padding:0px;
	min-width:1300px;
}

/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:1024px){
html, body {
	min-width:100%;
}
}
a {
    text-decoration: none;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}


.img{
width: 100%;
height: auto;
max-width: 100%;
}

.im{
width:auto;
height: auto;
max-width: 100%;
}

.link:hover {
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

/* 文字に関して */
.text { display: inline-block; }
.text br {
  display: inline;
}

@media only screen and (max-width: 479px) {
  .text br {
    display: none;
  }
}

/*----改行をする----*/
/*PCで無効*/
.pc_hid{
    display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:479px) {
    .pc_hid{
        display: block;
    }
}

a.anchor{
	display: block;
    padding-top: 700px;
    margin-top: -700px;
}
/* ================================================================ 
アイキャッチ
=================================================================== */
#eye{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:block;
}
#eye ul{
	margin:0;
	padding:0;
}

#eye_s{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:none;
}
#eye_s ul{
	margin:0;
	padding:0;
}

/* ウィンドウ幅が479〜768pxの場合に適用するCSS */
@media screen and (max-width:479px){
#eye{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:none;
}
#eye ul{
	margin:0;
	padding:0;
}

#eye_s{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:left;
	display:block;
}
#eye_s ul{
	margin:0;
	padding:0;
}
}



/*=====================================================
トップボタン定義 
=====================================================*/
#top_bt_bg{
	width:100%;
	padding-top:0px;
	padding-bottom:20px;
	margin-bottom: 0px;
	border-bottom: solid #CC3333 5px;
	float:left;
	position:relative;
}
#top_bt{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
}

/* --------------------トップボタン(ドロップダウン）定義-------------------- */
.dropmenu ul{
	margin:0;
	padding:0;
 }
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 14px 0 0px 0;
  padding: 0 0 0 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 25%;
  float: left;
  margin: 0px 0 0 0;
  font-size: 22px;
  font-weight: bolder;
  padding: 0 0px 0px 0px;
  text-align: center;
  color:#000000;
  display:inline;
font-family: "A1明朝" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.dropmenu li a{
  display: block;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  font-size: 22px;
  line-height: 20px;
  text-decoration: none;
  color:#000000;
}
.dropmenu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 32px;
	left: 0px;
	margin: 0px;
}
.dropmenu li ul li{
  width:100%;
  margin-bottom:0px;
  border:none;
}
.dropmenu li ul li a{
  padding: 9px 0px 9px 20px;
  border-top: 1px solid #B1160F;
  color:#000000;
  background-color: rgba(204,102,153,0.80);
  text-align:left;
  font-size:22px;
}
.dropmenu li ul li a:hover{
  background-color: rgba(204,102,153,0.80);
}
.dropmenu li:hover > a{
  color: #000000;
}
.dropmenu li a:hover{
  color: #B1160F;
}




/* --------------------ドロップダウン（アニメーション）定義-------------------- */
.dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
}


/*----------------------------------レスポンシブ　メニュー----------------------------------*/
.slicknav_menu {
 display:none;
}
 
@media screen and (max-width: 1024px) {
#menu {
 display:none;
}
 
.slicknav_menu {
 display:block;
}
}
/*----------------------------------インスタグラム----------------------------------*/
/*----------------------------------固定　メニュー----------------------------------*/
.fixed{
  position: fixed;
  top: 0px;
  z-index: 500;
}

#header_face{
	width:3%;
	height:auto;
	position:absolute;
	right:60px;
	top:0px;
}
#header_ins{
	width:3%;
	height:auto;
	position:absolute;
	right:10px;
	top:0px;
}
@media screen and (max-width: 767px) {
#header_face{
	width:10%;
	height:auto;
	position:fixed;
	left:50px;
	top:10px;
}
#header_ins{
	width:10%;
	height:auto;
	position:fixed;
	left:10px;
	top:10px;
}
}


/* ================================================================ 
コンテンツ
=================================================================== */
#contents{
	width:100%;
	height:auto;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0%;
}

/* ================================================================ 
フッター
=================================================================== */

#footer_bg{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:10px;
	background-image: url("images/foot_bg.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size:contain;
	margin-top: 20px;
}
#footer_box{
	width:98%;
	height:auto;
	max-width:700px;
	text-align: left;
	margin-top: 100px;
	margin-left: 2%;
}

@media screen and (max-width:479px){
#footer_box{
	margin-top: 50px;
}
}

/* ================================================================ 
コピーライト
=================================================================== */
#copyright{
	width:98%;
	height:auto;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 2%;
	text-align:center;
	font-size: 12px;
	color: #000000;
	max-width:700px;
	text-align: left;
}



/* ================================================================ 
ページトップ
=================================================================== */
.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 14px 10px 14px 10px;
    background:rgba(204,51,51,1.00);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
	color:#fff;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.page-top:hover {
    background:rgba(204,0,0,1.00);
}

/* ================================================================ 
お問い合わせ
=================================================================== */
.control-label{
	width:97%;
	padding-bottom:2px;
	color:#009933;
}
.form-control{
	width:97%;
	margin-top:5px;
	margin-bottom:10px;
}


/* ================================================================ 
ここからデザイン関係のスタイルシート
=================================================================== */
/*====当店について====*/
.tennpo_box{
	width: 99%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	max-width: 980px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image:url("images/tennpo_back.png");
	background-position: top right;
	background-repeat: no-repeat;
}
@media screen and (max-width:768px){
.tennpo_box{
	width: 98%;
	height: 400px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	max-width: 980px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: none;
}
}
@media screen and (max-width:479px){
.tennpo_box{
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	max-width: 980px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: none;
}
}
/*---歴史---*/
.tennpo1{
	width: 10%;
	height: auto;
	text-align:start;
	float: right;
}
@media screen and (max-width:768px){
.tennpo1{
	width: 12%;
	height: auto;
	text-align:start;
	float: right;
}
}
@media screen and (max-width:479px){
.tennpo1{
	width: 100%;
	height: auto;
	text-align: left;
	float: none;
}
}
/*---沿革---*/
.tennpo2{
	width: 20%;
	height: auto;
	text-align:start;
	float: right;
}
@media screen and (max-width:768px){
.tennpo2{
	width: 25%;
	height: auto;
	text-align:start;
	float: right;
}
}
@media screen and (max-width:479px){
.tennpo2{
	width: 100%;
	height: auto;
	text-align: left;
	float: none;
}
}
/*---説明---*/
.tennpo3{
	width: 33%;
	height: auto;
	text-align:start;
	float: right;
	margin-top: 50px;
}
@media screen and (max-width:768px){
.tennpo3{
	width: 38%;
	height: auto;
	text-align:start;
	float: right;
	margin-top: 50px;
}
}
@media screen and (max-width:479px){
.tennpo3{
	width: 100%;
	height: auto;
	text-align: left;
	float: none;
	margin-top: 0px;
}
}
/*---署名---*/
.tennpo4{
	width: 10%;
	height: auto;
	text-align:start;
	float: right;
	margin-top: 290px;
}
@media screen and (max-width:823px){
.tennpo4{
	width: 10%;
	height: auto;
	text-align:start;
	float: right;
	margin-top: 200px;
}
}
@media screen and (max-width:479px){
.tennpo4{
	width: 100%;
	height: auto;
	text-align: left;
	float: none;
	margin-top: 0px;
}
}


/*====代表挨拶について====*/
/* =====３カラム=====*/
/*---フレックスボックス---*/
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width:100%;
  height:auto;
}
@media screen and (max-width:1024px){
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display:block;
  margin: 0 auto;
  width:100%;
  height:auto;
}
}
.three_a{
	width:23%;
	height:auto;
	margin-left:0%;
	margin-right:0%;
	float:left;
	text-align:left;
	display: block;
}
@media screen and (max-width:1024px){
.three_a{
	width:15%;
	height:auto;
	margin-left:0%;
	margin-right:0%;
	float:left;
	text-align:left;
	display:none;
}
}
@media screen and (max-width:479px){
.three_a{
	width:50%;
	height:auto;
	margin-left:25%;
	margin-right:25%;
	float:left;
	text-align:left;
	display:block;
}
}

.three_b{
	width:31%;
	height:auto;
	margin-left:3%;
	margin-right:3%;
	margin-top: 60px;
	float:left;
}
@media screen and (max-width:1024px){
.three_b{
	width:65%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
	margin-top: 0px;
	float:left;
}	
}
@media screen and (max-width:479px){
.three_b{
	width:96%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	margin-top: 0px;
	float:left;
}	
}
.three_c{
	width:14%;
	height:auto;
	margin-left:0%;
	margin-right:3%;
	margin-top: 100px;
	float:left;
	text-align:center;
}
@media screen and (max-width:1024px){
.three_c{
	width:20%;
	height:auto;
	margin-left:0%;
	margin-right:5%;
	margin-top: 0px;
	float:left;
	text-align:center;
}
}
@media screen and (max-width:479px){
.three_c{
	width:50%;
	height:auto;
	margin-left:25%;
	margin-right:25%;
	margin-top: 0px;
	float:left;
	text-align:center;
}
}
.three_d{
	width:23%;
	height:auto;
	margin-left:0%;
	margin-right:0%;
	float:left;
	text-align:right;
	display: block;
}
@media screen and (max-width:1024px){
.three_d{
	width:15%;
	height:auto;
	margin-left:0%;
	margin-right:0%;
	float:left;
	text-align:right;
	display: none;
}
}


/*====おしながきについて====*/
/*---おしながきボックス（最初）---*/
.oshi{
	width: 100%;
	height:840px;
	float: left;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 60px;
}
@media screen and (max-width:1024px){
.oshi{
	width: 100%;
	height:600px;
	float: left;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 60px;
}
}
@media screen and (max-width:768px){
.oshi{
	width: 100%;
	height:500px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media screen and (max-width:479px){
.oshi{
	width: 100%;
	height:420px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

/*---おしながきボックス（その他）---*/
.oshi-1{
	width: 100%;
	height:840px;
	float: left;
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width:1024px){
.oshi-1{
	width: 100%;
	height:600px;
	float: left;
	padding-top: 70px;
	padding-bottom: 70px;
}
}
@media screen and (max-width:768px){
.oshi-1{
	width: 100%;
	height:500px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
@media screen and (max-width:479px){
.oshi-1{
	width: 100%;
	height:420px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
}

/*---おしながき---*/
/*---縦---*/
.oshi_tate1{
	width: 22%;
	height: auto;
	margin-left: 3%;
	text-align: left;
	float: left;
	
}
@media screen and (max-width:1024px){
.oshi_tate1{
	width: 24%;
	height: auto;
	margin-left: 5%;
	text-align:left;
}
}
@media screen and (max-width:768px){
.oshi_tate1{
	width: 24%;
	height: auto;
	margin-left: 5%;
	text-align:left;
}
}
@media screen and (max-width:479px){
.oshi_tate1{
	width: 98%;
	height: auto;
	margin-left: 1%;
	text-align:left;
}
}

/*---横　右下(串カツ）---*/
.oshi_right1{
	width: 28%;
	height: auto;
	margin-left: 37%;
	margin-top: 40%;
	text-align: left;
	float: left;
}
@media screen and (max-width:1024px){
.oshi_right1{
	width: 42%;
	height: auto;
	margin-left: 20%;
	margin-top: 40%;
	text-align: left;
	float: left;
}
}
@media screen and (max-width:768px){
.oshi_right1{
	width: 42%;
	height: auto;
	margin-left: 20%;
	margin-top: 43%;
	text-align: left;
	float: left;
}
}
@media screen and (max-width:479px){
.oshi_right1{
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-top: 100px;
	text-align:left;
	float: left;
}
}

/*---横　左下(お好み・シーザー）---*/
.oshi_right2{
	width: 32%;
	height: auto;
	margin-left: 5%;
	margin-top: 37%;
	text-align: left;
	float: left;
}
@media screen and (max-width:1024px){
.oshi_right2{
	width: 50%;
	height: auto;
	margin-left: 5%;
	margin-top: 38%;
	text-align: left;
	float: left;
}
}
@media screen and (max-width:768px){
.oshi_right2{
	width: 46%;
	height: auto;
	margin-left: 5%;
	margin-top: 40%;
	text-align: left;
	float: left;
}
}
@media screen and (max-width:479px){
.oshi_right2{
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-top: 260px;
	text-align:left;
	float: left;
}
}

/*---横　右下(ホタテ・プリン）---*/
.oshi_right3{
	width: 28%;
	height: auto;
	margin-left: 67%;
	margin-top: 37%;
	text-align: left;
	float: left;
}
@media screen and (max-width:1024px){
.oshi_right3{
	width: 46%;
	height: auto;
	margin-left: 49%;
	margin-top: 38%;
	text-align: left;
	float: left;
}
}
@media screen and (max-width:768px){
.oshi_right3{
	width: 45%;
	height: auto;
	margin-left: 50%;
	margin-top: 37%;
	text-align: left;
	float: left;
}
}
@media screen and (max-width:479px){
.oshi_right3{
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-top: 260px;
	text-align:left;
	float: left;
}
}

/*---横　真下(和牛）---*/
.oshi_b{
	width: 40%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 52%;
}
.oshi_b1{
	width: 40%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 50%;
}
@media screen and (max-width:1024px){
.oshi_b{
	width: 60%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 59%;
}
.oshi_b1{
	width: 30%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 56%;
}
}

@media screen and (max-width:768px){
.oshi_b{
	width: 50%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 53%;
}
.oshi_b1{
	width: 40%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 54%;
}
}
@media screen and (max-width:479px){
.oshi_b{
	width: 98%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-top: 300px;
}
.oshi_b1{
	width: 98%;
	height: auto;
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	margin-top: -20px;
}
}

/*====飲み物====*/
.dri_box{
	width: 59%;
	height: auto;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	margin-top: 30px;
	margin-left: 39.8%;
	margin-bottom: 0px;
	float: left;
	border-top: solid #CC3333 3px;
	border-left: solid #CC3333 3px;
}
.dri_co{
	margin-top: 25%;
}

@media screen and (max-width:1024px){
.dri_box{
	width: 70%;
	height: auto;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	margin-top: 30px;
	margin-left: 27.4%;
	margin-bottom: 0px;
	float: left;
	border-top: solid #CC3333 3px;
	border-left: solid #CC3333 3px;
}
.dri_co{
	margin-top: 30%;
}
}

@media screen and (max-width:768px){
.dri_box{
	width: 70%;
	height: auto;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	margin-top: 30px;
	margin-left: 28.6%;
	margin-bottom: 0px;
	float: left;
	border-top: solid #CC3333 3px;
	border-left: solid #CC3333 3px;
}
.dri_co{
	margin-top: 5%;
}
}

@media screen and (max-width:479px){
.dri_box{
	width: 85%;
	height: auto;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	margin-top: 30px;
	margin-left: 13.3%;
	margin-bottom: 0px;
	float: left;
	border-top: solid #CC3333 3px;
	border-left: solid #CC3333 3px;
}
.dri_co{
	margin-top: 3%;
}
}
	
/*====店舗のご案内・お問い合わせついて====*/
/*---ボックス---*/	
.shop_box{
	width: 86%;
	height: auto;
	margin-top: 50px;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
}
@media screen and (max-width: 1024px) {
.shop_box{
	width: 96%;
	height: auto;
	margin-top: 50px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
}
@media screen and (max-width: 479px) {
.shop_box{
	width: 96%;
	height: auto;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
}

/*---店舗---*/
table.shop_1 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
	flort:left;
}
table.shop_1 th {
	width:48%;
	padding: 0 5% 0 0;
	margin:0;
	vertical-align: top;
	text-align:right;
	line-height:24px;
	flort:left;
}
table.shop_1 td {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	flort:left;
}


@media screen and (max-width: 1024px) {
table.shop_1 th {
	width:55%;
	padding: 0 5% 0 0;
	margin:0;
	vertical-align: top;
	text-align:right;
	line-height:24px;
}
table.shop_1 td {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
}
}

@media screen and (max-width: 812px) {
table.shop_1 th {
	width:80%;
	padding: 0 10% 0 10%;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	display: block;
}
table.shop_1 td {
	width: 80%;
	padding: 0px 10% 0px 10%;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	display: block;
}
}

/*---お問い合わせ---*/
table.shop_2 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1;
	width:100%;
	flort:left;
}
table.shop_2 th {
	width:48%;
	padding: 0 5% 0 0;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	flort:left;
}
table.shop_2 td {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	flort:left;
}


@media screen and (max-width: 1024px) {
table.shop_2 th {
	width:55%;
	padding: 0 5% 0 0;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
}
table.shop_2 td {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
}
}

@media screen and (max-width: 812px) {
table.shop_2 th {
	width:80%;
	padding: 0 10% 0 10%;
	margin:0;
	vertical-align: top;
	text-align:left;
	line-height:24px;
	display: block;
}
table.shop_2 td {
	width: 80%;
	padding: 0px 10% 0px 10%;
	margin:0;
	vertical-align:top;
	text-align:left;
	line-height:24px;
	display: block;
}
}

/*====インスタ・ライン====*/
/*---ボックス---*/	
.insta_box{
	width: 60%;
	height: auto;
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%;
	float: left;
}
@media screen and (max-width: 1024px) {
.insta_box{
	width: 96%;
	height: auto;
	margin-top: 50px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
}
@media screen and (max-width: 479px) {
.insta_box{
	width: 96%;
	height: auto;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
}

.two{
	width: 40%;
	height: auto;
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
	text-align: center;
}
@media screen and (max-width: 479px) {
.two{
	width: 80%;
	height: auto;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
	text-align: center;
}
}


/*====犬山焼ついて====*/
/*---ボックス---*/	
.yaki_box{
	width: 86%;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
.yaki_box{
	width: 96%;
	height: auto;
	margin-top: 50px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
}
@media screen and (max-width: 479px) {
.yaki_box{
	width: 96%;
	height: auto;
	margin-top: 20px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}
}


.yaki_w{
    display:block;
}
@media screen and (max-width: 479px) {
.yaki_w{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
}

.yaki_2{
	width: 45%;
	height: auto;
	float: left;
	text-align: center;
}
@media screen and (max-width: 479px) {
.yaki_2{
	width: 100%;
	height: auto;
	float: left;
	order: 2;
	}
}

.yaki_1{
	width: 55%;
	height: auto;
	float: left;
	text-align: center;
}
@media screen and (max-width: 479px) {
.yaki_1{
	width: 100%;
	height: auto;
	float: left;
	order: 1;
}
}

.yaki_sita{
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}



/*====だるまのしおり====*/
.shiori1{
	width: 40%;
	height: auto;
	margin: 20px 30%;
	text-align: center;
}
@media screen and (max-width: 479px) {
.shiori1{
	width: 60%;
	height: auto;
	margin: 20px 20%;
	text-align: center;
}
}




