@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: #f4e4e3;
  font-size: 16px;
  line-height: 2;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

a {
  color: #e2818f;
  display: block;
  font-size: 18px;
}

a:hover {
  color: #666;
  transition: 0.1s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* 下層用 */
h2,
.under h1 {
  color: #e2818f;
  font-size: 160%;
  margin-bottom: 15px;
  clear: both;
}

h3,
.under h2 {
  border-left: 5px solid #e2818f;
  padding-left: 10px;
}

h4,
.under h3 {
  border: 1px solid #e2818f;
  padding-bottom: 5px;
  padding-left: 10px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  font-size: 120%;
  border-bottom: 1px solid #e2818f;
}

h6 {
  font-size: 100%;
  border-bottom: 1px solid #666;
}

h1,
h2,
.intro .site-name a {
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.2;
}

strong {
  border-bottom: 4px double #e2818f;
}

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: #666;
  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-color: rgba(255, 255, 255, 0.3);
  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-color: #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;
  margin: 1em 0;
  padding: 1em;
  border: 2px dotted #fff;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
  border: 1px dotted #e2818f;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3);
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
.intro {
  width: 100%;
  padding: 20px 0 0 0;
  background-color: #fff;
  position: relative;
}

.intro a {
  color: #666;
}

.ttlarea {
  position: relative;
  bottom: -15px;
  width: 80%;
  margin: 0 auto;
}

.intro .site-name a {
  font-size: 220%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3;
}

.intro p.main_copy {
  color: #666;
  font-size: 90%;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
  padding-bottom: 50px;
}

.topNav {
  box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}

.topNav>ul#topNav-menu {
  display: flex;
  justify-content: space-around;
  background-color: rgba(242, 210, 208, 0.5);
}

.topNav ul#topNav-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}

#topNav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#topNav-menu li a {
  display: block;
  padding: 10px;
  color: #666;
  font-size: 18px;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

#topNav-menu li a:hover {
  color: #e2818f;
}

