/*
Theme Name: 岡山スポーツナビ ver2026b
Version: 2026b
Author:Seiki Nishijima

  $Id: style.css,v2.6b $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通カラー変数　ここから
-----------------------------------------------------------------------------
===========================================================================*/
:root {
  --osn-color: #3ea6ff;
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html {
  -webkit-text-size-adjust: none;
  overscroll-behavior: none;
}
body {
  padding: 0 0 0 0;
  margin:0px auto 0px auto;
  text-align:center;
  background: transparent;
  color: #000;
  font-size: 16px;
  background: #fff;
}
#background {
  padding: 0 0 0 0;
  margin:0px auto 0px auto;
  text-align:center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*-----------------------------------*/
#background a {
  text-decoration: none;
  color: #000;
}
#background a[href^="tel:"] {
  pointer-events: none;
}
#background a.no-link {
  cursor: default;
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background img {
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#background .pcNone {
  display: none;
}
#background .pcCenter {
  text-align: center;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background a[href^="tel:"] {
    pointer-events: auto;
  }
  #background .spNone {
    display: none;
  }
  #background .pcNone {
    display: initial;
  }
  #background .pcCenter {
    text-align: left;
  }
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
  margin: 0 0 0 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
#background section {
  margin:0 auto 0 auto;
  text-align:center;
  width: 78vw;
  max-width: 1080px;
}
#background .naviMask {
  display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background section {
    width: 86vw;
  }
}
#background article {
  padding-bottom: 1px;
}
/*===========================================================================

  共通飾り設定　ここから

===========================================================================*/
/*------------------------------------
  共通 詳細ボタン設定　ここから
-------------------------------------*/
#background .more {
  display: block;
  text-align: center;
}
#background .more a ,
#background .more button ,
#background .more .dummy-button ,
#background .more input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  min-width: 200px;
  padding: 20px 40px 20px 30px;
  background: var(--osn-color);
  text-align: center;
  border: 1px solid var(--osn-color);
  border-radius: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
}
#background .more button.back ,
#background .more input[type=submit] {
  padding: 20px 40px;
}
#background .more a:hover ,
#background .more button:hover ,
#background .more .dummy-button:hover ,
#background .more input[type=submit]:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  background-color: #fff;
  color: var(--osn-color);
}
#background .more a:before ,
#background .more button:before ,
#background .more .dummy-button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}
#background .more button.back:before {
  transform: rotate(225deg);
  right: auto;
  left: 20px;
  top: calc(50% - 6px);
}
#background .more a:hover:before ,
#background .more button:hover:before ,
#background .more .dummy-button:hover:before {
  border-top-color: var(--osn-color);
  border-right-color: var(--osn-color);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .more a ,
  #background .more button ,
  #background .more button.back ,
  #background .more .dummy-button ,
  #background .more input[type=submit] {
    width: 70%;
    min-width: 180px;
    padding: 20px 40px;
    border-radius: 30px;
  }
  #background .more a:before ,
  #background .more button:before ,
  #background .more .dummy-button:before {
    width: 10px;
    height: 10px;
    right: 20px;
    top: calc(50% - 5px);
  }
}
/*------------------------------------
  共通 戻るボタン設定　ここから
-------------------------------------*/
#background .more button.back ,
#background .more.back a ,
#background .more.back button ,
#background .more.back .dummy-button ,
#background .more.back input[type=submit] ,
#background .background-blue .more a ,
#background .background-blue .more button ,
#background .background-blue .more .dummy-button ,
#background .background-blue .more input[type=submit] {
  border-color: #fff;
  background-color: #fff;
  color: var(--osn-color);
}
#background .more button.back:before ,
#background .more.back a:before ,
#background .more.back button:before ,
#background .more.back .dummy-button:before ,
#background .background-blue .more a:before ,
#background .background-blue .more button:before ,
#background .background-blue .more .dummy-button:before {
  border-top-color: var(--osn-color);
  border-right-color: var(--osn-color);
}
#background .more.back a:hover ,
#background .more.back button:hover ,
#background .more.back .dummy-button ,
#background .more.back input[type=submit]:hover ,
#background .background-blue .more a:hover ,
#background .background-blue .more button:hover ,
#background .background-blue .more .dummy-button:hover ,
#background .background-blue .more input[type=submit]:hover{
  background-color: transparent;
  color: #fff;
}
#background .more.back a:hover:before ,
#background .more.back button:hover:before ,
#background .more.back .dummy-button:before ,
#background .background-blue .more a:hover:before ,
#background .background-blue .more button:hover:before ,
#background .background-blue .more .dummy-button:hover:before{
  border-top-color: #fff;
  border-right-color: #fff;
}
#background .background-gray .more button.back:hover ,
#background .background-gray .more a:hover ,
#background .background-gray .more button:hover ,
#background .background-gray .more .dummy-button:hover ,
#background .background-gray .more input[type=submit]:hover {
  background-color: #e8e8e8;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  共通 h2見出し設定　ここから
