@charset "UTF-8";
/*=================================================
	全称スタイル
=================================================*/
*{
	text-decoration: none;
	list-style: none;
	line-height: 1.7;
    margin: 0 auto;
    padding: 0;
    font-style: normal;
}


/*=================================================
	スタイル
=================================================*/
body {
	box-sizing: border-box;
	color: #5c4033;
	font-family: "Quicksand", sans-serif;
	background: url("images/bg.jpg") repeat;
}

.wrapper{
	width: 1400px;
    height: 100%
}
/*=================================================
	ヘッダー
=================================================*/
header{
	max-width: 1400px;
	height: 100px;
    margin: 0 auto;
	display: flex;
	background-color: #a8d5ba;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: auto;
}

/*=================================================
	ヘッダー内のコンテンツ配置
=================================================*/
.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

/*=================================================
	ロゴ
=================================================*/
#logo{
	height: 80px;
	margin: 30px 0 30px -400px;
	padding: 5px;
	}

/*=================================================
	ナビゲーションバー 
=================================================*/
div nav ul{
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: 20px;
	left: 400px;
}

nav a{
	font-size: 18px;
	margin: 30px 25px 10px 0;
	text-decoration: none;
	color: #5c4033;
	font-weight: bold;
	
}

nav ul li a:hover{
	color: #f4a261;
}

nav ul li a img:hover{
	color: #f4a261;
}


/*=================================================
	メイン画像
=================================================*/
div#main_image{
	width: 1400px;
    background: url('images/main_visual.jpg') no-repeat center/cover;
	background-position: center;
    margin:0 auto;
	padding: 0;
}


/*=================================================
	追従「Back to Top」アイコン
=================================================*/
.back_to_top{
    box-sizing: border-box;
    overflow-x: hidden;
    position: fixed;
    top: 650px;
    right: 20px;
    z-index: 10;
}
/*=================================================
	アバウト
=================================================*/
/*====== ABOUT, HapPaw Kitchenとは=====*/
#about{
    width: 1400px;
    height: 1240px;
    position: relative;
    top: auto;
}


.about_title{
    width:  345px;
    height: 30px;
    display: flex;
    text-align: center;
    margin: 50px 0 80px 100px;
}

/*====== ABOUT =====*/
.about_top{
	font-size: 36px;
	font-weight: bold;
}

/*====== HapPaw Kitchenとは=====*/
.about_2{
	font-size: 18px;
	text-decoration-line: underline;
	font-weight: bold;
	margin: 20px 0 0 20px;
}

/*====== ドッグフードのヒューマングレードというこだわりを追い求める =====*/
.about_3{
	font-size: 46px;
    font-weight: normal;
    margin: 50px 0 0 100px;
}

/*====== 左右２列のテキスト =====*/
#text{
	display: flex;
	width: 900px;
	height: 128px;
	font-size: 16px;
	margin: 0 0 0 100px;
    position: absolute;
    top: 35%;
}

/*=================================================
	アバウトのテキスト・レフト
=================================================*/
p.about_text_left{
	width: 440px;
}

/*=================================================
	アバウトのテキスト・ライト
=================================================*/
p.about_text_right{
	width: 440px;
	margin-left: 30px;
}

/*=================================================
	アバウト　足跡１
=================================================*/
.paw_footprints{
	background-image: url('images/stamp/paw_stamp1.png') no-repeat right top;
	position: absolute;
	top: 0;
	right: 5%;
}

/*=================================================
	ラインナップ
=================================================*/
#lineup{
    width: 1400px;
    position: relative;
    top: 30px;
}

/*=================================================
	ラインナップ　しば犬画像
=================================================*/
.lineup_image{
	width: 100%;
	background-image: url('images/main_visual2shiba.png') no-repeat;
    position: absolute;
    top: -90%;
}


.lineup_title{
	width: 515px;
	height: 220px;
	margin: 40px 0 80px 100px;
	display: flex;
	column-gap: 20px;
	align-items: flex-start;
}

