@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: #d3d3d3;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

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

a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: normal;
}

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

/* +下層用 */
h2,
.under h1 {
  color: #fff;
  background: #000;
  padding: 10px 15px;
  line-height: 1.3;
}

.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h3,
.under h2 {
  border: 2px solid #000;
  padding-left: 10px;
}

h4,
.under h3 {
  border: 2px dotted #000;
  padding-left: 10px;
}

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

h5 {
  color: #000;
  font-size: 120%;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

h6 {
  color: #000;
  font-size: 100%;
  border-bottom: 2px dotted #000;
  padding-bottom: 5px;
}

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

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #fff;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  border: 2px solid #fff;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

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: #fff;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  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 #ccc;
  background: #eee;
}

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

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

em {
  font-style: normal;
  border: 1px solid #fff;
}

del {
  text-decoration: line-through;
}

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

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.wrap60 {
  position: relative;
  width: 100%;
}

.topArea {
  padding: 2rem 0 2%;
  background-color: #fff;
  margin-left: 400px;
  margin-right: 100px;
}

.titlearea {
  width: 300px;
  height: 400px;
  position: absolute;
  background-image: url(/images/a1.png);
  z-index: 999;
  left: 100px;
  padding: 30px;
  float: left;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  /* background-color: rgba(255,255,255,0.75); */
}

.topArea a {
  color: #000;
}

.titlearea .title60 a {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.3;
}

.titlearea .title60 a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.titlearea p.siteCopy {
  margin-bottom: 10px;
  color: #ff5b3a;
  font-weight: bold;
  line-height: 1.7;
}

.groval-Nav>ul {
  display: flex;
  justify-content: space-around;
}

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

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

.slicknav_menu {
  display: none;
}

#groval-Nav-menu li a {
  display: block;
  color: #000;
  font-size: 16px;
}

/* slider */
.topImage {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.sliderWrap {
  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: 90%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
  display: none;
}

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

.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 980px;
}

.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 980px;
}

/* contents area */
.container60 {
  margin: 0 100px;
  display: flex;
  justify-content: space-between;
}

.r_Morebtn {
  text-align: right;
  margin-top: 20px;
}

.r_Morebtn a {
  padding: 3px 3rem;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.r_Morebtn a:hover {
  background: #000;
  color: #fff;
}

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

/* main */
main {
  float: left;
  max-width: 70%;
  margin-bottom: 50px;
}

/* main section {
  display: flex;
  flex-wrap: wrap;
} */
article img {
  max-width: 100%;
  margin-bottom: 10px;
}

.pageCont {
  width: 47%;
  float: left;
  margin: 0 20px 50px 0;
}

.pageCont img {
  max-width: 100%;
}

article {
  margin-bottom: 30px;
}

.hb60 {
  clear: both;
  margin-right: 30px;
}

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

.linkBOX h3 a {
  display: block;
  background-color: #fff;
  color: #ff5b3a;
  border: none;
  padding: 10px 0 10px 20px;
}

.linkBOX h3 a::before {
  content: ">";
  position: relative;
  left: -5px;
}

.linkBOX h3 a:hover {
  display: block;
  background-color: #383838;
  color: #fff;
  text-decoration: none;
}

.linkBOX h3 {
  border: none !important;
}

.linkBOX p {
  padding: 0 0 20px;
}

.linkBOX a {
  text-align: left;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 30%;
  background-image: url(/images/a1.png);
  padding: 10px 20px 20px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  height: fit-content;
  position: sticky;
  top: 0;
}

aside li>div {
  color: #ff5b3a;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

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

aside li {
  margin: 0 20px;
}

aside li a::before {
  content: ">";
  position: relative;
  left: -5px;
}

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

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

/* footer */
footer {
  position: relative;
  background: #000;
  padding: 50px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

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

footer li a::before {
  content: ">";
  position: relative;
  left: -5px;
}

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

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

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

.to_Top {
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 1;
}

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

/* under */
.notf404 {
  font-size: 200%;
  color: #000;
}

/* pan nav */
.pan-Nav {
  margin-bottom: 10px;
  /* text-align: right; */
  margin-top: 20px;
}

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

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

/* SNS */
.shareArea {
  width: 100%;
  margin: 50px 0;
}

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

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

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

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

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

/*下層*/
.hbpage {
  margin: 0 30px 30px 0;
}

.titlearea2 {
  width: 450px;
  height: 200px;
  position: absolute;
  background-image: url(/images/a1.png);
  z-index: 999;
  left: 100px;
  padding: 30px;
  float: left;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.topArea2 {
  padding: 2rem 0 2%;
  background-color: #fff;
  height: 170px;
  margin: 0 100px 10px 550px;
}

.topArea2 a {
  color: #000;
}

.topArea2 p.siteCopy {
  color: #ff5b3a;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 40px 10px 40px;
}

.titlearea2 .title60 a {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.4;
}

.titlearea2 .title60 a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.notf60 {
  margin: 50px 0 30px;
}

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

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

/*パンくず*/