@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/mplus1p.css");

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  line-height: 1.6;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  font-size: 13px;
  background: url(../images/bg.png);
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

strong {
  background: #e5e5e5;
  padding: 3px;
  color: #a61c45;
}

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

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

ins {
  display: inline-block;
  background: #f0d2e3;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: solid 1px #cecece;
  background: #f5f4f3;
  font-weight: normal;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #cecece;
  font-size: 90%;
}

/*--- blockquote*/
/*--- blockquote*/
blockquote {
  margin-bottom: 30px;
  padding: 2em;
  background: #ededed;
  border-radius: 6px;
  color: #a61c45;
  font-size: 120%;
  position: relative;
  z-index: 1;
}

blockquote:before,
blockquote:after {
  font-size: 20px;
  line-height: 1em;
  color: #a61c45;
  font-family: FontAwesome;
  z-index: -1;
}

blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 10px;
}

blockquote:after {
  content: "\f10e";
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  border-top: solid 3px #a61c45;
  border-bottom: solid 3px #a61c45;
}

article ul li {
  margin: 0.5em 0;
  padding: 10px 35px;
  line-height: 2.35em;
}

article ul li:before {
  content: "\f058";
  font-family: FontAwesome;
  font-size: 120%;
  color: #a61c45;
  margin-right: 8px;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;
  border: solid 1px #e5e5e5;
  border-radius: 6px;

  counter-reset: number;
  list-style-type: none !important;
  position: relative;
}

article ol li {
  margin: 1.5em;
  padding: 15px 0 15px 40px;
  border-bottom: dashed 1px #e5e5e5;

  list-style: none;
  position: relative;
}

article ol li:before {
  font-size: 12px;
  color: #fff;
  background: #a61c45;
  font-weight: bold;

  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  display: inline-block;
  border-radius: 4px;

  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 10px;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#site-wrap {
  max-width: 950px;
  margin: 0 auto;
  /* overflow: hidden; */
}

#site-wrap::after {
  content: "";
  display: block;
  clear: both;
}

article {
  background: #fff;
  border: 1px #d77da2 solid;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 30px;
}

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

/*--- link*/
a {
  display: block;
  color: #121212;
}

a:hover {
  color: #a61c45;
  background: #e5e5e5;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Mplus 1p";
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 132%;
  margin-bottom: 15px;
}

h2 {
  font-size: 165%;
  letter-spacing: -0.07em;
  color: #a61c45;
  border-bottom: solid 3px #a61c45;
  padding: 25px 10px;
  text-align: center;
}

h3 {
  background: #cf628c;
  color: #fff;
  padding: 7px 10px;
}

h4 {
  border: solid 1px #a61c45;
  color: #a61c45;
  background: #ffe6ed;
  padding: 7px 10px;
}

h5 {
  font-size: 110%;
  background: #e5e5e5;
  padding: 5px 10px;
}

h6 {
  font-size: 110%;
  padding: 5px 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

/* 下層用 */
.under h1 {
  font-size: 165%;
  letter-spacing: -0.07em;
  color: #a61c45;
  border-bottom: solid 3px #a61c45;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 15px;
}

.under h2 {
  background: #cf628c;
  color: #fff;
  padding: 7px 10px;
}

.under h3 {
  border: solid 1px #a61c45;
  color: #a61c45;
  background: #ffe6ed;
  padding: 7px 10px;
}





/*--- header ---*/
#site-hd {
  width: 100%;
}

.site-hdIn {
  max-width: 950px;
  margin: 0 auto;
}

.site-hdTtl {
  margin: 10px;
  text-align: right;
  overflow: hidden;
}

/*--- h1*/
.ttl_h a,
h1 a {
  padding: 5px;
  border-radius: 6px;
  font-size: 100%;
  font-weight: 600;
  letter-spacing: -0.1em;
  color: #a61c45;
  display: inline-block;
  background: #fff;
}

/*--- headCopy*/
.site-cp {
  font-size: 130%;
  line-height: 1.2;
  font-weight: 700;
  color: #999;
  font-family: "Mplus 1p";
}

/*--- headNav ---*/
#site-hdnv {
  width: 100%;
  position: relative;
  z-index: 999;
  font-family: "Mplus 1p";
  font-weight: 700;
}

.site-nvIn {
  max-width: 950px;
  padding-bottom: 80px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: url(../images/hdnv.png) repeat-x bottom;
  display: flex;
  justify-content: space-between;
}

.site-nvIn li {
  width: 230px;
  margin-right: 10px;
  padding: 4px;
  background: #fff;
  border: 1px #d77da2 solid;
  border-radius: 6px;
  box-sizing: border-box;
  float: left;
}

.site-nvIn li:nth-last-of-type(1) {
  margin-right: 0;
}

.site-nvIn li a {
  padding: 12px 0;
  border-radius: 6px;
  color: #a61c45;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
#site-mainvisual {
  margin: 0 0 10px;
}

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

.bx-wrapper .bx-controls-direction a {
  display: none;
}

/*--- mainArea ---*/
#site-main {
  max-width: 72%;
  float: right;
}

#site-main article {
  padding: 2%;
  overflow: hidden;
}

/*--- 下層リンク ---*/
#site-main .site-lk {
  position: relative;
  overflow: hidden;
}

.site-lk h2 {
  font-size: 145%;
  margin: 10px 0;
  letter-spacing: -0.05;
  color: #a61c45;
  background: none;
  border: none;
  padding: 0;
}

.site-lk p {
  line-height: 1.8;
}

.site-lk img {
  width: 52%;
  margin-bottom: 0;
  float: left;
}

.site-lk>div {
  width: 46%;
  float: right;
}

