@charset "utf-8";

/* slide
============================================================================================================ */
.slide li {
	text-align: center;
	background:url(../images/main_bg_grn.jpg) repeat-x center bottom #1eb42e;
}
.slide li img {
	height: auto;
    max-width: 100%;
}

/* news
============================================================================================================ */
#blog_news {
	width: 1000px;
	margin: 45px auto 0;
	display: table;
}
#blog_news section {
	width:49%;
	display:inline-block;
	vertical-align:top;
}
#blog_news section .btn_green01 a{
	margin:20px auto;
	}
@media screen and (max-width: 680px) {
	#blog_news {
		width: 95%;
	}
	#blog_news section {
		width:100%;
		display:inline-block;
	}
	#blog_news section .btn_green01 a{
		margin:20px auto;
		}
}


#blog_news h2 {
	margin:0px auto;
	color: #81AB2E;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
	padding: 10px 0;
}
#blog_news h2 span {
	color: #6D6D6D;
	font-family: "Ludica Sans Unicode";
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
}
#blog_news > div {
	display: table-cell;
}
#blog_news dl {
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 20px;
	border-bottom: 1px dotted #81AB2E;
}
#blog_news dl dt {
	width:7em;
	float: left;
	border-top: 1px dotted #81AB2E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.75em 0em;
}
#blog_news dl dd {
	margin-left: 7em;
	border-top: 1px dotted #81AB2E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.75em 0em;
}
#blog_news dl dd a {
	color: #2D2D2D;
}
@media screen and (max-width: 680px) {
	#blog_news h2 {
		width: auto;
		font-size: 1.4rem;
		text-align: left;
		display: block;
		padding:10px 10px 10px 0px;
	}
	#blog_news h2 span {
		font-size: 1.1rem;
		display: inline-block;
		margin-left: 10px;
	}
	#blog_news > div {
		display: block;
	}
	#blog_news dl {
		margin-left: 0;
	}
}



/* shop
============================================================================================================ */
section.shop {
	background: #F5F8F0;
}
section.shikaku {
		background: linear-gradient(-45deg,	#fff 25%, #d9edd4 25%, #d9edd4 50%, #fff 50%, #fff 75%, #d9edd4 75%, #d9edd4);
		background-size: 100px 100px;
		/* background: #E6EED6; */
		margin: 45px 0 0;
}
section.shop h1,.big{
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.075em;
	color: #000000;
	padding-top: 35px;
}
.big2{
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.075em;
	color: #000000;
	padding-top: 10px;
}
.big2,.big{font-weight: bold;
}
section.shop > div,section.shikaku > ul{
	width: 1000px;
	margin: 30px auto 0;
}

.shop_list{
    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
flex-wrap: wrap;
    
    
/*	margin-left: -40px;*/
	position: relative;
}
section.shop ul:after,section.shikaku ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

/*改修*/
.shop_list li {
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
/*	width: 220px;*/
	/*float: left;*/
	margin-right:4%;
	margin-bottom: 50px;
}

.shop_list li:nth-child(4n) {
    	margin-right:0%;
}

.shop_list li img {
	margin-bottom: 5px;
}
.shop_list li a {
	color: #2D2D2D;
	text-decoration: none;
}
.shop_list li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.shop .panel{
    padding: 25px 0;
}
@media screen and (max-width: 680px) {
	section.shop {
	margin: 0;
		/*margin: 20px 0 0;*/
		padding: 0 10px;
	}
	section.shop h1 {
		font-size: 1.9rem;
		padding-top: 23px;
	}
	section.shop > div {
		width: auto;
		margin: 20px auto 0;
	}
	section.shop ul {
		margin-left: 0;
		position: relative;
	}
   .shop_list li:nth-child(4n) {
    	margin-right:auto;
}
     .shop_list li:nth-child(2n) {
    	margin-right:0;
}
	 .shop_list li {
		font-size: 1.3rem;
		width: 48%;
	/*	float: left;*/
		margin-right: 4%;
		margin-bottom: 30px;
	}
	.shop_list ul li:nth-child(even) {
		float: right;
	}
}
/* shikaku
============================================================================================================ */
section.shikaku li{
    background: #1eb42d;
    float: left;
    margin: 0 15px 50px;
    border: solid 1px #81AB2E;
    }

section.shikaku li p{
	text-align: center;
    padding: 10px;
    /* margin: 0 20px; */
    font-size: 17px;
    color: #FFF;

    }
 section.shikaku li a{
    color: #FFF;
    text-decoration:none;
}
section.shikaku li a:hover{
    opacity: 0.5;
}
section.shikaku li a:after{
    content: url(../common/images/arrow_green01.gif);
    position: relative;
    left: 10px;
}
@media screen and (max-width: 680px) {
	section.shikaku {
		margin: 20px 0 0;
		padding:0 10px 20px;
	}
	section.shikaku ul {
		margin: 15px auto 0;
		position: relative;
		width: 100%;
	}
	section.shikaku ul li {
		font-size: 1.3rem;
		width:280px;
		float:none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}
/* greeting
============================================================================================================ */
section.greeting {
	width: 1000px;
	margin: 30px auto 0;
}
section.greeting .text{
	float: left;
	width: 650px;
}
section.greeting .text{
	float: left;
	width: 650px;
}
section.greeting .title_line{
	font-size:24px;
	font-size:2.4rem;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}
.title_line span {
  display: inline-block;
  position: relative;
}
.title_line span:before,
.title_line span:after {
  content: "";
  border-top: 2px solid #1eb42d;
  width: 80%;
  margin: 0 15px;
  position: absolute;
  top: 50%;
}
.title_line span:before {
  right: 100%;
}
.title_line span:after {
  left: 100%;
}



section.greeting .catch{
	font-size:27px;
	font-size:2.7rem;
	margin-bottom: 35px;
}
section.greeting .name{
	font-size:28px;
	font-size:2.8rem;
	font-weight: bold;
}
section.greeting .name span{
	font-size:16px;
	font-size:1.6rem;
	color: #1eb42d;
	margin-left: 30px;
}
section.greeting .shop_name{
	font-size:12px;
	font-size:1.2rem;
}
section.greeting .comment p{
	margin-top: 20px;
}
section.greeting .img{
	width: 315px;
	float: right;
}
section.greeting .consul{
	width: 280px;
	height: 364px;
	overflow: hidden;
	float: right;
	margin-right: 4px;
	position: relative;
	top: 10px;
	z-index: 0;
}
section.greeting .img .btn{
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 680px) {
	section.greeting {
		width: auto;
		margin: 20px auto 0;
		padding: 0 10px;
	}
	section.greeting .text{
		float: none;
		width: auto;
	}
	section.greeting .title_line{
		font-size:1.8rem;
		margin-bottom: 30px;
	}
	section.greeting .catch{
		font-size:1.6rem;
		margin-bottom: 15px;
	}
	section.greeting .name{
		font-size:1.8rem;
	}
	section.greeting .name span{
		font-size:1.4rem;
		margin-left: 20px;
	}
	section.greeting .img{
		width: auto;
		float: none;
		text-align: center;
	}
	section.greeting .consul{
		width: 60%;
		height: 250px;
		overflow: hidden;
		float: none;
		margin: 10px auto 0;
		position: relative;
		top: 0;
		z-index: 0;
	}
}


/* bn_block
============================================================================================================ */
.bn_block{
	background: #F5F8F0;
	padding: 50px 0;
	margin-top: 55px;
}
.bn_block a:last-child{
	float: right;
}
@media screen and (max-width: 680px) {
	.bn_block{
		padding: 20px 20px;
		margin-top: 25px;
	}
	.bn_block a:last-child{
		float: none;
		margin-top: 15px;
	}
}


/* bg_dot
============================================================================================================ */
.bg_dot{
	background: url(../images/bg.gif) repeat;
	padding: 60px 0;
}
.title_flag{
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.title_flag:before{
	content:url(../images/line_flag_left.gif);
	display: inline-block;
	margin-right: 30px;
	position: relative;
	top: -5px;
}
.title_flag:after{
	content:url(../images/line_flag_right.gif);
	display: inline-block;
	margin-left: 30px;
	position: relative;
	top: -5px;
}
.box04{
	border: 6px solid #ecf1f8;
	background: #fff;
	border-radius: 6px;
	padding: 30px 20px;
	margin-top: 40px;
}
.life_link:after{
	content:" "; display: block; clear: both;
}
.life_link{
	text-align: center;
}
.life_link a{
	text-decoration: none;
	color:#2d2d2d;
}
.life_link+.life_link{
	margin-top: 40px;
}
.life_link li{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.life_link li:first-child{
	margin-left: 0;
}
.life_link li .img{
	margin-bottom: 5px;
}
@media screen and (max-width: 680px) {
	.bg_dot{
		padding: 20px 10px;
	}
	.title_flag{
		font-size: 1.7rem;
		text-align: center;
		position: relative;
	}
	.title_flag:before{
		content:url(../images/line_flag_left_sp.gif);
		display: block;
		margin-right: 0;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -20px;
	}
	.title_flag:after{
		content:url(../images/line_flag_right_sp.gif);
		display: block;
		margin-left: 0;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -20px;
	}
	.box04{
		padding: 20px 10px;
		margin-top: 20px;
	}
	.life_link+.life_link{
		margin-top: 0;
	}
	.life_link li{
		width: auto;
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.life_link li:after{
		content:" "; display: block; clear: both;
	}
	.life_link li:first-child{
		margin-left: 0;
	}
	.life_link li .img{
		margin-bottom: 0;
		float: left;
		width: 86px;
		margin-right: 10px;
	}
	.life_link li .img + p{
		zoom: 1;
		overflow: hidden;
		text-align: left;
		padding-top: 10px;
	}
}




/* trivia
============================================================================================================ */
.trivia{
	padding: 20px 0;
}
.title_beans{
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
}
.title_beans:before{
	content:url(../images/line_beans.gif);
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.title_beans:after{
	content:url(../images/line_beans.gif);
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
@media screen and (max-width: 680px) {
	.trivia{
		padding: 20px 10px;
	}
	.title_beans{
		font-size: 1.7rem;
		text-align: center;
		position: relative;
	}
	.title_beans:before{
		content:url(../images/line_beans_sp.gif);
		display: block;
		margin-right: 0;
		position: absolute;
		left: 30px;
		top: 50%;
		margin-top: -20px;
	}
	.title_beans:after{
		content:url(../images/line_beans_sp.gif);
		display: block;
		margin-left: 0;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -20px;
	}
}



/*
============================================================================================================ */
.toku {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:20px;
}
.toku .img{
	float:left;
	width:130px;
	height: 130px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 25px;
	position: relative;
	}
.toku .img img {
  max-width:140%;
  min-width:100%;
  width:auto;
  min-height:100%;
  max-height:140%;
  height:auto;
  position:absolute;
  top:-40%;
  right:-40%;
  bottom:-40%;
  left:-40%;
  margin:auto;
}
.toku .txt1 {
	border-bottom:2px solid #83AD34;
	color:#83AD34;
	font-weight:bold;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}
.toku .txt2 {
	margin-left:0;
	zoom: 1;
	overflow: hidden;
}

.bbg { border-bottom:1px dashed  #83AD34;}
@media screen and (max-width: 680px) {
	.bbg { border-bottom:none;}
}
/* column_shop */
.column_shop:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.column_shop > * {
	float: left;
}
.column_shop a{
	text-decoration: none;
}
.column1 > * {
	width: 600px;
	margin:0px auto;
}
/* column2 */
.column_shop.column2 > * {
	width: 440px;
}
.column_shop.column2 > * + * {
	float: right;
}
.shopimg {
	border:5px solid #FFFFFF;
	box-shadow:1px 3px 3px 3px rgba(0,0,0,0.2);

	}

@media screen and (max-width: 680px) {
	.column1 > * {
		width: auto;
		margin:0px auto;
	}
	.column_shop.column2 > *,
	.column_shop.column2 > * + * {
		float: none;
		width: auto;
	}
	.column_shop.column2 > * + * {
		margin-top: 30px;
	}

	.toku .img{
		width:80px;
		height: 80px;
		}
}



/* バナーsonysonpo追加時
============================================================================================================ */
#blog_news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#blog_news section{
	max-width: 33%;
	width: 32%;
	list-style: none;
	border: 1px solid white;
	box-sizing: border-box;
}
#blog_news section:last-of-type{
	margin-left: 15px;
	max-width: 33%;
	width: 32%;
}
#blog_news section:last-of-type p{
	margin: 20px auto;
}

.topBnr {
	max-width:273px;
}

@media screen and (max-width: 680px) {
	#blog_news section{
		max-width: 100%;
		width: 90%;
		list-style: none;
		border: 1px solid white;
		box-sizing: border-box;
		padding: .1em .5em;
	}
	#blog_news section:last-of-type{
		max-width: 100%;
		width: 90%;
		margin: 8px auto;
	}
	#blog_news section:last-of-type p{
		max-width: 100%;
		margin: 10px auto;
		text-align: center;
	}
	.topBnr {
		max-width: 100%;
	}
}


/* shop タブ切り替え
============================================================================================================ */

/*タブの中身を初期非表示に*/
.shop .panel {
    display: none;
}
/*タブを横並べに*/
.chenge_tub_box {
    padding: 30px 0 0 0;
    margin: 0 auto;
    max-width: 100%;
    border-bottom: 5px solid #1EB12C!important;
    display: flex;
    justify-content: left;
}
.chenge_tub_box p {
    width: 23%;
    padding-right: 2px;
}
/*通常時のタブ装飾*/
.chenge_tub {
    background: #A6E0AC;
    color: #1EB12C;
    font-weight: bold;
    border: none;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: block;
    flex: 1;
    font-size: 1.8rem;
    position: relative;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    padding: 5px;
    width: 100%;
	text-align: center;
}
/*カレントとホバー時のタブ装飾*/
.chenge_tub:hover {
    background: #1EB12C;
    color: #fff;
}
.chenge_tub.is-active {
    background: #1EB12C;
    color: #fff;
}
@media screen and (max-width: 680px) {
	.chenge_tub_box p {
	    width: 49%;
	    padding-right: auto;
	}
	.chenge_tub {
		font-size: 1.5rem;
	}
}