/* Theme Name: 海外雑貨店
Author: Twinz
Author URI: https://www.twinzlabo.com
Description: The official theme for twinz
Version: 1.0 */

body {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin: 0;
  background: whitesmoke;
}

h1 {
  background: none;
  border-radius: 8px;
  margin: 0;
  font-size: 64px;
}

p {
  line-height: 1.5;
}

main {
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

ul li {
  list-style: none;
}

/* Inputs */

input,
textarea {
  height: 32px;
  padding: 8px 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  border: none;
  box-shadow: inset 8px 3px 18px -4px rgba(0, 0, 0, 0.4);
}

input:focus,
textarea:focus {
  outline: none;
}

/* animate */

.animation .delay-s {
  animation-delay: .3s;
}
.animation .delay-1s {
  animation-delay: 1s;
}
.animation .delay-2s {
  animation-delay: 2s;
}
.animation .delay-3s {
  animation-delay: 3s;
}
.animation .bitslow {
  animation-duration: 1.5s;
}
.animation .slow {
  animation-duration: 2s;
}


/* Navigation */

nav {
  height: 72px;
  background: white;
  opacity: 1;
  width: 100%;
  margin: 0;
  position: fixed;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  z-index: 100;
}

nav a {
  margin: 0 32px;
  padding: 0px;
  color: black;
  transition: 0.4s;
}

nav a:hover {
  text-decoration: none;
  color: dimgray;
}

nav ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin: 0;
}

.active {
  color: #f783ae;
}

#logo-img {
  display: flex;
  height: 100%;
  background: white;
  margin: 0px;
  padding: 0px;
  align-items: center;
  color: white;
}

#logo-img img {
  transition: 0.4s;
  height: 170px;
  padding-top: 0px;
}

#logo-img img:hover {
  opacity: .6;
}

#menu-icon {
  height: 100%;
  font-size: 35px;
  padding: 0 4px;
  color: black;
  display: none;
  align-items: center;
}

@media (max-width: 600px) {
  #menu-icon {
    height: 100%;
    font-size: 28px;
    padding: 0 4px;
    color: black;
    display: none;
    align-items: center;
  }
  #logo-img {
  }

  #logo-img img {
    margin-left: -20px;
    height: 120px;
  }
}

@media (max-width: 350px) {

  #logo-img img {
    transition: 0.4s;
  }
}

/* Slideout Menu */

#slideout-menu {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  position: fixed;
  transition: 0.4s;
  margin-top: 72px;
  width: 100%;
  text-align: center;
  opacity:0;
  pointer-events:none;
}

#slideout-menu ul {
  list-style: none;
  padding: 0 32px;
}

#slideout-menu ul li {
  padding: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }

#slideout-menu a {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  color: white;
}

@media (max-width: 600px) {
  #slideout-menu ul li {
    padding: 23px;
  }

  #slideout-menu a {
    font-size: 22px;
  }
}

@media (max-width: 350px) {
  #slideout-menu ul li {
    padding: 20px;
  }

  #slideout-menu a {
    font-size: 20px;
  }
}

/* Sections */

section {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.section-heading {
  font-size: 32px;
  font-family: "Roboto Condensed", sans-serif;
  border-left: 3px solid black;
  display: inline-block;
  padding: 4px 16px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Section Source */

#section-source p {
  padding: 8px;
  text-align: center;
}

#section-source a {
  margin: 8px;
  text-align: center;
}

/* Banner */
.top-banner {
  display: flex;
  align-items: center;
}

.top-banner .left-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner .right-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner p {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-rl;
  display: block;
  letter-spacing: .3mm;
  font-weight: 500;
}

.top-banner a:hover {
  text-decoration:  none;
  opacity: .8;
}

.slide {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
  filter: brightness(105%) contrast(105%) saturate(120%);
}

@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.slide img:nth-child(2){
  animation-delay: 8s;
}

.slide img:last-child{
  animation-delay: 16s;
}

@media (max-width: 1200px) {
  .slide {
    height: 700px;
  }
}

