@charset "UTF-8";

/*====================================================================
base / font
====================================================================*/
@font-face {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa__up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa__down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa__scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

@-webkit-keyframes anim_dian {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
}

@keyframes anim_dian {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
}

@-webkit-keyframes dian-move {
  0% {
    top: 10%;
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dian-move {
  0% {
    top: 10%;
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fluffyUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fluffyUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.visualEditArea {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .visualEditArea {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea * {
  margin-top: 1.75em;
}

.visualEditArea *:nth-child(1) {
  margin-top: 0;
}

.visualEditArea a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (min-width: 769px) {
  .visualEditArea a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .visualEditArea a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea h1,
.visualEditArea h2,
.visualEditArea h3,
.visualEditArea h4,
.visualEditArea h5,
.visualEditArea h6 {
  font-weight: bold;
}

.visualEditArea h1 {
  font-size: 32px;
  line-height: 1.4;
}

.visualEditArea h2 {
  margin-top: 2em;
  font-size: 27px;
  line-height: 1.6;
}

.visualEditArea h3 {
  font-size: 22px;
  line-height: 1.6;
}

.visualEditArea h4,
.visualEditArea h5,
.visualEditArea h6 {
  font-size: 16px;
  line-height: 1.6;
}

.visualEditArea h1+h2,
.visualEditArea h2+h3,
.visualEditArea h3+h4,
.visualEditArea h4+h5,
.visualEditArea h5+h6 {
  margin-top: 0.5em;
}

.visualEditArea p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea p span {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea p span {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea p strong {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea p strong {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea p del {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea p del {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea strong {
  font-weight: bold;
}

.visualEditArea em {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea em {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea ul {
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea ul {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea ol {
  list-style-type: decimal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea ol {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea ul,
.visualEditArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

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

  .visualEditArea ul,
  .visualEditArea ol {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea ul li,
.visualEditArea ol li {
  margin-top: 0.6em;
  line-height: 1.5;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

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

  .visualEditArea ul li,
  .visualEditArea ol li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea i {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea i {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea sup,
.visualEditArea sub {
  font-size: 10px;
}

.visualEditArea table {
  margin-top: 3em;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .visualEditArea table {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea table thead th,
.visualEditArea table thead td {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

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

  .visualEditArea table thead th,
  .visualEditArea table thead td {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea table tr th,
.visualEditArea table tr td {
  padding: 15px 20px;
  border: #333333 1px solid;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

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

  .visualEditArea table tr th,
  .visualEditArea table tr td {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.visualEditArea table tr th {
  width: 25%;
  font-weight: bold;
  text-align: center;
}

.visualEditArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 2em;
}

.visualEditArea img.alignnone,
.visualEditArea img.alignleft {
  margin-top: 2em;
}

.visualEditArea img.aligncenter {
  display: block;
  margin: 2em auto 0;
}

.visualEditArea img.alignright {
  display: block;
  margin: 2em 0 0 auto;
}

/*====================================================================
Reset
====================================================================*/
html {
  color: #333333;
  background: #fff;
}

html,
body,
div,
figure,
section,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', '游明朝', YuMincho, 'Hiragino Mincho ProN', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: 10px;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #333333;
}

ol,
ul {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*====================================================================
Header
====================================================================*/
.siteHeader {
  background-color: #ffd900;
  padding-bottom: 30px;
}

.siteHeader__contLogoLink {
  display: block;
}

.siteHeader__contArea {
  position: relative;
}

.siteHeader__contAreaText {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #66323B;
  position: absolute;
  top: 8px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .siteHeader__contAreaText {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .siteHeader__contAreaText {
    line-height: 1.4;
  }
}

.siteHeader__contLogoLink {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 839px;
  padding: 47px 0 40px;
  position: relative;
}

.siteHeader__contLogoLink::after {
  content: '';
  position: absolute;
  bottom: 45px;
  right: -83px;
  width: 176px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/toppage/topppage-thumb38.png");
}

@media screen and (max-width: 768px) {
  .siteHeader__contLogoLink {
    width: 100%;
    padding: 60px 0 16px;
  }

  .siteHeader__contLogoLink::after {
    width: 0;
    height: 0;
  }
}

.siteHeader__contTextPix {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .siteHeader__contTextPix {
    width: 90%;
    max-width: 373px;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  background-color: #f7f9e1;
}

.siteFooter__wrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 60px 0 50px;
}

@media screen and (max-width: 768px) {
  .siteFooter__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.siteFooter__wrapContTitle {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContTitle {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.siteFooter__wrapContTitle::after {
  content: '';
  position: absolute;
  width: 236px;
  height: 5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #B23333;
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContTitle::after {
    width: 140px;
  }
}

.siteFooter__wrapContMsg {
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  margin-top: 46px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContMsg {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContMsg {
    margin-top: 30px;
  }
}

.siteFooter__wrapContTel {
  display: block;
  width: 404px;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContTel {
    width: 229px;
  }
}

.siteFooter__wrapContMsgInfo {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  text-align: center;
  width: 340px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContMsgInfo {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .siteFooter__wrapContMsgInfo {
    font-size: 1.5rem;
    max-width: 340px;
    width: 100%;
  }
}

.siteFooter__PagetoTop__btn {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.siteFooter__PagetoTop__btn::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  top: -40px;
  left: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/common/totop.png");
}

@media screen and (min-width: 769px) {
  .siteFooter__PagetoTop__btn:hover::after {
    top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .siteFooter__PagetoTop__btn::after {
    width: 60px;
    height: 60px;
  }
}

.siteFooter__PagetoTop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 72px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .siteFooter__PagetoTop {
    right: 20px;
    width: 60px;
  }
}

/*====================================================================
breadArea
====================================================================*/
.breadArea {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .breadArea {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .breadArea {
    display: none;
  }
}

.breadArea__innerArea {
  padding: 30px 0 14px;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea {
    padding: 10px 15px;
    background-color: #443D76;
  }
}

.breadArea__innerArea__pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lang-en .breadArea__innerArea__pageList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadArea__innerArea__pageList__item__link,
.breadArea__innerArea__pageList__item {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  position: relative;
}

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

  .breadArea__innerArea__pageList__item__link,
  .breadArea__innerArea__pageList__item {
    font-size: 14px;
    line-height: 1.8;
  }
}

.breadArea__innerArea__pageList__item__link::before,
.breadArea__innerArea__pageList__item::before {
  content: '';
  width: 10px;
  height: 10px;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1px solid #193547;
  border-bottom: 1px solid #193547;
  display: block;
  position: absolute;
  top: 31%;
  left: -22px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.breadArea__innerArea__pageList__item__link:nth-child(1),
.breadArea__innerArea__pageList__item:nth-child(1) {
  margin-left: 0;
}

.breadArea__innerArea__pageList__item__link:nth-child(1)::before,
.breadArea__innerArea__pageList__item:nth-child(1)::before {
  display: none;
}

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

  .breadArea__innerArea__pageList__item__link,
  .breadArea__innerArea__pageList__item {
    color: #fff;
  }

  .breadArea__innerArea__pageList__item__link::before,
  .breadArea__innerArea__pageList__item::before {
    width: 5px;
    height: 5px;
    top: 5px;
    left: -14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.breadArea__innerArea__pageList__item__link {
  display: block;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .breadArea__innerArea__pageList__item__link:hover {
    color: #443D76;
  }
}

.breadArea__innerArea__pageList__item {
  margin-left: 30px;
}

.breadArea__innerArea__pageList__item br {
  display: none;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList__item {
    margin-left: 18px;
  }
}

.breadArea__innerArea__pageList {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList {
    color: #fff;
  }
}

.breadArea__innerArea__pageList span a span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  position: relative;
  padding: 0 10px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList span a span {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .breadArea__innerArea__pageList span a span:hover {
    color: #443D76;
  }
}

.breadArea__innerArea__pageList span a span::before {
  content: '';
  width: 10px;
  height: 10px;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1px solid #193547;
  border-bottom: 1px solid #193547;
  display: block;
  position: absolute;
  top: 31%;
  left: -22px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.breadArea__innerArea__pageList span a span:nth-child(1) {
  margin-left: 0;
}

.breadArea__innerArea__pageList span a span:nth-child(1)::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList span a span {
    color: #fff;
  }

  .breadArea__innerArea__pageList span a span::before {
    width: 5px;
    height: 5px;
    top: 5px;
    left: -14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.breadArea__innerArea__pageList span span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList span span {
    font-size: 14px;
    line-height: 1.8;
  }
}

.breadArea__innerArea__pageList span span::before {
  content: '';
  width: 10px;
  height: 10px;
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1px solid #193547;
  border-bottom: 1px solid #193547;
  display: block;
  position: absolute;
  top: 31%;
  left: -22px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.breadArea__innerArea__pageList span span:nth-child(1) {
  margin-left: 0;
}

.breadArea__innerArea__pageList span span:nth-child(1)::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .breadArea__innerArea__pageList span span {
    color: #fff;
  }

  .breadArea__innerArea__pageList span span::before {
    width: 5px;
    height: 5px;
    top: 5px;
    left: -14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

/*====================================================================
errorPageContentSec
====================================================================*/
.errorPageContentSec {
  padding: 100px 0 30px;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .errorPageContentSec {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .errorPageContentSec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.errorPageContentSec__innerArea__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.errorPageContentSec__innerArea__bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
}

.errorPageContentSec__innerArea__bnrArea__bnr {
  width: 300px;
  width: 300px;
}

.errorPageContentSec__innerArea__bnrArea__bnr__link {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  padding: 18px 60px 18px 50px;
  border: 1px solid #707070;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__bnrArea__bnr__link {
    font-size: 14px;
    line-height: 1.8;
  }
}

.errorPageContentSec__innerArea__bnrArea__bnr__link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 88%;
  width: 32px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/common/arr_black.png");
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .errorPageContentSec__innerArea__bnrArea__bnr__link:hover {
    background-color: #707070;
    color: #fff;
  }

  .errorPageContentSec__innerArea__bnrArea__bnr__link:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 90%;
    width: 32px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/common/arr_wh.png");
  }
}

@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__bnrArea__bnr__link {
    padding: 14px 26px;
  }
}

@media screen and (max-width: 768px) {
  .errorPageContentSec__innerArea__bnrArea__bnr {
    width: 100%;
  }
}

/*====================================================================
visionPageSec
====================================================================*/
.visionPageSec strong,
.visionPageSec strong * {
  font-weight: bold;
}

.visionPageSec em,
.visionPageSec em * {
  font-style: italic;
}

.visionPageSec ul {
  list-style-type: disc;
  padding-left: 20px;
}

.visionPageSec ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.visionPageSec hr {
  width: 100%;
  height: 1px;
  display: block;
  background: #193547;
}

.visionPageSec h1,
.visionPageSec h2,
.visionPageSec h3,
.visionPageSec h4,
.visionPageSec h5,
.visionPageSec h6 {
  font-weight: bold;
}

.visionPageSec h1 {
  font-size: 32px;
  line-height: 1.4;
}

.visionPageSec h2 {
  margin-top: 2em;
  font-size: 27px;
  line-height: 1.6;
}

.visionPageSec h3 {
  font-size: 22px;
  line-height: 1.6;
}

.visionPageSec h4,
.visionPageSec h5,
.visionPageSec h6 {
  font-size: 16px;
  line-height: 1.6;
}

.visionPageSec h1+h2,
.visionPageSec h2+h3,
.visionPageSec h3+h4,
.visionPageSec h4+h5,
.visionPageSec h5+h6 {
  margin-top: 0.5em;
}

.visionPageSec img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.visionPageSec img.alignnone,
.visionPageSec img.alignleft {
  margin-top: 2em;
}

.visionPageSec img.aligncenter {
  display: block;
  margin: 2em auto 0;
}

.visionPageSec img.alignright {
  display: block;
  margin: 2em 0 0 auto;
}

blockquote {
  color: #191919;
  background-color: #f2f2f2;
  position: relative;
  margin-top: 2rem;
  padding: 20px 20px 20px 70px;
}

@media screen and (max-width: 768px) {
  blockquote {
    padding: 20px 40px 20px 50px;
  }
}

blockquote::before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -10px;
}

/*====================================================================
pagerAreaSec
====================================================================*/
.pagerAreaSec {
  padding-top: 10px;
  margin: 0px auto 20px;
}

.pagerAreaSec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagerAreaSec__list__item {
  padding: 0 5px;
}

.pagerAreaSec__list__itemLink {
  display: block;
  text-align: center;
  width: 33px;
  padding: 4px 2px 4px 3px;
  color: #193547;
  border: 1px solid #193547;
  font-size: 2.0rem;
  line-height: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.pagerAreaSec__list__itemLink.is-here {
  background-color: #E4E4E4;
}

@media screen and (min-width: 769px) {
  .pagerAreaSec__list__itemLink.is-here:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 769px) {
  .pagerAreaSec__list__itemLink:hover {
    background-color: #E4E4E4;
  }
}

/*====================================================================
loadedArea
====================================================================*/
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #383434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}

#loading img {
  width: 50vw;
  max-width: 928px;
}

@media screen and (max-width: 768px) {
  #loading img {
    width: 188px;
  }
}

/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 600;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 99;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: ' ';
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  background-color: #383434;
}

.loadingAnim:before {
  top: 0;
}

.loadingAnim:after {
  bottom: 0;
}

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%);
}

.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%);
}

.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 420px;
  height: 1.25em;
  margin: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  text-align: center;
}

.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto auto auto 0;
  content: ' ';
  -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  background-color: #fff;
  will-change: transform, width;
}

.loadingAnim_line:before {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  display: block;
  content: '';
  -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
  animation: loadingAnim_text 1s ease .1s infinite alternate both;
  letter-spacing: .5em;
  color: #fff;
  will-change: opacity;
}

.loaded .loadingAnim_line {
  overflow: hidden;
  height: 0;
}

.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none;
}

.loaded .loadingAnim_line:before {
  content: '';
}

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes loadingAnim {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #cba166;
  }

  50% {
    color: #333;
  }

  100% {
    opacity: .5;
    color: #fff;
  }
}

@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #cba166;
  }

  50% {
    color: #333;
  }

  100% {
    opacity: .5;
    color: #fff;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
  background: #333;
  text-align: center;
  color: #fff;
  display: none;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  max-width: 888px;
  width: 42vw;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 54%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_text img {
  max-width: 240px;
  width: 38vw;
}

.loading__warpText {
  z-index: 333;
}

/*====================================================================
topPageMessageSec
====================================================================*/
.topPageMessageSec {
  background-color: #fffcd1;
  padding: 50px 0 10px;
  position: relative;
}

.topPageMessageSec::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 432px;
  height: 365px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/toppage/topppage-thumb09.png");
  z-index: 0;
}

.topPageMessageSec::after {
  content: '';
  position: absolute;
  top: 100px;
  right: 0;
  width: 412px;
  height: 285px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/toppage/topppage-thumb08.png");
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec::before {
    top: 150px;
    width: 120px;
    height: 261px;
    background-image: url("../images/toppage/topppage-thumb10_sp.png");
  }

  .topPageMessageSec::after {
    width: 126px;
    height: 272px;
    background-image: url("../images/toppage/topppage-thumb08_sp.png");
  }
}

.topPageMessageSec__wrap {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__wrap {
    padding: 0;
  }
}

.topPageMessageSec__contAreaPix {
  max-width: 504px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__contAreaPix {
    width: 100%;
    max-width: 300px;
  }
}

.topPageMessageSec__contAreaTextPix {
  max-width: 592px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__contAreaTextPix {
    width: 100%;
    max-width: 258px;
  }
}

.topPageMessageSec__contAreaText {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #66323B;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__contAreaText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageMessageSec__wrapTextArea {
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__wrapTextArea {
    padding: 0 10px;
  }
}

.topPageMessageSec__wrapTextAreaTitle {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #66323B;
  border-bottom: 1px solid #66323B;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__wrapTextAreaTitle {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.topPageMessageSec__wrapTextAreaText {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #66323B;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .topPageMessageSec__wrapTextAreaText {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

/*====================================================================
topPageSeminarSec
====================================================================*/
.topPageSeminarSec__wrap {
  padding: 100px 0 20px;
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  background-image: url("../images/toppage/topppage-bg03.png");
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrap {
    padding: 30px 10px 30px;
  }
}

.topPageSeminarSec__wrapCont {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  padding: 30px 20px 60px;
  margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapCont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapCont {
    padding-bottom: 10px;
    padding: 30px 10px 20px;
  }
}

.topPageSeminarSec__wrapContTitleAreaTitle {
  font-size: 4.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #484200;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaTitle {
    font-size: 4.2rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContTitleAreaText {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #484200;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaText {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContTitleAreaMsg {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaMsg {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContTitleAreaBnt {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #484200;
  width: 300px;
  margin: 10px auto 30px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaBnt {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaBnt {
    line-height: 1.8;
    padding: 2px 0 6px;
    width: 100%;
    max-width: 300px;
  }
}

.topPageSeminarSec__wrapContTitleArea {
  border-bottom: 1px solid #707070;
}

.topPageSeminarSec__wrapContInner {
  width: 732px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInner {
    width: 100%;
  }
}

.topPageSeminarSec__wrapContInnerTime {
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerTime {
    font-size: 2.9rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerTime::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #193547;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.topPageSeminarSec__wrapContInnerItemTime {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #F7F2D6;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItemTime {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem {
    margin-bottom: 10px;
  }
}

.topPageSeminarSec__wrapContInnerItem2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clm {
    display: block;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmPix {
  width: 174px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmPix {
    margin: 0 auto;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmTextArea {
  width: calc(100% - (174px + 22px));
  margin-left: 20px;
  margin-top: 16px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTextArea {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmTitle {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTitle {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTitle {
    margin-bottom: 10px;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmTextAreaName {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTextAreaName {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmTextAreaMsg {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTextAreaMsg {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmText {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem2clmTextAreaBntRed {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #640000;
  text-align: center;
  width: 124px;
  border-radius: 30px;
  line-height: 1.6;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTextAreaBntRed {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem2clmTextAreaBntRed {
    margin: 0 auto 5px;
  }
}

.topPageSeminarSec__wrapReserve {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #193547;
  background-color: #fff;
  padding: 30px 20px 60px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserve {
    width: 100%;
    padding-bottom: 30px;
  }
}

.topPageSeminarSec__wrapReserveContTitle {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContTitle {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContTitle {
    font-weight: 900;
  }
}

.topPageSeminarSec__wrapReserveContRedText {
  font-size: 2.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #B20909;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContRedText {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContRedText {
    font-weight: 900;
  }
}

.topPageSeminarSec__wrapReserveContBnrLink {
  font-size: 2.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #193547;
  width: 470px;
  margin: 20px auto;
  display: block;
  border: 2px solid #193547;
  border-radius: 30px;
  padding: 4px 0 6px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContBnrLink {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageSeminarSec__wrapReserveContBnrLink:hover {
    background-color: #fff;
    color: #193547;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContBnrLink {
    width: 100%;
    font-weight: 900;
  }
}

.topPageSeminarSec__wrapReserveContText {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapReserveContText.u-mg20 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContText.u-mg20 {
    margin-bottom: 20px;
  }
}

.topPageSeminarSec__bgArea {
  width: 668px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgArea {
    width: 100%;
  }
}

.topPageSeminarSec__bgAreaText {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaText {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__bgAreaInnerAreaVideo {
  margin: 25px 0 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.topPageSeminarSec__bgAreaInnerAreaVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaInnerAreaVideo {
    margin-bottom: 25px;
  }
}

.topPageSeminarSec__bgAreaBnrLink {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #484200;
  width: 470px;
  margin: 20px auto 0;
  display: block;
  border: 2px solid #484200;
  border-radius: 30px;
  padding: 6px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaBnrLink {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageSeminarSec__bgAreaBnrLink:hover {
    background-color: #fff;
    color: #484200;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaBnrLink {
    width: 100%;
  }
}

.topPageSeminarSec__bgAreaBnrLink {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #484200;
  width: 470px;
  margin: 20px auto 0;
  display: block;
  border: 2px solid #484200;
  border-radius: 30px;
  padding: 6px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaBnrLink {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageSeminarSec__bgAreaBnrLink:hover {
    background-color: #fff;
    color: #484200;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaBnrLink {
    width: 100%;
  }
}


/*追加ボタンフード*/
.topPageSeminarSec__bgAreaBnrLink2 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #160048;
  width: 600px;
  margin: 20px auto 0;
  display: block;
  border: 2px solid #160048;
  border-radius: 30px;
  padding: 6px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaBnrLink2 {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageSeminarSec__bgAreaBnrLink2:hover {
    background-color: #fff;
    color: #030446;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__bgAreaBnrLink2 {
    width: 100%;
  }
}



/*====================================================================
topPageBoothSec
====================================================================*/
.topPageBoothSec__wrap {
  padding: 100px 0 20px;
  background-color: #F7F2D6;
}

.topPageBoothSec__wrapCont {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  padding: 30px 20px 60px;
  margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapCont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapCont {
    width: 96%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.topPageBoothSec__wrapContTitleAreaTitle {
  font-size: 4.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #6E3F02;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContTitleAreaTitle {
    font-size: 4.2rem;
    line-height: 1.8;
  }
}

.topPageBoothSec__wrapContTitleAreaMsg {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContTitleAreaMsg {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.topPageBoothSec__wrapContTitleArea {
  border-bottom: 1px solid #707070;
}

.topPageBoothSec__wrapContInner {
  width: 890px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContInner {
    width: 100%;
  }
}

.topPageBoothSec__wrapContInnerTime {
  font-size: 2.9rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContInnerTime {
    font-size: 2.9rem;
    line-height: 1.8;
  }
}

.topPageBoothSec__wrapContInnerTime::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #193547;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.topPageBoothSec__wrapContList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.topPageBoothSec__wrapContItem {
  max-width: 275px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContItem {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.topPageBoothSec__wrapContItemTitle {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContItemTitle {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.topPageBoothSec__wrapContItemText {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageBoothSec__wrapContItemText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/*====================================================================
topPageYoutobeSec
====================================================================*/
.topPageYoutobeSec__wrap {
  margin: 76px auto 50px;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrap {
    margin-top: 30px;
  }
}

.topPageYoutobeSec__wrapCont {
  max-width: 890px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #fbe6c1;
  padding: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapCont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.topPageYoutobeSec__wrapContInnerTitle {
  font-size: 4.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #790a0a;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapContInnerTitle {
    font-size: 2.9rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapContInnerTitle {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.topPageYoutobeSec__wrapContInnerText {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapContInnerText {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.topPageYoutobeSec__bgArea {
  width: 668px;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__bgArea {
    width: 100%;
    margin: 20px auto;
  }
}

.topPageYoutobeSec__bgAreaInnerAreaVideo {
  margin: 25px 0 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.topPageYoutobeSec__bgAreaInnerAreaVideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__bgAreaInnerAreaVideo {
    margin-bottom: 25px;
  }
}

.topPageYoutobeSec__bgAreaBnrLink {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #484200;
  width: 470px;
  margin: 20px auto 0;
  display: block;
  border: 2px solid #484200;
  border-radius: 30px;
  padding: 6px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__bgAreaBnrLink {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageYoutobeSec__bgAreaBnrLink:hover {
    background-color: #fff;
    color: #484200;
  }
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__bgAreaBnrLink {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__bgAreaBnrLink2 {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageYoutobeSec__bgAreaBnrLink2:hover {
    background-color: #fff;
    color: #06086d;
  }
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__bgAreaBnrLink2 {
    width: 100%;
  }
}

/*====================================================================
topPageMapSec
====================================================================*/
.topPageMapSec__wrap {
  background-color: #FDF8D0;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrap {
    padding: 20px 0;
  }
}

.topPageMapSec__wrapCont {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapCont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapCont {
    padding: 20px 0;
  }
}

.topPageMapSec__wrapContMapArea {
  margin: 20px auto 50px;
}

.topPageMapSec__wrapContMapArea iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapContMapArea iframe {
    height: 235px;
  }
}

.topPageMapSec__wrapContTitle {
  font-size: 3.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapContTitle {
    font-size: 3rem;
    line-height: 1.8;
  }
}

.topPageMapSec__wrapContText {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapContText {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.topPageMapSec__wrapContadd {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapContadd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.topPageMapSec__wrapContadd.u-mb60 {
  margin-bottom: 30px;
}

.topPageMapSec__wrapContBorArea {
  width: 100%;
  max-width: 920px;
  border: 1px solid #193547;
  margin: 30px auto;
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapContBorArea {
    width: 96%;
  }
}

.topPageMapSec__wrapContBorAreaText {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageMapSec__wrapContBorAreaText {
    font-size: 2rem;
    line-height: 1.8;
  }
}

/*====================================================================
topPageInfoSec
====================================================================*/
.topPageInfoSec__wrap {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .topPageInfoSec__wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .topPageInfoSec__wrap {
    padding: 0 10px;
  }
}

.topPageInfoSec__wrapCont {
  border: 1px solid #640000;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .topPageInfoSec__wrapCont {
    padding: 20px;
  }
}

.topPageInfoSec__wrapContText {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #640000;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .topPageInfoSec__wrapContText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageInfoSec__wrapContText {
    line-height: 2.2;
  }
}

@media all and (-ms-high-contrast: none) {

  /* ここに書く */
  .topPageYoutobeSec__bgAreaBnrLink {
    padding: 4px 0 0;
  }
}

/*====================================================================
topPageFoodSec
====================================================================*/
.topPageFoodSec__wrap {
  background-color: #C8A981;
  padding: 95px 0;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__wrap {
    padding: 40px 0;
  }
}

.topPageFoodSec__cont {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  padding: 30px 0 50px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__cont {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__cont {
    padding: 30px 15px 40px;
  }
}

.topPageFoodSec__inner {
  width: 970px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__inner {
    width: 100%;
  }
}

.topPageFoodSec__innerTitle {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  color: #6E3F02;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerTitle {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerTitle {
    font-size: 4.2rem;
  }
}

.topPageFoodSec__innerList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerList {
    display: block;
    padding: 0;
  }
}

.topPageFoodSec__innerItem {
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItem {
    max-width: 400px;
    margin: 0 auto 50px;
  }
}

.topPageFoodSec__innerItemTitle {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 10px auto 5px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemTitle {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageFoodSec__innerItemTitle.u-2nd {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemTitle {
    font-size: 2rem;
  }

  .topPageFoodSec__innerItemTitle.u-2nd {
    margin-bottom: 28px;
  }
}

.topPageFoodSec__innerItemCat {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #640000;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 1px 0 5px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemCat {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageFoodSec__innerMsg {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerMsg {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageFoodSec__innerMsg::after {
  content: '';
  position: absolute;
  background-color: #193547;
  width: 14px;
  height: 14px;
  border-radius: 40px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerMsg {
    padding-top: 20px;
    font-size: 2.0rem;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
body {
  min-width: 1040px;
  background: #fff;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

body.js-noScroll {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

/*-----------------------------------------------
PC/SP 出し分け
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

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

  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }

  .u-spDb {
    display: block;
  }

  .u-spDib {
    display: inline-block;
  }

  .u-spDin {
    display: inline;
  }

  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .u-spDt {
    display: table;
  }

  .u-spDtc {
    display: table-cell;
  }
}

/*-----------------------------------------------
サイトコンテンツ
------------------------------------------------*/
/*-----------------------------------------------
文字フェードイン（CSSアニメーション）
------------------------------------------------*/
@-webkit-keyframes mask_fadeIn {
  0% {
    /* x方向の倍率を0に */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* 変換の原点を(0, 0)に指定 */
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  45% {
    /* x方向の倍率を初期値(1倍)に */
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn {
  0% {
    /* x方向の倍率を0に */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* 変換の原点を(0, 0)に指定 */
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  45% {
    /* x方向の倍率を初期値(1倍)に */
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*フッターメール部分*/

.sitefooter_mail {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .sitefooter_mail {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .sitefooter_mail {
    margin-top: 16px;
  }
}


/*プレゼント部分*/
.top_present_section {
  background-color: #f7ddaf;
}

/*セミナー部分赤文字*/

.topPageSeminarSec__wrapContTitleAreaMsg_red {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #c00912;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaMsg_red {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContTitleAreaMsg_red-02 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #c00912;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContTitleAreaMsg_red-02 {
    font-size: 1.8em;
    line-height: 1.8;
  }
}

/*sdgs部分*/
.top_sdgs_section {
  background-color: rgb(241, 241, 241);
  padding-top: 100px;
  padding-bottom: 100px;
}

.sdgstext {
  padding-top: 40px;
  font-size: 1.6rem;
  color: black;
  text-align: center;
}

/*food部分*/

.topPageFoodSec__innerItemPix {
  display: block;
  margin: auto;
  width: 200px;
}


.foodsec {
  padding-top: 20px;
}

.topPageFoodSec__innerItemTitle2 {
  text-align: center;
  font-size: 2.0rem;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #193547;
}

.topPageFoodSec__innerMsg2 {
  padding-top: 30px;
  font-size: 2.0rem;
  color: #640000;
  text-align: center;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*徳光さん予約部分*/

.topPageSeminarSec__wrapReserve_yoyaku {
  width: 732px;
  margin: 0 auto;
  border: 1px solid #193547;
  background-color: rgb(215, 232, 233);
  padding: 30px 20px 60px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserve_yoyaku {
    width: 100%;
    padding-bottom: 30px;
  }
}



/*徳光さん予約部分タイトル*/
.topPageSeminarSec__wrapReserveContText-02 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #680213;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContText-02 {
    font-size: 2.0rem;
    line-height: 2.4;
  }
}

.topPageSeminarSec__wrapReserveContText-02.u-mg20 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContText-02.u-mg20 {
    margin-bottom: 20px;
  }
}

/*徳光さん予約部分タイトル-2*/
.topPageSeminarSec__wrapReserveContText-03 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  padding-bottom: 5 px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContText-03 {
    font-size: 2.0rem;
    line-height: 2.4;
    text-align: center;

  }
}

.topPageSeminarSec__wrapReserveContText-03.u-mg20 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContText-03.u-mg20 {
    margin-bottom: 20px;
  }
}

/*徳光さん予約部分名前*/

.topPageSeminarSec__wrapContInnerItem2clmTextAreaName-02 {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

/*徳光さん予約部分-0926まで*/

.topPageSeminarSec__wrapReserveContBnrLink-2 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #193547;
  width: 470px;
  margin: 20px auto;
  display: block;
  border: 2px solid #193547;
  border-radius: 30px;
  padding: 4px 0 6px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContBnrLink-2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {
  .topPageSeminarSec__wrapReserveContBnrLink-2:hover {
    background-color: #fff;
    color: #193547;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapReserveContBnrLink-2 {
    width: 100%;
    font-weight: 900;
  }
}



/*その他ブーステキスト3カラム本文*/

.topPageextraboothSec__innerMsg {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: 1.5rem;
  color: #2d2a2a;
  line-height: 1.8;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .topPageextraboothSec__innerMsg {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*その他ブーステキスト3カラム本文色*/

.topPageextraboothSec__innerMsg-red {
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #580000;
  line-height: 1.8;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .topPageextraboothSec__innerMsg {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*プレゼントセクション-タイトル*/

.top_present_sectiontitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 800;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ab1717;
  padding-top: 30px;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .top_present_sectiontitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}


.top_present_sectiontitle:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 80px;
  /*線の長さ*/
  height: 4px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #ab1717;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}


/*その他ブーステキスト3カラム子見出し-注釈*/

.topPageFoodSec__innerItemCat-cap {
  font-size: 1.2rem;
  display: block;

  line-height: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemCat-cap {
    font-size: 1.2rem;
    line-height: 1.0;
  }
}

/*徳光さん予約部分受付終了*/

.topPageSeminarSec__wrapContInnerItem2clmTextAreaName-03 {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  color: #690f26;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}



.topPageFoodSec__innerItemCat-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #640000;
  width: 100%;
  height: 60px;
  margin: auto;
  color: #fff;
  border-radius: 50px;
  padding: 1px 0 5px;
}


/*パネルディスカッション*/


.topPageSeminarSec__wrapContInnerItem1clmTitle {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.topPageSeminarSec__wrapContInnerItem1clmTitlepanel {
  margin-bottom: 15px;
  background-color: #5c798a;
  font-size: 2.0rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTitle {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTitle {
    margin-bottom: 10px;
  }
}



@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clm {
    display: block;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmPix {
  width: 174px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmPix {
    margin: 0 auto;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmTextArea {
  text-align: center;
  margin-top: 16px;
  padding-bottom: 20px;

}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTextArea {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmTitle {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTitle {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTitle {
    margin-bottom: 10px;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmTextAreaName {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.topPageSeminarSec__wrapContInnerItem1clmTextAreaNamepanelist {
  font-size: 1.2rem;
  padding: 5px;
  background-color: #9e646e;
  border-radius: 15px;

  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTextAreaName {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmTextAreaMsg {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTextAreaMsg {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmText {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageSeminarSec__wrapContInnerItem1clmTextAreaBntRed {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #640000;
  text-align: center;
  width: 124px;
  border-radius: 30px;
  line-height: 1.6;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTextAreaBntRed {
    font-size: 2rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageSeminarSec__wrapContInnerItem1clmTextAreaBntRed {
    margin: 0 auto 5px;
  }
}

/*富山フェア*/

.topPageYoutobeSec__wrapContInnerTitle_small-toyama {
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #5a0000;
  line-height: 1.4;
  font-weight: 600;
}

.topPageFoodSec__innerItem-toyama {
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItem-toyama {
    max-width: 350px;
    margin: 0 auto 50px;
  }
}

.topPageFoodSec__innerItemTitle-toyama {
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #470c02;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 10px auto;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemTitle-toyama {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageFoodSec__innerItemTitle-toyama.u-2nd {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemTitle-toyama {
    font-size: 2.5rem;
  }

  .topPageFoodSec__innerItemTitle-toyama.u-2nd {
    margin-bottom: 10px;
  }
}

.topPageFoodSec__innerItemCat-toyama {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #640000;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 1px 0 5px;
}

@media screen and (max-width: 768px) {
  .topPageFoodSec__innerItemCat-toyama {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.topPageFoodSec__innerItemCat-2-toyama {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #e2be7b;
  width: 100%;
  height: 40px;
  margin: 5px auto 0px;
  color: #470c02;
  border-radius: 20px;
  padding: 5px;
}

.topPageFoodSec__innerItemPix-toyama {
  display: block;
  margin: 20px auto 3px;
  width: 300px;
}


.topPageextraboothSec__innerMsg-toyama {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: 1.5rem;
  color: #2d2a2a;
  line-height: 1.8;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .topPageextraboothSec__innerMsg-toyama {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topPageYoutobeSec__wrapContInnerText-toyama {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapContInnerText-toyama {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.topPageYoutobeSec__wrapContInnerTitle-toyama {
  font-size: 5.0rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #193547;
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
  text-align: center;
  color: #790a0a;
  line-height: 1.4;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapContInnerTitle-toyama {
    font-size: 3.6rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .topPageYoutobeSec__wrapContInnerTitle-toyama {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}


/*富山フェアゆるきゃら*/

.siteHeader__contTextPix-toyama {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .siteHeader__contTextPix-toyama {
    width: 90%;
    max-width: 373px;
  }
}

/*体験コーナー*/

.event-text-red {
  padding-top: 20px;
  text-align: justify;
  font-size: 1.5rem;
  color: #790a0a;
  line-height: 1.3rem;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-info {
  margin-top: 15px;
  background-color: #efdebe;
  padding: 15px;
}

.event-text-info {
  text-align: justify;
  font-size: 1.4rem;
  color: #000000;
  line-height: 2.5rem;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.event-text-info-bg {
  padding: 3px 2px 2px 3px;
  font-size: 1.4rem;
  background-color: #ffffff;
}

.event-tel {
  text-align: justify;
  font-size: 2.0rem;
  color: #790a0a;
  line-height: 2.5rem;
  font-family: 'Noto Sans JP', 'NotoSansJP-Regular', 'NotoSansJP-Medium', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}