@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",
    Verdana, Geneva, Arial, sans-serif;
  color: #4e4a58;
  font-size: 13px;
  background-size: 100%;
  background: #ede5d1;
  border-top: solid 5px #b12412;
  border-bottom: solid 5px #b12412;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, rgba(255, 179, 0, 0.7) 0%) repeat scroll 0 0;
}

em {
  color: #b12412;
  padding: 0 3px;
}

strong,
b {
  font-size: 100%;
}

ins {
  display: inline-block;
  background: #cea033;
  color: #fff;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  border: dotted 1px #c4c4c4;
  background: #e1d9c7;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px dotted #c4c4c4;
  font-size: 90%;
}

/*--- blockquote*/
blockquote {
  margin-bottom: 30px;
  padding: 2em;
  text-align: center;
  background: #ede5d1;
  font-family: "Sawarabi Mincho";
  font-size: 120%;
  position: relative;
  letter-spacing: -0.04em;
  color: #553f3f;
  z-index: 1;
}

blockquote:before,
blockquote:after {
  font-size: 22px;
  line-height: 1em;
  color: #decf9e;
  font-family: FontAwesome;
  z-index: -1;
  text-shadow: none;
}

blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 10px;
  top: 10px;
}

blockquote:after {
  content: "\f10e";
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  border: 6px double #ede5d1;
  border-radius: 8px;
}

article ul li {
  margin: 2em 10px;
  padding: 5px 10px;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f042";
  color: #cea033;
  margin-right: 8px;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;
  background: #f9f7ed;
  border-top: solid 4px #b12412;
  border-bottom: 1px dotted #ccc;

  counter-reset: number;
  list-style-type: none !important;
  position: relative;
}

article ol li {
  margin: 1.5em 0;
  padding: 15px 0 15px 65px;

  list-style: none;
  position: relative;
}

article ol li:before {
  font-size: 12px;
  color: #fff;
  background: #b12412;
  font-weight: bold;
  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 35px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#prim-wrap {
  /* overflow: hidden; */
  position: relative;
  background: url(../images/line.png) repeat-x bottom;
}

/* #prim-wrap main {

} */
article {
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #f0ede3;
  box-sizing: border-box;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

/*--- link*/
a {
  display: block;
  color: #4e4a58;
}

a:hover {
  color: #b12412;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6,
.under h1,
.under h2,
.under h3 {
  line-height: 1.2;
  font-weight: 500;
  font-family: "Sawarabi Mincho";
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  margin-bottom: 15px;
}

h2,
.under h1 {
  font-size: 140%;
  line-height: 100px;
  padding-left: 15px;
  background: url(../images/h2.png) no-repeat right;
}

h3,
.under h2 {
  font-size: 140%;
  padding: 12px 5px;
  position: relative;
  border-bottom: solid 2px #fff;
  box-shadow: 0px 2px #daae41, 0px -3px #daae41 inset;
}

h4,
.under h3 {
  border: solid 1px #daae41;
  padding: 3px 5px;
  color: #daae41;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  font-size: 110%;
  background: #ede5d1;
  padding: 5px 10px;
}

h6 {
  font-size: 110%;
  padding: 3px 5px;
  color: #b12412;
}

/*--- header ---*/
#prim-hd {
  width: 100%;
  padding-bottom: 8px;
  font-family: "Sawarabi Mincho";
  background: url(../images/line.png) repeat-x bottom;
}

.prim-lower #prim-hd {
  margin-bottom: 0;
}

.prim-hdIn {
  width: 972px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.prim-hdTtl {
  width: 960px;
  margin: 10px auto;
  background: url(../images/icon.png) no-repeat bottom left;
  padding-left: 54px;
}

/*--- h1*/
h1 a {
  font-size: 172%;
  font-weight: 700;
  letter-spacing: -0.1em;
  color: #4e4a58;
}

h1 a:hover {
  text-decoration: none;
}

h1 a:hover:before {
  color: #decf9e;
}

/*--- headCopy*/
.prim-cp {
  font-weight: 700;
  margin: 0 auto;
  font-size: 115%;
}

/*--- headNav ---*/
#prim-hdnv {
  width: 100%;
}

