﻿@charset "utf-8";
******** ▼▼▼Reset▼▼▼*********/ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
#warp #contents {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

html>/**/body {
	font-size: 12px;
} /* Except IE */

div img {
	vertical-align: bottom;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
a:hover img {
	opacity: 0.6;
}
a img {
	transition: opacity 0.5s ease-out;
}
a {
	color: #fff;
	text-decoration: none;
}
* {
	font-size: 16px; /* 基準のフォントサイズを16pxとする */
	-webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */
}

#wrap {
	width: 100%;
	right: 0;
	left: 0;
	background-image: url(../img/bg_img.png);
	
}

img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

 /* clearfix  --------------------------*/
.clearfix:after {
content: '';
display: block;
clear: both;
height:0;
}
.clearfix { /zoom: 1;
} /* IE */

@supports (-ms-ime-align:auto) {
	ul li {
		list-style-type: none !important;
	}
/*	.shikumi li {
		list-style-type: none;
	}
*/	}


/********* ▼▼▼Reset▼▼▼*********/

/*********▼▼▼スタート▼▼▼*********/
.Bnr .Bnr__img p.close a i {
	margin-top: 6px !important;
	margin-left: 0.5px;
}
dl.accordion {
	
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	
	
}

dl.accordion .green {
	border: 2px #9AC60D solid;
	border-radius: 20px;
	background-color: #fff;
	background: url(../img/open.png)  bottom 10px center  no-repeat;
	background: url(../img/open.png)  bottom 10px center no-repeat;
	background-size: 70px;
	height: auto;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
dl.accordion .olive {
	border: 2px #228B22 solid;
	border-radius: 20px;
	background-color: #fff;
	background: url(../img/open.png)  bottom 10px center  no-repeat;
	background: url(../img/open.png)  bottom 10px center no-repeat;
	background-size: 70px;
	height: auto;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

dl.accordion .blue{
	border: 2px #3AA3A9 solid;
	border-radius: 20px;
	background-color: #fff;
	background: url(../img/open.png)  bottom 10px center  no-repeat;
	background: url(../img/open.png)  bottom 10px center no-repeat;
	background-size: 70px;
	height: auto;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

dl.accordion .red{
	border: 2px #F58CA0 solid;
	border-radius: 20px;
	background-color: #fff;
	background: url(../img/open.png)  bottom 10px center  no-repeat;
	background: url(../img/open.png)  bottom 10px center no-repeat;
	background-size: 70px;
	height: auto;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
dl.accordion dt:hover{

	background-color: #FFFEE5;
	
}

dl.accordion dt.open {
	background-color: #E2FFE8;
	background-size: 70px;
}

dl.accordion .Box_sect1 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #9AC60D solid;
	border-radius: 20px;
	background-color: #fff;
	width: 850px;
	margin-left: 0px;
	margin-bottom: 20px;
}

dl.accordion .Box_sect3 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #3AA3A9 solid;
	border-radius: 20px;
	background-color: #fff;
	width: 850px;
	margin-left: 0px;
	margin-bottom: 20px;
}
dl.accordion .Box_sect5 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #F58CA0 solid;
	border-radius: 20px;
	background-color: #fff;
	width: 850px;
	margin-left: 0px;
	margin-bottom: 20px;
}

dl.accordion .Box_sect7 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #228B22 solid;
	border-radius: 20px;
	background-color: #fff;
	width: 850px;
	margin-left: 0px;
	margin-bottom: 20px;
}

#topimg{
	width: 100%;
	background-color: #fff;
}

#topimg .inner{
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
}

#sect1{
	width: 100%;
}
#sect1 .inner{
	width: 1000px;
	background-color: #fff;
}


.titole_box{
	float: left;
}

.green .titole_box h3{
	font-size: 40px;
	line-height: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #9AC60D;
	padding: 10px;
	width: 650px;
	color: #424242;
}

.olive .titole_box h3{
	font-size: 40px;
	line-height: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #228B22;
	padding: 10px;
	width: 650px;
	color: #424242;
}


.blue .titole_box h3{
	font-size: 40px;
	line-height: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #3AA3A9;
	padding: 10px;
	width: 650px;
	color: #424242;
}

.red .titole_box h3{
	font-size: 40px;
	line-height: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #F58CA0;
	padding: 10px;
	width: 650px;
	color: #424242;
}


.accordion .clearfix p {
	clear: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #424242;
	font-size: 19px;
}

