@charset "UTF-8";
/* ==========================================================================
  街コンガイド用スタイル
  ========================================================================== */
/* common/style.css を上書き
  ===================================================================== */
h2 {
  padding: 0;
  background: none;
  border: none;
}

.sub_ttl {
  background-color: #f66c96 !important;
  margin-bottom: 20px;
}

#wrapper.machicon #contents p {
  font-size: 14px;
  font-size: 0.875rem;
}

/* 汎用クラス
  ===================================================================== */
.sp-item {
  display: none;
}

.box-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 24px;
}

.box-2col:last-child {
  margin-bottom: 0;
}

.box-2col.-imgL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.box-2col-img {
  width: 280px;
}

#contents .box-2col-detail p {
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
}

.box-2col-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-2col-detail p {
  width: 560px;
}

.-imgL .box-2col-detail {
  padding-left: 30px;
}

/* サービスのご案内
  ===================================================================== */
.machicon-service {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-index-wrap {
  background: url(/common/css/img/service/service_index_bg_pink.jpg) no-repeat left top;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 429px;
  padding-top: 32px;
}

.service-index-ttl {
  color: #4B1E06;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}

#wrapper.machicon #contents .service-index-ttl {
  font-size: 20px;
  font-size: 1.25rem;
}

.service-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 219px;
}

.service-index a {
  color: #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  height: 100%;
}

.service-index a:hover {
  color: #f66c96;
}

.service-index li {
  border: 1px solid #DEDEDE;
  font-weight: bold;
  line-height: 1.23 !important;
  margin-right: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.service-index.-sizeL a {
  padding-top: 20px;
}

.service-index.-sizeL li {
  margin-bottom: 5px;
  text-align: center;
  height: 120px;
  width: 176px;
}

.service-index.-sizeL li:nth-child(4n) {
  margin-right: 0;
}

.service-index.-sizeS a {
  padding-top: 10px;
  padding-left: 49px;
}

.service-index.-sizeS li {
  height: 35px;
  width: 237px;
}

.service-index.-sizeS li:nth-child(3n) {
  margin-right: 0;
}

.service-index01 a {
  background: #FFF url(/common/css/img/service/service_icon01_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index02 a {
  background: #FFF url(/common/css/img/service/service_icon02_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index03 a {
  background: #FFF url(/common/css/img/service/service_icon03_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index04 a {
  background: #FFF url(/common/css/img/service/service_icon04_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index05 a {
  background: #FFF url(/common/css/img/service/service_icon05_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index06 a {
  background: #FFF url(/common/css/img/service/service_icon06_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index07 a {
  background: #FFF url(/common/css/img/service/service_icon07_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index08 a {
  background: #FFF url(/common/css/img/service/service_icon08_pink.png) no-repeat center bottom;
  background-size: 100% auto;
}

.service-index11 a {
  background: #FFF url(/common/css/img/service/service_icon11_pink.png) no-repeat 12px center;
  background-size: 21px auto;
}

.machicon-service-btn {
  text-align: right;
  margin-top: 19px;
  margin-right: 10px;
}

.machicon-service-btn::before {
  background: url(https://www.will-gocon.net/img/arrow_brown02.png) no-repeat left top;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 3px;
  vertical-align: middle;
}

/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  width: 800px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 1px 1px 60px #555;
  -webkit-box-shadow: 1px 1px 60px #555;
  -moz-box-shadow: 1px 1px 60px #555;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 2;
  overflow: hidden;
}

/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.movie-btn {
  width: 170px;
  height: 33px;
  position: absolute;
  left: 173px;
  bottom: 12px;
}

.online-btn {
  width: 170px;
  height: 33px;
  position: absolute;
  left: 350px;
  bottom: 12px;
}

/* LINEページで使用したボックスのスタイルを移行
  ===================================================================== */
.roundboxOuter {
  margin: 10px 0 0;
  border-radius: 5px;
}

.roundboxOuter .roundbox {
  background-color: #f1ead3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 5px;
  position: relative;
}

.roundboxOuter .roundbox + .roundbox {
  margin-top: 10px;
}

.roundboxOuter .box-inner15 {
  padding: 5px 15px 15px 15px;
  position: relative;
  border: 1px solid #e9e7d9;
  background-color: #fff;
  border-radius: 5px;
}

.roundboxOuter .box-inner20 {
  padding: 20px 20px 20px 20px;
  position: relative;
  border: 1px solid #e9e7d9;
  background-color: #fff;
  border-radius: 5px;
}

/* 服装や身だしなみは？
  ===================================================================== */
#contents .machicon-clothesSct-lead,
.machicon-clothesSct-links li {
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
}

.machicon-clothesSct-lead {
  margin-bottom: 20px;
}

.machicon-clothesSct-ttl {
  font-weight: bold;
  color: #FCAB4C;
  margin-bottom: 17px;
  margin-top: 33px;
  font-size: 20px;
  font-size: 1.25rem;
}

.machicon-clothesSct-ttl:first-child {
  margin-top: 0;
}

.machicon-clothesSct-ttl span {
  color: #4B1E06;
}

/* 会話やマナーは？
  ===================================================================== */
.machicon-mannersSct-lead {
  line-height: 1.75;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

.machicon-mannersSct-ttl {
  font-weight: bold;
  color: #4B1E06;
  margin-bottom: 17px;
  margin-top: 33px;
  font-size: 20px;
  font-size: 1.25rem;
}

.machicon-mannersSct-ttl:first-child {
  margin-top: 0;
}

.machicon-mannersSct-ttl.-good {
  color: #65BC00;
}

.machicon-mannersSct-ttl.-taboo {
  color: #E60000;
}

.machicon-mannersSct-list li {
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
}

/* 流れを知りたい
  ===================================================================== */
.machicon-flowSct-list li {
  color: #4B1E06;
  position: relative;
  min-height: 35px;
  margin-bottom: 6px;
  padding-left: 45px;
  font-size: 16px;
  font-size: 1rem;
}

.machicon-flowSct-icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* もっと知りたい合コンQ&A
  ===================================================================== */
.qa .detailBoxIn dl {
  margin: 0 0 15px;
  background: url(/common/css/img/bk_dotline.gif) left bottom repeat-x;
}

.qa .detailBoxIn dt {
  padding: 10px 0 10px 45px;
  border-bottom: #E9E6D5 2px solid;
  background: url(/qa/css/img/ico_q_red.gif) left center no-repeat;
  font-size: 18px;
  font-weight: bold;
  color: #4F2004;
}

.qa .detailBoxIn dd {
  padding: 15px 0 15px 45px;
  background: url(/qa/css/img/ico_a_red.gif) left 10px no-repeat;
  font-size: 15px;
}

.qa .detailBoxIn.gr dt {
  background: url(/qa/css/img/ico_q_gr.gif) left center no-repeat;
}

.qa .detailBoxIn.gr dd {
  background: url(/qa/css/img/ico_a_gr.gif) left 10px no-repeat;
}

.gocon-qa-step {
  color: #FF6600;
}

.gocon-qa-flow {
  color: #cc6600;
}

/* バナー
  ===================================================================== */
.gocon-bnr {
  text-align: center;
  margin-top: 30px;
}

/* フッター
  ===================================================================== */
.machicon-footer {
  margin: 0 auto;
  width: 750px;
}

.machicon-footer .choice {
  background: #efeacf;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.machicon-footer .choice h3 {
  background: none;
  border: none;
  padding: 0px;
  margin-top: 0px;
  color: #4f2004;
  padding-left: 30px;
  font-size: 182%;
  position: relative;
  display: inline-block;
  margin: 10px auto 20px auto;
}

.machicon-footer .choice h3:before, .machicon-footer .choice h3:after {
  content: '';
  position: absolute;
  top: 0px;
  height: 25px;
  width: 24px;
}

.machicon-footer .choice h3:before {
  left: 0px;
  background: url(https://www.will-gocon.net/group/css/img/left.gif) left top no-repeat !important;
  background-size: 24px 25px;
}

.machicon-footer .choice h3:after {
  right: 0px;
  background: url(https://www.will-gocon.net/group/css/img/right.gif) left top no-repeat !important;
  background-size: 24px 25px;
}

.machicon-footer .choice .choice_box {
  width: 360px;
  background: #fff;
  border: 1px solid #d2c6ab;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1.732px 1.64px 0.36px rgba(130, 98, 77, 0.25);
  box-shadow: 1px 1.732px 1.64px 0.36px rgba(130, 98, 77, 0.25);
  position: relative;
  padding: 20px 0px 15px 0px;
}

.machicon-footer .choice .choice_box:hover .btn {
  opacity: 0.7;
}

.machicon-footer .choice .choice_box .image {
  position: absolute;
  bottom: 46px;
  left: 10px;
}

.machicon-footer .choice .choice_box.machicon .image {
  left: 20px;
}

.machicon-footer .choice .choice_box .txt {
  margin-bottom: 15px;
}

.machicon-footer .choice .choice_box.setting .txt {
  padding-left: 130px;
}

.machicon-footer .choice .choice_box.machicon .txt {
  padding-left: 96px;
}