/*====== LINEUP =====*/
.lineup_title h2{
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

/*====== 商品紹介=====*/
.lineup_title h4{
	font-size: 18px;
	font-weight: bold;
	text-decoration-line: underline;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

/*====== ここでしか味わえない最高のひと皿を。 =====*/
.lineup_3{
	font-size: 46px;
    font-weight: normal;
	margin: -220px 0 0 100px;
}


/*====== メインディッシュ・ケアディッシュ横並び =====*/
.dish_links{
	width: 660px;
	display: flex;
	text-align: center;
	margin-left: 100px;	
}

.dish_links p{
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #5c4033;
}

.dish_links p.care_dish{
	margin-left: 20px;
}


.dish_links p.a,.dish_links p.a{
	font-size: 20px;
	text-decoration: underline;
	align-items: center;
	margin-left: 20px;
	margin-top: 50px;
}

/*====== リンクのホバー効果 ======*/
.dish_links a {
  color: #5c4033;
  text-decoration: none;
}

.dish_links a:hover{
  color: #f4a261;
}
/*=================================================
	ラインナップ　足跡２
=================================================*/
.paw_footprints2{
	background-image: url('images/stamp/paw_stamp2.png') no-repeat right top;
	position: relative;
	top: -390px;
	right: -1000px;
}

/*=================================================
	メインディッシュ（総合栄養食） 
=================================================*/
/*---メインディッシュ（総合栄養食）---*/
.main_dish_top{
	width: 1400px;
	height: 70px;
	background-color: #5c4033;
	border-radius: 33px 33px 0 0;
	position: absolute;
    top: 50%;
    z-index: 2;
}

.main_dish_top h1{
	font-size: 40px;
    font-weight: normal;
	color: #fff;
    margin-left: 100px;
}

.maindish_container {
	width: 1400px;
	height: 1520px;
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	gap: 80px;
	justify-items: center; 
	align-items: flex-end;
	padding: 140px;
    position: absolute;
    top: 55%;
	}

.maindish_container a {
	box-shadow: 6px 6px 6px rgba(158,158,158,0.4);
	display: block;
	margin-top: -80px;
	border-radius: 33px;
}


.maindish_container a:hover img {
  transform: scale(1.03); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
}

/*=================================================
	ケアディッシュ（一般食）
=================================================*/
.care_dish_top{
	width: 1400px;
	height: 70px;
	background-color: #5c4033;
	border-radius: 33px 33px 0 0;
	position: absolute;
    top: 265%;
	
}

.care_dish_top h1{
	font-size: 40px;
    font-weight: normal;
	color: #fff;
    margin-left: 100px;
}


.caredish_container {
	width: 1400px;
	height: 870px;
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	grid-auto-rows: auto;
	gap: 80px; 
	justify-items: center; 
	align-items: flex-end;
	max-width: 1400px; 
	padding: 140px;
	border-radius:  0 0 33px 33px;
    position: absolute;
    top: 275%;
	}

.caredish_container a {
	box-shadow: 6px 6px 6px rgba(158,158,158,0.4);
	display: block;
	margin-top: -50px;
	border-radius: 33px;
}


/* 各セルにフィット */
.caredish_container img {
	width: 350px; 
	height: 666px;
	display: block;
	border-radius: 8px;
}


/*=== 少し拡大 ===*/
.caredish_container a:hover img {
  transform: scale(1.03); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


/*=================================================
	フィチャーズ
=================================================*/
#featuers{
    width: 1400px;
    position: relative;
    top: 2100PX;
}

/*====== FEATUERS こだわり====*/
.f_title{
    display: flex;
	width: 400px;
	height: 30px;
	margin: 100px 0 80px 100px;
    text-align: center;
}

.featuers_top{
	font-size: 36px;
	font-weight: bold;
    margin: 0;
}


/*====== こだわり=====*/
.featuers_sub{
	font-size: 18px;
	text-decoration-line: underline;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}

/*=================================================
	０１。手づくりごはん
=================================================*/
/*====== 01.手づくりごはん。 =====*/
.featuers_h1{
	font-size: 40px;
    font-weight: normal;
	margin: 80px 0 0 100px;
}

#featuers_text01{
	width: 1200px;
	height: 255px;
	margin: 50px 0 0 100px;
}

.featuers_imag1{
	background-image: url('images/features/features1.png') no-repeat;
	position: relative;
	top: -200px;
	left: 790px;
}

/*=================================================
	０２・新鮮な国産食品。
=================================================*/
/*====== 新鮮な国産食品。テキスト =====*/
#featuers_text02{
	width: 1200px;
	height: 310px;
	text-align: left;
	margin: -250px 0 0 100px;
	position: relative;
	top: 30px;
    left: 700px;
}


/*====== ０２・新鮮な国産食品。 =====*/