#sect1 .accordion .clearfix .img {
	width: 190px;
	float: right;
}
#wrap #sect1 .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#sect1 .inner .titole {
	width: 700px;
	margin: 0px auto;
	padding-bottom: 20px;
	padding-top: 10px;
}

.Box_sect1 {
	background-color: #9AC60D;
	width: 100%;
	
}
.inner .accordion .Box_sect1 {
	background-color: #9AC60D;
	
}


.inner .accordion .Box_sect1 .sect1_Timg{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #fff;
	background-image: url(../img/box_sect1_img1.png);
	margin: 10px 10px 30px 10px;
	
}


.inner .accordion .Box_sect1 .sect2_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #fff;
	background-image: url(../img/box_sect2_img1.png);
	margin: 10px 10px 30px 10px;
	
}

.inner .accordion  .sect3_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #3AA3A9;
	background-image:url(../img/box_sect3_img10.png);
	margin: 10px 10px 30px 10px;
	
}

.inner .accordion  .sect4_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #3AA3A9;
	background-image:url(../img/box_sect4_img1.png);
	margin: 10px 10px 30px 10px;
	
	
}

.inner .accordion  .sect5_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #F58CA0;
	background-image:url(../img/box_sect5_img1.png);
	margin: 10px 10px 30px 10px;
	
}

.inner .accordion  .sect6_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #F58CA0;
	background-image:url(../img/box_sect6_img1.png);
	margin: 10px 10px 30px 10px;
	
}

.inner .accordion  .sect7_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  670px ;
	background-size: 150px;
	font-size: 47px;
	height: 115px;
	color: #228B22;
	background-image:url(../img/box_sect3_tea.png);
	margin: 10px 10px 30px 10px;
	
}


/**/



.inner .accordion .Box_sect1 p{
	font-size: 17px;
	color: #fff;
}

.inner .accordion .Box_sect2 p{
	font-size: 17px;
	color: #565656;
}


.Box_sect1 ul li img {
	width: 115px;
	float: left;
	height: 100px;
}
.Box_sect1 ul li span {
	font-size: 16px;
	clear: left;
}
.Box_sect1 ul li h4 {
	width: 600px;
	float: right;
	border: 2px #9AC60D solid;
	border-radius: 20px;
	background-color: #fff;
	padding: 20px 20px 15px 20px;
	font-size: 25px;
	margin-top: 5px;
	margin-right: 40px;
	font-weight: 100;
	line-height: 100%;
}

.inner .accordion .Box_sect1 .chushaku{
	margin-top: -26px;
    float: right;
    font-size: 13px;
    margin-right: 43px;
}

.inner .accordion .sect1_box{
	padding: 15px 20px 18px 20px;
	width: 730px;
	margin: 0px auto;
	border: 1px #fff solid;
	border-radius: 20px;
	background-color: #fff;
	line-height: 160%;
	
}

.inner .accordion .sect1_box img{
	width: 132px;
	padding-right: 10px;
	
}

.accordion .green .mame {
	margin-right: -27px;
}

.Box_sect3 h5{
	font-size: 36px;
	color: #3AA3A9;
	margin: 0px;
	font-weight: 200;
	line-height: 130%;
	margin: 30px 10px;
}

.Box_sect3 .cont_box{
	width: 770px;
	margin: 0px auto;
	margin-bottom: 40px;
}

.Box_sect3 .cont_box.clearfix .sect3_img {
	width: 350px;
	float: left;
}

.Box_sect3 .cont_box.clearfix .text {
	width: 370px;
	float: right;
	font-size: 18px;
}


