@charset "utf-8";

html {
  height: 100%;
  /*scroll-behavior: smooth;*/

}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*background: linear-gradient(to bottom, #eb141e, #b91a21);*/
  background: black;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block; /* IE 11 Fix */
}

@font-face {
  font-family: "Hiragino Sans";
  src: local('HiraginoSans-W3');
  font-weight: 300;
}

* {
  /*font-family: sans-serif; !* ゴシック体 *!*/
  /*font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;*/
  /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  font-family: 'ヒラギノ明朝 Pro','Hiragino Mincho Gothic Pro', 'Noto Serif JP', 'ＭＳ Ｐ明朝','MS PMincho', sans-serif;
  letter-spacing: 1px;
  color: #333;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*-webkit-touch-callout: none; !* 長押しPOPUP無効 *!*/
}
a:link, a:visited, a:active {
  color: #4c8bdc;
}
a:hover {
  color: #4cbadc;
  text-decoration: underline;
}
a.mainLink {
  border: 1px solid #e29f0e;
  border-radius: 5px;
  padding: 15px 20px;
  background: linear-gradient(to bottom, #e9af13, #fbbd00, #f9d24c, #fbbd00, #e9af13);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);;
  color: black;
  text-decoration: none;
  text-shadow: 0 1px 1px white;
}
a.mainLink:after {
  content: " ▶";
}
a.mainLink:hover {
  background: linear-gradient(to bottom, #efcd14, #fbd500, #fcee4d, #fbd500, #efcd14);
  text-decoration: none;
}

.anker {
  height: 0;
}
.anker::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
p {
  font-size: 1.2em;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
}
br.show-pc {
}
br.show-sp {
  display: none;
}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {
  a {
    text-decoration: underline;
  }

}
@media screen and (max-width: 500px) {
  br.show-pc {
    display: none;
  }
  br.show-sp {
    display: inline;
  }
}



/* section */
.section {
  padding: 25px 0 35px;
}
.section > section {
  max-width: 1024px;
  margin: 0 auto;
}
.section > section > header {
}
.section > section > header > h1,
.section > section > header > h2,
.section > section > header > h3,
.section > section > header > h4,
.section > section > header > h5,
.section > section > header > h6 {
  margin: 0;
  padding: 15px 10px 50px;
  /*border-bottom: 2px solid #ecbe4f;*/
  /*background: linear-gradient(to bottom, transparent, transparent, #eee);*/
  /*box-shadow: 0 3px 0 rgba(0,0,0,0.1);*/

  font-size: 30px;
  font-weight: bold;
  /*text-shadow: 1px 1px 1px #CEA74F, 4px 4px 1px #eee;*/
  text-shadow: 0 2px 2px white;
  line-height: 1.5;
  text-align: center;

}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  p {
    font-size: 1em;
  }
  .section {
    padding: 10px 0 15px;
  }
  .section > section > header > h1,
  .section > section > header > h2,
  .section > section > header > h3,
  .section > section > header > h4,
  .section > section > header > h5,
  .section > section > header > h6 {
    font-size: 22px;
  }
}

/**

  header

 */

#page-header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  /*border-bottom: 2px solid #ecbe4f;*/
  background: white;
  /*background: linear-gradient(to bottom, black, black, black, #222, black, black, black);*/
  /*box-shadow: 0 5px 5px rgba(0,0,0,0.3);*/

}
#page-header header {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
#page-header header h1,
#page-header header p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1;
  text-align: center;
}
#page-header header img {
  width: 450px;
  margin-top: 20px;
}

#page-header_eat {
  position: absolute;
  box-sizing: border-box;
  right: 15px;
  top: 10px;
  width: 120px;
  height: 60px;
  border: 2px solid;
  border-color: #eee #aaa #aaa #eee;
  border-radius: 10px;
  background: linear-gradient(to bottom, #9e0000, #f80000, #c50900, #9e0000);
  /*text-align: center;*/
  /*vertical-align: middle;*/
  color: white;
}
#page-header_eat:hover {
  background: linear-gradient(to bottom, #be0900, #f84d4d, #e60b00, #be0900);

}
#page-header_eat a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 1px #888, -1px -1px 1px black;
}
#page-header_eat a:hover {
  color: white;
}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  #page-header {
    height: 50px;
  }
  #page-header header h1,
  #page-header header p {
    text-align: center;
  }
  #page-header header img {
    width: 250px;
    margin-top: 15px;
  }
  #page-header_eat {
    right: 2px;
    top: 5px;
    width: 28%;
    height: 40px;
    border-width: 1px;
  }
  #page-header_eat a {
    font-size: 13px;
    font-weight: bold;
  }
}