.prim-nvIn {
  max-width: 960px;
  margin: 10px auto 5px;
  overflow: hidden;
  text-align: center;
}

.prim-nvIn li {
  width: 25%;
  float: left;
}

.prim-nvIn li a {
  width: 90%;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px 0;
  position: relative;
  border-bottom: solid 3px #ede5d1;
}

.prim-nvIn li a:hover {
  color: #b12412;
  border-bottom-color: #b12412;
}

.prim-nvIn li a:after {
  font-family: FontAwesome;
  content: "\f111";
  font-weight: normal;
  position: absolute;
  left: 10px;
  color: #cea033;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
#prim-mainvisual {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.mainpage-slid {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -485px;
}

.bx-wrapper {
  max-width: 960px !important;
  margin: 0 auto;
  position: relative;
  border: none;
  box-shadow: none;
}

.prim-mainvisual .bx-viewport {
  height: auto !important;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.side_p2 img {
  width: 100%;
}

/*--- mainArea ---*/
#prim-main {
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}


#prim-main>section {
  max-width: 72%;
  float: left;
}

@media (max-width: 712px) {
  #prim-main {
    flex-direction: column;
  }

  #prim-main>section {
    max-width: inherit;
  }
}


#prim-main article {
  padding: 2%;
  overflow: hidden;
}

/*--- 下層リンク ---*/
.prim-lk {
  position: relative;
  overflow: hidden;
}

/*--- 3col*/
.prim-sec {
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 20px;
  background: url(../images/line.png) repeat-x bottom;
}

.prim-sec>ul {
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/bg.png) repeat;
}

.prim-sec li {
  width: 33%;
  float: left;
}

.prim-sec li .prim-lk {
  width: 90%;
  margin: 40px auto;
  color: #fff;
  background: none;
  border: none;
}

.prim-sec .prim-lk h2 {
  font-size: 145%;
  color: #553f3f;
  font-weight: 700;
  padding: 12px 0;
  margin-bottom: 0;
  border: 0;
  background: none;
  line-height: 1.4em;

  border-bottom: 0;
  box-shadow: none;
  text-align: center;
}

.prim-sec .prim-lk h2:before {
  display: none;
}

.prim-sec .prim-lk img {
  margin-bottom: 0;
}

/*--- readMore*/
.prim-more {
  width: 160px;
  margin: 20px auto 0;
  text-align: center;
}

.prim-more a {
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.8);
  color: #b12412;
  padding: 9px 0;
  position: relative;
}

.prim-more a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 33%;
}

.prim-more a:hover {
  background: rgba(255, 255, 255, 0.5);
}

/*--- recommend ---*/
#prim-rc {
  margin: 30px auto;
  padding-top: 7px;
  margin-bottom: 20px;
  background: url(../images/line.png) repeat-x top;
}

#prim-rc>article {
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/bg.png) repeat bottom;
}

#prim-rc h2 {
  font-size: 145%;
  color: #553f3f;
  font-weight: 700;
  padding: 0 0 12px;
  margin-bottom: 0;
  border: 0;
  background: none;
  line-height: 2em;

  border-bottom: 0;
  box-shadow: none;
  text-align: center;
}

/*--- h3_link*/
.prim-rcIn {
  width: 90%;
  margin: 0 auto;
}

.prim-rcIn h3 {
  padding: 0;
  text-align: center;
  border-bottom: 0;
  box-shadow: none;
}

.prim-rcIn h3 a {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.8);
  color: #b12412;
}

.prim-rcIn h3 a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 20px;
  display: inline-block;
}

.prim-rcIn h3 a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.prim-rcIn p {
  margin: 5px auto 0;
  text-align: right;
  font-size: 90%;
}

/*--- aside ---*/
#prim-side {
  /*min-*/
  width: 25%;
  float: right;
  font-family: "Sawarabi Mincho";
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dl {
  margin: 0 auto 30px;
  background: url(../images/bg.png) bottom left;
  border-top: solid 4px #b12412;
  overflow: hidden;
}

aside dt {
  font-size: 110%;
  padding: 12px 20px;
  border-bottom: 1px dotted #ccc;
  background: rgba(255, 255, 255, 0.8);
}

