@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
@font-face {
  font-family: "grotesk-b";
  src: url("https://file003.shop-pro.jp/PA01494/335/fonts/grotesk-bold.woff2") format("woff2"), url("https://file003.shop-pro.jp/PA01494/335/fonts/grotesk-bold.woff") format("woff");
}
@font-face {
  font-family: "grotesk-m";
  src: url("https://file003.shop-pro.jp/PA01494/335/fonts/grotesk-mid.woff2") format("woff2"), url("https://file003.shop-pro.jp/PA01494/335/fonts/grotesk-mid.woff") format("woff");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  background-color: #BEBEBE !important;
}

*:focus {
  outline: none;
}

/*変数の 格納*/
body,
select,
input,
textarea,
p,
i,
a,
li,
th,
td,
span,
dt,
dd {
  font-size: 18px;
  line-height: normal;
  color: #000;
}

.en-b {
  font-family: "grotesk-b", sans-serif;
}

.en-m {
  font-family: "grotesk-m", sans-serif;
}

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

a:hover {
  color: #8e8e8e;
  text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  height: auto;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

::-moz-selection {
  color: #aaa;
  text-shadow: none;
}

::selection {
  color: #aaa;
  text-shadow: none;
}

.container {
  max-width: 1224px;
  padding: 0 50px;
}

@media all and (max-width: 991px) {
  .container {
    max-width: 680px;
    padding: 0 40px;
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
#main {
  padding-top: 100px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  width: 100%;
  height: 100px;
  background-color: #BEBEBE;
  z-index: 9;
}
#header #h1 {
  position: absolute;
  left: 35px;
  top: 0;
  height: 100%;
  display: grid;
  place-items: center;
}
#header #h1 img {
  width: 100%;
  max-width: 320px;
}
#header #head-menu {
  position: absolute;
  bottom: 12px;
  right: 240px;
}
#header #head-menu > li {
  display: inline-block;
  margin-left: 25px;
}
#header #head-menu > li a, #header #head-menu > li span {
  font-weight: 700;
}
#header #head-menu > li a i, #header #head-menu > li span i {
  margin-left: 5px;
}
#header #head-menu > li span {
  display: inline-block;
  cursor: pointer;
}
#header #head-menu > li a:hover,
#header #head-menu > li span:hover {
  color: #8e8e8e;
}
#header #head-menu > li a:hover i,
#header #head-menu > li span:hover i {
  color: #8e8e8e;
}
#header #head-menu li.parent {
  position: relative;
  overflow: visible;
}
#header #head-menu li.parent .child {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  z-index: 9999;
}
#header #head-menu li.parent .child ul {
  background-color: #383737;
  width: 200px;
  padding: 10px 24px 15px 24px;
  border-radius: 1rem;
}
#header #head-menu li.parent .child ul li {
  margin: 10px auto;
}
#header #head-menu li.parent .child ul li a {
  color: white;
  letter-spacing: normal;
  font-size: 16px;
}
#header #head-menu li.parent .child ul li a:hover {
  color: #ccc;
}
#header #head-menu li.parent.open span i {
  transform: rotate(-180deg);
}
#header #sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
#header #sub-menu li {
  display: inline-block;
  margin: auto;
}
#header #sub-menu li img {
  width: auto;
  height: 100px;
}

#modal {
  position: fixed;
  right: 0;
  top: 0;
  height: 100px;
  width: 100px;
  z-index: 9999;
  cursor: pointer;
  background-color: #eb5a26;
  background-image: url(../img/btn-modal.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px;
  display: none;
}

#modal:hover {
  background-color: #ff875c;
}

