@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, 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, strong, sub, sup, tt, var,
b, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-----------------------------------------------------
  base
-----------------------------------------------------*/
html {
  font-family: Arial, Verdana, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.inline {
  display: inline;
}

.inner {
  padding: 0 10px;
}

.imgW {
  width: 100%;
  height: auto;
}

.unLine {
  text-decoration: underline;
}

/*-----------------------------------------------------
  header
-----------------------------------------------------*/
#header {
  position: relative;
  padding: 10px;
  height: 90px;
  background: #FFF;
  border-bottom: 1px solid #ebebeb;
}
#header .logo {
  margin-left: 20px;
  width: 39px;
}
#header .logo img {
  width: 100%;
}

/* navBtn
-----------------------------------------------------*/
#globalNav .navBtn {
  position: absolute;
  top: 22px;
  right: 10px;
  padding-top: 9px;
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  background: url(../images/common/btn-menu.png) no-repeat 50% 50% #FFF;
  background-size: 32px;
  border: 1px solid #444;
}
#globalNav .navBtn.active {
  background-image: url(../images/common/btn-menu-close.png);
}
#globalNav .navBtn img {
  width: 32px;
}
#globalNav .nav {
  margin-bottom: 10px;
}
#globalNav .nav li {
  font-size: 11px;
  font-size: 1.1rem;
}
#globalNav .nav a {
  color: #727272;
}
#globalNav .nav span {
  display: inline-block;
  margin-right: 25px;
  font-family: "Source Code Pro", monospace;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
#globalNav .bnrList {
  text-align: center;
}
#globalNav .bnrList li {
  margin-bottom: 20px;
}
#globalNav .bnrList a {
  display: inline-block;
}
#globalNav .bnrList img {
  width: 80%;
  max-width: 400px;
}

#langNav .navBtn {
  position: absolute;
  top: 35px;
  right: 70px;
  padding-right: 17px;
  font-family: "Source Code Pro", monospace;
  font-size: 12px;
  font-size: 1.2rem;
}
#langNav .navBtn:after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #C42C3C transparent transparent transparent;
}

/* navigation
-----------------------------------------------------*/
#header .navigation {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 0 10px 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ebebeb;
  z-index: 2000;
}
#header .nav li {
  border-bottom: 1px solid #C9C9C9;
}
#header .nav li:last-child {
  border-bottom: none;
}
#header .nav a {
  position: relative;
  padding: 10px 10px 10px 23px;
}
#header .nav a:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C42C3C;
  border-right: 2px solid #C42C3C;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*-----------------------------------------------------
  pageHead
-----------------------------------------------------*/
#pageHead {
  position: relative;
  padding: 10px 0;
  background: #C42C3C;
  overflow: hidden;
}
#pageHead:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  margin-left: -400px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 400px 0 400px;
  border-color: #FFF transparent transparent transparent;
}
#pageHead h1 {
  position: relative;
  padding-bottom: 10px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#pageHead h1 span {
  display: block;
  margin-bottom: 3px;
  font-family: "Source Code Pro", monospace;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
#pageHead h1:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  margin-left: -35px;
  width: 70px;
  height: 3px;
  background: #C42C3C;
}

/*-----------------------------------------------------
  contentsWrap
-----------------------------------------------------*/
#contentsWrap {
  position: relative;
  background: #FCFAF6;
  overflow: hidden;
}

/* breadcrumb
-----------------------------------------------------*/
#breadcrumb {
  padding: 12px 10px;
  line-height: 1.2;
}
#breadcrumb:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  margin-left: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 36px 0 36px;
  border-color: #FFF transparent transparent transparent;
  z-index: 10;
}
#breadcrumb li {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
}
#breadcrumb a {
  display: inline;
}
#breadcrumb a:after {
  content: ">";
  padding-left: 5px;
}

/* mainContents
-----------------------------------------------------*/
#mainContents {
  padding-bottom: 150px;
}

.sectionHead {
  margin-bottom: 30px;
}
.sectionHead .title {
  position: relative;
  padding-bottom: 10px;
  font-family: "Source Code Pro", monospace;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.sectionHead .title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  margin-left: -35px;
  width: 70px;
  height: 3px;
  background: #C42C3C;
}

.subHead {
  margin-bottom: 15px;
}
.subHead .title {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.subHead .title:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 4px;
  margin-top: -2px;
  background: #C42C3C;
}

/* moreBtn */
.moreBtn {
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  text-align: center;
  background: #444;
}
.moreBtn #moreLink {
  padding: 10px 0;
  color: #FFF;
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* pict
-----------------------------------------------------*/
.pict {
  margin-top: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  background: #FFF;
}

.pict101 {
  color: #a085ba;
  border-color: #a085ba;
}

.pict102 {
  color: #82af78;
  border-color: #82af78;
}

.pict103 {
  color: #d29b41;
  border-color: #d29b41;
}

.pict104 {
  color: #6ea4c0;
  border-color: #6ea4c0;
}

.pict105 {
  color: #ca8cb5;
  border-color: #ca8cb5;
}

/* category
-----------------------------------------------------*/
.cate101 {
  background: #e4b1b0;
}

.cate102 {
  background: #923c59;
}

.cate103 {
  background: #c0be57;
}

.cate104 {
  background: #57734a;
}

.cate105 {
  background: #402e2a;
}

/* nodata
-----------------------------------------------------*/
.nodata {
  text-align: center;
}

/* pageTop
-----------------------------------------------------*/
#pageTop {
  right: 10px;
  z-index: 1000;
}
#pageTop a {
  width: 58px;
}
#pageTop img {
  width: 100%;
}

/*-----------------------------------------------------
  footer
-----------------------------------------------------*/
#footer {
  padding: 30px 15px 15px;
  color: #FFF;
  background: url(../images/common/foot-logo.png) no-repeat 20px 25px #313131;
  background-size: 38.5px;
}
#footer .copyRight {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}

/* footNav
-----------------------------------------------------*/
#footNav {
  margin: 0 0 30px 65px;
}
#footNav li {
  margin-bottom: 15px;
  font-size: 9px;
  font-size: 0.9rem;
}
#footNav li span {
  display: inline-block;
  margin-right: 10px;
  font-family: "Source Code Pro", monospace;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
#footNav a {
  color: #FFF;
}

/* footInfo
-----------------------------------------------------*/
#footInfo {
  font-size: 13px;
  font-size: 1.3rem;
}
#footInfo .address {
  margin-bottom: 20px;
}
#footInfo .openHours {
  margin-bottom: 30px;
}
#footInfo .openHours:after {
  content: '';
  display: block;
  clear: both;
}
#footInfo .openHours .title {
  float: left;
  width: 100px;
}
#footInfo .openHours .hours {
  overflow: hidden;
}
#footInfo .openHours .hours:after {
  content: '';
  display: block;
  clear: both;
}
#footInfo .openHours .hours dt {
  float: left;
  width: 50px;
}
#footInfo .openHours .hours dd {
  padding-left: 60px;
}
#footInfo .openHours .note {
  margin-left: 100px;
}
#footInfo .snsList {
  margin-bottom: 10px;
  text-align: center;
}
#footInfo .snsList li {
  display: inline-block;
  margin: 0 8px;
}
#footInfo .snsList li:last-child {
  border-right: none;
}
#footInfo .snsList li img {
  width: 26px;
}
#footInfo .wifi {
  margin-bottom: 15px;
  text-align: center;
}
#footInfo .wifi img {
  width: 105.5px;
}
