@charset "UTF-8";
/*033093;*/
@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 766px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
/* -------This style definition is initiarize.--
----------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

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

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

ol, ul, dl, p, caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px auto;
  color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.明朝 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

abbr, acronym {
  border: 0;
}

textarea {
  font-size: 100%;
}

* {
  margin: 0px;
  padding: 0px;
}

/*-----------cssのイニシャライズ　終わり------------------*/
h1 {
  font-size: 2.5rem;
  text-shadow: 0.5px 0.5px 0px #555;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
}

h3 {
  text-align: left;
  text-shadow: 0.5px 0.5px 0px #000;
  font-size: 2rem;
}

ul li {
  line-height: 1.4;
  margin-bottom: 1rem;
}

/*----- ロゴの判子の赤　#e42921 --------*/
/*---------------------- body ----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  position: relative;
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  z-index: 0;
}

p {
  text-align: left;
  line-height: 1.4;
}

.counter > li {
  line-height: 1.2;
  margin: 0.8rem 0;
  text-indent: -4em;
  padding-left: 4em;
  counter-reset: 3;
  counter-increment: li;
}
.counter > li:before {
  content: counter(li) ". ";
  font-size: 1.8rem;
  color: red;
  vertical-align: middle;
  display: inline-block;
}

.counter > dt {
  counter-reset: "a";
  counter-increment: dt;
}
.counter > dt:before {
  content: counter(dt) ". ";
  font-size: 1.8rem;
  color: #034caf;
  font-weight: bold;
}

.goSouryou {
  font-weight: bold;
  margin: 0.5em auto 0;
}

.rogo {
  display: block;
  width: 23%;
  max-width: 80px;
  margin: 2em auto 0em;
}
.rogo img {
  width: 100%;
  margin-bottom: 0;
}
.rogo p {
  margin-top: 0;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
}

/*---------------------- 構造  ----------------------------*/
nav {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
nav #top_menu {
  position: relative;
  margin-bottom: 0px;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #006dd9;
  height: 45px;
}
nav #top_menu a {
  display: table-cell;
  margin: 0px;
  height: 44px;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  border-left: 1px solid #db7647;
  background: #fff;
  font-weight: bold;
  text-shadow: 0.3px 0.3px 0px #000;
}
nav #top_menu a span {
  text-wrap: nowrap;
}
nav #top_menu a.home {
  width: 50px;
  box-shadow: inset -3px -3px 30px #ca6868;
}
nav #top_menu a.beans {
  width: auto;
  color: #6e3309;
  font-weight: bold;
  background: #fff;
  box-shadow: inset -3px -3px 30px #d4c187;
}
nav #top_menu a.filter {
  width: auto;
  color: #cc1f44;
  font-weight: bold;
  background: #fff;
  box-shadow: inset -3px -3px 30px hsl(0, 89%, 89%);
}
nav #top_menu a.hint {
  width: auto;
  color: #075196;
  background: #fff;
  box-shadow: inset -3px -3px 30px #a2d7f0;
}
nav #top_menu .small {
  font-size: 0.9em;
  font-weight: normal;
}
nav #top_menu a:hover {
  background: #f79b9b;
}

#大枠 {
  text-align: center;
  min-width: 320px;
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  background-color: #ffFFFF;
  padding: 0;
  padding-bottom: 20em;
  overflow: hidden;
}

/*-----  ボックスのサイジング　(paddingや線によってはみ出さない--------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--- 前のページに戻る　-------*/
.return {
  width: 200px;
  margin: 20px;
  color: #a90000;
  font-weight: bold;
  line-height: 2.5;
  border-radius: 600px 20px 20px 600px/60px 20px 20px 60px;
  text-align: right;
  padding-right: 20px;
  box-shadow: 0px 0px 10px 10px rgba(255, 163, 163, 0.3) inset;
}
.return a:link, .return a:visited {
  color: #800000;
}

/*--- 共通パーツ -----------------
------------------------------*/
.radius {
  border-radius: 20px;
}

.radius10 {
  border-radius: 10px;
}