/**

  container, main

 */

#container {
  height: 100%;
  margin-top: 80px; /* header height 82px */
}


/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  #container {
    margin-top: 50px; /* header height 50px */
  }
}

main {
  padding-top: 20px;
  background: #fafafa;
}


/**

  footer

 */
#page-footer {
  /*background: #b91a21;*/
}
#page-footer > footer {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 20px 100px;

  text-align: center;
  color: white;
}
#page-footer a:link, #page-footer a:visited, #page-footer a:active {
  color: white;
}
#page-footer a:hover {
  color: #eef;
  text-decoration: underline;
}

#page-footer address {
  padding: 8px 0;
  font-style: normal;
  color: white;
}
#page-footer address a {
  text-decoration: underline;
}
#page-footer-logo {
  width: 50px;
  padding: 10px 0;
}
#page-footer-copyright > p {
  font-size: 14px;
  color: #ccc;
}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  #page-footer > footer,
  #page-footer address {
    font-size: 12px;
  }
  #page-footer-copyright {
    font-size: 10px;
  }

}

/**

  404

 */
#page404 {
}
#page404 > section {
  max-width: 1024px;
  margin: 0 auto;
}
#page404 > section > header > h1 {
  border-bottom: 1px solid black;
  padding: 10px;
  text-align: center;
}
#page404 > section  > div {
  padding: 10px 10px 200px;
  text-align: center;
}





/**
  ticket
 */

#ticket {
  padding: 50px 0 100px;
  background: #fafafa;
}
#ticket > section > div {
  padding: 0 10px;
}
#ticket > section > div > header {
  margin-bottom: 10%;
  text-align: center;
}
#ticket > section > div > header img {
  width: 70%;
  max-width: 400px;
  margin-bottom: 20px;
}
#ticket > section > div > header p {
  margin: 0;
  font-size: 24px;
}

#ticket > section > div .image {
  text-align: center;
}
#ticket > section > div .image img {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}
#ticket > section > div .outline {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 2;

}


#ticket > section > div .ticket_detail {
  font-weight: bold;
  text-align: center;
}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
  #ticket > section > div {
    padding: 5px;
  }
  #ticket > section > div > header p {
    font-size: 18px;
  }
  #ticket > section > div .outline {
    font-size: 18px;

  }
}


/**
  facebook
 */
#facebook {
  padding: 50px 0;
  background: #eee;
  background: linear-gradient(to bottom, #eee, white, #eee);
}
#facebook .facebook-wrapper {
  max-width: 500px; /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

#facebook .facebook-wrapper > .fb-page {
  box-sizing: border-box;
  width: 100%;
}

#facebook .facebook-wrapper > .fb-page > span,
#facebook .facebook-wrapper iframe {
  width: 100% !important;
}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 560px) {

}





/**
  union
 */

#union {
  position: relative;
  padding: 50px 0 0;
  background: #4f4f4f;
  /*background: linear-gradient(to bottom, #222, #4f4f4f, #888, #4f4f4f, #222);*/

  background-image: url(../../com/img/union-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#union:before{
  z-index: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 100%);*/
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, black 100%);*/
  background: linear-gradient(to bottom, transparent 50%, black);

}

#union > section > div {
  position: relative;
  padding: 0 10px;
}
#union > section > div > header {
  margin-bottom: 10%;
  text-align: center;
}
#union > section > header > h2 {
  color: white;
  text-shadow: none;
}
#union > section > div .outline {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  color: white;
  text-shadow: 0 1px 2px black;
}
#union > section > div .images {
  display: flex;
  width: 80%;
  margin: 20px auto 50px;
}
#union > section > div .images img {
  box-sizing: border-box;
  width: calc(50% - 40px);
  height: calc(50% - 40px);
  margin: 10px 20px;
  border: 2px solid #ccc;
}


