@charset 'utf-8';

/*-------------------------------------------------
201801MMP PC VOICE
-------------------------------------------------*/


/* general  ------------------------ */

.mmpcommon {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 15px;
  line-height: 1.6;
  width: 910px;
  margin: 0 auto;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
.mmpcommon * {
  font-size: 15px;
  line-height: 1;
}
.mmpcommon a {
  font-size: inherit;
  color: #8a6e00;
}
.mmpcommon strong {
  font-size: inherit;
  line-height: inherit;
  color: #bb2b76;
}
#breadcrumb {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  clear: both;
  padding: 0 0 10px;
  text-align: left;
  color: #959697;
}
.gothic {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.mmpcommon .fs24 {
	font-size: 24px;
}

/*---------- p.pageTop ----------*/

.mmpcommon p.pageTop {
  margin: 25px 0 20px 90px;
  text-align: center;
}
.mmpcommon .txtBlock p {
  margin-bottom: 1em;
}
.mmpcommon div.bread {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 15px;
}
.mmpcommon div.bread p {
  color: #959697;
}
.mmpcommon div.bread p a {
  text-decoration: none;
  color: #959697;
}

/*-------------------------------------------------
#doorMain
-------------------------------------------------*/

.mmpcommon #doorMain {
  background-color: #fff;
}
.mmpcommon #doorMain h1 {
  margin-bottom: 2px;
}

/*-------------------------------------------------
.menu
-------------------------------------------------*/

.mmpcommon ul.menu {
  margin: 0 -1px;
  background-color: #fff;
}
.mmpcommon ul.menu li {
  float: left;
  text-align: center;
}
.mmpcommon ul.menu li a {
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  width: 180px;
  height: 80px;
  margin: 0 1px;
  padding-top: 30px;
  text-decoration: none;
  color: #260167;
  background-color: #cdcde5;
}
.mmpcommon ul.menu li:last-child a {
    width: 182px;
    line-height: 1.5em;
    padding-top: 15px;
}
.mmpcommon ul.menu li.active a {
  color: #fff;
  background-color: #260167;
}
.mmpcommon ul.menu li.active:after {
  position: relative;
  bottom: 0;
  left: 83px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 14px solid #260167;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
}
.mmpcommon ul.menu.footer li.active:after {
  display: none;
}
.mmpcommon ul.menu.footer li:before {
  display: block;
  width: 28px;
  height: 28px;
  content: '';
}
.mmpcommon ul.menu.footer li.active:before {
  position: relative;
  top: 0;
  left: 83px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #260167;
  border-left: 14px solid transparent;
}
.mmpcommon ul.menu li:hover {
  opacity: .8;
}

/*-------------------------------------------------
.interviewBox
-------------------------------------------------*/

