@charset "UTF-8";
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}
h1,h2,h3,h4,h5 {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
  font-style: normal;
}
.top-header {
  margin-bottom: 40px;
}
.top-header .nav-pc {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .top-header {
    margin-bottom: 30px;
  }
}

.top-mainimg {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .top-mainimg {
    margin-bottom: 20px;
  }
}
.top-mainimg picture,
.top-mainimg img {
  width: 100%;
  height: auto;
}

.top-header-content h1 {
  margin-bottom: 40px;
}
.top-header-content p {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .top-header-content h1 {
    margin-bottom: 20px;
  }
  .top-header-content p {
    margin-bottom: 15px;
  }
}

.top-point {
    margin: 0px 0;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    color: #ff0000;
    text-align: center;
}
@media (max-width: 600px) {
  .top-point {
    margin: 0px 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .top-point {
    margin: 20px 0;
    padding: 30px 0;
  }
}
@media (max-width: 600px) {
  .top-point picture,
.top-point img {
    width: 80%;
  }
}
.top-point p {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.6em;
  word-break: normal;
  -ms-word-break: normal;
  /*IE用*/
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE用*/
}
@media (max-width: 768px) {
  .top-point p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .top-point p {
    font-size: 16px;
  }
}

.topSect {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .topSect {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .topSect {
    margin-bottom: 35px;
  }
}
.topSect .content-area h2 {
  padding-bottom: 4px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #999;
  font-size: 24px;
  letter-spacing: 0.06em;
}
.topSect .content-area h2:first-letter {
 /* color: #ff0000;*/
}
.topSect .content-area h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ff0000;
  width: 100px;
  height: 1px;
}
@media (max-width: 480px) {
  .topSect .content-area h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

table.news {
  border: 0;
}
table.news tr:first-child th, table.news tr:first-child td {
  padding-top: 0;
}
table.news th, table.news td {
  padding: 1em 0;
  border-right: 0;
}
table.news th {
  background: none;
  color: #ff0000;
  font-weight: normal;
}
table.news em {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
}
table.news p {
  margin-bottom: 1em;
}
table.news p:last-child {
  margin-bottom: 0;
}
table.news tr.emergency_row th, table.news tr.emergency_row td {
  padding: 1em;
  border-style: solid;
  border-color: #ff0000;
  background: #ff5;
}
table.news tr.emergency_row th {
  border-width: 1px 0 1px 1px;
}
table.news tr.emergency_row td {
  border-width: 1px 1px 1px 0;
  font-weight: 700;
}
table.news .emergency_row__title {
  margin: 0 0 0.25em;
  color: #ff0000;
}
@media (max-width: 480px) {
  table.news th {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  table.news td {
    padding-top: 0;
  }
  table.news em {
    margin-bottom: 5px;
  }
  table.news tr.emergency_row th {
    border-width: 1px 1px 0 1px;
    padding-bottom: 0;
  }
  table.news tr.emergency_row td {
    border-width: 0 1px 1px 1px;
    font-weight: 700;
  }
}
/*# sourceMappingURL=maps/top.css.map */


.sub-header {
  position: relative;
}
.sub-header h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header-img-area {
  position: relative;
  background: url(../images/common/img_sub-header.jpg) 50% 0 no-repeat scroll;
  background-size: auto 100%;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .header-img-area {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .header-img-area {
    height: 90px;
  }
}
.header-img-area a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .header-img-area a:hover, .header-img-area a:active {
    opacity: 0.3;
  }
}

.title-area {
  position: relative;
  background: url(../images/common/bg_pagetitle.jpg) 100% 0 no-repeat scroll;
  background-size: cover;
}
@media (max-width: 768px) {
  .title-area {
    border-top: 2px solid #ff0000;
    background-position: 50% 0;
  }
}
.title-area h2 {
  padding: 80px 1em 100px;
  color: #ff0000;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .title-area h2 {
    padding: 60px 1em 75px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .title-area h2 {
    font-size: 24px;
  }
}

.sub-content {
  position: relative;
  top: -30px;
  margin-bottom: 30px;
}
@media (max-width: 680px) {
  .sub-content {
    top: -20px;
    margin-bottom: 15px;
  }
}
.sub-content h3 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #ff0000;
  font-size: 24px;
  letter-spacing: 0.06em;
}
.sub-content h3:first-letter {
  /*color: #ff0000;*/
}
.sub-content h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ff0000;
  width: 100px;
  height: 1px;
}
@media (max-width: 480px) {
  .sub-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.sub-content h4 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  font-size: 20px;
}
.sub-content h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: #ff0000;
  width: 5px;
  height: 1em;
}
@media (max-width: 480px) {
  .sub-content h4 {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.content-block {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .content-block {
    margin-bottom: 30px;
  }
}
.content-block:last-of-type {
  margin-bottom: 0;
}

.local-nav {
  margin: 0 auto;
  width: 80%;
  font-size: 18px;
}
@media (max-width: 768px) {
  .local-nav {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .local-nav {
    font-size: 16px;
  }
}
.local-nav li {
  float: left;
  width: 50%;
}
.local-nav li:nth-child(2n) {
  float: right;
}
.local-nav li:nth-child(2n) button,
.local-nav li:nth-child(2n) a {
  border-radius: 0 4px 4px 0;
}
.local-nav li:nth-child(2n+1) {
  clear: both;
}
.local-nav button,
.local-nav a {
  display: block;
  padding: 16px 0 14px;
  border: 2px solid #ff0000;
  border-radius: 4px 0 0 4px;
  background: #fff;
  width: 100%;
  color: #ff0000;
  font-weight: 700;
  text-align: center;
}
.local-nav button.current,
.local-nav a.current {
  background: #ff0000;
  color: #fff;
}
@media (min-width: 769px) {
  .local-nav button:hover, .local-nav button:active,
.local-nav a:hover,
.local-nav a:active {
    background: #ff0000;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .local-nav button,
.local-nav a {
    padding: 10px 0;
  }
}
.local-nav a {
  text-decoration: none;
}
.local-nav a:visited {
  color: #ff0000;
}
.local-nav a:visited:hover {
  color: #fff;
}
.local-nav a.current:visited {
  color: #fff;
}
/*# sourceMappingURL=maps/subpage.css.map */




.catch {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    text-align: center;
}
@media (max-width: 480px) {
  .catch {
    padding: 15px 0 20px;
  }
}

.points {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  counter-reset: num;
}
@media (max-width: 920px) {
  .points {
    display: block;
  }
}
.points li {
  margin: 0 2% 20px 0;
  padding: 20px;
  border: 2px solid #ff0000;
  border-radius: 6px;
  box-sizing: border-box;
  width: 49%;
}
.points li:nth-child(2n) {
  margin-right: 0;
}
.points li.no-button .thumb-area {
  margin-bottom: 0;
}
@media (max-width: 920px) {
  .points li {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .points li {
    padding: 15px;
  }
}
.points .title {
     font-family: "Noto Serif JP", serif;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 20px;
  padding-left: 45px;
  border-bottom: 1px solid #999;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}
.points .title:before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background: #ff0000;
  width: 30px;
  height: 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.points .title.singleline {
  line-height: 2.8em;
}
@media (max-width: 920px) {
  .points .title.singleline {
    line-height: 1.4em;
  }
}
.points .title em {
  color: #ff0000;
  font-style: normal;
}
@media (max-width: 920px) {
  .points .title br {
    display: none;
  }
}
@media (max-width: 480px) {
  .points .title {
    padding-left: 35px;
    font-size: 16px;
  }
  .points .title:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
  }
}
.points p {
  margin-bottom: 20px;
  word-break: normal;
  -ms-word-break: normal;
  /*IE用*/
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE用*/
}
@media (max-width: 480px) {
  .points p {
    margin-bottom: 10px;
  }
}
.points .thumb-area {
  margin-bottom: 20px;
  text-align: center;
}
.points .link_btn.half {
  margin-bottom: 0;
  max-width: none;
}
@media (max-width: 480px) {
  .points .link_btn.half:first-child {
    margin-bottom: 10px;
  }
}

.thumb_hidden {
  display: none;
}

/* Lightbox */
.lightbox .lb-image {
  border-radius: 0;
}

.lb-outerContainer {
  border-radius: 0;
}

.lb-container {
  padding: 1px;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
  background-size: 27px auto;
}

.lb-data .lb-close {
  width: 22px;
  height: 22px;
  background-size: contain;
}
/*# sourceMappingURL=maps/about.css.map */

.briefing .img-list {
  margin: 30px 0 25px;
}
@media (max-width: 480px) {
  .briefing .img-list {
    margin-top: 20px 0 15px;
  }
}
.briefing .img-list li {
  float: left;
  margin: 0 2% 2% 0;
  width: 32%;
}
.briefing .img-list li:nth-child(3n) {
  margin-right: 0;
}
.briefing .img-list li:nth-child(3n+1) {
  clear: both;
}
.briefing .img-list li img {
  width: 100%;
  height: auto;
}
.briefing .img-list img {
  vertical-align: bottom;
}

.lead {
     font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 480px) {
  .lead {
    font-size: 18px;
    line-height: 1.6em;
    text-align: left;
  }
}
.lead p {
  margin-bottom: 1.5em;
}
.lead p:last-child {
  margin-bottom: 0;
}
.lead span {
}
.lead em {
  color: #ff0000;
}

.list-points {
  display: table;
  list-style: none;
  margin: 0 auto 1.5em;
  font-size: 18px;
  line-height: 1.8em;
}
.list-points:last-child {
  margin-bottom: 0;
}
.list-points li {
  position: relative;
}
.list-points li:before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  background: #ff0000;
  border-radius: 30px;
  width: 12px;
  height: 12px;
}
@media (max-width: 480px) {
  .list-points {
    font-size: 16px;
  }
}
/*# sourceMappingURL=maps/briefing.css.map */

h3.toggle {
  padding: 0;
}
h3.toggle button {
  position: relative;
  padding: 8px 1.5em 6px 10px;
  background: #fff;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #999;
  width: 100%;
  text-align: left;
}
@media (min-width: 769px) {
  h3.toggle button:hover, h3.toggle button:active {
    background: #fdd;
  }
  h3.toggle button:hover:after, h3.toggle button:active:after {
    background: #ff0000;
    color: #fff;
  }
}
h3.toggle button:after {
  content: "詳細を見る";
  position: absolute;
  right: 12px;
  top: 7px;
  border: 1px solid #ff0000;
  background: #fff;
  transition: all 0.3s ease;
  width: 100px;
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: center;
}
h3.toggle button.open:after {
  content: "閉じる";
}
@media (max-width: 480px) {
  h3.toggle button:after {
    font-size: 12px;
  }
}

.toggle-content {
  padding-bottom: 70px;
}
.toggle-content:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .toggle-content {
    padding-bottom: 50px;
  }
}

.timetable {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 768px) {
  .timetable {
    font-size: 16px;
  }
}
.timetable:after {
  content: "";
  position: absolute;
  display: block;
  left: 11.8%;
  top: 0;
  background: #fdd;
  width: 15px;
  height: 100%;
}
@media (max-width: 768px) {
  .timetable:after {
    left: 15.5%;
  }
}
@media (max-width: 480px) {
  .timetable:after {
    left: 23%;
  }
}
.timetable li {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 0 20px;
  width: 100%;
}
.timetable li:last-child {
  margin-bottom: 0;
}
.timetable li.break .time {
  background: #999;
}
.timetable li.break .content {
  background: #eee;
}
.timetable li.endingtime {
  border-color: #ff0000;
}
.timetable li.endingtime .content {
  background: #fff;
  color: #ff0000;
}
.timetable li .time,
.timetable li .content {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px 10px;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  font-weight: 700;
}
@media (max-width: 768px) {
  .timetable li .time,
.timetable li .content {
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  .timetable li .time,
.timetable li .content {
    border-width: 1px;
  }
}
.timetable li .time {
  background: #ff0000;
  border-radius: 4px 0 0 4px;
  border-left: 2px solid #999;
  width: 25%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .timetable li .time {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .timetable li .time {
    border-width: 1px;
    width: 50%;
  }
}
.timetable li .content {
  border-right: 2px solid #999;
  border-radius: 0 4px 4px 0;
  background: #fdd;
  width: 75%;
}
@media (max-width: 480px) {
  .timetable li .content {
    border-width: 1px;
  }
}
/*# sourceMappingURL=maps/outline.css.map */

h3.toggle {
  padding: 0;
}
h3.toggle button {
  position: relative;
  padding: 8px 1.5em 6px 10px;
  background: #fff;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #999;
  width: 100%;
  text-align: left;
}
@media (min-width: 769px) {
  h3.toggle button:hover, h3.toggle button:active {
    background: #fdd;
  }
  h3.toggle button:hover:after, h3.toggle button:active:after {
    background: #ff0000;
    color: #fff;
  }
}
h3.toggle button:after {
  content: "詳細を見る";
  position: absolute;
  right: 12px;
  top: 7px;
  border: 1px solid #ff0000;
  background: #fff;
  transition: all 0.3s ease;
  width: 100px;
  color: #ff0000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: center;
}
h3.toggle button.open:after {
  content: "閉じる";
}
@media (max-width: 480px) {
  h3.toggle button:after {
    font-size: 12px;
  }
}

.toggle-content {
  padding-bottom: 70px;
}
.toggle-content:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 480px) {
  .toggle-content {
    padding-bottom: 50px;
  }
}

.timetable {
  position: relative;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 768px) {
  .timetable {
    font-size: 16px;
  }
}
.timetable:after {
  content: "";
  position: absolute;
  display: block;
  left: 11.8%;
  top: 0;
  background: #fdd;
  width: 15px;
  height: 100%;
}
@media (max-width: 768px) {
  .timetable:after {
    left: 15.5%;
  }
}
@media (max-width: 480px) {
  .timetable:after {
    left: 23%;
  }
}
.timetable li {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 0 20px;
  width: 100%;
}
.timetable li:last-child {
  margin-bottom: 0;
}
.timetable li.break .time {
  background: #999;
}
.timetable li.break .content {
  background: #eee;
}
.timetable li.endingtime {
  border-color: #ff0000;
}
.timetable li.endingtime .content {
  background: #fff;
  color: #ff0000;
}
.timetable li .time,
.timetable li .content {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px 10px;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  font-weight: 700;
}
@media (max-width: 768px) {
  .timetable li .time,
.timetable li .content {
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  .timetable li .time,
.timetable li .content {
    border-width: 1px;
  }
}
.timetable li .time {
  background: #ff0000;
  border-radius: 4px 0 0 4px;
  border-left: 2px solid #999;
  width: 25%;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .timetable li .time {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .timetable li .time {
    border-width: 1px;
    width: 50%;
  }
}
.timetable li .content {
  border-right: 2px solid #999;
  border-radius: 0 4px 4px 0;
  background: #fdd;
  width: 75%;
}
@media (max-width: 480px) {
  .timetable li .content {
    border-width: 1px;
  }
}
/*# sourceMappingURL=maps/outline.css.map */

.map iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 480px) {
  .map iframe {
    height: 320px;
  }
}
/*# sourceMappingURL=maps/map.css.map */


.question-list {
  float: left;
  margin: 0 2% 2% 0;
  width: 32%;
  font-size: 14px;
  line-height: 1.6em;
}
.question-list:nth-child(3n) {
  margin-right: 0;
}
.question-list:nth-child(3n+1) {
  clear: both;
}
@media (max-width: 768px) {
  .question-list {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .question-list:nth-child(3n) {
    float: none;
  }
  .question-list:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 480px) {
  .question-list {
    margin-bottom: 2em;
  }
  .question-list:last-child {
    margin-bottom: 0;
  }
}
.question-list .title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
}
.question-list .title:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  background: #ff0000;
  width: 4px;
  height: 1em;
}
.question-list li {
  padding: 12px 0 11px;
  border-bottom: 1px solid #ccc;
}
.question-list li:first-child {
  border-top: 1px solid #ccc;
}
.question-list a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  text-decoration: none;
  color: #3E3938;
}
.question-list a:visited {
  color: #3E3938;
}
.question-list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ff0000;
  width: 0;
  height: 0;
}
@media (min-width: 769px) {
  .question-list a:hover, .question-list a:active {
    text-decoration: underline;
  }
  .question-list a:hover:before, .question-list a:active:before {
    text-decoration: none;
  }
}

.faq-list dt,
.faq-list dd {
  position: relative;
  padding-left: 1.8em;
}
.faq-list dt {
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.faq-list dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
}
@media (max-width: 480px) {
  .faq-list dt:before {
    top: 0;
    font-size: 20px;
  }
}
.faq-list dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5em;
}
.faq-list dd:last-child {
  margin-bottom: 0;
}
.faq-list dd:before {
  content: "A.";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
}
@media (max-width: 480px) {
  .faq-list dd:before {
    top: 0;
    font-size: 20px;
  }
}
.faq-list dd em {
  display: block;
  margin: 1.25em 0 5px;
  font-weight: 700;
  font-style: normal;
  color: #ff0000;
}
.faq-list dd ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.3em;
}

