
@charset "UTF-8" ;
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

/* ぷいぷい

613 キッチンぷいぷい


 */

/* ボディ */
body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	background-image: url("../images/puipui_back.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 80%;
	background-position-y: 10%;
	background-attachment:fixed;
/*  font-family: "Rounded Mplus 1c", sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
		min-width: 0!important;
}

#back-ground{
	background: rgba(255,255,255,0.9);
	background-size:contain;
	width: 100%;
    height: auto;
}

div.nav_sp{
	display: none;
}

div.footer{
	display: block;
}

div.footer_sp{
	display: none;
}

time{
    font-weight: 300;
    color: #d0111b;
}

/*メイン*/
main {
    width: 658px;
    padding: 20px;
    margin: 10px;
}


/* ロゴ画像を囲むh1 */
.logo-wrapper
{
	margin: 0 ;
	padding: 0 ;
	line-height: 1 ;
}

/* ロゴ画像 */
.logo
{
    width: 35%;
    max-width: 414px;
    height: auto;
}

.logo_undermenu
{
    width: 180px;
    height: auto;
    margin-left: 10px;
}

.top_kitchen{
    padding-top: 20px;
    display: inline-block;
    background-image: url(../images/puipui-kitchen-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.top_kitchen_today{
    width:100%;
    display: block;
    padding-top: 20px;
}

.top_kitchen_today_l{
    float: left;
    width: 52%;
    border-radius: 10px;
    margin-left: 10px;
}

.top_kitchen_today_r{
    float: right;
    width:40%;
}

.top_photo_today{
    width: 300px;
    display: block;
    background-image: url(../images/today_photo.png);
    background-color: #ecf2cb;
    padding: 10px;
    padding-top: 30px;
    width: 280px;
    margin: 30px auto;
    border-radius: 5px;
    background-repeat: no-repeat;
    /* height: 500px; */
    /* padding-top: 20px; */
    /* padding-bottom: 50px; */
    display: block;
}

.top_photo_today_read{
    background-color: #FFF;
    display: block;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.8em;
}

.top_photo_today h3{
    margin-bottom: 10px;
    font-size: 1.35em;
    font-weight: 600;
    font-family: "Rounded Mplus 1c", sans-serif;
}

.todayphoto{
    width: 80%;
    border-radius: 5px;
}

.top_banner{
    margin: 0 auto;
    width: 320px;
    padding-bottom: 40px;
}

.top_banner img{
    width: 320px;
}


.top_kitchen_logo{
	float: right;
	width: 60%;
}

.top_banner_side{
    width: 300px;
}


.archive_corner_read {
    width: 100%;
    float: right;
    font-size: 1.0em;
    font-weight: 600;
    font-family: sans-serif;
}




.kitchen_read{
    font-size: 1.0em;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.btnn{
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.side_kitchen_icon{
    float:left;
    margin-right:20px;
}

.fixedmenu{
    padding-top: 250px;
}

/* フッター */
.footer
{
	/*border-top: 3px solid #fba5a5 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	/*margin-top: 2em ;			/* 他のブロックとのスペース */
	/*padding: 1em 0 ;			/* 上下の余白 */
	/*background: #fb1110 ;*/
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
/* .wrapper
{
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding-bottom: 10%;
    overflow: hidden;
    height: auto;
} */





/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	width: 618px ;
	padding: 20px ;					/* 上下左右に20pxの余白 */
    min-height: 980px;
}

main
{
	width: 618px ;
	padding: 20px ;					/* 上下左右に20pxの余白 */
    min-height: 980px;
    word-wrap: break-word;
}


.today_inquiry{
     width: 80%;
}

.corner_icon{
    width: 170px;
    background-color: #FFF;
    border: 2px solid #d0111b;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	float: left ;		/* 左に寄せる */
}

main
{
	float: left ;		/* 左に寄せる */
}



#header {
    background: #FFF;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
    border-bottom: 5px solid #d0111b;
    height: 180px;
	z-index: 99999999;
    margin-top: -6px;
}

#header .oa_time{
    float:right;
    display:block;
    margin-right:2.5%;
}

#header .oa_time_img{
    display: block;
    width: 320px;
    height: 62.3px;
}

.today_inquiry {
    width: 100%;
}

.today_inquiry2 {
    width: 100%;
}

#menu {
  position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:#FFF;
  width:100%;
  border-bottom: 5px solid #d0111b;
}

.f-menu {
	color: #d0111b;
	list-style:none;
  display: flex;
  margin:0;
  padding:5px;
  width: 500px;
  float: right;
}
.f-menu li {
  margin: 0 3px;
}
.f-menu li a {
  display:block;
  padding:10px 20px;
  color: #d0111b;
  text-decoration:none;
}
.f-menu li:first-child {
  margin-right:auto;
}
/*.f-menu li:first-child a {
}*/

.top_corner_title{
    margin: 0px;
    font-size: 1.5em;
    font-weight: 600;
    color: #d0111b;
    font-family: "Rounded Mplus 1c", sans-serif;
}
.top_corner_list{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 30px;
}

.top_corner_icon{
    float: left;
}

.top_corner_read{
	width: 70%;
	float: right;
}
.author{
    border-radius: 10px;
    margin-top: 0px;
    display: block;
    padding-bottom: 20%;
}


#header .global-nav-top{
  right: 10px;
  position: absolute;
  bottom: 30px;
}


