@charset "UTF-8";
/*===============================================
共通のカラー設定     （100）
-------------　共通　----------------------------
デバイス表示切り替え （117:PC）（419:SP）
改行             （126:PC）（428:SP）
header/nav      （134:PC）（436:SP）
footer          （239:PC）（587:SP）
スムーズスクロール  （315:PC）（660:SP）
お問い合わせ       （342:PC）（689:SP）

 ===============================================*/
html,
body,
div,
span,
applet,
object,
h1,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #453F3D;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*===============================================
カラー設定　共通
===============================================*/
.red {
  color: red;
}

body {
  /**イベント終了/中止/アニメーション ***/
}
body .scrollup.is-animated {
  animation: scrollup 3s ease-in-out 1 forwards;
}
@keyframes scrollup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*===============================================
解像度x768px~ CSS (PC)
===============================================*/
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    background-color: #000000;
    /** イベントキャンセルバナー **/
  }
  body #event_cancel {
    width: 300px;
    height: 80px;
    position: fixed;
    bottom: 10px;
    left: 10px;
  }
  p {
    color: #c3c2c2;
    text-shadow: 1px 2px 2px #050505;
    line-height: 140%;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  h2,
  h3 {
    font-weight: bold;
    color: white;
  }
  .sub_page_title {
    text-align: center;
    margin-top: 0px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  /*===============================================
  デバイス表示切り替え： PC
  ===============================================*/
  .pc_only {
    display: block;
  }
  .mobile_only {
    display: none;
  }
  /*===============================================
    改行：PC
    ===============================================*/
  .br_pc::before {
    content: "\a";
    white-space: pre;
  }
  /*===============================================
  header ：PC
  ===============================================*/
  header {
    margin: 0 auto;
  }
  header .logo {
    width: auto;
    height: 165px;
    position: fixed;
    top: 10px;
    left: 30px;
    z-index: 150;
  }
  /*===============================================
  バーガーメニュー（サイドバー） ：PC
  ===============================================*/
  .offcanvas-header {
    padding-bottom: 0px;
    display: flex;
    align-items: self-start;
  }
  .offcanvas-header .logo {
    width: auto;
    height: 80px;
  }
  .offcanvas-header .close_icon {
    color: white;
    font-size: 35px;
    margin-top: 0px;
  }
  .offcanvas-body {
    width: 360px;
  }
  .offcanvas-body li {
    color: white;
    margin: 17px 0px;
    list-style: none;
  }
  .offcanvas-body li .icon {
    color: white;
    margin-right: 10px;
  }
  .offcanvas-body li a {
    color: white;
    text-decoration: none;
    transition: all 0.4s ease 0s;
  }
  .offcanvas-body li a:hover {
    background-color: rgb(0, 0, 0);
    padding: 5px 10px;
  }
  .offcanvas-body .sns_icon {
    color: white;
    font-size: 35px;
  }
  .offcanvas-end {
    background-image: linear-gradient(90deg, rgb(85, 85, 85), rgb(0, 0, 0));
  }
  #sidebar {
    width: 80px;
    height: auto;
    position: fixed;
    float: left;
    right: 0px;
    top: 0px;
    z-index: 100;
  }
  #sidebar ul {
    margin: 20px 0px 0px 0px;
  }
  #sidebar ul li {
    text-align: center;
    margin: 0px 0px 23px;
    list-style: none;
  }
  #sidebar ul li .menu_icon {
    color: #fff;
    font-size: 60px;
  }
  #sidebar ul li .icon {
    width: 65px;
    height: 65px;
  }
  #sidebar ul li a {
    opacity: 1;
    transition: all 0.4s ease 0s;
  }
  #sidebar ul li a:hover {
    opacity: 0.8;
  }
  /*===============================================
     スタイダー
  ===============================================*/
  #slide {
    width: 100%;
    height: 780px;
    margin: 0px auto;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #slide .top_messeege {
    /**若狭おおいのスーパー大火勢 9月9日（土）開催に向け挑戦中！**/
    width: 90%;
    height: auto;
    margin: 40px 5% 0px;
    filter: drop-shadow(1px 5px 3px #000);
  }
  #slide .message_box {
    background-color: hsla(0, 0%, 0%, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
    margin-top: 80px;
    padding: 20px;
    overflow-y: auto;
    height: 170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #slide .message_box a {
    color: hsl(35, 100%, 50%);
    text-decoration: none;
  }
  #slide .message_box a:hover {
    text-decoration: underline;
  }
  #slide .message_box .orenge_font {
    color: hsl(35, 100%, 50%);
  }
  #slide .live_message {
    margin-top: 20px;
    padding: 10px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: hsla(0, 0%, 0%, 0.65);
  }
  #slide .live_message .orenge_font {
    color: hsl(35, 100%, 50%);
  }
  #slide .live_message .title_messeege_mini {
    width: auto;
    height: 60px;
  }
  /*===============================================
  footer：PC
  ===============================================*/
  footer {
    width: 775px;
    margin: 80px 0px 0px 0px;
    float: right;
  }
  footer span {
    color: #D5D5D5;
  }
  footer .boxA_inner {
    width: 387px;
    height: 47px;
    text-align: left;
    color: #D5D5D5;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-size: 12px;
    float: left;
    line-height: 140%;
    margin-left: 21px;
    margin-bottom: 9px;
  }
  footer .footer_logo {
    width: 101px;
    height: 61px;
    float: left;
    margin-right: 18px;
  }
  footer #footer_title {
    width: auto;
    height: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #D5D5D5;
    float: left;
    margin-top: 17px;
  }
  footer .copyright {
    width: 100%;
    text-align: right;
    color: #D5D5D5;
    font-size: 12px;
    margin-bottom: 20px;
  }
  footer .icon-type-nav {
    margin-right: 10px;
  }
  /*===============================================
  ポップアップ
  ===============================================*/
  #page-top {
    position: fixed;
    bottom: 1%;
    right: 1%;
    height: 85px;
    width: 85px;
    margin: 0px;
    float: right;
    text-decoration: none;
  }
  /*===============================================
  お問い合わせ：PC---UPDATE
  ===============================================*/
  #contact_from {
    /* ボタンを大きく */
  }
  #contact_from h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 3px 3px #082337, 1px 3px 3px #082337, 1px 3px 3px #082337;
  }
  #contact_from a {
    color: orange;
    text-decoration: none;
  }
  #contact_from a:hover {
    text-decoration: underline;
  }
  #contact_from table td {
    color: #D5D5D5;
  }
  #contact_from .messege {
    margin: 80px 0px 50px;
  }
  #contact_from .step_panel {
    width: 80%;
    height: auto;
    margin: 0 10% 30px;
  }
  #contact_from .badge {
    margin: 4px 10px 0px 5px;
    float: left;
  }
  #contact_from .form-control {
    background-color: #F6F6F6;
    margin: 10px 0px;
  }
  #contact_from .checkbox_dispbox {
    /* checkbox表示BOX */
    display: block;
    width: 100%;
    height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  #contact_from input[type=checkbox] {
    transform: scale(1.5);
  }
  #contact_from input[type=radio] {
    transform: scale(1.5);
  }
  #contact_from table {
    border-bottom: none;
  }
  /*===============================================
  PC:共通見出し
  ===============================================*/
  .title_box {
    margin: 85px 0px;
    text-align: center;
  }
  .title_box h2 {
    color: #D5D5D5;
    font-size: 40px;
    font-weight: bold;
    font-family: "Noto Serif JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0 auto 5px;
  }
  .title_box .sub_title {
    color: #2286B8;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
  }
  /*===============================================
  PC:共通背景
  ===============================================*/
  .oogase-bg {
    background-image: url("../images/common/oogase-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  /*===============================================
     共通ページ
  ===============================================*/
  #pageimg {
    width: 100%;
    height: 350px;
    background-image: url("../images/common/page-img.jpg");
    background-repeat: no-repeat;
    background-size: 75% auto;
    background-position: center;
  }
  img.banner {
    opacity: 0.85;
    -moz-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    filter: grayscale(10%);
    transition: all 0.4s ease 0s;
  }
  img.banner:hover {
    width: 101%;
    opacity: 1;
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .titile_box {
    /***  ページタイトル  ***/
    margin: 50px 0px 60px 0px;
  }
  .titile_box h2 {
    /***  ページタイトル  ***/
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    margin-top: 2px;
  }
  .orenge_button {
    /** オレンジボタン  **/
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -moz-appearance: none;
         appearance: none;
    color: #000000;
    font-weight: 600;
    width: 80%;
    height: 27px;
    padding: 8px;
    background-color: rgb(255, 150, 0);
    border-radius: 30px;
    transition: all 0.4s ease 0s;
  }
  a .orenge_button:hover {
    /** オレンジボタン  **/
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -moz-appearance: none;
         appearance: none;
    font-weight: 600;
    width: 80% x;
    height: 27px;
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
  }
  .orenge_font_line {
    color: rgb(255, 150, 0);
    border: solid 1px rgb(255, 150, 0);
    width: 100%;
    padding: 0.2rem;
    text-align: center;
  }
  .orenge_font {
    color: rgb(255, 150, 0);
  }
  .black_font {
    color: black;
  }
  /*===============================================
     TOPページ
  ===============================================*/
  #front_page .parking_msbox {
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
  }
  #front_page .parking_msbox a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #front_page .parking_msbox a:hover {
    opacity: 0.8;
  }
  #front_page .parking_msbox .title {
    width: 70%;
    height: auto;
    margin: 0 15%;
  }
  #front_page .parking_msbox .sub_title {
    text-align: center;
    color: yellow;
    margin-bottom: 15px;
  }
  #front_page .parking_msbox .ticket_sw {
    width: 40%;
    height: auto;
    margin: 0 30%;
    margin-bottom: 3%;
    transition: all 0.4s ease 0s;
  }
  #front_page .parking_msbox .ticket_sw:hover {
    opacity: 0.8;
  }
  #front_page .parking_msbox .textbox {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
  }
  #front_page .parking_msbox .textbox_b {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
    border: solid 1px #FFFFFF;
    float: left;
    padding: 10px;
    margin-top: 30px;
  }
  #front_page .parking_msbox .font_yellow {
    color: yellow;
  }
  #front_page .oogase_abut_box {
    /** 大火勢 **/
    width: 100%;
    height: 340px;
    background-image: url("../images/top-page/About_oogase.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.4s ease 0s;
    opacity: 0.8;
  }
  #front_page .oogase_abut_box:hover {
    width: 100%;
    height: 340px;
    background-image: url("../images/top-page/About_oogase.jpg");
    background-repeat: no-repeat;
    background-size: 102%;
    opacity: 1;
  }
  #front_page .oogase_abut_box p {
    /** 大火勢 **/
    width: 48%;
    height: auto;
    margin: 12% 0% 0% 2%;
    float: left;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 178%;
    text-shadow: 0px 0px 5px #d1d2ce;
  }
  #front_page .banner {
    width: 75%;
    height: auto;
    margin: 30px 12.5%;
  }
  #front_page .banner:hover {
    width: 78%;
    height: auto;
    margin: 30px 11%;
  }
  /*===============================================
  　大火勢とは？    
  ===============================================*/
  #abut_us h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 3px 3px #082337, 1px 3px 3px #082337, 1px 3px 3px #082337;
  }
  #abut_us h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 28px;
    margin-top: 2px;
    color: white;
  }
  #abut_us .fa-video {
    color: white;
    margin: 0px 10px 0px;
  }
  /*===============================================
  入場チケットの販売のお知らせ/ 有料観覧席販売のお知らせ
  ===============================================*/
  #info_ticket h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 3px 3px #082337, 1px 3px 3px #082337, 1px 3px 3px #082337;
  }
  #info_ticket span {
    color: #D5D5D5;
  }
  #info_ticket a {
    color: orange;
    text-decoration: none;
  }
  #info_ticket a:hover {
    text-decoration: underline;
  }
  #info_ticket h2 {
    font-size: 25px;
    margin: 10px 0px;
  }
  #info_ticket table tr {
    border-bottom: solid 1px #575757;
  }
  #info_ticket table tr {
    width: 30%;
    padding: 15px 10px;
  }
  #info_ticket table td {
    width: 70%;
    padding: 15px 10px;
  }
  #info_ticket .buy_ticket {
    width: 50%;
    height: auto;
    margin: 20px 25%;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
  }
  #info_ticket .buy_ticket:hover {
    opacity: 0.8;
  }
  /*===============================================
  広報誌
  ===============================================*/
  #pr_magazine h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 3px 3px #082337, 1px 3px 3px #082337, 1px 3px 3px #082337;
  }
  #pr_magazine span {
    color: #D5D5D5;
  }
  #pr_magazine a {
    color: orange;
    text-decoration: none;
  }
  #pr_magazine a:hover {
    text-decoration: underline;
  }
  #pr_magazine .serect-contena {
    margin-bottom: 75px;
    text-align: center;
  }
  #pr_magazine .serect-contena serect {
    width: 100%;
  }
  #pr_magazine .magezine_image {
    width: 80%;
    height: auto;
    margin: 50px 10% 10px;
    transition: all 0.4s ease 0s;
  }
  #pr_magazine .magezine_image:hover {
    opacity: 0.8;
  }
  #pr_magazine .magezine_download {
    width: 70%;
    height: auto;
    margin: 0 15% 115px;
    transition: all 0.4s ease 0s;
  }
  #pr_magazine .magezine_download:hover {
    opacity: 0.8;
  }
  #pr_magazine .magezine_serecter {
    width: 70%;
    height: auto;
    margin: 0 15%;
    padding: 5px;
    border-right: 30px;
  }
  #pr_magazine .magezine_serecter_sw {
    width: 70%;
    height: auto;
    margin: 0 15%;
    padding: 5px;
    border-right: 30px;
  }
  #pr_magazine .pdf-icon {
    height: 50px;
    width: auto;
    float: left;
    margin: 0 15px 0px 0px;
  }
  #pr_magazine .dropdown-menu {
    background: #414040;
  }
  #pr_magazine .dropdown-menu a:hover {
    background: #181818;
    text-decoration: none;
  }
  #pr_magazine .dropdown-divider {
    color: rgb(255, 255, 255);
  }
  /*===============================================
  　大火勢会場周辺の案内MAP  
  ===============================================*/
  #grounds_map h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  #grounds_map .ground-map-guid_box {
    width: 23%;
    height: 295px;
    border: solid 1px rgb(255, 150, 0);
    border-radius: 10px;
    text-align: center;
    padding: 2%;
    margin: 45px 1%;
    float: left;
  }
  #grounds_map .ground-map-guid_box img {
    width: 70%;
    height: auto;
    margin: 8px 15%;
  }
  #grounds_map .ground-map-guid_box p {
    text-align: left;
  }
  /*===============================================
  会場までのアクセス(駐車場)  
  ===============================================*/
  /**入場チケット・観覧席・駐車場の販売**/
  #access_parking_sec01 {
    /**6つのオレンジボタン***/
  }
  #access_parking_sec01 h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-align: center;
  }
  #access_parking_sec01 .parking_msbox {
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
  }
  #access_parking_sec01 .parking_msbox a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #access_parking_sec01 .parking_msbox a:hover {
    opacity: 0.8;
  }
  #access_parking_sec01 .parking_msbox .title {
    width: 70%;
    height: auto;
    margin: 0 15%;
  }
  #access_parking_sec01 .parking_msbox .sub_title {
    text-align: center;
    color: yellow;
    margin-bottom: 15px;
  }
  #access_parking_sec01 .parking_msbox .ticket_sw {
    width: 40%;
    height: auto;
    margin: 0 30%;
    margin-bottom: 3%;
    transition: all 0.4s ease 0s;
  }
  #access_parking_sec01 .parking_msbox .ticket_sw:hover {
    opacity: 0.8;
  }
  #access_parking_sec01 .parking_msbox .textbox {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
  }
  #access_parking_sec01 .parking_msbox .textbox_b {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
    border: solid 1px #FFFFFF;
    float: left;
    padding: 10px;
    margin-top: 30px;
  }
  #access_parking_sec01 .parking_msbox .font_yellow {
    color: yellow;
  }
  #access_parking_sec01 .access-icon {
    width: 15%;
    height: auto;
    margin: 0 0.5%;
    transition: all 0.4s ease 0s;
  }
  #access_parking_sec01 .access-icon:hover {
    opacity: 0.8;
  }
  #access_parking_sec02 {
    background-image: linear-gradient(180deg, rgb(2, 62, 116) 0%, rgb(0, 14, 38) 100%);
    /****  紺色背景  **/
    margin: 95px 0px;
    padding-bottom: 50px;
    overflow: hidden;
    /***　臨時駐車場パネル　***/
  }
  #access_parking_sec02 .access_parking_title {
    width: 100%;
    text-align: center;
    margin: 80px 0px;
  }
  #access_parking_sec02 .access_parking_title h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec02 .access_parking_title .sub_title {
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec02 .access_parking_title .icon {
    color: white;
    margin-right: 10px;
  }
  #access_parking_sec02 .parking_msbox {
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
  }
  #access_parking_sec02 .parking_msbox a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #access_parking_sec02 .parking_msbox a:hover {
    opacity: 0.8;
  }
  #access_parking_sec02 .parking_msbox h3 {
    font-size: 20px;
    margin: 10px 0px;
    text-align: left;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 15px 10px;
    border-bottom: 2px solid hsl(0, 0%, 82%);
    line-height: 140%;
  }
  #access_parking_sec02 .parking_msbox table tr {
    border-bottom: solid 1px #575757;
  }
  #access_parking_sec02 .parking_msbox table tr {
    width: 30%;
    padding: 15px 10px;
  }
  #access_parking_sec02 .parking_msbox table td {
    width: 70%;
    padding: 15px 10px;
  }
  #access_parking_sec02 .access_panel {
    width: 30%;
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    text-align: center;
    padding: 10px 1%;
    margin: 0 1%;
    overflow: hidden;
    /**バスの表示**/
    /**完売の表示**/
    /**MAPボタン表示**/
  }
  #access_parking_sec02 .access_panel .paking_title {
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f8f9fa;
    padding: 5px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #001E40;
  }
  #access_parking_sec02 .access_panel a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #access_parking_sec02 .access_panel a:hover {
    opacity: 0.8;
  }
  #access_parking_sec02 .access_panel span {
    color: rgb(255, 253, 253);
    text-align: right;
  }
  #access_parking_sec02 .access_panel .bas_info {
    height: 40px;
    margin-bottom: 20px;
  }
  #access_parking_sec02 .access_panel .parking_ticket {
    height: 40px;
    margin-bottom: 20px;
  }
  #access_parking_sec02 .access_panel .btn {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  #access_parking_sec02 .access_panel .arrow {
    height: 30px;
    margin: 5% 0%;
  }
  #access_parking_sec03 {
    /**  臨時ダイア **/
  }
  #access_parking_sec03 .access_train_title {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  #access_parking_sec03 .access_train_title h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec03 .access_train_title .sub_title {
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec03 .sub_title_box {
    margin: 50px 0px 15px;
    padding: 0px 0px 0px 10px;
  }
  #access_parking_sec03 .sub_title_box h3 {
    font-size: 25px;
  }
  #access_parking_sec03 .access_train_box {
    /**  臨時ダイア **/
    width: 100%;
    height: auto;
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    text-align: center;
    padding: 2%;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
  }
  #access_parking_sec03 .train_name {
    width: 90%;
    margin: 0px 5% 5px;
    color: white;
    font-weight: 800;
    border-bottom: solid 1px rgb(201, 201, 201);
    padding-bottom: 8px;
    font-size: 0.95em;
  }
  #access_parking_sec03 .train_name_icon {
    margin-right: 10px;
    color: white;
  }
  #access_parking_sec03 .arrow {
    height: 30px;
    margin: 5% 0%;
  }
  /*===============================================
   当日のイベントプログラム 
  ===============================================*/
  #program h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 3px 3px #082337, 1px 3px 3px #082337, 1px 3px 3px #082337;
  }
  #program h2 {
    font-size: 25px;
    margin: 10px 0px;
  }
  #program .event-title {
    font-size: 1.7rem;
    color: white;
    font-weight: 800;
    float: left;
    margin-top: 80px;
    margin-bottom: 8px;
  }
  #program .rounded-box {
    border-radius: 20px;
    border: solid 1px #8F8F8F;
    height: auto;
    float: left;
    padding: 25px 15px;
    backdrop-filter: blur(10px);
    /*すりガラス用プロパティ*/
    -webkit-backdrop-filter: blur(10px);
    /*ベンダープレフィックス*/
    background: rgba(0, 0, 0, 0.4);
  }
  #program .rounded-box .txt_box {
    width: 50%;
    float: left;
  }
  #program .rounded-box .txt_box .event_sub_title {
    font-size: 1.125rem;
    font-weight: 800;
    color: rgb(255, 150, 0);
    border-bottom: solid 1px rgb(255, 150, 0);
    margin: 0px 0px 30px 0px;
    padding-bottom: 3px;
  }
  #program .rounded-box .photo {
    width: 46%;
    height: auto;
    margin: 0px 2%;
    float: left;
  }
  #program .rounded-box .orange_font {
    color: rgb(255, 150, 0);
  }
  #program .rounded-box .event_box {
    float: left;
    margin-bottom: 50px;
  }
  #program .rounded-box .time_p {
    background-color: rgb(255, 150, 0);
    padding: 3px 10px 0px 10px;
    color: black;
    font-weight: 800;
    float: right;
  }
  /*===============================================
  privacy_policy:PC
    ===============================================*/
  #privacy_policy a {
    color: orange;
    text-decoration: none;
  }
  #privacy_policy a:hover {
    text-decoration: underline;
  }
  #privacy_policy h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
  }
  #privacy_policy h2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    padding-left: 10px;
    border-left: solid 5px #FFF;
  }
  #privacy_policy ul {
    list-style: none;
    margin: 40px 0px;
  }
  #privacy_policy ul li {
    margin-bottom: 5px;
    color: #D5D5D5;
  }
  /*===============================================
  解像度x CSS (PC)END
  ===============================================*/
}
/*===============================================
解像度x767px~ CSS (SP)
===============================================*/
@media screen and (max-width: 767px) {
  body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background-color: #080808;
    overflow-x: hidden;
    /** イベントキャンセルバナー **/
  }
  body #event_cancel {
    width: 54%;
    height: auto;
    margin: 0% 20%;
    position: fixed;
    bottom: 5px;
  }
  p {
    color: #BFBFBF;
    text-shadow: 1px 2px 2px #050505;
    line-height: 140%;
  }
  /*===============================================
  デバイス表示切り替え：SP
  ===============================================*/
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  /*===============================================
  改行：SP
  ===============================================*/
  .br_sp::before {
    content: "\a";
    white-space: pre;
  }
  /*===============================================
  header グローバルナビ:SP
  ===============================================*/
  header {
    width: 100%;
    height: 60px;
    padding: 2px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: hsl(0, 0%, 12%);
    background-image: linear-gradient(180deg, rgb(70, 70, 70) 0%, rgb(0, 0, 0) 100%);
    /**SP**/
  }
  header .logo {
    width: auto;
    height: 60px;
    margin: 15px 0px 0px;
  }
  header .close_icon {
    color: white;
    font-size: 35px;
  }
  /*===============================================
  バーガーメニュー（サイドバー） ：SP
  ===============================================*/
  #sidebar {
    display: none;
  }
  .offcanvas-header {
    padding-bottom: 0px;
    display: flex;
    align-items: self-start;
  }
  .offcanvas-header .logo {
    width: auto;
    height: 60px;
  }
  .offcanvas-header .close_icon {
    color: white;
    font-size: 35px;
    margin-top: 0px;
  }
  .offcanvas-body {
    width: 100%;
  }
  .offcanvas-body li {
    color: white;
    margin: 25px 0px;
    list-style: none;
    font-size: 1.1em;
  }
  .offcanvas-body li .icon {
    color: white;
    margin-right: 10px;
  }
  .offcanvas-body li a {
    color: white;
    text-decoration: none;
    transition: all 0.4s ease 0s;
  }
  .offcanvas-body li a:hover {
    background-color: rgb(0, 0, 0);
    padding: 5px 10px;
  }
  .offcanvas-body .sns_icon {
    color: white;
    font-size: 35px;
  }
  .offcanvas-end {
    background-image: linear-gradient(90deg, rgb(85, 85, 85), rgb(0, 0, 0));
  }
  /*===============================================
  footer：SP
  ===============================================*/
  footer {
    width: 100%;
    margin: 80px 0px 0px 0px;
    display: flex;
    flex-direction: column;
  }
  footer span {
    color: #D5D5D5;
  }
  footer .boxA_inner {
    width: 100 footer .boxA_inner;
    text-align: left;
    font-size: 0.8em;
    color: #D5D5D5;
    margin: 0px;
  }
  footer a {
    color: rgb(255, 150, 0);
  }
  footer .footer_logo {
    width: 35%;
    height: auto;
    margin: 10px 30% 5px;
  }
  footer #footer_title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #D5D5D5;
    text-align: center;
    margin: 0px auto 10px;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    color: #D5D5D5;
    font-size: 12px;
    margin: 10px auto;
  }
  /*===============================================
  slide：SP
  ===============================================*/
  #slide {
    background-image: url(../images/slide/slide01.webp);
    background-size: cover;
    min-height: 230px;
  }
  #slide .top_messeege {
    /**若狭おおいのスーパー大火勢 9月9日（土）開催に向け挑戦中！**/
    width: 85%;
    height: auto;
    margin: 20px 12.5% 0px;
    filter: drop-shadow(1px 5px 3px #000);
  }
  #slide .message_box {
    background-color: hsla(0, 0%, 0%, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow-y: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 95%;
    min-height: 80px;
    margin: 10px 2.5%;
    padding: 10px;
  }
  #slide .message_box p {
    font-size: 0.9em;
  }
  #slide .message_box a {
    color: hsl(35, 100%, 50%);
    text-decoration: none;
  }
  #slide .message_box a:hover {
    text-decoration: underline;
  }
  #slide .message_box .orenge_font {
    color: hsl(35, 100%, 50%);
  }
  #slide .live_message {
    margin-top: 10px;
    padding: 5px 0px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: hsla(0, 0%, 0%, 0.65);
  }
  #slide .live_message p {
    font-size: 0.9em;
  }
  #slide .live_message .orenge_font {
    color: hsl(35, 100%, 50%);
  }
  #slide .live_message .title_messeege_mini {
    width: 80%;
    height: auto;
    margin: 0px 10%;
  }
  /*===============================================
  スムーズスクロール：SP
  ===============================================*/
  #retern {
    width: 100%;
  }
  #retern #page-top {
    position: fixed;
    bottom: 90px;
    right: 0px;
    height: 135px;
    width: 40px;
    text-align: center;
    background-color: #063156;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #retern .page_top_icon {
    margin-top: 20px;
  }
  #retern a {
    text-decoration: none;
  }
  /*===============================================
     共通ページ
  ===============================================*/
  .oogase-bg {
    /*** SP背景セット　有料回覧席・イベント・お問い合わせ・図画コンテスト ***/
    background-image: url("../images/common/oogase_bg_SP.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .ura-bg {
    /*** SP背景セット 裏ツアー専用 ***/
    background-image: url("../images/common/ura_bg_SP.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .other-bg {
    /*** SP背景セット　会場案内・アクセス ***/
    background-image: url("../images/common/other_bg_SP.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  /*===============================================
    TOPページ
  ===============================================*/
  #front_page .parking_msbox {
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
  }
  #front_page .parking_msbox a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #front_page .parking_msbox a:hover {
    opacity: 0.8;
  }
  #front_page .parking_msbox .title {
    /**タイトル画像**/
    width: 50%;
    height: auto;
    margin: 10px 25% 15px;
  }
  #front_page .parking_msbox .sub_title {
    text-align: center;
    color: yellow;
    margin-bottom: 15px;
  }
  #front_page .parking_msbox .ticket_sw {
    width: 80%;
    height: auto;
    margin: 0 10%;
    margin-bottom: 3%;
    transition: all 0.4s ease 0s;
  }
  #front_page .parking_msbox .ticket_sw:hover {
    opacity: 0.8;
  }
  #front_page .parking_msbox .textbox {
    width: 90%;
    height: auto;
    margin: 0 2.5%;
  }
  #front_page .parking_msbox .textbox_b {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
    border: solid 1px #FFFFFF;
    float: left;
    padding: 10px;
    margin-top: 30px;
  }
  #front_page .parking_msbox .font_yellow {
    color: yellow;
  }
  #front_page .orenge_font {
    color: orange;
  }
  #front_page .oogase_abut_box {
    width: 100%;
    height: 100%;
    min-height: 260px;
    background-image: url(../images/top-page/SP_About_oogase.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #front_page .oogase_abut_box p {
    /** 大火勢 **/
    width: 95%;
    height: auto;
    margin: 58% 0% 0% 2%;
    float: left;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 140%;
    text-shadow: 0px 0px 5px #d1d2ce;
  }
  #front_page .t-box_C {
    border: 1px solid hsl(0, 0%, 79%);
    overflow: hidden;
    margin: 10px 0px;
  }
  #front_page .banner {
    width: 95%;
    height: auto;
    margin: 30px 2.5% 0px;
  }
  /*===============================================
  お問い合わせ：SP---UPDATE
  ===============================================*/
  #contact_from {
    /* ボタンを大きく */
  }
  #contact_from .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #contact_from .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #contact_from .messege {
    margin: 40px 0px;
  }
  #contact_from .badge {
    margin: 4px 10px 0px 5px;
    float: left;
  }
  #contact_from input[type=checkbox] {
    transform: scale(1.5);
  }
  #contact_from input[type=radio] {
    transform: scale(1.5);
  }
  #contact_from table {
    border-bottom: none;
  }
  /*===============================================
  　大火勢とは？    
  ===============================================*/
  #abut_us .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #abut_us .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #abut_us h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 28px;
    margin-top: 2px;
    color: white;
  }
  #abut_us .fa-video {
    color: white;
    margin: 0px 10px 0px;
  }
  /*===============================================
  入場チケットの販売のお知らせ/ 有料観覧席販売のお知らせ
  ===============================================*/
  #info_ticket .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #info_ticket .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #info_ticket span {
    color: #D5D5D5;
  }
  #info_ticket a {
    color: orange;
    text-decoration: none;
  }
  #info_ticket a:hover {
    text-decoration: underline;
  }
  #info_ticket .ticket_icon {
    width: 80%;
    height: auto;
    margin: 10px 10% 30px;
  }
  #info_ticket .orenge_font {
    color: rgb(255, 150, 0);
  }
  #info_ticket h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0px;
    color: white;
  }
  #info_ticket table {
    width: 100%;
  }
  #info_ticket table tr {
    border-bottom: solid 1px #575757;
  }
  #info_ticket table tr th {
    color: #ffffff;
    font-weight: bold;
    background-color: #555454;
    width: 100%;
    padding: 15px 10px;
    float: left;
  }
  #info_ticket table tr td {
    width: 100%;
    padding: 15px 10px;
    float: left;
  }
  #info_ticket .buy_ticket {
    width: 80%;
    height: auto;
    margin: 20px 10%;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
  }
  #info_ticket .buy_ticket:hover {
    opacity: 0.8;
  }
  /*===============================================
  広報誌
  ===============================================*/
  #pr_magazine .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #pr_magazine .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #pr_magazine span {
    color: #D5D5D5;
  }
  #pr_magazine a {
    color: orange;
    text-decoration: none;
  }
  #pr_magazine a:hover {
    text-decoration: underline;
  }
  #pr_magazine .serect-contena {
    margin-bottom: 75px;
    text-align: center;
  }
  #pr_magazine .serect-contena serect {
    width: 100%;
  }
  #pr_magazine .magezine_image {
    width: 80%;
    height: auto;
    margin: 50px 10% 10px;
    transition: all 0.4s ease 0s;
  }
  #pr_magazine .magezine_image:hover {
    opacity: 0.8;
  }
  #pr_magazine .magezine_download {
    width: 70%;
    height: auto;
    margin: 0 15% 115px;
    transition: all 0.4s ease 0s;
  }
  #pr_magazine .magezine_download:hover {
    opacity: 0.8;
  }
  #pr_magazine .magezine_serecter {
    width: 70%;
    height: auto;
    margin: 0 15%;
    padding: 5px;
    border-right: 30px;
  }
  #pr_magazine .magezine_serecter_sw {
    width: 70%;
    height: auto;
    margin: 0 15%;
    padding: 5px;
    border-right: 30px;
  }
  #pr_magazine .pdf-icon {
    height: 50px;
    width: auto;
    float: left;
    margin: 0 15px 0px 0px;
  }
  #pr_magazine .dropdown-menu {
    background-color: #333333;
  }
  #pr_magazine .dropdown-menu a:hover {
    background: #000;
    text-decoration: none;
  }
  /*===============================================
  　大火勢会場周辺の案内MAP  
  ===============================================*/
  #grounds_map .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #grounds_map .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #grounds_map .ground-map-guid_box {
    width: 45%;
    height: auto;
    border: solid 1px rgb(255, 150, 0);
    border-radius: 10px;
    padding: 2%;
    margin: 10px 2.5%;
    float: left;
  }
  #grounds_map .ground-map-guid_box img {
    width: 70%;
    height: auto;
    margin: 8px 15%;
  }
  #grounds_map .ground-map-guid_box p {
    font-size: 0.9em;
  }
  /*===============================================
  会場までのアクセス(駐車場)  
  ===============================================*/
  /**入場チケット・観覧席・駐車場の販売**/
  #access_parking_sec01 {
    /**6つのオレンジボタン***/
  }
  #access_parking_sec01 .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #access_parking_sec01 .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec01 .parking_msbox {
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
  }
  #access_parking_sec01 .parking_msbox a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #access_parking_sec01 .parking_msbox a:hover {
    opacity: 0.8;
  }
  #access_parking_sec01 .parking_msbox .title {
    /**タイトル画像**/
    width: 50%;
    height: auto;
    margin: 10px 25% 15px;
  }
  #access_parking_sec01 .parking_msbox .sub_title {
    text-align: center;
    color: yellow;
    margin-bottom: 15px;
  }
  #access_parking_sec01 .parking_msbox .ticket_sw {
    width: 80%;
    height: auto;
    margin: 0 10%;
    margin-bottom: 3%;
    transition: all 0.4s ease 0s;
  }
  #access_parking_sec01 .parking_msbox .ticket_sw:hover {
    opacity: 0.8;
  }
  #access_parking_sec01 .parking_msbox .textbox {
    width: 90%;
    height: auto;
    margin: 0 2.5%;
  }
  #access_parking_sec01 .parking_msbox .textbox_b {
    width: 85%;
    height: auto;
    margin: 0 7.5%;
    border: solid 1px #FFFFFF;
    float: left;
    padding: 10px;
    margin-top: 30px;
  }
  #access_parking_sec01 .parking_msbox .font_yellow {
    color: yellow;
  }
  #access_parking_sec01 .orenge_font {
    color: orange;
  }
  #access_parking_sec01 .access-icon {
    width: 30%;
    height: auto;
    margin: 0 1%;
    transition: all 0.4s ease 0s;
  }
  #access_parking_sec01 .access-icon:hover {
    opacity: 0.8;
  }
  #access_parking_sec02 {
    background-image: linear-gradient(180deg, rgb(2, 62, 116) 0%, rgb(0, 14, 38) 100%);
    /****  紺色背景  **/
    margin: 95px 0px;
    padding-bottom: 50px;
    overflow: hidden;
    /***　臨時駐車場パネル　***/
  }
  #access_parking_sec02 .access_parking_title {
    width: 100%;
    text-align: center;
    margin: 40px 0px;
  }
  #access_parking_sec02 .access_parking_title h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec02 .access_parking_title .sub_title {
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec02 .access_parking_title .icon {
    color: white;
    margin-right: 10px;
  }
  #access_parking_sec02 .parking_msbox {
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    padding: 2%;
    overflow: hidden;
  }
  #access_parking_sec02 .parking_msbox a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #access_parking_sec02 .parking_msbox a:hover {
    opacity: 0.8;
  }
  #access_parking_sec02 .parking_msbox h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
    text-align: left;
    color: #FFFFFF;
    padding: 15px 10px;
    border-bottom: 2px solid hsl(0, 0%, 82%);
    line-height: 140%;
  }
  #access_parking_sec02 .parking_msbox table {
    width: 100%;
  }
  #access_parking_sec02 .parking_msbox table th {
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    background-color: #005f96;
    float: left;
  }
  #access_parking_sec02 .parking_msbox table td {
    width: 100%;
    padding: 15px 10px;
    float: left;
  }
  #access_parking_sec02 .orenge_font {
    color: orange;
  }
  #access_parking_sec02 .access_panel {
    width: 95%;
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    text-align: center;
    padding: 10px 2.5%;
    margin: 20px 2.5%;
    overflow: hidden;
    /**バスの表示**/
    /**完売の表示**/
    /**MAPボタン表示**/
  }
  #access_parking_sec02 .access_panel .paking_title {
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f8f9fa;
    padding: 5px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #001E40;
  }
  #access_parking_sec02 .access_panel a {
    color: rgb(255, 150, 0);
    text-decoration: underline;
  }
  #access_parking_sec02 .access_panel a:hover {
    opacity: 0.8;
  }
  #access_parking_sec02 .access_panel span {
    color: rgb(255, 253, 253);
    text-align: right;
  }
  #access_parking_sec02 .access_panel .bas_info {
    height: 40px;
    margin-bottom: 20px;
  }
  #access_parking_sec02 .access_panel .parking_ticket {
    height: 40px;
    margin-bottom: 20px;
  }
  #access_parking_sec02 .access_panel .btn {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  #access_parking_sec02 .access_panel .arrow {
    height: 30px;
    margin: 5% 0%;
  }
  #access_parking_sec03 {
    /**  臨時ダイア **/
  }
  #access_parking_sec03 .access_train_title {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
  #access_parking_sec03 .access_train_title h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec03 .access_train_title .sub_title {
    font-size: 20px;
    font-weight: bold;
    color: white;
  }
  #access_parking_sec03 .sub_title_box {
    margin: 50px 0px 15px;
    padding: 0px 0px 0px 10px;
  }
  #access_parking_sec03 .sub_title_box h3 {
    font-size: 18px;
    color: white;
    font-weight: bold;
  }
  #access_parking_sec03 .access_train_box {
    /**  臨時ダイア **/
    width: 100%;
    height: auto;
    border: solid 1px rgb(201, 201, 201);
    border-radius: 10px;
    text-align: center;
    padding: 2%;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  #access_parking_sec03 .train_name {
    width: 90%;
    margin: 0px 5% 5px;
    color: white;
    font-weight: 800;
    border-bottom: solid 1px rgb(201, 201, 201);
    padding-bottom: 8px;
    font-size: 0.95em;
  }
  #access_parking_sec03 .train_name_icon {
    margin-right: 10px;
    color: white;
  }
  #access_parking_sec03 .arrow {
    height: 30px;
    margin: 5% 0%;
  }
  /*===============================================
  当日のイベントプログラム 
  ===============================================*/
  #program .title_box {
    margin: 50px 0px 40px 0px;
    text-align: center;
    float: left;
    width: 100%;
  }
  #program .title_box h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
  }
  #program h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 10px 5px;
    color: white;
  }
  #program .event-title {
    font-size: 1.7rem;
    color: white;
    font-weight: 800;
    float: left;
    margin-top: 80px;
    margin-bottom: 8px;
  }
  #program .rounded-box {
    width: 100%;
    padding: 2.5%;
    border-radius: 10px;
    border: solid 1px #8F8F8F;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  #program .rounded-box .txt_box {
    width: 100%;
  }
  #program .rounded-box .txt_box .event_sub_title {
    font-size: 1.125rem;
    font-weight: 800;
    color: rgb(255, 150, 0);
    border-bottom: solid 1px rgb(255, 150, 0);
    margin: 0px 0px 30px 0px;
    padding-bottom: 3px;
  }
  #program .rounded-box .photo {
    width: 100%;
    height: auto;
    margin: 20px 0px;
  }
  #program .rounded-box .orange_font {
    color: rgb(255, 150, 0);
  }
  #program .rounded-box .event_box {
    float: left;
    margin-bottom: 50px;
  }
  #program .rounded-box .time_p {
    background-color: rgb(255, 150, 0);
    padding: 3px 10px 0px 10px;
    color: black;
    font-weight: 800;
    float: right;
  }
  /*===============================================
  privacy_policy:PC
  ===============================================*/
  #privacy_policy a {
    color: orange;
    text-decoration: none;
  }
  #privacy_policy a:hover {
    text-decoration: underline;
  }
  #privacy_policy h1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 38px;
    font-weight: bold;
    color: white;
  }
  #privacy_policy h2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    padding-left: 10px;
    border-left: solid 5px #FFF;
  }
  #privacy_policy ul {
    list-style: none;
    margin: 40px 0px;
  }
  #privacy_policy ul li {
    margin-bottom: 5px;
    color: #D5D5D5;
  }
  /*===============================================
  解像度x CSS (SP)END
  ===============================================*/
}
/*===============================================
お問い合わせフォーム　共通パーツ
===============================================*/
/* 点滅 */
.blinking {
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フォームの中 */
.form-control {
  background-color: #F6F6F6;
  margin: 10px 0px;
}

.checkbox_dispbox {
  /* checkbox表示BOX */
  display: block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 40px;
}

/* チェックBOXボタンを大きく */
input[type=checkbox] {
  transform: scale(1.5);
}

/* ラジオボタンを大きく */
input[type=radio] {
  transform: scale(1.5);
}

.form-check {
  /* チェックBOX・ラジオボタンの高さ調整 */
  margin-bottom: 10px;
}

/*===============================================
モーダルウインドウ メール送信  お問い合わせ 共通パーツ
==============================================*/
.fadeshowbox-text {
  color: hsl(0, 1%, 17%);
}

.alert-disp {
  display: block;
  margin-bottom: 20px;
}

.shadow_box {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.54);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*===============================================
共通　/** スクロールバー デザインカスタマイズ
===============================================*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #A2A2A2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #575757;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */