@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;
}

body {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

a {
  color: #8e4e2d;
  display: block;
}

a:hover {
  color: #da0551;
  transition: 0.5s;
}

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;
  border-radius: 6px;
  margin: 1em 0;
  padding: 1em;
}

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

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

/* header */
header {
  border-top: 5px solid #ed9017;
}

.header_top {
  width: 80%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

.header_top .sttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.header_top .sttl a {
  color: #d9004e;
  line-height: 1.3;
}

.header_top p.catchcopy {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 1.2;
}

nav.gnav>ul {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
}

nav.gnav ul#gmenu>li {
  display: block;
  position: relative;
  width: 25%;
  font-size: 14px;
  text-align: center;
}

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

ul.sub-menu li a {
  display: block;
}

ul.sub-menu li a:hover {
  color: #f5f2e8;
  background-color: #388186;
}

.slicknav_menu {
  display: none;
}

#gmenu li a {
  display: block;
  color: #333;
  padding: 0px 20px;
  position: relative;
}

#gmenu li a:hover {
  color: #8e4e2d;
}

#gmenu li a:before {
  content: url(../images/img_02.png);
  position: relative;
  top: 4px;
}

/* slider */
#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#slider_in {
  position: relative;
  left: 50%;
  width: 3210px;
  margin-left: -1605px;
}

.bx-wrapper {
  margin: 0 auto;
  position: relative;
  border: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff6f7;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ffd76c;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 30px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  transition: 0s;
}

/* contents area */
.container section article:nth-of-type(1) {
  background: #fff6f7;
}

.container section article:nth-of-type(2) {
  background: #fff;
}

.container section article:nth-of-type(3) {
  background: #ffd76c;
}

.container section article:nth-of-type(4) {
  background: #fefcd5;
}

.container section article:nth-of-type(5) {
  background: #fff6f7;
}

.inner {
  max-width: 1060px;
  margin: 0 auto 50px;
  position: relative;
  padding: 3em;
}

.main_area.inner,
#pankuzu .inner {
  max-width: 1160px;
  padding: 0;
  margin: 0 auto;
}

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

.btn_7 {
  text-align: center;
}

.btn_7 a {
  background: #f2377a;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  width: 50%;
  border-radius: 6px;
}

.btn_7 a:before {
  content: url(../images/img_03.png);
  position: relative;
  top: 4px;
}

.btn_7 a:hover {
  background: #ff78a8;
}

/* section */

.container section p {
  margin-bottom: 20px;
}

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

.inner>img {
  float: left;
  margin: 0 30px 0 auto;
  max-width: 250px;
}

.article p img {
  max-width: 100%;
}

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

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

.main_area main {
  float: left;
  max-width: 78%;
}

/* style */
.container section .mainimg {
  max-width: 750px;
  margin: 0 auto 25px;
  text-align: center;
  display: block;
  float: none;
}

.eyecatchwrap {
  max-width: 900px;
  height: fit-content;
  /* overflow: hidden; */
  position: relative;
  margin-bottom: 30px;
}

.eyecatch {
  width: 100%;
  height: auto;
  /* position: absolute; */
  top: -10%;
}

.container section .mainimg img {
  width: 100%;
}

/* +下層用 */
.container h2,
.under h1 {
  color: #fff;
  font-size: 160%;
  font-weight: normal;
  position: relative;
  text-align: center;
  padding: 1em;
  background: #ed9017;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      #ed9017 9%,
      #f6e6b4 67%,
      #f6e6b4 81%,
      #ed9017 96%,
      #ed9017 96%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      #ed9017 9%,
      #f6e6b4 67%,
      #f6e6b4 81%,
      #ed9017 96%,
      #ed9017 96%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      #ed9017 9%,
      #f6e6b4 67%,
      #f6e6b4 81%,
      #ed9017 96%,
      #ed9017 96%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed9017', endColorstr='#ed9017', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.container .main_area h2,
.under h1 {
  text-align: left;
  padding: 0.5em;
}

.container h3,
.under h2 {
  color: #da0551;
  border-top: 2px solid #da0551;
  border-bottom: 2px solid #da0551;
  position: relative;
  text-align: left;
  padding: 0.5em 20px;
}

.container h4,
.under h3 {
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #ffe5cb;
  border-radius: 6px;
  font-size: 110%;
}

.container h4:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #ffe5cb;
}

