@charset "UTF-8";
/* CSS Document */
/* COMMON ------------------------- */
div.content {
  width: 100%; }

div.content-body {
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  padding: 40px 0;
  position: relative; }

div.content-body h3 {
  font-weight: 300;
  border-bottom: thin solid #ccc;
  padding: 20px 0 10px 0;
  margin: 30px 0;
  font-size: 20px;
  letter-spacing: 0.1em; }

div.content-body h3 span {
  font-size: 12px; }

div.content-body h4 {
  font-weight: 300;
  padding: 20px 0 10px 0;
  margin: 20px 0;
  font-size: 18px; }

div.content-body h5 {
  font-weight: 300;
  padding: 10px 0 5px 0;
  margin: 10px 0;
  font-size: 16px; }

/* CONCEPT ------------------------- */
div#concept {
  font-size: 20px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 50px 0; }

div#concept a {
  color: #000;
  text-decoration: underline; }

@media screen and (min-width: 1000px) {
  div#concept a:hover {
    opacity: 0.5; } }
img#gaya-dsp {
  position: absolute;
  top: 60px;
  left: 0;
  width: 195px;
  height: auto; }

img.wideimg {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

div.content-btn {
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  color: #333;
  text-align: center;
  border: thin solid #ccc;
  border-radius: 3px;
  margin-bottom: 15px; }

@media screen and (min-width: 1000px) {
  div.content-btn:hover {
    background-color: #eeeff0; } }
p#concept-ttl {
  text-align: center;
  padding: 80px 0 30px 0; }

p#concept-ttl img {
  width: 100px;
  height: auto; }

div.opened h1 {
  position: relative;
  border-bottom: thin dotted #ccc !important;
  padding: 20px 0 15px 0;
  background-color: #eeeff0;
  padding: 18px 0 17px 1em !important; }

div.accordion {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  div.accordion:after {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -30px;
    margin-top: -30px;
    border-right: 9px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-left: 9px solid transparent;
    width: 0;
    height: 0; }
  div.accordion h1 {
    /* 大見出し（タイトル） */
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 15px 0 20px 0;
    font-weight: 300;
    border-bottom: thin solid #ccc;
    padding-left: 1em; }
    @media screen and (min-width: 1000px) {
      div.accordion h1:hover {
        opacity: 0.5;
        cursor: pointer; } }
  div.accordion div {
    color: #333;
    padding: 20px;
    display: none;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.1em;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; }
    @media screen and (max-width: 1000px) {
      div.accordion div {
        font-size: 14px;
        line-height: 26px; } }
    div.accordion div h2 {
      /* 小見出し */
      font-size: 16px;
      padding: 15px 0 20px 0;
      font-weight: 300;
      padding-left: 1em; }
    div.accordion div p {
      margin-bottom: 10px; }
    div.accordion div img.fr, div.accordion div img.fl {
      width: 240px;
      height: auto; }
    div.accordion div img.fr {
      padding: 20px 0 40px 40px;
      float: right; }
      @media screen and (max-width: 1000px) {
        div.accordion div img.fr {
          padding: 10px 0;
          float: none;
          width: 100%;
          height: auto; } }
    div.accordion div img.fl {
      padding: 20px 40px 40px 0;
      float: left; }
      @media screen and (max-width: 1000px) {
        div.accordion div img.fl {
          padding: 10px 0;
          float: none;
          width: 100%;
          height: auto; } }
    div.accordion div img.cent {
      padding: 20px 40px 40px 0;
      width: 100%;
      height: auto;
      clear: both; }
    div.accordion div a {
      color: #006699;
      background-color: #eeeff0; }

p.caption {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.8em; }

/* STORES ------------------------- */
/*
div.shopinfo{
	padding:0 0 10px 0;
}
h4.shoppref{
	letter-spacing: 1em;
}
div.shopinfo a{
	color:#666;
	background-color:#eeeff0;
	padding:0 10px;
}
div.shopinfo a:hover{
	opacity:0.5;
}

*/
@media screen and (max-width: 800px) {
  div.content {
    width: 100%; }

  div.content-body {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0 0 40px 0; }

  div#concept {
    font-size: 16px;
    line-height: 1.9em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 0 50px 0; }

  div.content-btn {
    font-size: 16px; }

  div.accordion h1 {
    font-size: 15px; }

  img#gaya-dsp {
    display: none; } }
@media screen and (max-width: 320px) {
  div#concept {
    font-size: 14px; } }
