@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
          box-shadow: 0 0 10px 2px #d6d6d6;
}
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------

    color setting

---------------------------------------------------- */
body {
  background-color: #f3f2ed;
}

.content {
  background: url(../images/Tokinoheya-bg.jpg) repeat left top/auto, #f3f2ed;
  z-index: -1;
  display: block;
  background-size: 100% auto;
}

.bg_yellow {
  background-color: #ffff00;
}

/* ここから書いていきましょう */
.head-copy {
  background: #3d4b59;
}
.head-copy-txt {
  width: 57%;
  margin: 0 auto;
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

.top {
  background: url(../images/Tokinoheya-Kitahara01.jpg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top 50% right -3%;
}
.top-copy {
  width: 63%;
  margin-left: 5%;
  padding-top: 4%;
  padding-bottom: 14%;
}
.top-copy01 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 6%;
}
.top-copy03 {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
}

.tokuten {
  margin-top: -2%;
  position: relative;
}
.tokuten::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/special-present.png);
  background-size: contain;
  position: absolute;
  width: 48%;
  padding-top: 12.2597402597%;
  z-index: 100;
  left: 2%;
  top: -9%;
}
@media screen and (min-width: 999px) {
  .tokuten::before {
    width: 42%;
    padding-top: 10.7272727273%;
    top: -8%;
  }
}
.tokuten-box {
  width: 88%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7294117647);
}
.tokuten-box ol {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.7294117647);
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.7294117647);
  border: solid 1px #3d4b59;
  padding: 10px 20px;
  counter-reset: count 0;
}
@media screen and (min-width: 999px) {
  .tokuten-box ol {
    padding: 30px 35px;
  }
}
.tokuten-box li {
  padding-left: 1.7em;
  text-indent: -1.7em;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (min-width: 999px) {
  .tokuten-box li {
    font-size: 2.4rem;
    padding-bottom: 15px;
  }
}
.tokuten-box li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  font-size: 1.9rem;
  font-style: italic;
  padding-right: 3px;
}
@media screen and (min-width: 999px) {
  .tokuten-box li:before {
    font-size: 2.8rem;
  }
}
.tokuten-box li:after {
  border-bottom: 1px dotted #3d4b59;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}

.tokuten-items-item {
  background: rgba(255, 255, 255, 0.7294117647);
  padding: 50px 0 25px 0;
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item {
    padding: 60px 0 25px 0;
  }
}
.tokuten-items-item::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/tokuten-medal01.png);
  background-size: contain;
  position: absolute;
  width: 65px;
  padding-top: 65px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item::before {
    width: 85px;
    padding-top: 85px;
    top: -43px;
  }
}
.tokuten-items-item-ttl {
  text-align: center;
}
.tokuten-items-item-ttl-sub {
  color: #cf9d50;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-ttl-sub {
    font-size: 2.4rem;
  }
}
.tokuten-items-item-ttl-main {
  font-size: 2.2rem;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-ttl-main {
    font-size: 3rem;
  }
}
.tokuten-items-item-ttl-main::after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  background-color: #3d4b59;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tokuten-items-item-img {
  width: 86%;
  margin: 0 auto;
  margin-top: 15px;
}
.tokuten-items-item-txt {
  text-align: center;
  margin-top: 15px;
}
.tokuten-items-item-txt-img {
  width: 93%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tokuten-items-item-check {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  position: relative;
}
.tokuten-items-item-check::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/Tokinoheya-img06.png);
  background-size: contain;
  position: absolute;
  width: 31%;
  padding-top: 11.2960662526%;
  z-index: 100;
  left: -3%;
  top: -3%;
}
.tokuten-items-item-check-txt {
  padding: 7px 7px 0px 7px;
  background: url(../images/Tokinoheya-img04.png);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.tokuten-items-item-check-txt ul {
  list-style-type: none;
  margin-left: 2.1em;
  padding-left: 0;
  margin-bottom: 2rem;
  position: relative;
}
.tokuten-items-item-check-txt li {
  position: relative;
  line-height: 1.9;
  font-size: 1.6rem;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-check-txt li {
    font-size: 2.1rem;
    padding-bottom: 8px;
  }
}
.tokuten-items-item-check-txt li::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/check-icon01.png);
  background-size: contain;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 100;
  left: -2.5rem;
  top: 0.6rem;
}
.tokuten-items-item-check-txt-img {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 5%;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-check-txt-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
  }
}
.tokuten-items-item-check .last-line {
  margin-top: -25px;
}
.tokuten-items-item-magazine .border-left {
  position: relative;
}
.tokuten-items-item-magazine .border-left::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3d4b59;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.tokuten-items-item-magazine .border-left::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/triangle.png);
  background-size: contain;
  position: absolute;
  width: 27px;
  height: 27px;
  z-index: 100;
  left: 25px;
  bottom: -10px;
}
.tokuten-items-item-magazine .magazine-day {
  padding-left: 75px;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-magazine .magazine-day {
    padding-left: 125px;
  }
}
.tokuten-items-item-magazine .magazine-day-ttl {
  font-size: 1.8rem;
  margin-bottom: 3%;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-magazine .magazine-day-ttl {
    font-size: 2.2rem;
    margin-bottom: 2%;
  }
}
.tokuten-items-item-magazine .day01 {
  margin-top: 20px;
}
.tokuten-items-item-magazine .day01::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/day01.png);
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 77px;
  z-index: 100;
  left: -10px;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-magazine .day01::before {
    width: 120px;
    height: 120px;
  }
}
.tokuten-items-item-magazine .day02 {
  margin-top: 30px;
}
.tokuten-items-item-magazine .day02::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/day02.png);
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 77px;
  z-index: 100;
  left: -10px;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-magazine .day02::before {
    width: 120px;
    height: 120px;
  }
}
.tokuten-items-item-magazine .day03 {
  margin-top: 30px;
}
.tokuten-items-item-magazine .day03::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/day03.png);
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 77px;
  z-index: 100;
  left: -10px;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-magazine .day03::before {
    width: 120px;
    height: 120px;
  }
}
.tokuten-items-item-magazine .day04 {
  margin-top: 30px;
}
.tokuten-items-item-magazine .day04::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/day04.png);
  background-size: contain;
  position: absolute;
  width: 77px;
  height: 77px;
  z-index: 100;
  left: -10px;
}
@media screen and (min-width: 999px) {
  .tokuten-items-item-magazine .day04::before {
    width: 120px;
    height: 120px;
  }
}
.tokuten-items .border {
  width: 93%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5px;
}
.tokuten-items .border::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #3d4b59;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
.tokuten-items .border::after {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: #3d4b59;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 200;
}

