@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*===============================================================================
COMMON
===============================================================================*/
a:hover img {
  opacity: 0.80;
}
#tomonokaiArea {
	overflow: hidden;
	font:normal normal 15px/1 'Noto Sans JP', sans-serif;
}
div#content {
	margin: 0;
	padding: 0;
}
/* main
-------------------------------------------------------------*/
.main{
	padding: 20px 0 0;
	background: url("/simages/shop/friend/img/bg_main.png") repeat-x center top;
	background-size: 4px auto;
}
.main h1{
	margin: 0;
	padding: 0;
	text-align: center;
}
.main p{
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.55;
}
/* tokuten
-------------------------------------------------------------*/
.tokuten dl{
	margin: 70px 20px 0;
	padding: 30px 15px;
	box-sizing: border-box;
	border: 3px solid #cc0000;
	border-radius: 10px;
	position: relative;
}
.tokuten dt{
	width: 300px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #cc0000;
	font-size: 18px;
	color:  #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%) skewX(-20deg);
}
.tokuten dt span{
	display: inline-block;
	transform: skewX(20deg);
}
.tokuten dd{
	font-size: 20px;
	color: #cc0000;
	text-align: center;
	line-height: 1.65;
}
/* merit
-------------------------------------------------------------*/
.merit .areaMerit{
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 30px auto 0;
}
.merit .areaMerit:before{
	content: "";
	width: 100%;
	height: 4px;
	background: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform:skewX(-20deg);
}
/*.merit .areaMerit:after{
	content: "";
	width: 1544px;
	height: 360px;
	background: url("/simages/shop/friend/img/bg_merit_line.png") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
}*/
.merit .areaMerit .boxL,
.merit .areaMerit .boxR{
	width: 100%;
	position: relative;
	z-index: 1;
}
.merit .areaMerit .boxR{
	position: relative;
}
.merit .areaMerit .boxR:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #f9f8ec;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform:skewX(-20deg);
	transform-origin:left bottom;
}
.merit .areaMerit .boxRInner{
	width: 100% !important;
	max-width: 480px !important;
	display: block;
	margin: 0 auto !important;
	padding: 10px 0 !important;
	position: relative;
	z-index: 2;
}
.merit .areaMerit01 .boxRInner{
	width: auto !important;
	margin: 30px 20px 0 !important;
}


