@charset "utf-8";
/* CSS Document */


/*共通設定ここから*/

body{
    /*width: 100%;*/
   /* width: 960px;*/
    /*margin: 0 auto;*/
    
	color: #201b24;
	background-image: url("../images/bg_top002.png");
    background-color: #f1f1ee;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
	line-height: 1.5;
}





/*ヘッダー設定ここから*/

.header{
    height: 200px; 
    text-align: center; 
    /*background-color: #eee;*/
    /*max-width: 960px;*/
    /*margin: 0 auto;*/
    /*text-align: center;*/
    border-top: 1px solid #201B24;
	border-bottom:double;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

/*検索ボックス*/
.form{
	text-align: center;
}
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
 margin: 0 auto;
  
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

/*ヘッダー設定ここまで*/


/*グローバルナビゲーション設定ここから*/
.glovalNavigation{
    height: 45px; 
    text-align: center; 
	border-bottom: double #201B24;
	padding-top: 5px;
	/*padding-bottom: 10px;*/
	/*margin-bottom: 10px;*/
    
}

.glovalNavigation ul li{
    list-style-type: none;
    display: inline-block;
    text-align: center;
}

.glovalNavigation ul li a{
    text-decoration: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    font-weight: bold;
    color: #201b24;
    
    position: relative;
	
}
/*ナビゲーションホバー設定*/

.glovalNavigation ul li a:hover{
	color: #8C5E5C;
}

.glovalNavigation ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background: #201B24;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


.glovalNavigation ul li a:hover::after {
  width: 80%;
}

.current{
	background-color: rgba(217,198,197,0.40);
	
}
/*グローバルナビゲーション設定ここまで*/


/*ローカルナビゲーション設定ここから*/
#localNavigation{
    height: 400px;
    border-top: double #201B24 ;
    text-align: center;
    background-color: #d9c6c5;
	margin-top: 100px;
    /*color: #fff;*/
	
}

#localNavigation ul li{
    list-style-type: none;
}

#localNavigation ul li a{
    text-decoration: none;
    color: #201b24;
}

#localNavigation ul li a:hover{
	opacity: 0.5;
}
.current_ftr{
	border-bottom: 1px solid #201b24;
	
}
.ftr_nav{
	width: auto;
	padding: 40px;
	display: inline-block;
	vertical-align: top;
	
}
.ftr_nav a:hover{
	opacity: 0.5;
}

.sns ul li{
    display: inline-block;
	text-align: center;
	padding: 10px;
}

.sns ul li a:hover{
	opacity: 0.5; 
}
/*ローカルナビゲーション設定ここまで*/


/*↓↓↓フッター設定ここから↓↓↓*/
.footer{
    height: 40px;
	line-height: 40px;
    text-align: center;
    background-color: #1d444f;
    color: #e7e7e1;
    font-size: 12px;
}

/*フッター設定ここまで*/

.pagetop_btn{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 450px;
	z-index: 100;
}
/*スムーススクロール*/
html{
    scroll-behavior: smooth
}

/*共通設定ここまで*/


/*↓↓↓トップページ設定ここから↓↓*/

/*↓↓↓メインイメージjq（swiperスワイパー）設定ここから↓↓↓*/
.swiper-container {
    width: 960px;
    height: 400px;
	padding-top: 20px;
	margin-top: 20px;
}

/*<>←ボタンの色の変更*/

.swiper-button-next:after, .swiper-button-prev:after{
    color: rgba(0,0,0,.5);
}
/*メインイメージjq（swiperスワイパー）設定ここまで*/


/*↓↓↓メインイメージここから↓↓*/
.mainimage{
    flex: 1;
    /*background-color: #eee;*/
    text-align: center;
    margin: 10px 0 10px 0;
}

/*メインイメージここまで*/



/*↓↓↓トップページAbout設定ここから↓↓*/


#main #about{
    height: 260px;
    background-color: #d9c6c5;
    margin-top: 20px;
    background-image: url("../images/txt_topabout_01.jpg");
    background-repeat: no-repeat;
    background-position: center top;
	

}

#main #about h2{
    padding-top: 40px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#main #about h2 a{
	text-decoration: none;
	color: #201b24;
	}


