@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: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
.wrap0 {
  background: url(../images/dm/top_main139_1.jpg) no-repeat;
  background-size: 100%;
}
.wrap1 {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
a {
  color: #6b481d;
  display: block;
}
a:hover {
  /*opacity: 0.6;*/
  text-decoration: underline;
  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: 25px;
  clear: both;
}
h2, .under h1 {
  color: #fff;
  background: #6b481d;
  padding: 10px 15px;
}
h3, .under h2 {
  border: 2px solid #6b481d;
  padding: 10px 15px;
}
h4, .under h3 {
  border-left: 8px solid;
  border-bottom: 2px solid #6b481d;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}
h5 {
  border-left: 6px solid #6b481d;
  border-bottom: 1px solid #6b481d;
  padding: 5px 10px;
  font-size: 120%;
}
h6 {
  border-left: 4px solid #6b481d;
  padding: 5px 10px;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #6b481d;
}
article ul li {
  position: relative;
  padding: 0 0 0 10px;
}
article ul li:before,
article ul li:after {
  content: "";
  display: block;
  position: absolute;
}
article ul li:before {
  top: 8px;
  left: -16px;
  width: 20px;
  height: 20px;
  background: #6b481d;
}
article ul li:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -11px;
  top: 13px;
}
article ol {
  counter-reset: number;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 2px solid #6b481d;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #6b481d;
  text-align: center;
  line-height: 1.2;
}
blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #666;
  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: #eee;
}
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: 2px dashed #6b481d;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  border: 2px dotted #6b481d;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #eee;
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* stripe */
.link-wrapper,
aside,
footer {
  -webkit-background-size: 3px 3px;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
  background-color: #6b481d;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    color-stop(0.5, #fff),
    color-stop(0.5, transparent),
    to(transparent)
  );
  background-image: -moz-linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  background-image: -o-linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
  background-image: linear-gradient(
    left,
    #fff 50%,
    transparent 50%,
    transparent
  );
}
/* shadow */
.topimage9,
.page-cont9,
aside,
.footmenu9 {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/* top page */
/* header */
.head-area {
  width: 100%;
  padding: 40px 0 0;
}
.titleh9 a,
p.main_copy9 {
  color: #6b481d;
  line-height: 1.4;
}
.titleh9 a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.titleh9 a:hover {
  text-decoration: none;
}
p.main_copy9 {
  margin: 15px 0 0;
  font-size: 90%;
}
.groval-nav9,
#groval-nav9-menu {
  position: relative;
}
#groval-nav9-menu:before {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  border: 20px solid #6b481d;
  border-left-color: transparent;
}
#groval-nav9-menu:after {
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  border: 20px solid #6b481d;
  border-right-color: transparent;
}
.groval-nav9:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #9e896e;
  z-index: 1;
}
.groval-nav9:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #9e896e;
  z-index: 1;
}
.groval-nav9 > ul {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  background-color: #6b481d;
}
.groval-nav9 ul#groval-nav9-menu > li {
  display: block;
  position: relative;
  width: 24%;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
}
#groval-nav9-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#groval-nav9-menu li a {
  display: block;
  color: #fff;
}
/* slider */
.topimage9 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  border: 15px solid #fff;
}
.slider-box9 {
  position: relative;
  left: 50%;
  width: 2100px;
  margin-left: -1050px;
}
.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 */
.ctn9 {
  max-width: 1000px;
  margin: 0 auto;
}
.more_btn9 {
  text-align: right;
}
.more_btn9 a {
  position: relative;
  padding: 3px 3rem;
  border: 1px solid #6b481d;
  color: #6b481d;
  display: inline-block;
}
.more_btn9 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 30px;
  border: 8px solid transparent;
  border-left: 10px solid #6b481d;
}
.more_btn9 a:hover {
  background: #6b481d;
  color: #fff;
  text-decoration: none;
}
/* main */
.link-wrapper {
  margin-top: 40px;
  padding: 30px 50px;
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2) inset;
  z-index: 1;
}
.link-wrapper article {
  margin-bottom: 0;
}
.link-wrapp-inner {
  max-width: 980px;
  margin: 0 auto;
}
.page-cont9 {
  float: left;
  width: 31%;
  margin-right: 3%;
  padding: 15px;
  background-color: #fff;
}
.link-wrapper article.page-cont9:last-child {
  margin-right: 0;
}
.page-cont9 img {
  margin-bottom: 0;
}
.page-cont9 h2 {
  font-size: 120%;
  margin-bottom: 0;
}
.page-cont9 p {
  font-size: 14px;
  line-height: 1.5;
}
.contwrap {
  box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.2) inset;
  background-color: #fff;
}
main {
  float: left;
  width: 70%;
  margin: 40px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.link-box9 {
  padding: 20px;
}
.link-to9 {
  margin: 0 0 30px;
}
.link-box9 h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  color: #6b481d;
}
.link-box9 h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.link-box9 h3 a {
  display: block;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #6b481d;
  border: 1px solid #6b481d;
  font-size: 18px;
  text-align: left;
}
.link-box9 h3 a:hover {
  background-color: #6b481d;
  color: #fff;
  text-decoration: none;
}
.link-box9 h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 15px;
  border: 8px solid transparent;
  border-left: 10px solid #6b481d;
}
.link-box9 p {
  padding: 0 0 0 10px;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 40px 0 50px 5%;
  padding: 15px;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  background-color: #6b481d;
  color: #fff;
  font-size: 21px;
  padding-left: 20px;
}
aside ul li ul li {
  border-top: 1px solid #6b481d;
  border-right: 1px solid #6b481d;
  border-left: 1px solid #6b481d;
  background-color: #fff;
}
aside ul li ul li:last-child {
  border-bottom: 1px solid #6b481d;
}
aside a {
  padding: 10px 0 10px 20px;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.side-ctn9 {
  margin-bottom: 50px;
}
.sidelink9 a {
  padding-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  padding: 50px 0 10px;
  color: #6b481d;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #6b481d;
  font-size: 85%;
}
footer .ctn9 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ft_copy9 {
  font-size: 70%;
  text-align: center;
}
.to-tp9 {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
}
.footmenu9 {
  width: 20%;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #6b481d;
}
/* subpage */
.notfound9 {
  font-size: 200%;
  color: #6b481d;
}
/* pan nav */
.pa-nav9 {
  margin: 20px 0 -30px;
}
.pa-nav9 a {
  display: inline;
  font-size: 85%;
}
.pa-nav9 font {
  color: #ccc;
}
/* SNS */
.snsb9-area {
  width: 100%;
  margin: 20px 0;
}
.sns-ctn9 {
  display: flex;
  justify-content: space-between;
  width: 50%;
  float: right;
}
.snsb9-area > div {
  text-align: center;
}
.snsb9-area:after {
  content: "";
  clear: both;
  display: block;
}
.title-fill9 {
  text-align: center;
  display: block;
  font-size: 1.2vw;
  width: 45%;
  padding: 6px 15px;
  margin: 0 5% 10px 0;
  box-sizing: border-box;
  float: left;
  position: relative;
  border: 2px solid #6b481d;
  color: #6b481d;
}
.title-fill9::before,
.title-fill9::after {
  content: "";
  width: 0;
  height: 0;
  left: 100%;
  position: absolute;
  top: 50%;
}
.title-fill9::before {
  border: 13px solid transparent;
  border-left: 13px solid #6b481d;
  margin-top: -13px;
}
.title-fill9::after {
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  margin-top: -10px;
}

.snsb9-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.snsb9-whole .fa {
  font-weight: bold;
}
.snsb9-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 1.1vw !important;
  padding: 7px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.snsb9-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;
}