aside dd a {
  border-bottom: 1px dotted #ccc;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  position: relative;
}

aside dd a:hover {
  background: rgba(255, 255, 255, 0.4);
}

aside .side_fi dd a:before,
aside .side_se a p:before {
  font-family: FontAwesome;
  content: "\f152";
  color: #b12412;
  margin-left: 5px;
  font-weight: normal;
}

aside dd a:hover:before,
aside .side_se a:hover p:before {
  color: #cea033;
}

aside .side_se dd img {
  width: 96%;
  margin: 2%;
}

/*--- footer ---*/
#prim-ft {
  width: 100%;
  background: url(../images/bg.png) repeat;
}

footer ul {
  max-width: 970px;
  margin: 0 auto;
  overflow: hidden;
}

footer li {
  width: 330px;
  margin-right: 55px;
  float: left;
  font-family: "Sawarabi Mincho";
}

footer dl {
  margin: 30px auto 0;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 4px #b12412;
  overflow: hidden;
}

footer dt {
  font-size: 110%;
  padding: 12px 20px;
  border-bottom: 1px dotted #ccc;
}

footer dd a {
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  position: relative;
}

footer dd a:before {
  font-family: FontAwesome;
  content: "\f152";
  color: #b12412;
  margin-left: 5px;
  font-weight: normal;
}

footer dd a:hover:before {
  color: #cea033;
}

/*--- footCopy*/
.prim-fc {
  max-width: 970px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
}

/*--- 404*/
.prim-nf {
  margin-top: 20px;
  min-height: 850px;
}

.prim-nf b {
  font-family: "Sawarabi Mincho";
  font-size: 370%;
  color: #decf9e;
}

/*--- pan*/
.prim-pan {
  max-width: 970px;
  margin: 10px auto;
}

.prim-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

/*--- SNS ---*/
#prim-sns {
  margin: 30px auto;
  padding-top: 7px;
  margin-bottom: 20px;
  background: url(../images/line.png) repeat-x top;
}

.prim-snsIn {
  padding-bottom: 30px;
  background: url(../images/bg.png) repeat bottom;
}

#prim-sns h2 {
  font-size: 145%;
  color: #553f3f;
  font-weight: 700;
  padding: 12px;
  margin-bottom: 0;
  border: 0;
  background: none;
  line-height: 2em;

  border-bottom: 0;
  box-shadow: none;
  text-align: center;
}

.prim-snsIn dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.prim-snsIn dd {
  width: 25%;
  text-align: center;
  float: left;
}

.prim-snsIn dd a {
  width: 94%;
  margin: 0 auto;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.8);
  color: #b12412;
}

.prim-snsIn dd a:hover {
  background: rgba(255, 255, 255, 0.5);
}

/*--- topPage*/
.prim-btn a {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;

  font-size: 9px;
  background: rgba(85, 63, 63, 0.85);
}

.prim-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f102";
  font-size: 46px;
  color: #fff;
  font-weight: normal;
}

.prim-btn a:hover {
  background: rgba(85, 63, 63, 0.4);
}

@charset "utf-8";

