@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 {
  font-size: 15px;
  line-height: 1.7;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #dac5b1;
}
a {
  color: #6c5430;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
  font-weight: bold;
}
h2 {
  color: #6c5430;
  padding: 0 15px;
  margin: 10px 0;
  font-weight: bold;
  border-left: 7px solid #ed6d0b;
}
h3 {
  color: #6c5430;
  border-left: 7px solid #6c5430;
  padding-left: 10px;
}
h4 {
  color: #6c5430;
  border-bottom: 2px solid #6c5430;
  padding-bottom: 5px;
}
h5 {
  color: #6c5430;
  font-size: 120%;
  border-bottom: 2px dashed #6c5430;
}
h6 {
  color: #6c5430;
  font-size: 100%;
  border-bottom: 2px solid #b1a395;
}
/* 下層用 */
.under h1 {color: #6c5430;
  padding: 0 15px;
  margin: 10px 0;
  font-weight: bold;
  border-left: 7px solid #ed6d0b;
  font-size: 140%;
  margin-bottom: 25px;}

.under h2 {color: #6c5430;
  border-left: 7px solid #6c5430;
  padding-left: 10px;}

.under h3 {color: #6c5430;
  border-bottom: 2px solid #6c5430;
  padding-bottom: 5px;
  margin-top: 40px;}


strong {
  background-color: #ed6d0b;
  color: #fff;
}
article ul {
  padding: 0.5em 15px 0.5em 2.5em;
  margin: 1.5em 0 1.5em;
  border: 2px solid #6c5430;
}
article ul li {
  position: relative;
  border-bottom: 2px dotted #6c5430;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #ed6d0b;
  border-radius: 50%;
}
article ol {
  counter-reset: number;
  border: 2px solid #6c5430;
  padding: 0.5em 15px 0.5em 1.5em;
  margin: 1.5em 0;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 2px dotted #6c5430;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #ed6d0b;
  border-radius: 50%;
  text-align: center;
  line-height: 1.3;
}
blockquote {
  border: 2px solid #6c5430;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #ed6d0b;
  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: #fdf8f1;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #6c5430;
  background: #ed6d0b;
  color: #fdf8f1;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #6c5430;
}
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 #6c5430;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 2px dotted #ed6d0b;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  border: 2px dotted #6c5430;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* top page */
.wrap113 {
  position: relative;
  max-width: 1200px;
  margin: 120px auto 0;
  padding: 0 30px;
}
.r-wrap {
  float: left;
  width: 75%;
}
.l-wrap {
  float: right;
  width: 20%;
  margin: 0 0 50px 5%;
  background-color: #fdf8f1;
  padding: 25px;
  position: sticky;
  top: 0;
height: fit-content;
}
/* header */
.circle {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #ed6d0b;
  top: -400px;
  left: -100px;
}
.headtitle5 a {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fdf8f1;
  padding: 430px 0 0 150px;
  width: 600px;
  line-height: 1.3;
}
p.catch_copy5 {
  color: #fdf8f1;
  font-size: 80%;
  padding: 10px 0 0 150px;
  width: 600px;
}
.groval-nav5 {
  background-color: #ed6d0b;
}
.groval-nav5 > ul {
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin-left: 50%;
}
.groval-nav5 ul#groval-nav5-menu > li {
  display: block;
  position: relative;
  font-size: 1.2vw;
  text-align: center;
}
#groval-nav5-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#groval-nav5-menu li a {
  display: block;
  margin: 20px 10px;
  color: #fdf8f1;
}
/* slider */
.bx-wrapper {
  margin: 0 auto 30px;
  box-shadow: none;
  border: 8px solid #fdf8f1;
}
/* contents area */
.mainbox5 {
}
.morebtn5 {
  text-align: right;
  margin-top: 10px;
}
.morebtn5 a {
  padding: 3px 3rem;
  background-color: #ed6d0b;
  color: #fff;
  display: inline-block;
}
/* main */
main {
}
article {
  background-color: #fdf8f1;
}
article img {
  max-width: 100%;
  margin-bottom: 5px;
}
.link-wrap {
  margin-bottom: 30px;
}
.link-wrap .pagecont5:last-child {
  border: none;
}
.pagecont5 {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.pagecont5 h2 {
  padding-top: 0px;
}
.pagecont5 img {
  float: left;
  width: 30%;
  margin-bottom: 0px;
  padding: 10px;
}
.pagecont5 .fl {
  float: right;
  width: 68%;
  padding-right: 10px;
}
article {
  margin-bottom: 30px;
}
.main-cont {
  padding: 20px;
}
/* おすすめリンク */
.link_box5 {
  background-color: #fdf8f1;
  padding: 20px;
}
.link-to5 {
  float: left;
  width: 42%;
  margin: 0 4%;
}
.link_box5 h3 {
  border: none;
  background-color: #ed6d0b;
  margin-bottom: 5px;
}
.link_box5 h3 a {
  display: block;
  color: #fff;
  padding: 10px;
}
.link_box5 h3 a::after {
  content: ">";
  margin-left: 10px;
}

.link_box5 a {
  text-align: left;
}
/* aside */
aside {
}
aside li > div {
  font-size: 140%;
  border-bottom: 2px solid #ed6d0b;
  color: #ed6d0b;
  font-weight: bold;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
aside a {
  padding: 10px 0;
  color: #6c5430;
  font-weight: bold;
}
aside img {
  max-width: 100%;
}
.side_link5 a {
  margin-bottom: 10px;
}
.side_link5 li:last-child {
  margin-bottom: -15px;
}
/* footer */
footer {
  clear: both;
  position: relative;
  background: #ed6d0b;
  padding: 50px 0 10px;
}
footer p {
  font-size: 21px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
footer a {
  color: #fff;
  font-size: 85%;
  font-weight: bold;
}
footer .mainbox5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.foot_copy5 {
  font-size: 70%;
  text-align: center;
  border: none;
  margin-bottom: 0;
}
.top_b5 {
  width: 75px;
  height: 75px;
  position: fixed;
  bottom: 10px;
  right: -15px;
  z-index: 1;
  border-radius: 50%;
  background-color: #ed6d0b;
  color: #fdf8f1;
  text-align: center;
  padding: 5px 13px 5px 5px;
}
.top_b5 p {
  font-size: 85%;
  padding: 5px;
  line-height: 1.2;
}
.foot_menu5 {
  width: 15%;
  margin-right: 3%;
  margin: 0 auto;
}
/* under */
.not_found5 {
  font-size: 200%;
  color: #6c5430;
}
/* pan nav */
.pan-nav5 {
  margin: 20px 0 10px;
  /* text-align: right; */
}
.pan-nav5 a {
  display: inline;
  font-size: 85%;
}
.pan-nav5 a,
.pan-nav5 font {
  color: #fff;
}
/* SNS */
.sbtn5-area {
  width: 100%;
}
.sns-mainbox5 {
  display: flex;
  justify-content: space-between;
  width: 35%;
  margin-left: 65%;
}
.sbtn5-area > div {
  text-align: center;
}
.sbtn5-area:after {
  content: "";
  clear: both;
  display: block;
}
.sbtn5-whole {
  width: 50px;
  box-sizing: border-box;
  margin: 0 0 10px;
}
.sbtn5-whole .fa {
  font-weight: bold;
}
.sbtn5-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 13px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
}
.sbtn5-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;
}