.global-nav-top li{
    float:left;
    margin-right: 30px;
    bottom: 0;
    font-size: 1.2em;
    font-weight: 800;
    color: #d0111b;
}


/*ハンバーガーメニュー*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -230px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    font-family: sans-serif;
    font-size: 1.2em;    
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 100px;

	border-bottom: 5px solid #d0111b;
/*    background: #fff;*/
    background: rgba(255,255,255,1);
    transition: top 0.35s ease-in;
    -webkit-transition: top 0.35s ease-in;
    -moz-transition: top 0.35s ease-in;
    z-index: 100000;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
    margin-top: 0px;
}
#top-head.fixed #global-nav ul li a {
    color: #d0111b;
    font-weight: 700;
    padding: 0 20px;
}

#top-head.fixed #global-nav ul li a:hover{
    color: #fca3a3;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


.for_sp
{
/*     visibility:hidden; */
    display: none;
 }

.for_pc
{
    display: inline-block;
    width: 100%;
}

/*スマホハンバーガー*/




/*@media screen and (max-width: 1260px) {
.logo
    {
        width: 367px;
        height: auto;
    }
}
*/



/*ボタン*/
.myButton {
    background-color: #f9ff00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #d0111b;
    font-size: 1.3em;
    padding: 5px 15px;
    text-decoration: none;
}

.top_kitchen_icon:before {
    background:url(../images/puipui_kitchen_btnicon.svg) 0 0 no-repeat;
    -webkit-background-size:70px 45px;
    content:"";
    display:inline-block;
    width:40px;
    height: 45px;
    padding-left:5px;
    padding-right:30px;
	position:relative;
	top:1px;
}

.myButton:hover {
    background-color:#ffbc39;
}
.myButton:active {
    position:relative;
    top:1px;
}

.list-myButton {
    background-color: #f9ff00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #c4191f;
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    margin-top: 5px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 1.36em;
    float: right;
}

a{/*リンクされた文字*/
    color:#d0111b;
    font-style:normal;
    text-decoration:none;
}

a:link {/*未訪問のリンク*/
    color:#d0111b;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#d0111b;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#fca3a3;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.kitchen_read dd{
    margin-left: 0px;
}
.kitchen_read dt{
    margin-left: 0px;
}

#ac00{
    display: none;
}

/*--キッチンぷいぷい--*/
.second_kitchen {
/*     padding-top: 230px; */
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
}

.second_kitchen li {
    width: 64px;
    text-align: center;
    float: left;
    margin-left: 30px;
}

.side_kitchen_icon {
    height: 62px;
    width: 62px;
}

.kitchen_weektitle {
    width: 100%;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 600;
    color: #64b6c8;
}

.kitchen_todytitle {
    margin-top: 30px;
    width: 100%;
    font-size: 2em;
    font-weight: 600;
    color: #d0111b;
}

.kitchen-main_list {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 25px;
    /* font-feature-settings: "palt"; */
    border-bottom-style: dotted;
    border-bottom-color: #e7250f;
    border-bottom-width: 1px;
}

.kitchen-main_photo {
    border: 2px solid #d0111b;
    width: 50%;
    float: left;
    /* margin-top: 25px; */
}

.kitchen-main_read {
    /* padding-top: 20px; */
    width: 45%;
    float: left;
    margin-left: 5px;
    color: #64b6c8;
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 10px;
    font-family: sans-serif;
    margin-bottom:25px;
}