/*まいにちあさごはんテキストホバー設定*/
.hover {
	position: relative;
	padding: 0.1em 0.3em;
	display: inline-block;
	transition: .3s;
	color: #201b24;
}
.hover::before,
.hover::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: #201b24;
	transition: .3s;
}
.hover::before {
	top: 0;
	left: 0;
}
.hover::after {
	bottom: 0;
	right: 0;
}
.hover:hover::before,
.hover:hover::after {
	width: 100%;
}

#main #about p{
    line-height: 1.8;
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
}
#main #about p a{
	text-decoration: none;
	color: #201b24;
}
/*トップページAbout設定ここまで*/

/*↓↓↓トップページmein全体設定ここから↓↓*/

body #mein{
    flex: 1;
    /*background-color: #eee;*/
    
    text-align: center;
    margin: 10px 0 10px 0;

}

/*↓↓↓トップページ01和のあさごはん設定ここから↓↓↓*/
/*↓↓↓トップページ03パパっとあさごはん設定ここから↓↓↓*/
section{
	text-align: center;
}
.foodphoto{
    display: inline-block;
    width: 450px;
    height: 600px;
    margin-right: 60px;
    padding-top: 120px;

}

.foodtext{
    display: inline-block;
    width: 450px;
    height: 600px;
    vertical-align: top;
    border-left: 1px dashed;
	margin-top: 30px;
	padding-top: 30px;
    
    
}

.foodtext h2{
    font-size: 30px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-top: 80px;
    padding-left: 20px;
    margin-left: 10px;
}

.foodtext p{
    margin-top: 50px;
    font-size: 20px;
    padding-top:30px;
    padding-left: 30px;
    
}
.readmore{
	position: relative;
}
.btn{
    /*text-align: right;*/
	background-color: #23525F;
	color: #e7e7e1;
	text-align: center;
	text-decoration: none;
	width: 200px;
	display: block;
	line-height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(29,68,79,0.80);
	position: absolute;
	top: 20px;
	left: 250px;
}

.btn:hover{
	text-decoration: none;
	background-color: #e7e7e1;
	color: #1d444f;
}


/*トップページ01和のあさごはん設定ここまで*/
/*トップページ03パパっとあさごはん設定ここまで*/




/*↓↓↓トップページ02洋のあさごはん設定ここから↓↓↓*/
/*↓↓↓トップページ04ゆっくりあさごはん設定ここから↓↓↓*/
.foodphoto02{
    display: inline-block;
    width: 450px;
    height: 600px;
	margin-right: 60px;
    padding-top: 100px;
	margin-top: 50px;
	padding-left: 60px;
}

.foodtext02{
    display: inline-block;
    width: 450px;
    height: 600px;
    vertical-align: top;
    border-right: 1px dashed;
	
    margin-top: 50px;
    
}

.foodtext02 h2{
    font-size: 30px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-top: 120px;
    padding-left: 20px;
    margin-left: 10px;
	
}


.foodtext02 p{
    margin-top: 50px;
    font-size: 20px;
    padding-top:50px;
    padding-left: 30px;
    
}



.readmore02{
	position: relative;
}
.btn02{
    /*text-align: right;*/
	background-color: #1d444f;
	color: #e7e7e1;
	text-align: center;
	text-decoration: none;
	width: 200px;
	display: block;
	line-height: 40px;
	border-radius: 10px;
	border: 1px solid #1d444f;
	position: absolute;
	top: 20px;
	left: 50px;
}

.btn02:hover{
	text-decoration: none;
	background-color: #e7e7e1;
	color: #1d444f;
}
/*トップページ02洋のあさごはん設定ここまで*/
/*トップページ04ゆっくりあさごはん設定ここまで*/


/*↓↓↓トップページあさごはん画像jQuery設定ここから↓↓↓*/
.fadein {
  opacity : 0;
  transform: translateY(80px);
  transition: all 1s;
}



/*//////下層ページ設定ここからはじまり//////*/
/*↓↓下層aboutページ設定ここから↓↓*/

.maru {
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:rgba(29,68,79,0.75);
  font-size:24px;
  margin-left:400px;
  
}
span{
	display: block;
	color: #e7e7e1;
	}