@media (max-width: 900px) {
  .slide {
    height: 600px;
  }
  .top-banner p {
    font-size: 16px;
    text-align: center;
    line-height: 1;
    writing-mode: vertical-rl;
    display: block;
    letter-spacing: .3mm;
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  .slide {
    height: 360px;
  }
  .top-banner p {
    font-size: 11px;
    text-align: center;
    line-height: .5;
    writing-mode: vertical-rl;
    display: block;
    letter-spacing: .3mm;
    font-weight: 500;
  }
}

@media (max-width: 350px) {
  .slide {
    height: 320px;
  }
  .top-banner p {
    font-size: 11px;
    text-align: center;
    line-height: .5;
    writing-mode: vertical-rl;
    display: block;
    letter-spacing: .3mm;
    font-weight: 500;
  }
}

/* Notification */

.notification {
  width:80%;
  margin:50px auto 0;
  padding:50px 0;
  color:#411D09;
}
.notification .title {
  display: flex;
  justify-content: center;
  margin:0px 0 20px 0;
  padding-bottom:10px;
  border-bottom:1px solid #411D09;
  font-weight:bold;
  font-family:seria;
  color:#411D09;
  font-size: 30px;
}
.notification .description {
  font-size:16px;
  text-align:left;
}
.notification .description p {
  margin:5px 0;
  text-decoration:none;
}
.notification .description p span {
  font-weight:bold;
  color:#411D09;
}
.notification .description p a {
  margin:0;
  text-decoration:none;
  color:#411D09;
  font-family:seria;
  font-weight:500;
}
.notification .description p a:hover {
  text-decoration:underline;
}
.news-more {
  display: flex;
  justify-content: flex-end;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: bold;
}

.news-more p i {
  padding-left: 10px;
}

.notification .news-more p a:hover {
  text-decoration:underline;
}

@media (max-width: 1400px) {
  .notification {
    width:80%;
    margin:0px auto;
    padding:50px 0 0;
    color:#411D09;
  }
}
@media (max-width: 900px) {
  .notification {
    width:80%;
    margin:0px auto;
    padding:50px 0 0;
    color:#411D09;
  }
}
@media (max-width: 600px) {
  .notification {
    width:85%;
    margin:0px auto;
    padding:0px 0 0;
    color:#411D09;
  }
  .notification .title {
    display: flex;
    justify-content: center;
    margin:0px 0 20px 0;
    padding-bottom:10px;
    border-bottom:1px solid #411D09;
    font-weight:bold;
    font-family:seria;
    color:#411D09;
    font-size: 25px;
  }
  .notification .description {
    font-size:13px;
    text-align:left;
  }
  .news-more {
    display: flex;
    justify-content: flex-end;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 13px;
    font-weight: bold;
  }
}

/* About */

.about {
  margin:0 auto;
  color:#411D09;
}
.about .about-title {
  margin-bottom:50px;
  display:flex;
  justify-content: center;
}
.about .about-title h1 {
  font-size:60px;
  font-weight: 400;
  padding: 0;
}
.about .about-contents {
  display:flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  margin: 0 20px;
}
.about .left-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin:0;
  height: 100%;
  order: 2;
  width:100%;
  z-index: 10;
}
.about .left-contents p {
  margin-top:5px;
  padding:0;
  text-align:left;
  font-size:20px;
  font-family:seria;
  font-weight: 900;
  letter-spacing: 2px;
}
.about .left-empty p {
  font-size:15px;
  font-weight: 200;
  letter-spacing: .8px;
  line-height:30px;
}
.about .left-body {
  background-color: white;
  padding: 35px;
  width: 50%;
  margin-right: 410px;
}
.about .right-contents img {
  border-radius:0px;
  width: 85%;
  filter: brightness(105%) saturate(130%) contrast(105%);
  margin:0 auto;
}
.about .right-contents {
  width:100%;
  display: flex;
  align-items: flex-start;
  order: 1;
  margin-bottom: -315px;
  z-index: 1;
}

@media (max-width: 1400px) {
  .about {
    margin:0 auto;
    color:#411D09;
  }
  .about .about-title {
    margin-bottom:50px;
    display:flex;
    justify-content: center;
  }
  .about .about-title h1 {
    font-size:60px;
    font-weight: 400;
    padding: 0;
  }
  .about .about-contents {
    display:flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    margin: 0 20px;
  }
  .about .left-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin:0;
    height: 100%;
    order: 2;
    width:100%;
    z-index: 10;
    margin-top: -320px;
    margin-bottom: 50px;
  }
  .about .left-contents p {
    margin-top:5px;
    padding:0;
    text-align:left;
    font-size:24px;
    font-family:seria;
    font-weight: 900;
    letter-spacing: 2px;
  }
  .about .left-empty p {
    font-size:18px;
    font-weight: 200;
    letter-spacing: .8px;
    line-height:30px;
    margin: 0 auto;
  }
  .about .left-body {
    background-color: white;
    padding: 40px;
    width: 60%;
    margin-right: 270px;
  }
  .about .right-contents img {
    border-radius:0px;
    width: 100%;
    filter: brightness(105%) saturate(130%) contrast(105%);
    margin:0 auto;
  }
  .about .right-contents {
    width:100%;
    display: flex;
    align-items: flex-start;
    order: 1;
    margin-bottom: 0px;
    z-index: 1;
  }
}

@media (max-width: 900px) {
  .about {
    margin:0 auto;
    color:#411D09;
  }
  .about .about-title {
    margin-bottom:50px;
    display:flex;
    justify-content: center;
  }
  .about .about-title h1 {
    font-size:60px;
    font-weight: 400;
    padding: 0;
  }
  .about .about-contents {
    display:flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    margin: 0 20px;
  }
  .about .left-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin:0;
    height: 100%;
    order: 2;
    width:100%;
    z-index: 10;
    margin-top: -245px;
    margin-bottom: 30px;
    margin-left: 15px;
  }
  .about .left-contents p {
    margin-top:5px;
    padding:0;
    text-align:left;
    font-size:16px;
    font-family:seria;
    font-weight: 900;
    letter-spacing: 1.5px;
  }
  .about .left-empty p {
    font-size:14px;
    font-weight: 200;
    letter-spacing: .8px;
    line-height:28px;
    margin: 0 auto;
  }
  .about .left-body {
    background-color: white;
    padding: 23px;
    width: 60%;
    margin-right: 230px;
  }
  .about .right-contents img {
    border-radius:0px;
    width: 100%;
    filter: brightness(105%) saturate(130%) contrast(105%);
    margin:0 auto;
  }
  .about .right-contents {
    width:100%;
    display: flex;
    align-items: flex-start;
    order: 1;
    margin-bottom: 0px;
    z-index: 1;
  }
}

