@charset "UTF-8";
/* --------------------------------------------

	FileName	:	common.css

-------------------------------------------- */
/* reset style (html5 set)
-------------------------------------------------------------------- */
article, main, section, header, footer, nav, menu, aside, figure, figcaption {
  display: block;
  padding: 0;
  margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

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

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

a {
  outline: 0;
  vertical-align: baseline;
}
a > * {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.textOver, #pagetop {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* body
-------------------------------------------------------------------- */
body {
  font-size: 20px;
  line-height: 1.65;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
  color: #333333;
  width: 100%;
  min-width: 320px;
  *font-size: small;
  *font: x-small;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  z-index: -100;
}

/* 共通レイアウト
-------------------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.ie .inner {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
}

/* header
-------------------------------------------------------------------- */
header {
  background: #FFFFFF;
  border-top: 10px solid #326454;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  header {
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
.ie header {
  min-width: 1000px;
}

header {
  position: fixed;
  width: 100%;
}
header .inner {
  position: relative;
  z-index: 0;
}
header .inner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .inner h1 a {
  text-indent: 100%;
  overflow: hidden;
}
header .inner #asssitArea {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
header .inner #asssitArea #fontSize {
  position: relative;
  right: 3px;
  top: 5px;
  height: 25px;
  margin-bottom: 15px;
}
header .inner #asssitArea #fontSize dl {
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner #asssitArea #fontSize dl dt {
  display: inline-block;
  font-weight: bold;
  font-size: 0.8125rem;
}
header .inner #asssitArea #fontSize dl dd {
  display: inline-block;
  vertical-align: middle;
}
header .inner #asssitArea #fontSize dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .inner #asssitArea #fontSize dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 27px;
  margin-left: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
header .inner #asssitArea #fontSize dl dd ul li:hover, header .inner #asssitArea #fontSize dl dd ul li.active {
  background: #326454;
  color: #fff;
}
header .inner #asssitArea #fontSize dl dd ul li#switchFontSizeMedium {
  font-size: 14px;
}
header .inner #asssitArea #fontSize dl dd ul li#switchFontSizeBig {
  font-size: 16px;
}
header .inner #asssitArea #giftBtn a {
  display: inline-block;
  height: 69px;
  width: 259px;
  background: url("/img/btn-sa208a41088.png") 0 -220px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