.red {
  color: #b93421;
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

table.souryou {
  margin: 1em auto;
  border: 1px solid #000;
}
table.souryou tr td {
  font-size: 1.3rem;
  color: #000;
  padding: 2px 1em;
  border: 1px solid #aaa;
}
table.souryou tr td:nth-of-type(1) {
  text-align: center;
  text-shadow: 0.3px 0.3px 0px #000;
  padding: 3px 1em;
}
table.souryou tr td:nth-of-type(2) {
  color: #c90202;
  text-shadow: 0.4px 0.4px 0px #c90202;
  letter-spacing: 0.2rem;
}
table.souryou tr td:nth-of-type(3) {
  text-align: left;
}
table.souryou tr:nth-of-type(1) {
  color: #000;
  background-color: #eeecec;
}

/*----------- リンク　青い線 青い文字のリンク-------------------*/
a {
  text-decoration: none;
  color: #3569C0;
}

a:hover {
  color: red;
}
a:hover img {
  opacity: 0.7;
}

#logo {
  min-width: 50px;
  width: 15%;
  margin: 50px auto;
}

.c-link {
  width: 2.2rem;
  vertical-align: middle;
}

.un {
  position: relative;
}
.un:link, .un:visited {
  padding: 0 0.2em;
  color: #3569C0;
  /* border-bottom: 0.15rem dotted #008AE1;  */
}
.un:hover {
  color: red;
}

/* 外部へのリンク */
.un-1 {
  position: relative;
}
.un-1:link, .un-1:visited {
  padding: 0 0.2em;
  color: #3569C0;
}
.un-1:link:after {
  content: "";
  background: url(/img/small_mark/link-1.svg) 0px 0px no-repeat;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2em;
  margin-right: 0.3em;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: 0px;
}
.un-1:hover {
  color: red;
  background: #dddddd;
}

/* 横長一行 - 幅調節は、mediaクリエ --------------*/
.p-wide500, #話 .p-wide500 {
  display: block;
  max-width: 500px;
  font-size: 1em;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
  text-align: left;
}

.p-wide, #話 .p-wide {
  display: block;
  font-size: 1em;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
  text-align: left;
}

/*-- 強調文字------------------------ */
i {
  color: #c80220;
  text-shadow: 0.3px 0.3px 0px #525151;
  /*#a40500; */
  font-style: normal;
  margin: 0 0.2rem;
}

b {
  font-weight: normal;
  color: #000;
  margin: 0 0.2rem;
  text-shadow: 0.4px 0.4px 0px #000;
}

.bold {
  font-weight: bold;
}

.hr-1 {
  width: 30%;
  margin: 0.7em auto;
}

.width80 {
  width: 80%;
}

#ロード中画像 {
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -30px;
  z-index: 1000;
}

#ロード中画像 {
  z-index: 200;
}

#漢字タイトル {
  color: #888;
}

.hand:hover {
  cursor: pointer;
  border: 5px solid #7fec88;
}

a:hover {
  border: 1px solid #000;
}

.ArrowMark1::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.2em;
  background-image: url("/img/small_mark/smafo-link.svg");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* photoswip 画像の表示の仕方 -----*/
.photo_swipe {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  position: relative;
  padding-top: 0px;
}
.photo_swipe .plus {
  width: 45px;
  position: absolute;
  top: -5px;
  left: -5px;
}
.photo_swipe img {
  width: 100%;
}
.photo_swipe p {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0px;
}
.photo_swipe .gazou {
  margin-bottom: 0px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

/* openseadragon */
.openseadragon {
  position: relative;
  display: inline-block;
  margin: auto;
}
.openseadragon figcaption {
  font-size: 0.8em;
}

.zoom::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  display: inline-block;
  width: 55px;
  height: 40px;
  background-image: url("/img/small_mark/swip_img.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#タイトル {
  padding-top: 0px;
  z-index: 1000;
}

#home a:before {
  content: "";
  display: inline-block;
  background-image: url("/img/small_mark/home.png");
  width: 35px;
  height: 35px;
  margin-right: 5px;
  position: relative;
  top: 15px;
  left: 0px;
  background-repeat: no-repeat;
}

#beans a:before {
  content: "";
  display: inline-block;
  background-image: url("/img/small_mark/beans.svg");
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 12px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

#hint a:before {
  content: "";
  display: inline-block;
  background-image: url("/img/small_mark/cup.svg");
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 15px;
  left: 0px;
  background-repeat: no-repeat;
}

#filter a:before {
  content: "";
  display: inline-block;
  background-image: url("/img/small_mark/filter.svg");
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 15px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
}