.accordion .Box_sect3 .shikumi {
	width: 800px;
    margin: 0 auto;
    padding-left: 13px;
	border: 2px solid #3AA3A9;
	text-align: center;
	margin-bottom: 40px;
}
.accordion .Box_sect3 .shikumi li{
	width: 230px;
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
.Box_sect3 .yaji {
	margin-top: 50px;
	width: 35px;
	float: left;
}

.shouhinLIst{
	width: 800px;
	margin: 0px auto;
}

.shouhinLIst .img_box{
	width: 400px;
	float: left;
}
.shouhinLIst .text{
	padding: 40px 0px;
	width: 380px;
	float: right;
	font-size: 18px;
}

.shouhinLIst .text2{
	padding: 40px 0px;
	width: 800px;
	float: center;
	font-size: 15px;
}

.shouhinLIst .text span{
	padding: 30px 0px;
	
	float: right;
	font-size: 13px;
}



.shouhinLIst.clearfix .offer_btn {
	width: 225px;
	text-align: center;
	top: 0px;
	margin-top: -50px;
}

.box.clearfix{
	width: 800px;
	margin: 0px auto;
}

.Box_sect3 .box.clearfix .burashi {
	width: 300px;
	float: left;
}


.Box_sect3 .box.clearfix .r_box {
	width: 470px;
	float: right;
}

.Box_sect3  .box_list{
	width: 450px;
	float: left;
	padding-left: 6%;
	list-style-type: none;
}

.Box_sect3  .box_list li {
	width: 142px;
	float: left;
}

.Box_sect3 .box2{
	width: 800px;
	margin: 0px auto;
	
}
.Box_sect3 .box2 .left_box {
	width: 490px;
	float: left;
}

.Box_sect3 .box2 .rit_box {
	width: 280px;
	float: right;
	padding-right: 0x;
}

.Box_sect3 .box2.clearfix .box2img {
	width: 450px;
}

.Box_sect3 .box3{
	padding: 1% 1% 1% 2%;
	border: 2px #3AA3A9 solid;
	border-radius: 3%;
	background-color: #fff;
	margin: 0px;
	margin-bottom: 2%;
}

.Box_sect3 .box3 h6 {
	margin: 1%;
	color: #A30002;
	font-size: 22px;
}


.accordion .Box_sect6{
	margin: 0px;
	padding: 0px;
	width: 90%;
}


.accordion .Box_sect5 .graf {
	width: 50%;
	margin: 0px auto;
}
.accordion .Box_sect5 .graf_txt {
	width: 60%;
	margin: 0px auto;
	font-size: 13px;
}
.accordion .Box_sect5 .graf {
	width: 50%;
	margin: 0px auto;
}

.foot_box{
	width: 90%;
	margin: 3% auto 0px;
}

.foot_box .box_img {
	width: 20%;
	float: left;
}
.foot_box .text {
	width: 75%;
	float: right;
	font-size: 18px;
	font-weight: bold;
}


#offer_box ul {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
#offer_box li {
  width: 30%;
  text-align: center;
}

#offer_box .olive {
	color: #228B22;
	font-size: 110%;
	font-weight: 100;
}

#offer_box .orenge {
	color: #F37800;
	font-size: 110%;
	font-weight: 100;
}

#offer_box .glay {
	color:#454545;
	font-size: 110%;
	font-weight: 100;
}


.volume {
	font-size: 80%;
	border: 1px solid #363636;
	color: #393939;
	padding: 5px;
}


.offer_btn2 {
	width: 25%;
	margin: 0 auto;
	text-align: center;
}

.yaji_pc{ display: block !important; }
.yaji_sp{  margin: 0 auto; display: none !important; }

.Box_sect1 ul {
	margin-top: 20px;
}



/**********▲▲▲CSS▲▲************/



/* Tablet Layout */
/*********▼▼▼▼▼▼スタート▼▼▼▼▼▼*********/
@media only screen and (max-width: 1080px) {
	
#wrap {
	width: 100%;
	right: 0;
	left: 0;
}
	
	
	#topimg{
	width: 100%;
	background-color: #fff;
}

#topimg .inner{
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

#sect1{
	width: 100%;
}
#sect1 .inner{
	width: 100%;
	background-color: #fff;
}
	
	
	
	
	dl.accordion {
	
	width: 95%;
	margin: 0 auto;
	padding-bottom: 5%;
	
	
}


dl.accordion .green {
	border: 2px #9AC60D solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 9%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	width: 95%;
	margin: 0 auto 2%;
}

dl.accordion .olive {
	border: 2px #228B22 solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 9%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	width: 95%;
	margin: 0 auto 2%;
}
	
dl.accordion .blue{
	border: 2px #3AA3A9 solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 10%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	margin-bottom: 5%;
}

dl.accordion .red{
	border: 2px #F58CA0 solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 10%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	margin-bottom: 3%;
}
	
	

dl.accordion dt.open {
	background-color: #E2FFE8;
	background-size: 10%;
}
	
dl.accordion .Box_sect1 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #9AC60D solid;
	border-radius: 3vw;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 8%;
}

dl.accordion .Box_sect3 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #3AA3A9 solid;
	border-radius: 3vw;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 5%;
}