@media all and (max-width: 1099px) {
  #main {
    padding-top: 80px;
  }
  #header {
    height: 80px;
  }
  #header #h1 {
    left: 30px;
  }
  #header #h1 img {
    max-width: 240px;
  }
  #header #head-menu {
    display: none;
  }
  #header #sub-menu {
    right: 80px;
  }
  #header #sub-menu li img {
    height: 80px;
  }
  #modal {
    height: 80px;
    width: 80px;
    background-size: 70px;
    display: block;
  }
}
@media all and (max-width: 767px) {
  #main {
    padding-top: 60px;
  }
  #header {
    height: 60px;
  }
  #header #h1 {
    left: 25px;
  }
  #header #h1 img {
    max-width: 180px;
  }
  #header #sub-menu {
    right: 60px;
  }
  #header #sub-menu li img {
    height: 60px;
  }
  #modal {
    height: 60px;
    width: 60px;
    background-size: 50px;
  }
}
@media all and (max-width: 499px) {
  #header #h1 {
    left: 20px;
  }
  #header #h1 img {
    max-width: 160px;
  }
}
@media all and (max-width: 376px) {
  #main {
    padding-top: 50px;
  }
  #header {
    height: 50px;
  }
  #header #h1 {
    left: 20px;
  }
  #header #h1 img {
    max-width: 150px;
  }
  #header #sub-menu {
    right: 50px;
  }
  #header #sub-menu li img {
    height: 50px;
  }
  #modal {
    height: 50px;
    width: 50px;
    background-size: 45px;
  }
}
#splide .splide__slide {
  width: 100%;
  max-width: 720px;
}
#splide .splide__slide .img img {
  width: 100%;
}

.cont {
  margin-top: 100px;
}
.cont h2 {
  font-size: 44px;
  margin-bottom: 45px;
}
.cont h2 small {
  color: white;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 18px;
}
.cont h3 {
  font-size: 24px;
  margin: 15px auto;
  font-weight: 600;
}
.cont h3 span {
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
}
.cont h3 i {
  font-style: normal;
  margin-right: 2px;
  font-size: 26px;
  letter-spacing: 1px;
}
.cont p {
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.cont table {
  width: 100%;
}
.cont table th {
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cont table td {
  text-align: left;
}
.cont table.img-left td {
  padding-left: 55px;
}
.cont table.img-right td {
  padding-right: 55px;
}

@media all and (max-width: 991px) {
  .cont {
    margin-top: 60px;
  }
  .cont h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .cont h2 small {
    font-size: 20px;
    margin-top: 16px;
  }
  .cont h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .cont h3 span {
    font-size: 22px;
  }
  .cont h3 i {
    font-size: 24px;
  }
  .cont p {
    font-size: 17px;
  }
  .cont .img {
    margin-bottom: 10px;
  }
  .cont .img img {
    width: 100%;
    border-radius: 10px;
  }
  .cont table.img-left td {
    padding-left: 0;
  }
  .cont table.img-right td {
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .cont {
    margin-top: 40px;
  }
  .cont h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .cont h2 small {
    font-size: 18px;
  }
  .cont h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .cont h3 span {
    font-size: 20px;
  }
  .cont h3 i {
    font-size: 22px;
  }
  .cont p {
    font-size: 16px;
  }
  .cont .img {
    margin-bottom: 10px;
  }
  .cont .img img {
    border-radius: 8px;
  }
}
#about01 table th {
  width: 43%;
  background-image: url(../img/about01.png);
}

@media all and (max-width: 991px) {
  #about01 .img {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  #about01 .img {
    margin-bottom: 35px;
  }
  #about01 h2 {
    line-height: 1.2;
  }
}
#about02 table.img-right {
  margin-bottom: 100px;
}
#about02 table.img-right th {
  width: 40%;
  background-image: url(../img/about02a.png);
}
#about02 table.img-left th {
  width: 40%;
  background-image: url(../img/about02b.png);
}
#about02 p {
  letter-spacing: 1px;
}

@media all and (max-width: 991px) {
  #about02 table.img-right {
    margin-bottom: 60px;
  }
  #about02 h3,
  #about02 .img {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #about02 table.img-right {
    margin-bottom: 40px;
  }
  #about02 h3,
  #about02 .img {
    margin-bottom: 20px;
  }
}
#gift h3 {
  text-align: left;
}
#gift p {
  text-align: left;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 40px;
}
#gift .img img {
  border-radius: 10px;
}