/*レスポンシブ*/
@media screen and (max-width: 691px) {
  /* bace */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .ctn9,
  main,
  .page-cont9,
  aside,
  .side-menu9,
  .sidelink9 img,
  article img,
  .sns-ctn9 {
    width: 100%;
  }
  article img,
  main,
  aside,
  .page-cont9,
  .link-to9,
  .sidelink9 img,
  .sns-ctn9 {
    float: none;
  }
  .ctn9,
  .link-box9,
  .snsb9-area {
    padding: 3%;
  }
  /* groval-nav9 */
  .groval-nav9::before,
  .groval-nav9::after {
    content: none;
  }
  #groval-nav9-menu,
  .side-menu9 h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #6b481d;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }
  .slicknav_btn {
    float: none;
    background-color: #fff;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  .slicknav_nav a {
    padding: 5px 15px;
    background: #fff;
    color: #6b481d;
    border-bottom: 1px dotted #6b481d;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #6b481d;
    color: #fff;
    text-decoration: none;
  }
  /* head main */
  .wrap0 {
    background: none;
  }
  .head-area {
    padding: 10px 0 0;
  }
  .titleh9 a {
    font-size: 22px;
  }
  .topimage9 {
    margin: 0 auto;
    border: 1px solid #eee;
  }
  main {
    margin: 20px 0;
  }
  main h2,
  .side-menu9 h2,
  h3,
  h4 {
    font-size: 120%;
  }
  article img {
    max-width: 100%;
  }
  .link-wrapper {
    margin-top: 15px;
    padding: 20px 3% 5px;
  }
  .link-wrapper article {
    margin-bottom: 20px;
  }
  .page-cont9 {
    margin-right: 0;
  }
  .page-cont9 img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .more_btn9 {
    text-align: center;
  }
  .more_btn9 a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  .link-to9 {
    width: 100%;
    margin: 0 0 10px;
  }
  /* aside footer*/
  aside {
    margin: 20px 0;
    padding: 15px;
  }
  aside a {
    padding: 5px 0;
  }
  aside ul li ul li:last-child {
    margin-bottom: 0;
  }
  .side-ctn9 {
    margin-bottom: 0;
  }
  .side-ctn9 > li {
    margin-bottom: 15px;
  }
  .sidelink9 a,
  .sidelink9 :last-child {
    margin-bottom: 0;
  }
  footer {
    margin: 0 3%;
    padding: 5px 0 0;
  }
  footer .ctn9 {
    margin: 0 auto;
  }
  footer .footmenu9 {
    width: 100%;
    margin-bottom: 15px;
  }
  .ft_copy9 {
    padding: 0 10px 10px;
    line-height: 1.3;
  }
  .side-ctn9 p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }
  /* subpage */
  .pa-nav9 {
    margin: 0;
  }
  .snsb9-area {
    margin: 0;
  }
  .title-fill9 {
    display: none;
  }
  .snsb9-whole {
    display: inline-block;
    margin: 0 auto;
    width: 24%;
  }
  .snsb9-link {
    font-size: 3vw !important;
  }
  .snsb9-area {
    margin: 0;
  }
}
