@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: #fffaf7;
  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: #ecc0af;
  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, .under h1 {
  font-size: 130%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #000;
  padding: 10px 15px;
  background: linear-gradient(transparent 60%, #f6e4dd 30%);
}
h3, .under h2 {
  border: 2px solid #ecc0af;
  padding: 10px 15px;
}
h4, .under h3 {
  border-left: 8px solid #ecc0af;
  border-bottom: 2px solid #ecc0af;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-left: 6px solid #ecc0af;
  border-bottom: 1px solid #ecc0af;
  padding: 5px 10px;
  font-size: 120%;
}
h6 {
  border-left: 4px solid #ecc0af;
  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 #ecc0af;
}
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:after {
  border-left: 2px solid #ecc0af;
  border-bottom: 2px solid #ecc0af;
  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 #ecc0af;
}
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: #ecc0af;
  text-align: center;
  line-height: 1.2;
}
blockquote {
  background: #f6e4dd;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #ecc0af;
  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: #f6e4dd;
}
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 dashed #f6e4dd;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  border: 2px dotted #ecc0af;
  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;
}
/* img border shadow */
.bx-wrapper img,
article img,
.pagecont4 img {
  border: 6px solid #fff;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
aside img {
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
.read_more4 a,
.linkbox4 h3,
.sbtn4-whole {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}
/* underline */
.sitename4 a,
.pagecont4 h2,
aside div {
  display: inline;
  background: linear-gradient(transparent 60%, #f6e4dd 30%);
}
.linkbox4 h2,
.title_f4 {
  display: block;
  background: linear-gradient(transparent 60%, #f6e4dd 30%);
}

/* top page */
/* header */
.headline4 {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
}
.sitename4 a,
p.maincopy4 {
  color: #000;
  line-height: 1.4;
}
.sitename4 a {
  font-size: 32px;
  margin-bottom: 50px;
  background: linear-gradient(transparent 60%, #f6e4dd 30%);
  display: inline;
  text-align: center;
}
p.maincopy4 {
  margin: 15px 0 0;
  font-size: 150%;
}
.gnav4 > ul {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 0;
}
.gnav4 ul#gnav4-menu > li {
  display: block;
  position: relative;
  width: 24%;
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #000;
}
ul#gnav4-menu > li:last-child {
  border-right: 1px solid #000;
}
#gnav4-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gnav4-menu li a {
  display: block;
  color: #000;
}
/* slider */
.mainv4 {
  position: relative;
  margin: 40px auto 0;
  max-width: 960px;
  border: 1px solid #000;

  /* display: flex;
  justify-content: space-between; */
}
.catch {
  position: absolute;
  top: 25%;
  left: 55%;
  float: right;
  max-width: 45%;
  padding: 20px;
  text-align: center;
}
.bx-wrapper {
  max-width: 55%;
  border: none;
  box-shadow: none;
  background-color: #fffaf7;
}
.bx-wrapper img {
  float: left;
  margin: 20px;
  border: 6px solid #fff;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
/* contents area */
.mainarea4 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}
.read_more4 {
  text-align: center;
}
.read_more4 a {
  padding: 3px 3rem;
  background-color: #ecc0af;
  color: #000;
  display: inline-block;
}
/* main */
main {
  float: left;
  width: 70%;
  margin: 40px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.lcw {
  display: flex;
  justify-content: space-between;
}
.pagecont4 {
  width: 47%;
}
.pagecont4 h2 {
  margin: 0;
}
.pagecont4 p {
  margin-top: 20px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.linkbox4 {
  border: 1px solid #000;
  padding: 20px;
}
.link_in4 {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.linkbox4 h2 {
  width: 7%;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
}
.linkbox4 h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.linkbox4 h3 a {
  display: block;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #000;
  background-color: #ecc0af;
  font-size: 18px;
  text-align: left;
}
.linkbox4 h3 a::before {
  content: ">";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 15px;
}
.linkbox4 p {
  padding: 0 0 0 10px;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 40px 0 50px 5%;
  text-align: center;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #000;
  font-size: 21px;
}
aside ul li ul li {
  border-bottom: 1px solid #000;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
.sidelink4 :last-child {
  margin-bottom: 10px;
}
aside a {
  padding: 10px 0 10px 20px;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.sidelink4 a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #ecc0af;
  padding: 50px 0 10px;
  color: #000;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #000;
  font-size: 85%;
  border-bottom: 1px solid #000;
}
footer .mainarea4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.copyright4 {
  font-size: 70%;
  text-align: center;
}
.top-b4 {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.tmenu4 {
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
/* under */
.massage-4044 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.pa-nav4 {
  margin: 20px 0 -30px;
}
.pa-nav4 a {
  display: inline;
  font-size: 85%;
}
.pa-nav4 font {
  color: #ccc;
}
/* SNS */
.sbtn4-area {
  width: 100%;
  margin: 50px 0;
  border: 2px solid #ecc0af;
  padding: 20px;
}
.sns-mainarea4 {
  display: flex;
  justify-content: space-between;
  float: right;
  width: 80%;
}
.sbtn4-area > div {
}
.sbtn4-area:after {
  content: "";
  clear: both;
  display: block;
}
.title_f4 {
  display: block;
  float: left;
  width: 9%;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 120%;
  color: #000;
}
.sbtn4-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sbtn4-whole .fa {
  font-weight: bold;
}
.sbtn4-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sbtn4-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;
}
