@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif");

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

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #fde8dd;
  color: #000;
  font-size: 15px;
  line-height: 2;
  font-family: "Noto Sans Japanese", sans-serif;
}

a {
  color: #45201f;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.under h1,
.under h2,
.under h3 {
  line-height: 1.2;
  font-weight: 600;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
}

h2,
h3,
h4,
.under h1,
.under h2,
.under h3 {
  font-size: 130%;
  margin-bottom: 15px;
  padding: 8px;
}

h5,
h6 {
  font-size: 100%;
  margin-bottom: 15px;
  padding: 8px;
}

h2,
.under h1 {
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  font-size: 34px;
  color: #451f1f;
  font-weight: inherit !important;
}

h3,
.under h2 {
  text-align: center;
  border-top: solid 2px #d5c4bc;
  border-bottom: solid 2px #d5c4bc;
}

h4,
.under h3 {
  text-align: left;
  line-height: 1;
  margin: 0 0 20px;
  color: #451f1f;
  border-bottom: #45201f solid 1px;
}

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

h5 {
  color: #fff;
  background: #ed9d78;
}

h6 {
  margin: 0 0 28px;
  color: #fff;
  background-color: #856f62;
  text-align: center;
  position: relative;
}

h6:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 48%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top: 8px solid #856f62;
}

strong {
  background: linear-gradient(transparent 60%, #ed9d78 60%);
}

article ul {
  padding: 20px;
  background: #fff;
  margin: 20px 0;
}

article ul li {
  margin: 10px 0;
}

article ul li:before {
  content: "■ ";
}

article ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0;
  border-top: solid 2px #d5c4bc;
  border-bottom: solid 2px #d5c4bc;
}

article ol li {
  padding: 0.5em 0;
  position: relative;
  padding-left: 3em;
  line-height: 1.5em;
}

article ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 1em;
  font-family: "Droid Serif", serif;
  font-size: 1.3em;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  border: solid 2px #d5c4bc;
  background: #fef8f1;
  color: #1d1d1d;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #856f62;
  font-size: 25px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

table {
  width: 96%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto 20px;
}

table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #d5c4bc;
}

table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #d5c4bc;
}

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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
  color: #ed9d78;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.headWrap {
  width: 100%;
  height: 200px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/header.png) top no-repeat;
  background-size: 100% 160px;
  z-index: 9999;
}

.headWrap a {
  color: #fff;
}

.headWrap a:hover {
  opacity: 0.7;
}

.head {
  width: 90%;
  padding: 20px 20px 0;
}

.headWrap .page-ttl a {
  font-size: 23px;
  font-weight: 600;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.3;
}

.headWrap p.cc {
  font-size: 12px;
  margin-bottom: 5px;
  color: #dabdad;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
}

.topNavi-box {
  width: 500px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.topNavi-box>ul {
  display: flex;
  justify-content: flex-end;
}

#topNavi li a {
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-left: 5px;
}

#topNavi li ul.sub-menu {
  display: none;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

/* slider */
.mainvisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.slider-box {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

/* contents area */
.read-btn {
  display: inline-block;
  color: #4b4b4b;
  background: #e6d9d0;
  text-align: center;
  margin: 15px 5%;
  width: 90%;
}

.read-btn a {
  display: block;
  position: relative;
}

.read-btn a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto 0;
  top: 0;
  right: 10px;
  bottom: 0;
  border-right: #4b4b4b 2px solid;
  border-top: #4b4b4b 2px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.read-btn a:hover {
  opacity: 0.7;
}

/* main */
[id^="container"] {
  max-width: 990px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

#container2 {
  margin: 140px auto 50px;
}

main {
  max-width: 73%;
  /*775px*/
  float: right;
  background: #fef8f1;
}

@media (max-width: 710px) {
  main {
    max-width: inherit;
  }
}

section {
  width: 94%;
  margin: 0 3%;
}

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

article {
  margin-bottom: 40px;
}

