@charset "UTF-8";
/* 全ページ共通のデザイン用 */
html{
	font-size: 80%;
}
body{
	margin: 0px;
	padding: 0px;
	background-image:url("images/flower.png");
 /*    height: 50px;      */	
    background-size: 5%;     
	background-repeat: repeat-x;
	background-position: center top 5%;     
	background-color: #fbe4ee;
}
.main{
	width: 800px;
    height: 100vh;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
}


#section{
	margin-top: 20px;
	margin-bottom: 0;
}
h1{
	color: #660000;
	text-align: center;
}
h2{
	color: #ffffff;
	background-color: #fbe4ee;
}
h3{
}
p{
}

#info{
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 20px 0 20px 0;
}

li{
	text-style: bold;
}
img{
}
hr{
	color: #ffffff;
}
#access{
	text-align: right;
	margin-right: 0;
	margin-bottom: 0;
}


/* info.html用 */
#info_body {
	background-color: #ffffff;
}

#info {
	background-color: #ffffff;
	color:#990000;	
	width: 800px;
	margin: 0 auto;
	font-family: "arial unicode ms", "游ゴシック", "Yu Gothic", "sans-serif";
	font-size: 110% ;
}


#navi {
	text-align: center;
	color: #663366;
}
.midashi {
	color: #990000;

	border-bottom: solid 1px #990000;
	margin-top: 30px;
	
}
.totop {
	margin-top:30px;
	text-align: left;
}



                               /* monthly.html用   */

#monthly_main {
	width: 800px;
	text-align: center;
	margin: 0 auto;	  
}
.monthlymidashi {
	background-image:url(back2.gif);
}
#anpan {
	font-size: 1.5em;
	color: #660099 ; 
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	padding-top: 10px;
	border: 0px none;
}
#meronpan {
	font-size: 1.5em;
	color: #660099 ; 
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	border: 0px none;
}
.osusume{
	border: 0px none;
}

                                     /* price.html用　*/


#price_body .price_main{
	width: 800px;
	background-color: #fbe4ee;
	text-align: center;
	margin: 0 auto;
}
#popular{
	text-align: left;
}

#pricetable {
	margin-bottom: 10px;
}
table{
    width: 55%;
    margin-top: 4%;
    margin-left:auto;
    margin-right: auto;
}
                                       /* recipe.html用 */

	
.recipe_main{
    width: 800px;
    height: 100vh;
	background-color: #ffffff;
	margin: 0 auto;
/*	width: 800px;
	
/*	position:relative;  
	height: 100vh;
	
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;*/
	font-family: "arial unicode ms", "游ゴシック", "Yu Gothic", "sans-serif";
}
#chicken{
    display:flex;
    height: 150px;
}
.chickensand{
	margin: 0 auto 10px 10px;
}
.h1{
	margin-top: 0;
}
.midashi_recipe{
	color: #990000;
	background-color:#fbe4ee;
	border-bottom: solid 1px #990000;
	width: 700px;
	margin-left: 40px;
}
.midashi_recipe:first-child  {
    padding-top: 50px; 
}
#recipe_ingredients{
	list-style: none;
	color:blue;
}
#recipe_ingredients2{
	margin-left:20px;
	color:#990000;
}
.totop{
    margin-bottom: 0;
    padding-bottom: 10px;
}

                                         /* form.html用 */
#formmain{
	width: 800px;
	margin: 0 auto;
}
#survey{
	padding-top: 15px;
}
#formcenter{
	width: 800px;   
	background-color: #ffffff;
	color:#660000;
	padding: 10px; 
	margin-top: 0;
}
.box {
   width: 50%;
}

 
/* イメージのデザイン用 */




/* リンク部分のデザイン用 */
.totop a:link{
}
.totop a:visited{
	color: #9999CC;
}
a:activel{
}
.totop a:hover {
	color: #CC00CC;
}

/* テーブルのデザイン用 */
table {
	border-collapse: collapse;
}
.caption{
	color: #660000;
	font-weight: bold;
	font-size: 1.2em;
}
table th, table td{
	padding: 5px;
	border: 1px solid #A52A2A;
}
th{
	color: #ffffff;
	background-color: #660000;
}
td{
	font-family: "arial unicode ms", "游ゴシック", "Yu Gothic", "sans-serif";	
	color: #660000;
	background-color: #ffffff;
	text-align: left;
}

/* 配置レイアウト用 */

.box{
	background-color:#FFFFCC;
}






/* モバイル版
--------------------------------------*/
@media (max-width: 600px){
  
  /* HOME用　　　*/
body{
	background-image:url("images/flower.png");
 /*    height: 50px;      */	
    background-size:20%; 
}
.main{
	width: 80vw;
    height: 100%;  
    background-color: #ffffff;
/* 	text-align: center;
	margin: 0 auto;     */
}
  .main p{
    width: 85%;
    margin: 20px auto 10px auto;
    text-justify:  inter-word;
}

.main img:first-child{
    padding-top: 30px;
    width: 100%;
}
.main img:nth-child(3){
    width: 95%;
    margin: 20px auto 0 auto;
}
#access {
    padding-bottom: 20px;
}
  
  
  /* info.html用　　*/
#info_body{
	margin: 0px;
	padding: 0px;
    background-image:url("images/flower.png");
 /*     height: 50px;      */	
    background-size: 20%;     
	background-repeat: repeat-x;
}
#info {
    margin: auto;
    width: 85%;
}
#info h1 {
    font-size: 1.9rem;
}
#navi {
    font-size: 1.0rem;
} 
#info li img{
    width: 7%;
}
#info li:nth-child(2){
    font-size: 75%;
}
  
  
  /* monthly.html用  */
#monthly_body{
  	margin: 0px;
	padding: 0px;
    background-image:url("images/flower.png");
 /*     height: 50px;      */	
    background-size: 20%;     
	background-repeat: repeat-x;
}
#monthly_main{
    width: 85vw;
}
.monthlymidashi{
    margin-top: 27px;
}
.recom{
    display:flex;
    flex-direction: column;
    padding-left: 7.5%
}
  .recom img{
    width: 100%;
    height: 100%;
    object-fit:cover;
  }
.recom td{
    width: 85%;
    height: auto;

}
  #anpan{
    margin-top: 50px;
  } 

    
  
  　/* price.html用    */
  
  #price_body{
    margin: 0;
	padding: 0;
    background-image:url("images/flower.png");
 /*     height: 50px;      */	
    background-size: 20%;     
	background-repeat: repeat-x; 
}
#price_body .price_main{
    width: 85vw;
}
.price_main h1 {
    text-align: center;
}
table {
    width: 100%;
}


    /* recipe.html用      */

.recipe_main{
    width: 80vw;
    height: 100%;
}
.h1 {
    padding-top: 20px;
    font-size: 25px;
}
#chicken {
    display:flex;
    flex-direction: column;
}   
.chickensand {
    margin: auto;
}
#chicken p {
    padding: 0 10px 0 10px;
}
.midashi_recipe {
    width: 90%;
    margin-left:  5% ;
    margin-right: 5%;
    text-align: center;
}
.recipe_main h2:first-of-type {
    margin-top:40%;
}
#recipe_ingredients{
    padding-left: 15px;
}
#recipe_ingredients2{
    padding-left: 15px;
}
#ol {
    padding-left: 15px;
}


     /* form.html用     */
#formmain{
    width: 80vw;
}
#formcenter{
    width: auto;
    margin: 0 auto;
}

#type{
   font-size: 0.6rem;
}
.box {
    width: 90%;
    margin: 0 auto;
}
#image{
    width: 90%;
}



}