-------------------------------------*/

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  共通 h3見出し設定　ここから
-------------------------------------*/
#background .content-title {
  display: block;
  margin-bottom: 40px;
}
#background .content-title strong {
  display: block;
  font-size: 80px;
  font-weight: 900;
  line-height: 1em;/*
  color: transparent;
  text-stroke: 1px var(--osn-color);
  -webkit-text-stroke: 1px var(--osn-color);*/
  color: #fff;
  text-shadow: 1px 1px 0 var(--osn-color), -1px -1px 0 var(--osn-color),
  -1px 1px 0 var(--osn-color),  1px -1px 0 var(--osn-color),
  1px 0 0 var(--osn-color), -1px  0 0 var(--osn-color),
  0 1px 0 var(--osn-color),  0 -1px 0 var(--osn-color);
  position: absolute;
  top: 0;
  left: -60px;
  transform-origin: 0 0;
  transform: rotate(90deg);
}
#background .content-title small {
  display: block;
  color: var(--osn-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}
#background .background-blue .content-title strong {/*
  -webkit-text-stroke: 1px #fff;*/
  color: #008aff;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
  -1px 1px 0 #fff,  1px -1px 0 #fff,
  1px 0 0 #fff, -1px  0 0 #fff,
  0 1px 0 #fff,  0 -1px 0 #fff;
}
#background .background-blue .content-title small {
  color: #fff;
}
#background .background-gray .content-title strong {
  color: #e8e8e8;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1400px) {
  #background .content-title strong {
    font-size: 5.71vw;
    left: -4.285vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .content-title {
    display: block;
    margin-bottom: 30px;
  }
  #background .content-title strong {
    display: block;
    font-size: 40px;
    position: static;
    transform-origin: 0 0;
    transform: rotate(0deg);
    margin-bottom: 10px;
  }
  #background .content-title small {
    font-size: 22px;
  }
}
/*------------------------------------
  共通 背景設定　ここから
-------------------------------------*/
#background .background-blue {
  background: url(./images/background-blue.jpg) repeat 50% 100%;
  background-size: 100% auto;
}
#background .background-gray {
  background: url(./images/background-gray.jpg) repeat 50% 0%;
  background-size: 100% auto;
}


/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通ヘッダ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header {
  position: static;
}
#background header section {
  max-width: calc(100% - 80px);
  width: calc(100% - 80px);
  display: flex;
  position: fixed;
  top: 25px;
  left: 40px;
  z-index: 200;
  transition: all 0.5s ease;
}
#background header h1 {
  width: 180px;
  max-width: 35%;
  margin: auto auto auto 0;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header section {
    max-width: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    padding: 10px 4vw;
  }
  #background header h1 {
    width: 140px;
  }
}
/*------------------------------------
  メニューレイアウト設定　ここから
-------------------------------------*/
#background header .main-menu {
  display: flex;
  width: auto;
  max-width: calc(100% - 220px);
  margin: auto 0 auto auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 32px;
  padding: 7px;
}
#background header .main-menu > ul {
  display: flex;
  width: auto;
  margin: auto 20px auto auto;
  padding-left: 50px;
  position: relative;
}
#background header .main-menu > ul:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(./images/icon-search-b.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 15px);
}
#background header .main-menu > ul li {
  margin: auto 10px;
  transition: all 0.5s ease;
}
#background header .main-menu > ul li a {
  font-weight: 700;
  letter-spacing: 0;
}
#background header .main-menu > ul li a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  color: var(--osn-color);
}

