@charset "UTF-8";
/* blog Styles */

.blog p {
	padding:0px;
	margin:0px;
	font-size: 1.1em;
	line-height: 2em;
}	
.blog hr{
	margin: 40px 0;
	border: #ADADAD dotted 1px;}

h1.pagetitle{
    margin-bottom: 15px;
    font-size: 2.2em;
}
.blog-head-subtitle{
	color: #403d39!important;
	font-size: 70%!important;
    font-weight: normal;
    display:block;
    padding-top: 5px;
}

.blog h2 span{
	display: inline-block;
	font-size: 14px;
	color: #000000;
	padding: 6px 10px;
	vertical-align:middle;
	border: #000000 solid 1px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.blog h2{
	color: #000000;
	font-weight: bold;
	font-size: 1.9em}
.blog h2 span.fs80p{
	font-size: 15px;
	line-height: 2em;
	border: none;
	padding: 0!important;
	margin-right: 0;
font-weight:normal!important;}


.blog h3{
	color: #000000;
	font-weight: normal!important;
	font-size: 1.1em;
	display: block;
	margin-bottom: 40px;
	padding-bottom: 15px;
    border-bottom: #ADADAD dotted 1px;
}

.blog .blog_h3 {
	border-bottom:none; 
	margin-bottom:0px; 
	padding-bottom:0px;
	font-size: 1.6em;
	border-bottom:1px solid #dcdcdd;
	padding-bottom: 6px;
	margin-bottom: 15px;
	}
p.blog-head-lead{
	font-size: 1.1em;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px;
    border-bottom: #ADADAD dotted 1px;
    line-height: 1.8;
}


.linkbutton {
	background-color:#FFD4D5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color: #000000;
	font-size:1em;
	padding:1px 15px;
	text-decoration:none;
	line-height: 2em;
	margin-left: 5px;
	margin-right: 5px;
}
.linkbutton:hover {
	background-color: #FFC2C4;
}



.image_1clmn{
	display: block;
	width: 100%;
	text-align: center;
	}

.image_clmn p{
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left}
.image_clmn img{
	margin-bottom: 10px;
	width: auto;
	max-width: 100%;
	border:0;
}

.image_2clmn{
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
	}

.clm_left{
	margin-right: 5px;
	}
.clm_right{
	margin-left: 5px;
	}



.blog p.detail{
	border-left :3px solid #CF0A2C;
	padding:0 15px;
	margin-bottom: 5px;
	
}
.blog table.detail{
	border-left :3px solid #CF0A2C;
	margin-bottom: 5px;	
}
.blog table.detail th{
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
}
.blog table.detail th,.blog table.detail td{
	line-height: 1.8;
}

@media (max-width : 769px) {
h1.pagetitle {
    font-size: 1.75em;
    margin-bottom: 15px;

} 
.blog h2 span{
	font-size: 12px;
	padding: 6px 10px;
}
.blog h2 span.fs80p{
	padding-bottom: 5px;
	}
.blog h2{
	font-size: 1.6em;}
	
.blog h3{
	color: #000000;
	font-size: 1.1em}

.blog .blog_h3 {
	font-size: 1.4em;
	}
h1.pagetitle{
    margin-bottom: 5px;
    font-size: 1.8em;
}
.blog-head-subtitle{
	font-size: 65%!important;
    letter-spacing: 0!important;
    margin-bottom: 15px;
}
    
p.blog-head-lead{
    font-size: 1em;
}
}

@media (max-width : 480px) {

.blog-head-subtitle{
	font-size: 1.15em;
}
}



p.caption-blog{
	font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
}

i.caparrow{
	color:  #CF0A2C;
	font-size: 12px;
}
.link-box p{
	line-height: 1.5;
}
.mt15{
	margin-top: 15px;
}
p.subtitle{
	font-size: 1.15rem;
	font-weight: bold;
}

/*レシピ*/
.recipe-box{
	padding: 15px 25px;
border: 1px solid #dcdcdd;
	box-sizing: border-box;
	
}
.recipe .title{
	border-bottom:1px solid #CF0A2C;
	font-size: 1.1rem;
	color:#e50011;
	margin-bottom: 5px;
}

/**/
.mt5{
	margin-top: 5px;
}
i.red{
    color: #CF0A2C;
    font-size: 0.9em;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.between{
	justify-content: space-between;
}
.col-2 .clm{
	width: 48.8%;
	margin-bottom: 10px;
}

.col-2 .clm.tateimg img{
	height: 340px;
}
img.img_center{
	display: block;
	margin: 0 auto;
}
.col-3 .clm{
	width: 32%;
	margin-bottom: 10px;
}
.col-4 .clm{
	width: 24%;
	margin-bottom: 10px;
}
.clm p.caption-b{
	line-height: 1.4;
	margin-top: 5px;
	text-align: center;
	font-size: 14px;
}
.col-2-txtimg .img{
	width: 220px;
}
.col-2-txtimg .img p{
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	margin-top: 4px;
}
.col-2-txtimg .txt{
	width: calc(100% - 230px);
}
.col-2-wide .clm{
    width: 48%;
}
.mt5{margin-top: 5px;}

@media (max-width : 769px) {
.col-2.zairyo-row .clm{
	width: 100%;
	margin-bottom: 10px;
}
.col-2 .clm{
	width: 100%;
	margin-bottom: 10px;
}
.col-2-wide .clm:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
}
.col-2 .clm.tateimg img{
	height: auto;
}
}
@media (max-width : 480px) {
.col-3 .clm{
	width:100%;
}
	
	.clm.spnone{display: none;}
}
@media (max-width : 480px) {

.clm p.caption-b br{
	display: none;
}
.col-2-txtimg .img{
	width: 100%;
	margin-top: 5px;
}
.col-2-txtimg .img p{
	font-size: 14px;
}
.col-2-txtimg .txt{
	width: 100%;
}
	
}

.zairyo{
	width: 100%;
table-layout: fixed;
}
.zairyo th,.zairyo td{
	border-bottom: 1px dotted #ccc;
	display: block;
}
.zairyo tr{
	display: flex;	
	justify-content: space-between;
}
.zairyo th{
	width: 50%;
	text-align: left;
}
.zairyo td{
	width: 50%;
	text-align: right;
}

.zairyo th.th-long{
	width: 60%;
	text-align: left;
}
.zairyo td.th-long{
	width: 40%;
	text-align: right;
}


.recipe .tsukurikata{
	margin-top: 5px;
}
.recipe .tsukurikata li{
	padding:15px 0;
	border-bottom: 1px dotted #ccc;
	display: flex;
	align-items: center;
}

.recipe .tsukurikata.wide li:last-child{
	border-bottom: none;
	padding-bottom: 5px;
}

.recipe .tsukurikata li strong{
    font-size: 1.1em;
    margin-right: 10px;
}

/*tsukurikata wide*/
.recipe .tsukurikata.wide{
	margin-top: 0px;
}
.recipe .tsukurikata.wide li{
	padding:15px 0;
	border-bottom: 1px dotted #ccc;
	display: block;
}
.recipe .tsukurikata.wide li:first-child{
	padding-top: 0px;
}
.recipe .tsukurikata.wide li:last-child{
	border-bottom: none;
	padding-bottom: 5px;
}
.recipe .tsukurikata.wide li p{
    line-height: 1.7;
    font-size: 1.08em;
}
.recipe .tsukurikata.wide li p.caption-blog {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 5px;
}
.recipe .tsukurikata.wide li strong{
    font-size: 1em;
    margin-right: 5px;
}


/*hover効果*/
.a_hover{
	transition: .3s;
}
.a_hover:hover{
	opacity: .8;
}

p.line{
    border-bottom: 1px solid #dcdcdd;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.recipe-box h3, .recipe-box h4{
	margin-bottom: 0px;
	font-weight: bold!important;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdd;
	font-size: 1.1em!important;
}
.recipe-box p{
	font-size: 1.0em!important;
}
.recipe-box ul{
	    line-height: 2em;
	list-style: inside;
	padding-left: 5px;
}

/*文字列折り返し*/
@media (max-width : 769px) {
.blog{
    word-wrap: break-word;
}
}

.blog-mt10{
    margin-top: 10px!important;
}
.blog-mt20{
    margin-top: 20px!important;
}
.blog-mt40{
    margin-top: 40px!important;
}

/*---------------------------*/
.blogmenu-btn{
display: block;
    padding: 8px 0;
    color: #666;
    font-size: 0.95em;
    text-decoration: none;
    transition: .3s;
}
.blogmenu-btn.selected{
        color: #e50011;
}

.blogmenu-btn::before {
content: url("images/arrow.png");
    padding-right: 8px;
    padding-left: 5px;
    font-weight: 900;
    font-size: 30%;
}
.blogmenu-btn:hover{
    cursor: pointer;
    color: #e50011;
}
#localmenu .blogmenu-sub{
    position: relative;
    top:-7px;
}
#localmenu .blogmenu-sub li a {
    display: block;
    font-size: 0.9em;
}

/*-----blog-feature--------------------------*/
.blog-feature{
    padding: 20px;
    background: #EEEEEE;
    font-size: 1.15rem;
    border-radius: 3px;
}
.blog-feature .text_red{
    color:#e50012;
}


/*-----youtube--------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

dl.blog_dl {
  line-height:1.5;
  display: flex;
}
dl.blog_dl dt {
  width: 5em;

}
dl.blog_dl dd {
margin-right: 40px;
  margin-left: 0;	
}
/*-----画像拡大--------------------------*/
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	z-index: 99;}

  #modal-container div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
   #modal-container div img {
      max-width: calc(100vw - 30px);
      max-height: calc(100vh - 30px);
    }
#modal-container.show {
	display: block;
}
.popup{
	width: 40%;
}
img.popup {
  cursor: pointer;
}
