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

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

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

body {
  background-color: #fffdf8;
  font-size: 16px;
  line-height: 2;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background-repeat: repeat;
  background-image: url("/images/bg_58.png");
}

a {
  color: #f28d00;
  display: block;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

h1,
h5,
h6 {
  font-weight: normal;
  font-color: #6b481d;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* +下層用 */
h2,
.under h1 {
  color: #f28d00;
  border-bottom: 1px solid #6b481d;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 160%;
}

h3,
.under h2 {
  border-bottom: 2px dotted #f28d00;
  /* padding-left: 10px; */
  font-weight: bold;
}

h4,
.under h3 {
  border-left: 5px solid #f28d00;
  padding: 0 0 5px 5px;
  font-weight: bold;
}

h5 {
  font-size: 120%;
  border-left: 5px solid #6b481d;
  padding-left: 10px;
}

h6 {
  font-size: 100%;
  border-bottom: 1px solid #6b481d;
}

strong {
  border-bottom: 4px double #f28d00;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px dotted #6b481d;
  border-radius: 10px;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #6b481d;
  border-radius: 5px 5px 5px 5px;
}

article ol {
  counter-reset: counter-name;
  border: 2px dotted #6b481d;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border-radius: 10px;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}

blockquote {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3em 1em;
  position: relative;
  border-radius: 10px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #6b481d;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #6b481d;
  background: rgba(107, 72, 29, 0.1);
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #6b481d;
}

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: 1px solid #6b481d;
  margin: 1em 0;
  padding: 1em;
  border-radius: 10px;
}

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

em {
  font-style: normal;
  border: 1px dotted #6b481d;
}

del {
  text-decoration: line-through;
}

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

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
.outwrap {
  width: 100%;
  border: 10px solid #6b481d;
  padding: 0px;
  margin: 0px;
}

/* header */
.headLine {
  width: 100%;
  padding: 2rem 0 0;
  background-repeat: repeat-x;
  background-image: url("/images/lace582.png");
  background-size: 10%;
}

.headLine a {
  color: #fff;
}

.headLine .titleh1 a,
.headLine p.main-Copy {
  line-height: 1.3;
}

.headLine .titleh1 a {
  font-size: 33px;
  font-weight: bold;
  color: #f28d00;
  margin: 70px auto 10px;
  text-align: center;
}

.headLine p.main-Copy {
  margin-bottom: 10px;
  color: #f28d00;
  text-align: center;
}

.gNav>ul {
  display: flex;
  justify-content: space-around;
  background-color: #6b481d;
  margin-top: 30px;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.gNav ul#gNav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 16px;
  text-align: center;
}

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

.slicknav_menu {
  display: none;
}

#gNav-menu li a {
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}

/* slider */
.main-images li img {
  border: 1px solid #6b481d;
  border-radius: 0 0 20px 20px/ 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px / 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px/ 0 0 20px 20px;
}

.bx-wrapper {
  margin: 0 auto 40px;
  border: none;
  box-shadow: none;
  border: 1px solid #6b481d;
  border-radius: 0 0 20px 20px/ 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px / 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px/ 0 0 20px 20px;
}

/* contents area */
.contentBlock {
  max-width: 1160px;
  margin: 0 auto;
}

.read_More {
  text-align: right;
}

.read_More a {
  padding: 3px 3rem;
  background: #f28d00;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
}

.read_More a:hover {
  background: #f28d00;
  color: #fff;
  opacity: 0.6;
}

.flex,
.contentBlock {
  display: flex;
  justify-content: space-between;
}

header .contentBlock {
  display: block;
}

/* main */
main {
  float: right;
  max-width: 73%;
  /*820px*/
  margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
  main {
    max-width: inherit;
  }
}

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

.page-Cont {
  max-width: 47%;
  float: left;
  margin-left: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 1px solid #6b481d;
}

.page-Cont div {
  padding: 20px 20px 10px;
}

.page-Cont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}

article {
  margin-bottom: 30px;
}

.hb58 {
  clear: both;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 1px solid #6b481d;
  padding: 20px;
}

/* おすすめリンク */
.linkBx h3 {
  position: relative;
  margin-bottom: 0;
}

.linkBx h3 a {
  display: block;
  background-color: #f28d00;
  color: #fff;
  border: none;
  padding: 5px 0 5px 20px;
  border-radius: 10px 10px 10px 10px;
}

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

.linkBx h3 a:hover {
  opacity: 0.6;
}

.linkBx h3 {
  border: none !important;
}

.linkBx a {
  text-align: left;
}

/* aside */
aside {
  float: left;
  /*min-*/
  width: 24%;
  /*320px*/
  background-color: #6b481d;
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #fff;
  font-size: 21px;
  border-bottom: 1px solid #b1a395;
}

aside a {
  padding: 10px 0;
  color: #fff;
}

aside a:hover {
  opacity: 0.6;
}

aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}

.s_link a {
  margin-bottom: 10px;
}

.side-bar404 {
  margin-bottom: 40px;
}

/* footer */
footer {
  position: relative;
  background: #6b481d;
  padding: 50px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  font-size: 85%;
}

footer a:hover {
  opacity: 0.6;
}

footer .contentBlock {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.footcopy {
  font-size: 70%;
  text-align: center;
}

.to_top {
  width: 100%;
  background-color: #f28d00;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
}

.footmenu {
  width: 27%;
  margin-right: 3%;
}

/* under */
.massage_404 {
  font-size: 200%;
  color: #b1a395;
}

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

.pan-nav a {
  display: inline;
  color: #f28d00;
}

.pan-nav font {
  color: #ccc;
}

/* SNS */
.share-area {
  width: 100%;
  margin: 50px 0;
}

.sns-contentBlock {
  display: flex;
  justify-content: space-between;
}

.share-area>div {
  text-align: center;
}

.share-area:after {
  content: "";
  clear: both;
  display: block;
}

.titlef {
  text-align: center;
  display: block;
  color: #6b481d;
  font-size: 16px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #6b481d;
  border-radius: 10px;
}

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

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

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

.button-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;
}

/*下層*/
.gNav2>ul {
  display: flex;
  justify-content: space-around;
  background-color: #6b481d;
  margin: 0;
  border-radius: 10px;
}

.gNav2 ul#gNav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 16px;
  text-align: center;
}

.gNav404>ul {
  display: flex;
  justify-content: space-around;
  background-color: #6b481d;
  margin: 30px 0 40px;
  border-radius: 10px;
}

.gNav404 ul#gNav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 16px;
  text-align: center;
}

/*下層などflex内で要素が増える時*/
.contentBlock.cf:has(.pan-nav) {
  flex-wrap: wrap;
}

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

/*パンくず*/