.kitchen-main_title {
    width: 100%;
    font-size: 1.3em;
    font-weight: 600;
    color: #d0111b;
    padding-bottom: 10px;
}

.kitchen-main-wrapper―read {
    vertical-align: bottom;
    padding-bottom: 10px;
    float: left;
    width: 60%;
}

.kitchen-main-chefphotoin {
    border-radius: 50%;
    float: right;
}

/*--キッチンフロート固定箇所--*/
.corner-main-loside {
    width: 320px;
    margin: 0 auto;
    /*padding-top: 265px;*/
}

.corner-main-loside dt {
    padding: 8px;
    text-align: center;
    font-size: 1.3em;
    /* margin-top: 30px; */
    background-color: #d0111b;
    color: #FFF;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.corner-main-loside dd {
    padding: 15px;
    text-align: left;
    font-size: 1.0em;
    border: 1px solid #d0111b;
    border-top: 0px solid #d0111b;
    font-family: sans-serif;
    font-weight: 700;
    background-color: #FFF;
}

.kitchen_list {
    width: 100%;
    height: auto;
    display: inline-block;
    /* margin-bottom: 30px; */
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #e7250f;
    border-bottom-width: 1px;
}

.top_corner_icon {
    float: left;
}

.top_corner_read {
    width: 70%;
    float: right;
    font-size: 1.0em;
    font-weight: 600;
    font-family: sans-serif;
}

/*ボタン*/
.myButton {
    background-color: #f9ff00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #d0111b;
    font-size: 1.3em;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto;
}

.top_kitchen_icon:before {
    background:url(/puipui/images/puipui_kitchen_btnicon.svg) 0 0 no-repeat;
    -webkit-background-size:70px 45px;
    content:"";
    display:inline-block;
    width:40px;
    height: 45px;
    padding-left:5px;
    padding-right:30px;
	position:relative;
	top:1px;
}

.myButton:hover {
    background-color:#ffbc39;
}
.myButton:active {
    position:relative;
    top:1px;
}


/*-----リストボタン--*/
.list-myButton {
    background-color: #f9ff00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #c4191f;
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    float: right;
    margin-top: 5px;
}

.top_kitchen-list_icon:before {
    background: url(../images/puipui_kitchenlist_btnicon.svg) 0 0 no-repeat;
    -webkit-background-size: 50px 50px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 46px;
    padding-left: 36px;
    padding-right: 20px;
    position: relative;
    top: 1px;
}

.list-myButton:hover {
    background-color:#ffbc39;
}
.list-myButton:active {
    position:relative;
    top:1px;
}

.recipe_icon {
    width: 35%;
    border: 2px solid #d0111b;
    background-color: white;
    float: left;
    margin-right: 10px;
}

.br-pc { display:block; }
.br-sp { display:none; }


/*corner css*/

.corner-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 10px;
    /* font-feature-settings: "palt"; */
    border-bottom-style: dotted;
    border-bottom-color: #e7250f;
    border-bottom-width: 1px;
    font-size: 1.8em;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

.present-main_title {
    width: 100%;
    font-size: 1.4em;
    font-weight: 600;
    color: #d0111b;
}
.toiawase-main_title  {
    width: 100%;
    font-size: 1.4em;
    font-weight: 600;
    color: #d0111b;
}

/*corner プレゼント*/
.corner_title {
    width: 98%;
}

.present_fa {
    font-size: 1.2em;
    color: #d0111b;
    font-weight: 700;
}

.corner-sns {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
    display: block;
    text-align: center;
}

.corner-sns {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
    display: block;
    text-align: center;
}

.corner-sns img {
    margin-left: 10px;
    margin-right: 10px;
}

.otoiawase {
    font-size: 1.1em;
    width: 100%;
    font-weight: 600;
    display: block;
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #d0111b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.corner-main2 {
    width: 100%;
    padding-top: 0%;
    font-size: 1.3em;
    padding-bottom: 10%;
}

.toiawase_tel {
    font-size: 1.3em;
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #d0111b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.toiawase_chui {
    font-size: 0.5em;
    color: #d0111b;
    font-family: sans-serif;
    margin-left: 10px;
}


.toiawase_chui2 {
    float: right;
    font-size: 0.8em;
    color: #d0111b;
    font-family: sans-serif;
}

