@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");

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

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

body {
  background: url(../images/bg.jpg) repeat;
  color: #333;
  font-size: 13px;
  line-height: 1.5em;
  font-family: "Noto Sans Japanese";
}

/*----- ul -----*/
article ul {
  padding: 10px 0;
  margin: 1.5em 0;
  background: #fff;
  border-radius: 30px;
  color: #3a2d24;
}

article ul li {
  margin: 10px 2em;
}

article ul li:before {
  content: "〇";
  font-weight: bold;
  margin-right: 5px;
}

/*----- ol -----*/
article ol {
  counter-reset: list;
  list-style-type: none;
  font: 10px;
  padding: 0px;
  background: #fff;
  border: solid 4px #dd4b39;
  border-radius: 30px;
  color: #dd4b39;
}

article ol li {
  position: relative;
  line-height: 20px;
  margin: 7px 0 7px 60px;
}

article ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: -34px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-family: "Dancing Script", cursive;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}

/*----- blockquote -----*/
blockquote {
  background: #3a2d24;
  padding: 3em 1em;
  position: relative;
  color: #fff;
  text-align: center;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #e4cf8e;
  position: absolute;
  font-family: "Sawarabi Mincho";
}

blockquote:before {
  content: "“";
  left: -20px;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: -20px;
  bottom: 0;
}

/*----- table -----*/
table {
  width: 100%;
  border-spacing: 5px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

table th {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: none;
  background: #e4cf8e;
  color: #3a2d24;
}

table td {
  padding: 10px;
  vertical-align: top;
  border: none;
  background: #fff;
}

/*----- other -----*/
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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}

strong {
  background: #dd4b39;
  color: #fff;
  padding: 2px;
  font-weight: normal;
}

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

em {
  font-style: normal;
  color: #dd4b39;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
  border-bottom: dotted 2px #dd4b39;
  margin-bottom: 10px;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*■■■■■ 大枠　■■■■■*/
#base {
  min-width: 750px;
  position: relative;
}

/*----- 見出し -----*/
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 20px;
}

h2,
.under h1 {
  font-size: 18px;
  text-align: center;
  padding: 30px;
  background: #dd4b39;
  color: #fff;
  border-radius: 30px 30px 0 0;
  font-family: "Sawarabi Mincho";
}

h3,
.under h2 {
  font-size: 14px;
  color: #fff;
  background: #3a2d24;
  border-radius: 18px;
  padding: 10px 20px;
}

h4,
.under h3 {
  font-size: 14px;
  background: #e4cf8e;
  border-radius: 18px;
  padding: 5px 20px;
}

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

h5 {
  color: #3a2d24;
  font-size: 12px;
  background: #fff;
  padding: 5px 20px;
}

h6 {
  color: #3a2d24;
  font-size: 12px;
  padding: 5px 20px;
}

img {
  max-width: 100%;
}

/*----- リンク -----*/
a {
  color: #3a2d24;
  display: block;
  padding-left: 5px;
}

a:hover {
  color: #fff;
  background: #e4cf8e;
}

/*■■■■■ top page　■■■■■*/
/*----- header -----*/
#hhh {
  background: #fff;
  width: 100%;
}

#hhh-line {
  width: 55%;
  height: 70px;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
}

.hhh-ti a {
  width: 100%;
  font-size: 1.2vw;
  padding: 15px 0 8px;
  color: #751e0a;
}

.hhh-ti a:hover {
  background: none;
  color: #e8412f;
}

.hhh-copy {
  background: #fff;
  font-size: 85%;
  color: #e8412f;
  font-family: "Noto Sans Japanese";
}

/*----- head nav -----*/
#hhh-nav {
  width: 45%;
  font-family: "Sawarabi Mincho";
  position: absolute;
  top: 0;
  right: 0;
}

#hhh-nav ul {
  margin: 0 auto 10px;
  display: flex;
  justify-content: flex-end;
}

#hhh-nav li {
  width: 25%;
  background: #e8412f;
}

#hhh-nav li a {
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  border-left: solid 1px #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}

#hhh-nav li:nth-child(1) a {
  border-left: none;
}

#hhh-nav li a:hover {
  color: #e4cf8e;
  background: #e8412f;
}

.slicknav_menu {
  display: none;
}

/*----- slider -----*/
#visual-line {
  /* width: 45%; */
  float: right;
  background: #fff;
  position: relative;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper img {
  min-width: 610px !important;
  min-height: 320px !important;
}

/*----- main -----*/
main {
  width: 100%;
  margin: 0 auto;
}

main article {
  margin-bottom: 30px;
}

main article img {
  margin-bottom: 10px;
}

