@charset "UTF-8";
/* CSS Document */


#introBox .imgOshi {
	width: 34%;
	max-width: 240px;
	border-radius: 0px;
}
#introBox .snsBox {
	justify-content: flex-end;
	/*margin-top: -25px;*/
	margin-top:5px;
}
#single #titBox #introBox .flex .iconBox {

    margin-left: 3%;
}
#introBox {
	padding-bottom: 20px!important;

}

.bnKiji {
	margin-top: 30px!important;
}
.h2-01 .sub {
	display: block;
	font-size: 77%;
	border-bottom: #c9caca dotted 2px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
	
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 10px auto 30px;
	border-radius: 20px;
	
}
#single .sec .prt {
	text-align: center;
	position: relative;
}
#single .sec .prt::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #c9caca;
	z-index: -1;
}
#single .sec .prt img {
	width: 70%;
	max-width: 320px;
}
#single .prtBox .editer.pink {
	padding-top: 30px;
}
#single .prtBox dl {
	padding: 0em 0 1.5em;
}
#single .prtBox dt {
	font-size: 24px;
	padding: 0.5em 0;
}
#single .prtBox dt::before {
	content: "●";
	color: #ea5c71;
}
#single .prtBox dd {
	font-size: 18px;
}
#single .prtBox h3 {
	font-size: 32px;
	border:none;
	padding-top: 0.6em;
	margin-top: 1em;
}
/*#single.zuborameshi .sec h3 span.h3sub {
	font-size: 80%;
	border-bottom: #c9caca dotted 2px;
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
}
#single.zuborameshi .sec h4 {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	border-bottom: #ee8382 solid 3px;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}
#single.zuborameshi .sec h4 span {
	color: #ea5c71;
}
*/
/*.materialBox {}
.material02 {
	margin-top: 50px;
}

.materialBox table {
	width: 100%;
	border-collapse:  collapse;
}
.materialBox th,.materialBox td {
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	border-bottom: #c9caca solid 1px;
	padding: 0.8em;
}
.materialBox td {
	text-align: right;
}
.materialBox th span {
	font-weight: 500;
}*/
/*.materialBox tr:last-child th,.materialBox tr:last-child td {
	border: none;
}*/

/*.recipeBox {
	padding-top: 30px;
}
.recipeBox > div {
	display: flex;
	justify-content: flex-start;
	gap: 0 20px;
	padding: 20px 0;
	border-bottom: #c9caca solid 1px;
}


.recipeBox .num {
	font-size: 22px;
	background-color: #ea5c71;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
}
.recipeBox .txtBox {
	width: 55%;
	font-size: 18px;
	padding-top: 0.1em;
	line-height: 2.0;
}
.recipeBox .txtBox span {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	line-height: 1.6;
	padding-top: 0.3em;
}
.recipeBox .imgBox {
	width: 35%;
}
.recipe01 .box01 .txtBox,
.recipe01 .box04 .txtBox,
.recipe02 .box01 .txtBox,
.recipe04 .txtBox{
	width: 90%;
}
.recipe01 .box06,
.recipe02 .box01,
.recipe03 .box04,
.recipe04 .box04 {
	border:none;
}*/




#single .editer {
    padding: 0px 0 30px;
}
#single .editer.pink {
    padding: 10px 0 30px;
}

#single .editer .imgBox {
    width: 154px;
	position: relative;
	overflow: visible;
}
#single .pink .imgBox p {
    font-size: 18px;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0;
}
#single .editer .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
}
#single .pink .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
	background-color: #fceaea;
}

#single .pink .txtBox::after {
    left: inherit;
    right: 100%;
    transform: translateY(-50%);
    border-right: #FCEAEA solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
}
#single .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#single #sec04 .editer {
    padding: 30px 0 0px;
}

#single .blue {
  flex-direction: row-reverse;
}
#single .blue .txtBox {
  background-color: #d3edfb;
	
}
#single.sup .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#sec04 h3 {
	border: none!important;
	margin: 0!important;
}
/*#sec05 {}
#sec05 .leftBox p {
	padding-bottom: 1em;
}
#sec05 h3 {
	width: 80%;
	max-width: 520px;
	margin: 0 auto;
	padding-top: 20px;
	border: none!important;
	
}
#sec05 .desc {
	padding: 2% 5%!important;
}
*/


@media screen and (max-width : 959px ){
	.caution {
		font-size: clamp(14px, 4vw, 16px);
	}
}
@media screen and (max-width : 599px ){
	
	#introBox .imgOshi {
		width: 100%;
		max-width: 320px;
		border-radius: 0px;
		margin: 0 auto 15px;
	}
	#introBox .flex dd span {
		text-align: justify;
	}
	
	#introBox .flex .iconBox {
		margin: 15px 5px 0!important; 
	}


#single .prtBox h3 {
   font-size: clamp(19px, 5.3vw, 21px);
}
#single .prtBox dt {
	 font-size: clamp(16px, 4.6vw, 18px);
}
#single .prtBox dd {
   font-size: clamp(14px, 4vw, 16px);
}
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e6e6e5 solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single .editer {
    padding-bottom: 30px;
    padding: 15px 0;
	}
	#single .editer .imgBox {
    width: 120px;
	}
	#single .editer .imgBox p {
    font-size: clamp(15px, 4.3vw, 17px);
    position: static;
		padding: 0.2em 0;

	}
	#single .editer .txtBox {
		width: 100%;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e9f3fb solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
		padding: 10px 0 30px
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }


	
}
	