header .inner #asssitArea #giftBtn a:hover {
  display: inline-block;
  height: 69px;
  width: 259px;
  background: url("/img/btn-sa208a41088.png") 0 -289px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#gnav {
  background-color: #326454;
  height: 50px;
}
#gnav .inner .acodion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnav .inner .acodion li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  header .inner {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  header .inner #banner {
    top: 45px;
    right: 10px;
  }
  header .inner #banner span {
    border-width: 4px;
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 640px) {
  header .inner #banner {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin: -10px auto 10px;
  }
  header .inner #banner span {
    border-width: 3px;
    font-size: 0.875rem;
  }
  header .inner #banner span br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header .inner #asssitArea #giftBtn a {
    display: inline-block;
    height: 69px;
    width: 259px;
    background: url("/img/btn-sa208a41088.png") 0 -220px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 210px auto;
    width: 210px;
    height: 55px;
  }
  header .inner #asssitArea #giftBtn a:hover {
    display: inline-block;
    height: 69px;
    width: 259px;
    background: url("/img/btn-sa208a41088.png") 0 -289px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 210px auto;
    background-position: 0 -194px;
    width: 210px;
    height: 55px;
  }
}
@media only screen and (max-width: 640px) {
  header .inner #asssitArea {
    position: relative;
    display: block;
  }
  header .inner #asssitArea #fontSize {
    display: none;
  }
  header .inner #asssitArea #giftBtn a {
    -webkit-box-shadow: 0 2px 2px -2px #555 inset;
            box-shadow: 0 2px 2px -2px #555 inset;
    position: relative;
    display: block;
    background-image: none;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: url("/img/common/bg_gift.png") left top repeat-x;
    text-indent: 0;
    overflow: auto;
    text-align: center;
    text-decoration: none;
    color: #333333;
    color: #e4007f;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    text-shadow: 1px 1px 1px white, -1px 1px 1px white, 1px -1px 1px white, -1px -1px 1px white, 2px 3px 2px rgba(0, 0, 0, 0.5);
    font-size: 1.125rem;
  }
  header .inner #asssitArea #giftBtn a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
    background: url("/img/common/img_request.png") left top no-repeat;
    background-size: auto 18px;
  }
  header .inner #asssitArea #giftBtn a:hover {
    width: 100%;
    height: auto;
    text-indent: 0;
    overflow: auto;
    background: url("/img/common/bg_gift.png") left top repeat-x;
  }
}
@media only screen and (max-width: 640px) {
  header .inner #gnav {
    border-top: 3px solid #444;
  }
}
@media only screen and (min-width: 641px) {
  header .inner #gnav ul {
    display: table !important;
  }
}
@media only screen and (max-width: 640px) {
  header .inner #gnav ul li:hover, header .inner #gnav ul li.active {
    background: #fff;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner #gnav ul li a.about:after {
    height: 60px;
    width: 124px;
    background-image: url("/img/iconRet-s6ed755d32b.png");
    background-position: 0 -364px;
    background-size: 124px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner #gnav ul li a.caution:after {
    height: 60px;
    width: 97px;
    background-image: url("/img/iconRet-s6ed755d32b.png");
    background-position: 0 -30px;
    background-size: 124px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner #gnav ul li a.shop:after {
    height: 60px;
    width: 97px;
    background-image: url("/img/iconRet-s6ed755d32b.png");
    background-position: 0 -304px;
    background-size: 124px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner #gnav ul li a.qa:after {
    height: 60px;
    width: 109px;
    background-image: url("/img/iconRet-s6ed755d32b.png");
    background-position: 0 -210px;
    background-size: 124px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner #gnav ul li a.home:after {
    height: 60px;
    width: 47px;
    background-image: url("/img/iconRet-s6ed755d32b.png");
    background-position: 0 -150px;
    background-size: 124px auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .inner #gnav ul li a.guide:after {
    height: 60px;
    width: 125px;
    background-image: url("/img/iconRet-s6ed755d32b.png");
    background-position: 0 -90px;
    background-size: 124px auto;
  }
}
@media only screen and (max-width: 640px) {
  header .inner #gnav ul li#guide {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }
  header .inner #gnav ul li#guide a {
    color: #e4007f;
    width: 100%;
    padding: 12px 0 12px 10px;
    border: none;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
  }
  header .inner #gnav ul li#guide a:after {
    display: none;
  }
  header .inner #gnav ul li#guide a:hover {
    background: #fff;
    text-decoration: underline;
    color: #e4007f;
  }
}
.ie header .inner #gnav ul {
  display: block;
  display: inline-block;
  display: block;
}
.ie header .inner #gnav ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.ie header .inner #gnav ul li {
  display: inline-block;
  width: 20%;
  float: left;
}

