@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*, *:before, *:after {margin: 0;padding: 0;box-sizing: border-box;border: 0;}
html {font-size: 62.5%;}
body {line-height: 1.75;font-size: 14px;font-size: 1.4rem;color: #8b0000;font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;}
img {max-width: 100%;height: auto;vertical-align: middle;}
a{text-decoration: none;color: #E4017F;transition: all 0.3s 0s;}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,ol,li {list-style: none;}
body {
  background: #fff;
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
::selection {background: #e4007f;color: #fff;}

/*clearfix*/
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.fontColor_orange {
  color: #f15a24;
  font-weight: bold;
}
.fontColor_blue {
  color: #0068b7;
  font-weight: bold;
}
#pagetop {
  display: block;
  position: relative;
  z-index: 0;
}

/* header */
body {
  background-image: url(img/nav_bg2.png);
  background-attachment: fixed;
}
#header {
  background-image:url(img/back_03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#header div {
  margin: 0 auto;
  position:relative;
  height: 40vw;
  max-height: 510px;
}
#header img {
  height: 40vw;
  max-height: 442px;
  display: block;
  margin: 0 auto;
  width: auto;
}
#header h2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}

/* nav */
#header + nav {
  margin: -8vw 0 0;
}
nav {
  padding: 10px 0 0;
  margin: 0 0 -1em;
  z-index: 2;
  position: relative;
}
#navigation {
  background-image: url(img/nav_bg.png);
  background-repeat: repeat-x;
  background-position: center center;
  padding: 0 2em;
}
#navigation h1 {
  margin: 0 0.5em;
}
#navigation ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#navigation li {
  width: 48%;
  text-align: center;
}
#navigation li a {
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: 3px solid transparent;
  padding: 0 0 3px;
  color: #fff;
  line-height: 1;
}
#navigation li.active a {
  color: #fff100;
  border-bottom: 3px solid #fff100;
}
#navigation h1 a:hover,
#navigation h1 a:focus {
  opacity: 1;
}

/* main_box */
#container {
  position: relative;
  margin: 1em 0 0;
}
.nadeshiko {
  position: fixed;
  margin: auto;
  left: -1130px;
  right: 0;
  bottom: 30px;
  z-index: -1;
}
.main_box {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(186, 186, 186, 0.65);
  max-width: 980px;
  margin: 0 auto 2em;
  padding: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
  position: relative;
}
.main_box h2{
  color: #fff;
  background-image: url(img/back_02.png);
  border-radius: 3px;
  padding: 0.3em 2em;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1em;
}
.main_box h2 img {
  margin: 0 5px 0 0;
}
.main_box .days {
  font-size: 14px;
  font-size: 1.4rem;
}
.main_box h3 {
  color: #e4007f;
  border-bottom: 3px solid #dcdddd;
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  padding: 0 0 10px;
}
.main_box h4 {
  border-bottom: 1px solid #ccc;
  border-left: 3px solid #e4007f;
  color: #e4007f;
  padding: 3px 0.5em 5px;
  margin: 3em 0 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
}
.shop_btn {
  background-color: #E4017F;
  color: #fff;
  max-width: 400px;
  margin: 1em 0 0;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 0.5em 1em;
}
.main_box .main_pdf {
  display: block;
  margin: 0 auto;
}
.main_box.toppage p>img {
  margin: 0.5em 0;
}

/* character */
.character {
  text-align: center;
}

/* member */
.member {
  background-image: url(img/back_05.png);
  background-position: center bottom 70px;
  background-repeat: no-repeat;
  text-align: center;
}
.massage {
  margin: 2em 0 0;
}
.member_main {
  position: relative;
}
.member_last {
  /*position: absolute;
  bottom: -40px;
  right: 0;
  transform: rotate(5deg);*/
}
#member_list {
  margin: 0 auto 10px;
}
#member_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#member_list li {
  width: 20%;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin: 4em 2% 0;
}
#member_list li .member_name {
  color: #e83828;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: -20px;
  text-shadow: 
  #fff 2px 0px 2px, #fff -2px 0px 2px,
  #fff 0px -2px 2px, #fff -2px 0px 2px,
  #fff 2px 2px 2px, #fff -2px 2px 2px,
  #fff 2px -2px 2px, #fff -2px -2px 2px,
  #fff 1px 2px 2px, #fff -1px 2px 2px,
  #fff 1px -2px 2px, #fff -1px -2px 2px,
  #fff 2px 1px 2px, #fff -2px 1px 2px,
  #fff 2px -1px 2px, #fff -2px -1px 2px,
  #fff 1px 1px 2px, #fff -1px 1px 2px,
  #fff 1px -1px 2px, #fff -1px -1px 2px;
  transform: rotate(-15deg);
}
#member_list li:nth-child(2n) .member_name{ color: #601986; }
#member_list li:nth-child(3n) .member_name{ color: #13ae67; }
#member_list li:nth-child(4n) .member_name{ color: #c13eb8; }
#member_list li:nth-child(5n) .member_name{ color: #8fc31f; }
#member_list li:nth-child(6n) .member_name{ color: #e82131; }
.member_photo {
  border: 10px solid #fff;
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* btn_area */
.btn_area {
  text-align: center;
  margin: 1em 2em 2em;
}
.btn_area a {
  color: #6a3906;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.btn_area a:before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(img/icon_f.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/* footer */
footer {
  background-image:url(img/nav_bg.png);
  background-repeat:repeat-x;
  background-position: center top;
  padding: 2.5em 2em 2em;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}
footer a {
  color: #fff;
}
.footer_area {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_area div {
  width: 60%;
}
.footer_area ul {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_area li:last-child {
  border-left: 1px solid #fff;
  padding: 0 0 0 1em;
  margin: 0 0 0 1em;
}

.dl20190402 {
  background-color: #00683f;
  color: #fff;
  padding: 2em;
}
.dl20190402 dt {
  text-align: center;
}
.dl20190402 dd {
  padding: 1em 0 0;
}

@media screen and (max-width: 768px) {
  #navigation li a {
    font-size: 4vw;
  }
  #navigation li.active a {
    border: 0
  }
  #navigation {
    background-size: cover;
  }
  #header + nav {
    margin: 0;
    padding: 0;
  }
  .member_last {
    position: static;
    margin: 0 0 20px;
    transform: rotate(0);
  }
  #member_list li {
    width: 47%;
    margin: 7% 1% 5%;
  }
  #member_list li .member_name {
    left: 0;
  }
  /* main_box */
  .main_box {
    box-shadow: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main_box h4 {
    border-left: 0;
    padding: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main_box .days {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* footer */
  footer {
    background-image: url(img/back_02.png);
    background-repeat: repeat;
  }
  .footer_area {
    display: block;
  }
  .footer_area div {
    width: auto;
  }
  .footer_area ul {
    width: auto;
    display: block;
  }
  .footer_area li,
  .footer_area li:last-child {
    display: block;
    border: 0;
    padding: 0;
    margin: 1em 0 0;
  }
  footer a {
    display: block;
    padding: 1em;
    border: 1px solid #fff;
  }
}

@media screen and (max-width:480px) {
  #header div {
    height: 45vw;
  }
  #header img {
    max-height: 200px;
  }
  #navigation {
    background-image: url(img/back_02.png);
  }
  #navigation ul {
    flex-wrap: wrap;
    padding: 1em 0;
  }
  #navigation li:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #navigation li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    text-align: center;
  }
  #navigation li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    text-align: center;
  }
}