@-moz-document url-prefix() {
  .faq-list dt:before {
    top: 0;
  }
}
/*# sourceMappingURL=maps/faq.css.map */

.faq-list dt {
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    padding-right: 20px; /* アイコンのためのスペースを確保 */
}

.faq-list dt::after {
    content: "▶";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease-out;
}

.faq-list dd {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0; /* 初期状態でパディングを0に設定 */
}

.faq-list dt.active::after {
    transform: rotate(90deg);
}

.faq-list dt.active + dd {
    max-height: 500px; /* 十分大きな値を設定 */
    padding: 10px 0;
}
.h-design {
    text-align: center;
    color: #FF0000;
    font-size: 34px;
    margin-bottom: 50px;
    margin-top: 50px;
}
h2.h-design {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h2.h-design:before, h2.h-design:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

h2.h-design:before {
  border-top: solid 1px #FF0000;
  border-left: solid 1px #FF0000;
  border-bottom: solid 1px #FF0000;
  left: 0;
}

h2.h-design:after {
  content: '';
  border-top: solid 1px #FF0000;
  border-right: solid 1px #FF0000;
  border-bottom: solid 1px #FF0000;
  right: 0;
}

nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #FF0000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}

.open nav {
    left: 0;
    opacity: 1;
}

nav .inner {
    padding: 25px;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #fff;
    z-index: 1000;
        width: 100%;
}

nav .inner ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    z-index: 1000;
    position: relative;
}