.mmpcommon .interviewBox {
  padding-top: 100px;
  background-color: #fff;
}
.mmpcommon .interviewBox h2 {
  text-align: center;
  font-size: 28px;
  color: #bb2b76;
  margin-bottom: 55px;
}
.mmpcommon .interviewBox h2:before {
  content: "";
  display: block;
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/icon_02.jpg);
  width: 153px;
  height: 127px;
  margin: 0 auto 20px;
}
.mmpcommon .interviewBox h2:after {
  content: "";
  display: block;
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/icon_03.gif);
  width: 283px;
  height: 34px;
  margin: 25px auto 0;
}
.mmpcommon .interviewBox .txtBlock01,
.mmpcommon .impressionsBox .txtBlock01 {
  width: 729px;
  margin: 0 auto 75px;
}
.mmpcommon .interviewBox .txtBlock01 p,
.mmpcommon .impressionsBox .txtBlock01 p {
  font-size: 16px;
  line-height: 2;
}
.mmpcommon .interviewBox .txtBlock01 p.caution,
.mmpcommon .impressionsBox .txtBlock01 p.caution {
  font-size: 13px;
}
.mmpcommon .interviewBox .interviewBlock {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 830px;
  margin: 0 auto;
  padding: 40px 50px 0 65px;
  border-radius: 10px;
  background-color: #f6eff6;
}
.mmpcommon .interviewBox .interviewBlock .face {
  width: 150px;
}
.mmpcommon .interviewBox .interviewBlock .txt {
  width: 479px;
}
.mmpcommon .interviewBox .interviewBlock .face p.name {
  font-size: 25px;
  line-height: 2;
  text-align: center;
  font-feature-settings: 'palt';
}
.mmpcommon .interviewBox .interviewBlock .face p.name span.age {
  font-size: 15px;
}
.mmpcommon .interviewBox .interviewBlock .face p.name span.caution {
  font-size: 12px;
}
.mmpcommon .interviewBox .interviewBlock .txt h3 {
  font-size: 18px;
  line-height: 50px;
  height: 36px;
  margin-bottom: 35px;
  padding-bottom: 14px;
  padding-left: 50px;
  color: #bb2b76;
  border-bottom: 2px solid #bb2b76;
  background-repeat: no-repeat;
  background-position: left center;
}
.mmpcommon .interviewBox .interviewBlock .txt h3.q1 {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_q1.gif);
}
.mmpcommon .interviewBox .interviewBlock .txt h3.q2 {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_q2.gif);
}
.mmpcommon .interviewBox .interviewBlock .txt h3.q3 {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_q3.gif);
}
.mmpcommon .interviewBox .interviewBlock .txt .txtBlock02 {
  margin-bottom: 40px;
}
.mmpcommon .interviewBox .interviewBlock .txt .txtBlock02 p {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.714;
}

/*-------------------------------------------------
.impressionsBox
-------------------------------------------------*/

.mmpcommon .impressionsBox {
  padding-top: 100px;
  background-color: #fff;
}
.mmpcommon .impressionsBox h2 {
  text-align: center;
  font-size: 28px;
  color: #bb2b76;
  margin-bottom: 55px;
}
.mmpcommon .impressionsBox h2:before {
  content: "";
  display: block;
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/icon_02.jpg);
  width: 153px;
  height: 127px;
  margin: 0 auto 20px;
}
.mmpcommon .impressionsBox h2:after {
  content: "";
  display: block;
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/icon_03.gif);
  width: 283px;
  height: 34px;
  margin: 25px auto 0;
}
.mmpcommon .impressionsBox ul.impressionsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 40px;
}
.mmpcommon .impressionsBox ul.impressionsList li {
  box-sizing: border-box;
  width: 260px;
  margin-bottom: 80px;
  padding: 0 20px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: #f6eff6;
}
.mmpcommon .impressionsBox ul.impressionsList li:before {
  display: block;
  width: 85px;
  height: 69px;
  margin: -30px auto 30px;
  content: '';
  background-repeat: no-repeat;
}
.mmpcommon .impressionsBox ul.impressionsList li:first-child h3 {
  line-height: 54px;
  height: 54px;
}
.mmpcommon .impressionsBox ul.impressionsList li:first-child:before {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_voice01.png);
}
.mmpcommon .impressionsBox ul.impressionsList li:nth-child(2):before {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_voice02.png);
}
.mmpcommon .impressionsBox ul.impressionsList li:nth-child(3):before {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_voice03.png);
}
.mmpcommon .impressionsBox ul.impressionsList li:nth-child(4):before {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_voice04.png);
}
.mmpcommon .impressionsBox ul.impressionsList li:nth-child(5):before {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_voice05.png);
}
.mmpcommon .impressionsBox ul.impressionsList li:nth-child(6):before {
  background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201802/voice/txt_voice06.png);
}
.mmpcommon .impressionsBox ul.impressionsList li h3 {
  font-size: 18px;
  line-height: 1.5555;
  margin-bottom: 30px;
  text-align: center;
  color: #bb2b76;
}
.mmpcommon .impressionsBox ul.impressionsList li p {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.7142;
}

/*-------------------------------------------------
.reserveBox
-------------------------------------------------*/

.mmpcommon .reserveBox {
    padding: 98px 50px 80px;
    background-color: #fff;
}

/*---------- ul.itemList ----------*/


.mmpcommon .reserveBox h2 {
    margin-bottom: 52px;
    text-align: center;
}

