@charset 'UTF-8';
/*---------------------------------------------------------------------------------
kaiun
---------------------------------------------------------------------------------*/
.wrap_cnt {
  background: url(../img/bg_top.png) no-repeat center top;
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  border-top: 1px solid #787878;
  text-align: center;
}

.kaiun {
  margin: 0 auto;
  padding: 10px 0 20px;
  width: 300px;
}

.index {
  padding: 0;
}

.kaiun p {
  background: rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0;
  padding: 0;
  text-align: justify;
  word-break: break-all;
}

.kaiun .squeeze {
  letter-spacing: -.04em;
}

.kaiun .intro {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin: 5px 0;
  padding: 5px 0;
  text-align: center;
}

.kaiun .catch {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px auto;
  text-align: center;
}

.index .catch {
  color: #d0121b;
}

.menu li {
  margin: 15px auto 0;
  width: 300px;
}

.menu li a {
  background: url(../../../kaiun2016/img/arw.png) no-repeat 98% center #fff;
  -webkit-background-size: 15px;
  background-size: 15px;
  border: 3px solid #d0121b;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
}

.fortune {
  border: 2px solid #ccc;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto;
  padding: 5px;
  width: 300px;
}

.fortune .trigger {
  background: url(../img/arw_open_b.png) no-repeat 98% center;
  -webkit-background-size: 15px;
  background-size: 15px;
  color: #000;
  margin: 0 auto;
  padding-right: 20px;
}

.fortune .close {
  background-image: url(../img/arw_close_b.png);
}

.fortune .detail {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px auto 0;
}

.teller {
  border-top: 1px dashed #000;
  overflow: hidden;
  padding-top: 5px;
}

.teller img {
  float: left;
}

.teller p {
  font-size: 12px;
  margin: 0 0 0 105px;
  text-align: justify;
}

.teller p span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.shop h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.shop span {
  background: #ec7aac;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px;
}

.shop span:first-child {
  background: #fff100;
  color: #000;
}

.shop ul {
  line-height: 1.5;
  padding: 0 0 5px;
}

.shop li {
  font-size: 12px;
  padding-left: 17px;
  text-align: left;
}

