@charset "utf-8";
/* CSS Document */

body{
	overflow-x: hidden;
}

#vegas {
    width: 100vw;
    height: 100vh;
	position:fixed;
}
#mv {
	background-image:url(../mv/mv1.jpg);
	background-size:cover;
	background-position:center;
    width: 100vw;
    height: 100vh;
	position:fixed;
}

.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  /*font-family: "Montserrat", sans-serif;*/
  margin-bottom:20%;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  /*width: 50px;*/
  font-size: 25px;
  color: #8f8f8f;
  /*text-transform: uppercase;*/
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.logo img {
  height:50px;
}
@media only screen and (max-width: 766px) {
  .logo {
    /*float: none;*/
	margin-top:-10px;
  }
}

nav {
  float: right;
  width: 80%;
  padding-top:20px;
  font-weight:bold;
}
nav a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
nav a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #DCE11E;
  opacity: 0;
  transition: .3s;
}
nav a:hover::after {
  bottom: 0;
  opacity: 1;
}

@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing:0.1em;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  /*border-radius: 1000px;*/
  background: #8f8f8f;
  display: block;
}

.row {
  width: 100%;
  /*max-width: 940px;*/
  margin: 0 auto;
  position: relative;
  /*padding: 0 2%;*/
  padding: 0;
  padding-left:20px;
  padding-right:20px;
}

.sec_news {
  width: 100%;
  /*max-width: 940px;*/
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  /*margin-bottom:20%;*/
}
.sec_news h1 {
	text-align:center;
	padding:70px;
	font-weight:bold;
	padding-top:100px;
	letter-spacing:0.1em;
}
.sec_news h2 {
	text-align:center;
}
.sec_news h2 a {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
	padding:5px;
}
.sec_news h2 a:hover {
	color: #fff;
	background-color: #DCE11E;
}


.sec_concept {
  width: 100%;
  /*max-width: 940px;*/
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  /*margin-bottom:20%;*/
  /*box-shadow: 5px 5px 20px #111;*/
}
.sec_concept h1 {
	text-align:center;
	padding:70px;
	color:#000;
	/*color:#FFF;*/
	font-weight:bold;
	padding-top:100px;
	letter-spacing:0.1em;
}
.bg_concept {
  padding: 0px 2% 100px;
  /*background-image:url(images/shopimage.png);
  background-repeat:no-repeat;
  background-size:cover;*/
}
.sec_brand {
  width: 100%;
  /*max-width: 940px;*/
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  /*margin-bottom:20%;*/
}
.sec_brand h1 {
	text-align:center;
	padding:70px;
	font-weight:bold;
	padding-bottom:30px;
	padding-top:100px;
	letter-spacing:0.1em;
}
.sec_brand h2 {
	text-align:center;
	padding:30px;
	padding-bottom:70px;
}