#union > section > div .union_detail {
  font-weight: bold;
  text-align: center;
}

/* ### Resposive ############### */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 560px) {
  #union > section > div .outline {
    font-size: 16px;
  }
  /*#union > section > div .images {*/
  /*  flex-direction: column;*/
  /*  width: 90%;*/
  /*}*/
  /*#union > section > div .images img {*/
  /*  box-sizing: border-box;*/
  /*  width: calc(100% - 40px);*/
  /*  margin: 10px 20px;*/
  /*  border: 2px solid #ccc;*/
  /*}*/
  #union > section > div .images {
    width: 100%;
  }
  #union > section > div .images img {
    box-sizing: border-box;
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    margin: 10px 5px;
    border: 2px solid #ccc;
  }
}
@media screen and (max-width: 500px) {
  #union > section > div {
    padding: 5px;
  }
  #union > section > div > header p {
    font-size: 18px;
  }
  #union > section > div .outline {
    padding: 0 10px;
    font-size: 16px;
    text-align: left;
  }
}






/**
  return-link
 */

#page-return-link {
  padding: 20px;
  background: white;
}

#page-return-link > div > p {
  text-align: center;
}


/**

  index

 */

#p_index #header {

  position: relative;
  box-sizing: border-box;

  background-image: url(../../page/index/img/sanriku-back.jpg);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;

  /*background: linear-gradient(to bottom, #eb141e, #eb141e, #eb141e, #b91a21, #b91a21);*/
}
#p_index #header:before{
  z-index: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 100%);*/
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, black 100%);*/
  background: linear-gradient(to bottom, transparent 50%, black);

}

#p_index #header #header-img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#p_index #header #header-img span.iwate-sushiya-logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 300px;
}
#p_index #header #header-img span.iwate-sushiya-logo img {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 40%;
}

#p_index #header #header-img img.sanriku-img {
  /*transition: 2s;*/
  transform: scale(0, 0);
  -ms-transform: scale(0, 0) rotate(0.001deg);

  width: 100%;
  height: auto;
  max-width: 1000px;
  /*animation: headerAnimation 3s ease infinite;*/

  /*animation: header-animation 1.2s ease-in-out infinite alternate;*/
  /*animation-name: none;*/
  animation-name: headerAnimation;
  animation-delay: 300ms;
  animation-duration: 1000ms;
  /*animation-timing-function: ease;*/
  animation-timing-function: linear;
  /*animation-iteration-count: 1;*/
  animation-fill-mode: forwards;
}
/*@keyframes headerAnimation {*/
/*  0% {*/
/*    width: 0;*/
/*  }*/
/*  100% {*/
/*    width: 100%;*/
/*    margin-top: 0;*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

@keyframes headerAnimation {
  0% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/
  }
  30% {
    transform: scale(0, 0);
    -ms-transform: scale(0, 0) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/

  }
  60% {
    transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/
  }
  80% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/
  }
  85% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/
  }
  90% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/
  }
  95% {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
    /*transform:translateY(0px);*/
    /*width: 100px;*/
  }
  100% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    /*transform: translate(0, 100%);*/
    /*transform:translateY(3px);*/
    /*width: 200%;*/
  }
}


#p_index #header h1 {
  margin: 0;
  /*font-size: 50px;*/
  line-height: 1;
  text-align: center;
  /*text-shadow: 2px 2px 2px #bbb;*/
}

#p_index #header h1 img {
  transform: scale(1, 0);
  -ms-transform: scale(1, 0) rotate(0.001deg);
  width: 600px;
  margin-top: 50px;
  /*animation: header-animation 1.2s ease-in-out infinite alternate;*/
  /*animation-name: none;*/
  animation-name: headerAnimation2;
  animation-delay: 1000ms;
  animation-duration: 500ms;
  /*animation-timing-function: ease;*/
  animation-timing-function: linear;
  /*animation-iteration-count: 1;*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes headerAnimation2 {
  0% {
    /*transform: scale(1, 0);*/
    /*-ms-transform: scale(1, 0) rotate(0.001deg);*/
    /*transform:translateY(0px);*/
    /*width: 100px;*/

  }
  100% {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    opacity: 1;
  }
}