dl.accordion .Box_sect5 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #F58CA0 solid;
	border-radius: 3vw;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 5%;
}
	
	
dl.accordion .Box_sect7 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #228B22 solid;
	border-radius: 3vw;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 5%;
}
	
	
.titole_box{
	float: left;
}
.green .titole_box h3{
	font-size: 5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #9AC60D;
	padding: 2%;
	width: 100%;
	color: #424242;
}

.blue .titole_box h3{
	font-size: 5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #3AA3A9;
	padding: 2%;
	width: 100%;
	color: #424242;
}

.red .titole_box h3{
	font-size: 5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #F58CA0;
	padding: 2%;
	width: 100%;
	color: #424242;
}
	
	
.olive .titole_box h3{
	font-size: 4.5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #228B22;
	padding: 2%;
	width: 100%;
	color: #424242;
}
	
	
	.accordion .clearfix p {
	clear: left;
	margin: 0px;
	padding: 5% 0% 9% 2%;
	color: #424242;
	font-size: 3vw;
	font-weight: 100;
}

#sect1 .accordion .clearfix .img {
	width: 30%;
	float: right;
}
#wrap #sect1 .inner {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#sect1 .inner .titole {
	width: 98%;
	margin: 0px auto;
	
	padding-bottom: 3%;
	padding-top: 2%;
}


.inner .accordion .Box_sect1 {
	background-color: #9AC60D;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	
	.inner .accordion .Box_sect5 {
	background-color: #fff;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	.inner .accordion .Box_sect6 {
	background-color: #fff;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}

	.inner .accordion .Box_sect7 {
	background-color: #fff;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	
	
.inner .accordion .Box_sect1 .sect1_Timg{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100%;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #fff;
	background-image: url(../img/box_sect1_img1.png);
	margin: 0% 0% 1% 0;
	
}


.inner .accordion .Box_sect1 .sect2_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #fff;
	background-image: url(../img/box_sect2_img1.png);
	margin: 1% 1% 2% 1%;
	
}

.inner .accordion  .sect3_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #3AA3A9;
	background-image:url("../img/box_sect3_img10.png");
	margin: 1% 1% 2% 1%;
	
}

.inner .accordion  .sect4_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #3AA3A9;
	background-image:url(../img/box_sect4_img1.png);
	margin: 1% 1% 2% 1%;
	
	
}

.inner .accordion  .sect5_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #F58CA0;
	background-image:url(../img/box_sect5_img1.png);
	margin: 0% 0% 1% 0;
	
}

.inner .accordion  .sect6_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #F58CA0;
	background-image:url(../img/box_sect6_img1.png);
	margin: 0% 0% 1% 0;
	
}

.inner .accordion  .sect7_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 22%;
	font-size: 5vw;
	height: 10%;
	color: #228B22;
	background-image:url(../img/box_sect3_tea.png);
	margin: 1% 1% 2% 1
		;
	
}	
	
	
	
.inner .accordion .Box_sect1 p{
	font-size: 2.5vw;
	color: #fff;
}

.inner .accordion .Box_sect2 p{
	font-size: 2.5vw;
	color: #565656;
}

.Box_sect1 ul{
		width: 100%;
	/*margin-left: -6%;*/
	padding-left: -6%;
	
	
	
	
}

.Box_sect1 ul li {
	width: 106%;
}
	
.Box_sect1 ul li img {
	width: 15%;
	height: auto;
	float: left;
	
}
.Box_sect1 ul li span {
	font-size: 2.2vw;
	clear: left;
}
	
.Box_sect1 ul li h4 {
	width: 70%;
	float: right;
	border: 15% #9AC60D solid;
	border-radius: 2vw;
	background-color: #fff;
	padding: 3% 3% 2% 3%;
	font-size: 2.6vw;
	margin-top: 0%;
	font-weight: 100;
	line-height: 130%;
}

.inner .accordion .Box_sect1 .chushaku{
	margin-top: 5%;
	float: right;
	font-size: 2vw;
	margin-right: 3%;
}

.inner .accordion .sect1_box{
	padding: 3% 2% 2% 3%;
	width: 93%;
	margin: 0px auto;
	border: 1px #fff solid;
	border-radius: 3vw;
	background-color: #fff;
	font-size: 2.5vw;
	line-height: 155%;
}

.inner .accordion .sect1_box img{
	width: 28%;
	padding-right: 2%;
	
}

.accordion .green .mame {
	margin-right: -5%;
}