@media (max-width: 600px) {
  .about .about-title h1 {
    font-size:30px;
    font-weight: 400;
    padding: 0;
  }
  .about .left-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin:0;
    height: 100%;
    order: 2;
    width:100%;
    z-index: 10;
    margin-top: -80px;
    margin-bottom: 30px;
    margin-left: -24px;
    opacity: .85;
  }
  .about .left-contents p {
    margin-top:5px;
    padding:0;
    text-align:left;
    font-size:10px;
    font-family:seria;
    font-weight: 900;
    letter-spacing: 1.5px;
  }
  .about .left-empty p {
    font-size:9px;
    font-weight: 200;
    letter-spacing: .6px;
    line-height:20px;
    margin: 0 auto;
  }
  .about .left-body {
    background-color: white;
    padding: 12px;
    width: 80%;
    margin-right: 0px;
  }
  .about .right-contents img {
    border-radius:0px;
    width: 100%;
    filter: brightness(105%) saturate(130%) contrast(105%);
    margin:0 auto;
  }
}
@media (max-width: 350px) {
  .about .left-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin:0;
    height: 100%;
    order: 2;
    width:100%;
    z-index: 10;
    margin-top: -80px;
    margin-bottom: 30px;
    opacity: .85;
  }
  .about .left-contents p {
    margin-top:5px;
    padding:0;
    text-align:left;
    font-size: 10px;
    font-family:seria;
    font-weight: 900;
    letter-spacing: 1.5px;
  }
  .about .left-empty p {
    font-size: 10px;
    font-weight: 200;
    letter-spacing: .6px;
    line-height: 17px;
    margin: 0 auto;
  }
  .about .left-body {
    background-color: white;
    padding: 18px 8px;
    width: 100%;
    margin: 0 30px;
  }
  .about .right-contents img {
    border-radius:0px;
    width: 100%;
    filter: brightness(105%) saturate(130%) contrast(105%);
    margin:0 auto;
  }
  .about .right-contents {
    width:295px;
    display: flex;
    align-items: flex-start;
    order: 1;
    margin: 0 auto;
    z-index: 1;
  }
  .about .about-contents {
    margin: 0px;
  }
}

/* Goods */
.goods-title {
  margin-bottom:50px;
  display:flex;
  justify-content: center;
}
.goods-title h1 {
  font-size:60px;
  font-weight: 400;
  color:#411D09;
}

#goods {
  width: 100%;
}

#goods .goods {
  filter: saturate(130%) brightness(108%);
}
#goods .goods pre {
  width: 250px;
  text-align: center;
}
#goods .goods:hover {
  opacity: .7;
}

@media (max-width: 900px) {

}

@media (max-width: 600px) {
  .goods-title {
    margin-bottom:15px;
    display:flex;
    justify-content: center;
  }
  .goods-title h1 {
    font-size:30px;
    font-weight: 400;
  }
}

@media (max-width: 350px) {
  .goods-title {
    margin-bottom:15px;
    display:flex;
    justify-content: center;
  }
  .goods-title h1 {
    font-size:30px;
    font-weight: 400;
  }
}
/* Gallery */

#gallery {
  margin-bottom: 0px;
}

.gallery-title {
  margin-bottom:50px;
  display:flex;
  justify-content: center;
}
.gallery-title h1 {
  font-size:60px;
  font-weight: 400;
  color:#411D09;
}

#gallery .gallery-pic ul {
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#gallery .gallery-pic ul li {
  margin:0 20px 40px;
}

#gallery .gallery-pic ul li img {
  width: 350px;
  height: 250px;
  filter: saturate(130%) brightness(105%);
}

#gallery .store {
  transition-duration: .3s;
}

#gallery .store:hover {
  opacity: .7;
}

@media (max-width: 1400px) {
  .gallery-title {
    margin-bottom:30px;
    display:flex;
    justify-content: center;
  }
  .gallery-title h1 {
    font-size:50px;
    font-weight: 400;
  }
  #gallery .gallery-pic ul li img {
    width: 280px;
    height: 200px;
  }
}

@media (max-width: 900px) {
  #gallery .gallery-pic ul li img {
    width: 250px;
    height: 180px;
  }
}