.featuers_h1{
	font-size: 40px;
    font-weight: normal;
	margin: 100px 0 30px 0;
}


/*=================================================
	０２・食品画像・３つ
=================================================*/
/*====== 食品画像　豚肉 =====*/
.featuers_food1{
	background-image: url('images/features/food_pork.png') no-repeat;
	position: relative;
	top: -400px;
	left: 3px;
}


/*====== 食品画像 野菜=====*/
.featuers_food2{
	background-image: url('images/features/food_vegi_fish.png') no-repeat;
	position: relative;
	top: -350px;
	left: 150px;
}

/*====== 食品画像 鶏肉=====*/
.featuers_food3{
	background-image: url('images/features/food_chicken.png') no-repeat;
    position: relative;
	top: -680px;
	left: 570px;
}
/*=================================================
	０３・健康サポート。
=================================================*/
#featuers_text03{
	width: 1200px;
	height: 300px;
	margin: 0 0 0 100px;
    position: relative;
    top: -560px;
}

#featuers_text03.featuers_h1{
	font-size: 40px;
    font-weight: normal;
	margin: 80px 0 0 100px;
}


/*====== 健康サポート。 =====*/
#featuers_text03.featuers_h1{
	font-size: 40px;
	margin: 60px 0 0 100px;
}

#featuers_text03.featuers_text03{
	width: 436px;
	height: 176px;
	margin: 50px 0 0 100px;
}


div#featuers_imag2{
	background-image: url('images/features/features2.png') no-repeat;
	position: relative;
    top: -790px;
    left: 800px;

}

/*=================================================
	０４・高い衛生基準。
=================================================*/
/*====== 。テキスト =====*/
div#featuers_text04{
	width: 1200px;
	height: 310px;
	text-align: left;
	margin: -250px 0 0 100px;
	position: relative;
    top: -570px;
	left: 700px;
}


/*====== 高い衛生基準。 =====*/
.featuers_h1 h1{
	font-size: 40px;
    font-weight: normal;
	margin: 60px 0 0 100px;
}

.featuers_text04{
	position: relative;
	margin-top: 50px;
}

#featuers_imag3{
	background-image: url('images/features/features3.png') no-repeat;
	position: relative;
	top: -850px;
	left: 100px;
}

/*=================================================
	０４・食品画像・しゃけ
=================================================*/
div#featuers_food4{
	background-image: url('images/features/food_fish.png') no-repeat;
	position: relative;
	top: -950px;
	left: -5px;
}

/*=================================================
	０５・選べる保存方法。
=================================================*/
#featuers_text05{
	width: 1200px;
	height: 300px;
	margin: 0 0 0 100px;
    position: relative;
    top: -1020px;
}

/*====== 選べる保存方法 =====*/
#featuers_text05.featuers_h1{
	font-size: 40px;
	margin: 80px 0 0 100px;
}

.featuers_text05{
	width: 436px;
	height: 176px;
	margin: 50px 0 0 0;
}

/*=======================================
	月雲スマイル
========================================*/
div#featuers_imag4{
	background-image: url('images/stamp/tsukumo.png') no-repeat right top;
	position: relative;
    top: -850px;
	left: 880px;
}


/*=================================================
	　足跡３　全体の足跡
=================================================*/
.paw_footprints3{
	background-image: url('images/stamp/paw_stamp2.png') no-repeat;
	position: absolute;
    top: -1%;
	right: 35%;
	
}

/*=================================================
	０５・食品画像・野菜とジビエ
=================================================*/
/*====== 野菜　 =====*/
div#featuers_food5{
	background-image: url('images/features/food_vegi.png') no-repeat left top;
	position: relative;
	top: -1700px;
	left: 830px;
}


/*====== ジビエ　 =====*/
div#featuers_food6{
	background-image: url('images/features/food_beef.png') no-repeat left top;
	position: relative;
	top: -2100px;
	right: -1110px;
}

/*=================================================
	　足跡４
=================================================*/
.paw_footprints4{
	background-image: url('images/stamp/paw_stamp4.png') no-repeat right top;
	position: relative;
	top: -2180px;
	left: 10px;
}

/*=================================================
	　足跡５
=================================================*/
.paw_footprints5{
	background-image: url('images/stamp/paw_stamp5.png') no-repeat right top;
	position: relative;
    top: -2100px;
	left: 590px;
}


/*=================================================
	インフォ
=================================================*/
#info{
    width: 1400px;
    height: 430px;
    position: relative;
    top: 180px;
}