@media only screen and (max-width: 640px) {
  header .inner #gnav dl dt {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    width: 55px;
    height: 55px;
    text-indent: -300%;
    overflow: hidden;
  }
  header .inner #gnav dl dt a {
    display: block;
    width: 55px;
    height: 55px;
    height: 55px;
    width: 55px;
    background-image: url("/img/btnRet-s0dbe0e73b9.png");
    background-position: 0 0;
    background-size: 256px auto;
  }
  header .inner #gnav dl dt a.active {
    height: 55px;
    width: 55px;
    background-image: url("/img/btnRet-s0dbe0e73b9.png");
    background-position: 0 -55px;
    background-size: 256px auto;
  }
  header .inner #gnav ul {
    display: none;
    padding: 20px 10px;
    background: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .inner #gnav ul li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #444;
    display: block;
    position: relative;
    font-size: 1rem;
  }
  header .inner #gnav ul li:hover {
    background: #fff;
  }
  header .inner #gnav ul li:first-child {
    border-radius: 3px 3px 0 0;
  }
  header .inner #gnav ul li:last-child {
    border-radius: 0 0 3px 3px;
  }
  header .inner #gnav ul li:after, header .inner #gnav ul li:before, header .inner #gnav ul li:first-child:after {
    display: none;
  }
  header .inner #gnav ul li a {
    text-decoration: none;
    display: block;
    height: auto;
    padding: 12px 0 12px 10px;
    text-indent: 0;
    text-align: left;
    color: #e4007f;
  }
  header .inner #gnav ul li a:after {
    display: none;
  }
  header .inner #gnav ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    height: 8px;
    width: 7px;
    background: url("/img/arrow-s730e3fe639.png") 0 -77px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 18px auto;
  }
  header .inner #gnav ul li a:hover {
    text-decoration: underline;
  }
  header .inner #gnav ul li:after {
    display: none;
  }
}
/* main
-------------------------------------------------------------------- */
main {
  background: #EDF0AD;
  background-size: 100% auto;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  main {
    padding-bottom: 0;
  }
}
main nav#topicPath {
  background: #e4007f;
  -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 640px) {
  main > section > h2 {
    height: 100px;
    background-size: auto 60px !important;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (max-width: 640px) {
  main > section > h2:after {
    background-size: 78px 88px;
    width: 78px;
    height: 88px;
    right: 10px;
  }
}
.ie main nav#topicPath {
  min-width: 1000px;
}

@media only screen and (max-width: 640px) {
  main nav#topicPath {
    display: none;
  }
}
main nav#topicPath ol {
  padding: 10px 0;
  display: inline-block;
  display: block;
}
main nav#topicPath ol:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
main nav#topicPath ol li {
  color: #fff;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
main nav#topicPath ol li:before {
  display: none;
}
main nav#topicPath ol li a {
  color: #fff;
  text-decoration: underline;
}
main nav#topicPath ol li a:after {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
}
main nav#topicPath ol li a:hover {
  text-decoration: none;
}

/* footer
-------------------------------------------------------------------- */
footer {
  background: #f0f0f0;
}

.ie footer {
  min-width: 1000px;
}

footer #footerList {
  background: #147e4f;
}
footer #footerList ul {
  padding: 12px 0 12px;
  display: inline-block;
  display: block;
}
footer #footerList ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
footer #footerList ul li {
  float: left;
  margin-right: 10px;
  font-size: 0.8125rem;
}
footer #footerList ul li a {
  color: #fff;
}
footer #footerList ul li a:hover {
  text-decoration: none;
}
footer #footerList ul li:after {
  content: "／";
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
footer #footerList ul li:last-child:after {
  display: none;
}
footer > .inner {
  padding: 20px 0 25px;
  position: relative;
  display: inline-block;
  display: block;
}
footer > .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
footer > .inner #footerLogo {
  float: left;
}
footer > .inner #footerLogo h2 {
  display: inline-block;
  height: 135px;
  width: 320px;
  background: url("/img/logo-fotter.png");
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
footer > .inner #footerInfo {
  float: right;
}
footer > .inner #footerInfo p {
  font-weight: bold;
}
footer > .inner #footerInfo p:first-child {
  font-size: 1.0625rem;
}
footer > .inner #footerInfo p.tel {
  font-family: Arial;
  font-weight: 700;
  line-height: 1;
  font-size: 2.25rem;
}
footer > .inner #footerInfo p.tel a {
  color: #333333;
  text-decoration: none;
}
footer > .inner #footerInfo p.tel + p {
  margin-top: 5px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 640px) {
  footer #footerList ul {
    padding: 0;
  }
  footer #footerList ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #footerList ul li a {
    text-decoration: none;
    display: block;
    padding: 12px 0 12px 10px;
  }
  footer #footerList ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    height: 9px;
    width: 7px;
    background: url("/img/arrow-s730e3fe639.png") 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 18px auto;
  }
  footer #footerList ul li a:hover {
    text-decoration: underline;
  }
  footer #footerList ul li:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  footer > .inner {
    padding: 0;
  }
  footer > .inner #footerLogo {
    padding-top: 10px;
    float: none;
    position: relative;
    width: 100%;
    height: 115px;
  }
  footer > .inner #footerLogo h2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 83px;
    width: 290px;
    height: 103px;
    width: 340px;
    background: url("/img/logo-fotter.png") center center no-repeat;
    background-size: 70%;
  }
  footer > .inner #footerInfo {
    padding-top: 15px;
    padding-bottom: 20px;
    float: none;
    width: 100%;
    background: #dcdcdc;
  }
  footer > .inner #footerInfo p {
    text-align: center;
    font-weight: bold;
  }
  footer > .inner #footerInfo p:first-child {
    font-size: 0.875rem;
  }
  footer > .inner #footerInfo p.tel {
    font-size: 2rem;
  }
}
/* pagetop
-------------------------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 99;
  width: 106px;
  height: 120px;
}
#pagetop a {
  display: block !important;
  display: inline-block;
  height: 106px;
  width: 106px;
  background: url("/img/btn-toTop.png");
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* print用CSS
-------------------------------------------------------------------- */
@media print {
  html:lang(ja) body {
    zoom: 60%;
  }
  .inner {
    width: 1100px;
    max-width: 1100px;
  }
  #gnav ul.acodion {
    display: block;
    display: inline-block;
    display: block;
  }
  #gnav ul.acodion:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #gnav ul.acodion li {
    float: left;
    width: 20%;
    display: inline-block;
  }
  #pagetop {
    display: none !important;
  }
}
/* 250619　追記
-------------------------------------------------------------------- */
* .pcOnly {
  display: block !important;
}
* .spOnly {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  * .pcOnly {
    display: none !important;
  }
  * .spOnly {
    display: block !important;
  }
}
body {
  font-size: 1.2rem;
}

