﻿html {
  color: #000
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img, iframe {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit
}

del, ins {
  text-decoration: none
}

li {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: baseline
}

sub {
  vertical-align: baseline
}

legend {
  color: #000
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

input, button, textarea, select {
  *font-size: 100%
}

img {
  vertical-align: top
}

html {
  font-size: 62.5%
}

html body {
  font-size: 13px
}

html, body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-feature-settings: 'palt'
}

a {
  color: #287c98;
  cursor: pointer
}

html body {
  color: #fff;
  font-size: 1.8rem;
  font-weight: auto;
  line-height: 1.6;
  background: #fff;
  opacity: 0;
  min-width: 1000px
}

html body.active {
  opacity: 1
}

html, body, #container {
  height: 100%
}

a {
  text-decoration: none;
  color: #fff
}

footer ul li a {
  white-space: nowrap
}

@keyframes scale {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.1)
  }
}

#slider {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

#slider .slide01, #slider .slide02, #slider img {
  width: 100%
}

#slider .slide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  transition: transform 6s linear
}

#slider .slide div {
  margin-top: 64px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s linear
}

#slider .slide img {
  width: 100%
}

#slider .slide:nth-of-type(1) div {
  background: url(../image/slide01.jpg) no-repeat center;
  background-size: cover
}

#slider .slide:nth-of-type(2) div {
  background: url(../image/slide02.jpg) no-repeat center;
  background-size: cover
}

/*#slider .slide:nth-of-type(3) div {
  background: url(../images/slide03.jpg?02) no-repeat center;
  background-size: cover;
  animation-delay: 6s
}*/

/*#slider .slide:nth-of-type(4) div {
  background: url(../images/slide04.jpg?02) no-repeat center;
  background-size: cover;
  animation-delay: 12s
}*/

#slider .slide.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1.06)
}

#slider .slide.active div {
  opacity: 1
}

header {
  width: 100%;
  position: fixed;
  min-width: 1000px;
  padding: 0 15px;
  top: 0;
  z-index: 99;
  background: #000;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.5)
}

header #header_box {
  height: 64px;
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

header nav ul {
  display: -ms-flexbox;
  display: flex
}

header nav ul li {
  margin: 0 20px
}

header nav ul li:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: .2s linear
}

header nav ul li:hover:after {
  width: 100%
}

header nav ul li.active:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: .2s linear
}

header #header_social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

header #header_social li {
  margin-left: 25px;
  transition: .6 ease-in
}

header #header_social li:nth-child(1) {
  margin-top: 2px
}

header #header_social li:last-child {
  border: 1px solid #fff
}

header #header_social li:last-child a {
  padding: 4px 15px;
  text-decoration: none;
  color: #fff;
  display: block
}

header #header_social li:hover {
  opacity: .7
}

.bread_area {
  color: #333;
  font-size: 12px;
  width: 100%;
  margin-top: 90px;
  padding: 10px 15px;
  background: #e9e8e6;
  box-sizing: border-box
}

.bread_area ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex
}

.bread_area ul li {
  margin-right: 15px
}

.bread_area ul li a {
  color: #333;
  text-decoration: underline
}

.bread_area ul li a:hover {
  text-decoration: none
}

article {
  color: #333;
  padding-top: 30px
}

article section {
  margin-bottom: 10px;
  opacity: 0;
  position: relative;
  top: 100px;
  padding: 20px 0 40px;
  transition: .6s ease-in-out
}

article section.active {
  opacity: 1;
  top: 0
}

article section#news {
  width: 800px;
  margin: 0 auto 20px;
  overflow: hidden
}

article section#company {
  color: #ccc;
  background: #000;
  margin: 0
}

article section#company h2 {
  color: #fff
}

article section#company h2:after {
  background: #fff
}

article section h2 {
  color: #000;
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Playfair Display', serif
}

article section h2:after {
  content: "";
  display: block;
  clear: both;
  height: 3px;
  width: 60px;
  margin: 10px auto 0;
  background: #000
}

article section .news_list {
  font-size: 14px;
  margin: 40px 0 10px;
  max-height: 212px;
  overflow-y: hidden
}

article section .news_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  margin-top: 10px;
  border-bottom: 1px solid #535353;
  transition: .2s ease-in-out
}

article section .news_list li:hover a {
  color: #000;
  padding-left: 10px
}

article section .news_list li:hover a .category {
  background: #464646
}

article section .news_list li a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: .2s ease-out;
  position: relative
}

article section .news_list li .category {
  color: #fff;
  padding: 2px 0px;
  width: 100px;
  margin: 0 20px;
  text-align: center;
  background: #707070;
  transition: .2s ease-out
}

article section .more {
  text-align: right
}

article section .more:hover a {
  text-decoration: none
}

article section a {
  color: #3e3e3e;
  text-decoration: underline
}

article section .text_area {
  color: #707070;
  text-align: center;
  width: 920px;
  margin: 40px auto 50px;
  line-height: 1.8;
  letter-spacing: 2px
}

article section #business_list {
  max-width: 1032px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

article section #business_list li {
  opacity: 0;
  transform: translateY(100px);
  transition: .6s ease-in-out
}

article section #business_list li.active {
  opacity: 1;
  transform: translateY(0px)
}

article section table.company {
  width: 600px;
  margin: 40px auto 0;
  letter-spacing: 1px
}

article section table.company th {
  text-align: right;
  width: 120px;
  padding: 3px 100px 3px 0
}

article section #map {
  width: 100%;
  height: 550px;
  margin: 50px 0 0
}

