@charset "utf-8";

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

body {
  background-color: #f1e6d0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  background: #faf7ed;
}

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+ */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 10px;
  color: #ff8080;
}

/* top page */

/* header */
.head-area {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  background: #fff;
}

.site-ttl a {
  display: block;
  margin: 0 auto;
  font-size: 30px;
  color: #ff8080;
  font-weight: bold;
}

.head-sub {
  display: flex;
}

.head-sub .site-ttl {
  width: 30%;
}

.head-sub .site-ttl a {
  font-size: 21px;
  margin-right: 10px;
  line-height: 1.3;
}

.head-sub .catch-copy {
  width: 30%;
}

p.catch-copy {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
}

nav.global-nav>ul {
  display: flex;
  justify-content: space-around;
}

nav.global-nav ul#gnav>li {
  display: flex;
  align-items: center;
  width: 24%;
  height: auto;
  min-height: 50px;
  font-size: 14px;
  text-align: center;
}

nav.global-nav ul#gnav>li:hover {
  position: relative;
}

nav.global-nav ul#gnav>li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: #ff0;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  opacity: 0.4;
  z-index: -1;
}

nav.global-nav ul#gnav>li a {
  display: block;
  width: 100%;
  padding: 0 20px;
}

.slicknav_menu {
  display: none;
}

#gnav li a {
  display: block;
  color: #333;
  font-size: 16px;
}

#gnav li a:hover {
  color: #ff8080;
}

/* slider */
.bx-wrapper {
  margin: 50px auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}

/* contents area */
.wrapper {
  width: 100%;
  /*1120px*/
  margin: 0 auto;
  max-width: 1120px;
}

/* +下層用 */
.entry-sec h2,
.under h1 {
  min-height: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 21px;
  background: url(../images/dot.png) no-repeat left center;
}

/* section */
.entry-sec .flR {
  float: right;
  max-width: 74%;
  /*800px*/
}

.wrapper article .art-box {
  padding: 0 20px;
}

.article .art-R {
  width: 280px;
  float: right;
}

.art-R a {
  display: block;
  text-align: right;
}

.article {
  margin-bottom: 50px;
  padding: 20px;
  background: #fff;
}

/* link */
.link-sec {
  margin-bottom: 20px;
  padding: 20px 0;
}

.link-sec .article {
  border: none;
}

.link-all {
  display: flex;
}

.link-all h2 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px;
  width: 400px;
  font-size: 24px;
  color: #333;
  background: #fff;
  border-bottom: 2px solid #ebe5d3;
}

.link-all-out {
  width: 100%;
  padding: 20px;
  background: #f2ecda;
  border-bottom: 2px solid #ebe5d3;
}

.link-all h3 {
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  border: none;
  font-weight: normal;
}

.link-all h3 a {
  display: block;
  color: #ff8080;
}

/* aside */
.sub-menu {
  float: left;
  /*min-*/
  width: 23%;
  /*300px*/
  background: #fff;
  border-radius: 4px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.sub-wrapper {
  position: sticky;
  top: 0;
}

.sub-wrapper a {
  display: block;
  margin: 5px 0;
  color: #419bc2;
}

.sub-wrapper a:hover {
  opacity: 0.7;
}

.sub-wrapper li ul li a {
  line-height: 1.4;
  color: #ff8080;
}

.sub-wrapper p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}

.side-link img {
  max-width: 100%;
}

.sub-menu>ul>li>p {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 3px 10px;
  font-size: 21px;
  border-bottom: 2px solid #ebe5d3;
}

.sub-menu>ul>li>p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  height: 2px;
  background: #ff8080;
}

p.side-link img {
  vertical-align: middle;
}

.sub-child-menu {
  padding: 3%;
}

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

/* footer */
footer {
  margin-top: 100px;
  padding: 20px 0;
  background: #fff;
}

footer .foot-menu-all {
  display: flex;
  flex-wrap: wrap;
}

footer .foot-copyright {
  font-size: 10px;
  text-align: center;
}

footer .foot-copyright {
  color: #555;
}

footer a.top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #ff8080;
  opacity: 0.7;
}

footer a.top-btn:hover {
  opacity: 1;
}

footer .foot-menu {
  width: 33%;
  margin-right: 30px;
}

footer .foot-menu p {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 5px;
  color: #333;
  font-size: 21px;
  border-bottom: 2px solid #ebe5d3;
}

footer .foot-menu p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  height: 2px;
  background: #ff8080;
}