.info_title{
    width: 430px;
	height: 30px;
    display: flex;
    margin: 30px 0 80px 100px;
}

.info_h2{
	font-size: 36px;
	font-weight: bold;
    margin-left: -3px;
}

/*====== インフォメーション=====*/
.info_h4{
	font-size: 18px;
	text-decoration-line: underline;
	font-weight: bold;
	margin-top: 20px;
	margin-left: -130px;
}

#info .info_container{
    width: 740px;
    height: 420px;
    position: relative;
    top: -80px;
    left: 120px;
}



dl {
    display: flex;
    align-items: flex-start;
}

dt {
    flex-shrink: 0;
    margin-top: 30px

}

dd {
    display: flex;
    flex-direction: column; 
    margin-left: 30px;
    margin-top: 30px;
}

hr{
    width: 740px;
    border: none;
    left: 300px;
    border-bottom: 2px dashed #5c4033;
    margin: 0;
    margin-top: 20px;
}

li.info_text2{
    margin-left: 5px;
    padding-left: 10px;
}

li.info_text2 p{
    margin-left: 10px;
    padding-left: 10px;  
}

.past_info{
    display: flex;
    margin-top: 25px;
    position: relative;
    top: -160px;
    right: -550px;
}

.past_info a{
    background: url("images/info/info_buttom.png")no-repeat;
    position: relative;
    top: -10px;
    right: 400px;
    text-align: center;
    margin-left: 20px;
}
/*=================================================
	コンタクト
=================================================*/
#contact_top{
	width: 1400px;
	height: 370px;
    background-color: #fff;
    border-radius: 33px 33px 0 0;
	align-items: flex-start;
    margin: 80px 0 80px 80px;
    padding-top: 60px;
    display: flex;
    position: relative;
    top: 160px;
    
}

.c_title{
    width: 350px;
    height: 30px;
    display: flex;
}

/*====== CONTACT =====*/
.c_title h2{
	font-size: 36px;
	font-weight: bold;
	margin-left: 40px;
}


/*====== お問い合わせ=====*/
.c_title h4{
	font-size: 18px;
	font-weight: bold;
	text-decoration-line: underline;
	text-align: center;
	margin-top: 20px;
	margin-left: 20px;
}


/*====== メールアイコン =====*/
#contact_top img{
    position: relative;
    top: 75px;
    left: -45px;
}


/*====== 右側の枠=====*/
.contact_right{
    display: flex;
    margin: 0 auto;
    position: relative;
    top: 60px;
    left: -105px;
}

.contact_web h4, .contact_tel h3{
    font-size: 18px;
    font-weight: bold;
    text-decoration-line: none;
    margin-bottom: 20px;
    text-align: left;
}

/*======  WEBで問い合わせ=====*/
.contact_web{
    width: 375px;
    height: 230px;
    border-right: 3px solid #5c4033;
    margin-right: 20px;
    padding: 10px;
}


/*======  電話で問い合わせ=====*/
.contact_tel{
    width: 350px;
    height: 150px;
    margin: 90px 0 0 20px; 
}



/*=================================================
	
   ↑ bgがズレる
    フッターいか、スペースができてしまう

=================================================*/




/*=================================================
	フッター}
=================================================*/
footer{
	width: 1400px;
	height: 150px;
	display: flex;
    margin: 0 auto;
	background-color: #a8d5ba;
    position: relative;
    top: 80px;
}

/*=================================================
	フッター内のコンテンツ配置
=================================================*/
.footer_inner{
	display: flex;
    margin: 0 auto;
	justify-content: space-between;
	
}

#logo2{
	height: 80px;
	margin:  20px 0 30px -200px;
	padding: 5px;
	}


/*==========　ナビ　============*/
.nav_footer{
    margin:  -15px 0 20px 0;
    padding: 5px;
}

.nav_footer nav ul li  a{
	font-size: 18px;
	text-decoration: none;
	color: #5c4033;
	font-weight: bold;    
}

nav ul li a:hover{
	color: #f4a261;
}

nav ul li a img:hover{
	color: #f4a261;
}


/*==========　インスタとX ============*/
.sns a img{
    position: relative;
    left: 280px;
    margin: 70px 0 20px 0;
}

.sns a.sns_insta{
    margin-right: 20px;
}

.sns p{
    position: relative;
   top: -10px;
    left: 50px;
}