@media (max-width: 600px) {
  #gallery {
    margin-bottom: 15px;
  }
  .gallery-title {
    margin-bottom:15px;
    display:flex;
    justify-content: center;
  }
  .gallery-title h1 {
    font-size:30px;
    font-weight: 400;
  }
  #gallery .gallery-pic ul li img {
    width: 145px;
    height: 100px;
  }
  #gallery .gallery-pic ul li {
    margin:0 10px 15px;
  }
}

@media (max-width: 350px) {
  #gallery {
    margin-bottom: 15px;
  }
  .gallery-title {
    margin-bottom:15px;
    display:flex;
    justify-content: center;
  }
  .gallery-title h1 {
    font-size:30px;
    font-weight: 400;
  }
  #gallery .gallery-pic ul li img {
    width: 135px;
    height: 95px;
  }
  #gallery .gallery-pic ul li {
    margin:0 10px 15px;
  }
}

/* Shop Info & Access */
#info-access {
  background: rgb(236, 236, 236);
  height:100%;
  margin-bottom: 100px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.shop-title {
  margin-top:50px;
  display:flex;
  justify-content: center;
  color:#411D09;
}

.shop-title h1 {
  font-size:60px;
  font-weight: 400;
}

#info-access .store-info {
  margin:0 auto;
  padding: 50px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#info-access .store-info .info-content {
  margin-right:30px;
}
#info-access .store-info ul {
  padding: 0;
}
#info-access .store-info .access-map iframe {
  background: white;
  padding: 15px;
  margin: auto;
  width: 500px;
  height: 500px;
}

@media (max-width: 1400px) {
  .shop-title {
    margin-top:50px;
    display:flex;
    justify-content: center;
    color:#411D09;
  }

  .shop-title h1 {
    font-size:50px;
    font-weight: 400;
  }
  #info-access .store-info {
    padding: 50px 40px;
  }
  #info-access .store-info .info-content h4 {
    font-size: 20px;
  }
  #info-access .store-info .info-content p {
    font-size: 20px;
  }
  #info-access .store-info .access-map iframe {
    background: white;
    padding: 15px;
    margin: auto;
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 900px) {
  #info-access .store-info {
    padding: 50px 50px;
    display: block;
    width: 80%;
  }
  #info-access .store-info ul {
    margin-bottom: 50px;
  }
  #info-access .store-info .access-map {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #info-access .store-info .info-content {
    margin-right:0px;
  }
  #info-access .store-info .access-map iframe {
    background: white;
    padding: 15px;
    margin: auto;
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  #info-access {
    margin-bottom: 50px;
  }
  .shop-title {
    margin-top:30px;
    display:flex;
    justify-content: center;
    color:#411D09;
  }

  .shop-title h1 {
    font-size:30px;
    font-weight: 400;
  }
  #info-access .store-info {
    padding: 10px 0 30px;
    width: 100%;
  }
  #info-access .store-info ul {
    padding: 15px;
    margin: 0 0 20px;
  }
  #info-access .store-info .access-map iframe {
    padding: 10px;
    width: 85%;
  }
  #info-access .store-info .info-content h4 {
    font-size: 15px;
  }
  #info-access .store-info .info-content p {
    font-size: 15px;
  }
  #info-access .store-info .access-map iframe {
    background: white;
    padding: 10px;
    margin: auto;
    width: 330px;
    height: 300px;
  }
}
@media (max-width: 350px) {
  #info-access .store-info .info-content h4 {
    font-size: 14px;
  }
  #info-access .store-info .info-content p {
    font-size: 14px;
  }
  #info-access .store-info .access-map iframe {
    background: white;
    padding: 10px;
    margin: auto;
    width: 260px;
    height: 260px;
  }
}

/* Goods Page */
#goods .goods-choice ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 150px;
}

#goods .goods-choice ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 250px;
  margin: 30px 30px;
  border-radius: .5em;
  box-shadow: 3px 2px 5px #888888;
  transition: .4s;
}

#goods .goods-choice ul a {
  text-decoration: none;
}

#goods .goods-choice ul li p {
  width: 200px;
  color: white;
  font-size:45px;
  padding: 10px;
  margin: 0;
  text-align: center;
  letter-spacing: .3em;
  opacity: 1;
  transition: .4s;
}

#goods .goods-choice ul li:hover p {
  transition: .4s;
  opacity: 1;
}

#goods .goods-choice ul li:hover {
  transition: .4s;
  box-shadow: none;
}

#goods .goods-choice ul .cafe {
  background: rgba(0, 0, 0, 0.1) url("img/shop-item3.png");
  background-size: cover;
  background-position: center;
  filter: saturate(150%);
}

#goods .goods-choice ul .diner {
  background: rgba(0, 0, 0, 0.2) url("img/top1.png");
  background-size: cover;
  background-position: center;
  filter: saturate(150%);
}

#goods .goods-choice ul .foods {
  background: rgba(0, 0, 0, 0.2) url("img/gallery4.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(150%);
}

#goods .goods-choice ul .interior {
  background: rgba(0, 0, 0, 0.2) url("img/gift1.png");
  background-size: cover;
  background-position: center;
  filter: saturate(150%);
}