.mmpcommon .reserveBox h2:before,
.mmpcommon .reserveBox h2:after {
    content:"";
    display: block;
    width:100%;
}
.mmpcommon .reserveBox h2:before{
    height: 48px;
    margin: 0 auto 33px;
    background: url(//gigaplus.makeshop.jp/wants/pc/mmp/201905/top/icon_reserveBox.png)no-repeat center;}
.mmpcommon .reserveBox h2:after{
    height: 10px;
    margin: 29px auto 0;
    background: url("//gigaplus.makeshop.jp/wants/pc/mmp/201904/top/icon_shadow.png")no-repeat center;
}

/*---------- ul.itemList ----------*/

.mmpcommon .reserveBox ul.itemList {
    display: flex;
    justify-content: center;
    margin: 0 40px 76px;
}

.mmpcommon .reserveBox ul.itemList li {}
.mmpcommon .reserveBox ul.itemList li+li {
    margin: 0 0 0 45px;
}
.mmpcommon .reserveBox ul.itemList li p.img{
    margin: 0 0 6px;
}

.mmpcommon .reserveBox ul.itemList li h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    color: #c2a36f;
    font-feature-settings: 'palt';
}

.mmpcommon .reserveBox ul.itemList li p.price {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.mmpcommon .reserveBox ul.itemList li p.price span {
    font-size: 14px;
    padding: 0 0 0 0.5em;
}

.mmpcommon .reserveBox ul.itemList li a {
    font-size: 18px;
    line-height: 61px;
    position: relative;
    display: block;
    width: 345px;
    height: 61px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-indent: -1em;
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #e02679, #8a1550);
    background-image: -moz-linear-gradient(bottom, #e02679, #8a1550);
    background-image: -o-linear-gradient(bottom, #e02679, #8a1550);
    background-image: -ms-linear-gradient(bottom, #e02679, #8a1550);
    background-image: linear-gradient(to top, #e02679, #8a1550);
    -webkit-box-shadow: 0 3px 3px rgba(11, 5, 8, .45);
    -moz-box-shadow: 0 3px 3px rgba(11, 5, 8, .45);
    box-shadow: 0 3px 3px rgba(11, 5, 8, .45);
}

.mmpcommon .reserveBox ul.itemList li a:hover {
    opacity: .8;
}

.mmpcommon .reserveBox ul.itemList li a:after {
    position: absolute;
    top: 20px;
    right: 77px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(//gigaplus.makeshop.jp/wants/pc/mmp/201803/top/icon_arrow01.png);
}

.mmpcommon .reserveBox p.reserve {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 8px;
    text-align: center;
    color: #fff;
    background-color: #bfa36d;
}

.mmpcommon .reserveBox h4 {
    font-size: 16px;
    line-height: 31px;
    position: relative;
    display: block;
    width: 247px;
    height: 31px;
    margin: 0 auto 40px;
    text-align: center;
    color: #fff;
    background: #bfa36c;
}

.mmpcommon .reserveBox h4:before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 0;
    content: '';
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.mmpcommon .reserveBox h4:after {
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 0;
    content: '';
    border-width: 15px 15px 15px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.mmpcommon .reserveBox h5 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

/*---------- ul.property ----------*/

.mmpcommon .reserveBox ul.property {
    display: table;
    margin: 0 auto 30px;
}

.mmpcommon .reserveBox ul.property li {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    float: left;
    width: 103px;
    margin: 0 10px;
    padding-top: 4px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    background-color: #bfa36d;
}

/*---------- p.duration ----------*/

.mmpcommon .reserveBox p.duration {
    font-size: 32px;
    margin-bottom: 14px;
    text-align: center;
    color: #bfa36d;
    font-weight: bold;
}

.mmpcommon .reserveBox p.duration span {
    font-size: 26px;
}

.mmpcommon .reserveBox p.shipping {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    line-height: 1.85;
    font-size: 14px;
    margin-bottom: 40px;
    padding-bottom: 34px;
    text-align: center;
    color: #666;
    border-bottom: 3px solid #bfa36d;
}

.mmpcommon .minchoBold {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
}