.sec_shop {
  width: 100%;
  /*max-width: 940px;*/
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
  /*margin-bottom:20%;*/
}
.sec_shop h1 {
	text-align:center;
	padding:70px;
	font-weight:bold;
	padding-top:100px;
	letter-spacing:0.1em;
}
.sec_company {
  width: 100%;
  /*max-width: 940px;*/
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.sec_company h1 {
	text-align:center;
	padding:70px;
	font-weight:bold;
	letter-spacing:0.1em;
}

* {
  box-sizing: border-box;
}


.fadein1 {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.fadein1.scrollin1{
	opacity: 1;
	transform: translate(0, 0);
}
.fadein2 {
	opacity: 0;
	transform : translateX(50px);
	transition : all 1000ms;
}

.fadein2.scrollin2{
	opacity: 1;
	transform: translateX(0);
}
.fadein3 {
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.fadein3.scrollin3{
	opacity: 1;
	transform: translate(0, 0);
}





body {
  color: #111;
  background: white;
  /*font-family: "Cardo", serif;*/
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
#wrap {
	width:100%;
	margin:0 auto;
}

a {
  text-decoration: none;
}
a:link,
a:visited {
	text-decoration:none;
	color: #111;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  /*font-family: "Montserrat", sans-serif;*/
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}

.content {
  /*padding: 70px 2% 100px;*/
  padding: 0;
  background-color:#FFF;
  padding-top:70px;
}
.content_concept {
  padding:0;
  background-color:#FFF;
  padding-top:70px;
}
.content_company {
  padding:0;
  background-color:#FFF;
  padding-bottom:70px;
}


.hero {
  position: relative;
  height:100vh;
  /*background: url(http://www.philippefercha.com/cd/toggle-menu-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;*/
}
.hero h1 {
  font-size: 40px;
  line-height:0.5;
  padding-bottom: 12px;
}
.hero h1 span {
  font-size: 10.5px;
  color: #111;
  font-weight:bold;
  /*border-bottom: 2px solid #e8f380;*/
}

.topbox {
  position: relative;
  left:70%;
  top:100px;
  width:25%;
  max-width:270px;
  padding:20px;
  color: #111;
  background-color:#FFF;
	opacity:0.9;
/* アニメーション */
	display:  block;                /* ブロック要素にする */
	position:  relative;            /* 位置指定 */
	animation: tb_fade-in 1s ease;      /* アニメーション指定 */
}
@keyframes tb_fade-in {
	0% {
		opacity:  0;                /* 透明度指定 */
		top: 120px;                  /* 位置指定 */
	}
	100% {
		opacity:  1;                /* 透明度指定 */
		top:100px;                     /* 位置指定 */
	}
}

@media only screen and (max-width: 766px) {
  .topbox {
	position: relative;
	left:50%;
	top:50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	width:150px;
	padding:20px;
	color: #111;
	background-color:#FFF;
	opacity:0.9;
/* アニメーション */
	display:  block;                /* ブロック要素にする */
	position:  relative;            /* 位置指定 */
	animation: tb_fade-in2 1s ease;      /* アニメーション指定 */
}
}
@keyframes tb_fade-in2 {
	0% {
		opacity:  0;                /* 透明度指定 */
		top:55%;                  /* 位置指定 */
  transform: translateY(-55%) translateX(-50%);
  -webkit-transform: translateY(-55%) translateX(-50%);
	}
	100% {
		opacity:  0.9;                /* 透明度指定 */
		top:50%;                     /* 位置指定 */
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	}
}


.topbox img {
  width:100%;
  height:auto;
}
.topbox ul {
  list-style: none;
  /*overflow: hidden;*/
  font-size: calc(1.2rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.5;
  font-weight:bold;
    letter-spacing:0.1em;
}
@media (min-width: 1200px) {/* 1200px以上*/
	.topbox ul {
        font-size: 1.6rem;/* 16px*/
    }
}
@media only screen and (max-width: 766px) {
  .topbox ul {
    display: none;
  }
}
.topbox ul li {
  line-height: 1.5;
}
.topbox a {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.topbox a:hover {
	color: #fff;
	background-color: #DCE11E;
}

/*.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #e8f380;
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}*/


.newsbox {
  width:100%;
  max-width:940px;
  padding:20px;
  color: #111;
  line-height:2;
  background-color:#FFF;
  margin:0 auto;
}

.benefits {
    position: relative;
    padding:0.25em 1em;
    margin-bottom: 2em;
}
.benefits:before,.benefits:after{ 
    content:'';
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.benefits:before{
    border-left: solid 2px #DCE11E;
    border-top: solid 2px #DCE11E;
    top:0;
    left: 0;
}
.benefits:after{
    border-right: solid 2px #DCE11E;
    border-bottom: solid 2px #DCE11E;
    bottom:0;
    right: 0;
}
.benefits p {
    margin: 0; 
    padding: 0;
    font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .benefits {
    margin:1em;
  }
}


/*ブログFEED*/
    .feed-articles { /* ul */
        list-style-type: none;
        padding-left: 0;
		padding:0 50px;
    }
    .feed-articles__item__title a {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
	}
	.feed-articles__item__title a:hover {
	color: #fff;
	background-color: #DCE11E;
    }
	
	
	@media screen and (max-width:768px){
    .feed-articles { /* ul */
        list-style-type: none;
        padding-left: 0;
		padding:0;
    }
	}
        .feed-articles p {
            margin-top: 0;
            margin-bottom: 0;
        }
        .feed-articles__item { /* li */
            display: flex;
            /*margin-bottom: 1.5rem;*/
			border-top:1px solid silver;
			padding:0px;
			/*box-shadow: 5px 5px 8px #CCC;*/
        }
            .feed-articles__item__img { /* img */
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				 transform: translate(-50%, -50%);
				 position: absolute;
				 width: 200px;
				 height:auto;
            }
			@media screen and (max-width:768px){
        .feed-articles__item { /* li */
			padding:15px;
        }
            .feed-articles__item__img { /* img */
				left: 50%;
				top: 50%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				 transform: translate(-50%, -50%);
				 position: absolute;
				 width: 100px;
				 height:auto;
            }
			}
            .feed-articles__item__imgcover { /* imgcover */
                height: 250px;
				overflow: hidden;
				position: relative;
				width: 250px;
                /*margin-right: 1rem;
				/*border-radius:5px;*/
            }
			@media screen and (max-width:768px){
            .feed-articles__item__imgcover { /* imgcover */
                height: 100px;
				overflow: hidden;
				position: relative;
				width: 100px;
                margin-right: 1rem;
				/*border-radius:5px;*/
            }
			}
            .feed-articles__item__body { /* div */
            }
                .feed-articles__item__title { /* p */
                    font-weight: bold;
					line-height:1.5;
					padding-bottom:5px;
					padding-top:30px;
                }
				@media screen and (max-width:768px){
                .feed-articles__item__title { /* p */
                    font-weight: bold;
					line-height:1.5;
					padding-bottom:5px;
 					padding-top:0px;
					font-size: small;
               }
				}
                .feed-articles__item__description { /* p */
					line-height:1.2;
					padding-top:5px;
                }
				@media screen and (max-width:768px){
                .feed-articles__item__description { /* p */
					line-height:1.5;
					padding-top:5px;
					font-size: small;
                }
				}
                .feed-articles__item__date { /* p */
                    font-size: small;
 					padding-top:10px;
               }
				@media screen and (max-width:768px){
                .feed-articles__item__date { /* p */
                    font-size: x-small;
 					padding-top:10px;
                }
				}

.iconbox {
  clear: both;
  width:100%;
  max-width:940px;
  padding:20px;
  color: #111;
  line-height:2;
  background-color:#FFF;
  margin:0 auto;
}







.conceptbox {
  position: relative;
  /*left:55%;*/
  /*top:100px;*/
  margin:0 auto;
  text-align:center;
  width:70%;
  max-width:800px;
  padding:20px;
  color: #111;
  line-height:2;
  background-color:#FFF;
  border:solid 1px #000000;
	/*opacity:0.9;*/
	box-shadow: 0 0 8px #CCC;
}
@media only screen and (max-width: 766px) {
  .conceptbox {
	position: relative;
	margin:0 auto;
	text-align:left;
	left:0;
  width:80%;
	padding:20px;
	color: #111;
  line-height:2;
  background-color:#FFF;
  border:solid 1px #000000;
	/*opacity:0.9;*/
	box-shadow: 0 0 8px #CCC;
}
}


.brand-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width:980px;
	margin:0 auto;
	justify-content: space-between;
}
.brand-wrap h2 {
	font-size:1em;
}
.brand-box {
	margin-bottom:25px;
	padding:5px;
	width:16%;
	min-height: 0%;
}
.brand-box img {
	display: block;
	margin-bottom:10px;
	width: 100%;
	height: auto;
}

.brand-box h3 {
	clear:both;
	margin-bottom:10px;
	font-size:1em;
	text-align: center;
}
.brand-box h3 img {
	width: auto;
	height:40px;
	margin: 0 auto;
	padding-bottom:0.5em;
}
.brand-box p {
	line-height:1.5;
	text-align:center;
	letter-spacing:0;
	font-size:small;
	margin:0;
}
.brandname {
	line-height:1.5;
	text-align:center;
	font-weight:bold;
}
.brandcap {
	line-height:1.5;
	text-align:center;
	font-size:12px;
}
@media screen and (max-width: 768px){
	.brand-wrap {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		max-width:980px;
		margin:0 auto;
		justify-content: space-between;
	}
	.brand-box {
		width:50%;
		margin-bottom:30px;
		padding:10px;
	}
}

.linkareabox {
    position: relative;
}
.linkareabox a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	transition: all .3s;
	border:#FFF 2px solid;
}
.linkareabox a:hover{
	border:#DDD 2px solid;
	/*border:#DCE11E 2px solid;*/
	/*background-color:rgba(220,225,30,0.8);*/
}



.sec_news table {
	width:auto;
	margin: 0 auto;
}
.sec_news table th,td {
	text-align:center;
	padding:5px;
}
.sec_news table img {
	width:auto;
	height:40px;
}

.sec_news table a {
	margin: 0 auto;
	transform:scale(0.8,0.8);
	transition: all .3s;
}
.sec_news table a:hover {
	margin: 0 auto;
	transform:scale(1,1);
}

.qrbox {
  width:100%;
  max-width:980px;
  line-height: 1.5;
  color: #111;
  margin:0 auto;
  text-align:center;
  font-size:12px;
}

.qrbox table {
	width:auto;
	margin: 0 auto;
    margin-top: 20px;
}
.qrbox table td {
	text-align:center;
	padding:20px;
}
.qrbox table img {
	width:auto;
	height:80px;
}
.qrbox table a {
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.qrbox {
		text-align:left;
        padding: 1em;
	}
	.qrbox table td {
		border-bottom: none;
		display:inline-block;
		width:100%;
	}
}

.olsbox {
  width:100%;
  max-width:980px;
  line-height: 1.5;
  padding-bottom: 3em;
  color: #111;
  margin:0 auto;
  text-align:center;
}
.olsbox p {
    margin: 0; 
    padding: 0;
    font-size:1.2em;
    font-weight: bold;
}
.olsbox img {
  width:700px;
  /*margin: 1em 0;*/
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.olsbox img:hover {
  opacity: 0.6;
  padding: 1em;
}
.olsbox_half {
  width:100%;
  max-width:980px;
  line-height: 1.5;
  padding-bottom: 3em;
  color: #111;
  margin:0 auto;
  text-align:center;
}
.olsbox_half p {
    margin: 0; 
    padding: 0;
    font-size:1.2em;
    font-weight: bold;
}
.olsbox_half img {
  width:340px;
  /*margin: 1em 0;*/
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.olsbox_half img:hover {
  opacity: 0.6;
  padding: 1em;
}
.olsbox_500 {
  width:100%;
  max-width:500px;
  line-height: 1.5;
  padding-bottom: 3em;
  color: #111;
  margin:0 auto;
  text-align:center;
}
.olsbox_500 p {
    margin: 0; 
    padding: 0;
    font-size:1.2em;
    font-weight: bold;
}
.olsbox_500 img {
  width:500px;
  /*margin: 1em 0;*/
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.olsbox_500 img:hover {
  opacity: 0.6;
  padding: 1em;
}

@media screen and (max-width: 768px){
	.olsbox {
		/*text-align:left;*/
        font-size:0.8em;
        padding: 1em;
 	}
	.olsbox img {
        width:100%;
        margin:0 auto;
        margin-bottom: 5em;
    }
	.olsbox_half {
		/*text-align:left;*/
        font-size:0.8em;
        padding: 1em;
 	}
	.olsbox_half img {
        width:100%;
        margin:0 auto;
        margin-bottom: 5em;
    }
	.olsbox_500 {
		/*text-align:left;*/
        font-size:0.8em;
        padding: 1em;
 	}
	.olsbox_500 img {
        width:100%;
        margin:0 auto;
        margin-bottom: 5em;
    }
}

.openbox {
  width:100%;
  max-width:980px;
  line-height: 1.5;
  color: #111;
  margin:0 auto;
  text-align:center;
  font-size:12px;
  margin-bottom:100px;
}
.openbox p {
    margin: 0; 
    padding: 0;
    font-size:1.4em;
    font-weight: bold;
    line-height: 2;
}
.opencap {
    margin: 0; 
    padding: 0 30px;
    font-size:12px;
    font-weight: normal;
    line-height:0;
    border-bottom: #000000 1px solid;
}

.openbox h4 {
    position: relative;
    display: inline-block;
    padding: 0 100px;
    font-size:1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}
.openbox h4:before, h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: black;
}
.openbox h4:before {
  left:0;
}
.openbox h4:after {
  right: 0;
}
@media screen and (max-width: 768px){
	.openbox h4 {
        font-size:1em;
 	}
	.openbox p {
	    font-size:1.2em;
}
	.opencap {
        width:100%;
        margin:0 auto;
        margin-bottom: 5em;
        font-size:10px;
    }
}

.topicsbox {
  width:100%;
  max-width:980px;
  line-height: 1.5;
  padding-bottom: 3em;
  color: #111;
  margin:0 auto;
  text-align:center;
}
.topicstitle {
    margin: 0; 
    padding: 0 0 1em 0;
    font-size:1.2em;
    font-weight: bold;
}
.topicsbox p {
    margin: 0; 
    padding: 0;
    font-size:1em;
}
.topicsbox img {
  width:700px;
  /*margin: 1em 0;*/
  padding: 1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media screen and (max-width: 768px){
	.topicsbox {
        font-size:0.8em;
        padding: 1em;
 	}
	.topicsbox p {
		text-align:left;
	}
	.topicsbox img {
        width:100%;
        margin:0 auto;
    }
}




.shopbox {
  width:100%;
  max-width:940px;
  padding:20px;
  color: #111;
  line-height:2;
  background-color:#FFF;
  margin:0 auto;
}


/* SHOP flexbox */
.shop-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:60px;
}
.shop-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.shop-text {
	width: 55%; /*flex: 2;*/
	padding:5%;
}
.shop-img {
	width: 45%; /*flex: 1;*/
}
.shop-img-w {
	width: 45%; /*flex: 1;*/
	padding-top: 5%;
}

.shop-text h2 {
	margin-bottom:1em;
	text-align:left;
	font-weight:bold;
	padding:0;
}
.shop-text h2 img {
	vertical-align: middle;
	margin-right:0.5em;
}
.shop-img img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 0 8px #CCC;
}
.shop-img-w img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 0 8px #CCC;
}

@media screen and (max-width: 768px){
	.shop-wrap,
	.shop-wrap:nth-child(odd)  {
		flex-direction: column;
	}
	.shop-text,
	.shop-img {
		width: 80%; /*flex: 1;*/
		min-height: 0%;
		margin:0 auto;
	}
	.shop-img-w {
		width: 80%; /*flex: 1;*/
		min-height: 0%;
		margin:0 auto;
		padding-top: 0;
	}
	.shop-text {
		padding-top:20px;
	}
	.shop-text h2 {
		text-align: center;
	}
	.shop-text h2 img {
		float:left;
}
}



.company_table {
  border-collapse: collapse;
  margin:0 auto;
  width: 100%;
  max-width:940px;
  padding:20px;
  line-height:1.5;
}

.company_table th,
.company_table td {
  border-top: 1px solid #dbe1e8;  
  border-bottom: 1px solid #dbe1e8;  
  padding:15px;
}

.company_table th {
  background: #F9F9F9;
  text-align: center;
  width: 20%;
  font-weight:bold;
}

@media only screen and (max-width: 800px) {
  .company_table tr,
  .company_table th,
  .company_table td {
    display: block;
    width: auto;
  }
  
  .company_table tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .company_table th,
  .company_table td {
    border-top: none;
  }
  .company_table td {
	text-align:left;
  }
}



/* トップへ戻る */
#page-top {
	margin:0 auto;
	position: fixed;
	bottom:30px;
	right:5px;
	z-index:10;
}
#page-top a {
	display: block;
	z-index: 80;
	text-decoration: none;
	text-align:center;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
#page-top img:hover {
	background: #DCE11E;
}
#page-top img {
	width:60px;
	height:60px;
	margin:10px;
	background:#CCC;
	border-radius:50%;
}
@media screen and (max-width: 768px){
	#page-top {
		position: fixed;
		z-index:80;
	}
	#page-top a {
		padding: 0;
		display: block;
	}
}