@media (max-width: 900px) {
  #goods .goods-choice ul li {
    width: 300px;
    height: 220px;
    margin: 15px 15px;
  }

  #goods .goods-choice ul li p {
    width: 160px;
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  #goods .goods-choice ul {
    margin-bottom: 50px;
  }

  #goods .goods-choice ul li {
    width: 300px;
    height: 230px;
    margin: 0 0px 30px;
  }

  #goods .goods-choice ul li p {
    width: 200px;
    font-size: 30px;
  }
}

/* Goods Single Page */

#goods {
  margin-bottom: 50px;
  display: block;
}

.goods-heading{
  border-bottom: 1px solid #333333;
  max-width: 220px;
  margin:50px auto 50px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 32px 15px;
  text-align: center;
}

#goods .goods-page h3 {
  width: 80%;
  padding-left: 10px;
  margin: 20px auto;
  border-left: 3px solid #888888;
}

#goods .goods-page ul {
  flex-wrap: wrap;
  justify-content: center;
  margin: 3.5% auto;
  width: 100%;
}

#goods .goods-page ul li {
  margin: 0 20px 30px;
  width: 280px;
}

#goods .goods-page ul li pre {
  text-align: center;
  font-size: 12px;
  font-weight: bolder;
  margin: auto;
  padding-top: 10px;
  word-wrap: normal;
  letter-spacing: .2em;
}

#goods .goods-page ul li p {
  font-size: 12px;
  margin: auto;
  padding-top: 10px;
  height: 30px;
  letter-spacing: .2em;
}

#goods .back-page {
  width: 130px;
}

.goods-back-button p {
  margin: 30px 0 0px;
}

.goods-back-button p:hover {
  font-weight: bold;
}

@media (max-width: 1200px) {
  #goods .goods-page h3 {
    width: 80%;
    margin: 20px 0 20px 10px;
  }
  #goods .goods-page ul {
    width: 100%;
  }
  #goods .goods-page ul li img {
    width: 280px;
    height: 250px
  }

/* justify-content: center;の後に擬似要素を設定してレイアウトを調整 */
  #goods .goods-page ul::after {
    display: block;
    content:"";
    width: 320px;
  }
}


@media (max-width: 700px) {
  #goods .back-page {
    margin-top: 50px;
    width: 130px;
    padding-left: 10px;
  }
  .goods-back-button p {
    margin: 50px 0 30px;
  }
}

.pickup-goods ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.pickup-goods ul li {
  padding:10px;
}

.pickup-goods ul li img {
  width:100%;
  height: 250px;
}

/* トップへ戻るボタン */

#back-to-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#back-to-top a .fa-chevron-circle-up {
  font-size: 52px;
  padding: 30px;
}

#back-to-top a .fa-chevron-circle-up:hover {
  opacity: .8;
}

@media (max-width: 600px) {
  #back-to-top a .fa-chevron-circle-up {
    font-size: 42px;
    padding: 10px;
  }
}

/* Footer */

footer {
  padding: 8px;
  color: #eee;
  display: block;
  background-image: url('img/footer.png');
  background-size: cover;
}

footer a {
  color: white;
  display: block;
  font-weight: bold;
}

footer #bottom-footer {
  margin: 5% 10%;
}

footer #bottom-footer h3 {
  text-align: center;
}

footer #bottom-footer ul {
  border-right: 1px solid rgba(255,255,255,1);
  line-height: 1.5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding-left: 0;
}

footer #bottom-footer ul li {
  font-size: 14px;
  display: inline-block;
  border-left: 1px solid rgba(255,255,255,1);
  border-top: 1px solid rgba(255,255,255,1);
  border-bottom: 1px solid rgba(255,255,255,1);
  flex: 1 0 0%;
}

footer #bottom-footer ul li a {
  padding: 7%;
  transition-duration: .4s;
}

footer #bottom-footer ul li a:hover {
  text-decoration: none;
  background-color: lightgray;
}

footer #top-footer {
  padding: 8px 8px 0 8px;
  text-align: center;
  margin-top: 30px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom:30px;
  display: flex;
  justify-content: space-around;
}

footer #top-footer .top-footer-left h2 {
  margin-bottom: 50px;
}

footer #top-footer .infoaccess-content {
  text-align: left;
}

footer #top-footer .infoaccess-content p {
  font-size: 14px;
  font-weight: bold;
}

footer #top-footer .top-footer-right ul {
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer #top-footer .top-footer-right ul li img {
  width: 250px;
}

footer #top-footer .top-footer-right ul li a {
  transition-duration: .3s;
}

footer #top-footer .top-footer-right ul li a:hover {
  opacity: .7;
}

footer #social-media-footer a .fa-facebook,
footer #social-media-footer a .fa-youtube,
footer #social-media-footer a .fa-instagram {
  color: white;
  transition: 0.4s;
}

footer #social-media-footer ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin:0;
}

footer #social-media-footer ul li {
  font-size: 40px;
  margin: 0px 25px;
  padding:0;
  transition: 0.4s;
}

footer #social-media-footer ul li:hover a .fa-youtube {
  color: red;
}

