@charset "UTF-8";

.afterLogin .enqBox.afterAnswer {
	display: none;
}
.afterAnswer .notes2nd.pageNotes,
.answerArea {
	display: none!important;
}
.afterAnswer .answerArea {
	display: block!important;
}
.result .answerArea {
	display: block!important;
}

.notes2nd {
	background: #f4fafa;
}

.answerArea {
	margin: 40px 0;
}

.answerArea .answerText {
	background: #f07b7b;
	color: #fff;
	font-size: 113%;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.answerArea .answerTextSub {
	display: block;
	text-align: center;
	padding: 20px 10px;
}

.answerArea .answerDetail {
	background: #f7f6e2;
}

.answerArea .answerDetail .answerDetailText {
	display: block;
	text-align: center;
	padding: 40px 10px 0;
	font-weight: bold;
}
.answerArea .answerDetail .answerDetailText .itemEm {
	color: #f52372;
}
.answerArea .answerDetail .itemImage {
	width: 50%;
	margin: 40px auto 6px;
	border: 1px solid #ccc;
	background: #fff;
}

.answerArea .answerDetail .itemImage img {
	width:  100%;
	padding: 0 20px;
}

.answerArea .answerDetail .itemLinkText {
	display: block;
	padding: 0 20px;
	text-align: center;
	font-size: 96%;
	color: #00c3b2;
}
.answerArea .answerDetail a {
	display: block;
}
.answerArea .answerDetail a:hover {
	opacity: 0.8!important;
}
.answerArea .answerDetail a:hover img {
	opacity: 1;
}
.answerArea .answerDetail .itemText {
	display: block;
	padding: 20px 40px 40px;
	font-size: 96%;
}


.afterAnswer .pageText.present {
	display: none;
}

.afterAnswer .pageNotes {
	margin-top: 20px;
}

div.end_Box {
	border:2px solid #33af51;
	margin: 20px auto;
	padding:12px 0;
	width:500px;
	text-align:center;
}

div.end_Box p.txt_Bold {
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #33af51;
	margin:0 25px 12px;
	padding-bottom:7px;
}

ul.end_selectText {
	margin-top: 15px;
	margin-left: 150px;
	font-size: 120%;
}

ul.end_selectText li {
	padding-bottom:7px;
}

.pageText.present .package img {
	width:150px;
}

.subCaption {
	font-size: 80%;
	display: block;
}

.imgPresent {
	width: 70%;
	margin: 20px auto 0;
}
.imgPresent img {
	width: 100%;
}


.enqWrapper .enqResult {
	margin-top: 30px;
	padding: 0px 5px;
}
.enqWrapper .enqResult dt {
	margin: 0px 0px 6px 0px;
	font-size: 100%;
	font-weight: bold;
}
.enqWrapper .enqResult dd {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f0f0e8;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}
.enqWrapper .enqResult dd span.numText {
	font-size: 113%;
}
.enqWrapper .enqResult dd .gColor {
	background-color: #ccc;
	border-top-left-radius: 4px; 
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-bottom-left-radius: 4px; 
	-webkit-border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomleft: 4px;
}
.enqWrapper .enqResult dd .gColor.g100 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.enqWrapper .enqResult dd .resultNum {
	position: absolute;
	right: 10px;
	top: 0;
}
.enqWrapper .enqResult dd.q01 .gColor {background-color: #f89090;}
.enqWrapper .enqResult dd.q02 .gColor {background-color: #f8b858;}
.enqWrapper .enqResult dd.q03 .gColor {background-color: #f8d040;}
.enqWrapper .enqResult dd.q04 .gColor {background-color: #90d060;}
.enqWrapper .enqResult dd.q05 .gColor {background-color: #58b0f0;}
.enqWrapper .enqResult dd.q06 .gColor {background-color: #0077cc;}
.enqWrapper .enqResult dd.q07 .gColor {background-color: #b090d0;}

.enqFinishedWrapper .articleLink {
	position: relative;
	width: 100%;
	margin: px 0px 0px 0px;
	padding: 20px 0px 15px 0px;
	display: table;
	border-bottom: 1px solid #90d59b;
}
.enqFinishedWrapper .articleLink.all {
	border-bottom: none;
}
.enqFinishedWrapper .articleLink .articleLinkImg {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}
.enqFinishedWrapper .articleLink .articleLinkImg img {
	width: 120px;
}
.enqFinishedWrapper .articleLink .articleLinkInner {
	display: table-cell;
	vertical-align: top;
	overflow: hidden;
}
.enqFinishedWrapper .articleLink .articleLinkInner span.date {
	padding-left: 20px;
	margin-bottom: 6px;
	display: block;
}
.enqFinishedWrapper .articleLink .articleLinkInner span.titleText {
	padding-left: 20px;
	margin-bottom: 6px;
	display: block;
}
.enqFinishedWrapper .articleLink .articleLinkInner a {
	float: right;
	display: block;
}
.enqFinishedWrapper h3 {
	position: relative;
	font-size: 113%;
	font-weight: bold;
	padding: 10px 0 0 80px;
	margin-bottom: 20px;
}

.enqFinishedWrapper h3:after {
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -20px;
	left: 0;
	content:"";
background: #22ac38;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyYWMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzIyYWMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iIzkwZDU5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MGQ1OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #22ac38 0%, #22ac38 26%, #90d59b 26%, #90d59b 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#22ac38), color-stop(26%,#22ac38), color-stop(26%,#90d59b), color-stop(100%,#90d59b));
background: -webkit-linear-gradient(left,  #22ac38 0%,#22ac38 26%,#90d59b 26%,#90d59b 100%);
background: -o-linear-gradient(left,  #22ac38 0%,#22ac38 26%,#90d59b 26%,#90d59b 100%);
background: -ms-linear-gradient(left,  #22ac38 0%,#22ac38 26%,#90d59b 26%,#90d59b 100%);
background: linear-gradient(to right,  #22ac38 0%,#22ac38 26%,#90d59b 26%,#90d59b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ac38', endColorstr='#90d59b',GradientType=1 );
}

.enqComment .articleComment {
	/* background-color: #f0f0e8; */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 1px;
	margin-bottom: 20px;
}
.enqComment .articleComment.official {
	background-color: #d6d6b0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 4px;
	margin-bottom: 20px;
}
.enqComment .articleCommentInner {
	background-color: #fff;
	/* padding: 15px; */
}
.enqComment .articleCommentInner h4 {
	font-size: 100%;
	font-weight: bold;
}


.enqComment .articleCommentInner h4.q01 {
	font-weight: bold;
}
.enqComment .articleCommentInner h4.q01 {color: #f89090;}
.enqComment .articleCommentInner h4.q02 {color: #f8b858;}
.enqComment .articleCommentInner h4.q03 {color: #f8d040;}
.enqComment .articleCommentInner h4.q04 {color: #90d060;}
.enqComment .articleCommentInner h4.q05 {color: #58b0f0;}
.enqComment .articleCommentInner h4.q06 {color: #0077cc;}
.enqComment .articleCommentInner h4.q07 {color: #b090d0;}


.enqComment .articleCommentInner p {
	margin: 10px auto;
	word-break: break-all;
}
.enqComment .articleCommentInner .nameComment {
	color: #22ac38;
	font-weight: bold;
	margin-bottom: 6px;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
.enqComment .articleCommentInner .nameComment .nameOrder {
	color: #333;
	font-weight: normal;
}


#alerate-section {
	padding: 0 15%;
    margin: 30px auto 10px;
}

#enqStart {
	padding-top: 20px;
}
.enqTitleClip {
	width: 100%;
	padding: 20px 40px;
	background: #dde8f1;
	margin-top: 60px;
	line-height: 1.4;
	color: #333;
}
.sub-enqTitleClip {
	font-size: 100%;
	display: block;
}
.main-enqTitleClip {
	font-size: 150%;
}
.date-enqTitleClip {
	font-size: 90%;
	margin-top: 7px;
	display: block;
}

.img-wrapper {
	position: relative;
}
.status--recruitment {
	position: absolute;
	background: #14baa1;
	top: 15px;
    left: 15px;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.caution-cap {
  border-left: 4px solid #82ae41;
  padding: 2px 0 2px 16px;
  margin-top: 45px;
  font-size: 22px;
  
}
.caution-cap:before{
    content:none;
}

li.pick {
    font-weight: bold;
    margin-top: 30px;
}
.roomNotes {
	margin-bottom: 60px;
	}
.roomNotes li {
    margin-bottom: 4px;
    margin-left: 1em;
    text-indent: -1em;
}

.tw {
	margin: 0 auto;
	width: 400px;
}
.tw .twitter-tweet {
	border: solid 5px #a0b2cd;
	width:100%;
}

div.end_Box {
	border:2px solid #33af51;
	margin: -50px auto 20px auto;
	padding:12px 0;
	width:500px;
	text-align:center;
}

div.end_Box p.txt_Bold {
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #33af51;
	margin:0 25px 12px;
	padding-bottom:7px;
}

span.attention {
	color:#ff3333;
}

div.thanks_Box {
	margin: 0 100px 30px;
	background: #6cc;
	padding: 20px 30px;
	text-align: center;
	color: #fff;
}
div.thanks_Box div.thanks_Box_inner {
	border: solid 2px #fff;
	padding: 20px 50px;
}
div.thanks_Box p.txt_Bold {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.icn_h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.4 !important;
}
.icn_h3 img {
	width: auto;
}
.icn_h3 span {
	width: 610px;
}
div.clip-itemBox {
	border-top: none !important;
}
div.wrap {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #e1e1e1;
	padding-top: 30px;
}
div.wrap div.txt_box {
	width: 336px;
	margin-right: 14px;
}
div.wrap div.txt_box p.img {
	margin-top: 10px;
}
div.present {
	margin: 90px 0 100px;
	background: #ffe9ec;
	padding: 1px 25px 50px;
}
div.present::after {
	content: "";
	display: block;
	clear: both;
}
div.present img {
	width: auto;
}
div.present p.pre {
	margin: -19px 0 26px;
	text-align: center;
}
div.present p.lead {
	float: right;
	width: 410px;
	text-align: center;
}
div.present p.photo {
	float: left;
}
div.present p.caption {
	margin: 35px 0 0;
	float: right;
	width: 410px;
	font-size: 14px;
	line-height: 1.4;
}
div.anq_box p.big {
	font-size: 16px;
	margin: 35px 0 10px;
	line-height: 2;
}
div.anq_box p.m-annotation {
	font-size: 14px;
}
.enqList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.enqList input[type='radio'] {opacity: 1!important;position: relative;left: 0;}

.imgtxt {
	display:none;
}

.enqList label {
	height: auto!important;
	display: block;
	overflow: hidden;
	min-height: 70px!important;
	padding: 0 0 0 0px;
	background: none!important;
	cursor: pointer;
	font-size: 150%;
	font-weight: bold;
	line-height:1.6 !important;
}

.enqList li {
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: none;
}

.selected img {
	border: 5px solid #aa945a;
}

.enqResult img {
	display: none;
}

.enqWrapper .enqResult dd.q01 .gColor {background-color: #fcb6c0;}
.enqWrapper .enqResult dd.q02 .gColor {background-color: #b7eab1;}
.enqWrapper .enqResult dd.q03 .gColor {background-color: #ffd7a8;}



.enqWrapper .enqResult dd {
	margin-bottom: 60px;
}
dl .q01::before {
	content: "A：Beauty";
	padding-left: 6px;position: absolute;left: 0;top: -30px;font-size:120%;
}

dl .q02::before {
	content: "B：Health";
	padding-left: 6px;position: absolute;left: 0;top: -30px;font-size:120%;
}

dl .q03::before {
	content: "C：Relax";
	padding-left: 6px;position: absolute;left: 0;top: -30px;font-size:120%;
}

.m-content_btn.item_btn.item_soldout {
	background: #b5b9be;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.schedule_area div.schedule {
    margin: 26px 0 0;
    line-height: 1.6;
}

.schedule_area div.schedule .flex{
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.schedule_area div.schedule p.step {
    border: 1px solid #82ae41;
   padding: 2px 14px 0;
    margin-right: 30px;
}

.schedule_area div.schedule p {
    margin-bottom: 11px;
}

.schedule_area div.schedule .arrow {
    margin: -22px 32px 25px;
    width: 18px;
}

.schedule_area div.schedule .arrow:nth-of-type(n+2) {
    margin: -24px 32px 23px;;
}

.schedule_area div.schedule div.now p.step {
    background: #82ae41;
    color: #ffffff;
    font-weight: bold;
}

.schedule_area div.schedule div.now p.txt span.day {
    background: linear-gradient(transparent 70%, #f8f7a5 50%);
    font-weight: bold;
}

.sch_end {
    color: #ff3333;
}


/*===============================================
スマートフォン用
===============================================*/
@media screen and (max-width:640px){

.fancl_clip_mvBox .mv-lead__date {
	flex-direction: column-reverse;
}
.fancl_clip_mvBox .mv-lead__date p {
	width: 100%;
}
.fancl_clip_mvBox .mv-lead__date p:first-child {
	text-align: right;
}

#alerate-section {
	padding: 0 5%;
    margin: 30px auto 10px;
}
#alerate-section_txt {
	margin: 0 auto 60px;
}


.answerArea {
	margin: 5vw 0;
}

.answerArea .answerText {
	font-size: 4.3243243243vw;
	text-align: left;
	padding: 2.4vw;
}

.answerArea .answerTextSub {
	/* display: block; */
	text-align: left;
	padding: 4.3243243243vw 0;
	font-size: 3.7837837838vw;
}

.answerArea .answerDetail {
	background: #f7f6e2;
}

.answerArea .answerDetail .answerDetailText {
	padding: 5vw 2.4vw 0;
	font-weight: bold;
	font-size: 4.3243243243vw;
	}

.answerArea .answerDetail .itemImage {
	width: 90%;
	margin: 3.6vw auto 2.4vw;
}

.answerArea .answerDetail .itemImage img {
	padding: 0 5vw;
}

.answerArea .answerDetail .itemLinkText {
	display: block;
	padding: 0 2.4vw;
	font-size: 3.7837837838vw;
	color: #00c3b2;
}
.answerArea .answerDetail a {
}
.answerArea .answerDetail a:hover {
	opacity: 0.8!important;
}
.answerArea .answerDetail a:hover img {
	opacity: 1;
}
.answerArea .answerDetail .itemText {
	display: block;
	padding: 5vw 5vw 10vw;
	font-size: 3.7837837838vw;
	line-height: 1.8;
}

.pageText.present {
overflow: hidden;
}

.pageText.present > span {
float:right;
width:65%;
}
.pageText.present .package img{
	float:left;
	width:35%;
}
ul.end_selectText {
	margin-left: 150px;
}

.imgPresent {
	width: 90%;
	margin: 20px auto 0;
}

.mainvisual:after {
	width: 20vw!important;
	height: 20vw!important;
	top: 0vw!important;
}

.afterAnswer .mainvisual img {
	height: auto;
}

.tw {
	width: 83%;
}

.icn_h3 img {
	width: 15%;
}
.icn_h3 span {
	width: 80%;
}
div.wrap {
	display: block;
}
div.wrap p.image {
	margin: 0 auto 20px;
}
div.wrap div.txt_box {
	width: auto;
}
div.present {
	margin: 45px 0 50px;
	padding: 1px 15px 20px;
}
div.present img {
	width: 100%;
}
div.present p.pre {
	margin: -12px auto 13px;
	width: 80%;
}
div.present p.lead {
	float: none;
	width: 100%;
}
div.present p.photo {
	float: none;
	margin: 15px auto;
	width: 70%;
}
div.present p.caption {
	margin: 0;
	float: none;
	width: auto;
}

.flex{
	display: block;
}

}