nav .inner ul li a:hover {
    background: #FF0000;
}

@media screen and (max-width: 767px) {
    nav {
        left: -250px;
        width: 250px;
    }
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 4; /* 変更 */
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #FF0000;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 4px;
}

.toggle_btn span:nth-child(2) {
    top: 14px;
}

.toggle_btn span:nth-child(3) {
    bottom: 4px;
}

.open .toggle_btn span {
    background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}
.conv-btn {
    border: 2px solid #FFFFFF!important;
    margin-top: 20px!important;
}
.conv-btn a {
    font-weight: bold;
}
nav .inner ul li:hover,nav .inner ul li a:hover {
    background-color: #950000;
}
.conv-btn:hover,.conv-btn a:hover {
    background-color: #950000;
}
.nav-pc {
    display: none;
}
.nav-sp {
 display: none!important;
}
.h1 {
    font-size: 280%;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.h2 {
    font-size: 250%;
    line-height: 1.3em;
    color: #FF0000;
   font-feature-settings: "palt";
}
.h2 big {
    font-size: 120%;

}
.h2 big span {
    font-size: 150%;

}
.br {
    display: none;
}
@media screen and (max-width: 767px) {
    .h1 {
    font-size: 220%;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.h2 {
    font-size: 180%;
    line-height: 1.3em;
    color: #FF0000;
   font-feature-settings: "palt";
}
.h2 big {
    font-size: 120%;

}
.h2 big span {
    font-size: 150%;

}
    .br {
    display: inherit;
}
}