@charset "UTF-8";
/*
---------------------------------
Sassを使用して出力しています。
このCSSファイルを編集しないでください
---------------------------------
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body, html {
  height: 100%;
}

.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 320px;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.modal p {
  margin-bottom: 10px;
}
.modal a {
  cursor: pointer;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body, html {
  height: 100%;
}

.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 320px;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.modal p {
  margin-bottom: 10px;
}
.modal a {
  cursor: pointer;
}

#contents p {
  margin-top: 0.7em;
  line-height: 1.6;
}

.box-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 20px;
}
.box-1 img {
  width: 100%;
  max-width: 100%;
}

.image_box01 {
  display: flex;
  flex-wrap: wrap;
}
.image_box01 a {
  display: inline-block;
  width: 25%;
}
.image_box01 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body, html {
  height: 100%;
}

.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 320px;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.modal p {
  margin-bottom: 10px;
}
.modal a {
  cursor: pointer;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body, html {
  height: 100%;
}

.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 320px;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.modal p {
  margin-bottom: 10px;
}
.modal a {
  cursor: pointer;
}

.h-01 {
  position: relative;
  padding-top: 20px;
  font-size: 18px;
}
.h-01::before {
  position: absolute;
  content: attr(title);
  top: 0;
  font-size: 15px;
  font-weight: normal;
  color: #999;
}

.h-02 {
  margin-top: 40px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 2px;
}

.h-02:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #3F51B5;
}

.h-02:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #3F51B5;
}

.h-03 {
  margin-top: 2.5em;
  font-size: 20px;
}

ul.list-00 {
  padding: 0.5em;
  list-style-type: none;
}

ul.list-00 li {
  position: relative;
  padding: 0.5em 0.3em 0.3em 1.3em;
  font-size: 13px;
}

ul.list-00 li:before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #3F51B5;
}

.list-01 li {
  margin-top: 8px;
}
.list-01 li:last-child {
  margin-bottom: 6px;
}
.list-01 li::before {
  content: "◆";
  margin-right: 4px;
}

.list-02 {
  margin: 1em;
}
.list-02 li {
  margin: 0.5em;
}
.list-02 li:last-child {
  margin-bottom: 6px;
}
.list-02 li::before {
  content: "◆";
  margin-right: 4px;
}

.list-03 {
  display: flex;
}
.list-03 li::before {
  content: none;
  top: 0.8em !important;
  left: 0.5em !important;
  border-width: 3px 0 3px 6px !important;
  border-color: transparent transparent transparent #ccc !important;
}

.s-text {
  padding-top: 4px;
  font-size: 12px;
  color: #979797;
  line-height: 1.2;
}

.click {
  font-size: 1em !important;
}
.click::before {
  content: 'クリック';
  display: inline-block;
}
@media (max-width: 480px) {
  .click::before {
    content: 'タップ';
    display: inline-block;
  }
}

.remove_cookie {
  display: block;
  text-align: center;
  background-color: #333;
  margin: 0 auto;
  padding: 20px;
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 120px;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
  background: #fff;
}
@media (max-width: 480px) {
  .modal {
    width: 310px;
    height: auto;
    margin-left: -160px;
    font-size: 13px;
  }
}
.modal p {
  line-height: 1.2;
  margin-bottom: 18px;
}
.modal a {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  margin: 0 6px;
}

body, html {
  height: 100%;
}

.head {
  background: #1B2257;
  padding: 6px 20px;
}

.news {
  font-size: 15px;
  color: #555;
  padding-bottom: 20px;
  line-height: 1.2;
}
.news a {
  font-weight: bold;
}

.container {
  position: relative;
  min-height: 100%;
  padding-bottom: 320px;
}

header, main {
  margin: 0 auto;
}

#top-h1 {
  margin: auto;
  padding: 6px;
  width: 100%;
  background: #111;
  text-align: left;
  font-size: 12px;
  color: #fff;
}
#top-h1 a {
  color: #fff;
  transition: all 0.16s;
}
#top-h1 a:hover {
  opacity: 0.3;
}

ul {
  list-style: none;
}

nav {
  margin: 0 auto;
  max-width: 1200px;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
nav ul li {
  flex-basis: 18%;
  color: #000;
  text-align: center;
  font-size: 14px;
}
nav ul li a {
  color: #000;
  transition: all 0.2s;
  display: block;
  padding: 1rem;
  width: 100%;
  height: 100%;
  border-bottom: #999 2px solid;
}
nav ul li a:hover {
  color: #444;
  border-bottom: #FF9D10 2px solid;
}

@media (max-width: 480px) {
  nav ul {
    flex-direction: column;
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 768px) {
  nav ul {
    flex-wrap: nowrap;
  }
}

#contents {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1150px;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}
@media (max-width: 768px) {
  #contents {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  #contents {
    padding: 0 10px;
  }
}
#contents div {
  margin-top: 32px;
}
#contents span {
  display: inline-block;
  font-size: 14px;
  font-family: "Helvetica", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  text-align: justify;
  padding-top: 8px;
  line-height: 1.6;
}

footer {
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0px;
  background: #444;
}
footer .foot-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  flex-wrap: wrap;
}
footer .foot-box div {
  flex-basis: 24%;
  padding: 10px 0 0 8%;
  font-size: 12px;
}
footer a {
  color: #fff;
  transition: all 0.16s;
}
footer a:hover {
  opacity: 0.3;
}
footer #copylight {
  position: absolute;
  bottom: 0px;
  padding: 6px;
  min-width: 100%;
  background: #111;
  text-align: center;
  font-size: 12px;
  color: #fff;
  flex-basis: 100%;
}
footer #copylight a {
  color: #fff;
  transition: all 0.16s;
}
footer #copylight a:hover {
  opacity: 0.3;
}

#pick-up-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  #pick-up-item ul {
    max-width: 100%;
  }
}
#pick-up-item ul li {
  flex-basis: 24%;
  color: #fff;
  transition: all 0.16s;
  margin: 0 auto;
  padding: 2px;
  max-width: 100%;
}
#pick-up-item ul li:hover {
  opacity: 0.3;
}
@media (max-width: 768px) {
  #pick-up-item ul li {
    flex-basis: 49%;
  }
}
#pick-up-item ul li img {
  width: 100%;
}

.slider {
  margin: 0 auto;
  width: 100%;
}
.slider img {
  width: 100%;
}