/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1310px) {
  #background header .main-menu > ul li {
    margin: auto 5px;
    letter-spacing: 0;
  }
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1270px) {
  #background header .main-menu > ul {
    font-size: 14px;
  }
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1190px) {
  #background header .main-menu {
    background: transparent;
    border-color: transparent;
  }
  #background header .main-menu > ul ,
  #background header .main-menu > ul li {
    display: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .main-menu {
    padding: 0;
  }
}
/*------------------------------------
  メニューレイアウト設定　ここから
  @追加 ヘルプ
-------------------------------------*/
#background header .main-menu > ul > li.help > a ,
#background header .main-menu > ul > li.submenu2 > a {
  padding-right: 16px;
}
#background header .main-menu > ul > li.help > a:before ,
#background header .main-menu > ul > li.submenu2 > a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--osn-color);
  border-bottom: 2px solid var(--osn-color);
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
#background header .main-menu > ul > li.help:hover > a:before ,
#background header .main-menu > ul > li.submenu2:hover > a:before {
  transform: rotate(225deg);
  top: calc(50% - 0px);
}
#background header h1.help > small ,
#background header .main-menu > ul > li.help > small {
  display: none;
  position: absolute;
  line-height: 1em;
  padding-top: 10px;
  font-size: 14px;
  left: 50%;
  bottom: calc(-9px - 2em);
  transform: translate(-50%, 0);
}
#background header h1.help > small {
  left: 0;
  transform: translate(0, 0);
}
#background header h1.help > small a ,
#background header .main-menu > ul > li.help > small a {
  display: block;
  white-space: nowrap;
  background: #fff;
  border: 1px solid var(--osn-color);
  border-radius: 14px;
  padding: 0.5em 1em 0.5em 2em;
  color: var(--osn-color);
  font-weight: 700;
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background header h1.help > small a:before ,
#background header .main-menu > ul > li.help > small a:before {
  content: "?";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--osn-color);
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 8px);
}
#background header .main-menu > ul > li.help.submenu > small a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: transparent;
  line-height: 0;
  border-right: 2px solid var(--osn-color);
  border-top: 2px solid var(--osn-color);
  transform: rotate(45deg);
  left: 0.8em;
  top: calc(50% - 3px);
}
#background header h1.help > small a:after ,
#background header .main-menu > ul > li.help > small a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-top: 1px solid var(--osn-color);
  border-left: 1px solid var(--osn-color);
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  left: 50%;
  transition: all 0.5s ease;
}
#background header h1.help > small a:hover ,
#background header .main-menu > ul > li.help > small a:hover {
  background: var(--osn-color);
  color: #fff;
}
#background header h1.help > small a:hover:before ,
#background header .main-menu > ul > li.help > small a:hover:before {
  background: #fff;
  color: var(--osn-color);
}
#background header h1.help > small a:hover:after ,
#background header .main-menu > ul > li.help > small a:hover:after {
  background: var(--osn-color);
}
#background header .main-menu > ul > li.help.submenu > small a:hover:before {
  background: transparent;
  border-right-color: #fff;
  border-top-color: #fff;
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1180px) {
  #background header h1.help > small ,
  #background header .main-menu > ul > li.help > small {
    display: none !important;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  メニューレイアウト設定　ここから
  @追加 サブメニュー
-------------------------------------*/
#background header .main-menu > ul > li.submenu2 > .submenu2-open {
  display: none;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
}
#background header .main-menu > ul > li.submenu2 > .submenu2-open > ul {
  display: block;
  white-space: nowrap;
  background: #fff;
  border: 1px solid var(--osn-color);
  border-radius: 14px;
  padding: 0.5em 1em 0.5em 1em;
  color: var(--osn-color);
  font-weight: 700;
  filter: Alpha(opacity=100);
  opacity: 1;
  position: relative;
  font-size: 14px;
}
#background header .main-menu > ul > li.submenu2 > .submenu2-open > ul:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-top: 1px solid var(--osn-color);
  border-left: 1px solid var(--osn-color);
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  left: 50%;
  transition: all 0.5s ease;
}
#background header .main-menu > ul > li.submenu2 > .submenu2-open > ul a {
  display: block;
  position: relative;
  padding-left: 1em;
}
#background header .main-menu > ul > li.submenu2 > .submenu2-open > ul a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  line-height: 0;
  border-right: 2px solid var(--osn-color);
  border-top: 2px solid var(--osn-color);
  transform: rotate(45deg);
  position: absolute;
  left: -0.2em;
  top: calc(50% - 3px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  ログインボタン 設定　ここから
-------------------------------------*/
#background header .main-menu > p.user {
  margin: auto 0;
  transition: all 0.5s ease;
}
#background header .main-menu > p.user a {
  display: block;
  border: 1px solid var(--osn-color);
  border-radius: 24px;
  background: var(--osn-color);
  padding: 5px 15px 5px 46px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}