.inner .accordion .Box_sect3 {
	
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	
.Box_sect3 p{
	font-size: 2.5vw;
	width: 95%;
	margin: 0 auto;
}
	
.Box_sect3 h5{
	font-size: 4vw;
	color: #3AA3A9;
	margin: 0px;
	font-weight: 200;
	line-height: 130%;
	margin: 5% 1%;
}

.Box_sect3 .cont_box{
	width: 98%;
	margin: 0px auto;
	margin-bottom: 3%;
}

.Box_sect3 .cont_box.clearfix .sect3_img {
	width: 50%;
	float: none;
	margin: -4% auto 4%;
}

.Box_sect3 .cont_box.clearfix .text {
	width: 95%;
	float: none;
	font-size: 2.5vw;
	margin: -0 auto;
}


.accordion .Box_sect3 .shikumi {
	width: 95%;
	margin: 0 auto;
	border: 2px solid #3AA3A9;
	text-align: center;
	margin-bottom: 5%;
	padding-bottom: -1%;
}
.accordion .Box_sect3 .shikumi li{
	width: 30%;
	float: left;
	margin-right: 0;
	font-size: 2.1vw;
	margin-left: -2%;
}
.Box_sect3 .yaji {
	margin-top: 5%;
	width: 5%;
	float: left;
}

.shouhinLIst{
	width: 95%;
	margin: 0px auto;
}

.shouhinLIst .img_box{
	width: 50%;
	float: left;
}
.shouhinLIst .text{
	padding: 1% 0;
	width: 100%;
	float: none;
	font-size: 2.3vw;
}

.shouhinLIst.clearfix .text span {
	font-size: 1.7vw;
	float: right;
	margin-top: 2%;
}


	
	
.box.clearfix{
	width: 100%;
	margin: 0;
}

.Box_sect3 .box.clearfix .burashi {
	width: 35%;
	float: none;
	margin: 0 auto -2%;
}


.Box_sect3 .box.clearfix .r_box {
	width: 98%;
	float: none;
}

.Box_sect3  .box_list{
	width: 90%;
	margin: -6% auto 0 0;
	float: none;
}

.Box_sect3  .box_list li {
	width: 30%;
	float: left;
}	
	
	
	
	
	
	
	
.Box_sect3 .box.clearfix {
	width: 100%;
}


.Box_sect3 .box.clearfix .burashi {
	width: 30%;
	float: none;
	margin: 0% auto;
}



.Box_sect3 .box .clearfix .r_box {
	width: 60%;
	float: right;
	
}
	
	
	.Box_sect3 .box  p{
		font-size: 2.1vw;
	}

.r_box .box_list  {
	width: 93%;
	float: left;
	
	margin: -6% 0px 0px -2%;
	
}
	
.r_box .box_list li {
	width: 30%;
	float: left;
	
}

.Box_sect3 .box2{
	width: 100%;
	margin: 0;
	
}
.Box_sect3 .box2 .left_box {
	width: 65%;
	float: left;
}

.Box_sect3 .box2 .rit_box {
	width: 30%;
	float: right;
	margin-left: -5%;
}
	
	.Box_sect3 .box2 p{
	font-size: 2.0vw;
	
}

.Box_sect3 .box2.clearfix .box2img {
	width:62%;
	margin: -4% auto 5%;
}
	
	.Box_sect3 .shouhinLIst.clearfix .offer_btn {
	width: 31%;
	float: right;
	clear: both;
	top: 0px;
	margin-top: -7%;
}


.Box_sect3 .box3{
	padding: 0px 2% 1% 2%;
	border: 2px #617F26 solid;
	border-radius: 2vw;
	background-color: #fff;
	margin: 0px;
	margin-bottom: 3%;
	
}
	
.Box_sect3 .box3 p {
	margin: -3% auto 2%;
	
	font-size: 2.2vw;
}
	
	
.Box_sect3 .box3 h6 {
	margin: 1%;
	color: #A30002;
	font-size: 2.7vw;
}
	
	
	
.accordion .Box_sect5 .graf_txt p{
	width: 30%;
	margin: 0px auto;
	font-size: 2vw;
}
	



	
.inner .accordion .Box_sect5 p{
	font-size: 2.5vw;
}	
	
.accordion .Box_sect5 .graf {
	width: 60%;
	margin: 0px auto;
}
	


.foot_box{
	width: 100%;
	margin: 2% auto 0px;
}

.foot_box .box_img {
	width: 30%;
	float: none;
	padding-bottom: 1%;
	margin: 0 auto;
}
.foot_box .text {
	width: 90%;
	float: none;
	font-size: 2.5vw;
	font-weight: 230;
	margin: 0 auto;
}


#offer_box{
	width: 98%;
	background-color: #fff;
	margin: 0px auto;
	padding-bottom: 5%;
	
}


