@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
/* ボタン------------------------------------------------------ */
.btn1 div {
  border: 1px solid #333;
  display: inline-block;
  width: 320px;
  position: relative;
}

.btn1 div:before {
  position: absolute;
  content: "";
  background: #333;
  width: 40px;
  height: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn1 div:hover {
  border: 1px solid #3d6857!important;
}

.btn1 div a {
  display: block;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 14px 0;
  opacity: 1;
  margin: 0 auto;
  text-decoration: none;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  display: block;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn1 div a:hover {
  background: #3d6857;
  color: #fff;
}

.btn1 div a:before, .btn1 div a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #3d6857;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

.btn1 div a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn1 div a:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}
/* リストボタン------------------------------------------------------ */
.onlineshop-btnfle{
	justify-content: flex-start;
}
.onlineshop-btnfle .box{
	width: 31.1111111%;
	margin: 0 1% 10px 1%;
}
/* ショップリスト------------------------------------------------------ */
div.items > article{
    width: 18%!important;
    	margin: 0 1% 10px 1%!important;
}
div.items > article a.photo{
    color: #111;
    text-decoration: none !important;
    font-size: 16px;
    height: auto!important;
    padding-top: 100%!important;
    width: 100%!important;
}
/* hタイトル------------------------------------------------------ */
.title_5{
	padding: 120px 30px 120px 30px;
	background: none!important;
	position: relative;
}
.title_5 article h1{
	text-align: left!important;
	display: inline-block;
	    line-height: 1;
	    	color: #333!important;
}
.title_5 article{
	position: relative;
	display: flex;
	align-items: baseline;
}
.title_5 article div{
	display: inline-block;
	margin-left: 10px;
	color: #333!important;
}
.title_5:before {
content: "";
width: 100%;
height: 50%;
background: #eeeeee;
position: absolute;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
.blog #contents > article > h2 span, .blog h1 span{
  display: block!important;
}

@media screen and (min-width: 641px) and (max-width: 834px){
	.onlineshop-btnfle .box{
	width: 48%;
	margin: 0 1% 10px 1%;
}
div.items > article{
    width:31.11111%!important;
    	margin: 0 1% 10px 1%!important;
}
.title_5{
	padding: 50px 20px 50px 30px;
}
.title_5 article{
	display: block;
}
.title_5 article div{
	margin-left: 0;
}
}
@media only screen and (max-width: 640px){
	.onlineshop-btnfle .box{
	width: 100%;
	margin: 0 0 10px 0;
}
div.items > article{
    width:48%!important;
    margin: 0 1% 10px 1%!important;
}
.title_5{
	padding: 50px 20px 50px 30px;
}
.title_5 article{
	display: block;
}
.title_5 article div{
	margin-left: 0;
}
}