#background header .main-menu > p.user a small {
  display: block;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 13em;
}

#background header .main-menu > p.user a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  background: #fff;
  color: var(--osn-color);
}
#background header .main-menu > p.user a:before ,
#background header .main-menu > p.user a:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(./images/icon-user-w.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: calc(50% - 18px);
  transition: all 0.5s ease;
}
#background header .main-menu > p.user a:after {
  background-image: url(./images/icon-user-b.svg);
  filter: Alpha(opacity=0);
  opacity: 0;
}
#background header .main-menu > p.user a:hover:before {
  filter: Alpha(opacity=0);
  opacity: 0;
}
#background header .main-menu > p.user a:hover:after {
  filter: Alpha(opacity=100);
  opacity: 1;
}

#background header .main-menu > p.user.login a {
  border-color: #f7d21b;
  background-color: #f7d21b;
  color: #333;
}
#background header .main-menu > p.user.login a:hover {
  border-color: #ccc;
  background-color: #fff;
}
#background header .main-menu > p.user.login a:before ,
#background header .main-menu > p.user.login a:after {
  background-image: url(./images/icon-user-y.svg);
}
#background header .main-menu > p.user.login a:after {
  background-image: url(./images/icon-user-k.svg);
}

/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1180px) {
  #background header .main-menu > p.user {
    margin-right: 50px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .main-menu > p.user {
    margin-right: 40px;
  }
  #background header .main-menu > p.user a {
    overflow: hidden;
    padding: 2px;
  }
  #background header .main-menu > p.user a:hover {
    background: var(--osn-color);
  }
  #background header .main-menu > p.user a em ,
  #background header .main-menu > p.user a small {
    display: none;
  }
  #background header .main-menu > p.user a:before {
    width: 30px;
    height: 30px;
    position: static;
  }
  #background header .main-menu > p.user a:after {
    display: none;
  }
  #background header .main-menu > p.user a:hover:before {
    filter: Alpha(opacity=100);
    opacity: 1;
  }
}

/*------------------------------------
  追加サイドHow2ボタン 設定　ここから
-------------------------------------*/
#background #how2osn {
  position: static;
}
#background #how2osn > a {
  display: block;
  writing-mode: vertical-rl;
  margin: 0;
  padding: calc(1.4em + 16px) 1em 1em;
  background: var(--osn-color);
  border: 1px solid var(--osn-color);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 200;
}
#background #how2osn > a:before {
  content: "?";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  color: var(--osn-color);
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  left: calc(50% - 8px);
  top: 1em;
  transform: rotate(-90deg);
}
#background #how2osn > a:hover {
  background: #fff;
  color: var(--osn-color);
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #how2osn > a:hover:before {
  background: var(--osn-color);
  color: #fff;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1180px) {
  #background #how2osn {
    display: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}