#wrap #offer_box .offer {
	width: 95%;
	float: none;
	margin: 0px auto;
}
	
.yaji_pc{ display: block !important; }none
.yaji_sp {  margin: 0 auto; display: none !important; }

.Box_sect3 .box_list {
	width: 90%;
	margin: 0 auto;
	padding-left: 6%;
	/* margin: -6% auto 0 0; */
	float: none;
	overflow: hidden;
}
	
	
	
	
	
}/**********▲▲▲▲▲▲CSS▲▲************/







/*  Mobile Layout. */
/*********▼▼▼スタート▼▼▼*********/
@media only screen and (max-width: 640px) {
	
	
#wrap {
	width: 100%;
	right: 0;
	left: 0;
}
	
	
#topimg{
	width: 100%;
	background-color: #fff;
}

#topimg .inner{
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

#sect1{
	width: 100%;
}
#sect1 .inner{
	width: 100%;
	background-color: #fff;
}
	
	
	
	
	dl.accordion {
	
	width: 95%;
	margin: 0 auto;
	padding-bottom: 5%;
	
	
}


dl.accordion .green {
	border: 2px #9AC60D solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 11%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	width: 95%;
	margin: 0 auto 5%;
}

dl.accordion .olive{
	border: 2px #617F269 solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 11%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	margin-bottom: 5%;
}

dl.accordion .blue{
	border: 2px #3AA3A9 solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 11%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	margin-bottom: 5%;
}

dl.accordion .red{
	border: 2px #F58CA0 solid;
	border-radius: 3vw;
	background-color: #fff;
	background: url(../img/open.png)  bottom 3% center  no-repeat;
	background: url(../img/open.png)  bottom 3% center no-repeat;
	background-size: 11%;
	height: auto;
	line-height: 110%;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	padding: 2%;
	margin-bottom: 3%;
}
	
	

dl.accordion dt.open {
	background-color: #E2FFE8;
	background-size: 11%;
}
	
dl.accordion .Box_sect1 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #9AC60D solid;
	border-radius: 20px;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 8%;
}

dl.accordion .Box_sect3 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #3AA3A9 solid;
	border-radius: 20px;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 5%;
}


dl.accordion .Box_sect5 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #F58CA0 solid;
	border-radius: 20px;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 5%;
}
	


dl.accordion .Box_sect7 {
	padding: 10px 25px 50px 25px;
	line-height: 1.5;
	display: none;
	margin: 0px;
	border: 2px #228B22 solid;
	border-radius: 20px;
	background-color: #fff;
	width: 95%;
	margin-left: 0px;
	margin-bottom: 5%;
}	
	
	
.titole_box{
	float: left;
}
.green .titole_box h3{
	font-size: 5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #9AC60D;
	padding: 2%;
	width: 110%;
	color: #424242;
}

.olive .titole_box h3{
	font-size: 4.5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #228B22;
	padding: 2%;
	width: 110%;
	color: #424242;
}
	
.blue .titole_box h3{
	font-size: 4.5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #3AA3A9;
	padding: 2%;
	width: 110%;
	color: #424242;
}

.red .titole_box h3{
	font-size: 5vw;
	line-height: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0;
	border-bottom: 1px solid #F58CA0;
	padding: 2%;
	width: 110%;
	color: #424242;
}
	
	
	.accordion .clearfix p {
	clear: left;
	margin: 0px;
	padding: 5% 0% 9% 2%;
	color: #424242;
	font-size: 3.4vw;
	width: 110%;
}

#sect1 .accordion .clearfix .img {
	width: 29%;
	float: right;
}
#wrap #sect1 .inner {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#sect1 .inner .titole {
	width: 98%;
	margin: 0px auto;
	
	padding-bottom: 3%;
	padding-top: 2%;
}


