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.4rem;
  font-weight: auto;
  line-height: 1.6;
  background: #fff;
  opacity: 0;
  max-width: 750px;
  margin: 0 auto
}

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)
  }
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none
}

input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px
}

#slider {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
/*  z-index: -1;
*/  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 {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s linear
}

#slider .slide img {
  width: 100%
}

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

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

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

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

#slider .slide:nth-of-type(5) div {
  background: url(../images/slide05_sp.jpg?01) 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 {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Playfair Display', serif
}

header.active {
  position: relative;
  z-index: 99
}

header.active #header_box {
  opacity: 1;
  z-index: auto;
  background: rgba(0, 0, 0, 0.8)
}

header #header_top {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 750px;
  position: fixed;
  z-index: 99;
  top: 0;
  padding: 10px 0;
  transition: .4s ease-in-out
}

header #header_top.active {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.5)
}

header #header_box {
  position: fixed;
  width: 100%;
  max-width: 750px;
  top: 0;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -2;
  transition: .4s ease-in-out
}

header #header_box nav ul {
  margin-top: 30px
}

header #header_box nav ul li {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 3px
}

header h1 {
  margin-left: 15px
}

header #header_social {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  transition: .4s ease-in-out
}

header #header_social li {
  text-align: center;
  margin-bottom: 20px;
  transition: .6 ease-in
}

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

header #header_social li:last-child {
  border: 1px solid #fff;
  min-width: 170px;
  max-width: 200px
}

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

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

header #nav_sp_btn {
  display: block;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  top: 10px;
  right: 15px;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box
}

header #nav_sp_btn.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 7px
}

header #nav_sp_btn.active span:nth-of-type(2) {
  transform: rotate(45deg);
  top: -3px
}

header #nav_sp_btn span {
  width: 32px;
  height: 4px;
  display: block;
  background: #fff;
  margin: 0 auto 6px;
  transition: 0.4s;
  position: relative
}

header #nav_sp_btn span:nth-of-type(2) {
  margin-bottom: 4px
}

header #nav_sp_btn span:nth-of-type(3) {
  background: none;
  width: auto;
  height: auto;
  margin-top: -2px
}

article {
  color: #333
}

article section {
  margin: 0 auto 20px;
  opacity: 0;
  position: relative;
  top: 50px;
  padding: 20px 0 20px;
  transition: .6s ease-in-out
}

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

article section#news {
  max-width: 750px;
  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#business {
  margin-bottom: 0
}

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

article section h2:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 40px;
  margin: 5px auto 0;
  background: #000
}

article section .news_list {
  font-size: 14px;
  margin: 30px 0 10px;
  border-top: 1px solid #DADADA;
  max-height: 300px;
  overflow-y: hidden
}

article section .news_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #DADADA;
  transition: .2s ease-in-out
}

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

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

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

article section .news_list li .date {
  padding: 0 15px
}

article section .news_list li .title {
  padding: 0 15px;
  box-sizing: border-box
}

article section .news_list .update_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

article section .more {
  text-align: right;
  margin-right: 15px
}

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

article section .news_box {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 0 15px
}

article section .news_box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc
}

article section .news_box div p {
  text-align: right
}

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

article section .text_area {
  color: #707070;
  font-size: 14px;
  text-align: center;
  max-width: 750px;
  padding: 0 15px;
  margin: 20px auto 10px;
  line-height: 1.8;
  letter-spacing: 2px
}

article section #business_list {
  max-width: 750px;
  margin: 0 auto
}

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 #business_list li img {
  width: 100%
}

article section table.company {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  letter-spacing: 1px
}

article section table.company th {
  text-align: right;
  min-width: 80px;
  padding: 5px 20px 5px 0
}

article section #map {
  width: 100%;
  height: 450px;
  margin: 30px 0 0
}

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

article section .google_map a {
  color: #ccc;
  padding: 5px 20px;
  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 header #header_top {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.5)
}

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

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

html.secondPage article section:nth-of-type(1).mail {
  padding: 90px 15px 0
}

html.secondPage article section:nth-of-type(1).mail .mail_set input.submit, html.secondPage article section:nth-of-type(1).mail .mail_set .return {
  padding: 15px 0;
  width: 40%
}

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

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

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

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

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

html.secondPage form {
  width: 100%
}

html.secondPage .table_mail {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box
}

html.secondPage table {
  color: #333;
  width: 100%;
  min-width: 345px;
  max-width: 750px;
  margin: 10px auto 20px
}

html.secondPage table td {
  width: 100%;
  padding: 20px 0 0
}

html.secondPage table td input, html.secondPage table td textarea {
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  background: #dbdbdb;
  box-shadow: none;
  border-radius: 0
}

html.secondPage table td .text_h3 {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  line-height: 27px
}

html.secondPage table td .text_must {
  position: relative;
  top: -2px;
  padding: 1px 5px;
  color: #fff;
  background: #dd0000
}

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

html.secondPage table tr.item td .item_box div {
  margin-right: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

html.secondPage table tr.item td input {
  padding-right: 3px;
  margin-right: 3px;
  width: auto;
  border-radius: 50%;
  background: none;
  border: 1px solid #b9b9b9
}

html.secondPage table textarea {
  vertical-align: middle
}

html.secondPage input.submit {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
  width: 100%;
  text-align: center;
  border: none;
  background: #dd0000;
  border-radius: inherit
}

html.secondPage input.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
}

html.secondPage .return {
  cursor: pointer;
  font-size: 16px;
  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 {
  padding: 25px 0 20px
}

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

html.secondPage .news_page_box {
  width: 100%
}

html.secondPage .news_page_box .news_box {
  margin-bottom: 30px
}

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 img {
  width: 100%;
  margin: 10px 0 15px
}

html.secondPage .online_store_box {
  max-width: 750px;
  padding: 0 15px;
  margin: 30px auto 0;
  letter-spacing: 1px;
  line-height: 1.7
}

html.secondPage .online_store_box img {
  width: 100%;
  max-width: 300px
}

html.secondPage .online_store_box h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center
}

html.secondPage .online_store_box ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0 0
}

#store_list2 {
	margin-top: 30px;
}
html.secondPage .online_store_box ul li {
  width: 46%;
  text-align: center;
  margin-bottom: 20px
}

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

html.secondPage .online_store_box p {
  width: 70%;
  margin: 0 auto;
  text-align: center
}

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

html.secondPage .online_store_box .store_list li a {
	font-size: 12px;
}

html.secondPage .shoplist {
	font-size: 12px;
}

html.secondPage .privacy_text_box {
  word-wrap: break-word
}

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: 35px 0 20px;
  background: #000
}

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

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

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

footer a:hover {
  text-decoration: underline
}

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