main section {
  max-width: 750px;
  margin: 0 auto 30px;
  /* 0 auto 30px */
}

@media (max-width: 735px) {
  main section {
    margin-left: auto;
  }
}

/*----- 本文 -----*/
.item-frame {
  max-width: 750px;
  margin: 0 auto 40px;
}

.item-frame>div {
  padding: 25px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 30px 30px;
}

.item-frame>h2 {
  margin-bottom: 0;
}

.item-frame img {
  border-radius: 30px;
  border: solid 4px #fff;
}

/*----- 下層リンク -----*/
.outline-layout {
  width: 750px;
  overflow: hidden;
}

.other-frame {
  width: 30%;
  margin: 15px 1.6% 30px;
  float: left;
  background: #fff;
  border-radius: 30px;
}

.other-frame h2 {
  margin-bottom: 0;
  padding: 20px 30px;
}

.other-frame p {
  padding: 10px 20px 20px;
}

/*----- もっと読む -----*/
.read-bn {
  text-align: center;
  background: #dd4b39;
  padding: 0 0 10px;
}

.read-bn a {
  width: 90px;
  margin: 0 auto;
  padding: 2px 12px;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  color: #dd4b39;
  border-radius: 10px;
}

.read-bn a:hover {
  background: #e4cf8e;
}

/*----- おすすめ -----*/
.main-layout {
  width: 100%;
  height: 320px;
  margin: 0 auto 15px;
  background: #e7e7e7;
  /* overflow: hidden; */
}

.osusume-frame {
  width: 100%;
  /*55%*/
  float: left;
  text-align: center;
  background: url(../images/wing.png) #e7e7e7 center 1.1vw no-repeat;
  background-size: 96%;
}

.osusume-frame h2 {
  background: none;
  color: #751e0a;
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 0;
}

.osusume-frame>div {
  width: 50%;
  float: left;
}

@media (max-width: 735px) {
  .osusume-frame>div {
    width: 100%;
  }
}

.osusume-frame h3 {
  width: 90%;
  background: none;
  margin: 0 auto 10px;
  padding: 0;
  text-align: left;
}

.osusume-frame h3 a {
  width: -webkit-fill-available;
  /* height: 40px; */
  /* line-height: 40px; */
  border-radius: 20px;
  display: block;
  color: #fff;
  background: #dd4b39;
  font-size: 120%;
  padding: 10px 15px;
}

.osusume-frame h3 a::after {
  content: ">";
  margin-left: 10px;
}

.osusume-frame h3 span {
  font-size: 85%;
  color: #dd4b39;
  font-family: "Noto Sans Japanese";
}

.osusume-frame h3 a:hover {
  background: #e4cf8e;
}

/*----- aside -----*/
#side-line {
  /*min-*/
  width: 150px;
}

.top_page {
  position: absolute;
  top: 350px;
  left: 0;
}

.u_page {
  position: absolute;
  top: 30px;
  left: 0;
}

body.is-fixed #side-line {
  position: fixed;
  top: 10px;
}

#side-line li {
  width: 100%;
  margin-bottom: 30px;
}

#side-line dt {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  background: #dd4b39;
  color: #fff;
  border-radius: 0 20px 0 0;
  font-family: "Sawarabi Mincho";
  margin-bottom: 0;
}

#side-line dd a {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.75);
}

#side-line li:nth-child(2) dd a {
  line-height: 30px;
  padding: 10px 0 0;
}

#side-line dd a:hover {
  background: #d9c27a;
}

#side-line dd:nth-last-child(1) a {
  border-radius: 0 0 20px 0;
}

#side-line img {
  width: 82%;
  margin: 0 auto;
  border-radius: 10px;
  display: block;
}

/*----- footer -----*/
#footer-line {
  width: 100%;
  background: #fff;
  text-align: center;
}

#footer-line ul {
  width: 750px;
  margin: 0 auto;
  padding: 30px 0 50px;
  display: flex;
  justify-content: space-around;
}

#footer-line li {
  width: 40%;
}

#footer-line dl {
  line-height: 3em;
}

#footer-line dt {
  background: #dd4b39;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 9px;
  font-family: "Sawarabi Mincho";
}

#footer-line dd {
  margin: 0 20px;
}

.footer-copy {
  width: 100%;
  margin: 0 auto;
  font-size: 80%;
  text-align: center;
  padding: 10px 20px;
  color: #3a2d24;
  font-weight: bold;
  background: #fff;
}

.pagetop-bn {
  width: 67px;
  height: 67px;
  background-color: #dd4b39;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.pagetop-bn::before {
  content: "";
  display: blcok;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30px;
  left: 25px;
}