.inner .accordion .Box_sect1 {
	background-color: #9AC60D;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	
	.inner .accordion .Box_sect5 {
	background-color: #fff;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	.inner .accordion .Box_sect6 {
	background-color: #fff;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}

	.inner .accordion .Box_sect7 {
	background-color: #fff;
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	

.inner .accordion .Box_sect1 .sect1_Timg{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100%;
	background-size: 25%;
	font-size: 6vw;
	height: 10%;
	color: #fff;
	background-image: url(../img/box_sect1_img1.png);
	margin: 0% 0% 1% 0;
	
}


.inner .accordion .Box_sect1 .sect2_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 27%;
	font-size: 6vw;
	height: 10%;
	color: #fff;
	background-image: url(../img/box_sect2_img1.png);
	margin: 1% 1% 2% 1%;
	
}

.inner .accordion  .sect3_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 27%;
	font-size: 6vw;
	height: 10%;
	color: #3AA3A9;
	background-image:url(../img/box_sect3_img10.png);
	margin: 1% 1% 2% 1%;
	
}

.inner .accordion  .sect4_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 27%;
	font-size: 6vw;
	height: 10%;
	color: #3AA3A9;
	background-image:url(../img/box_sect4_img1.png);
	margin: 1% 1% 2% 1%;
	
	
}

.inner .accordion  .sect5_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 27%;
	font-size: 6vw;
	height: 10%;
	color: #F58CA0;
	background-image:url(../img/box_sect5_img1.png);
	margin: 0% 0% 1% 0;
	
}

.inner .accordion  .sect6_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 20%;
	font-size: 6vw;
	height: 10%;
	color: #F58CA0;
	background-image:url(../img/box_sect6_img1.png);
	margin: 0% 0% 1% 0;
	
}

.inner .accordion  .sect7_Timg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	background-repeat: no-repeat;
	background-position:  100% ;
	background-size: 20%;
	font-size: 6vw;
	height: 10%;
	color: #228B22;
	background-image:url(../img/open_10.png);
	margin: 1% 1 2% 1;
	
}	
	
.inner .accordion .Box_sect1 p{
	font-size: 3.5vw;
	color: #fff;
}

.inner .accordion .Box_sect2 p{
	font-size: 3.5vw;
	color: #565656;
}

.Box_sect1 ul{
	width: 100%;
	/*padding-left: -14%;*/
	margin-top: 15px;	
}
	.Box_sect1 ul li {
	margin: 0;
	width: 106%;	
	
}
	
.Box_sect1 ul li img {
	width: 22%;
	height: auto;
	float: left;
}
	
.Box_sect1 ul li span {
	font-size: 3vw;
	clear: left;
}
	
.Box_sect1 ul li h4 {
	width: 55%;
	float: right;
	border: 3% #9AC60D solid;
	border-radius: 5vw;
	background-color: #fff;
	padding: 3% 3% 2% 3%;
	font-size: 3.5vw;
	margin-top: 0%;
	font-weight: 100;
	line-height: 130%;
}

.inner .accordion .Box_sect1 .chushaku{
	margin-top: 5%;
	float: right;
	font-size: 2vw;
	margin-right: 3%;
}

.inner .accordion .sect1_box{
	padding: 3% 2% 2% 4%;
	width: 93%;
	margin: 0px auto;
	border: 1px #fff solid;
	border-radius: 4%;
	background-color: #fff;
	font-size: 3.5vw;
	line-height: 170%;
}

.inner .accordion .sect1_box img{
	width: 40%;
	padding-right: 2%;
	
}

.accordion .green .mame {
	margin-right: -5%;
}

.inner .accordion .Box_sect3 {
	
	width: 93%;
	margin: 0px auto 3%;
	padding: 3%;
}
	
.Box_sect3 p{
	font-size: 3.9vw;
	width: 95%;
	margin: 0 auto;
}
.Box_sect3 h5{
	font-size: 5.3vw;
	color: #3AA3A9;
	margin: 0px;
	font-weight: 200;
	line-height: 130%;
	margin: 5% 1%;
}

.Box_sect3 .cont_box{
	width: 98%;
	margin: 0px auto;
	margin-bottom: 3%;
}

.Box_sect3 .cont_box.clearfix .sect3_img {
	width: 70%;
	float: none;
	margin: 0 auto 4%;
}

.Box_sect3 .cont_box.clearfix .text {
	width: 95%;
	float: none;
	font-size: 4vw;
	margin: -0 auto;
}


.accordion .Box_sect3 .shikumi {
	width: 56%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #3AA3A9;
	text-align: center;
	margin-bottom: 5%;
	padding-bottom: 6%;
	padding-left: 0;
}
.accordion .Box_sect3 .shikumi li{
	width: 100%;
	float: none;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 3.67vw;
	text-align: left;
	margin-bottom: -4%
}
.Box_sect3 .yaji {
	width: 80%;
	float: none;
	margin: 0 auto;
}

