@charset "utf-8";

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

.cl-fx:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #f7f6f2;
  font-size: 15px;
  line-height: 1.8;
  font-family: "メイリオ", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

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

a:hover {
  color: #825739;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 20px;
}

h2,
.under h1 {
  padding: 10px 0;
}

main h2,
.under h1 {
  background: #301d0f;
  color: #f7f6f2;
  padding: 8px;
}

h3,
.under h2 {
  border-left: 5px solid #301d0f;
  padding-left: 10px;
}

h4,
.under h3 {
  border-bottom: solid 3px #301d0f;
  padding: 5px 0;
  font-size: 120%;
}

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

h5 {
  border: solid 1px #301d0f;
  font-size: 110%;
  padding: 5px;
}

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

strong {
  color: #e45f56;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #fff;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #301d0f;
}

article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

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

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) "";
  position: absolute;
  left: 0;
  background: #301d0f;
  width: 1.8em;
  text-align: center;
  height: 1.8em;
  color: #fff;
}

blockquote {
  background: #e9d9c9;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #424242;
  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;
  color: #424242;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #fff9f0;
  background: #e9d9c9;
}

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

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 #301d0f;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
  background: rgba(255, 110, 100, 0.2);
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.cccner {
  max-width: 960px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
}

.ccc_w>* {
  color: #424242;
}

.box_fl {
  max-width: 70%;
  /*670px*/
  float: left;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 770px) {
  .box_fl {
    max-width: inherit;
  }
}

.box_fr {
  /*min-*/
  width: 22%;
  /*260px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
}

main {
  margin-bottom: 50px;
  background: #f7f6f2;
}

article {
  margin-bottom: 30px;
}

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

.hhh_a {
  width: 100%;
  overflow: hidden;
  padding: 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

.ccc_ti {
  max-width: 1060px;
  overflow: hidden;
  margin: 30px auto;
}

.si_ti a {
  font-size: 25px;
  margin: 0 0 5px;
  font-weight: bold;
  line-height: 1.3;
}

.hhh_a p.c_cp {
  font-size: 70%;
}

.hhh_a.sonota {
  margin: 0 auto 25px;
}

.ti_in {
  float: left;
  /* width: 550px; */
}

nav {
  width: 500px;
  float: right;
}

.gl_n>ul {
  display: flex;
  overflow: hidden;
  margin: 15px 0;
}

.gl_n ul#gl_n-menu>li {
  width: 25%;
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
}

.slicknav_menu {
  display: none;
}

#gl_n-menu li a {
  display: block;
  color: #b38667;
  padding: 10px 0 10px 25px;
}

.main_sli {
  position: relative;
  z-index: 2;
  width: 1060px;
  margin: 0 auto;
}

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

.main_bg {
  background: url(../images/bg01.png) no-repeat;
  position: absolute;
  width: 1060px;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

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

.l_con img {
  max-width: 100%;
  margin: 0;
}

.tl_con {
  max-width: 960px;
  overflow: hidden;
  margin: -35px auto 60px;
  position: relative;
  z-index: 5;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.l_con.l_one {
  margin: 0 0 60px;
}

.l_con {
  background: #fff;
}

.tl_con .l_con {
  margin: 0 3% 0;
  width: 44%;
  float: left;
}

.l_con h2 {
  margin: 0 0 10px;
  border: none;
  padding: 0;
}

.ll_in {
  padding: 15px;
}

.sarani {
  text-align: center;
  margin: 20px auto 0;
}

.sarani a {
  width: 85%;
  padding: 0.5em;
  background: #301d0f;
  color: #fff9f0;
  margin: 0 auto;
  display: block;
}

.sarani a:hover {
  background: #6f4427;
}

aside li>p {
  font-size: 17px;
  border-bottom: solid 2px #301d0f;
  font-weight: bold;
  margin: 0 0 10px;
}

aside a {
  padding: 10px 0;
}

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

.side-cccner>li {
  margin: 0 0 30px;
}

.si-sita {}

.si-sita a {
  margin-bottom: 10px;
  overflow: hidden;
}

.reco_b {
  background: #fff;
  padding: 15px;
}

.reco_b h2 {
  border: none;
  padding: 5px;
  color: #f7f6f2;
  background: #301d0f;
}

.reco_in {
  margin: 0 0 20px;
}

.reco_b h3 {
  border-bottom: solid 1px #301d0f;
  margin: 0 0 10px;
  position: relative;
}

.reco_b h3 a {
  display: block;
}

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

.reco_b a {
  text-align: left;
}

footer {
  position: relative;
  background: #301d0f;
  padding: 50px 0 10px;
}

footer p {
  color: #f7f6f2;
  font-size: 17px;
}

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

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

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

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

.n_fou {
  font-size: 170%;
  color: #5a0e00;
}

.pan_l {
  margin-bottom: 10px;
}

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

.pan_l font {
  color: #ccc;
}

.ccc_a {
  width: 100%;
  margin: 50px 0;
}

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

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

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

.ccc_c {
  text-align: center;
  display: block;
  background-color: #301d0f;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.ccc_d {
  width: 24%;
  box-sizing: border-box;
}

.ccc_d .fa {
  font-weight: bold;
}

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

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

/* SNSごとの背景色 */

#twitter {
  border: solid 2px #00acee;
  color: #00acee;
}

#hatena {
  border: solid 2px #2d4c86;
  color: #2d4c86;
}

#facebook {
  border: solid 2px #3b5998;
  color: #3b5998;
}

#ggl-plus {
  border: solid 2px #dd4b39;
  color: #dd4b39;
}

#twitter:hover {
  background: #00acee;
  color: #fff;
}

#hatena:hover {
  background: #2d4c86;
  color: #fff;
}

#facebook:hover {
  background: #3b5998;
  color: #fff;
}

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

p.gotp_b a {
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 998;
  background: rgba(255, 110, 100, 0.82);
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

/*下層などflex内で要素が増える時*/
.cccner.ccc_w.cl-fx:has(.pan_l) {
  flex-wrap: wrap;
}

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

/*パンくず*/