@charset "UTF-8";
/*----------------------------------------------------------------------------
************************************PC****************************************
----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Layout

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  .layout {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    height: 300px;
    background: url(../images/common/wrap_bg.jpg) top center;
    background-size: auto;
    background-attachment: fixed;
    box-shadow: inset 0 -8px 8px rgba(0, 0, 0, 0.4);
  }
  /* ==== Header === */
  #hd {
    position: relative;
    height: 100%;
  }
  /* ==== Navigation === */
  #nav {
    position: absolute;
    top: 40px;
    right: 10px;
    width: calc(100% - 25vw);
  }
  #nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
  }
  #nav ul li {
    width: -moz-max-content;
    width: max-content;
  }
  #nav ul li a {
    display: block;
    padding: 4px 6px;
    background: #fff;
    color: #bb1111;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 1px solid #bb1111;
    transition: All 0.5s ease;
  }
  #nav ul li a:focus, #nav ul li a:hover, #nav ul li a.current {
    background: #bb1111;
    color: #fff;
    border-radius: 20px;
  }
  #menu {
    display: none;
  }
  /* ==== Content === */
  #con_bg {
    background: url(../images/common/con_bg.jpg) repeat-x top center;
  }
  #con_bg #con {
    display: flex;
    gap: 20px;
  }
  #con_bg #con #sidenav {
    width: 100%;
    max-width: 220px;
    margin-top: 20px;
  }
  #con_bg #con #sidenav ul {
    padding: 0;
  }
  #con_bg #con #sidenav ul li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 5px 12px 23px;
    background: url(../images/common/sidenav_icon.png) no-repeat 6px center;
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    border-bottom: 1px dotted #CCC;
    transition: all 0.5s ease;
  }
  #con_bg #con #sidenav ul li a:focus, #con_bg #con #sidenav ul li a:hover {
    padding-left: 28px;
    opacity: 0.6;
  }
  #con_bg #con #main {
    width: 100%;
    max-width: 720px;
    margin-top: 20px;
    /* ol,ul */
    /* table */
    /* img */
  }
  #con_bg #con #main ol {
    padding: 5px 0px 5px 25px;
  }
  #con_bg #con #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc;
  }
  #con_bg #con #main ol li,
  #con_bg #con #main ul li {
    padding: 5px 0px;
  }
  #con_bg #con #main table {
    margin: 10px 0px;
  }
  #con_bg #con #main table th, #con_bg #con #main table td {
    padding: 5px;
  }
  #con_bg #con #main img {
    max-width: 100%;
  }
  #con_bg #con #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #con_bg #con #main a img:focus, #con_bg #con #main a img:hover {
    transform: scale(0.9);
  }
  .shrink:focus, .shrink:active {
    transform: scale(0.9);
  }
  /* ==== Footer === */
  #ft {
    margin-top: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #bb1111;
    color: #fff;
    text-align: center;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Head

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  h1 .img, h2 .img, h3 .img, h4 .img, h5 .img, h6 .img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  h1 {
    position: absolute;
    top: 25px;
    left: 10px;
    line-height: 1em;
  }
  h1 a {
    color: #fff !important;
    font-size: 2.6rem;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  }
  h1 span {
    display: block;
    font-size: 0.65em;
  }
  h2 {
    padding: 0.45em 0 0.45em 0.5em;
    color: #bb1111;
    font-size: 3.4rem;
    font-weight: 400;
    border-bottom: 3px double #bb1111;
  }
  #sidenav > h2 {
    height: -moz-max-content;
    height: max-content;
    padding: 8px;
    background: none;
    color: #bb1111;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    border: none;
    border-bottom: 1px solid #bb1111;
  }
  h3 {
    margin: 0.8em 0 0.4em;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    padding: 0.45em 0 0.45em 1.5em;
    background: url(../images/common/h3_bg.png) left center no-repeat #bb1111;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0 0 0 0.4em;
    border-left: 5px double #bb1111;
    margin: 0.6em 0 0.4em 0;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Original

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 100%;
    max-width: 720px;
    margin-top: 20px;
  }
  #i_main h2 {
    margin: 0.8em 0 0.4em;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    padding: 0.45em 0 0.45em 1.5em;
    background: url(../images/common/h3_bg.png) left center no-repeat #bb1111;
    border-bottom: none;
  }
  #i_main #i_news {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #i_main #i_news table tr {
    border-bottom: 1px dotted #CCC;
  }
  #i_main #i_news table tr td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 10px;
  }
  #i_main #i_news table tr td.date {
    width: 125px;
    background: url(../images/common/news_icon.gif) 4px 16px no-repeat;
    padding-left: 20px;
  }
  #i_main #i_news table tr td .color_R {
    color: #F33 !important;
    font-weight: 700;
  }
  #i_bnr {
    margin-top: 20px;
    width: 100%;
    max-width: 220px;
  }
  #i_bnr ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #i_bnr ul li a {
    display: block;
    width: 100%;
    padding: 15px 10px 15px 30px;
    background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #bb1111;
    color: #fff;
    text-decoration: none;
    border: 1px solid #bb1111;
    transition: All 0.5s ease;
  }
  #i_bnr ul li a:focus, #i_bnr ul li a:hover {
    background: url(../images/common/bnr_bg.png) 8px center no-repeat #fff;
    color: #000;
  }
  /*----pagetop----*/
  #page-top {
    position: fixed;
    right: 20px;
    bottom: 10px;
    font-size: 1.1rem;
  }
  #page-top a {
    display: block;
    width: 120px;
    padding: 20px 0;
    background: #bb1111;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  #page-top a:focus, #page-top a:hover {
    text-decoration: none;
  }
}
/*----------------------------------------------------------------------------
******************************スマートフォン***********************************
----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Layout

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  .layout {
    width: 100%;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    background: #fff;
    border-top: 3px solid #bb1111;
  }
  /* ==== Header === */
  #hd {
    position: relative;
    height: 100px;
  }
  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0px;
    right: -200px;
    height: 100%;
    z-index: 100;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 1.6rem;
    background: url(../images/common/nav_bg.png) top center #333;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #222;
  }
  #nav ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d;
  }
  #nav ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a;
  }
  #nav ul li img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #nav ul li:focus, #nav ul li:hover {
    border-top: none;
    line-height: 49px;
  }
  #nav ul li:focus > a, #nav ul li:hover > a {
    box-shadow: inset 0 0 15px 3px #222;
  }
  #nav ul li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
  }
  #nav ul li ul {
    border-bottom: none;
    margin: 0;
  }
  #nav ul li ul li {
    line-height: 40px;
    font-size: 1.3rem;
  }
  #nav ul li ul li:last-child {
    border-bottom: none;
  }
  #menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    padding: 0;
    background: transparent;
    border: none;
  }
  /* ==== Content === */
  #con_bg #con {
    padding: 0 10px;
  }
  #con_bg #con #sidenav {
    width: 100%;
    max-width: 220px;
    margin-top: 20px;
    border: 1px solid #bb1111;
    display: none;
  }
  #con_bg #con #main {
    width: 100%;
    margin-top: 20px;
    /* ol,ul */
    /* table */
    /* img */
  }
  #con_bg #con #main ol {
    padding: 5px 0px 5px 25px;
  }
  #con_bg #con #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc;
  }
  #con_bg #con #main ol li,
  #con_bg #con #main ul li {
    padding: 5px 0px;
  }
  #con_bg #con #main table {
    margin: 10px 0px;
  }
  #con_bg #con #main table th, #con_bg #con #main table td {
    padding: 5px;
  }
  #con_bg #con #main img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    float: none;
  }
  #con_bg #con #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #con_bg #con #main a img:focus, #con_bg #con #main a img:hover {
    transform: scale(0.9);
  }
  .shrink:focus, .shrink:active {
    transform: scale(0.9);
  }
  /* ==== Footer === */
  #ft {
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    color: #fff;
    background: #bb1111;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Head

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  h1 .img, h2 .img, h3 .img, h4 .img, h5 .img, h6 .img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    line-height: 1em;
  }
  h1 a {
    color: #000 !important;
    font-size: 2.6rem;
    text-decoration: none;
  }
  h1 span {
    display: block;
    font-size: 1.65rem;
  }
  h2 {
    padding: 0.45em 0 0.45em 0.5em;
    color: #bb1111;
    border-bottom: 3px double #bb1111;
    font-size: 3.4rem;
    font-weight: 400;
  }
  #sidenav > h2 {
    height: 50px;
    padding: 10px;
    background: url(../images/nav_bag.png) top center #bb1111;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 2px 0px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    border: 1px solid #bb1111;
  }
  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    padding: 0.45em 0 0.45em 1.5em;
    background: url(../images/common/h3_bg.png) left center no-repeat #bb1111;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em 0 0em 0.4em;
    border-left: 5px double #bb1111;
    margin: 0.6em 0 0.4em 0;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Original

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 100%;
    margin-top: 20px;
  }
  #i_main h2 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    padding: 0.45em 0 0.45em 1.5em;
    background: url(../images/common/h3_bg.png) left center no-repeat #bb1111;
    border-bottom: none;
  }
  #i_main #i_news {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #i_main #i_news table tr {
    border-bottom: 1px dotted #CCC;
  }
  #i_main #i_news table tr td {
    display: block;
    padding: 10px;
    font-size: 0.9em;
    vertical-align: top;
  }
  #i_main #i_news table tr td.date {
    background: url(../images/common/news_icon.gif) 4px 16px no-repeat;
    padding-left: 20px;
  }
  #i_main #i_news table tr td .color_R {
    color: #F33 !important;
    font-weight: 700;
  }
  #i_bnr {
    width: 100%;
    margin: 20px 0;
  }
  #i_bnr ul li {
    width: 100%;
    margin-bottom: 4px;
  }
  #i_bnr ul li a {
    display: block;
    width: 100%;
    padding: 15px 0 15px 30px;
    background: url(../images/common/bnr_bg.png) 8px center no-repeat;
    color: #000;
    text-decoration: none;
    border: 1px solid #bb1111;
    border-radius: 0;
    transition: All 0.5s ease;
  }
  #i_bnr ul li a:focus, #i_bnr ul li a:hover {
    background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #bb1111;
    color: #fff;
  }
  /*----pagetop----*/
  #page-top {
    width: 100%;
  }
  #page-top a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: #666;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
  }
  #page-top a:focus, #page-top a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */