/*---------------------------------------------------------------*/
/*=|||　共通　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix{
     zoom: 1;/*for IE 5.5-7*/
}

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

/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.pcnone { display: none; }

a:link { color: #df3f86; }
a:visited { color: #663399; }
a:hover { color: #f00; }
a:hover img , a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.point:after {
  padding-left: 5px;
  content: url(/img/common/arrow_gt01.png);
  position: relative;
  top: 3px;
}

h1, h2, h3, h4, h5, h6, address, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin:0;
}

h2, h3, h4, h5, h6, address, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  padding:0;
  border:none;
  font-style:normal;
  font-weight:normal;
  font-size:100%;
  text-align:left;
}
ul, ol {
  list-style-type:none;
}

form, fieldset {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}
img {
  border: 0;
}

strong {
  font-weight: normal;
}

/*縦スクロールバーの領域を確保*/
html {
  overflow:scroll;
}

body {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.625;
    letter-spacing: 1px;
    text-align: center;
}

li {
  line-height: 1.4;
  margin-bottom: 5px;
}
li:last-child {
  margin-bottom: 0;
}

.center,
.center p,
.center li {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

.tel_l {
  font-size: 125%;
  font-weight: bold;
  color: #D13A84;
  color: #3cb371;
}

/* bxslider */
.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: nonw;
  border: none;
}

.colLeft {
  float:left;
}
.colRight {
  float: left;
  margin-left: 30px;
}

.colSize300 { width: 300px; }
.colSize320 { width: 320px; }
.colSize475 { width: 475px; }
.colSize580 { width: 580px; }
.colSize630 { width: 630px; }

.colSize430 { width: 430px; }
.colSize260 { width: 260px; }

.width90p { width: 90%; }
.width70p { width: 70%; }
.width50p { width: 50%; }
.width25p { width: 25%; }

.bold,
.bold li {
  font-weight: bold;
}
.italic { font-style: italic; }
.red { color: #ff0000; }
.pink { color: #df3f86; }

.appeal_txt {
  padding: 15px;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  color: #df3f86;
}

/* マージン(top) */
.mgn10 { margin: 10px; }
.mgn20 { margin: 20px; }

/* マージン(top) */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 {	margin-top: 20px; }

/* マージン(bottom) */
.mb5 { margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb1em { margin-bottom: 1em; }

/* マージン(left) */
.ml5 { margin-left: 5px; }
.ml10 {	margin-left: 10px; }
.ml20 {	margin-left: 20px; }

/* マージン(right) */
.mr5 { margin-right: 5px; }
.mr10 {	margin-right: 10px; }
.mr20 {	margin-right: 20px; }

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }

/* フォントサイズ */
.font175 { font-size: 175%; }
.font150 { font-size: 150%; }
.font130 { font-size: 130%; }
.font125 { font-size: 125%; }
.font115 { font-size: 115%; }
.font100 { font-size: 100%; }
.font95 { font-size: 95%!important; }
.font85 { font-size: 85%!important; }
.font75 { font-size: 75%; }
.font65 { font-size: 65%; }

/* フォント種類 */
.font_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/* page-top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* パンくずリスト */
#breadcrumbs {
  font-size: 75%;
  margin-bottom: 15px;
}
#breadcrumbs ol {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
}
#breadcrumbs ol li {
  padding: 0;
  margin-left: 3px;
  white-space: nowrap;
  display: inline;
}
#breadcrumbs ol li:before {
  content: ">";
  margin-left: 3px;
  margin-right: 3px;
}
#breadcrumbs ol li:first-child {
  padding: 0;
  margin: 0;
  background-image: none;
}
#breadcrumbs ol li:first-child:before {
  content: "";
  margin: 0;
}
#breadcrumbs ol li a {letter-spacing: normal;}

ul.normal {
  margin-left: 1em;
  margin-bottom :5px;
  list-style-type: disc;
}
ul.normal li {
  margin-left: 1em;
}
ul.float_l {
  clear: both;
}
ul.float_l li {
  float: left;
}

ul.fl2 li {
  float: left;
  margin-right: 20px;
}
ul.fl2 li:nth-child(2n) {
  margin-right: 0;
}

ul.fl3_t1 li {
  float: left;
  margin-right: 40px;
}
ul.fl3_t1 li:nth-child(3n) {
  margin-right: 0;
}

ul.list01 li {
  border-bottom: 1px #666666 solid;
  margin-top: 20px;
  padding-bottom: 20px;
}
ul.list01 li:first-child {
  margin-top: 0;
}

.ul_center {
    text-align: center;
}
.ul_center ul {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

ol.decimal {
  margin-left: 1em;
  list-style-type: decimal;
}
ol.decimal li {
  margin-left: 1em;
  margin-bottom: 5px;
  line-height: 1.4;
}

.txtarea {
  margin-bottom: 20px;
}
.colarea {
  margin-bottom: 40px;
}

/* タイトル */
.title_main01 {
  text-align: center;
  color: #df3f86;
  font-weight: bold;
  font-size: 218.75%;
  padding-bottom: 30px;
  letter-spacing: 5px;
  background: url(/img/common/title_main01_back.jpg) no-repeat center bottom;
  margin-bottom: 20px;
}

.title_sub01 {
  text-align: center;
  margin-bottom: 20px;
  color: #df3f86;
  font-size: 218.75%;
}

.title_sub02 {
  margin-bottom: 20px;
  color: #df3f86;
  font-size: 125%;
  font-weight: bold;
}

.title_sub03 {
  margin-bottom: 15px;
  color: #df3f86;
  font-size: 125%;
  font-weight: bold;
  border-bottom: 1px dotted #df3f86;
}
#wrapP2 .title_sub03 {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.title_sub04 {
    margin-bottom: 15px;
}
.title_sub04 span {
    display: inline-block;
    padding: 10px 20px;
    background: #df3f86;
    color: #ffffff;
    font-size: 125%;
    font-weight: bold;
}


/* テーブル(dl) */
.dltbl_t1 dl {
  width: 100%;
  padding: 0;
  line-height: 1.2;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #fdf2f7;
}
.dltbl_t1 dl dt {
  font-weight: bold;
  margin: 0;
  padding: 1.2em 0 0.1em 1.0em;
  border-top: 1px solid #cccccc;
  width: 10.5em;
  float: left;
}
.dltbl_t1 dl dd {
  margin-left: 10.5em;
  padding: 1.2em 1em;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background-color: #fff;
}
.dltbl_t1 dl dd p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.newicon {
  font-weight: bold;
  color: #ff4500;
}

.del {
  text-decoration: line-through;
}

.box_t01 {
    border: 1px #c0c0c0 solid;
    padding: 20px;
}