footer #social-media-footer ul li:hover a .fa-facebook {
  color: #3b5998;
}

footer #social-media-footer ul li:hover a .fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  -webkit-background-clip: text;
  color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.copy-right {
  text-align: center;
}

@media (max-width: 1400px) {
  footer #top-footer .infoaccess-content p {
    font-size: 12px;
  }
  footer #bottom-footer ul li {
    font-size: 11px;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,1);
    border-top: 1px solid rgba(255,255,255,1);
    border-bottom: 1px solid rgba(255,255,255,1);
    flex: 1 0 0%;
  }

  footer #bottom-footer ul li a {
    padding: 7% 3%;
    transition-duration: .4s;
  }
}
@media (max-width: 900px) {
  footer #top-footer .top-footer-right ul li img {
    width: 200px;
  }
  footer #top-footer {
    margin-left: 20px;
  }
  footer #bottom-footer {
    margin: 5% 2%;
  }
  footer #bottom-footer {
    display: none;
  }
}
@media (max-width: 600px) {
  footer {
    background: darkgray;
    padding: 8px;
    color: #eee;
    display: block;
    background-image: url('img/footer.png');
    background-size: cover;
  }

  footer a {
    color: white;
    display: block;
  }

  footer #bottom-footer {
    display: none;
  }

  footer #top-footer {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  footer #top-footer .top-footer-left {
    margin-bottom: 30px;
    width: 0 auto;
  }

  footer #top-footer .top-footer-left h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  footer #top-footer .top-footer-left ul {
    padding-left: 0;
    margin: 0 15px;
  }

  footer #top-footer .infoaccess-content {
    text-align: left;
  }

  footer #top-footer .infoaccess-content p {
    font-size: 11px;
  }

  footer #top-footer .top-footer-right {
    margin-bottom: 10px;
  }

  footer #top-footer .top-footer-right h2 {
    margin-bottom: 0px;
    font-size: 18px;
  }

  footer #top-footer .top-footer-right ul {
    margin: 10px 0;
    padding:0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer #top-footer .top-footer-right ul li img {
    width: 180px;
  }

  footer #social-media-footer ul li {
    font-size: 30px;
    margin: 10px 20px;
    padding:0;
    transition: 0.4s;
  }
  .copy-right {
    text-align: center;
    font-size: 12px;
  }
}

/* News page */

#news-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#news-listing .card {
  margin-bottom: 70px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

.page-heading{
  font-size:50px;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-top: 120px;
  margin-bottom:30px;
  display:flex;
  justify-content: center;
}

#news-listing .card-meta{
  color:#333;
  font-size: 14px;
  padding-left:0px;
  font-family:'Roboto Slab', serif;
}

#news-listing .card-meta a{
  color:#333;
}

#news-listing .card-image {
  transition: 0.4s;
}
#news-listing .card-image:hover {
  box-shadow: 0 10px 6px -6px #777;
}
#news-listing .card-image img {
  height: 100%;
  filter: brightness(105%) saturate(110%);
}
#news-listing .card .card-description {
  padding: 0 8px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-left: 10px;
  margin-right: 10px;
}

#news-listing .card .card-description p {
  margin-bottom: 30px;
}

#news-listing .bg-btn {
  width  : 350px;
  height : 60px;
  margin: 30px auto;
  cursor : pointer;
}
#news-listing .button {
  border-radius: 3px;
  width  : 350px;
  height : 60px;
  overflow: hidden;
  background: black;
  transition-duration:1.0s;
  /* アニメーションの開始から終了までの時間を指定 */
  opacity : 1;
}
#news-listing .button:hover {
  opacity : 0.7;
}
#news-listing .fonts {
  display: flex;
  justify-content: center;
  align-items: center;
  width            : 350px;
  height           : 60px;
  font-family : georgia;
  color       : white;
  opacity : 1;
}
#news-listing .button .fonts h1 {
  font-size: 14px;
  margin: 10px 0;
  font-weight:900;
}

@media (max-width: 1400px) {
  #news-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  #news-listing .card {
    margin-bottom: 70px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  }
}