/*===========================================================================
-----------------------------------------------------------------------------
  展開メニューセット(PC/SP)設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header .side-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  filter: Alpha(opacity=0);
  opacity: 0;
  width: 120vw;
  height: 100vh;
  overflow: hidden;
  transition: all 0.5s ease;
  background: #fff;
  position: fixed;
  left: 130%;
  top: 0;
  z-index: -10;
  overflow-y: scroll;
  padding: 120px 20vw 60px;
}
#background header .side-menu.open {
  filter: Alpha(opacity=100);
  opacity: 1;
  left: -10vw;
}
#background header .side-menu > ul {
  display: block;
  width: calc(95% - 360px);
  margin: auto auto auto 0;
  padding: 0 40px;
}
#background header .side-menu > ul li {
  display: block;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  border-bottom: 1px solid #ccc;
}
#background header .side-menu > ul li a {
  display: block;
  padding: 0 30px 0 0;
  position: relative;
}
#background header .side-menu > ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--osn-color);
  border-right: 2px solid var(--osn-color);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transform: rotate(45deg);
}
#background header .side-menu > ul li a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  color: var(--osn-color);
}
#background header .side-menu > figure {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}
#background header .side-menu > figure a {
  display: block;
  width: 50%;
  position: absolute;
  left: 22%;
  top: 74%;
}
/** 小さいサイズ用分岐 **/
@media screen and (min-width: 1181px) {
  #background header .side-menu {
    display: none;
  }
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1050px) {
  #background header .side-menu {
    display: block;
  }
  #background header .side-menu > ul {
    width: 100%;
    margin: 0 auto 40px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .side-menu > ul {
    padding: 0 10px;
  }
}
/*-----------------------------------*/
#background header .side-menu > ul li > small {
  margin: 1em 0 0 0.5em;
  display: block;
  font-size: 16px;
}
#background header .side-menu > ul li > small a {
  padding: 0 0 0 20px;
}
#background header .side-menu > ul li > small a:before {
  width: 6px;
  height: 6px;
  right: auto;
  left: 0;
  top: calc(50% - 3px);
}
/*------------------------------------
  追加サブメニュー 設定　ここから
-------------------------------------*/
#background header .side-menu > ul.sub-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto 0;
}
#background header .side-menu > ul.sub-link li {
  padding: 0.5em 0;
  margin: 0 20px 10px 0;
  font-size: 16px;
  border-bottom: none;
}
#background header .side-menu > ul.sub-link li a {
  padding: 0 0 0 1em;
}
#background header .side-menu > ul.sub-link li a:before {
  width: 8px;
  height: 8px;
  right: auto;
  left: 0;
  top: calc(50% - 4px);
  border-radius: 50%;
  border: none;
  background: var(--osn-color);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================

  メニュー挙動 設定　ここから

===========================================================================*/
#background header p.menu {
  display: none;
  padding: 0;
  position: fixed;
  top: 42px;
  right: 40px;
  z-index: 999;
  transition: all 0.5s ease;
}
#background header p.menu a {
  display: block;
  width: 40px;
  height: 50px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
}
#background header p.menu em {
  position: static;
  display: block;
  letter-spacing: 0;
  text-indent: -10em;
  overflow: hidden;
}
#background header p.menu a em:before ,
#background header p.menu a:after ,
#background header p.menu a:before {
  display: block;
  content: "";
  width: 86%;
  height: 4px;
  border-radius: 2px;
  background: var(--osn-color);
  position: absolute;
  top: 10px;
  left: 7%;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#background header p.menu a:after {
  top: 0;
}
#background header p.menu a:before {
  top: 20px;
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1180px) {
  #background header p.menu {
    display: block;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header p.menu {
    top: 20px;
    right: 4vw;
  }
  #background header p.menu a {
    width: 24px;
    height: 30px;
    padding-top: 18px;
    font-size: 7px;
  }
  #background header p.menu a em:before ,
  #background header p.menu a:after ,
  #background header p.menu a:before {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    top: 10px;
    left: 0;
  }
  #background header p.menu a:after {
    top: 0;
  }
  #background header p.menu a:before {
    top: 20px;
  }
}
/*-----------------------------------*/
#background header p.menu.open a:after ,
#background header p.menu.open a:before {
  top: 10px;
}
#background header p.menu.open a em:before {
  filter: Alpha(opacity=0);
  opacity: 0;}
#background header p.menu.open a:after {
  transform: rotate(45deg);}
#background header p.menu.open a:before {
  transform: rotate(-45deg);}