.merit .areaMerit .boxRInner img{
	width: 100% !important;
	max-width: 480px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.merit .areaMerit .ttlMerit{
	width: 100%;
	min-height: 70px;
	display: flex;
}


.merit .areaMerit .boxR+.ttlMerit{
	margin: 30px 0 0;
	position: relative;
}
.merit .areaMerit .boxR+.ttlMerit:before{
	content: "";
	width: 100%;
	height: 4px;
	background: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform:skewX(-20deg);
}
.merit .areaMerit .ttlMerit .ttl{
	width: 100px;
	position: relative;
	display: flex;
	box-sizing: border-box;
	padding-left: 10px;
	align-items: center;
}
.merit .areaMerit .ttlMerit .ttl:after{
	content: "";
	width: 100%;
	height: 100%;
	background: #ff6600;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transform:skewX(-20deg);
	transform-origin:right top;
}
.merit .areaMerit h2{
	color: #fff;
	font-size: 18px;
	position: relative;
	z-index: 2;
}
.merit .areaMerit h2 strong{
	font-size: 30px;
	font-weight: 400;
}
.merit .areaMerit .ttlMerit .ttlCopy{
	width: calc(100% - 100px);
	position: relative;
	display: flex;
	box-sizing: border-box;
	padding: 10px 0 0 0;
}
.merit .areaMerit .ttlMerit .ttlCopy p{
	margin: 0 -50px 0 0;
	font-size: 20px;
	font-weight: 500;
	color: #339933;
	line-height: 1.25;
}
.merit .areaMerit .ttlMerit .ttlCopy p strong{
	font-weight: 500;
	font-size: 105%;
}
.merit .areaMerit .ttlMerit .ttlCopy p strong.txtRed{
	color: #cc0000;
}
.merit .areaMerit p.lead{
	padding: 20px;
	font-size: 17px;
	line-height: 1.65;
}
.merit .areaMerit p.note{
	margin: 0 20px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.65;
}
.merit .areaMerit p.lead strong.txtRed{
	color: #cc0000;
}
.merit .areaMerit p.btn{
	margin: 0 !important;
	padding: 20px !important;
	text-align: center;
}
.merit .areaMerit p.btn a{
	display: block;
	margin: 0;
	padding: 10px 40px 10px 40px;
	color: #ff6600;
	font-size: 16px;
	border-radius: 100px;
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.6);
	position: relative;
	text-align: center;
}
.merit .areaMerit p.btn a.blank:before{
	content: "";
	width: 24px;
	height: 20px;
	background: url("/simages/shop/friend/img/icn_blank.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}
.merit .areaMerit p.btn a.pdf:before{
	content: "";
	width: 24px;
	height: 29px;
	background: url("/simages/shop/friend/img/icn_pdf.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

/* merit2Photo
-------------------------------------------------------------*/
.merit2Ttl{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 45px 0 0;
}
.merit2Ttl .ttl{
	width: 180px;
	margin: 0 auto;
}
.merit2Ttl .leadCopy{
	width: 100%;
	margin: 15px 16px 0;
	text-align: center;
	line-height: 1.35;
}
.merit2Photo{
	margin: 0 20px;
	padding: 0;
}
.merit2Photo ul{
	width: 100%;
}
.merit2Photo li{
	width: 100%;
	padding: 20px 0 0;
}
.merit2Photo figure{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
}
.merit2Photo figcaption{
	padding: 5px 0 0;
	text-align: right;
	font-size: 11px;
}
/* areaMerit03
-------------------------------------------------------------*/
.merit .areaMerit03{
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 70px auto 0;
}
.merit3Ttl{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
}
.merit3Ttl .ttl{
	width: 180px;
	margin: 0 auto;
}
.merit3Ttl .leadCopy{
	width: 100%;
	margin: 15px 16px 0;
	text-align: center;
	line-height: 1.35;
}
.merit3BoxFlex{
	margin: 0 16px;
	padding: 0;
}
.merit3BoxFlex .box{
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	padding-top: 20px;
}

/* merit2New
-------------------------------------------------------------*/
.merit2New{
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 60px auto 60px;
	border: 2px solid #339933;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}
.merit2New .sttl {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #339933;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%) skewX(-20deg);
}
.merit2New .sttl span {
  display: inline-block;
  transform: skewX(20deg);
	padding: 10px 20px;
}
.merit2New .sttl em {
	font-weight: bold;
	font-style: normal;
	padding: 0 3px;
}
.merit2New .sttl em.t01 {
	color: #ffffff;
	text-shadow: 2px 2px 0 #28792a;
}
.merit2New .sttl em.t02 {
	color: #ff6600;
	text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff, 3px 2px 0 #28792a, 2px 3px 0 #28792a;
	padding-right: 6px;
}
.merit2New .newBox {
	justify-content: space-between;
	padding: 20px 0;
}
.merit2New .newBox + .newBox {
	border-top: 4px dotted #339933;
}
.merit2New .newBox:last-of-type {
	padding-bottom: 0;
}
.merit2New .newBox .textArea {
}
.merit2New .newBox .textArea dl dt {
	margin-bottom: 10px;
}
.merit2New .newBox .textArea dl dt span,
.merit2New .newBox .textArea dl dt em {
	line-height: 1.5em;
	display: block;
	font-style: normal;
	color: #cc0000;
	font-weight: 500;
}
.merit2New .newBox .textArea dl dt span {
	font-size: 16px;
	color: #663300;
}
.merit2New .newBox .textArea dl dt span rt {
	margin-bottom: -0.5em;
}
.merit2New .newBox .textArea dl dt em {
	font-size: 20px;
	color: #cc0000;
}
.merit2New .newBox .textArea dd p {
	padding: 0;
	line-height: 1.5em;
}
.merit2New .newBox .imageArea {
	margin-top: 20px;
}
.merit2New .newBox .imageArea figure {
	padding: 0;
	margin: 0;
}
.merit2New .newBox .imageArea figure figcaption {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5em;
}
/* merit3Photo
-------------------------------------------------------------*/
.merit3Photo{
	width: auto;
	margin: 0 20px;
	padding: 30px 0 0;
}
/* merit3Other
-------------------------------------------------------------*/
.merit3Other{
	width: 100%;
	margin: 30px auto 0;
	padding: 30px 20px 0;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}
.merit3Other .boxClm1{
	width: 100%;
}
.merit3Other .boxClm1 .boxPhoto{
	width: 100%;
}
.merit3Other .boxClm1 .boxTxt{
	width: 100%;
	padding: 20px 0 0;
}
.merit3Other .boxClm1 .boxTxt h3{
	font-size: 19px;
	color: #339933;
	line-height: 1.7;
	text-align: center;
}
.merit3Other .boxClm1 .boxTxt ul li{
	padding: 10px 0 5px 30px;
	background: url("/simages/shop/friend/img/arw_green.png") no-repeat 0 12px;
	font-size: 16px;
	line-height: 1.55;
}
.merit3Other .boxClm2{
	width: 100%;
	position: relative;
	margin: 60px 0 0;
}
.merit3Other .boxClm2:after{
	content: "";
	width: 100%;
	height: 210px;
	background: #f9f8ec;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 0;
	transform:skewX(-20deg);
}
.merit3Other .boxClm2 h3{
	width: 160px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.merit3Other .boxClm2 h3 span{
	position: relative;
	z-index: 2;
}
.merit3Other .boxClm2 h3:after{
	content: "";
	width: 160px;
	height: 36px;
	background: #ec6651;
	position: absolute;
	top: 0;
	left: 0;
	transform:skewX(-20deg);
	z-index: 1;
}
.merit3Other .boxClm2 .boxClm2Inner{
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.merit3Other .boxClm2.vegetable .catch{
	margin: 0;
	padding: 20px 0 5px;
	color: #339933;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}
.merit3Other .boxClm2.vegetable ul{
	text-align: center;
}
.merit3Other .boxClm2.vegetable ul li{
	display: inline-block;
	padding: 15px 0 20px 30px;
	background: url("/simages/shop/friend/img/arw_green.png") no-repeat 0 16px;
	font-size: 16px;
	line-height: 1.55;
}
.merit3Other .boxClm2.vegetable .boxPhoto{
	width: 100%;
	max-width: 200px;
	margin: 10px auto 0;
}
.merit3Other .boxClm2.vegetable .boxPhoto img{
	width: 100%;
}
.merit3Other .boxClm2.flower .lead{
	margin: 0;
	padding: 10px 0;
	color: #339933;
	line-height: 1.7;
	text-align: center;
	font-weight: 500;
}
.merit3Other .boxClm2.flower .boxPhoto{
	position: relative;
	z-index: 2;
}
.merit3Other .boxClm2.flower .boxPhotoInner{
	width: 100%;
}
.merit3Other .boxClm2.flower .boxPhotoInner .box{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.merit3Other .boxClm2.flower .boxPhotoInner .box ul li{
	display: inline-block;
	padding: 10px 0 10px 30px;
	background: url("/simages/shop/friend/img/arw_green.png") no-repeat 0 11px;
	font-size: 16px;
	line-height: 1.55;
}
.merit3Other .boxClm2 .hukidashi{
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	box-sizing: border-box;
	padding: 10px;
	color: #ec6651;
	text-align: center;
	font-weight: 500;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ec6651;
	z-index: 1;
}
.merit3Other .boxClm2.vegetable .hukidashi{
	margin: 0;
}
.merit3Other .boxClm2 .hukidashi p{
	text-align: center;
	line-height: 1.35;
}





/* other
-------------------------------------------------------------*/
.other{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0;
}
.otherTtl{
	background: url("/simages/shop/friend/img/bg_line.png") repeat center top;
	background-size: 4px 4px;
}
.otherTtl h2{
	width: 270px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #663300;
	font-size: 19px;
	font-weight: 400;
	background-color: #e7e5c2;
	border-radius: 100px;
}
.other ul{
	padding: 0 15px;
}
.other ul li{
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
}
.other ul li figure{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 1px solid #ff6600;
}
.other ul li figure img{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
.other ul li .ttl{
	display: flex;
	justify-content: center;
	align-items: center;
}
.other ul li .ttl .ttlInner{
	display: inline-block;
	padding: 0 0 0 32px;
	background: url("/simages/shop/friend/img/ttl_other_line.png") no-repeat 0 0;
	background-size: 32px 53px;
}
.other ul li .ttl .ttlInner p{
	height: 53px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ff6600;
}
.other ul li .ttl .ttlInner p strong{
	font-size: 36px;
}
.other ul li .box{
	padding: 10px 0 0;
	border-top: 1px solid #ff6600;
}
.other ul li .box p{
	text-align: center;
	line-height: 1.55;
	font-size: 15px;
}
.other ul li .box p strong{
	font-size: 19px;
}

/* kaihi
-------------------------------------------------------------*/
.kaihi{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 20px;
	background-color: #fcf1e4;
	border-top: 2px solid #ff6600;
}
.kaihi h2{
	width: 270px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 19px;
	background-color: #ff6600;
	border-radius: 100px;
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
}
.kaihi p.lead{
	font-size: 19px;
	text-align: center;
	line-height: 30px;
}
.kaihi p.lead span{
	font-size: 130%;
}
.kaihi p.lead strong{
	font-size: 150%;
}
.kaihi p.lead strong.txtOrange{
	color: #ff6600;
}
.kaihi li{
	padding: 10px 0 0;
	font-size: 11px;
	text-align: center;
}

/* btn
-------------------------------------------------------------*/
p.btnTomonokai {
	display: block;
	width: 100%;
	margin: 30px auto 0;
}
p.btnTomonokai a{
	width: 100%;
	max-width: 340px;
	height: 80px;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	background-color: #11b700;
	font-size: 18px;
	vertical-align: middle;
}
p.btnTomonokai a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}
p.btnGekkanshi {
	display: block;
	width: 100%;
	margin: 30px auto 0;
}
p.btnGekkanshi a{
	width: 100%;
	max-width: 340px;
	height: 80px;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	background-color: #ff9900;
	font-size: 18px;
	vertical-align: middle;
}
p.btnGekkanshi a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

/* footer
-------------------------------------------------------------*/
footer{
	padding-bottom: 80px;
}
.setBtn{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	padding: 5px;
	background-color:rgba(106,56,6,0.8);
	font:normal normal 14px/1 'Noto Sans JP', sans-serif;
}
.setBtn ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.setBtn ul li{
	width: calc((100% - 5px) / 2);
}
.setBtn ul li a{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
}
.setBtn ul li a.btnGreen{
	background-color: #11b700;
}
.setBtn ul li a.btnOrange{
	background-color: #ff9900;
}
.setBtn ul li a strong{
	font-size: 115%;
}
.setBtn a:hover {
  opacity: 0.80;
}

@media print {
    #fix_header {
        position: static;
    }
}
