@charset "UTF-8";
/* CSS Document */


/***SHOP REGISTRATION***/

.reg-intro-box {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.reg-intro-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.reg-intro-wrap a {
	text-decoration: underline;
}

.reg-intro-box section.reg-intro-sec {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.reg-intro-box section.reg-intro-sec:last-child {
	margin: 0;
}

section.reg-intro-sec h3.reg-mds {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
}

section.reg-intro-sec ul.reg-intro-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
}

section.reg-intro-sec ul.reg-intro-list li.reg-intro-item {
	width: 92%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: visible;
}

section.reg-intro-sec ul.reg-intro-list li.reg-intro-item:before {
	content: "●";
    color: #000000;
    font-size: 90%;
    display: inline;
    width: 1.5em;
    margin: 0 0.1em 0 -1.5em;
}

section.reg-intro-sec ul.reg-intro-list .reg-notes {
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 80%;
	line-height: 180%;
}

.deadline {
	font-size: 120%;
	font-weight: bold;
}

.form-btn {	
	width: 70%;
    max-width: 350px;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background-color: #e53477;
    border-radius: 40px;
    border: none;
}

.form-btn a {
	display: block;
	color: #FFFFFF;
	padding: 20px 0;
}

form.present-form {
    width: 100%;
    margin: 0;
    padding:0;
    position: relative;
    overflow: hidden;
}

.register-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.register-area h2.register-hdr {
	width: 98%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 200%;
	font-weight: bold;
	line-height: 210%;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	
	display: none;
}

.reg-line {
	border-bottom: solid 5px #1b232f;
	margin: 0 auto 60px !important;
}


.register-formarea {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.shop-box {
    width: 95%;
    margin: 0 auto 30px;
    padding: 20px 2% 0;
    position: relative;
    overflow: hidden;
    border: solid 1px grey;
    background-color: #FFF;
}

.shop-box:first-child {
    margin: 0 auto;
}

.register-row {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.row-space {
    margin: 0 0 100px;
}

.col-20 {
	width: 18%;
	padding: 20px 2%;
	background-color: #A6DFE3;
	color: #454545;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
}

.shop-form .col-20 {
    background-color: #C8E392 !important;
}

.col-white {
	background-color: #FFF;
	color: #454545;
	justify-content: flex-start;
    align-items: center;
}

.required {
	width: 20%;
	max-width: 100px;
	margin: 0 0 0 10px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #FA5858;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	line-height: 110%;
	letter-spacing: 0.1em;
}

.col-75 {
	width: 76%;
    padding: 20px 0;
	font-size: 110%;
	line-height: 160%;
	color: #4A4A4A;
	display: block;
}

.confirm-area .col-75 {
    width: 72%;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 2px #e5e5e5;
}

.col-75 label {
	font-weight: normal;
	font-size: 80%;
    line-height: 210%;
	margin: 0 4% 0 0;
}

.col-75 .s-txt {
	font-size: 80%;
	font-weight: normal;
}

.col-75 .confirm-input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.error_message {
	font-size: 90%;
	color: #ff2021;
	padding: 5px;
	background-color: #faffb5;
	margin: 0 0 10px;
	display: inline-block;
}

.error_message:before {
	content: "＊";
	margin: 0 5px 0 0;
}

.parsley-errors-list {
    list-style: none;
    font-size: 90%;
	color: #ff2021;
	padding: 0;
	margin: 0 0 10px;
	display: flex;
}

.parsley-errors-list:before {
    content: "＊";
    display: inline-block;
	margin: 0 5px 0 0;
}

.reg-white {
	width: 73%;
	padding: 20px 1.5%;
	background-color: #FFFFFF;
/*	border: solid 1px #707070;*/
    border: none;
}

.register-formarea input {
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px;
	border: solid 1px #707070;
}

.register-formarea input.notwide {
	width: 3% !important;
	margin: 0 0 10px;
	padding: 0;
}

.register-formarea input#shoppostal,.register-formarea input#entrypostal {
	width: 30%;
	margin: 0 0 10px;
}

.register-formarea input.shoppostal,.register-formarea input.entrypostal {
	width: 30%;
	margin: 0 0 10px;
}

.register-formarea input.formshort {
	width: 30%;
	margin: 0 10px 0 0;
}

.image_area {
	width: 48%;
	margin: 0 5px 10px 0;
	float: left;
	display: grid;
}

.image_area:nth-child(even) {
	margin: 0 0 10px;
}

.register-formarea textarea {
	width: 96%;
	margin: 0 auto;
	padding: 20px 10px;
}

.formnotes {
	font-size: 80%;
    line-height: 180%;
}

.image_area img {
	width: unset;
}

input[type="radio"] {
	width: unset;
    margin: 0 5px;
}

input[type="checkbox"] {
	width: unset;
    margin: 0 5px;
}

input[type="file"] {
	width: unset;
	margin: 0;
}

.bselect select {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 110%;
}

input.bn {
	width:50%;
}

.bank img{
	width: unset;
}

input[type="submit"] {
	width: 20%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	display: block;
}

.formbtn-wrap {	
	display: flex;
	justify-content: space-around;
}

.register-formarea .rf-small {
	font-size: 80%;
}

.register-formarea .rf-red {
	color: #ff2c2c;
}

h4.register-mds {	
	width: 95%;
	margin: 0 auto 30px;
	padding: 10px 2.5%;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #454545;
	background-color: #A6DFE3;
}

h4.re-blue {
	background-color: #1B232F;
}

h4.re-brown {
	background-color: #400707;
}

h4.re-green {
	background-color: #C8E392;
}

.register-privacy {
	width: 98%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
}

.register-privacy .privacy-txt{
	width: 95%;
	margin: 20px auto 30px;
	padding: 20px 2.2%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	line-height: 210%;
    border: solid 1px grey;
}

.privacy-area {
	width: 60%;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
    align-items: flex-start;
}

.privacy-area .required-select {
	width: 70%;
}

input[type="submit"].final-submit {
	width: 70%;
	max-width: 350px;
	margin: 60px auto 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color:#008ED9;
	border-radius: 40px;
	border:none;
	
	cursor: pointer;
	
}
/*
input[type="submit"].submit-coupon {
	background-color: #1B232F;
}
*/

input[type="submit"].return-btn {
	background-color: #058ea5 !important;
}

input[type="submit"].submit-back {
    background-color: #e45b7e;
}

.flexwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.flexwrap .flex-two {
	width: 48%;
}

/**SUBMIT**/

.form-submit {
	width: 95%;
	max-width: 1000px;
	margin: 100px auto;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}

.form-submit .fsubmit-mds {
	margin: 0 0 30px;
	font-size: 160%;
	line-height: 180%;
	font-weight: bold;
}

.form-submit .fsubmit-txt {
	font-size: 110%;
	line-height: 180%;
}

/**adding and subtracting shops in the form**/

#shop_area {
    margin: 60px 0 0;
}

#shop_area .shop-box {
    margin: 0 auto 60px;
}