@media all and (max-width: 991px) {
  #gift h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  #gift p {
    -moz-column-count: 1;
         column-count: 1;
    margin-bottom: 0;
    line-height: 2;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #gift .splide__slide {
    width: 100%;
    max-width: 720px;
  }
  #gift .splide__slide .img img {
    width: 100%;
  }
  #gift .splide__track {
    margin-bottom: 20px;
  }
  #gift .splide__track img {
    border-radius: 10px;
  }
  #gift .splide__pagination {
    bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  #gift h3 {
    margin-bottom: 25px;
  }
  #gift .splide__track {
    margin-bottom: 15px;
  }
  #gift .splide__track img {
    border-radius: 8px;
  }
  #gift .splide__pagination {
    bottom: 18px;
  }
}
#items .img img {
  border-radius: 5px;
}
#items .inner {
  text-align: left;
}
#items h3 {
  margin-bottom: 15px;
  border-bottom: solid 1px black;
  padding-bottom: 15px;
}
#items h3 span {
  font-size: 30px;
}
#items h3 small {
  font-size: 22px;
  font-weight: 600;
  display: block;
}
#items p.memo {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.6;
}
#items p.price {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 22px;
}
#items p.price small {
  font-weight: 500;
  font-size: 24px;
}
#items .pagelink a {
  display: block;
  width: 100%;
  max-width: 350px;
  background-color: #eb5a26;
  border-radius: 5px;
  color: white;
  padding: 18px 20px 20px 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}
#items .pagelink a:hover {
  background-color: #ff875c;
  color: white;
}

@media all and (max-width: 991px) {
  #items h3 {
    text-align: left;
  }
  #items p.memo {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #items p.price {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 22px;
  }
  #items p.price small {
    font-weight: 500;
    font-size: 24px;
  }
  #items .pagelink {
    text-align: center;
  }
  #items .pagelink a {
    padding: 14px 16px 16px 16px;
    max-width: none;
  }
}
@media all and (max-width: 575px) {
  #items h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #items h3 span {
    font-size: 24px;
  }
  #items h3 small {
    font-size: 20px;
  }
  #items p.memo {
    font-size: 15px;
  }
  #items p.price {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #items p.price small {
    font-size: 20px;
  }
  #items .pagelink a {
    font-size: 18px;
  }
}
#info {
  margin-bottom: 100px;
}
#info h3 {
  text-align: left;
}
#info h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

#news {
  text-align: left;
}
#news h3 {
  margin-top: auto;
}
#news ul#list {
  padding: 0;
}
#news ul#list li {
  border-bottom: solid 1px #999;
}
#news ul#list li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 3;
  padding-right: 25px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
#news ul#list li a .date {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  font-weight: 500;
}
#news ul#list li a:after {
  content: "\f105";
  color: #999;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: nomal;
  position: absolute;
  top: 5px;
  right: 6px;
}
#news ul#list li a:hover,
#news ul#list li a:hover:after {
  color: white;
}

@media all and (max-width: 991px) {
  #info {
    margin-bottom: 80px;
  }
  #info h3 {
    margin-bottom: 6px;
  }
  #news ul#list {
    padding: 0;
  }
  #news ul#list li a {
    font-size: 15px;
  }
  #news ul#list li a .date {
    width: 100px;
    font-size: 15px;
  }
}
.side_section_cal {
  background-color: white;
  padding: 25px;
  border-radius: 5px;
}

#footer .container {
  position: relative;
}
#footer #footInner {
  background-color: #919191;
  padding: 50px 0;
  overflow: hidden;
  clear: both;
}
#footer #footLogo {
  position: absolute;
  top: 0;
  left: 50px;
}
#footer #footLogo img {
  width: 100%;
  max-width: 260px;
}
#footer .footTable {
  display: table;
  float: right;
}
#footer .footTable .footCell {
  display: table-cell;
  vertical-align: top;
}
#footer ul {
  display: inline-block;
  border-left: solid 1px white;
  padding: 0 0 0 18px;
  margin: auto auto auto 50px;
  text-align: left;
}
#footer ul li {
  color: black;
}
#footer ul li a {
  color: black;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 2;
}
#footer ul li a span {
  font-weight: 500;
  font-size: 17px;
}
#footer ul li a::before {
  content: "・ ";
}
#footer ul li a:hover {
  opacity: 0.5;
}
#footer p.copy {
  text-align: center;
  font-weight: 500;
  padding: 25px;
  margin: auto;
}