article section .google_map {
  text-align: center;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

article section .google_map a {
  color: #ccc;
  position: absolute;
  bottom: 0px;
  padding: 5px 15px;
  border: 1px solid #000;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  transition: .4s linear
}

article section .google_map a:hover {
  color: #000;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.8)
}

html.secondPage, html.secondPage body, html.secondPage #container {
  height: inherit
}

html.secondPage article {
  min-height: 640px
}

html.secondPage article section {
  padding-top: 0
}

html.secondPage article section:nth-of-type(1) {
  margin-bottom: 90px
}

html.secondPage article section:nth-of-type(1).online_store {
  margin-bottom: 50px
}

html.secondPage article section:nth-of-type(1) h2:after {
  content: "";
  display: block;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  height: auto;
  margin: 10px auto 0;
  background: none
}

html.secondPage article section:nth-of-type(1) h2.contact_h2:after {
  content: "お問い合わせ";
  margin: -10px auto 0
}

html.secondPage article section:nth-of-type(1) h2.online_store_h2:after {
  content: "ショップリスト";
  margin: -10px auto 0
}

html.secondPage article section:nth-of-type(1) h2.privacy_policy_h2:after {
  content: "プライバシーポリシ";
  margin: -10px auto 0
}

html.secondPage article section:nth-of-type(1) h2.online_store_h2:after {
  content: "ショップリスト";
  margin: -10px auto 0
}

html.secondPage article section:nth-of-type(1) h2.news_h2:after {
  content: "お知らせ";
  margin: -10px auto 0
}

html.secondPage table {
  color: #333;
  max-width: 620px;
  margin: 30px auto
}

html.secondPage table th {
  width: 230px;
  padding-top: 34px;
  position: relative;
  font-weight: bold;
  vertical-align: middle
}

html.secondPage table th .text_must {
  position: absolute;
  right: 0;
  padding: 0 5px;
  color: #fff;
  background: #dd0000
}

html.secondPage table td {
  width: 435px;
  padding: 30px 0 0 20px
}

html.secondPage table td input, html.secondPage table td textarea {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #b9b9b9;
  box-sizing: border-box
}

html.secondPage table tr.item td .item_box {
  display: -ms-flexbox;
  display: flex
}

html.secondPage table tr.item td .item_box div {
  margin-right: 25px
}

html.secondPage table tr.item td input {
  width: auto
}

html.secondPage table textarea {
  padding: 10px;
  vertical-align: middle
}

html.secondPage .submit {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0;
  width: 150px;
  text-align: center;
  border: none;
  background: #dd0000;
  letter-spacing: 2px
}

html.secondPage .submit:hover {
  opacity: .7
}

html.secondPage #container.mail table th {
  width: 140px
}

html.secondPage .mail_set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 2px
}

html.secondPage .return {
  color: #333;
  background: #ccc;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 150px;
  margin-right: 20px;
  padding: 12px 0;
  border: none
}

html.secondPage .return:hover {
  opacity: .7
}

html.secondPage .text_mail_finish {
  text-align: center
}

html.secondPage footer ul li:first-child {
  margin-right: 0
}

html.secondPage .news_page_box {
  width: 800px;
  margin: 0 auto
}

html.secondPage .news_page_box .news_box {
  margin: 50px auto 0;
  font-size: 15px;
  letter-spacing: 1px
}

html.secondPage .news_page_box .news_box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 5px 0 5px 20px;
  border-left: 5px solid #000
}

html.secondPage .news_page_box .news_box div p {
  text-align: right
}

html.secondPage .news_page_box .update_info {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

html.secondPage .news_page_box .update_info .category {
  color: #999;
  background: #eee;
  padding: 2px 20px;
  margin-left: 20px
}

html.secondPage .news_page_box .news_img {
  margin: 20px 0
}

html.secondPage .online_store_box {
  max-width: 960px;
  margin: 50px auto 0;
  letter-spacing: 1px;
  line-height: 1.7
}

html.secondPage .online_store_box .store_list ul {
  /*display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: space-between;*/
  overflow: hidden;
  margin-top: 20px;
}

html.secondPage .online_store_box .store_list li {
	float: left;
	margin-right: 30px;
}

html.secondPage .online_store_box .store_list li:nth-child(3n) {
	margin-right: 0px;
}

html.secondPage .online_store_box .store_list li a {
	font-size: 13px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

html.secondPage .online_store_box .store_list li a img {
	margin-bottom: 10px;
}

#store_list2 {
	margin-top: 50px;
}

html.secondPage .shoplist {
	margin-bottom: 10px;
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

/*display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;*/

html.secondPage .online_store_box h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px
}

html.secondPage .online_store_box ul li {
  text-align: center;
  margin-bottom: 20px
}

html.secondPage .online_store_box ul li a:hover {
  opacity: .6
}

html.secondPage .online_store_box p {
  text-align: center
}

html.secondPage .online_store_box p a:hover {
  opacity: .6
}

html.secondPage .privacy_text_box {
  max-width: 800px;
  word-break: keep-all;
  margin: 30px auto 0
}

html.secondPage .privacy_h3 {
  font-size: 16px;
  font-weight: bold
}

footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  background: #000
}

footer ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px
}

footer ul li:nth-child(2) {
  margin-left: 30px
}

footer a {
  font-size: 12px;
  color: #ccc
}

footer a:hover {
  text-decoration: underline
}

footer .Copyright {
  color: #ccc;
  font-size: 12px;
  text-align: center
}