#p_index #header #header-catch {
  position: relative;
  margin: 0;
  padding: 70px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px black;
}



/* ### Resposive ############### */
@media screen and (max-width: 768px) {
  #p_index #header #header-img span.iwate-sushiya-logo {
    padding-top: 200px;
  }
  #p_index #header #header-img span.iwate-sushiya-logo img {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 40%;
  }

  #p_index #header h1 img {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  #p_index #header #header-img span.iwate-sushiya-logo {
    padding-top: 150px;
  }
  #p_index #header #header-img span.iwate-sushiya-logo img {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40%;
  }

  #p_index #header #header-img img.sanriku-img {
    width: 110%;
    margin-top: -15px;
    margin-left: -5%;
    /*animation-name: none;*/
  }
  #p_index #header h1 img {
    width: 300px;
    margin-top: 10px;
  }


  /*@keyframes headerAnimation {*/
  /*  0% {*/
  /*    width: 0;*/
  /*    margin-left: 0;*/
  /*  }*/
  /*  60% {*/
  /*    width: 100%;*/
  /*    margin-left: 0;*/
  /*  }*/
  /*  100% {*/
  /*    width: 140%;*/
  /*    margin-top: -15px;*/
  /*    margin-left: -20%;*/
  /*  }*/
  /*}*/

  #p_index #header #header-catch {
    padding: 50px 0;
    font-size: 16px;
  }
}



/**
  sanriku
 */

#p_index #sanriku {
  box-sizing: border-box;
  padding-bottom: 100px;
  background: black;
}
#p_index #sanriku > header {
  position: relative;
  margin-bottom: 100px;
  background: #000;
}
#p_index #sanriku > header:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, black, transparent 10%, transparent 95%, black),
  linear-gradient(to bottom, black, transparent 10%, transparent 95%, black)
}
#p_index #sanriku > header > p.seafood {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#p_index #sanriku > header > p.seafood:after{
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /*background: linear-gradient(to right, #fff, transparent 5%, transparent 95%, #fff),*/
  /*linear-gradient(to right, #fff, transparent 5%, transparent 95%, #fff),*/
  /*linear-gradient(to right, #fff, transparent 5%, transparent 95%, #fff);*/
  background: linear-gradient(to right, #000, transparent 5%, transparent 95%, #000),
  linear-gradient(to right, #000, transparent 5%, transparent 95%, #000),
  linear-gradient(to right, #000, transparent 5%, transparent 95%, #000);
}
#p_index #sanriku > header > p.seafood img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
#p_index #sanriku-outline {
  overflow: hidden;
  background: linear-gradient(to bottom, black, #888 30%, black 55%);
}
#p_index #sanriku-outline header {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 80px;
}
#p_index #sanriku-outline header img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}
#p_index #sanriku-outline header h2 {
  position: absolute;
  left: 60px;
  top: 60%;
  font-size: 48px;
  color: white;
  text-shadow: 0 1px 1px black;
}
#p_index #sanriku-outline header h2 .sanriku-price {
  display: block;
  margin: 10px 0 0 5px;
  font-size: 28px;
  line-height: 1.5;
  color: #f7d1cb;
}
#p_index #sanriku-outline > p {
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: white;
  /*text-shadow: 1px 1px 2px #ccc;*/
}
#p_index #sanriku-outline > p .sanriku-sample {
  font-size: 18px;
  color: #ccc;
}

#p_index #sanriku #barachirashi-takeout header {
  overflow: hidden;
  margin: 0;
  padding-top: 50px;
  text-align: center;
}
#p_index #sanriku #barachirashi-takeout > header img {
  width: 100%;
  height: auto;
}
#p_index #sanriku #barachirashi-takeout > p {
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  color: #333;
}