@media (max-width: 900px) {
  .page-heading {
    font-size:50px;
  }
  #news-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #news-listing .card {
    margin-bottom: 50px;
  }
  #news-listing .bg-btn {
    width  : 280px;
    height : 45px;
    margin: 30px auto;
    cursor : pointer;
  }
  #news-listing .button {
    border-radius: 3px;
    width  : 280px;
    height : 45px;
    overflow: hidden;
    background: black;
    transition-duration:1.0s;
    /* アニメーションの開始から終了までの時間を指定 */
    opacity : 1;
  }
  #news-listing .fonts {
    display: flex;
    justify-content: center;
    align-items: center;
    width  : 280px;
    height : 45px;
    font-family : georgia;
    color       : white;
    opacity : 1;
  }
}
@media (max-width: 600px) {
  #news-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-heading{
    font-size:45px;
  }

  #news-listing .card-meta{
    color:#333;
    font-size: 14px;
    padding-left:0px;
    font-family:'Roboto Slab', serif;
  }

  #news-listing .card .card-description {
    padding: 0 8px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    text-align: left;
  }

  #news-listing .bg-btn {
    width  : 300px;
    height : 55px;
    margin: 30px auto;
    cursor : pointer;
  }
  #news-listing .button {
    border-radius: 3px;
    width  : 300px;
    height : 55px;
    overflow: hidden;
    background: black;
    transition-duration:1.0s;
    /* アニメーションの開始から終了までの時間を指定 */
    opacity : 1;
  }
  #news-listing .button:hover {
    opacity : 0.7;
  }
  #news-listing .fonts {
    display: flex;
    justify-content: center;
    align-items: center;
    width            : 300px;
    height           : 55px;
    font-family : georgia;
    color       : white;
    opacity : 1;
  }
  #news-listing .button .fonts h1 {
    font-size: 14px;
    margin: 10px 0;
    font-weight:900;
  }
}
@media (max-width: 350px) {
  .page-heading{
    font-size:40px;
  }
  #news-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #news-listing .bg-btn {
    width  : 250px;
    height : 50px;
    margin: 30px auto;
    cursor : pointer;
  }
  #news-listing .button {
    border-radius: 3px;
    width  : 250px;
    height : 50px;
    overflow: hidden;
    background: black;
    transition-duration:1.0s;
    /* アニメーションの開始から終了までの時間を指定 */
    opacity : 1;
  }
  #news-listing .button:hover {
    opacity : 0.7;
  }
  #news-listing .fonts {
    display: flex;
    justify-content: center;
    align-items: center;
    width  : 250px;
    height : 50px;
    font-family : georgia;
    color       : white;
    opacity : 1;
  }
  #news-listing .button .fonts h1 {
    font-size: 13px;
    margin: 10px 0;
    font-weight:900;
  }
}

/* card */

.card-meta{
  color:#333;
  font-size: 14px;
  padding-left:8px;
  font-family:'Roboto Slab', serif;
}

.card-meta a{
  color:#333;
}

.card {
  margin-bottom: 50px;
}

.card-image {
  transition: 0.4s;
}
.card-image:hover {
  box-shadow: 0 10px 6px -6px #777;
}
.card-image img {
  height: 350px
  filter: brightness(105%) saturate(110%);
}
.card .card-description {
  padding: 0 8px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* Pagination */

.pagination{
  padding:8px;
  text-align:center;
  font-weight:bold;
  margin-bottom: 10px;
}

.pagination a{
  display: inline-block;
  padding:8px 16px;
  transition:0.4s;
}

.pagination a:hover{
  text-decoration: none;
  border-top:3px solid black;
}

/* Single Blogpost */

.single-heading {
  font-size: 40px;
  border:none;
  margin-top: 0;
}
#post-container{
  display: flex;
}
#post-container #blogpost{
  display: flex;
  flex-direction:column;
  width:100%;
  margin-bottom: 50px;
}
#post-container #blogpost .card{
  width:100%;
  margin-bottom: 50px;
}
#post-container #blogpost .card .card-meta-blogpost {
  margin:20px 50px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#post-container #blogpost .card-image{
  width: 90%;
  margin: 30px 50px;
}
#post-container #blogpost .card-image img{
  width:100%;
  height: 700px;
}
#post-container #blogpost .card-image:hover{
  box-shadow: none;
}
#post-container #blogpost .card-description img {
  display: block;
  width: 800px;
  height: 500px;
  margin: 30px auto;
}
#post-container #blogpost .card-description p,
#post-container #blogpost .card-description ol {
  margin: 0 50px;
}

#post-container #blogpost .card-description h1,
#post-container #blogpost .card-description h2,
#post-container #blogpost .card-description h3,
#post-container #blogpost .card-description h4,
#post-container #blogpost .card-description h5 {
  margin: 20px 50px;
  padding-left: 15px;
  border-left: 3px solid black;
}

@media (max-width: 1400px) {
  #post-container #blogpost .card-image img{
    width: 100%;
    height: 600px;
  }
}

@media (max-width: 900px) {
  .single-heading {
    font-size: 30px;
    border:none;
  }
  #post-container #blogpost .card-image{
    width: 85%;
    margin: 30px auto;
  }
  #post-container #blogpost .card-image img{
    width:100%;
    height: 430px;
  }
  #post-container #blogpost .card-image:hover{
    box-shadow: none;
  }
  #post-container #blogpost .card-description img {
    display: block;
    width: 600px;
    height: 400px;
    margin: 30px auto;
  }
}