/*--- 2col*/
.site-sec {
  overflow: hidden;
}

.site-sec .site-lk {
  float: left;
  width: 49%;
  background: #f7e5ec;
}

.site-sec .site-lk:nth-of-type(2) {
  float: right;
}

.site-sec .site-lk h2 {
  margin: 10px 0;
}

.site-lk img {
  width: 100%;
  margin-bottom: 0;
  float: none;
}

.site-lk>div {
  width: 100%;
  float: right;
}

/*--- readMore*/
.site-more {
  width: 180px;
  margin: 10px auto 0;
  text-align: center;
}

.site-more a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
}

.site-more a {
  line-height: 18px;
  padding: 3px 0;
  position: relative;
  border-radius: 20px;
  background: #a61c45;
  border: solid 1px #a61c45;
  color: #fff;
}

.site-more a:hover {
  background: #fff;
  color: #a61c45;
}

/*--- recommend ---*/
#site-rc {
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  border: solid 1px #a61c45;
  background: #f7e5ec;
  overflow: hidden;
}

#site-rc h2 {
  padding: 15px 0 25px;
}

/*--- h3_link*/
.site-rcIn {
  margin: 0 0 10px;
  color: #333;
}

.site-rcIn h3 {
  width: 96%;
  margin: 0 auto;
  display: block;
  font-size: 120%;
  text-align: center;
  text-decoration: none;
  background: none;
}

.site-rcIn h3 a {
  padding: 10px 0;
  position: relative;
  border-radius: 25px;

  border: solid 1px #a61c45;
  font-size: 130%;
  background: #a61c45;
  color: #fff;
}

.site-rcIn h3 a:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 15px;
}

.site-rcIn h3 a:hover {
  background: #fff;
  color: #a61c45;
}

.site-rcIn p {
  width: 90%;
  margin: 3px auto 0;
  text-align: right;
  font-size: 85%;
}

/*--- aside ---*/
#site-side {
  width: 24%;
  float: left;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dl {
  margin-bottom: 30px;
  padding: 2%;
  background: #fff;
  border: solid 1px #a61c45;
  border-radius: 6px;
  overflow: hidden;
  font-family: "Mplus 1p";
}

aside dt {
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #a61c45;
  padding: 5px 10px;
  text-align: center;
}

aside dd {
  font-size: 90%;
  margin: 6px auto;
  color: #a61c45;
}

/*--- 上block*/
aside .side-01 dd a {
  line-height: 32px;
  text-align: center;
  padding: 5px;
}

/*--- 下block*/
aside .side-02 dd {
  position: relative;
}

aside .side-02 dd img {
  width: 100%;
  border-radius: 6px;
  border: solid 2px #e5e5e5;
  box-sizing: border-box;
}

aside .side-02 dd p {
  position: absolute;
  width: 100%;
  top: 75%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 3px 0;
}

aside .side-02 dd a:hover img {
  border: solid 2px #a61c45;
}

aside .side-02 dd a:hover p {
  background: rgba(166, 28, 69, 0.8);
  color: #fff;
}

/*--- footer ---*/
#site-ft {}

footer ul {
  max-width: 950px;
  margin: 0 auto;
  background: #bc2661;
  overflow: hidden;
}

footer ul li {
  width: 220px;
  margin: 30px;
  float: left;
}

footer dl {
  margin-bottom: 20px;
  overflow: hidden;
}

footer dt {
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}

footer dd {
  font-size: 90%;
}

footer dd a {
  padding: 5px 0;
  color: #fff;
}

footer dd a:hover {
  color: #fff;
  text-decoration: underline;
  background: none;
}

/*--- footCopy*/
.site-fc {
  padding: 10px 0;
  margin: 0 auto;
  font-size: 80%;
  font-weight: bold;
  color: #b4b4b4;
  text-align: center;
}

/*--- 404*/
.site-nf {
  margin-top: 20px;
  min-height: 810px;
}

.site-nf b {
  font-family: "Mplus 1p";
  font-size: 260%;
  color: #a61c45;
}

/*--- pan*/
.site-pan {
  width: 950px;
  margin: 10px auto;
}

.site-pan a {
  display: inline;
  padding: 3px 8px;
  border-radius: 8px;
  font-size: 85%;
}

/*--- SNS ---*/
#site-sns {
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  border: solid 1px #a61c45;
  background: #f7e5ec;
  overflow: hidden;
}

#site-sns h2 {
  padding: 15px 0 25px;
}

.site-snsIn dd {
  width: 25%;
  margin: 0 auto;
  float: left;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-left: 0;
}

.site-snsIn dd a {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  background: #28aae1;
  position: relative;
  border: solid 1px #28aae1;
  box-sizing: border-box;
  border-radius: 25px;
}

.site-snsIn dd a:hover {
  background: #fff;
  color: #28aae1;
}

/*--- 個別*/
#fb {
  background: #041d4d;
  border-color: #041d4d;
}

#ggl {
  background: #dd4b39;
  border-color: #dd4b39;
}

#ht {
  background: #3b5998;
  border-color: #3b5998;
}

#fb:hover,
#ggl:hover,
#ht:hover {
  background: #fff;
}

#fb:hover {
  color: #041d4d;
}

#ggl:hover {
  color: #dd4b39;
}

#ht:hover {
  color: #3b5998;
}

/*--- topPage*/
.site-btn a {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;

  font-size: 9px;
  border-radius: 6px;
  background: #a61c45;
  border: solid 1px #a61c45;
}

.site-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 46px;
  color: #fff;
}

.site-btn a:hover {
  background: #fff;
}

.site-btn a:hover:before {
  color: #a61c45;
}