/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1240px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header p.menu.open a:after ,
  #background header p.menu.open a:before {
    top: 6px;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
  background: var(--osn-color) url(./images/background-blue.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
  padding: 110px 0 34px;
}
#background footer section {
  display: flex;
  flex-wrap: wrap;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background footer section {
    display: block;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer {
    padding: 60px 0 20px;
  }
}
/*-----------------------------------*/
#background footer .footer-link {
  margin: 0 auto auto 0;
}
#background footer .footer-link li {
  margin-bottom: 18px;
  line-height: 1em;
}
#background footer .footer-link li a {
  display: block;
  padding-left: 20px;
  font-weight: 700;
  color: #fff;
}
#background footer .footer-link li a:before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.3em;
}
#background footer .footer-link li a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  color: #f7d21b;
}
#background footer .footer-link li a:hover:before {
  background-color: #f7d21b;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background footer .footer-link {
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #background footer .footer-link li {
    margin: 0 2em 10px 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer .footer-link {
    margin-bottom: 30px;
  }
}
/*-----------------------------------*/
#background footer .site-info {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  margin: 0 0 auto auto;
  color: #fff;
}
#background footer .site-info h3 {
  width: 250px;
  margin: 0 auto 30px 0;
}
#background footer .site-info p a {
  color: #fff;
}
#background footer .site-info p a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  color: #f7d21b;
}
#background footer .site-info h3 + p {
  width: calc(100% - 282px);
  margin: 0 0 30px auto;
  line-height: 1.5em;
}
#background footer .site-info h3 + p > strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
}
#background footer .site-info .attention {
  width: 100%;
  margin-bottom: 56px;
  line-height: 1.5em;
  letter-spacing: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background footer .site-info {
    width: 100%;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer .site-info {
    display: block;
  }
  #background footer .site-info h3 {
    width: 50%;
    min-width: 130px;
    margin: 0 auto 20px;
  }
  #background footer .site-info h3 + p {
    width: 100%;
    margin: 0 0 20px;
  }
  #background footer .site-info .attention {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
/*-----------------------------------*/
#background footer address {
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
  color: #fff;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 940px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer address {
    font-size: 14px;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  ローディング画面 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #nowLoading {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  background: var(--osn-color) url(./images/logo-w.svg) no-repeat 50% 50%;
  background-size: 300px auto;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
    #background #nowLoading {
      background-size: 50vw auto;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  パン屑 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #breadcrumbs {
  padding: 120px 0 30px;
}
#background #breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
#background #breadcrumbs ul > li {
  margin: 0 14px 10px 0;
  padding-right: 20px;
  color: #808080;
}
#background #breadcrumbs ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
#background #breadcrumbs ul > li:last-child:before {
  display: none;
}
#background #breadcrumbs ul > li a {
  color: var(--osn-color);
  text-decoration: underline;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #breadcrumbs {
    padding: 60px 0 0;
  }
  #background #breadcrumbs ul {
    display: none;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  ページネーション 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .pagination h2 {
  display: none;
}
#background .pagination .nav-links {
  display: flex;
  justify-content: center;
}
#background .pagination .nav-links > .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
#background .pagination .nav-links > .page-numbers.dots {
  width: auto;
  border-color: transparent;
  background-color: transparent;
  color: #666;
}
#background .pagination .nav-links > .page-numbers.current {
  border-color: var(--osn-color);
  background-color: var(--osn-color);
  color: #fff;
}
#background .pagination .nav-links > .page-numbers.prev ,
#background .pagination .nav-links > .page-numbers.next {
  width: auto;
  margin: 0 15px;
  padding-right: 18px;
  border-color: transparent;
  background-color: transparent;
  position: relative;
}
#background .pagination .nav-links > .page-numbers.prev {
  padding: 0 0 0 18px;
}
#background .pagination .nav-links > .page-numbers.prev:before ,
#background .pagination .nav-links > .page-numbers.next:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
#background .pagination .nav-links > .page-numbers.prev:before {
  transform: rotate(225deg);
  right: auto;
  left: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .pagination .nav-links > .page-numbers {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #background .pagination .nav-links > .page-numbers.prev ,
  #background .pagination .nav-links > .page-numbers.next {
    width: 32px;
    margin: 0 4px;
    padding: 0;
    overflow: hidden;
    text-indent: -10em;
  }
  #background .pagination .nav-links > .page-numbers.prev:before ,
  #background .pagination .nav-links > .page-numbers.next:before {
    width: 8px;
    height: 8px;
    left: calc(50% - 4px);
    right: auto;
    top: calc(50% - 4px);
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  404ページ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/

#background section.not-found {
  max-width: 800px;
  padding: 70px 0;
}
#background section.not-found .content-title {
  text-align: left;
}
#background section.not-found .content-title:before {
  left: 0;
}
#background section.not-found h3 + p {
  font-size: 19px;
  margin-bottom: 40px;
}
#background section.not-found h3 + p a {
  color: var(--osn-color);
  text-decoration: underline;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background section.not-found {
    padding: 40px 0 30px;
  }
  #background section.not-found h3 + p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}