/*バックナンバー*/
.corner-main-lo {
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.corner-main-lo dt {
    padding: 5px;
    text-align: center;
    font-size: 1.3em;
    margin-top: 30px;
    background-color: #dadada;
}

.corner-main-lo dd {
    padding: 5px;
    text-align: center;
    font-size: 1.0em;
    border: 1px solid #dadada;
    border-top: 0px solid #dadada;
    text-align: left;
    font-family: sans-serif;
    padding-left: 10px;
    background-color: #FFF;
    margin: 0px;
    font-size: 1.15em;
    font-weight: 600;
    color: #d0111b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.side_newlist{
    font-size: 0.8em;
    color: #f9827f;
  }



a img:hover {
    opacity: 0.5 ;
}

.kitchen-main_read{
    /* padding-top: 20px; */
    width: 45%;
    float: left;
    margin-left: 5px;
    color: #64b6c8;
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 10px;
    font-family: sans-serif;
}

.kitchen-main_read_kobetsu{
    /* padding-top: 20px; */
    width: 45%;
    float: left;
    margin-left: 5px;
    color: #d0111b;
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 10px;
    font-family: sans-serif;
}

.kitchen-main_photo{
    border: 2px solid #d0111b;
    width: 50%;
    float: left;
    /* margin-top: 25px; */
}
.kitchen-main-wrapper―read{
    vertical-align: bottom;
    padding-bottom: 10px;
    float: left;
    width: 60%;
}

.kitchen-main-wrapper―sns{
    vertical-align: bottom;
    padding-bottom: 10px;
}

.kitchen-main-chefphoto{
    float:right;
    margin-right:10px;
}
.kitchen-main-chefphotoin{
    border-radius: 50%;
    float: right;
}

.kitchen-main-wrapper―sns .kitchen-main-sns{
    float:left;
    margin-left:15px;
    width: 8%;
}


.top_kitchen_list{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 30px;
}

/*.top_kitchen_icon{
	float: left;
}*/

.top_kitchen_read{
	width: 70%;
	float: right;
}

.read001 p{
    margin-bottom: 30px;
    margin-left: 10px;
}

.read002 p{
    margin-bottom: 30px;
    margin-left: 10px;

}

.kobetsu {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}

.kitchen_title_kobetu {
    width: 10%;
    float: left;
    margin-right: 30px;
}

.kitchen_kobetu_time {
    color: #d0111b;
    font-weight: 600;
    font-size: 1em;
    font-family: sans-serif;
}

.kitchen_recipe {
    color: #e7250f;
    font-weight: 600;
    letter-spacing: 0.8em;
    font-size: 1.5em;
}

.kitchen_kobetu_title {
    color: #d0111b;
    font-weight: 600;
    font-size: 2em;
}

.kitchen-main_photo {
    border: 2px solid #d0111b;
    width: 50%;
    float: left;
    /* margin-top: 25px; */
}

.recipe_inde {
    float: left;
    margin-left: 16px;
    width: 280px;
    margin-bottom: 20px;
}

.kitchen-main_recipe_left {
    width: 45%;
    float: left;
    padding: 10px;
    font-family: sans-serif;
}

.kitchen-main_recipe_right {
    width: 45%;
    padding: 10px;
    float: right;
    border-left-style: dotted;
    border-left-color: #e7250f;
    border-left-width: 1px;
    font-family: sans-serif;
}

.kitchen_recipe {
    color: #e7250f;
    font-weight: 600;
    letter-spacing: 0.8em;
    font-size: 1.5em;
}

.time_list{
    color: #8f8f8f;
    font-weight: 500;
    /* border-bottom: 1px; */
    border-width: 1px;
    border-bottom: solid;
    display: inline-block;
    margin-bottom: 10px;
}


/*ページネーション*/

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0 auto;

}

.pagination li {display: inline;}

.pagination li a {
    color: #e7250f;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #FFF;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 18px;
}

.pagination li a.active {
    color: #e7250f;
    border: 1px solid #ddd;
}

.pagination li a.hover {
    background-color: #f9827f;
    border: 1px solid #ddd;
}

.pagination li a:hover:not(.active) {background-color: #ddd;}


/*印刷用ページ用ボタン*/
button.print {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #e7250f;
    color: #fff;
    border-style: none;
    display: block;
    margin: 0 auto;
    cursor: hand;
    cursor:pointer;
}

button.print:hover {
    background-color: #f9827f;
    color: #fff;
}