/* お問い合わせ */
.inquiry01 {
  width: 100%;
  background-color: #fdf2f7;
  padding: 20px;
  position: relative;
  z-index: 0;
}
.inquiry01 .back {
  position: absolute;
  top: 10px;
  left: 754px;
  z-index: 1;
}
.inquiry01 .inq_title {
  font-size: 162.5%;
  margin-bottom: 20px;
}
.inquiry01 .inner {
  background-color: #ffffff;
  padding: 10px;
}
.inquiry01 .tel {
  display: table;
  width: 350px;
  float: left;
}
.inquiry01 .tel p {
  line-height: 1.2;
}
.inquiry01 .inq_subtitle1 {
  color: #df3f86;
  font-weight: bold;
  margin-bottom: 5px;
}
.inquiry01 .tel .col1 {
  display: table-cell;
  width: 65px;
  vertical-align: top;
}
.inquiry01 .tel .col2 {
  display: table-cell;
  width: 285px;
  vertical-align: top;
}
.inquiry01 .tel .txt1 {
  font-size: 250%;
}
.inquiry01 .tel .txt_gogogo {
  font-size: 87.5%;
  margin-bottom: -5px;
  padding-left: 110px;
}
.inquiry01 .tel .txt2 {
  font-size: 87.5%;
}

.inquiry01 .mail {
  float: left;
  display: table;
  width: 420px;
}
.inquiry01 .mail .col1 {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
.inquiry01 .mail .col2 {
  display: table-cell;
  width: 350px;
  vertical-align: top;
}
.inquiry01 .mail .col2 .buttons li {
  float: left;
  margin-right: 5px;
}


.btn_t01 a {
    line-height: 1.2em;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    border: 1px solid #40dd96;
    background: #40dd96;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.btn_t01 a:hover {
    background-color: #ffffff;
    border: 1px solid #40dd96;
    color: #40dd96;
}

.btn_t01_old a {
  display: block;
  background-color: #40dd96;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.btn_t01_old a:hover {
  background-color: #ffffff;
  border: 1px solid #40dd96;
  color: #40dd96;
}


/* 成婚者インタビュー新着リスト */
.interview_list li {
  float: left;
  margin-right: 4px;
  background: #ffffff;
  width: 323px;
  height: 300px;
  padding: 5px 4px;
}
.interview_list li:last-child,
.interview_list li:nth-child(3n) {
  margin-right: 0;
}

.interview_list .thum {
  overflow: hidden;
  height: 180px;
  margin-bottom: 5px;
}

.interview_list .couple_name {
  font-size: 81.25%;
  margin-bottom: 5px;
  padding: 0 5px;
}

.interview_list .desc {
  color: #df3f86;
  margin-bottom: 5px;
  padding: 0 5px;
}

.interview_list .to_detail {
  font-size: 81.25%;
  text-align: right;
  padding: 0 5px;
}
.interview_list .to_detail a:before {
  content: url(/img/common/icon_fukidashi01.png);
  margin-right: 5px;
}

/* 婚活コラム新着リスト */
.column_list li {
  float: left;
  margin-right: 10px;
  background: #ffffff;
  width: 320px;
  height: 200px;
  padding: 15px;
}
.column_list li:last-child,
.column_list li:nth-child(3n) {
  margin-right: 0;
}

.column_list .column_title {
  font-weight: bold;
}
.column_list .column_title a {
  text-decoration: none;
}
.column_list .column_title a:hover {
  text-decoration: underline;
}

.column_list .date {
  font-size: 81.25%;
  text-align: right;
  margin-bottom: 10px;
}

.column_list .desc {
  font-size: 87.25%;
  margin-bottom: 5px;
}

.column_list .to_detail {
  font-size: 81.25%;
  text-align: right;
}
.column_list .to_detail a:before {
  content: url(/img/common/icon_fukidashi01.png);
  margin-right: 5px;
}

.column_list .to_list {
  text-align: right;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/*---------------------------------------------------------------*/
/*=|||　レイアウト　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.wrapW,
#wrapW {
  background-color: #ffffff;
  padding: 40px 0;
}
.wrapP1,
#wrapP1 {
  background-color: #fdf2f7;
  padding: 40px 0;
}
.wrapP2,
#wrapP2 {
  background-color: #e97cad;
  padding: 40px 0;
}

.bgP1{
  background-color: #fdf2f7;
}
.bgW{
  background-color: #ffffff;
}

.mainWrap,
#mainWrap {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

#contentMainArea {
  width: 720px;
  padding: 0;
  float: right;
  margin-bottom: 30px;
  background-color: #ffffff;
}

#contentSubArea {
  width: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: right;
}


/*---------------------------------------------------------------*/
/*=|||　ヘッダ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#top_line {
  background-color: #df3f86;
  padding: 3px 0;
  font-size: 93.75%;
  color: #ffffff;
  margin-bottom: 10px;
}

#header {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
#header #mainWrap {
  display: table;
}

#header .leftarea {
  display: table-cell;
  vertical-align: middle;
  width: 630px;
  height: 135px;
  line-height: 0;
  text-align: left;
}
#header .leftarea img {
  vertical-align: middle;
}
#header .leftarea a {
  text-decoration: none;
}
#header .leftarea .subtxt {
    color: #df3f86;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}

#header .rightarea {
  display: table-cell;
  vertical-align: middle;
  width: 350px;
  height: 135px;
}
#header .rightarea .buttons li {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  line-height: 0;
}
#header .rightarea .buttons li:nth-child(2),
#header .rightarea .buttons li:last-child {
  margin-right: 0;
}

#header .rightarea .info .open_time {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background: #df3f86;
    color: #ffffff;
    padding: 0 3px;
    font-size: 75%;
    letter-spacing: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#header .rightarea .info img {
    vertical-align: middle;
}

#h1_line {
  margin-bottom: 5px;
}
#h1_line h1 {
  font-size: 65%;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #909090;
  width: 980px;
}


/*---------------------------------------------------------------*/
/*=|||　グローバルナビ　|||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.gnavi {
    background: #ffffff;
    height: 70px;
}

.gnavi #mainWrap {
    background: url(/img/header/gnavi_back.jpg) no-repeat;
    height: 70px;
}
.gnavi li {
    float: left;
    margin: 0 5px;
    padding: 27px 0;
    text-align: center;
}
.gnavi li a {
  text-decoration: none;
}
.gnavi li a:hover,
.gnavi li a.current {
  border-bottom: 2px #df3f86 solid;
}

.gnavi #nav01 {
  width: 77px;
}
.gnavi #nav02 {
  width: 157px;
}
.gnavi #nav03 {
  width: 70px;
}
.gnavi #nav04 {
  width: 173px;
}
.gnavi #nav05 {
  width: 174px;
}
.gnavi #nav06 {
  width: 119px;
}
.gnavi #nav07 {
  width: 127px;
}


/*---------------------------------------------------------------*/
/*=|||　フッタ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#footer_head {
  padding: 20px 0;
  background-color: #fcebf3;
}
#footer_head #mainWrap {
  display: table;
}
#footer_head #mainWrap img {
  vertical-align: middle;
}
#footer_head .logo {
  display: table-cell;
  width: 390px;
  height: 64px;
}
#footer_head .tel {
  display: table-cell;
  width: 390px;
  height: 64px;
  padding-right: 30px;
}

#footer_head .line .txt {
    float: left;
    width: 220px;
    font-weight: bold;
}
#footer_head .line .qrcode {
    margin-left: 220px;
}


#footer_head .buttons {
  display: table-cell;
  width: 200px;
  height: 64px;
  vertical-align: top;
}

#footer {
  padding: 35px 0;
  background: url(/img/footer/footer_back.png);
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#footer .links ul {
  float: left;
  width: 25%;
}
#footer .links li {
  margin-bottom: 10px;
  font-size: 87.5%;
}
#footer .links li a:before {
  content: url(/img/common/icon_ring01.png);
  padding-right: 5px;
}
#footer .links li:last-child {
  margin-bottom: 0;
}

/*　コピーライト　*/
#copyright {
  background-color: #fcebf3;
  padding: 10px 0 50px 0;
  text-align: center;
  font-size: 75%;
  color: #333333;
}

/* 追従エリア */
#fixed_footer {
    display: none;
}


/*---------------------------------------------------------------*/
/*=|||　サブコンテンツ関連　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#contentSubArea {
  margin-bottom: 20px;
}

#contentSubArea .banner {
  font-size: 80%;
  margin-bottom: 30px;
}

#contentSubArea .banner li {
  text-align: center;
  margin-bottom: 10px;
}
#contentSubArea .banner li:last-child {
  margin-bottom: 0;
}

#contentSubArea .submenu_t1 {
  background-color: #ffffff;
  margin-bottom: 30px;
}
#contentSubArea .submenu_t1 .title {
  font-weight: bold;
  border-bottom: 1px #1378c3 solid;
  margin-bottom: 5px;
  padding: 5px 0;
}
#contentSubArea .submenu_t1 ul {
  font-size: 87.5%;
}
#contentSubArea .submenu_t1 li {
  border-bottom: 1px dotted #909090;
  padding: 5px 0;
}
#contentSubArea .submenu_t1 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#contentSubArea .submenu_t1 a {
  color: #0033cc;
  text-decoration: none;
}
#contentSubArea .submenu_t1 a:hover {
  color: #f00;
  text-decoration: underline;
}


/*---------------------------------------------------------------*/
/*=|||　トップ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.top_main_img img {
    display: block;
    margin: auto;
}

.top_main_img_old {
    position: relative;
    z-index: 1;
}
.top_main_img_old img {
    width: 100%;
    height: auto;
}
.top_main_img_old .ibj {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 99;
}
.top_main_img_old .price {
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: 99;
}

.msg_zoom {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
}

.top_menu li {
  float: left;
  width: 320px;
  height: 360px;
  margin-right: 10px;
  padding: 15px 4px 0px 4px;
  border: 1px solid #df3f86;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.top_menu li:nth-child(3n) {
  margin-right: 0;
}

.top_menu .title {
  font-size: 118.75%;
  font-weight: bold;
  color: #df3f86;
  margin-bottom: 5px;
  padding: 0 10px;
}
.top_menu .title a {
  color: #df3f86;
  text-decoration: none;
}
.top_menu .title a:hover {
  text-decoration: underline;
}
.top_menu .desc {
  padding: 0 10px;
}
.top_menu .to_detail {
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: right;
}

.top_reason_list li {
  float: left;
  width: 320px;
  margin-right: 10px;
  padding: 0;
  background-color: #ffffff;
}
.top_reason_list li:nth-child(3n) {
  margin-right: 0;
}
.top_reason_list .title {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 5px;
}
.top_reason_list .desc {
  margin-bottom: 20px;
  padding: 0 5px;
}
.top_reason_list .to_detail {
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: right;
}

/* 婚活パーティー情報新着リスト */
.news_topics {
  background: url(/img/top/news_topics_foot.png) no-repeat bottom;
  width: 100%;
  padding-bottom: 30px;
}
.news_topics .inner1 {
  background: url(/img/top/news_topics_head.png) no-repeat top;
  padding-top: 42px;
}
.news_topics .inner2 {
  background: url(/img/top/news_topics_back.png?20180305) repeat-y left;
  padding: 0 30px;
}

.news_topics ul {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.news_topics li {
  border-bottom: 1px solid #dddddd;
}

.news_topics .date {
  display: block;
  float: left;
  width: 150px;
  padding: 10px 20px;
}

.news_topics .info_title {
  display: block;
  margin-left: 150px;
  padding: 10px 0;
}

.news_topics .to_list {
  text-align: right;
}

/* 会員様新着情報一覧 */
.member_topics ul {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.member_topics .date {
  display: block;
  float: left;
  width: 150px;
  padding: 10px 20px;
}

.member_topics .info_title {
  display: block;
  margin-left: 150px;
  padding: 10px 0;
}

.member_topics .to_list {
    text-align: right;
}
.member_topics .to_list a {
    color: #ffffff;
}
.member_topics .to_list a:hover {
    color: #ff0000;
}

.top_point .title1 {
  font-size: 200%;
  margin-bottom: 20px;
}
.top_point .title2 {
  color: #df3f86;
  font-size: 200%;
  margin-bottom: 20px;
}

.top_point .data .title {
  font-size: 162.5%;
  margin-bottom: 20px;
}
.top_point .data .sex {
  font-size: 125%;
  float: left;
  width: 60px;
}
.top_point .data ul {
  margin-left: 80px;
  margin-bottom: 10px;
  font-size: 125%;
}
.top_point .data .to {
  padding: 0 20px;
}
.top_point .data strong {
  font-size: 125%;
  color: #df3f86;
}


/*---------------------------------------------------------------*/
/*=|||　ご成婚までの流れ　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#flow .top_catch .leftarea {
  float: left;
  width: 460px;
}
#flow .top_catch .leftarea .txt01 {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 52px;
}
#flow .top_catch .leftarea .txt02 {
  margin-bottom: 15px;
  margin-left: 162px;
}
#flow .top_catch .leftarea .txt03 {
  margin-left: 219px;
}
#flow .top_catch .txt04 {
  color: #5e1b39;
  font-size: 125%;
}
#flow .top_catch .rightarea {
  float: left;
  width: 520px;
}

#flow .explain .leftarea {
  float: left;
  width: 240px;
}
#flow .explain .leftarea img {
  position: relative;
  top: -60px;
}
#flow .explain .rightarea {
  float: left;
  width: 740px;
}
#flow .explain .txt01 {
  color: #df3f86;
  font-size: 175%;
  margin-bottom: 10px;
}
#flow .explain .txt02 {
  color: #5e1b39;
  font-size: 112.5%;
}
#flow .explain .step_img {
  line-height: 0;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}

#flow .step > ol > li {
  margin: 0;
}
#flow .step > ol > li:after {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: url(/img/common/arrow_down01.png) no-repeat 50% 100%;
  margin-bottom: 15px;
}
#flow .step > ol > li:last-child:after {
  height: 0;
  background: none;
  margin-bottom: 0;
}

#flow .step .inner1 {
  background-color: #f1f1f1;
  padding: 10px 15px;
}
#flow .step .inner2 {
  background-color: #ffffff;
}

#flow .step .title {
  color: #df3f86;
  font-size: 156.25%;
  margin-bottom: 5px;
}
#flow .step .title span {
  margin-right: 30px;
}
#flow .step .leftarea {
  float: left;
  width: 550px;
  padding: 15px 15px 0 15px;
}
#flow .step .leftarea .sub_title {
  color: #df3f86;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
}
#flow .step .leftarea .desc {
  margin-bottom: 15px;
}
#flow .step .rightarea {
  float: left;
  width: 400px;
  line-height: 0;
}

#flow .step .salon_list {
  margin-bottom: 20px;
}
#flow .step .salon_list li {
  float: left;
  width: 168px;
  height: 80px;
  margin-right: 10px;
  padding: 5px;
  background: url(/img/flow/salon_list_back.png) no-repeat;
}
#flow .step .salon_list li:last-child {
  margin-right: 0;
}
#flow .step .salon_list .salon_name {
  color: #df3f86;
  margin-bottom: 5px;
  font-weight: bold;
}

#flow .step .note {
  font-size: 75%;
  margin-bottom: 20px;
}

#flow .step .checkpoint {
  background-color: #fdf2f7;
  padding: 10px;
  font-size: 87.5%;
}
#flow .step .checkpoint .title_checkpoint {
  position: relative;
  top: -24px;
  margin-bottom: -24px;
}
#flow .step .checkpoint .leftside {
  float: left;
  width: 360px;
  padding-right: 10px;
}
#flow .step .checkpoint .rightside {
  float: left;
  width: 140px;
  line-height: 0;
}

#flow .step .sup {
  margin-bottom: 10px;
}
#flow .step .sup .icon {
  float: left;
}
#flow .step .sup .txt {
  margin-left: 50px;
  font-size: 75%;
}

#flow .step .fukidashi {
  background: url(/img/flow/fukidashi_back.png) no-repeat;
  width: 520px;
  height: 80px;
  padding: 10px 45px 10px 15px;
}

#flow .step .sns_support {
  width: 100%;
}
#flow .step .sns_support .title {
  line-height: 0;
  margin: 0;
  padding: 0;
}
#flow .step .sns_support .inner {
  width: 514px;
  margin-left: 3px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 15px 15px 15px;
}


/*---------------------------------------------------------------*/
/*=|||　料金案内　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#price .top_catch {
  background-color: #fdf2f7;
  font-size: 2.0rem;
  color: #df3f86;
  padding: 40px 0;
  margin-top: 40px;
}
#price .top_catch .mainWrap {
  position: relative;
  z-index: 0;
}
#price .top_catch .photo {
    float: right;
    width: 300px;
}
#price .top_catch .txt {
    margin-right: 680px;
}
#price .top_catch p {
    font-size: 1.25rem;
    font-weight: bold;
}
#price .top_catch .txt1 {
    font-size: 1.0rem;
    font-weight: normal;
    color: #3c3c3c;
}

#price .plan .title {
  text-align: center;
  color: #ffffff;
  background-color: #df3f86;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 15px;
}

#price .plan .desc {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

#price .plan .details {
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

#price .plan .details dl {
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
}

#price .plan .details dt {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  width: 200px;
}
#price .plan .details .title1 {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.4;
}
#price .plan .details .title1 span {
  font-size: 75%;
}

#price .plan .details dd {
  display: table-cell;
  background-color: #ffffff;
  width: 735px;
  padding: 10px;
}

#price .plan .details .total {
  display: table;
  border-collapse: collapse;
  line-height: 1.2;
}
#price .plan .details .total .txt1 {
  display: table-cell;
  font-size: 125%;
  font-weight: bold;
  vertical-align: middle;
}
#price .plan .details .total .price1 {
  display: table-cell;
  color: #df3f86;
  font-size: 281.25%;
  font-weight: bold;
  vertical-align: middle;
}
#price .plan .details .total .price2 {
  display: table-cell;
  font-size: 112.5%;
  vertical-align: middle;
}
#price .plan .details .total .price_del {
  text-decoration: line-through;
  display: table-cell;
  color: #df3f86;
  font-size: 150%;
  vertical-align: middle;
}
#price .plan .details .total .zero1 {
  display: table-cell;
  color: #df3f86;
  font-size: 281.25%;
  font-size: 400%;
  padding-right: 40px;
  padding-left: 50px;
}
#price .plan .details .total .zero2 {
  display: table-cell;
  color: #df3f86;
  font-size: 400%;
  font-size: 600%;
  padding-right: 20px;
  position: relative;
  top: 5px;
}
#price .plan .details .total .zero3 {
  display: table-cell;
  font-size: 200%;
}

#price .plan .details .breakdown {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  background-color: #fdf2f7;
}

#price .plan .details .breakdown .title2 {
  display: table-cell;
  text-align: center;
  background-color: #df3f86;
  color: #ffffff;
  font-size: 112.5%;
  font-weight: bold;
  vertical-align: middle;
  width: 70px;
}
#price .plan .details .breakdown .detail {
  display: table-cell;
  padding-left: 5px;
  width: 640px;
}
#price .plan .details .breakdown .detail .info {
  text-align: center;
  white-space: nowrap;
  float: left;
}
#price .plan .details .breakdown .detail .info .price3 {
  font-size: 75%;
}

#price .plan .details .breakdown .detail .plus {
  float: left;
  padding: 10px;
  font-size: 125%;
}

#price .plan .details .option li {
  float: left;
  width: 355px;
  margin-right: 5px;
  padding: 5px;
  background-color: #fdf2f7;
}
#price .plan .details .option li:nth-child(2n) {
  margin-right: 0;
}

#price .plan .details .option .inner {
  border-left: 6px solid #df3f86;
  display: block;
  padding-left: 5px;
  text-align: right;
}
#price .plan .details .option .option_title  {
   text-align: left;
}
#price .plan .details .option .txt1 {
  font-size: 75%;
}
#price .plan .details .option .price1 {
  color: #df3f86;
}
#price .plan .details .option .price2 {
  font-size: 75%;
  color: #df3f86;
}

#price .plan .details .comment {
  padding: 0 15px;
}

#price .plan .details .list {
  padding: 10px 10px 0 10px;
}
#price .plan .details .list li {
  float: left;
  background: url(/img/common/icon_check01.png) no-repeat;
  padding-left: 27px;
  width: 345px;
  margin-right: 5px;
  margin-bottom: 10px;
}
#price .plan .details .list li:nth-child(2n) {
  margin-right: 0;
}

#price .plan .pay_image {
  margin-top: 40px;
}

#price .plan .pay_image .leftarea {
  float: left;
  width: 189px;
  margin-right: 16px;
}
#price .plan .pay_image .rightarea {
  float: left;
  width: 775px;
  height: 145px;
  background: url(/img/price/pay_image_arrow.png) no-repeat bottom left;
}

#price .plan .pay_image .pay_image_title {
  display: table;
  width: 189px;
  height: 125px;
  background: url(/img/price/pay_image_title.jpg?20160822) no-repeat;
  text-align: center;
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  padding-right: 20px;
}
#price .plan .pay_image .pay_image_title span {
  display: table-cell;
  vertical-align: middle;
}

#price .plan .pay_image table {
  border-collapse: collapse;
}
#price .plan .pay_image th {
  background-color: #f1f1f1;
  border-right: 15px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  width: 185px;
  text-align: center;
  padding: 5px;
}
#price .plan .pay_image th:first-child {
  width: 380px;
}
#price .plan .pay_image th:last-child {
  border-right: none;
}
#price .plan .pay_image td {
  background-color: #fdf2f7;
  border-right: 15px solid #ffffff;
  color: #df3f86;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
#price .plan .pay_image td:last-child {
  border-right: none;
}

#price .compare {
  position: relative;
  z-index: 0;
}
#price .compare .photo {
  position: absolute;
  top: -60px;
  left: 749px;
  z-index: 99;
}
#price .compare .title {
    background-color: #26d988;
    color: #ffffff;
    font-weight: bold;
    font-size: 237.5%;
    font-size: 2.0rem;
    padding: 10px 30px;
    border-radius: 15px 15px 0 0 / 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
}
#price .compare .title span {
  color: #333333;
  font-size: 57.8947%;
  padding-left: 15px;
}

#price .compare .inner1 {
  background-color: #efefef;
  padding: 36px 20px 20px 20px;
}

#price .compare .title1 {
  font-size: 162.5%;
  font-weight: bold;
  padding-left: 35px;
  line-height: 35px;
  background: url(/img/price/icon_graph.png) no-repeat;
  margin-bottom: 10px;
}

#price .compare .inner2 {
  background-color: #ffffff;
  padding: 15px 20px;
}
#price .compare .inner2 .img {
    float: left;
    width: 300px;
}
#price .compare .inner2 .text {
    margin-left: 330px;
}

#price .qualification {
  margin-bottom: 15px;
}

#price .qualification .title_men {
  color: #40dd96;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}
#price .qualification .title_women {
  color: #df3f86;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
}

#price .qualification > ul > li {
  float: left;
  width: 480px;
  height: 150px;
  padding: 10px;
  background-color: #ffffff;
}
#price .qualification > ul > li:first-child {
  margin-right: 20px;
  border: 1px dotted #40dd96;
}
#price .qualification > ul > li:last-child {
  border: 1px dotted #df3f86;
}


/*---------------------------------------------------------------*/
/*=|||　Not Found　||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.alert {
	width: 70%;
  margin: 0 auto;
	padding: 10px 20px;
	border: 2px #ff0000 solid;
	background-color: #f9fbe5 ;
}

.alert .big {
	font-size: 112.5%;
	font-weight: bold;
	color: #ff0000;
}


/*---------------------------------------------------------------*/
/*=|||　会社情報関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.history dt {
  float: left;
  width: 150px;
  clear: both;
  margin-bottom: 10px;
}
.history dd {
  margin-left: 150px;
  margin-bottom: 10px;
}


/*---------------------------------------------------------------*/
/*=|||　よくある質問関連　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.faq .detail dl {
  width: 100%;
}
.faq .detail dt {
  background:transparent url(/img/faq/question.png) no-repeat top left;
  padding-left: 39px;
  padding-bottom: 5px;
  padding-top: 5px;
  min-height: 34px;
  font-weight: bold;
  color: #669966;
}
.faq .detail dd {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 39px;
  background:transparent url(/img/faq/answer.png) no-repeat top left;
  border-bottom: 1px #666 dashed;
}
.faq .detail dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


/*---------------------------------------------------------------*/
/*=|||　フォーム関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
/* エラー表示 */
.errmsg {
  width: 100%;
  border: 2px solid #e60000;
  background-color: #fff7f9;
  color: #f00;
  font-size: 100%;
  margin: 10px 0;
  padding: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.errmsg p {
  font-size: 100%;
  font-weight: bold;
}
.errmsg ul {
  padding-left: 10px;
  color: #000;
  line-height: 1.4;
}

.annotation {
  color: #333333;
  font-size: 85%;
}

.form_mt1 {
  border: 1px solid #dadada;
  padding: 25px;
  box-shadow: 0px 5px 8px -8px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 5px 8px -8px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 8px -8px rgba(0,0,0,0.6);
}

.form_mt1 dt {
  float: left;
  padding: 20px 0 15px 15px;
  width: 220px;
  height: 70px;
}
.form_mt1 dd {
  margin-left: 220px;
  padding: 20px 15px 15px 10px;
  height: 70px;
}
.form_mt1 dt:nth-child(4n+1),
.form_mt1 dd:nth-child(4n+2) {
  background-color: #fdf2f7;
}

.form_mt1 dt.high1,
.form_mt1 dd.high1 {
  height: 200px;
}

.form_mt1 dt.high2,
.form_mt1 dd.high2 {
  height: 170px;
}

.form_mt1 dt.high3,
.form_mt1 dd.high3 {
  height: 100px;
}

.form_mt1 dt.high4,
.form_mt1 dd.high4 {
  height: 130px;
}

.form_mt1 .height_auto dt,
.form_mt1 .height_auto dd,
.form_mt1 .height_auto dt.high1,
.form_mt1 .height_auto dd.high1,
.form_mt1 .height_auto dt.high2,
.form_mt1 .height_auto dd.high2 {
  height: auto;
}

.form_mt1 .fl li {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.form_mt1 .fl li:last-child {
  margin-right: 0;
}

.form_mt1 .txt_mt1 {
  font-size: 112.5%;
  color: #df3f86;
  margin-bottom: 10px;
}

.form_mt1 input[type="radio"] {
    position: relative;
    top: -2px;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    content: "";
    background-color: #f0f0f0;
    border: 1px solid #dddddd;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    vertical-align: middle;
    cursor: pointer;
}

.form_mt1 input[type="radio"]:checked {
    background-color: #ffffff;
    border: 1px solid #df3f86;
}
.form_mt1 input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
    width: 12px;
    height: 12px;
    background: #df3f86;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.form_mt1 .choice_t1 {
  margin: 0;
  padding: 0;
}
.form_mt1 .choice_t1 li {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.form_mt1 .choice_t1 li:last-child {
  margin-right: 0;
}
.form_mt1 .choice_t1 .no_fl li {
  float: none;
  margin-bottom: 8px;
  margin-right: 0;
}

.form_mt1 .select_t1 {
  position: relative;
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #fff;
}
.form_mt1 .select_t1:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -4px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #df3f86;
}
.form_mt1 .select_t1 select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0.1em 1em;
  font-size: 100%;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: transparent;
  color: #333333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-ms-expand {
    display: none;
}

.form_mt1 .width80px .select_t1,
.form_mt1 .width80px .select_t1 select {
  width: 80px;
}
.form_mt1 .width240px .select_t1,
.form_mt1 .width240px .select_t1 select {
  width: 240px;
}

.form_mt1 .select_place {
    height: 65px;
}

.form_mt1 .sb_fl_txt {
  margin: 0 5px;
  line-height: 34px;
}

.form_mt1 .checkbox_t1 {
  position: relative;
  top: -6px;
  left: 3px;
}
.form_mt1 .checkbox_t1 input {
  display: none;
}
.form_mt1 .checkbox_t1 .check {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  top: 6px;
}
.form_mt1 .checkbox_t1 .check::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f0f0;
}
.form_mt1 .checkbox_t1 input:checked + .check::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 22px;
  height: 14px;
  border-left: 3px solid #df3f86;
  border-bottom: 3px solid #df3f86;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_mt1 .checkbox_t1 input:checked + .check:before {
  background-color: #ffffff;
  border: 1px solid #df3f86;
}

.form_mt1 input[type="tel"],
.form_mt1 input[type="email"],
.form_mt1 input[type="text"],
.form_mt1 textarea {
  border: 0;
  padding: 5px 10px;
  font-size: 100%;
  border: solid 1px #dddddd;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.form_mt1  .buttons ul {
  text-align: center;
}
.form_mt1  .buttons li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 10px;
}
.form_mt1  .buttons li:last-child {
  margin-right: 0;
}

.form_mt1 .button_next {
    -webkit-appearance:none;
    text-align:center;
    color:#FFF;
    text-decoration:none;
    border:1px solid #FFF;
    border-radius:0;
    font-size: 110%;
    padding:15px 70px;
    background:#86bc26;
    cursor:pointer;
    letter-spacing: 3px;
}
.form_mt1 .button_next:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.form_mt1 .button_prev {
  -webkit-appearance:none;
  text-align:center;
  border:1px solid #FFF;
  border-radius:0;
  background:#666666;
  color:#FFF;
  text-decoration:none;
  font-size:100%;
  padding:7px 50px;
  cursor:pointer;
}
.form_mt1 .button_prev:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}


/*---------------------------------------------------------------*/
/*=|||　カウンセラー紹介　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#counselor .top_catch {
  font-size: 218.75%;
  font-weight: bold;
  color: #df3f86;
  text-align: center;
  margin-bottom: 20px;
}

#counselor .profile {
  margin-bottom: 40px;
  padding: 20px 15px;
  border: 15px solid #f1f1f1;
}

#counselor .profile .float_left1 {
  float: left;
  margin-right: 40px;
  width: 300px;
}
#counselor .profile .float_left2 {
  float: left;
  width: 580px;
}

#counselor .profile .float_right1 {
  float: right;
  margin-left: 40px;
  width: 300px;
}
#counselor .profile .float_right2 {
  float: right;
  width: 580px;
}

#counselor .profile .name {
  font-size: 125%;
  text-align: center;
}
#counselor .profile .name span {
  font-size: 120%;
  font-weight: bold;
}

#counselor .profile .catch {
  font-size: 125%;
  font-weight: bold;
  color: #df3f86;
  margin-bottom: 10px;
}

#counselor .profile .introduction {
  margin-bottom: 20px;
}

#counselor .profile .subdata dl {
  background-color: #fadae9;
  border: 1px solid #e97cad;
  border-top: none;
  width: 100%;
}
#counselor .profile .subdata dt {
  float: left;
  width: 100px;
  padding: 5px 0 0 10px;
  border-top: 1px solid #e97cad;
}
#counselor .profile .subdata dd {
  margin-left: 100px;
  padding: 5px 10px;
  background-color: #ffffff;
  border-top: 1px solid #e97cad;
}


/*---------------------------------------------------------------*/
/*=|||　ホワイトリングについて　|||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#aboutus .top_catch .title {
  font-size: 206.25%;
  font-weight: bold;
  color: #df3f86;
  text-align: center;
  margin-bottom: 10px;
}
#aboutus .top_catch .txt01 {
  font-size: 137.5%;
  font-weight: bold;
  text-align: center;
}

#aboutus .top_image {
  background-color: #fdf2f7;
  height: 320px;
  margin-top: 98px;
  margin-bottom: 25px;
}
#aboutus .top_image #mainWrap {
  position: relative;
  z-index: 0;
}
#aboutus .top_image img {
  margin: 0 auto;
  position: absolute;
  top: -98px;
  z-index: 99;
}

#aboutus .top_subcatch {
  text-align: center;
  font-size: 200%;
}

#aboutus .appeal_title {
  padding-top: 80px;
  padding-bottom: 20px;
  background: url(/img/aboutus/photo02.jpg?20160903) no-repeat bottom right;
}
#aboutus .appeal_title .table {
  display: table;
  margin-bottom: 5px;
}
#aboutus .appeal_title .leftarea {
  display: table-cell;
  vertical-align: bottom;
  width: 370px;
}
#aboutus .appeal_title .rightarea {
  display: table-cell;
  vertical-align: bottom;
  width: 610px;
  padding-bottom: 8px;
}

#aboutus .appeal_title .txt1 {
  font-size: 187.5%;
  font-weight: bold;
  color: #df3f86;
}
#aboutus .appeal_title .txt2 {
  font-size: 262.5%;
  font-weight: bold;
  color: #df3f86;
}

#aboutus .appeal_title p {
  font-size: 93.75%;
}

#aboutus .appeal_list {
  color: #5e1b39;
  padding: 30px 25px 10px 25px;
  border: 1px solid #dadada;
  box-shadow: 5px 5px 10px #c0c0c0;
  -webkit-box-shadow: 5px 5px 10px #c0c0c0;
  -moz-box-shadow: 5px 5px 10px #c0c0c0;
}
#aboutus .appeal_list li {
  font-size: 87.5%;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 0;
  vertical-align: middle;
}
#aboutus .appeal_list li img {
  vertical-align: middle;
}

#aboutus .appeal_detail .title {
  background: url(/img/common/title_line01.png) no-repeat bottom;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#aboutus .appeal_detail .no1 {
  background: url(/img/aboutus/no1.png) no-repeat left;
}
#aboutus .appeal_detail .no2 {
  background: url(/img/aboutus/no2.png) no-repeat left;
}
#aboutus .appeal_detail .no3 {
  background: url(/img/aboutus/no3.png) no-repeat left;
}

#aboutus .appeal_detail .title .inner {
  font-size: 112.5%;
  font-weight: bold;
  color: #5e1b39;
  padding-left: 88px;
  line-height: 1.3;
}
#aboutus .appeal_detail .title .inner span {
  font-size: 266.6666%;
  color: #df3f86;
}

#aboutus .appeal_detail .explain {
  padding: 0 10px;
  margin-bottom: 25px;
}

#aboutus .appeal_detail .box1,
#aboutus .appeal_detail .box2 {
  float: left;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

#aboutus .appeal_detail .box1 .title1,
#aboutus .appeal_detail .box2 .title1 {
  font-size: 112.5%;
  text-align: center;
  margin-bottom: 5px;
}
#aboutus .appeal_detail .box1 p,
#aboutus .appeal_detail .box2 p {
  text-align: center;
}

#aboutus .appeal_detail .box1 {
  color: #df3f86;
  margin-right: 20px;
}
#aboutus .appeal_detail .box2 {
  color: #5e1b39;
}

#aboutus .appeal_detail .box3 {
  padding: 10px;
}
#aboutus .appeal_detail .box3 .title1 {
  font-size: 162.5%;
  font-weight: bold;
  color: #df3f86;
  margin-bottom: 10px;
}
#aboutus .appeal_detail .box3 .leftarea {
  float: left;
  margin-right: 20px;
  width: 470px;
}
#aboutus .appeal_detail .box3 .rightarea {
  float: left;
  width: 470px;
}

#aboutus .appeal_detail .explain .txt1 {
  color: #df3f86;
}
#aboutus .appeal_detail .explain .txt2 {
  font-size: 112.5%;
  color: #22bc77;
  margin-top: 20px;
}

#aboutus .appeal_detail .support_schedule {
  margin-bottom: 20px;
}

#aboutus .appeal_detail .support_schedule .title1 {
  padding: 5px 10px;
  color: #ffffff;
  border: 1px solid #e97cad;
  background-image: linear-gradient(-45deg, #fff 78%, #e97cad 22%, #e97cad);
}
#aboutus .appeal_detail .support_schedule .title1 span {
  padding-left: 35px;
  color: #e97cad;
  font-size: 112.5%;
}

#aboutus .appeal_detail .support_schedule .inner {
  border: 1px solid #e97cad;
  border-top: none;
  padding: 20px;
  background-color: #ffffff;
}

#aboutus .appeal_detail .msg1 {
  font-size: 187.5%;
  font-weight: bold;
  text-align: center;
  color: #df3f86;
}


/*---------------------------------------------------------------*/
/*=|||　サロン案内　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#salon .txt01 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#salon .txt02 {
  color: #df3f86;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#salon .salon_list {
    text-align: center;
}
#salon .salon_list > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
#salon .salon_list > ul > li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin-right: 10px;
    padding: 10px 10px 60px 10px;
    width: 320px;
    background-color: #ffffff;
    position: relative;
}
#salon .salon_list > ul > li:nth-child(3n),
#salon .salon_list > ul > li:last-child {
  margin-right: 0;
}

#salon .salon_list .title {
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#salon .salon_list .access {
  padding: 0 10px;
  margin-bottom: 15px;
}

#salon .salon_list .to_detail {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#salon .salon_list .to_detail a {
  display: inline-block;
  width: 70%;
  background-color: #40dd96;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#salon .salon_list .to_detail a:hover {
  background-color: #ffffff;
  border: 1px solid #40dd96;
  color: #40dd96;
}

#salon .salon_info .info_table dl {
  width: 100%;
  background-color: #fdf2f7;
  border-bottom: 1px dotted #c0c0c0;
}
#salon .salon_info .info_table dt {
  float: left;
  border-top: 1px dotted #c0c0c0;
  padding: 10px 0 0 10px;
  width: 25%;
  font-weight: bold;
}
#salon .salon_info .info_table dd {
  margin-left: 25%;
  border-top: 1px dotted #c0c0c0;
  padding: 10px;
  background-color: #ffffff;
}

#salon .salon_info .btn_t01 a {
  width: 50%;
}

#salon .visit_place_list {
  margin-bottom: 30px;
}
#salon .visit_place_list .list li{
  margin-bottom: 15px;
}
#salon .visit_place_list .title1 {
  font-size: 200%;
  color: #df3f86;
  font-weight: bold;
  margin-bottom: 15px;
}
#salon .visit_place_list .name {
  font-size: 125%;
  color: #5e1b39;
  font-weight: bold;
  margin-bottom: 5px;
}
#salon .visit_place_list .address {
  margin-bottom: 5px;
}
#salon .visit_place_list .btn_t01 a {
  font-size: 87.5%;
  width: 120px;
  margin: 0;
  padding: 5px;
}

#salon .photo_list {
    margin-bottom: 30px;
    text-align: center;
}
#salon .photo_list ul {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}
#salon .photo_list li {
    float: left;
    margin-right: 10px;
}
#salon .photo_list li:last-child {
    margin-right: 0;
}


/*---------------------------------------------------------------*/
/*=|||　結婚力診断テスト　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#marriage_test .top_title .inner {
  margin-left: 210px;
  line-height: 1.4;
}
#marriage_test .top_title .txt1 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #df3f86;
  color: #ffffff;
  font-size: 125%;
  padding: 5px 15px;
  line-height: 2.4;
}
#marriage_test .top_title .txt2 {
  font-size: 206.25%;
  font-weight: bold;
  color: #21bb75;
}
#marriage_test .top_title .txt3 {
  font-size: 250%;
  font-weight: bold;
  color: #df3f86;
}

#marriage_test .top_img {
  background-color: #fdf2f7;
  height: 150px;
  margin-top: 20px;
}
#marriage_test .top_img #mainWrap {
  position: relative;
  z-index: 0;
}
#marriage_test .top_img .woman {
  position: absolute;
  top: -176px;
  left: 4px;
  z-index: 1;
}
#marriage_test .top_img .man {
  position: absolute;
  top: -176px;
  left: 493px;
  z-index: 1;
}

#marriage_test .txt4 {
  font-size: 137.5%;
  font-weight: bold;
  color: #df3f86;
  margin-bottom: 5px;
}

#marriage_test .txt5 {
  font-size: 262.5%;
  font-weight: bold;
  color: #df3f86;
  text-align: center;
}

#marriage_test .qualification {
  background-color: #efefef;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 8px 10px;
}
#marriage_test .qualification .title {
  float: left;
  width: 340px;
  font-size: 125%;
  font-weight: bold;
}
#marriage_test .qualification ul {
  float: left;
  width: 620px;
  background-color: #ffffff;
}
#marriage_test .qualification li {
  float: left;
  font-size: 112.5%;
  font-weight: bold;
  margin-left: 25px;
  line-height: 20px;
  padding: 8px 0;
  margin-bottom: 0;
}
#marriage_test .qualification .man {
  color: #21bb75;
}
#marriage_test .qualification .woman {
  color: #df3f86;
}

#marriage_test .comment {
  background-color: #efefef;
  margin-bottom: 40px;
  padding: 8px 10px;
}
#marriage_test .comment .title {
  font-size: 125%;
  font-weight: bold;
  color: #df3f86;
  margin-bottom: 5px;
}
#marriage_test .comment .inner {
  background-color: #ffffff;
  padding: 8px 0;
}
#marriage_test .comment .strong {
  color: #df3f86;
}

#marriage_test .explain {
  border: 1px dotted #e97cad;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#marriage_test .explain .title {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #e97cad;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}


/*---------------------------------------------------------------*/
/*=|||　成婚者インタビュー　|||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#interview .colarea {
  padding: 0 25px;
}

#interview .top_catch p {
  font-size: 206.25%;
  font-weight: bold;
  color: #df3f86;
  text-align: center;
  margin-bottom: 30px;
}

#interview .title1 {
  font-size: 162.5%;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}

#interview .title_pink {
  font-size: 162.5%;
  font-weight: bold;
  color: #e334cf;
  margin-bottom: 30px;
  padding-left: 67px;
  padding-bottom: 10px;
  line-height: 38px;
  background: url(/img/article/interview/icon_heart_pink.png) no-repeat;
  border-bottom: 1px solid #e334cf;
}

#interview .title_blue {
  font-size: 162.5%;
  font-weight: bold;
  color: #2736fb;
  margin-bottom: 30px;
  padding-left: 67px;
  padding-bottom: 10px;
  line-height: 38px;
  background: url(/img/article/interview/icon_heart_blue.png) no-repeat;
  border-bottom: 1px solid #2736fb;
}

#interview .answer {
  margin-bottom: 25px;
}
#interview .answer .sex {
  float: left;
}
#interview .answer .txt {
  margin-left: 76px;
  padding-top: 5px;
}


/*---------------------------------------------------------------*/
/*=|||　記事関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.social_button {
    clear: both;
}
.social_button ul {
  display: table;
}
.social_button li {
  display: table-cell;
  float: left;
  vertical-align: top;
  margin-right: 10px;
}

.article_area {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.article_title {
  color: #df3f86;
  font-size: 162.5%;
  margin-bottom: 5px;
}

.article_info {
  font-size: 75%;
  margin-bottom: 10px;
  text-align: right;
}
.article_info ul {
  display: inline-block;
}
.article_info li {
  float: left;
  margin-right: 10px;
}

.article_list_title {
  color: #df3f86;
  font-size: 162.5%;
  margin-bottom: 5px;
}
.article_list_title a {
  color: #df3f86;
  text-decoration: none;
}
.article_list_title a:hover {
  text-decoration: underline;
  color: #ff0000;
}

#textBody {
  padding: 15px 0 20px 0;
}

#textBody p {
  margin-bottom: 1em;
}

#textBody blockquote {
  quotes: none;
}
#textBody blockquote:before, blockquote:after {
  content: '';
  content: none;
}
#textBody del {
  text-decoration: line-through;
}
#textBody a img {
  border: none;
}
#textBody ul {
  list-style: disc;
  margin: 0 0 15px 1.5em;
}
#textBody ol {
  list-style: decimal;
  margin: 0 0 15px 1.5em;
}
#textBody ol ol {
  list-style: upper-alpha;
}
#textBody ol ol ol {
  list-style: lower-roman;
}
#textBody ol ol ol ol {
  list-style: lower-alpha;
}
#textBody ul ul,
#textBody ol ol,
#textBody ul ol,
#textBody ol ul {
  margin-bottom: 0;
}
#textBody dl {
  margin: 0 0 15px 0;
}
#textBody dt {
  font-weight: bold;
}
#textBody dd {
  margin-bottom: 15px;
}
#textBody strong {
  font-weight: bold;
}
#textBody i {
  font-style: italic;
}
#textBody big {
  font-size: 131.25%;
}
#textBody ins {
  background: #ffc;
  text-decoration: none;
}
#textBody blockquote {
  font-style: italic;
  padding: 0 3em;
}
#textBody blockquote em,
#textBody blockquote i {
  font-style: normal;
}
#textBody pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.6;
  margin-bottom: 15px;
  overflow: auto;
  padding: 1.5em;
}
#textBody abbr,
#textBody acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
#textBody sup,
#textBody sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
#textBody sup {
  bottom: 1ex;
}
#textBody sub {
  top: .5ex;
}
#textBody img.size-auto,
#textBody img.size-full,
#textBody img.size-large,
#textBody img.size-medium,
#textBody .attachment img {
  max-width: 100%;
  height: auto;
}
#textBody .alignleft,
#textBody img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
#textBody .alignright,
#textBody img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
#textBody .aligncenter,
#textBody img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#textBody img.alignleft,
#textBody img.alignright,
#textBody img.aligncenter {
  margin-bottom: 12px;
}
#textBody .wp-caption {
  background: #f1f1f1;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
#textBody .wp-caption img {
  margin: 5px 5px 0;
}
#textBody .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 85%;
  margin: 5px;
}
#textBody .wp-smiley {
  margin: 0;
}
#textBody .gallery {
  margin: 0 auto 15px;
}
#textBody .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
#textBody .gallery-columns-2 .gallery-item {
  width: 50%;
}
#textBody .gallery-columns-4 .gallery-item {
  width: 25%;
}
#textBody .gallery img {
  border: 2px solid #cfcfcf;
}
#textBody .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
#textBody .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 85%;
  margin: 0 0 12px;
}
#textBody .gallery dl {
  margin: 0;
}
#textBody .gallery img {
  border: 10px solid #f1f1f1;
}
#textBody .gallery br+br {
  display: none;
}

/* テーブル */
#textBody table {
  padding: 0;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
#textBody caption {
  text-align: center;
}
#textBody  th {
  border: 1px solid #cccccc;
  text-align: center;
  background-color: #c4e8fb;
  color: #000000;
  padding: 5px;
}
#textBody  td {
  border: 1px solid #cccccc;
  padding: 5px;
}

/* 見出し */
#textBody h1,
#textBody h2
{
  color: #000;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
}
#textBody h3 {
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#textBody h4 {
  font-size: 115%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#textBody h5 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#textBody h6 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.prevnext .prev {
  float: left;
  width: 45%;
}
.prevnext .next {
  float: right;
  width: 45%;
  text-align: right;
}

.pagenavi {
  display: inline;
  text-align: center;
  margin: 20px 0;
}

.wp-pagenavi{
  clear: both;
  margin-top:10px;
  font-family: 'Federo', sans-serif;
  font-size:110%;
}
.wp-pagenavi a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  padding: 2px 5px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #CCC;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  background: #ccc;
  color: #fff;
}
.wp-pagenavi span.current{
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px #aaa inset;
  -moz-box-shadow: 1px 1px 1px #aaa inset;
  box-shadow: 1px 1px 1px #aaa inset;
}


/*---------------------------------------------------------------*/
/*=|||　予約関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
/* 日付選択カレンダー */
.reserve_cal table {
    width: 100%;
    border-spacing: 3px;
    table-layout: fixed;
}

.reserve_cal th {
    text-align: center;
    padding: 5px 0;
    vertical-align: middle;
}

.reserve_cal td {
    text-align: center;
    vertical-align: middle;
}

.reserve_cal .uday,
.reserve_cal .sat,
.reserve_cal .sun {
    font-weight: bold;
    width: 6%;
}

.reserve_cal .uday {
    background-color: #F5F3EF;
}
.reserve_cal .sat {
    background-color: #D9E3EC;
    color: #4466BB;
}
.reserve_cal .sun {
    background-color: #EEDDD9;
    color: #BB5555;
}

.reserve_cal .month {
    border: 1px solid #E6E6E6;
    text-align: center;
    background-color: #EDEAE5;
    font-weight: bold;
}

.reserve_cal .time {
    background-color: #F5F3EF;
    width: 8%;
    font-weight: bold;
}

.reserve_cal .open {
    background-color: #FFFFFF;
}
.reserve_cal .open a {
    text-align: center;
    font-size: 125%;
    text-decoration: none;
    display: block;
    background: #f7f0c8;
    padding: 10px 0;
    color: #3c3c3c;
    font-weight: bold;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.reserve_cal .closed_day {
    background-color: #EEDDD9;
    vertical-align: top;
    text-align: center;
    padding-top: 50px;
}

.reserve_cal .reserve_tel {
    display: block;
    text-align: center;
    font-size: 112.5%;
    padding: 10px 0;
    background: #d7e4bd;
}
.reserve_cal .reserve_ng {
    display: block;
    text-align: center;
    font-size: 112.5%;
    padding: 10px 0;
    background: #eeeeee;
}
.reserve_cal .reserve_break {
    display: block;
    text-align: center;
    font-size: 112.5%;
    padding: 10px 0;
    background: #eeeeee;
}