/*----- 404 -----*/
.err404 {
  width: 50%;
  margin: 0 auto;
  padding: 50px 2em 650px;
  background: #e4cf8e;
}

.err404 b {
  font-size: 46px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

/*----- pan nav -----*/
#topicpath-nav {
  max-width: 750px;
  margin: 10px auto;
  background: #e4cf8e;
}

#topicpath-nav li {
  display: inline-block;
  margin-right: 5px;
}

/*----- SNS -----*/
#sns-line {
  width: 100%;
  margin: 80px 0;
  text-align: center;
}

#sns-line dt {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 6px 15px;
  margin-bottom: 10px;
  background: #3a2d24;
  color: #fff;
}

#sns-line dd {
  width: 24%;
  float: left;
  margin: 0 0.5%;
  font-weight: bold;
}

#sns-line dd .fa {
  font-weight: bold;
}

#sns-line dd a {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
}

#sns-line dd a:hover {
  background: #fff;
}

/*----- SNS背景色 -----*/
#twitter {
  border: solid 3px #00acee;
  color: #00acee;
}

#hatena {
  border: solid 3px #2d4c86;
  color: #2d4c86;
}

#facebook {
  border: solid 3px #3b5998;
  color: #3b5998;
}

#ggl-plus {
  border: solid 3px #dd4b39;
  color: #dd4b39;
}

@media screen and (max-width: 735px) {

  /*■■■■■ 大枠　■■■■■*/
  #base,
  main {
    width: 100%;
    min-width: 100%;
    float: none;
  }

  /*----- 見出し -----*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 110%;
  }

  .hhh-ti a {
    padding: 5px 0 0;
    font-size: 110%;
  }

  /*----- ul ol -----*/
  article ul {
    padding: 2%;
  }

  article ol li {
    margin: 7px 0 7px 40px;
  }

  /*■■■■■ top page　■■■■■*/
  /*----- header -----*/
  #hhh-line {
    width: 100%;
    height: auto;
  }

  /*----- slider -----*/
  #visual-line {
    width: 100%;
    float: none;
    height: auto;
  }

  .bx-wrapper img {
    min-width: 100% !important;
    min-height: auto !important;
  }

  /*----- 本文 -----*/
  main section {
    width: 100%;
  }

  .item-frame {
    width: 96%;
    margin: 0 2% 4%;
    padding: 0;
  }

  a {
    padding: 0;
  }

  /*----- 下層リンク -----*/
  .outline-layout {
    width: 100%;
    display: inline-block;
  }

  .outline-layout article {
    width: 96%;
    margin: 0 2% 4%;
  }

  .other-frame {
    width: 100%;
    float: none;
  }

  /*----- おすすめ -----*/
  .main-layout {
    height: auto;
  }

  .osusume-frame {
    width: 100%;
    float: none;
  }

  /*----- 404 -----*/
  .err404 {
    width: 100%;
  }

  /*----- footer -----*/
  #footer-line {
    padding: 0;
  }

  #footer-line ul {
    width: 100%;
    padding: 0;
    display: inline-block;
  }

  #footer-line li,
  .footer-copy {
    width: 100%;
    text-align: center;
  }

  #footer-line dl {
    width: 96%;
    margin: 0 2%;
    padding: 20px 0;
    display: inline-block;
    line-height: 2em;
  }

  #footer-line dt {
    width: 100%;
  }

  #footer-line dd {
    line-height: 3em;
    margin: 0;
  }

  .footer-copy {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }

  /*----- nav -----*/
  #hhh-nav,
  #side-line {
    display: none;
  }

  .slicknav_menu {
    display: block;
    padding: 0;
    background: #3a2d24;
    padding: 0.5em 0;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_menu a {
    padding: 0;
    margin: 0 0.5em;
    background: #3a2d24;
  }

  .slicknav_menu img {
    display: none;
  }

  .slicknav_menu dt {
    padding: 10px;
    font-weight: bold;
    color: #d9c27a;
  }

  .slicknav_nav a {
    padding: 10px 15px;
    border-radius: 0;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: #d9c27a;
  }

  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  /*----- sns -----*/
  #sns-line dd a {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }

  #sns-line dd {
    width: 47%;
  }

  #sns-line dd .fa-twitter {
    width: 1em;
    height: 1em;
    overflow: hidden;
  }

  #sns-line dt {
    width: 100%;
    padding: 6px 0;
    margin: 10px 0;
  }

  #sns-line dd {
    width: 25%;
    float: left;
    margin: 0 auto;
    font-weight: bold;
  }

  #sns-line dd a {
    margin: 0;
    padding: 20px 0;
    transition: 0.3s;
  }
}