@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 {
  color: #666;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3,
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, sans-serif;
  font-size: 13px;
  background: #fffbf1;
  line-height: 1.8;
}

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 {
  color: #6e2b1d;
}

em {
  color: #ef8bae;
}

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

ins {
  display: inline-block;
  background: #fff7e9;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  border-top: solid 1px #ddd;
}

table th {
  width: 150px;
  padding: 30px 0;
  vertical-align: top;
  border: solid 1px #f4e9ce;
  background: #fff7e9;
  color: #6e2b1d;
  text-align: center;
  font-family: "Sawarabi Mincho";
}

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

/*--- blockquote*/
blockquote {
  margin-bottom: 30px;
  padding: 2em;
  text-align: center;
  background: #fff;
  color: #6e2b1d;
  font-size: 100%;
  position: relative;
  font-family: "Sawarabi Mincho";
  z-index: 1;
}

blockquote:before {
  font-size: 70px;
  content: "❝";
  color: #ceab19;
  position: absolute;
  left: 20px;
  top: -40px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  padding: 10px 0;
  position: relative;
  background: #fff;
  border: solid 1px #ceab19;
}

article ul li {
  margin: 20px;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f069";
  color: #ceab19;
  font-size: 12px;
  margin-right: 5px;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;
  padding: 10px 0;
  counter-reset: number;
  list-style-type: none !important;
  position: relative;
  border: solid 1px #ceab19;
}

article ol li {
  width: 96%;
  margin: 10px auto;
  padding: 10px 0 10px 35px;

  list-style: none;
  position: relative;
}

article ol li:before {
  font-size: 30px;
  font-family: "Sawarabi Mincho";
  font-style: italic;
  color: #ceab19;

  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  display: inline-block;

  width: 30px;
  left: 0;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#box-wrap {
  margin: 0 auto;
  /* overflow: hidden; */
}