@media only screen and (max-width: 640px) {
  section {
    padding: 0 10px;
  }
  section#mainV {
    padding: 0;
    padding-top: 130px;
  }
}
.inner {
  max-width: 1200px;
}

#header {
  background: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, );
  background: linear-gradient(0);
  border-top: 10px solid #326454;
  border-bottom: none;
  position: fixed;
  width: calc(100vw - (100vw - 100%));
  z-index: 100;
}
#header .inner {
  position: relative;
  z-index: 0;
  height: 120px;
}
#header .inner h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
#header .inner h1 a {
  text-indent: 0;
  overflow: auto;
}
#header .inner h1 #asssitArea {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
#header .inner h1 #asssitArea #fontSize {
  position: relative;
  right: 3px;
  top: 5px;
  height: 25px;
  margin-bottom: 15px;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl {
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dt {
  display: inline-block;
  font-weight: bold;
  font-size: 0.8125rem;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd {
  display: inline-block;
  vertical-align: middle;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 27px;
  margin-left: 5px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd ul li:hover, #header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd ul li.active {
  background: #326454;
  color: #fff;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd ul li#switchFontSizeMedium {
  font-size: 14px;
}
#header .inner h1 #asssitArea #fontSize #fontsizeControl dl dd ul li#switchFontSizeBig {
  font-size: 16px;
}
#header .inner h1 #asssitArea #giftBtn a {
  display: inline-block;
  height: 69px;
  width: 259px;
  background: url("/img/btn-sa208a41088.png") 0 -220px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#header .inner h1 #asssitArea #giftBtn a:hover {
  display: inline-block;
  height: 69px;
  width: 259px;
  background: url("/img/btn-sa208a41088.png") 0 -289px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#header .inner > .inner {
  padding: 1.5em 0;
}
#header #gnav {
  background-color: #326454;
  height: 70px;
}
#header #gnav .inner .acodion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #gnav .inner .acodion li {
  width: 20%;
  height: 70px;
  border-right: #fff solid 1px;
}
#header #gnav .inner .acodion li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  height: 70px;
}
#header #gnav .inner .acodion > .home {
  border-left: #fff solid 1px;
}
#header #gnav .inner .acodion > .guide {
  background-color: #F37D40;
}
#header #gnav .inner .acodion > .guide a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header #gnav .inner .acodion > .guide a span {
  font-size: 14px;
  color: #ffffff;
  background: #e73379;
  padding: 0 6px;
}