footer .foot-menu a {
  position: relative;
  display: inline-block;
  width: 95%;
  margin: 10px 0;
  padding: 0 10px;
  color: #333;
  line-height: 1.4;
}

footer .foot-menu a:hover {
  color: #ff8080;
}

footer .foot-menu a:hover {
  opacity: 0.7;
}

footer .foot-menu li {
  position: relative;
}

footer .foot-menu li::before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  margin-right: 10px;
  font-size: 10px;
  color: #ff8080;
}

/* under */

/* pan nav */
#pan-nav {
  margin: 25px 0;
  font-size: 14px;
}

#pan-nav ul li {
  display: inline-block;
}

#pan-nav ul li::after {
  content: ">";
  color: #333;
}

#pan-nav ul li:last-child::after {
  content: none;
}

#pan-nav ul li a {
  color: #333;
}

img.eyecatch {
  display: block;
  margin: 20px auto;
}

.article-entry,
.button-area {
  padding: 20px;
}

.wrapper main .article-entry p {
  padding: 0 0 20px 0;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}

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

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

.title-fill {
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #ff8080;
}

.button-whole {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.button-link {
  display: block;
  text-align: center;
  color: #5c4d3a;
  font-size: 14px !important;
  padding: 5px 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;
}

.article .button-whole a {
  color: #fff;
  border-bottom: none;
  border-radius: 2px;
}

.article .button-whole a:hover {
  color: #fff;
}

#twitter {
  background: #00acee;
}

#hatena {
  background: #2d4c86;
}

#facebook {
  background: #3b5998;
}

#ggl-plus {
  background: #dd4b39;
}

.img-big {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.read-more {
  text-align: right;
}

.column-crd .read-more a {
  display: inline-block;
  padding: 5px 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #ff8080;
  border-radius: 20px;
}

/* styles */
h3,
.under h2 {
  border-bottom: 2px solid #ff8080;
}

h4,
.under h3 {
  background: #faf7ed;
  border-bottom: 2px solid #ebe5d3;
}

h5 {
  background: #ff8080;
  color: #fff;
}

.article ul,
.article ol {
  padding: 20px;
  border: 2px solid #ebe5d3;
  border-radius: 4px;
}

.article ul li::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 10px;
  color: #ff8080;
  vertical-align: text-bottom;
}

.article ol {
  counter-reset: count;
}

.article ol li {
  margin: 5px 0;
}

.article ol li::before {
  counter-increment: count;
  content: counter(count);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  text-align: center;
  line-height: 2rem;
  color: #ff8080;
  border: 2px solid #ff8080;
  border-radius: 50%;
}

blockquote {
  position: relative;
  padding: 20px;
  border: 2px solid #ebe5d3;
  border-left: 10px solid #ebe5d3;
}

address {
  padding: 5px 20px;
  background: #faf7ed;
  border-bottom: 2px solid #ebe5d3;
}

.article a {
  color: #333;
  border-bottom: 1px solid #ff8080;
}

.article a:hover {
  color: #ff8080;
}

ins {
  padding: 0 3px;
  border: 1px solid #ebe5d3;
}

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

pre {
  padding: 15px;
  border: 2px solid #ff8080;
  border-radius: 4px;
}

table th {
  padding: 5px 10px;
  background: #f2ecda;
  border: 1px solid #f2ecda;
}

table td {
  padding: 5px 10px;
  border: 1px solid #f2ecda;
}

.link-box a {
  border-bottom: none;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

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

em,
address {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

.article ul,
.article ol,
blockquote,
pre,
table {
  margin: 20px 0;
}

table {
  border-collapse: collapse;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.not-found {
  font-weight: normal;
  font-size: 21px;
}

.top-img .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-img .slider-area {
  width: 550px;
}

.top-img .ttl-area {
  width: 550px;
}

strong {
  color: #ff8080;
  border-bottom: 1px solid #ff8080;
}

em {
  background: linear-gradient(transparent 70%, #efefef 70%);
}

.column-sec {
  margin-bottom: 20px;
  padding: 20px 0;
}

.column-sec .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-crd {
  width: 32%;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  border-bottom: 2px solid #ebe5d3;
}

.column-crd h2 {
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
  background: #ff8080;
  border-radius: 4px;
}

.column-crd img {
  float: left;
  /* width: 50%; */
  margin: 0 10px 10px 0;
}

.entry-sec .article {
  border-radius: 4px;
}

.link-all-in h3 {
  margin-bottom: 0;
}

.link-all-in p {
  margin-bottom: 15px;
  margin-left: 10px;
}