.shop li:nth-of-type(1) {
  background: url(../img/icon_time.png) no-repeat left center;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.shop li:nth-of-type(2) {
  background: url(../img/icon_address.png) no-repeat left center;
  background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.shop a {
  background-position: 10px center, 98% center, left;
  background-repeat: no-repeat;
  -webkit-background-size: 20px, auto 15px, auto;
  background-size: 20px, auto 15px, auto;
  border: 2px solid #ec79ac;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  padding: 8px 10px 8px 45px;
  text-align: left;
  text-decoration: none;
}

.shop .tel {
  background-image: url(../img/icon_tel.png), url(../../../error.html), -moz-linear-gradient(top, #f3a4c7, #ec79ac);
  background-image: url(../img/icon_tel.png), url(../../../error.html), -webkit-gradient(linear, left top, left bottom, from(#f3a4c7), to(#ec79ac));
}

.point {
  background: url(../../../kaiun2016/img/bg_point.gif) repeat-y #fff;
  -webkit-background-size: 300px auto;
  background-size: 300px auto;
  border-bottom: 3px solid #d0121b;
  border-top: 3px solid #d0121b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 0;
  position: relative;
  margin: 10px auto;
  text-align: left;
}

.point:before,
.point:after {
  content: "";
  display: block;
  position: absolute;
}

.point:before {
  background: url(../../../kaiun2016/img/ribbon.png) no-repeat left top;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  height: 17px;
  left: 50%;
  margin-left: -15px;
  top: -10px;
  width: 30px;
}

.point:after {
  bottom: 0;
  background: url(../../../error.html) no-repeat left top;
  height: 300px;
  right: -30px;
  width: 130px;
}

.point strong {
  display: block;
  font-size: 16px;
  text-align: center;
}

.point ol {
  margin: 0;
  padding: 0;
}

.point li {
  border-top: 1px dashed #000;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.point li:first-child {
  border-top: none;
  padding-top: 5px;
}

.point li strong {
  background: no-repeat left center;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-size: 18px;
  margin: 0;
  padding-left: 60px;
  text-align: left;
}

.point li:nth-of-type(1) strong {
  background-image: url(../../../kaiun2016/img/point01.gif);
}

.point li:nth-of-type(2) strong {
  background-image: url(../../../kaiun2016/img/point02.gif);
}

.point li:nth-of-type(3) strong {
  background-image: url(../../../kaiun2016/img/point03.gif);
}

.point li:nth-of-type(4) strong {
  background-image: url(../../../kaiun2016/img/point04.gif);
}

.point li:nth-of-type(5) strong {
  background-image: url(../../../kaiun2016/img/point05.gif);
}

.point strong span {
  border-bottom: 1px #d0121b;
  color: #d0121b;
  padding-bottom: 1px;
}

.hatasu .point strong span {
  border-bottom-style: dashed;
}

.maneki .point strong span {
  border-bottom-style: solid;
}

.point li p {
  margin: 0;
  padding: 0;
  text-align: justify;
  word-break: break-all;
}

.question,
.word {
  border-top: 2px dashed #d0121b;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.word04 {
  border-bottom: 2px dashed #d0121b;
  padding-bottom: 10px;
}

.question p,
.word p {
  margin: 0;
  padding: 0;
}

.question .q,
.word .words {
  background: no-repeat left center;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 55px;
}

.word .words,
.question .q span {
  color: #d0121b;
}

.q01 .q {
  background-image: url(../../../kaiun2016/img/q01.png);
}

.q02 .q {
  background-image: url(../../../kaiun2016/img/q02.png);
}

.q03 .q {
  background-image: url(../../../kaiun2016/img/q03.png);
}

.seat {
  background: url(../../../kaiun2016/img/math.png) #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  margin: 5px 0 10px;
  padding: 10px;
  position: relative;
  text-align: left;
}

.seat:before {
  content: "→書き出してみましょう。";
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: bold;
}

.kaiun .advice {
  color: #d0121b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: center;
}

.word .words {
  background-image: url(../../../kaiun2016/img/kotodama.gif);
}

.bad {
  margin-bottom: 40px;
  padding-left: 30px;
  position: relative;
}

.bad p {
  background: #999;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 5px 0 0 5px;
  padding: 10px;
  position: relative;
}

.bad p:nth-of-type(1):before,
.bad:after,
.good p:before {
  position: absolute;
}

.bad p:nth-of-type(1):before,
.good p:before {
  content: "";
  display: block;
  top: 15px;
}

.bad p:nth-of-type(1):before {
  background: url(../../../kaiun2016/img/bad.gif) no-repeat left top;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  height: 13px;
  left: -40px;
  width: 35px;
}

.bad:after {
  content: "↓";
  font-size: 20px;
  left: 50%;
  margin-left: -20px;
  bottom: -35px;
}

.good {
  position: relative;
}

.good p {
  border: 2px solid #d0121b;
  border-radius: 10px;
  color: #d0121b;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.good p:before {
  background: url(../../../kaiun2016/img/good.gif) no-repeat left top;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  left: -45px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  width: 35px;
}

.hint .catch {
  background: url(../../../kaiun2016/img/hint.gif) no-repeat right center;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  margin-top: 20px;
  padding-right: 80px;
}

.check {
  border-top: 2px solid #ccc;
  padding: 10px 0;
}

.item {
  border-bottom: 1px dotted #d0121b;
  margin: 0;
  padding: 0 0 10px;
}

.item ul {
  font-size: 12px;
}

.item ul {
  border-top: 1px solid #d0121b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  list-style: none;
  margin: 10px 0 0;
  padding: 10px 0;
  text-align: left;
}

.check .advice {
  font-size: 18px;
}

.check .advice.squeeze {
  letter-spacing: -.05em;
}

.kaiun .last {
  border-top: 2px solid #d0121b;
  margin-top: 20px;
  padding: 10px 0;
}

.last .catch {
  color: #d0121b;
}
