@charset "utf-8";

.wideonly {
  display: none !important;
}

.pconly {
  display: none !important;
}

.tabonly {
  display: none;
}

body {
  font-size: 14px;
  background: #fff;
}

#contents {
  padding: 95px 0 70px;
  position: absolute;
  top: 50px;
  overflow: hidden;
}

#main .topstyle_contents {
  padding: 34px 0 70px;
}

#container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

article {
  margin-bottom: 10px;
}

header {
  height: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 3000;
}

label {
  display: block;
}

span {
  font-weight: normal;
}

#main {
  width: auto;
  padding: 0 0 20px 0;
}

/*ロゴ
---------------------------------------*/
#logosp {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
}

/*見出し
---------------------------------------*/
h1,
h2,
h3 {
  text-align: center;
}

h1 {
  position: fixed;
  top: 26px;
  z-index: 200;
  width: 100%;
  padding: 9px 0 0;
  font-size: 1.05em;
}

h1 a {
  color: #fff;
}

h2 {
  position: fixed;
  top: 120px;
  z-index: 10000;
  width: 100%;
  padding: 1px 0 1px;
  font-size: 1.05em;
  margin: 0;
}

h2.topstyle {
  top: 58px;
}

h2+p,
h2+figure {
  margin-top: 6px;
}

h2+h3 {
  margin-top: 0.5em;
}

h3 {
  text-align: center;
  font-size: 1em;
  margin: 1em 0 0.5em;
  clear: both;
  line-height: 1.2em;
}

h3.sub_h3 {
  margin-top: 5px;
}

.tsmall+h3 {
  margin-top: 0;
  /*いちばん上のh3のトップマージンをなくすための臨時スタイル*/
}

h4 {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.ta3+h4 {
  margin-top: 20px;
}

h5 {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  margin: 0 0 0.25em 0.5em;
}

h6 {
  text-align: left;
  margin: 10px 0 0 9px;
  font-weight: bold;
  font-size: 1em;
}

/*トップナビ
---------------------------------------*/
.shoplist_go_topnavi {
  position: fixed;
  top: 48px;
  height: 32px;
  width: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
}

.shoplist_go_topnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3px 0 0 0;
  width: 100%;
}

.shoplist_go_topnavi ul li {
  flex-grow: 1;
  /*これが魔法*/
  flex-basis: 0;
  /*これも魔法*/
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  line-height: 1.4em;
  display: block;
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 8px;
  color: #fff;
}

/*サブナビ
---------------------------------------*/
.shoplist_go_subnavi {
  position: fixed;
  top: 86px;
  height: 42px;
  width: 100%;
  left: 0;
  z-index: 80;
}

.shoplist_go_subnavi ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /* fixed要素なので親のmarginは不要 */
  padding: 0;
  list-style: none;
  width: 100%;
}

.shoplist_go_subnavi ul li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  font-size: 0.8em;
  text-decoration: none;
  margin: 0;
  display: block;
  opacity: 1;
  padding: 0;
  color: #fff;
  line-height: 1.2em;
}

.shoplist_go_subnavi ul li label {
  padding: 4px 0;
}

/*ラベル共通
---------------------------------------*/
label.acd-label {
  display: none;
  height: 0;
}

label.acd-label02 {
  display: none;
  height: 0;
}

/*listボックス
---------------------------------------*/
#main .acd-label02+.acd-content02+section.list {
  padding-top: 20px;
}

#main .acd-label02+.acd-content02+section.hoteltop {
  padding-top: 0;
}

#main .acd-label02+.acd-content02+section.gall {
  padding-top: 10px !important;
}

#main .list {
  position: relative;
  overflow: hidden;
  padding: 1% 0 4% 0;
  background: #fff;
}

#main .list p {
  padding: 0px 8px;
  line-height: 1.5em;
  margin-bottom: 0em;
  font-size: 1em;
}

/*メイン部分
---------------------------------------------------------------------------*/
figure.info {
  width: 300px;
  margin: 0 auto 10px;
}

figure.info figcaption {
  text-align: left;
  font-size: 0.8em;
}

.info02 {
  margin: 0.5em !important;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0 10px;
}

.info02 h4 {
  margin-top: 0;
}

.info02 div {
  margin-top: 5px;
  margin-bottom: 1.5em;
}

.info02 p {
  margin: 0 0 0.5em 0 !important;
}