@media screen and (max-width: 712px) {
  * {
    line-height: 1.6;
  }

  /*--- layout ---*/
  #prim-wrap {
    width: 100%;
    margin: 0 auto 30px;
    background: none;
    box-shadow: none;
  }

  /*--- title ---*/
  h2,
  h3,
  h4,
  h5,
  h6,
  .under h1 {
    text-align: left;
    font-size: 125%;
    line-height: 1.3;
  }

  h1 a,
  .prim-lower h1 a,
  .ttl_h a {
    font-size: 120%;
    line-height: 1.2;

    width: 96%;
    margin: 0 auto;
    padding: 8px 0;
  }

  .prim-cp,
  .prim-lower .prim-cp {
    width: 96%;
    margin: 0 auto;
    font-size: 90%;
    padding: 5px 0;
    line-height: 1.2;
  }

  /*--- header ---*/
  #prim-hd {
    margin-bottom: 0;
  }

  .prim-hdIn {
    width: 100%;
    height: auto;
  }

  .prim-hdTtl,
  .prim-lower .prim-hdTtl {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
  }

  .prim-hdTtl {
    background: none;
    padding-left: 0;
  }

  #prim-main>section {
    width: 100%;
    float: none;
  }

  /*--- mainSlider ---*/
  #prim-mainvisual {
    width: 100%;
    margin: 0;
    position: static;
    overflow: hidden;
  }

  #prim-mainvisual li img {
    margin: 0;
  }

  .mainpage-slid {
    left: 0;
    margin-left: 0;
  }

  /*--- mainArea ---*/
  #prim-main {
    width: 96%;
    margin: 0 2%;
    float: none;
  }

  /*--- 下層リンク ---*/
  .prim-sec .prim-lk section>article.prim-lk div {
    width: 100%;
    float: none;
  }

  .prim-lk>div {
    width: 96%;
    margin: 0 auto;
    float: none;
  }

  section>.prim-lk img,
  .prim-lk img {
    width: 96%;
    margin: 2%;
    border: none;
    float: none;
  }

  .prim-sec li {
    width: 100%;
    float: none;
  }

  /*--- readMore*/
  .prim-more {
    width: 90%;
    margin: 1em auto;
    text-align: center;
    position: static;
  }

  .prim-more a {
    line-height: 3em;
  }

  /*--- recommend ---*/
  #prim-rc {
    width: 100%;
  }

  /*--- h3_link*/
  .prim-rcIn {
    width: 96%;
    float: none;
    margin: 0 auto 10px;
  }

  /*--- footer ---*/
  #prim-ft {
    width: 100%;
  }

  footer ul {
    width: 94%;
    margin: 0 auto;
  }

  footer ul li {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  footer dl {
    width: 100%;
    padding: 0;
  }

  footer dt,
  footer dd {
    width: 90%;
    margin: 0 auto;
    font-size: 100%;
    text-align: center;
    display: block;
  }

  footer dt {
    padding: 10px 0;
    margin-top: 10px;
  }

  footer dd a {
    padding: 12px 0;
  }

  footer dd a:before {
    display: none;
  }

  /*--- footer copy*/
  .prim-fc {
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }

  /*--- pan*/
  .prim-pan {
    width: 100%;
    margin: 5px auto;
  }

  /*--- SNS ---*/
  #prim-sns {
    width: 96%;
    margin: 0 auto;
    position: static;
  }

  .prim-snsIn dd {
    width: 25%;
    margin: 0 0 5px;
  }

  .prim-snsIn dd a {
    padding: 10px 0;
    font-size: 16px;
  }

  /*--- aside ---*/
  #prim-side {
    width: 100%;
    float: none;
  }

  aside dl,
  aside dd {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  aside dt {
    color: #333;
  }

  aside .side_fi dd a {
    padding: 15px 0;
  }

  aside .side_se dd a {
    padding: 0;
  }

  aside .side_se dd a p {
    padding: 15px;
    position: static;
    background: none;
    font-size: 100%;
  }

  /*--- 404*/
  .prim-nf {
    min-height: auto;
  }

  /*--- slicknav ---*/
  #prim-hdnv,
  .prim-menu {
    display: none;
  }

  .slicknav_menu .slicknav_icon {
    display: none;
  }

  .slicknav_nav {
    border-bottom: none;
  }

  .slicknav_btn {
    float: none;
    background: #2f1e1e;
    /*--- bar背景*/
    border-radius: 0;
  }

  .slicknav_menu {
    width: 100%;
    display: block;
    padding: 0;
    background: #d4efe8;
    /*--- dl背景*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }

  .slicknav_menu a {
    margin: 0;
    color: #553f3f;
    /*--- dd文字*/
    overflow: hidden;
    padding: 0;
  }

  .slicknav_nav a {
    padding: 7px 15px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    /*--- dd背景*/
  }

  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #b12412;
    /*--- hover文字*/
    background: rgba(255, 255, 255, 0.5);
    /*--- hover背景*/
  }

  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  .slicknav_nav .slicknav_row:hover {
    color: #fff;
    border-radius: 0;
    background: none;
  }

  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.5em;
    font-size: 90%;
    padding: 10px;
    color: #ffffff;
    /*--- bar文字*/
  }

  .slicknav_menu img {
    display: none;
  }

  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}