.item01 .tokuten-items-item::before {
  background-image: url(../images/tokuten-medal01.png);
}

.item02 {
  margin-top: 55px;
}
@media screen and (min-width: 999px) {
  .item02 {
    margin-top: 80px;
  }
}
.item02 .tokuten-items-item::before {
  background-image: url(../images/tokuten-medal02.png);
}

.item03 {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (min-width: 999px) {
  .item03 {
    margin-bottom: 60px;
    margin-top: 80px;
  }
}
.item03 .tokuten-items-item::before {
  background-image: url(../images/tokuten-medal03.png);
}

.item04 {
  margin-top: 55px;
  margin-bottom: 40px;
}
@media screen and (min-width: 999px) {
  .item04 {
    margin-top: 80px;
  }
}
.item04 .tokuten-items-item::before {
  background-image: url(../images/tokuten-medal04.png);
}
.item04 .tokuten-items-item-check {
  width: 80%;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 999px) {
  .item04 .tokuten-items-item-check {
    width: 68%;
  }
}

.item05 {
  margin-top: 55px;
  margin-bottom: 50px;
}
@media screen and (min-width: 999px) {
  .item05 {
    margin-top: 80px;
  }
}
.item05 .tokuten-items-item::before {
  background-image: url(../images/tokuten-medal05.png);
}
.item05 .tokuten-items-item-check {
  width: 80%;
  margin: 0 auto;
  margin-top: 8%;
}
@media screen and (min-width: 999px) {
  .item05 .tokuten-items-item-check {
    width: 68%;
  }
}

.item06 {
  margin-top: 55px;
}
@media screen and (min-width: 999px) {
  .item06 {
    margin-top: 80px;
  }
}
.item06 .tokuten-items-item::before {
  background-image: url(../images/tokuten-medal06.png);
}
.item06 .tokuten-items-item-check::before {
  top: -9%;
}

.add-items {
  padding-top: 28px;
  position: relative;
}
@media screen and (min-width: 999px) {
  .add-items {
    padding-top: 48px;
  }
}
.add-items::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: #3d4b59;
  top: -1px;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.add-ttl-sub {
  width: 32%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 999px) {
  .add-ttl-sub {
    width: 20%;
  }
}
.add-ttl-main {
  background: #3d4b59;
  padding: 25px 0;
}
.add-ttl-main-img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 999px) {
  .add-ttl-main-img {
    width: 70%;
  }
}

.line-lead {
  margin-top: 7%;
}
@media screen and (min-width: 999px) {
  .line-lead {
    margin-top: 5%;
  }
}
.line-lead-txt {
  text-align: center;
}
.line-lead p {
  font-size: 1.9rem;
  line-height: 2.1;
}
@media screen and (min-width: 999px) {
  .line-lead p {
    font-size: 2.4rem;
  }
}

.line {
  background: #3d4b59;
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 35px;
}
.line-ttl {
  color: #fff;
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (min-width: 999px) {
  .line-ttl {
    font-size: 3.6rem;
  }
}
.line-ttl::before {
  content: "";
  display: block;
  width: 78%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 999px) {
  .line-ttl::before {
    width: 68%;
  }
}
.line-ttl:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  border: 14px solid transparent;
  border-top: 9px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.line-img {
  width: 88%;
  margin: 0 auto;
  margin-top: 5%;
}

html {
  font-size: 62.5%; /* -> 10px */
}

body {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  line-height: 1.7;
  font-size: 1.7rem;
  text-align: left;
  color: #3d4b59;
}
@media screen and (min-width: 999px) {
  body {
    font-size: 2.1rem;
  }
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
.red {
  color: #ff0000;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.cv {
  width: 85%;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 14%;
}
.cv-lead {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.cv a img {
  -webkit-animation-name: btnAnime-cv;
          animation-name: btnAnime-cv;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.cv02 {
  width: 85%;
  margin: 0 auto;
  margin-top: 8%;
  padding-bottom: 10%;
}
.cv02-lead {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.cv02 a img {
  -webkit-animation-name: btnAnime-cv;
          animation-name: btnAnime-cv;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes btnAnime-cv {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes btnAnime-cv {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}