@media (max-width: 600px) {
  .single-heading {
    font-size: 20px;
    border:none;
    margin: 0 20px;
  }
  #post-container{
    display: flex;
  }
  #post-container #blogpost{
    display: flex;
    flex-direction:column;
    width:100%;
    margin-bottom: 50px;
  }
  #post-container #blogpost .card{
    width:100%;
  }
  #post-container #blogpost .card .card-meta-blogpost {
    width: 90%;
    margin:20px auto;
    text-align: left;
  }
  #post-container #blogpost .card-image{
    width: 90%;
    margin: 10px auto 30px;
  }
  #post-container #blogpost .card-image img{
    width:100%;
    height: 200px;
  }
  #post-container #blogpost .card-image:hover{
    box-shadow: none;
  }
  #post-container #blogpost .card-description img {
    display: block;
    width: 330px;
    height: 220px;
    margin: 30px auto;
  }
  #post-container #blogpost .card-description p,
  #post-container #blogpost .card-description ol {
    margin: 0 15px;
    text-align: left;
  }

  #post-container #blogpost .card-description h1,
  #post-container #blogpost .card-description h2,
  #post-container #blogpost .card-description h3,
  #post-container #blogpost .card-description h4,
  #post-container #blogpost .card-description h5 {
    margin: 20px 15px;
    text-align: left;
    padding-left: 10px;
    border-left: 3px solid black;
  }
  #post-container #blogpost .card-description h2 {
    font-size: 18px;
  }
  #post-container #blogpost .card-description h3 {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .single-heading {
    font-size: 18px;
    border:none;
  }
  #post-container #blogpost .card-description img {
    display: block;
    width: 270px;
    height: 180px;
    margin: 30px auto;
  }
  #post-container #blogpost .card-description h1,
  #post-container #blogpost .card-description h2,
  #post-container #blogpost .card-description h3,
  #post-container #blogpost .card-description h4,
  #post-container #blogpost .card-description h5 {
    margin: 20px 20px;
    text-align: left;
    padding-left: 5px;
    border-left: 3px solid black;
  }
}

/* No Results page */

.no-results {
  text-align: center;
}

.no-results ul {
  list-style: none;
}

.no-results h2 {
  color: red;
}

/* Contact Form */

.wpcf7 input,
.wpcf7 textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0;
  padding: 0px 16px;
  height: 42px;
}

.wpcf7 textarea {
  height: 100px;
}

/* 404 */

.container-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.container-404 img {
  width: 480px;
  filter: brightness(105%) saturate(130%) contrast(105%);
}

/* Media Queries */

@media (max-width: 1200px) {
  nav ul {
    display: none;
  }

  #menu-icon {
    display: flex;
  }

  #slideout-menu {
    display: block;
  }

  #searchbox {
    display: none;
  }

  #blogpost{
    width:100%;
    border-left:0;
  }

  #sidebar{
    display: none;
  }
}

@media (max-width: 719px) {
  main {
    width: 95%;
  }

  section {
    flex-direction: column;
  }
  .card,
  .card .card-image img {
    width: 100%;
    filter: brightness(105%) saturate(130%) contrast(105%);
  }

  .card .card-description {
    padding: 0 8px;
    margin-top: 60px;
  }

  .card .card-description p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

}

@media (max-width: 600px) {
  main {
    width: 100%;
  }

  h1 {
    font-size: 48px;
  }

  #banner h3 {
    font-size: 20px;
  }

  .card {
    text-align: center;
  }

  .card .card-description {
    padding: 0 8px;
    margin-top: 60px;
  }

  .card .card-description p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #logo-img {
    padding: 0;
    margin:0;
  }
}

@media (min-width: 720px) {
  main {
    width: 95%;
  }
  .card {
    width: 95%;
  }
  .card .card-image img {
    width: 100%;
    filter: brightness(105%) saturate(130%) contrast(105%);
  }
}

@media (min-width: 1200px) {
  main {
    width: 85%;
  }
}



@media (max-width: 900px) {
  nav ul {
    display: none;
  }
  #menu-icon {
    display: flex;
  }
  #slideout-menu {
    display: block;
  }
  #searchbox {
    display: none;
  }
  #blogpost{
    width:100%;
    border-left:0;
  }
  #blogpost .card-image {
    width: 90%;
  }
  #blogpost .card-image img {
    height: 400px;
  }
  footer #left-footer ul {
    width: 100%;
  }
}
@media (max-width: 719px) {
  main {
    width: 95%;
  }
  section {
    flex-direction: column;
  }
  .card,
  .card .card-image img {
    width: 100%;
  }
  .card-image img {
    height: 250px;
  }
  .card-image {
    width: 100%:
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  footer #left-footer {
    flex: 1;
    border-right: 0;
    padding-left: 0;
  }
  footer #social-media-footer a .fa-facebook,
  footer #social-media-footer a .fa-youtube,
  footer #social-media-footer a .fa-github {
    transition: 0.4s;
  }
}
@media (max-width: 600px) {
  main {
    width: 100%;
  }
  h1 {
    font-size: 48px;
  }
  #banner h3 {
    font-size: 20px;
  }
  .card {
    text-align: center;
  }
  #blogpost .card-image {
    width: 90%;
  }
  #blogpost .card-image img {
    height: 200px;
  }
  #logo-img {
    padding: 0;
  }
}
@media (min-width: 720px) {
  main {
    width: 95%;
  }
  .card {
    width: 45%;
  }
  .card .card-image img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  main {
    width: 85%;
  }
}