#shop_area .shop-box:last-child {
    margin: 0 auto;
}


.shop-btn {
    width: 80%;
    max-width: 300px;
    margin: 60px auto;
    padding: 20px 5%;;
    position: relative;
    overflow: hidden;
    background-color: #FA5858;
    color: #FFF;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    transition: all 0.3s;
    cursor: pointer;
}

.shop-btn:hover {
    opacity: 0.5;
}

.add-shop {
    background-color: #FA5858;
}

.subtract-shop {
    max-width: 200px;
    margin: 0 0 20px;
    padding: 10px 2.5%;
    float: right;
    background-color: #00A6B2;
    font-size: 110%;
}

.shop-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.add-shop:after {
    background-image: url("../img/present/shop-add.svg");
}

.subtract-shop:after {
    height: 8px;
    background-image: url("../img/present/shop-subtract.svg");
}

.shopsubmit-txt {
    font-size: 120%;
    line-height: 220%;
}

.contactbox {
    width: 80%;
    max-width: 800px;
    margin: 100px auto;
    padding: 60px 2%;
    position: relative;
    overflow: hidden;
    background-color: #fff9c0;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
}

.contactbox h3 {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
}

/**SHINSEI TOP**/

.sub-icon {
	width: 50%;
	max-width: 600px;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.form-btn-wrap {
	width: 80%;
	max-width: 800px;
	margin: 60px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.form-btn-wrap .fb {
	width: 45%;
	text-align: center;
	font-size: 140%;
	line-height: 160%;
	font-weight: bold;
	color: #1B232F;
	background-color: #FFFFFF;
	border: solid 2px #1D232E;
	border-radius: 10px;
	
	transition: all 0.3s;
}

.form-btn-wrap .fb:hover {
	opacity: 0.7;
}

.form-btn-wrap .fb a {
	width: 100%;
	display: block;
	padding: 20px 0;
	color: #1B232F;
}

h2.qandaintro-hdr {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}

.qandaintro-txt {
	width: 80%;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	text-align: center;
}

.qandabtns-wrap {
	width: 65%;
	max-width: 650px;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.qandabtns-wrap .qandabtn {
	width: 49%;
}

.qandabtn-memo {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	text-align: center;
}

.qanda-area {
	width: 80%;
	max-width: 900px;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.qanda-area:last-child {
	margin: 0 auto;
}

h2.qanda-hdr {
	margin: 0 auto!important;
}

.qanda-white {
	width: 100%;
	margin: 0;
	padding: 60px 0 90px;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.qa-yellow {
	background-color: #FFFEEA;
}

.qanda-sec {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.qanda-sec:last-child {
	margin: 0 auto;
}

h3.qanda-mds {
	width: unset;
	margin: 0 0 30px;
	padding: 5px 10px;
	display: inline-block;
	background-color: #F7CC3E;
	font-size: 120%;
	font-weight: bold;
	color: #1B232F;
}

ul.qanda-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.qanda-list li.qanda-item {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #000000;
	line-height: 180%;
}

ul.qanda-list li.qanda-item:first-child {
	border-top: solid 1px #000000;
}

input.qanda-opener {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label.qanda-q {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	display: inline-flex;
	cursor: pointer;
	
	opacity: 1.0;
     transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

label.qanda-q:before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-image: url("../img/common/qanda_question.png");
	background-size: contain;
	background-repeat: no-repeat;
}

label.qanda-q:after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url("../img/common/qanda_arr-down.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: perspective(1) scaleZ(1) rotateX(0deg);
	
	transition: ease-in-out 0.3s;
}

.q-wrap {
	width: 90%;
	margin: 0;
}

.a-wrap {
	width: 90%;
	margin: 0;
}

.qanda-a {
	width: 100%;
	max-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: 40px;
	font-size: 100%;
	transition: ease-in-out 0.3s;
	opacity: 0;
}

.qanda-a:before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 10px 0 0;
	background-image: url("../img/common/qanda_answer.png");
	background-size: contain;
	background-repeat: no-repeat;
}

input.qanda-opener:checked ~ .qanda-a {
	max-height: 100%;
	margin:10px 0 0;
	padding: 10px 0;
	opacity: 1.0;
}

input.qanda-opener:checked ~ .qanda-q:after {
	
	transform: perspective(500px) scaleZ(2) rotateX(180deg);
}

/****アンケート****/

.enquete {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
}

.enquete .enq-q {
    width: 96%;
    margin: 0 auto 10px;
    padding: 15px 2%;
    background-color: #CAEBFB;
    color: #454545;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
}

.enquete .enq-a {
    width: 96%;
    margin: 0 auto 10px;
    padding: 10px 2% 0;
    background-color: #FFF;
    color: #454545;
    font-weight: bold;
    line-height: 210%;
    display: block;
}

.enquete .enq-a label {
    margin: 0 15px 10px 0;
}

.enquete .enq-a .sub-enq {
    margin: 0 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.enquete .enq-a .sub-enq:last-child {
    margin: 0;
}

/****TASHA****/

ul.tasha-list {
    width: 90%;
    margin: 20px 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 80%;
    font-weight: bold;
}

ul.tasha-list li {
    margin: 0 0 20px;
}

ul.tasha-list li:last-child {
    margin: 0;
}

ul.tasha-list li input.formtasha {
    width: 90% !important;
    
}


.dropify-wrapper {
    margin: 30px 0 0;
}

ul.regimg-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.regimg-list li {
    margin: 0 0 30px;
}