#main .abouttitle{
    height: 350px;
    background-color: #d9c6c5;
    margin-top: 20px;
    background-image:url("../images/bg_about01.jpg");
        /*url("../images/txt_topabout_01.jpg");*/
    
    background-repeat: no-repeat;
    background-position: center;
    

}
.aboutwrap{
	background: rgba(231,231,225,0.85);
	width: 350px;
	margin: 0 auto;
	height: 100%;
}

#main .abouttitle h2{
    padding-top: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	
    /*background-color: rgba(231,231,225,0.70);*/
}

#main .abouttitle p{
    line-height: 1.8;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
	
    /*background-color: rgba(231,231,225,0.70);
	border-image-slice:*/ 
}

.abouttext{
    height: 200px;
    /*background-color: #d9c6c5;*/
    margin-top: 50px;
    border-top: 1px dashed #201b24;
    border-bottom: 1px dashed #201b24;
    
}

.abouttext h2{
    padding-top: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.abouttext p{
    line-height: 1.8;
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
}
/*下層aboutページ設定ここまで*/


/*↓↓下層和のあさごはんページ設定ここから↓↓*/
/*↓↓下層洋のあさごはんページ設定ここから↓↓*/
/*↓↓下層パパッとのあさごはんページ設定ここから↓↓*/
/*↓↓下層ゆっくりあさごはんページ設定ここから↓↓*/

.container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.section_text{
    height: 150px;
    text-align: center;
    /*background-color: #eee;*/
	border-bottom: 1px dashed #201b24;
	margin-bottom: 20px;
}
.section_text h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	padding-top: 10px;
	
}

.section_text p{
	padding-top: 20px;
	
}
.content_wrap{
	width: 1060px;
	margin: 0 auto;
}
.content{
    margin: 10px 0 10px 0;
    display: flex;
	text-align: center;
	border-bottom: 1px dashed #201b24;
	
}
.image{
    width: 33.3%;
    height: 300px;
    /*background-color: #eee;*/
    text-align: center;
    margin: 10px;
	
}

div .image .photo{
	width: 33.3%;
    height: 300px;
    /*background-color: #eee;*/
    text-align: center;
    margin: 10px;
	overflow: auto;
	
}
.recipe_title{
	font-family:
	 "源ノ角ゴシック Code JP R";
	font-size: 1.3vw;
	
	margin-top: 20px;
	
}

.recipe{
	font-family:
	 "源ノ角ゴシック Code JP R";
	margin: 30px 20px;
	line-height: 1.8;
	text-align: left;
	
	
}

.footer_a{
    height: 70px;
    text-align: center;
    background-color: #eee;
}
.content_wrap .content .image{
	border: 10px solid #e7e7e1;
}





/*下層洋のあさごはんページ設定ここまで*/
/*下層和のあさごはんページ設定ここまで*/
/*下層パパッとあさごはんページ設定ここまで*/
/*下層ゆっくりあさごはんページ設定ここまで*/





/*レスポンシブウェブデザイン*/
/*デスクトップPC設定ここから↓↓↓*/
/*画面サイズが769以上の場合に適用*/
@media screen and (min-width: 769px){
.viewpc{
	display: block;
	}
.viewmb{
	display: none;
	}
	}

#wrap {
    width: 100%;
	

}

/*デスクトップPC設定ここまで*/




/*スマートフォン設定ここから↓↓↓*/
/*画面サイズが768以下の場合に適用*/
@media screen and (max-width: 768px){	
.viewpc{
	display: none;
	}


#viewmb{
	display: block;
	}


		
	
body{
	max-width: 768px;
	font-size: 3.5vw;
	}
body .header{
	width: 100%;
		
	}
.abouttext{
	padding-bottom: 200px;
}
.section_text{
	height: auto;	
	}
#main{
	max-width: 100%;	
	}
	
#main #about{
	height: 100%;	
	}
	
.footer{
	height: 6em;
	margin-top: 10em;
	width: 100%;
	}

	
	
/*ドロワーメニューここから*/
.drawer-nav{
	background-color: rgba(231,231,225,0.3);
}
.drawer-menu{
	text-align: center;
}
.drawer-menu-item a:hover{
		opacity: 0.5;
	}
}
/*スマートフォン設定ここまで*/