.container h5 {
  font-size: 110%;
  padding-bottom: 0.5em;
  border-bottom: 3px double #da0551;
}

.container h6 {
  padding: 0.5em 0.75em;
  border: 2px solid #ffe5cb;
  border-radius: 6px;
  font-size: 110%;
}

b,
strong,
.bo {
  font-weight: bold;
  font-size: 100%;
  color: #e52f2f;
}

.container article ul,
.container .subentry ul {
  border-left: 3px solid #da0551;
  padding: 0 0 0 2em;
  margin: 1.5em 0;
  color: #da0551;
  font-weight: bold;
}

.container article ul li,
.container .subentry ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: disc;
}

.container article ol,
.container .subentry ol {
  counter-reset: counter-name;
  background: #fff6f7;
  border-radius: 6px;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

.container article ol li,
.container .subentry ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.container article ol li:before,
.container .subentry ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}

blockquote {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 3em 1em;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #da0551;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  color: #da0551;
  position: absolute;
  right: 0;
  bottom: 0;
}

.container main p img {
  display: inline-block;
  float: none;
}

.subentry img {
  display: block;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

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: #eee;
}

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

/* link */
article.linkbox .inner {
  margin: 0 auto;
}

article.linkbox h2 {
  background: none;
  color: #da0551;
  font-size: 160%;
  padding: 0;
}

article.linkbox h2:before {
  content: "";
  display: block;
  border-top: solid 1px #da0551;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

article.linkbox h2 span {
  background: #ffd76c;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

article.linkbox h3 {
  display: block;
  border: none;
  background: #fff;
  border-left: 6px solid #ff7f00;
}

article.linkbox h3:hover {
  transition: 0.5s;
  background: #fff9f4;
}

article.linkbox p {
  padding: 0 0 20px;
}

.container section article.linkbox a {
  text-align: left;
}

/* aside */
aside.s_menu {
  float: right;
  width: 19%;
}

.s_container>li {
  margin-bottom: 3em;
}

.s_container a {
  display: block;
  padding: 10px 10px 10px 0px;
  position: relative;
  border-bottom: 1px dotted #da0551;
  margin-bottom: 10px;
}

.s_container a:before {
  content: url(../images/img_02.png);
  position: relative;
  top: 4px;
}

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

.side-link img {
  float: left;
  max-width: 220px;
}

.s_menu>ul>li>p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  border-bottom: 2px solid #da0551;
  background: #da0551;
}

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

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

/* footer */
footer {
  position: relative;
  background: #da0551;
}

footer a {
  color: #fff;
}

footer .footer_wrap {
  display: flex;
  justify-content: inherit;
  width: 1060px;
  margin: 0 auto;
  padding: 2em 0;
}

.footer_wrap>li {
  width: 28%;
  margin: 0 5% 0 0;
}

footer .footer_t,
footer .copyright {
  background: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px;
}

footer a.t_btn {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
}

footer .footer_m p {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

footer .footer_m a {
  display: block;
  line-height: 1.3;
  padding: 10px 0;
}

footer .footer_m a:hover {
  color: #a5e9e1;
}

/* under */

/* pan nav */
#pankuzu {
  padding: 5px 0;
  margin-bottom: 45px;
  background: #fff6f7;
}

#pankuzu a {
  display: inline;
  font-size: 14px;
}

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

.button_area {
  padding: 20px;
}

.container main .subentry p {
  padding: 0 0 20px 0;
}

/* SNS */
.button_area {
  width: 100%;
  margin: 0 0 10px;
}

.button_area>div {
  text-align: center;
}

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

.title_fill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.button_w {
  float: left;
  width: 23%;
  box-sizing: border-box;
  margin: 0 1%;
}

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