<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - //richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: -0.1rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#wrapper {
  width: 750px;
  margin: auto;
  background: url("../img/bg.gif");
  overflow: hidden;
}

header#main {
  background: -webkit-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: -moz-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: -o-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: -ms-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: linear-gradient(0deg, #008cd7 0%, #00aeeb 100%);
  width: 750px;
  height: 150px;
  position: relative;
  z-index: 100;
}
header#main .menu {
  float: left;
  padding: 25px 0 0 25px;
  position: relative;
}
header#main .menu p {
  position: absolute;
  top: 25px;
}
header#main .menu p.close {
  display: none;
}
header#main ul {
  float: right;
  padding: 25px 25px 0 0;
}
header#main ul li {
  float: left;
  margin-left: 20px;
}

#navigation {
  position: absolute;
  width: 750px;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: none;
  opacity: 0;
  overflow: hidden;
}
#navigation ul {
  margin-top: 150px;
}
#navigation li {
  height: 120px;
  background: url("../img/arrow_blue.png") no-repeat 688px center white;
  overflow: hidden;
}
#navigation li:nth-child(odd) {
  background-color: #e6e6e6;
}
#navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0073e5;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 120px;
  padding-left: 25px;
  font-weight: bold;
  text-decoration: none;
}

#bottomnav li {
  height: 120px;
  background: url("../img/arrow_blue.png") no-repeat 688px center white;
  overflow: hidden;
}
#bottomnav li:nth-child(odd) {
  background-color: #e6e6e6;
}
#bottomnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0073e5;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 120px;
  padding-left: 25px;
  font-weight: bold;
  text-decoration: none;
}

footer {
  background: #e6e6e6;
  padding: 60px 0;
  text-align: center;
}
footer h1 {
  margin-bottom: 50px;
}
footer ul {
  margin-bottom: 50px;
}
footer ul li {
  display: inline-block;
  font-size: 26px;
  font-size: 1.625rem;
}
footer ul li:first-child:after {
  content: "|";
  margin-left: 55px;
  margin-right: 56px;
}
footer ul li a {
  color: #000000;
}
footer .copyright {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.pc {
  display: none;
}

.title {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.title .lead {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  color: #ff667f;
  font-weight: bold;
  padding-top: 45px;
}

.title .catch {
  line-height: 1.5;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  position: relative;
  margin: 0 24px 0;
}

.google {
  text-align: center;
  margin-bottom: 60px;
}
.google .text {
  color: #0073e6;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 24px 30px;
}
.google .btn {
  margin-bottom: 40px;
}

.google a {
  color: #ff667f;
  background: url("../img/arrow_pink.png") no-repeat right center;
  padding-right: 40px;
  font-size: 30px;
  font-size: 1.875rem;
}
.google .gl{
  width: 464px;
  margin: 0 auto 20px;
}
.google .rk{
  width: 605px;
  margin: auto;
}
.google .gl a,.google .rk a{
  background: none;
}
.google .movie {
  margin-top: 65px;
}

div.attention {
  background: #e6e6e6;
  padding: 35px 25px 30px 25px;
  margin-bottom: 80px;
}
div.attention li {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 24px;
  font-size: 1.5rem;
}
div.attention .btn {
  width: 520px;
  height: 74px;
  background: #ff667f;
  margin: auto;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
div.attention .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  background: url("../img/arrow_white.png") no-repeat 436px center;
  line-height: 74px;
  margin-left: -20px;
  padding-right: 20px;
}

.point {
  margin-bottom: 85px;
}
.point h2 {
  background: url("../img/icon_exclamation.png") no-repeat 25px center #0099e6;
  height: 80px;
  padding-left: 77px;
  color: #ffffff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 80px;
  margin-bottom: 60px;
}
.point .catch {
  color: #0073e6;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 24px 55px;
}
.point .text {
  width: 352px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
}
.point .text .attention {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
}
.point .image {
  width: 320px;
}
.point .image .words {
  position: relative;
  text-align: center;
  width: 316px;
  z-index: 0;
  border: 2px solid #e6e6e6;
  background: #ffffff;
  color: #ff667f;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 20px 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
}
.point .image .words:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 0;
}
.point .image .words:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e6e6e6 transparent transparent transparent;
  z-index: -1;
}
.point.p1 .text, .point.p3 .text {
  float: left;
  margin: 0 0 0 24px;
}
.point.p1 .image, .point.p3 .image {
  float: right;
  margin: 0 25px 0 0;
}
.point.p2 .text {
  float: right;
  margin: 0 25px 0 0;
}
.point.p2 .image {
  float: left;
  margin: 0 0 0 25px;
}
.point.p2 .moreInfo {
  background: #FFF;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin: 35px 25px 0;
  padding: 30px 25px 30px 30px;
}
.point.p2 .moreInfo h3 {
  color: #0073e6;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
}
.point.p2 .moreInfo .txt {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.point.p2 .moreInfo .bnt {
  width: 520px;
  height: 74px;
  background: #ff667f;
  margin: auto;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.point.p2 .moreInfo .bnt a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  background: url("../img/arrow_white.png") no-repeat 480px center;
  line-height: 74px;
  margin-left: -20px;
  padding-right: 20px;
}
.point.p4 .lead {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
.point.p4 .btn {
  margin-bottom: 40px;
  text-align: center;
}
.point.p4 .link {
  text-align: center;
}
.point.p4 .link a {
  color: #ff667f;
  background: url("../img/arrow_pink.png") no-repeat right center;
  padding-right: 40px;
  font-size: 30px;
  font-size: 1.875rem;
}
.point.p4 .moreInfo {
  background: #FFF;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  margin: 35px 25px 0;
  padding: 30px 25px 30px 30px;
  text-align: left;
}
.point.p4 .moreInfo .txt {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
.point.p4 .btn {
  width: 520px;
  height: 74px;
  background: #ff667f;
  margin: auto;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.point.p4 .btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  background: url("../img/arrow_white.png") no-repeat 462px center;
  line-height: 74px;
  margin-left: -20px;
  padding-right: 20px;
}

.news .newsWrap {
  margin: 0 20px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  max-height: 300px;
}
.news .newsWrap dl {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 24px 5px;
  margin: 0 0 0 0;
}
.news .newsWrap dl:first-child {
  border-top: 1px solid #e6e6e6;
}
.news .newsWrap dl dt {
  color: #0073e6;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 10px;
}
.news .newsWrap dl dt:before {
  content: "・";
}
.news .newsWrap dl dd {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
.news .newsWrap dl dd a{
  color: #ff667f;
}
.banner_night { width: 700px; height: 423px; margin: 27px auto 59px; }

article .copyright {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-left: 25px;
  margin-bottom: 80px;
}
.bn_costume {
margin-bottom: 80px;
}

.bn_costume img {
  width: 100%;
  height: auto;
}

/* point5 */

.point.p5 h2 {
  background: url("../img/icon_exclamation.png") no-repeat 25px center #ff6680;
  height: auto;
  line-height: 1.4;
  padding:  20px 0 20px 77px;
}
.point.p5 .catch {
  color: #0073e6;
}
.point.p5 div.clearfix {
  margin-bottom: 56px;
}
.point.p5 .catch {
  color: #ff667f;
}
.point.p5 .text {
  float: left;
  width: 352px;
  margin: 0 0 0 25px;
}
.point.p5 .image {
  float: right;
  width: 320px;
  margin: 0 25px 0 0;
}</pre></body></html>