/* フッター */

.footer {
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*padding-top:50px;*/
  padding-bottom:10px;
	color:#FFF;
}
.copyright {
	text-align:center;
	width: 100%;
	font-size:12px;
	padding-top:10px;
	/*margin-top:20px;*/
	color:#FFF;
	/*border-top:#CCC solid 1px;*/
}

/* フッターflexbox */
.ft-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.ft-box {
	margin-bottom:0px;
	padding:0;
	width: 28%;
	min-height: 0%;
}
.ft-box img {
	display: block;
	margin-bottom:0px;
	width: 100%;
	height: auto;
}
.ft-box h2 {
	clear:both;
	margin-bottom:0px;
	font-size:1em;
	text-align: center;
}
.ft-box h2 img {
	width: auto;
	height:50px;
	margin: 0 auto;
	padding-bottom:0.5em;
}
.ft-box p {
	line-height:1.2;
	text-align:center;
	margin-bottom:0px;
}
.ft-box table {
	width:auto;
	margin: 0 auto;
}
.ft-box table th,td {
	text-align:center;
	padding:5px;
}
.ft-box table img {
	width:auto;
	height:40px;
}

.ft-box table a {
	margin: 0 auto;
	transform:scale(0.8,0.8);
}
.ft-box table a:hover {
	margin: 0 auto;
	transform:scale(1,1);
}


@media screen and (max-width: 768px){
	.ft-wrap {
		flex-direction: column;
	}
	.ft-box {
		width: 100%;
		margin-bottom:0px;
		margin-left:-15px;	
	}
}

@media screen and (min-width:1280px) {
	.ft-wrap {
		width:1280px;
		margin:0 auto;
	}
}


