@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0;
	padding:0;
	font-family:"YuGothic", "Yu Gothic", "sans-serif", Osaka-mono, monospace;
	color: #000;
	}
creafix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }
a img {
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


#top-img {
	background-image:url(img/top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	position: relative;
	ma
	}
.top-img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	}
.menue img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding: 80px 0 70px 0;
	}
.menue ul {
	display: block;
    margin-left:auto;
	margin-right:auto;
	width: 70%;
	padding-bottom: 150px;
	}
.menue li {
	display: block;
	float: left;
	text-align:center;
	margin: 10px 0px 10px 126px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2em ;
	}
.menue li:nth-child(1){
	margin-left: 0;
	}
	
/*私の朝ごはん*/
#main {
	margin:0 auto;
	width: 82%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.left {
	width:45%;
	float: left;
	}
.left img {
	width: 100%;
	height: auto;
	}
.right{
	float: right;
	height: auto;
	width: 50%;
	margin-left: 5%;
	position: relative;
	}
#main .right .main-box {
	width:75%;
	height: 100%;
	float: left;
	padding: 0 0 50px 0;
	position:relative;
	}
#main .right .main-box h2 {
	color: #000;
	font-size: 24px;
	letter-spacing: 0.2em ;
	padding: 0 0 40px 0;
	}
#main .right .main-box h3 {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.2em ;
	padding: 0 0 20px 0;
	}
#main .right .main-box h4 {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.2em ;
	padding: 0 0 5px 0;
	font-weight:100;
	}
#main .right .main-box p {
	color: #000;
	font-size:12px
	}
#main .right .main-peaple {
	width: 20%;
	float: right;
	position: absolute;
	right: 0;
	bottom: 50px;
	text-align: center;
	}
#main .right .main-peaple img {
	width: 100%;
	margin-bottom: 10px;
	}
#main .right .main-peaple p {
	color: #000;
	font-size: 10px;
	}
	
.button {
	position: absolute;
	bottom: 0;
	width:74%;
	display: inline-block;
	padding: .6em 10em;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em ;
}
.button:hover {
	background-color: #fff;
	color: #333;
}

#gohan-sub{
	width: 47%;
	float: left;
	margin-right: 6%;
	margin-top: 80px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
#gohan-sub:nth-child(2) {
	margin-right: 0;
	}
#gohan-sub .left {
	width: 40%;
	float: left;
	}
#gohan-sub .left img {
	width: 100%;
	height: auto;
	}
#gohan-sub .right{
	width: 55%;
	height: auto;
	float: right;
	position:relative;
	}
#gohan-sub .right .main-box{
	width: 100%;
	}
#gohan-sub .right .main-peaple{
	width: 70%;
	height: 60%;
	float: left;
	position: absolute;
	left: 0;
	bottom: 25px;
	text-align: left;
	}
#gohan-sub .right .main-peaple p {
	font-size: 10px;
	}
#gohan-sub .right .main-peaple2{
	width: 25%;
	text-align: left;
	float: right;
	}
#gohan-sub .right .main-peaple2 img{
	width: 25%;
	position: absolute;
	right: 0;
	bottom: 25px;
	}
#gohan-sub .right .main-peaple2 p{
	font-size: 10px;
	color:#000000;
	position: absolute;
	right: 0;
	bottom: 0;
	}
.view-button {
	width: 50%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	}
.view-button .button {
	width:100%;
	display: inline-block;
	padding: .6em 10em;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2em ;
}
.view-button .button:hover {
	background-color: #fff;
	color: #333;
}

.view-button .button {
  position: relative;
  display: inline-block;
  padding: .6em 10em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.view-button .button:hover {
  background-color: #fff;
  color: #333;
}
.view-button .post-contents .button01:hover::after {
  border-left-color: #333;
}

/**** ボタン ****/
.topic-button {
	position:absolute;
	bottom:0;
	left:48%;
	}
.custom-btn {
	padding: 10px 30px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

/**** BTN No. 1 ****/
.btn-1 {
	position: absolute;
	bottom: 0;
	border: 2px solid #000;}
.btn-1:hover {
  background: #000;
  color: #fff;
}
/**** BTN No. 3 ****/
.btn-3 {
  width: 150px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before, .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #000;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover:before {height: 100%;}
.btn-3:hover:after {width: 100%;}
.btn-3 span:before, .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #000;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {height: 100%;}
.btn-3 span:hover:after {width: 100%;}


/**** レシピ ****/
#main-2 {
	margin:0 auto;
	width: 82%;
	height: auto;
	}
#topic-tittle {
	margin-left:auto;
	margin-right: auto;
	margin-top: 150px;
	text-align: center;
	margin-bottom: 40px;
	}
#topic-tittle h2 {
	color: #000;
	font-size: 24px;
	letter-spacing: 0.2em ;
	padding: 0 0 20px 0;
	}
#topic-tittle hr {
	width: 5%;
	border-width: 5px 0 0 0; /* 太さ */
	padding: 0 0 20px 0;
	border-color: #000;
	}
#topic-tittle p {
	font-size: 14px;
	color: #000;
	}
.resipi-main{
	width: 100%;
	}
.resipibox {
	width: 22%;
	margin-left: 4%;
	float:left;
	}
.resipibox:nth-child(1){
	margin-left: 0;
	}
.resipibox img {
	width: 100%;
	height: auto ;
	}
.resipibox p {
	text-align: center;
	font-size: 12px;
	color:#000;
	margin-top: 10px;
	}

