html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contents__content {
  padding-top: 100px;
  line-height: 2em;
}
.contents__content--top {
  padding-top: 0;
}
@media screen and (min-width: 880px) and (max-width: 1279px) {
  .contents__content {
    position: relative;
    padding-right: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 879px) {
  .contents__content {
    padding: 60px 5%;
  }
}
.contents__content h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 880px) {
  .contents__content h2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 879px) {
  .contents__content h2 {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.contents__content h2::after {
  content: '';
  position: relative;
  display: block;
  height: 3px;
  width: 160px;
  border-top: 2px solid #fd6e9c;
  border-bottom: 2px solid #ffae45;
}
@media screen and (min-width: 880px) {
  .contents__content h2::after {
    top: 40px;
  }
}
@media screen and (max-width: 879px) {
  .contents__content h2::after {
    top: 30px;
  }
}
.contents__content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}
.contents__content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.contents__content ul {
  margin: 10px 0 50px;
}
.contents__content ul li {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.contents__content table {
  min-width: 100%;
}
.contents__content table td {
  padding: 5px;
  border: 1px solid #ccc;
  min-width: 100px;
}
.contents__content table tr:nth-child(2n) {
  background: #f6f6f6;
}
.contents__content img {
  max-width: 100%;
}
.contents__content .getList {
  background-color: #f0f0f0;
}
.contents__content .getList__shops {
  clear: left;
}
.contents__content .getList__shops h5 {
  font-weight: bold;
}
.contents__content .getList__shops ul {
  margin: 0;
}
.contents__content .getList__shops li {
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
}
.contents__content .getList__name {
  font-weight: bold;
}
.contents__content .getList__description small {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 500px) {
  .contents__content .getList {
    clear: left;
    padding: 10px;
    margin-bottom: 10px;
  }
  .contents__content .getList:before,
  .contents__content .getList:after {
    content: " ";
    display: table;
  }
  .contents__content .getList:after {
    clear: both;
  }
  .contents__content .getList__image {
    float: left;
  }
  .contents__content .getList__image img {
    max-height: 180px;
    max-width: 180px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 499px) {
  .contents__content .getList {
    padding: 0 5%;
  }
  .contents__content .getList__image img {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .contents__content .getList__shops {
    margin-bottom: 50px;
  }
}
.tiles__tile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 0;
  background-image: url("../images/unknown.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.tiles__tile:nth-child(9n+0) {
  background-color: #fe462c;
}
.tiles__tile:nth-child(9n+1) {
  background-color: #fd4a84;
}
.tiles__tile:nth-child(9n+2) {
  background-color: #b669f8;
}
.tiles__tile:nth-child(9n+3) {
  background-color: #4a82f9;
}
.tiles__tile:nth-child(9n+4) {
  background-color: #29acf9;
}
.tiles__tile:nth-child(9n+5) {
  background-color: #7dc522;
}
.tiles__tile:nth-child(9n+6) {
  background-color: #a7c015;
}
.tiles__tile:nth-child(9n+7) {
  background-color: #ddb900;
}
.tiles__tile:nth-child(9n+8) {
  background-color: #ffa025;
}
.tiles__tile:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.tiles__tile img {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 880px) and (max-width: 1279px) {
  .tiles__tile {
    width: 186px;
    height: 139.5px;
  }
  .tiles__tile--big {
    width: 372px;
    height: 279px;
  }
}
@media screen and (min-width: 1280px) {
  .tiles__tile {
    width: 210px;
    height: 152.5px;
  }
  .tiles__tile--big {
    width: 420px;
    height: 305px;
  }
}
@media screen and (min-width: 880px) {
  .tiles:before,
  .tiles:after {
    content: " ";
    display: table;
  }
  .tiles:after {
    clear: both;
  }
  .tiles__tile {
    float: left;
  }
}
@media screen and (max-width: 879px) {
  .tiles__tile {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 50%;
  }
  .tiles__tile--big {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .tiles__tile {
    height: 160px;
  }
  .tiles__tile--big {
    height: 320px;
  }
}
@media screen and (max-width: 499px) {
  .tiles__tile {
    height: 100px;
  }
  .tiles__tile--big {
    height: 200px;
  }
}
.getTiles__tile:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.clear-both {
  clear: both;
}
.siteFooter {
  background-color: #132f48;
  color: #fff;
}
.siteFooter .wrapper {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.siteFooter__navigation {
  width: 80%;
  margin: 0px auto;
}
.siteFooter__navigation li {
  margin: 0 20px 20px 0;
  display: inline-block;
}
.siteFooter__navigation li a {
  color: #fff;
}
.siteFooter__contact {
  text-align: center;
}
.siteFooter .info a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.siteFooter .info a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 879px) {
  .siteFooter {
    margin-top: 60px;
    padding: 0 0 45px;
    text-align: center;
  }
  .siteFooter__site {
    margin-top: 60px;
    width: 80%;
    max-width: 405px;
  }
  .siteFooter__contact {
    margin-top: 60px;
  }
  .siteFooter__license {
    margin-top: 60px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 880px) {
  .siteFooter {
    margin-top: 120px;
    padding: 90px 0;
  }
  .siteFooter__navigation {
    display: none;
  }
  .siteFooter .wrapper {
    max-width: 880px;
  }
  .siteFooter .info {
    position: relative;
    width: 740px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .siteFooter__site {
    display: block;
    float: left;
    margin: 30px 0;
    max-width: 405px;
    max-height: 44px;
  }
  .siteFooter__contact {
    margin-top: 20px;
    text-align: right;
  }
  .siteFooter__license {
    padding-bottom: 10px;
    margin-top: 20px;
    text-align: right;
  }
}
.socials {
  display: block;
  width: 100.83%;
  margin: 0 -0.416%;
}
@media screen and (max-width: 879px) {
  .socials {
    padding: 40px 0;
  }
}
.socials__social {
  color: #fff;
  text-decoration: none;
  width: auto;
}
.socials__social:hover {
  background-color: rgba(0,0,0,0.4);
}
.social__icon {
  max-width: 92px;
  max-height: 92px;
  display: inline-block;
}
.social__description {
  line-height: 1.75em;
  padding: 5px 30px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social__description h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 879px) {
  .socials__social {
    display: block;
    margin: 20px auto;
    background-color: rgba(0,0,0,0.3);
    padding: 30px 20px;
    text-align: center;
    max-width: 440px;
  }
}
@media screen and (min-width: 880px) {
  .socials__social {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 49.16%;
    margin: 0 0.416%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .social__icon {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 15.83%;
    margin: 0 0.416%;
  }
  .social__description {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 82.49%;
    margin: 0 0.416%;
  }
}
@media screen and (min-width: 880px) and (max-width: 1279px) {
  .socials__social {
    height: 130px;
  }
}
.contact__title {
  display: inline-block;
}
.contact__icon {
  display: inline-block;
  max-width: 33px;
  max-height: 23px;
  position: relative;
  top: 4px;
  margin: 0 8px 0 30px;
}
.contact__address {
  display: inline-block;
}
body {
  margin: 0 auto;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4d4d4d;
}
.contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .contents {
    max-width: 1280px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1279px) {
  .contents {
    max-width: 880px;
  }
}
@media screen and (min-width: 880px) {
  .contents__navigation {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 32.5%;
    margin: 0 0.416666666666666%;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 879px) {
  .contents__navigation {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 3;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 880px) {
  .contents__content {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 65.83333333333333%;
    margin: 0 0.416666666666666%;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 880px) {
  .mainNavigation__menuButton {
    display: none;
  }
}
@media screen and (max-width: 879px) {
  .mainNavigation__menuButton {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    padding: 20px 12px;
  }
}
@media screen and (min-width: 880px) {
  .mainNavigation__list {
    margin-left: 43px;
  }
  .mainNavigation__list li:nth-child(9n+0) {
    list-style-type: square;
    color: #fe634d;
  }
  .mainNavigation__list li:nth-child(9n+1) {
    list-style-type: square;
    color: #fd6e9c;
  }
  .mainNavigation__list li:nth-child(9n+2) {
    list-style-type: square;
    color: #c88ffa;
  }
  .mainNavigation__list li:nth-child(9n+3) {
    list-style-type: square;
    color: #6d9afa;
  }
  .mainNavigation__list li:nth-child(9n+4) {
    list-style-type: square;
    color: #48b8fa;
  }
  .mainNavigation__list li:nth-child(9n+5) {
    list-style-type: square;
    color: #8bda27;
  }
  .mainNavigation__list li:nth-child(9n+6) {
    list-style-type: square;
    color: #bad517;
  }
  .mainNavigation__list li:nth-child(9n+7) {
    list-style-type: square;
    color: #f5cd00;
  }
  .mainNavigation__list li:nth-child(9n+8) {
    list-style-type: square;
    color: #ffae45;
  }
  .mainNavigation__list li a,
  .mainNavigation__list li span {
    color: #4d4d4d;
    text-decoration: none;
    display: block;
  }
  .mainNavigation__list li a:hover,
  .mainNavigation__list li span:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 879px) {
  .mainNavigation__list {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mainNavigation__list.visible {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 880px) {
  .mainNavigation__list li {
    margin-top: 10px;
    max-width: 270px;
  }
}
@media screen and (max-width: 879px) {
  .mainNavigation__list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
.mainNavigation__list li a:hover {
  background-color: rgba(0,0,0,0.1);
}
@media screen and (min-width: 880px) {
  .mainNavigation__list li a {
    padding: 10px;
  }
}
@media screen and (max-width: 879px) {
  .mainNavigation__list li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    text-decoration: none;
    background-color: #f4f4f4;
    color: #4d4d4d;
  }
}
@media screen and (min-width: 880px) {
  .titleBox {
    margin-left: 22px;
  }
}
@media screen and (max-width: 879px) {
  .titleBox__title {
    border-bottom: 2px solid #fe634d;
  }
}
@media screen and (min-width: 1280px) {
  .titleBox__title img {
    max-width: 293px;
    max-height: 60px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1279px) {
  .titleBox__title img {
    max-width: 200px;
    max-height: 40px;
  }
}
@media screen and (min-width: 880px) {
  .titleBox__title img {
    margin: 85px 0 0 2px;
  }
}
@media screen and (max-width: 879px) {
  .titleBox__title img {
    width: 160px;
    display: block;
    margin: 15px auto;
  }
}
@media screen and (max-width: 879px) {
  .titleBox__note {
    display: none;
  }
}
.titleBox__note img {
  max-width: 182px;
  max-height: 38px;
  margin: 30px 0 80px;
}
body iframe.youtube {
  width: 100%;
  height: 300px;
  max-width: 600px;
  display: block;
  padding-bottom: 10px;
  margin: auto;
}