.info02 figure {
  text-align: center;
  margin: auto;
  width: 70%;
}

.info02 figure img,
.info02 picture img {
  width: 100%;
}

.info02 figcaption {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.2em;
  text-align: left;
}

.info02 nav p {
  margin: 0 0 0.2em 0 !important;
}

h3+.info02 p {
  margin-top: 0.5em !important;
}

.info03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em !important;
  margin: 10px 0;
}

.info03 figure {
  width: 20%;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 3px 5px;
}

.info03 div {
  width: 73%;
}

.info03 div p {
  margin: 0 !important;
}

.info03 a {
  font-weight: bold;
}

.info03 nav {
  margin-top: 10px;
}

.info06 {
  margin: 20px 10px !important;
  padding: 5px !important;
  padding-bottom: 0;
  border: 1px dashed #ccc;
}

.info06 figure,
.info06 picture {
  width: 20%;
  float: left;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 0.8em;
  float: left;
  margin-top: 4px;
  margin-right: 18px;
  margin-left: 10px;
}

.info06 p {
  margin-bottom: 0.5em !important;
}

.info06 a {
  font-weight: bold;
  text-decoration: underline;
}

.labelbutton,
nav.button a {
  margin: 0.5em auto 2em;
  text-decoration: none !important;
}

/*アコーディオン
---------------------------------------*/
.acd-check {
  display: none;
}

.acd-label {
  padding: 4px 2px;
  border-radius: 0;
  position: relative;
  display: block;
  font-size: 1em;
  height: 0;
}

.acd-label02 {
  padding: 4px 2px;
  border-radius: 0;
  position: relative;
  display: block;
  font-size: 1em;
  height: 0;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  height: auto;
  opacity: 1;
  padding: 0;
  visibility: visible;
}

.acd-check:checked+.acd-label02+.acd-content {
  height: auto;
  opacity: 1;
  padding: 0;
  visibility: visible;
}

.acd-content02 {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content02 {
  height: auto;
  opacity: 1;
  padding: 0px;
  visibility: visible;
}

.acd-check:checked+.acd-label02+.acd-content02 {
  height: auto;
  opacity: 1;
  padding: 0px;
  visibility: visible;
}

/*テーブル
---------------------------------------*/
.ta2 {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #eee;
  clear: both;
  font-size: 0.9em;
}

.ta2 tbody tr:nth-child(2n + 1) {
  border-top: 4px solid #ddd;
}

.ta2 thead th,
.ta2 thead td {
  text-align: center;
  line-height: 1.1em;
}

.ta2 td,
.ta2 th {
  border: 1px solid #ccc;
  word-break: break-all;
  background: #fff;
  line-height: 1.6em;
}

.ta2 th {
  width: auto;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1.25em;
  padding: 2px;
  padding-top: 4px;
}

.ta2 tbody th {
  font-size: 1em;
}

.ta2 th:first-child {
  width: 22%;
}

.ta2 th:last-child {
  line-height: 1em;
}

.ta2 td {
  padding: 4px 2px;
  text-align: center;
  width: 13.5%;
  line-height: 1.25em;
  font-size: 1em;
}

.ta2 td a {
  font-size: 0.9em;
}

.ta2 td p a {
  font-size: 1em;
}

.ta2 td p {
  text-align: left;
  line-height: 1.5em !important;
}

.ta3 {
  width: 100%;
  margin: 5px auto 0;
  border: 1px solid #ccc;
  clear: both;
  font-size: 0.9em;
}

.ta3 th label {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
}

.ta3 td label {
  font-size: 1em;
  font-weight: bold;
}

.ta3 td,
.ta3 th {
  border: 1px solid #ccc;
  padding: 5px;
  word-break: break-all;
  background: #fff;
}

.ta3 th:first-child {
  width: 25%;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4em;
}

.ta3 td:first-child {
  text-align: center;
}

.ta3 td figure,
.ta3 td picture {
  width: 90%;
  margin: auto;
}

.ta3 td:last-child {
  text-align: left;
}

.ta3 td {
  width: auto;
  vertical-align: top;
  line-height: 1.4em;
}

.ta3 th label,
.ta3 td label {
  font-size: 1.15em;
}

.ta4 {
  width: 100%;
  margin: 5px auto 0;
  border: 1px solid #ccc;
  clear: both;
  font-size: 0.9em;
}

.ta4 label {
  font-weight: bold;
}

.ta4 td,
.ta4 th {
  border: 1px solid #ccc;
  padding: 3px;
  word-break: break-all;
  background: #fff;
}

.ta4 th:first-child {
  width: 30%;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
}

.ta4 td:first-child {
  text-align: center;
}

.ta4 td figure {
  width: 90%;
  margin: auto;
}

.ta4 td:last-child {
  text-align: left;
}

.ta4 td {
  width: auto;
  vertical-align: top;
  line-height: 1.6em;
}

.ta4 td a {
  text-decoration: none;
}

.ta4 th label,
.ta4 td label {
  font-size: 1.1em;
}

.ta1 td p,
.ta2 td p,
.ta3 td p,
.ta4 td p,
.ta5 td p {
  padding: 0 !important;
  margin: 2px !important;
}

/*フッター
---------------------------------------*/
footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1em;
  font-size: 0.9em;
  z-index: 20;
}