main {
  max-width: 980px;
  margin: 20px auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

article {
  margin-bottom: 30px;
}

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

/*--- link*/
a {
  display: block;
  color: #6e2b1d;
}

a:hover {
  color: #ff538f;
}

/*--- title ---*/
h2,
h3,
h4,
h5,
h6,
.under h1 {
  line-height: 1.2;
  font-weight: normal;
  font-family: "Sawarabi Mincho";
  margin-bottom: 15px;
  color: #6e2b1d;
}

h2,
.under h1 {
  font-size: 170%;
  text-align: center;
  letter-spacing: -0.07em;
  padding: 10px;
  font-weight: normal;
  border: double 4px #ceab19;
}

h3,
.under h2 {
  font-size: 150%;
  padding: 10px;
  background-image: linear-gradient(90deg, #ceab19, #fffbf1);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

h4,
.under h3 {
  font-size: 150%;
  padding: 5px;
  color: #ceab19;
}

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

h5 {
  font-size: 110%;
  padding: 5px 10px;
  background: #fff;
  border: solid 1px #ceab19;
}

h6 {
  font-size: 100%;
  background: #ceab19;
  color: #fff;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W6", HiraKakuProN-W3,
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", Meiryo, sans-serif;
  padding: 5px 10px;
}

/*--- header ---*/
#box-head {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 3px 1px rgba(110, 43, 29, 0.1);

  background-color: #fffaee;
  background-image: -webkit-gradient(linear,
      0 0,
      0 100%,
      color-stop(0.5, transparent),
      color-stop(0.5, #ffffff),
      to(#ffffff)),
    -webkit-gradient(linear, 0 0, 100% 0, color-stop(0.5, transparent), color-stop(0.5, #ffffff), to(#ffffff));
  -webkit-background-size: 5px 5px;
}

.box-headIn {
  width: 100%;
  padding-top: 40px;
  background: url(../images/bg1.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.box-headTtl {
  max-width: 960px;
  margin: 0 auto;
}

.box-headTtlIn {
  max-width: 540px;
  float: left;
  margin-left: 250px;
  padding-bottom: 5px;
}

.box-headTtlIn h1 a,
.box-cp {
  background-color: #fff;
  display: inline;
}

/*--- h1*/
h1,
.ttl_h {
  font-weight: 700;
  line-height: 2em;
  font-family: "Sawarabi Mincho";
}

h1 a,
.ttl_h a {
  color: #6e2b1d;
  font-size: 160%;
  letter-spacing: -0.1em;
}

h1 a:hover,
.ttl_h a:hover {
  color: #ceab19;
}

/*--- headCopy*/
.box-cp {
  color: #6e2b1d;
  font-family: "Sawarabi Mincho";
  font-size: 90%;
  line-height: 1.2em;
  margin: 10px auto 0;
}

/*--- head下層*/
.box-lower #box-head {
  height: 180px;
}

.box-lower .box-headIn {
  position: static;
  padding-bottom: 30px;
}

.box-lower .box-headTtlIn {
  width: 750px;
  margin-left: 0;
}

/*--- headNav ---*/
#box-headnv {
  width: 140px;
  float: right;
}

.box-nvIn {
  text-align: center;
}

.box-nvIn li {
  margin-bottom: 5px;
}

.box-nvIn li a {
  font-size: 11px;
  line-height: 20px;
  color: #6e2b1d;
  border: solid 1px #ceab19;
  background: #fff;
  border-radius: 4px;
}

.box-nvIn li a:hover {
  background: #ceab19;
  color: #fff;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
#box-mainvisual {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.box-slider {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -490px;
  /* = img幅/2 */
}

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

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

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

/*--- mainArea ---*/
#box-main {
  max-width: 74%;
  float: right;
}

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

/*--- 下層リンク ---*/
article.box-kasou1 {
  background: #fff;
}

.box-kasou1>div {
  width: 55%;
  margin-left: 2%;
  float: left;
}

.box-kasou1 img {
  width: 38%;
  margin-right: 2%;
  float: right;
}

/*--- 2col*/
.box-sec {
  overflow: hidden;
}

.box-sec .box-kasou {
  width: 46%;
  float: right;
}

.box-sec .box-kasouIn {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.box-sec .box-kasouIn img {
  margin-bottom: 0;
}

.box-sec .box-kasou:nth-child(1) {
  float: left;
}

.box-sec .box-kasou h2 {
  padding: 5px;
  margin: 0 0 10px;
}

.box-sec .box-kasou h2:after {
  display: none;
}

.box-kasou p {
  font-size: 90%;
  color: #747474;
}

/*--- readMore*/
.box-more {
  margin-top: 20px;
  text-align: center;
  font-family: "Sawarabi Mincho";
}

.box-more a {
  width: 180px;
  margin: 0 auto;
  line-height: 26px;
  position: relative;
  border: solid 1px #ceab19;
  background: #fff;
}

.box-more a:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  right: 15px;
  color: #ceab19;
}

.box-more a:hover {
  background: #ceab19;
  border: solid 1px #ceab19;
  color: #fff;
}

.box-more a:hover:before {
  color: #fff;
}

/*--- recommend ---*/
#box-point {
  margin-bottom: 0;
  background: #fff;
  padding-bottom: 10px;
}

#box-point h2 {
  width: 100%;
  background: #ceab19;
  margin: 0 0 20px;
  padding: 8px 0;
  font-size: 110%;
  color: #fff;
  border: 0;
  text-align: center;
}

#box-point h2:after {
  display: none;
}

/*--- h3_link*/
.box-pointIn {
  margin: 0 0 10px;
}

.box-pointIn h3 {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  font-size: 105%;
  background: none;
}

.box-pointIn h3:after {
  display: none;
}

.box-pointIn h3 a {
  position: relative;
  padding: 5px 15px;
  border: solid 1px #ceab19;
  border-radius: 20px;
  background: #fff;
}

.box-pointIn h3 a:before {
  font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  right: 10px;
  color: #ceab19;
}

.box-pointIn h3 a:hover {
  color: #fff;
  background: #ceab19;
}

.box-pointIn h3 a:hover:before {
  color: #fff;
}

.box-pointIn p {
  width: 90%;
  margin: 3px auto 0;
  text-align: right;
  font-size: 85%;
}

/*--- aside ---*/
#box-side {
  /*min-*/
  width: 20%;
  float: left;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dl {
  text-align: center;
  display: inline-block;
  padding: 25px 25px 15px;
  margin: 0;
  border: double 4px #ceab19;
  border-radius: 120px 120px 0 0;
  font-family: "Sawarabi Mincho";
}

aside dt {
  font-weight: 600;
  padding: 10px 0 20px;
  text-align: center;
  color: #6e2b1d;
}

aside dl {
  margin-bottom: 35px;
}

aside dd a {
  line-height: 40px;
  font-weight: 600;
  color: #a59036;
  border-top: solid 1px rgba(206, 171, 25, 0.4);
}

/*--- 下block*/
aside .sub-2 a:before {
  display: none;
}

aside .sub-2 dd {
  margin-bottom: 10px;
}

aside .sub-2 dd a {
  background: #ceab19;
  border: solid 2px #ceab19;
  padding: 0;
  border-radius: 4px;
}

aside .sub-2 dd a p {
  width: 100%;
  font-size: 90%;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  font-family: "Sawarabi Mincho";
  color: #fff;
}

aside .sub-2 dd img {
  width: 100%;
  box-sizing: border-box;
}

aside .sub-2 dd a:hover {
  background: rgba(206, 171, 25, 0.7);
  border: solid 2px rgba(206, 171, 25, 0.7);
}

/*--- footer ---*/
#box-foot {
  width: 100%;
  background: #ceab19;
}

footer ul {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}

footer dl {
  padding: 10px 0;
  overflow: hidden;
}

footer dt {
  width: 130px;
  border-radius: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  display: inline-block;
  font-family: "Sawarabi Mincho";
}

footer dd {
  display: inline-block;
  border-right: solid #fff 1px;
}

footer dd a {
  line-height: 100%;
  color: #fff;
  padding: 0 10px;
}

footer dd a:hover {
  color: #fff;
  text-decoration: underline;
}

/*--- footCopy*/
.box-fc {
  padding: 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 70%;
  font-family: "Sawarabi Mincho";
}

/*--- 404*/
.box-nf b {
  font-family: "Sawarabi Mincho";
  font-size: 400%;
  color: #ceab19;
}

/*--- pan*/
.box-pan {
  width: 100%;
  background: #ceab19;
  padding: 2px 0;
}

.box-pan>div {
  width: 940px;
  margin: 0 auto;
}

.box-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
  color: #fff;
}

.box-pan font {
  color: #fff;
}

.box-pan a:hover {
  background: #fff;
  border-radius: 10px;
  color: #ceab19;
}

/*--- SNS ---*/
#box-sns {
  margin-bottom: 0;
  padding-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

#box-sns h2 {
  width: 100%;
  background: #ceab19;
  margin: 0 0 20px;
  padding: 8px 0;
  font-size: 110%;
  color: #fff;
  border: 0;
  text-align: center;
}

#box-sns h2:after {
  display: none;
}

.box-snsIn dd {
  width: 96%;
  padding: 0;
  font-size: 11px;
  background: none;
  text-align: center;
}

.box-snsIn dd a {
  width: 90%;
  margin: 0 auto 10px;
  position: relative;
  padding: 2px 0;
  border-radius: 20px;
  background: #fff;
  color: #fff;
}

#ht>span {
  font-weight: bold;
}

/*--- 個別*/
#tw {
  background: #28aae1;
}

#fb {
  background: #041d4d;
}

#ggl {
  background: #dd4b39;
}

#ht {
  background: #3b5998;
}

#tw:hover,
#fb:hover,
#ggl:hover,
#ht:hover {
  background: #ceab19;
}

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

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

  font-size: 9px;
  background: #fff;
  border: solid 1px #ceab19;
}

.box-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 46px;
  color: #ceab19;
}

.box-btn a:hover:before {
  color: #fff;
}

.box-btn a:hover {
  background: #ceab19;
}