.shouhinLIst{
	width: 95%;
	margin: 0px auto;
}

.shouhinLIst .img_box{
	width: 100%;
	float: left;
}
.shouhinLIst .text{
	padding: 1% 0;
	width: 100%;
	float: none;
	font-size: 3.8vw;
}

.shouhinLIst.clearfix .text span {
	font-size: 3vw;
	float: right;
	margin-top: -11%;
	margin-bottom: -6%;
}
	
.Box_sect3 .shouhinLIst.clearfix .offer_btn {
	width: 90%;
	float: none;
	clear: both;
	top: 0px;
	margin: 3% auto 0px;
}

	
	
	
	
	
	
.box.clearfix{
	width: 100%;
	margin: 0 ;
}

.Box_sect3 .box.clearfix .burashi {
	width: 43%;
	float: none;
}


.Box_sect3 .box.clearfix .r_box {
	width: 90%;
	float: none;
}

.Box_sect3  .box_list{
	width: 90%;
    margin: 0 auto;
    padding-left: 7%;
    float: none;
    overflow: hidden;
	
}

.Box_sect3  .box_list li {
	width: 45%;
	float: left;
}
	

	
	
	
	
	

.Box_sect3 .box2{
	width: 95%;
	margin: 0px auto;
}
	
.Box_sect3 .box2 .left_box {
	width: 58%;
	float: left;
}

.Box_sect3 .box2 .rit_box {
	width: 35%;
	float: right;
	
	padding-right: 1%;
}

	.Box_sect3 .box2.clearfix .box2img {
	width:100%;
}

.Box_sect3 .box3{
	padding: 0px 2% 2% 2%;
	border: 2px #3AA3A9 solid;
	border-radius: 3%;
	background-color: #fff;
	margin: 0px;
	margin-bottom: 3%;
}
	
	.Box_sect3 .box3 p{
	font-size: 3.6vw;
}
.Box_sect3 .box3 h6 {
	margin: 1%;
	color: #A30002;
	font-size: 4vw;
}
	
.inner .accordion .Box_sect5 p{
	font-size: 3.6vw;
}	
	
.accordion .Box_sect5 .graf {
	width: 65%;
	margin: 0px auto;
}
.accordion .Box_sect5 .graf_txt {
	width: 80%;
	margin: 0px auto;
	font-size: 2vw;
}

.foot_box{
	width: 100%;
	margin: 2% auto 0px;
}

.foot_box .box_img {
	width: 45%;
	float: none;
	padding-bottom: 1%;
	margin: 0 auto;
}
.foot_box .text {
	width: 100%;
	float: none;
	font-size: 3.5vw;
	font-weight: 100;
}


	
	
	
#offer_box{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-bottom: 0%;
}

#wrap #offer_box .offer {
	width: 71%;
	float: left;
}

#offer_box .box .shouhin {
	float: left;
	width: 27%;
	margin-left: 0;
	margin-bottom: -4%;
	margin-right: 0;
}
	
.inner .box.clearfix .offer_btn {
	width: 80%;
	float: right;
	
	margin: 4%  auto  -3%;
}

.box.clearfix .offer .olive {
	color: #228B22;
	font-size: 4.9vw;
	font-weight: 100;
	
	margin: 2% 0;
}
	
.box.clearfix .offer .orenge {
	color: #F37800;
	font-size: 4.9vw;
	font-weight: 100;
	
	margin: 2% 0;
}
.box.clearfix .offer .glay {
	color:#454545;
	font-size: 4.9vw;
	margin: 2% 0;
	padding-top: 2%;
	font-weight: 100;
}
.box.clearfix .offer .red {
	color:#E43A4A;
	font-size: 4.9vw;
	margin: 2% 0;
	padding-top: 2%;
	font-weight: 100;
}
.offer  span {
	border: 1px solid #363636;
	color: #393939;
	padding: 1%;
	font-size: 3.5vw;
}

	.offer_btn2 {
		width: 40%;}
	
	
.yaji_pc{ display: none !important; }
.yaji_sp {  margin: 0 auto; display: block !important; }	
	
/*footer　調整*/
.copyright p {
    letter-spacing: 0;
}
	
	
}/**********▲▲▲CSS▲▲************/
