@charset "UTF-8";

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main_top {
float: none;
width:100%;
text-align: left;
overflow: hidden
}
.hidden {
width: 100%;
overflow: hidden;
}
.br_hidden{
  display: none;
}
@media screen and (min-width: 981px) {
.br_hidden{
display: block;
}}


/*video
---------------------------------------------------------------------------*/
.wrap-video-box {
max-width: 100%;
margin: 0 auto;
overflow:hidden;
}	
.wrap-video {
max-width: 100%;
}
.wrap-video video{
max-width: 100%;
width: 100%;
height:400px;
object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
display: block;
margin:auto;
}

@media screen and (min-width: 768px) {
.wrap-video video{
height: 650px;
}}

/*24時間いつでも注文OK！
---------------------------------------------------------------------------*/
.top_muryo_box p{
  width: 100%;
	height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	background-image: linear-gradient(45deg, #45b035 0%, #73d10d 100%);
	text-align: center;
	color: #fff;
	padding: 25px 0;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	margin: 0;
}
@media only screen and (max-width: 980px) {
.top_muryo_box p{
padding: 20px 0;
font-size: 1.2em;
height: auto;
}
}


/*3つの理由
---------------------------------------------------------------------------*/
#riyuu_bg {
margin:0;
width: 100%;
background: #f2f7e3;
padding: 40px 0
}
.title_0 {
padding: 0;
text-align:center;
color:#6fb92c;
font-size: 1.3em;
line-height:1;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center; 
}
.title_0::before,
.title_0::after {
  background-color: #6fb92c; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 30px; /* 線の長さ */
}
.title_0::before {
  margin-right: 5px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.title_0::after {
  margin-left: 5px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.title_01 {
padding: 0 0 20px 0;
text-align:center;
color:#ff8000;
font-size: 200%;
line-height:1;
font-weight: bold;
}
.title_01 span{
font-size: 120%;
}

/* 3つの理由 */
.exp_m	{margin-top: 0;	padding: 0;}
.exp_m ul	{margin: 0;	padding: 0;	list-style: none}
.exp_m li a	{
	display: block;
	padding: 0;
	font-size: 130%;
	line-height:140%;
	text-align:center;
	text-decoration: none}
.exp_m li a:hover	{text-decoration: none}
.exp_m li a p {
color:#ff8000;
font-size: 1em;
}

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

.exp_m ul li {float: left;
	width: 32.5%}
.exp_m ul li:nth-child(3n-1) {
  margin: 0 1%;}
  
.exp_m img	{max-width: 90%;
	transition: 0.3s;}

.exp_m img:hover{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
.exp_m p{margin:15px 0;text-align:center;}

@media only screen and (max-width: 800px) {
.exp_m li a	{
	font-size: 90%;
	line-height:1.3;
	}}
@media only screen and (max-width: 767px) {
.exp_m li a	{
	padding: 0;
	font-size: 80%;
	line-height:1.2;
}}



/*商品一覧
---------------------------------------------------------------------------*/
#w_bg {
margin:50px 0;
width: 100%;
}
.box_o{
    background: url("../img/top/bg_titole_top1.jpg") center no-repeat;
    height: 230px;
	-moz-background-size:cover;
	background-size:cover;
	position: relative;
display: table;
text-align: center;
    width: 100%;
		color: #fff
	
}
.box_o::before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
mix-blend-mode: multiply;
background: #ccc;
}

.inner_o{
    display: table-cell;
    vertical-align: middle;
		position: relative;
    z-index: 2;
}
.content_o{
    display: inline-block;
    padding: 20px;
}
.title_o{
	font-size: 2em;
	line-height: 2;
	text-align: center;
	color: #fff;
	font-weight:bold;
	}
.text_o{
text-align: center;
color: #fff;
font-size: 1em;
line-height: 1.5em;
font-weight:normal;
}
h3.title_list{
background-image: linear-gradient(45deg, #45b035 0%, #73d10d 100%);
color:#ffffff;
border-radius: 50px;
padding: 20px 0;
font-size: 1.5em;
font-weight:bold;
}
h3.title_list2{
background-image: linear-gradient(45deg, #ff8000 0%, #ffce00 100%);
color:#ffffff;
border-radius: 50px;
padding: 20px 0;
font-size: 1.5em;
font-weight:bold;
}

/* 商品一覧　メニュー */
.work_box_list {
text-align: left;
margin: 30px 0;
}
.work_box_list ul {
list-style: none;
flex-wrap: wrap;
display: flex;
}
.work_box_list li div img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-filter: opacity(100%);
filter: opacity(100%);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
border-radius: 20px;
}
.work_box_list ul li {
vertical-align: top;
text-align: center;
margin-bottom: 5%;
}
.c_mise {
width: 100%;
max-width: 100%;
margin: 0;
position: relative;
padding-bottom: 100%;
height: 0;
display: flex;
}
.c_mise::before {
content: "";
display: block;
padding-top: 100%;
}
.c_mise img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
object-fit: cover;
}
.c_mise a img {
-webkit-filter: opacity(100%);
filter: opacity(100%);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.work_box_list li img a {
border: 0;
}
.work_box_list a:hover, a:hover .c_mise, a:hover .cate_box {
opacity: 0.6;
transition: 0.5s;
text-decoration: none;
}
.work_box_tex {
margin-top: 15px;
text-align: left
}
.work_box_tex h5 {
text-decoration: none;
font-weight: normal;
font-size: 1em;
line-height: 1.6;
clear: both;
}

.work_box_list ul {
justify-content: flex-start
}
.work_box_list ul li {
width: 31%;
margin-right: 3%;
}
.work_box_list ul li:nth-child(3n) {
margin-right: 0;
}
.work_box_list ul:after {
    width: 30%;
    order: 1;
}
.g_t {
	margin-top: 5px;
	font-size: 100%;
	line-height: 150%;
}
.nedan {
	font-size: 130%;
	line-height: 150%;
	display: inline-block;
	padding: 10px 0 0 0
}
.gray {
	color: gray;
	font-size: 70%;
}
@media only screen and (max-width: 980px) {
.titole_top1 {
height: 100px;
}
.g_t {
	font-size: 85%;
	line-height: 120%;
}
.box_o{
    height: 180px;

}
.title_o{
	font-size: 1.5em;
	line-height: 2;
	}
.text_o{
font-size: 0.9em;
}
h3.title_list,
h3.title_list2{
font-size: 1.3em;
}
}

/*h3 見出し
---------------------------------------------------------------------------*/
.section-two-h3 {
font-size: 24px;
line-height: 1.8;
font-weight: bold;
margin: 0 0 2% 0;
color: #6fb92c;
letter-spacing: 2px;
}
.section-two-h3 span{
font-size: 11px;
display: block;
font-weight: normal;
color: #333
}


/*INSTAGRAM
---------------------------------------------------------------------------*/
.insta_box {
 position: relative;
    display: inline-block;
}
.insta_box::before,
.insta_box::after {
display: inline-block;
content: '';
width: 50px;
height: 50px;
vertical-align: middle;
position: absolute;
top: 7px;
}
.insta_box::before {
background: url("../img/top/in_left.png") no-repeat;
background-size: contain;
left: -30px;
}
.insta_box::after {
background: url("../img/top/in_right.png") no-repeat;
background-size: contain;

right: -65px;
}


/*info
---------------------------------------------------------------------------*/
#info_bg {
margin:30px 0;
padding: 50px 0;
width: 100%;
background-color:#f2f7e3;
}

.info_box2{
display:table;
width: 980px;
padding: 0}
	
.info_box2 div {
display:table-cell;
vertical-align:top;}

.info_box2_l{
text-align: left;
width: 20%
}
.info_box2_l a {
display: block;
margin: 0px 30px 0px 0px;
text-decoration:none;
font-size:130%;
}
.info_box_r {
padding: 0 0 0 30px;
width: 70%;
}

.info_box_top {
width: 100%;
float: left;
font-weight: normal;
margin: 0px 0 10px 0px;
padding: 4px 0px 4px 0px;
}
.info_box_top p {
float: left;
font-size: 85%;
line-height: 200%;
margin: 0px 20px 0px 0px;
text-align: left;
color: #6fb92c;
font-weight: normal; }
.info_box_top h5 a {
text-decoration: none;
float: left;
font-weight: normal;
font-size: 100%;
line-height: 150%;
color: #555;
text-align: left;
display: block
}
.info_box_top h5 a:hover {
text-decoration: underline;
}
.info_box_top img {
margin: -5px 0px 0px 5px;
padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 980px) {
.info_box2:after {
content: "";
display: block;
clear: both}
.info_box2{
	width: 100%;}
}
@media only screen and (max-width: 600px) {
.info_box2{
	display: block;}
.info_box2 div {
    display: block;
      width: 100%;}

.info_box2_l{
text-align: left;
display: block;
width: 100%;
margin: 0;
padding: 0 0 10px 0;
}
.info_box_r {
border-left: none;/*線色*/
padding: 10px 0 0 0;
display: block;
width: 100%
}
}

/*SNS*/
.icons_sns a{
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	align-self: center;
	gap: 1rem;
	justify-content: center;
  align-items: center;
}
.icons_sns i {
	font-size: 50px;
	color: #6fb92c;
	text-align:center;
}
.icons_sns a:hover {
opacity: 0.6;
transition: 0.5s;
text-decoration: none;
}