@charset "UTF-8";
/* CSS Document */
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* ///////////////////////////////////////////////////////////////////

環境設定

/////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////

body

/////////////////////////////////////////////////////////////////// */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #1F1F1F;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

p, dt, dd, td, li, h1, h2, h3, h4, h5, #pankuzu {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
}

p {
  padding-bottom: 15px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}

em {
  font-style: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.8;
}

.rollover:hover {
  opacity: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* =========================================================
表示設定
========================================================= */
.sp {
  display: inherit;
}

.sp-tab {
  display: inherit;
}

.sp-tab-i {
  display: inline;
}

.tab {
  display: none;
}

.tab-pc {
  display: none;
}

.pc {
  display: none;
}

.pc-i {
  display: none;
}

@media only print, only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .sp-tab-i {
    display: inline;
  }

  .sp-tab {
    display: inherit;
  }

  .tab {
    display: inherit;
  }

  .tab-pc {
    display: inherit;
  }

  .pc {
    display: none;
  }

  .pc-i {
    display: none;
  }
}
@media only print, only screen and (min-width: 1200px) {
  .sp {
    display: none;
  }

  .sp-tab {
    display: none;
  }

  .sp-tab-i {
    display: none;
  }

  .tab {
    display: none;
  }

  .tab-pc {
    display: inherit;
  }

  .pc {
    display: inherit;
  }

  .pc-i {
    display: inline;
  }
}
/* =========================================================
link
========================================================= */
a:link {
  color: #1F1F1F;
  text-decoration: none;
}

a:visited {
  color: #1F1F1F;
}

a:hover {
  text-decoration: underline;
}

/* =========================================================
container
========================================================= */
#container {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

/* =========================================================
header
========================================================= */
#header {
  position: relative;
  z-index: 8000;
}
#header #header-en #header-en-in {
  text-align: right;
  font-size: 13px;
  background: url("../img/sp_maintop_bg.png") repeat left top;
  padding: 8px 10px;
}
#header #header-en #header-en-in .sp-logo {
  width: 150px;
  float: left;
  text-align: left;
  line-height: 0;
  margin-top: -3px;
}
#header #header-en #header-en-in .en-link {
  display: inline-block;
  color: #926619;
  background: url("../img/icon_macaroni01.png") no-repeat left center;
  padding-left: 20px;
  background-size: contain;
}
#header #pc-header {
  display: none;
}

.outer-menu #hamburger-text {
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  color: #FFF;
  text-align: center;
}
.outer-menu li {
  line-height: 1.4;
}

@media only print, only screen and (min-width: 1200px) {
  #header #header-en {
    height: 30px;
    background: url("../img/pc_page_top_bg.png") repeat-x left top;
  }
  #header #header-en #header-en-in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: none;
    padding: 3px 5px 0 5px;
  }
  #header #header-in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #header #pc-header {
    width: 100%;
    max-width: 1206px;
    height: 85px;
    margin: -10px auto 0 auto;
    display: block;
    background: url("../img/pc_gnav_bg.png") no-repeat left top;
    background-size: contain;
    overflow: hidden;
    padding: 1vh 3vw;
  }
  #header #pc-header h1 {
    padding: 0;
    margin: 0;
    display: inline;
  }
  #header #pc-header h1 img {
    width: 25%;
    max-width: 346px;
    margin-top: 1vh;
  }
  #header #header-nav {
    display: block;
    float: right;
  }
  #header #header-nav ul {
    display: flex;
    padding-top: 15px;
  }
  #header #header-nav ul li {
    margin-right: 18px;
  }
  #header #header-nav ul li:last-child {
    margin-right: 0;
  }
}
.sub-header {
  padding: 15px;
  background: url("../img/bg_rep_hatch.gif") repeat left top;
}
.sub-header .sub-header-in {
  width: 98%;
  margin: 0 auto;
}
.sub-header .sub-header-in .pankuzu {
  text-align: right;
  color: #926619;
}
.sub-header .sub-header-in .pankuzu a {
  color: #926619;
}
.sub-header .sub-header-in .pankuzu a:visited {
  color: #926619;
}
.sub-header .sub-header-in .pankuzu span {
  text-decoration-color: #926619;
}
.sub-header .sub-header-in .h-1 {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media only print, only screen and (min-width: 1025px) {
  #header #pc-header h1 img {
    width: auto;
    margin-top: 0;
  }
}
@media only print, only screen and (min-width: 1200px) {
  .sub-header {
    margin-top: -80px;
  }
  .sub-header .sub-header-in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
    padding-top: 65px;
  }
}
/* =========================================================
maincontens
========================================================= */
#maincontens {
  height: auto;
  position: relative;
}

#pankuzu {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-repeat: repeat;
  background-position: left top;
  color: #926619;
}
#pankuzu ul {
  padding: 10px;
}
#pankuzu ul li {
  display: inline-block;
}
#pankuzu ul li i {
  margin-left: 5px;
}
#pankuzu a {
  color: #926619;
}
#pankuzu a:visited {
  color: #926619;
}
#pankuzu a:hover {
  text-decoration: none;
}
#pankuzu span {
  text-decoration-color: #926619;
}

.subpage #maincontens {
  background: url("../img/bg_rep_mugi.png") repeat left top;
  padding-top: 25px;
}
.subpage #maincontens.mpt {
  margin-top: 30px;
}

@media only print, only screen and (min-width: 1200px) {
  #pankuzu ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* =========================================================
footer
========================================================= */
#footer {
  position: relative;
  font-size: 12px;
  background: url("../img/sp_footer_bg.png") no-repeat center top;
  background-size: 100% auto;
}
#footer #footer-in {
  text-align: center;
  padding-top: 30px;
}
#footer #footer-in p {
  line-height: 1.5;
}
#footer #footer-in .sp-footer-logo {
  max-width: 300px;
  width: 45%;
  margin-bottom: 10px;
}

#footer-pc-pr-link-wr {
  padding-top: 60px;
  padding-bottom: 15px;
}

#footer-pc-pr-link {
  text-decoration: underline;
  color: #936339;
  font-size: 14px;
}

#copyright {
  font-size: 12px;
  text-align: center;
  background-color: #fbf1e4;
  padding: 5px 0 10px 0;
}

#page-top {
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media only print, only screen and (min-width: 1200px) {
  #footer {
    min-height: 385px;
    background: url("../img/pc_footer_bg.png") no-repeat center top;
    font-size: 18px;
  }
  #footer #footer-in {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px;
    background-color: #FFF;
  }
  #footer #footer-in p {
    padding-top: 35px;
    line-height: 1.8;
  }

  #copyright {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    background-color: initial;
  }
}