article p {
  text-align: left;
}

/* column2 */
.link-twoCol {
  display: flex;
  justify-content: space-around;
}

.link-twoCol h2 {
  font-size: 24px;
  margin: 0 auto 20px;
  padding: 0;
}

.link-twoCol article {
  width: 48%;
}

.link-area {
  border: solid 2px #e2dbd7;
  background: #fef8f1;
  padding: 2%;
}

/* おすすめリンク */
.recom-area {
  width: 96%;
  margin: 0 auto;
}

.recom-area h3 {
  clear: both;
  position: relative;
}

.recom-area h3 a {
  display: block;
}

.recom-area h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.link-box h3 a:hover {
  opacity: 0.7;
}

.recom-area.cf h3 i {
  width: 25px;
  float: left;
  margin: 3px 8px 0 10px;
  color: #ed9d78;
}

.recom-area p {
  padding: 0 0 20px;
}

.recom-area a {
  text-align: left;
}

/* .left-menu */
.left-menu {
  float: left;
  /*min-*/
  width: 23%;
  /*214px*/
  position: sticky;
  top: 150px;
  height: fit-content;
}

.left-menu ul {
  margin: 1px;
}

.left-menu li dt {
  background-color: #f7bdab;
  padding: 10px 0;
  color: #45201f;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  border-top: #feeee7 1px solid;
}

.left-menu li:nth-child(1) dd {
  text-align: center;
}

.left-menu li dd {
  border-top: #feeee7 1px solid;
  line-height: 0;
  font-size: 1%;
}

.left-menu li dd a {
  padding: 11px 16px;
  background: #fcd6cb;
  line-height: 25px;
  font-size: 12px;
}

.left-menu li:nth-child(2) dd a {
  font-size: 8px;
  line-height: 25px;
}

.left-menu li dd a:hover {
  background-color: #f7bdab;
  text-decoration: none;
}

.left-menu img {
  max-width: 50px;
  margin-right: 3px;
}

/* .foot-menu */
.foot-menu {
  width: 100%;
  font-size: 80%;
  font-family: "Noto Sans Japanese", sans-serif;
}

.foot-menu ul {
  width: 990px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: flex-end;
}

.foot-menu li {
  padding: 10px 2%;
  margin: 10px;
}

.foot-menu dl {
  font-size: 12px;
  color: #9f7753;
}

.foot-menu dt {
  font-weight: 800;
  font-family: "Noto Sans Japanese", sans-serif;
}

.foot-menu dd {
  line-height: 300%;
}

.foot-menu dd a:before {
  content: "> ";
}

.foot-menu dd a:hover {
  opacity: 0.7;
}

.credit {
  padding: 53px 30px 10px;
  background-image: url(../images/copyright.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 124px;
  background-size: 100% 124px;
  font-size: 80%;
  font-family: "Noto Sans Japanese", sans-serif;
  color: #fff;
}

.back-page {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

/* under */
.pageErr {
  padding: 30px 30px 0;
  height: 500px;
  color: #9a3d37;
}

.pageErr b {
  font-size: 35px;
  font-family: "Sawarabi Mincho";
}

/* pan nav */
.panav {
  margin-bottom: 10px;
}

.panav a {
  display: inline;
  font-size: 85%;
}

.panav font {
  color: #909090;
}

/* SNS */
.shareGroup {
  width: 96%;
  margin: 50px 2%;
}

.shareGroup-cont {
  display: flex;
  justify-content: space-between;
}

.shareGroup>div {
  text-align: center;
}

.shareGroup:after {
  content: "";
  clear: both;
  display: block;
}

.shareGroup-fill {
  text-align: center;
  display: block;
  background-color: #9a3d37;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.btn-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.btn-whole .fa {
  font-weight: bold;
}

.btn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

/*下層などflex内で要素が増える時*/
#container2:has(.panav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.panav {
  width: 100%;
}

/*パンくず*/