/* slider */
.eyeCatch {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.slider_Box {
  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: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.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 */
.blockArea,
.blockArea2 {
  max-width: 1160px;
  margin: 0 auto;
}

.blockArea,
.flex {
  display: flex;
  justify-content: space-between;
}

.read-more a {
  padding: 7px;
  color: #e2818f;
  text-align: center;
  margin-top: 20px;
  border: 1px solid #e2818f;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.read-more a:hover {
  background: #e2818f;
  color: #fff;
  border: none;
}

/* main */
main {
  float: left;
  max-width: 72%;
  /*820px*/
}

article img {
  margin-bottom: 10px;
}

.page-cont {

  padding: 20px;
}

.page-cont:first-child {
  margin-right: 20px;
}

.page-cont img {
  display: block;
  max-width: 100%;
}

article {
  margin-bottom: 30px;
}

.honbun,
.hb {
  max-width: 100%;
}

/* おすすめリンク */
.link_Box h3 {
  border: none !important;
  position: relative;
  margin-bottom: 0;
}

.link_Box h3 a {
  display: block;
  background-color: #e2818f;
  color: #fff;
  border: none;
  padding: 10px 0 10px 20px;
  border-radius: 10px 10px 10px 10px;
}

.link_Box h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.link_Box h3 a:hover {
  background-color: #9e9e9e;
}

.link_Box p {
  padding: 0 0 20px;
}

.link_Box a {
  text-align: left;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 25%;
  width: fit-content;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #666;
  font-size: 24px;
  border-bottom: 1px solid #666;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}

.side_Link a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #e2818f;
  padding: 30px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

footer a {
  color: #fff;
  font-size: 85%;
}

footer a:hover {
  color: #666;
}

footer .blockArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ftCopy {
  font-size: 70%;
  text-align: center;
  margin-top: 30px;
}

.top_Btn {
  z-index: 1;
  text-align: right;
  margin-right: 30px;
}

.ftMenu {
  width: 27%;
  margin: auto;
}

/* under */
.not-Found {
  font-size: 200%;
  color: #666;
}

/* pan nav */
.pa-Nav {
  margin-bottom: 15px;
}

.pa-Nav a {
  display: inline;
  font-size: 85%;
}

.pa-Nav font {
  color: #ccc;
}

/* SNS */
.btn-Area {
  width: 100%;
  margin: 50px 0;
}

.sns-blockArea {
  display: flex;
  justify-content: space-between;
}

.btn-Area>div {
  text-align: center;
}

.btn-Area:after {
  content: "";
  clear: both;
  display: block;
}

.title_Fill {
  text-align: center;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  color: #e2818f;
  font-size: 18px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 2px solid #e2818f;
}

.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;
}

/*下層*/
.intro2 {
  margin-bottom: 50px;
}

.intro2 {
  width: 100%;
  padding: 2rem 0 0 0;
  background-color: #fff;
  position: relative;
}

.intro2 a {
  color: #666;
}

.intro2 .site-name a {
  font-size: 220%;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.intro2 p.main_copy {
  color: #666;
  font-size: 90%;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: center;
}

.blockArea2 {
  margin-top: 30px;
}

/*スマホ対応*/
@media screen and (max-width: 690px) {

  .blockArea,
  .flex {
    flex-direction: column;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  .btn-Area,
  .blockArea {
    padding: 3%;
  }

  main h2,
  .side_Menu h2 {
    padding: 15px 5%;
  }

  .blockArea,
  main,
  .side_Menu,
  .side_Link img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .side_Link img {
    float: none;
  }

  .sns-blockArea {
    display: block;
  }

  .site-name {
    font-size: 100%;
  }

  main h2,
  .side_Menu h2 {
    font-size: 120%;
  }

  footer {
    padding: 0;
  }

  footer .ftMenu {
    width: 100%;
    margin-bottom: 2rem;
  }

  .side-blockArea p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }

  .page-cont img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .read-more {
    text-align: center;
  }

  .read-more a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }

  /* topNav */
  #topNav-menu,
  .side_Menu h2 {
    display: none;
  }

  .slicknav_menu {
    display: block;
    padding: 0;
    background: #666;
    width: 100%;
    position: fixed;
    z-index: 999;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }

  .slicknav_btn {
    float: none;
    background-color: #fff;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  /* side menu */
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .slicknav_nav a {
    padding: 5px 15px;
    background: #f2d2d0;
    color: #666;
  }

  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #e2818f;
    color: #666;
  }

  /* sns */
  .button-whole {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }

  /*追記*/
  .honbun,
  .hb,
  .page-cont,
  .ttlarea {
    width: 100%;
  }

  .intro {
    padding: 0;
    padding-top: 45px;
  }

  .intro .site-name a,
  .intro2 .site-name a {
    max-width: 100%;
    font-size: 23px;
    margin-bottom: 10px;
  }

  .ttlarea {
    margin: 0px;
    padding: 10px;
  }

  .intro p.main_copy,
  .intro2 p.main_copy {
    line-height: 140%;
    padding-bottom: 30px;
  }

  .topNav {
    display: none;
  }

  .eyeCatch {
    margin: 0px;
  }

  .page-cont {
    float: none;
    padding: 0;
    margin: 0 auto 40px;
    max-width: none;
  }

  main h2,
  .side_Menu h2 {
    padding: 15px 0 5px;
  }

  .honbun {
    margin-top: 15px;
  }

  .ftCopy {
    padding: 10px;
    margin: 0px;
  }

  .blockArea2 {
    margin-top: -40px;
    width: 100%;
    padding: 10px;
  }

  .blockArea2 h2 {
    padding: 0px;
  }

  .pa-Nav {
    margin: 0px;
  }

  footer .blockArea {
    margin: 0 auto;
  }

  .top_Btn {
    margin-right: 10px;
  }
}