footer p {
  padding: 3px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

/*フッターナビ
---------------------------------------*/
#footnavi {
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 30;
}

.shoplist_go_footnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3px 0 0 0;
  background: #fff;
}

.shoplist_go_footnavi ul li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  font-size: 0.9em;
  text-decoration: none;
  margin: 0;
  display: block;
  opacity: 1;
  padding: 0;
  color: #fff;
  line-height: 1.2em;
}

.shoplist_go_footnavi ul li a {
  display: block;
  padding: 9px 0.1px;
  color: #fff;
}

/*上に戻る矢印
---------------------------------------------------------------------------*/
nav.pagetop {
  position: fixed;
  right: 5px;
  bottom: 36px;
}

nav.pagetop label {
  display: block;
  width: 30px;
  height: 15px;
  text-align: center;
  background: #006dd5;
  border-radius: 20%;
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  padding: 10px 4px 15px;
}

/*パンくず
---------------------------------------------------------------------------*/
#localjump {
  position: fixed;
  left: 2px;
  bottom: 36px;
}

#localjump ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3px 0 0 0;
  opacity: 0.65;
}

#localjump ul li {
  display: block;
  text-align: center;
  background: #051e44;
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  padding: 2px 6px 1px;
  margin: 0 2px;
}

#localjump ul li a {
  color: #fff;
}

/*その他細かいところ
----------------------------------------*/
.tsmall {
  line-height: 1.1em !important;
  text-align: center;
}

/*臨時用
---------------------------------------*/
.smallcent {
  text-align: left;
  font-size: 0.9em !important;
  margin-bottom: 1em !important;
  line-height: 1.1em !important;
}

.smallcent08 {
  text-align: left;
  font-size: 0.8em !important;
  margin-bottom: 0 !important;
}

.info02 nav p {
  margin: 0 0 0.2em 0 !important;
}

.spfs1 {
  font-size: 1em !important;
}

.spfs09 {
  font-size: 0.9em !important;
}

p.chui {
  line-height: 1.1em !important;
  margin: 10px auto;
}

div.return-link-section+p.chui {
  margin-top: 25px;
}

/*リスト部分見出し
  ---------------------------------------------------------------------------*/
#all_list h3 {
  margin-top: 5px;
}

.all_list h4+h5,
.all_list ul+h5 {
  margin-top: 0.5em;
  text-align: center;
}

.all_list {
  margin: 0 auto;
  width: 94%;
}

.all_list h4 {
  margin-top: 0.5em;
  line-height: 1.3em;
}

.all_list ul {
  margin: 0.2em 0 0 0;
  border: 1px solid #dedee3;
  width: 92%;
  padding-left: 1em;
  padding-right: 1em;
}

.all_list ul li {
  padding: 0.2em 0em 0.2em 0em;
  line-height: 1.2em;
  font-size: 0.9em;
}

.all_list ul li:not(:last-child) {
  border-bottom: 1px dashed #dedee3;
}

.all_list+article h4 {
  margin-top: 0;
}

.all_list ul li.nodisc {
  list-style-type: none;
  text-align: center;
  margin: 2px 0;
}

.all_list ul li label {
  display: inline;
  border-radius: 10px;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #001457 !important;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
  font-size: 0.9em;
  font-weight: bold;
}

/*ボタン
  ---------------------------------------------------------------------------*/

.ta3 td a,
.ta3 td label,
.info02 label {
  padding: 5px 10px !important;
}

.ta2 th label,
.ta3 th label {
  display: block;
  padding: 5px !important;
}