/* ### Resposive ############### */
@media screen and (max-width: 1024px) {
  #p_index #sanriku > header > p.seafood:after{
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #p_index #sanriku-outline header h2 {
    left: 30px;
    font-size: 40px;
  }
  #p_index #sanriku-outline > p {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #p_index #sanriku-outline {
    padding-top: 15px;
  }
  #p_index #sanriku-outline header {
    margin-bottom: 50px;
  }
  #p_index #sanriku-outline header img {
    width: 110%;
    margin-top: -15px;
    margin-left: -5%;
  }
  #p_index #sanriku-outline header h2 {
    left: 20px;
    font-size: 32px;
  }
  #p_index #sanriku-outline #barachirashi-outline > p {
    padding: 30px 0;
    font-size: 20px;
    line-height: 2;
  }
  #p_index #sanriku-outline > p .sanriku-sample {
    font-size: 14px;
    line-height: 1.2;
  }


}
@media screen and (max-width: 600px) {
  #p_index #sanriku {
    padding-bottom: 60px;
  }
  #p_index #sanriku-outline header {
    margin-bottom: 70px;
  }

}
@media screen and (max-width: 500px) {
  #p_index #sanriku-outline header {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 375px) {
  #p_index #sanriku-outline header {
    margin-bottom: 170px;
  }
  #p_index #sanriku-outline header h2 {
    left: 10px;
    font-size: 28px;
  }
}


/**
  sushi-day
 */

#sushi-day {
  position: relative;
  padding: 50px 0 0;
  background: linear-gradient(to bottom, #f54e38, #c50900, #c50900, #c50900, #eac24d, #f4cf7f);

  /*background-image: url(../../com/img/sushi-day-back.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sushi-day:before{
  z-index: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #fff 100%);*/
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, black 100%);*/
  /*background: linear-gradient(to bottom, transparent 50%, black);*/
}

#sushi-day > section {
  position: relative;
  padding: 0 10px;
}
#sushi-day > section > header {
  margin: 50px 0;
  text-align: center;
}
#sushi-day > section > header > h2 {
  font-size: 32px;
  color: white;
  /*text-shadow: none;*/
  text-shadow: 0 1px 2px black, 0 1px 2px black, 0 2px 4px white;
}

#sushi-day > section > div .images {
  margin-bottom: 50px;
  text-align: center;
}
#sushi-day > section > div .images img {
  width: 80%;
  max-width: 700px;
}

#sushi-day > section > div .outline {
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #a00;
  border-radius: 15px;
  padding: 20px;
  background: white;

  font-size: 20px;
  line-height: 2;
  text-align: center;

  color: black;
}
#sushi-day > section > div .outline-pickup {
  font-size: 24px;
  font-weight: bold;
  color: #c00;
}
#sushi-day > section > div .outline img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
}



/* ### Resposive ############### */
@media screen and (max-width: 768px) {
  #sushi-day > section > div .images img {
    width: 90%;
  }
  #sushi-day > section > div .outline {
    font-size: 16px;
    text-align: left;
  }
  #sushi-day > section > div .outline br {
    display: none;
  }
  #sushi-day > section > div .outline br.show-pc {
    display: inline !important;
  }
}
@media screen and (max-width: 560px) {
  @media screen and (max-width: 500px) {
    #sushi-day > section {
      padding: 5px;
    }

    #sushi-day > section > header {
      margin: 20px 0;
    }

    #sushi-day > section > header h2 {
      font-size: 24px;
    }
    #sushi-day > section > div .outline {

    }
  }
}


  /**
    gotochi-map
   */

#gotochi-map {
  height: 90%;
  max-height: 800px;
  padding: 50px 0 100px;
  background: #ead598;
  /*background: linear-gradient(to bottom, #cb9d43, #f4cf7f 7%, #eac24d 30%, #fcf4de 50%, #eac24d 70%, #ead598 90%);*/
  background: linear-gradient(to bottom, #f4cf7f 7%, #eac24d 30%, #fcf4de 50%, #eac24d 70%, #ead598 90%);

}
#gotochi-map > section > div {
  padding: 0;
}

#gotochi-map > #union-restaurants {
  padding-top: 10px;
}
#gotochi-map > #union-restaurants p {
  text-align: center;
}



  /* ### Resposive ############### */
  @media screen and (max-width: 768px) {

  }
  @media screen and (max-width: 500px) {
    #ticket > section > div {
      padding: 5px;
    }
  }






