@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: 16px;
  line-height: 2;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background-color: #f5f3ee;
  color: #666;
}

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

article a {
  text-decoration: underline;
}

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 {
  margin-bottom: 25px;
}

h2,
.under h1 {
  font-size: 150%;
  position: relative;
  padding: 10px 15px;
}

h2::before,
h2::after,
.under h1::before,
.under h1::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h2::after,
.under h1::after {
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  bottom: 0;
  right: 0;
}

h2::before,
.under h1::before {
  border-left: solid 1px #aaa;
  border-top: solid 1px #aaa;
  top: 0;
  left: 0;
}

h3,
.under h2 {
  font-size: 140%;
  border: 1px solid #aaa;
  padding: 10px 15px;
}

h4,
.under h3 {
  font-size: 130%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 10px 15px;
}

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

h5 {
  border-bottom: 4px double #aaa;
  padding: 5px 10px;
  font-size: 120%;
}

h6 {
  border-bottom: 1px solid #aaa;
  padding: 5px 10px;
  font-size: 120%;
}

strong {
  background: linear-gradient(transparent 60%, #fffea6 60%);
}

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

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 #aaa;
  border-bottom: 2px solid #aaa;
  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;
  background: #fff;
}

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: #aaa;
  text-align: center;
  line-height: 1.2;
}

blockquote {
  padding: 3em 1em;
  position: relative;
  border: 2px solid #aaa;
}

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

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #aaa;
  background: #fff;
}

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

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

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

em {
  border: 2px dotted #aaa;
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  border-bottom: 1px dashed #aaa;
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* img border shadow */
.bx-wrapper,
article img,
.page_co 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-m a,
aside ul li ul li,
.link-bxx h3,
.snbtn-whole,
.title-hd {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

/* top page */
/* header */
.paget {
  background-color: #fffea6;
  padding: 0;
  text-align: center;
}

.paget0 {
  background-color: #fffea6;
}

.title0 a,
p.sitecpy {
  line-height: 1.4;
}

.title0 a {
  font-size: 2.5vw;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: none;
}

p.sitecpy {
  font-size: 1.3vw;
  padding-bottom: 20px;
}

.subpagettl {
  margin-top: 20px;
}

.nav0 {
  background-color: #fffea6;
}

.nav0>ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px 0;
}

.nav0 ul#nav0-menu>li {
  display: block;
  position: relative;
  width: 24%;
  padding: 4px 0;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #aaa;
}

ul#nav0-menu>li:last-child {
  border-right: 1px solid #aaa;
}

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

.slicknav_menu {
  display: none;
}

#nav0-menu li a {
  display: block;
  text-shadow: none;
}

/* slider */
.eyeca {
  position: relative;
  margin: 30px auto;
  max-width: 1100px;
  padding: 0 60px;
}

.catch {
  float: right;
  width: 42%;
  padding: 45px 0;
  text-align: center;
}

.bx-wrapper {
  float: left;
  width: 55%;
  margin-right: 3%;
}

/* contents area */
.mainsec {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

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

.read-m {
  text-align: center;
}

.read-m a {
  margin-top: 15px;
  padding: 3px 3rem;
  background-color: #f5f3ee;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

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

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

.lcw {
  background-color: #fffea6;
  padding: 30px;
}

.inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.page_co {
  width: 33%;
  padding: 0 4%;
  border-left: 1px solid #aaa;
}

.inner .page_co:last-child {
  border-right: 1px solid #aaa;
}

.page_co h2 {
  margin: 0;
}

.page_co p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

article {}

/* おすすめリンク */
.link-bxx {
  border: 1px solid #aaa;
  padding: 20px;
  margin-bottom: 30px;
}

.linki {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.link-bxx h2 {
  width: 7%;
  margin: 0 0 15px;
  padding: 0;
}

.link-bxx h2:before,
.link-bxx h2:after {
  content: none;
}

.link-bxx h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}

.link-bxx h3 a {
  display: block;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #000;
  background-color: #fffea6;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.link-bxx h3 a::before {
  content: ">";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 15px;
}

.link-bxx p {
  padding: 0 0 0 10px;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 25%;
  margin: 40px 0 50px 5%;
  text-align: center;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  font-size: 21px;
}

aside ul li ul li {
  margin-bottom: 10px;
  background-color: #fffea6;
}

aside ul li ul li:last-child {
  margin-bottom: 50px;
}

.side-link :last-child {
  margin-bottom: 10px;
}

aside a {
  padding: 10px;
  text-shadow: none;
}

aside img {
  max-width: 100%;
}

.side-link a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #fffea6;
  padding: 50px 0 10px;
  padding: 30px;
}

footer p {
  float: left;
  margin-right: 30px;
  font-size: 115%;
}

footer a {
  font-size: 85%;
  text-shadow: none;
}

footer .mainsec {
  margin: 0 auto;
  text-align: center;
}

.ft_cpy {
  font-size: 70%;
  text-align: center;
  float: none;
  border: none;
}

.to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.to_top img {
  border-radius: 50%;
  border: 1px solid #aaa;
}

.footnav {
  margin: 0 10% 50px 0;
}

.footnav ul {
  display: flex;
}

.footnav ul li {
  padding: 0 30px 10px;
  border-right: 1px solid #aaa;
}

.footnav ul li:first-child {
  border-left: 1px solid #aaa;
}

/* subpage*/
.m404 {
  font-size: 200%;
  color: #666;
}

/* pan nav */
.pan-nav {
  margin: 20px 0 -30px;
}

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

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

/* SNS */
.snbtn-area {
  position: fixed;
  right: 0;
  top: 260px;
  z-index: 1;
}

.sns-mainsec {}

.snbtn-area>div {
  text-align: center;
}

.snbtn-area:after {
  content: "";
  clear: both;
  display: block;
}

.title-hd {
  display: block;
  background-color: #fff;
  color: #816847;
  font-size: 13px;
  width: 50px;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4;
}

.title-hd::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 15px;
}

.snbtn-whole {
  box-sizing: border-box;
  margin: 0 0 10px;
}

.snbtn-whole .fa {
  font-weight: bold;
}

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

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

/*幅1300以上の時、titleareaの幅を固定*/
@media screen and (min-width: 1300px) {
  .title0 a {
    font-size: 35px;
  }

  p.sitecpy {
    font-size: 100%;
  }
}

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

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

/*パンくず*/