@media only screen and (max-width: 640px) {
  #header {
    padding: 0 0.5em;
  }
  #header h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #toggle {
    width: 60px;
    height: 60px;
    background-color: #326454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
  }
  #header #toggle span {
    display: block;
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    border-radius: 3px;
    border-bottom: solid 3px #ffffff;
    -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/ /*変化の速度を指定*/
    transition: 0.35s ease-in-out; /*変化の速度を指定*/
  }
  #header #toggle span:nth-child(1) {
    top: 20px;
  }
  #header #toggle span:nth-child(2) {
    top: 30px;
  }
  #header #toggle span:nth-child(3) {
    top: 40px;
  }
  #header #toggle.open span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  #header #toggle.open span:nth-child(2) {
    opacity: 0;
  }
  #header #toggle.open span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  #header #toggle.open span {
    left: 30%;
  }
  #header #gnav {
    display: none;
    position: absolute;
    top: 120px; /* ボタンの下に表示 */
    left: 0;
    width: 100%;
    background-color: rgba(227, 239, 233, 0.7450980392);
    height: 100vh;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header #gnav .inner .acodion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header #gnav .inner .acodion li {
    border: none;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #326454;
    padding-left: 0.5em;
  }
  #header #gnav .inner .acodion li a {
    color: #326454;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  #header #gnav .inner .acodion li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #326454;
    border-right: solid 2px #326454;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
  }
  #header #gnav .inner .acodion li.guide a {
    color: #fff;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header #gnav .inner .acodion li.guide a::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  #header #gnav.open {
    display: block;
  }
}
main {
  background: #FFF;
  width: calc(100vw - (100vw - 100%));
}
main > section > .inner > h2 {
  height: 200px;
  margin: 100px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxを使用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向の中央揃え */
}
main > section > .inner > h2 span {
  position: relative;
  color: #326454;
  text-shadow: rgba(0, 0, 0, 0.2039215686) 1px 5px 10px;
  font-weight: bold;
  font-size: 50px;
  padding-left: 70px;
}
main > section > .inner > h2 span::before {
  position: absolute;
  content: url(../img/common/h2accent.png);
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main > section > .inner > h2.disaccent::after {
  content: none;
}
main #guide > .inner > h2 {
  background-color: #FFE8DB;
  color: #F37D40;
}
main section#about,
main section#caution,
main section#shop,
main section#guide {
  position: relative;
}
main section#about::before,
main section#caution::before,
main section#shop::before,
main section#guide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background-color: #E3EFE9;
  top: 0;
  left: 0;
  z-index: 0;
}
main section#guide h2 span {
  color: #F08F5B;
}
main section#guide::before {
  background-color: #FFE8DB;
}
main h3 {
  background-color: #326454;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 10px;
  padding: 0.8em 0 0.8em 0.5em;
  margin: 1.5em 0;
}
main h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 1em 0;
  position: relative;
  padding-left: 1em;
}
main h4::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 50px;
  left: 0;
  top: 0;
  background-color: #326454;
  border-radius: 10px;
}
main nav#topicPath {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #326454;
  background-color: #fff;
}
main nav#topicPath ol li {
  color: #326454;
}
main nav#topicPath ol li a {
  color: #326454;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  main > section > .inner > h2 {
    margin: 50px auto 30px;
  }
  main > section > .inner > h2 span {
    font-size: 40px;
  }
  main > section.request > .inner > h2 span {
    font-size: 34px;
  }
  main h3 {
    font-size: 25px;
  }
  main h4 {
    font-size: 20px;
  }
  main h4::before {
    height: 40px;
  }
}
footer {
  color: #326454;
  border-top: #326454 solid 50px;
  margin-top: 50px;
  width: calc(100vw - (100vw - 100%));
}

footer > .inner {
  padding-top: 80px;
}

footer > .inner #footerInfo p.tel a {
  color: #326454;
}

footer > .inner #footerLogo h2 {
  background: url(../img/logo-fotter.png);
  background-repeat: no-repeat;
  height: 200px;
  width: 480px;
}

@media only screen and (max-width: 640px) {
  footer > .inner #footerLogo h2 {
    background-size: 100% !important;
    width: 100%;
    text-align: center;
    top: -50%;
  }
}
.pdf.icon {
  display: inline-block;
  margin: 6px;
}