@media all and (max-width: 1199px) {
  #footer #footLogo {
    left: 60px;
  }
  #footer #footLogo img {
    max-width: 220px;
  }
  #footer ul {
    display: inline-block;
    border-left: solid 1px white;
    padding-left: 18px;
    margin: auto auto auto 50px;
  }
  #footer ul li a {
    font-size: 15px;
  }
  #footer ul li a span {
    font-size: 15px;
  }
}
@media all and (max-width: 991px) {
  #footer #footInner {
    padding: 40px 0;
    text-align: left;
  }
  #footer #footLogo {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
  #footer #footLogo img {
    max-width: 200px;
  }
  #footer .footTable {
    float: none;
    display: block;
  }
  #footer .footTable .footCell {
    display: inline-block;
  }
  #footer ul {
    margin: auto 40px auto 0;
    padding-left: 15px;
  }
  #footer ul li a {
    line-height: 1.8;
  }
  #footer ul#footUl-2 {
    margin: auto;
  }
}
@media all and (max-width: 499px) {
  #footer #footInner {
    padding: 30px 0;
  }
  #footer #footLogo img {
    max-width: 180px;
  }
  #footer ul {
    margin: auto;
  }
}
#side {
  position: fixed;
  background-color: #383737;
  top: 0;
  right: 0;
  overflow-y: auto;
  z-index: 999;
  text-align: center;
  transition: all 0.4s;
  display: none;
  height: 100%;
  width: 100%;
  max-width: 500px;
}
#side #h1 {
  position: absolute;
  top: 50px;
  left: 50px;
}
#side #h1 img {
  width: 100%;
  max-width: 200px;
}
#side .inner {
  margin: 0 auto auto auto;
  padding: 120px 50px 50px 50px;
  position: relative;
  width: 100%;
}
#side ul {
  width: 100%;
  text-align: left;
  padding: 0;
  line-height: 1;
}
#side ul li {
  margin: 30px auto;
}
#side ul li a, #side ul li span {
  color: white;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  letter-spacing: 2px;
}
#side ul li span:hover,
#side ul li span:hover i {
  color: #999;
}
#side ul li a:hover {
  opacity: 0.6;
}
#side ul#sub {
  padding-top: 10px;
}
#side ul#sub li {
  margin: 16px auto;
}
#side ul#sub li a, #side ul#sub li span {
  font-size: 18px;
  font-weight: 500;
}

@media all and (max-width: 575px) {
  #side #h1 {
    position: absolute;
    top: 40px;
    left: 40px;
  }
  #side .inner {
    padding: 100px 36px 36px 36px;
  }
  #side ul li {
    margin: 20px auto;
  }
  #side ul li a, #side ul li span {
    font-size: 20px;
  }
  #side ul li a i, #side ul li span i {
    font-size: 20px;
  }
}
#side::-webkit-scrollbar {
  width: 3px;
  opacity: 0;
}

#side::-webkit-scrollbar-thumb {
  background-color: white;
}

#cover {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s;
  z-index: 99;
  cursor: pointer;
}

body.view #modal {
  display: block;
  background-color: #383737;
  background-image: url(../img/btn-close.svg);
  z-index: 9999999;
}
body.view #modal:hover {
  background-color: #383737;
}
body.view #side {
  display: flex;
  right: 0;
  transition: all 0.4s;
}
body.view #cover {
  pointer-events: auto;
  display: block;
  opacity: 1;
  z-index: 99;
  transition: all 0.4s;
  pointer-events: auto;
}/*# sourceMappingURL=common.css.map */