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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media (min-width: 415px) {
	.sp {
		display: none !important;
	}
}

@media (max-width: 414px) {
	.pc,
	.sp-none {
		display: none !important;
	}
}

::selection {
    background: #adadad;
    color: #fff;
}

::-webkit-selection {
    background: #adadad;
    color: #fff;
}

::-moz-selection {
    background: #adadad;
    color: #fff;
}


/*-- page-top --*/
#page-top {
	float: right;
}

#page-top p {
	text-align: center;
	padding: 7px;
	width: 110px;
	margin: 60px auto 100px;
	position: relative;
	display: block;
}

	@media (max-width: 414px) {
		#page-top p {
			margin: 30px auto 70px;
		}
	}

#page-top p span {
	z-index: 1;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-top: solid 1px #1c2022;
	border-right: solid 1px #1c2022;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
	left: 46%;
	position: absolute;
}

/*-- drawer --*/
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	top: 3px !important;
	display: block;
}

	@media (max-width: 500px) {
		.drawer--right .drawer-hamburger,
		.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
			top: 12px !important;
		}
	}


/*-- title --*/
.ttl {
	font-weight: bold;
	letter-spacing: .3em;
	font-size: 18px;
	text-align: center;
}

	@media (max-width: 800px) {
		.ttl {
			font-size: 2.5vw;
		}
	}

	@media (max-width: 414px) {
		.ttl {
			font-size: 14px;
		}
	}

.ttl-en {
	margin-top: 12px;
	font-size: 81px;
	text-align: center;
	font-family: 'Cinzel', serif;
}

	@media (max-width: 800px) {
		.ttl-en {
			font-size: 10.1vw;
		}
	}

	@media (max-width: 414px) {
		.ttl-en {
			font-size: 45px;
			margin-top: 3px !important;
		}
	}

/* title-unsubscribe */
@media (max-width: 414px) {
	.unsubscribe .ttl-en {
		font-size: 36px;
		margin-top: 6px !important;
	}
}
/*-- /title --*/


/*-- all-add-store --*/
#wrapper #all-add-store {
	overflow: hidden;
}

#wrapper #all-add-store a {
	float: right;
	margin-bottom: 50px;
}

	@media screen and (max-width: 800px) {
		#wrapper #all-add-store a {
			margin-bottom: 3.75vw;
		}
	}

	@media screen and (max-width: 414px) {
		#wrapper #all-add-store a {
			margin-bottom: 30px;
		}
	}

#wrapper #all-add-store a:last-of-type {
	margin: 0 20px 50px 0;
}

	@media screen and (max-width: 800px) {
		#wrapper #all-add-store a:last-of-type {
			margin: 0 2.5vw 6vw 0;
		}
	}

#wrapper #all-add-store a ul li {
	background: #fff;
	width: 200px;
	box-shadow: 0 0 0 2px #1c2022 inset;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

	@media screen and (max-width: 800px) {
		#wrapper #all-add-store a ul li {
			width: 25vw;
			font-size: 2.25vw;
		}
	}

	@media screen and (max-width: 414px) {
		#wrapper #all-add-store a ul li {
			width: 130px;
			font-size: 14px;
			height: 50px;
		}
	}
/*-- /all-add-store --*/


/*-- 有料会員特典 --*/
.benefits {
	text-align: center;
	overflow: hidden;
	letter-spacing: 3px;
	font-weight: bold;
}

.benefits h3 {
	font-size: 27px;
	color: #CDB484;
	margin: 90px 0 50px;
}

	@media (max-width: 800px) {
		.benefits h3 {
			font-size: 3.37vw;
			margin: 11.2vw 0 6.3vw;
		}
	}

	@media (max-width: 414px) {
		.benefits h3 {
			font-size: 21px;
		}
	}

.benefits dl {
	box-shadow: 0 0 0 3px #111 inset;
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 30px;
}

	@media (max-width: 800px) {
		.benefits dl {
			margin-bottom: 3.8vw;
		}
	}

.benefits dl dt {
	height: 170px;
	width: 120px;
	border-right: 3px dashed #111;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	color: #CDB484;
}

	@media (max-width: 1150px) {
		.benefits dl dt {
			height: 15vw;
			width: 10.4vw;
			font-size: 3.6vw;
		}
	}

	@media (max-width: 414px) {
		.benefits dl dt {
			height: 120px;
			font-size: 24px;
		}
	}

.benefits dl dd {
	height: 170px;
	float: left;
	padding-left: 2.5vw;
	font-size: 27px;
	display: flex;
	align-items: center;
	line-height: 1.6;
	text-align: left;
}

	@media (max-width: 1150px) {
		.benefits dl dd {
			height: 15vw;
			font-size: 2.35vw;
		}
	}

	@media (max-width: 414px) {
		.benefits dl dd {
			height: 120px;
			padding-left: 15px;
			font-size: 16px;
		}
	}

@media (min-width: 1129px) {
	.benefits dl dd br:last-of-type {
		display: none;
	}
}

#per-month {
	box-shadow: 0 0 0 3px #111 inset;
	padding: 50px 0;
	text-align: center;
	font-size: 21px;
	margin: 30px 0 50px;
	letter-spacing: 3px;
}

	@media (max-width: 800px) {
		#per-month {
			padding: 6.25vw;
			margin: 3.8vw 0 6.2vw;
		}
	}
		
	@media (max-width: 414px) {
		#per-month {
			padding: 30px 0;
			font-size: 18px;
		}
	}

.js-clipboard {
	text-align: center;
	margin-bottom: 30px;
}

.js-clipboard.w125 {
	margin-bottom: 90px;
}

	@media (max-width: 414px) {
		.js-clipboard.w125 {
			margin-bottom: 30px;
		}
	}

.js-clipboard .description {
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 21px;
}

	@media (max-width: 414px) {
		.js-clipboard .description {
			margin-bottom: 15px;
			font-size: 14px;
		}
	}

.js-clipboard .description strong {
	color: #CDB484;
}

.js-clipboard div img {
	max-width: 468px;
	margin-bottom: 10px;
}

.js-clipboard.w125 div img {
	max-width: 125px;
	margin-bottom: 10px;
}

.js-clipboard textarea {
	max-width: 690px;
	width: 100%;
	height: 70px;
	padding: 10px;
	margin: 0;
	line-height: 1.4;
}

	@media (max-width: 414px) {
		.js-clipboard textarea {
			max-width: 315.5px;
			width: auto;
			height: 110px;
		}
	}

.js-clipboard .js-copybtn,
.js-clipboard .js-copybtn2 {
	background: #CDB484;
	width: 210px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	margin: 20px auto 0;
	border-radius: 5px;
	cursor: pointer;
	cursor: hand;
	border: none;
	font-size: 18px;
}

	@media (max-width: 414px) {
		.js-clipboard .js-copybtn,
		.js-clipboard .js-copybtn2 {
			width: 180px;
			line-height: 48px;
			margin: 10px auto 0;
			font-size: 14px;
		}
	}


/*-- header --*/
.header-box {
	background: #fff;
	border-bottom: 1px solid #1c2022;
	overflow: hidden;
	min-height: 64px;
}

	@media (max-width: 500px) {
		.header-box {
			height: 82px;
		}
	}

.header-box h1 {
	margin: 10px 0 10px 20px;
	background-repeat: no-repeat;
	position: absolute;
}

	@media (max-width: 500px) {
		.header-box h1 {
			margin: 13px 0 0 15px;
			width: 120px;
			height: 57px;
		}
		.header-box h1 img{
			width: 100%;
		}
	}

	@media (max-width: 320px) {
		.header-box h1 {
			margin: 13px 0 0 10px;
		}
	}

.header-box h1 svg,
#index h1 svg {
	width: 155px;
	height: 73px;
	enable-background:new 0 0 126.8 55.7;
}

	@media (max-width: 500px) {
		.header-box h1 svg,
		#index h1 svg {
			width: 125px;
			height: 60px;
		}
	}

	@media (max-width: 374px) {
		.header-box h1 svg {
			width: 70px;
			height: 33px;
		}
	}

.st0 {
	fill: #EEEEEE;
}

.st1 {
	fill: #CDB484;
}

.st2 {
	fill: #1B1A1A;
}

.st3 {
	fill: #FFFFFF;
}

.header-box #head-btn a {
	font-size: 14px;
	background: #1c2022;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	width: auto;
	float: right;
	margin: 31px 115px 0 0;
	display: block;
}

	@media (max-width: 500px) {
		.header-box #head-btn a {
			font-size: 12px;
			padding: 10px;
			margin: 26px 93px 0 0;
		}
	}

	@media (max-width: 414px) {
		.header-box #head-btn a {
			margin: 26px 83px 0 0;
		}
	}

	@media (max-width: 320px) {
		.header-box #head-btn a {
			margin: 26px 80px 0 0;
		}
	}

.header-box #head-btn a#pay {
    background: #cea90b;
}
/*-- /header --*/


#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 180px;
}

	@media (max-width: 1200px) {
		#wrapper {
			width: 90%;
		}
	}

	@media (max-width: 414px) {
		#wrapper {
			margin: 40px auto 0;
		}
	}


/*-- index --*/
#index {
	background: #fff;
}

#index .index {
	width: 358px;
	margin: 150px auto 0;
	text-align: center;
}

	@media (max-width: 414px) {
		#index .index {
			margin: 40px auto 0;
		}
	}

#index .index p {
	margin-bottom: 15px;
}

#index .index h1 {
	/* width: 155px; */
	/* height: 78px; */
	/* background-image: url("../../images/logo/logo_side.svg"); */
	background-repeat: no-repeat;
	margin: 0 auto;
}

#index .index .box {
	margin: 56px 0 55px;
}

	@media (max-width: 414px) {
		#index .index .box {
			margin: 46px 0 45px;
		}
	}

#index .index .box input {
	width: 326px;
	border: 1px solid #757575;
	color: #868686;
	padding: 15px 20px;
	font-size: 16px;
	box-sizing: border-box;
}

#index .index .box input {
	margin-bottom: 10px;
}

#index .index .box input:last-of-type {
	width: 358px;
	background: #cdb485;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	cursor: pointer;
	margin: 10px 0 0;
	-webkit-appearance: none;
	border: none;
}

input.no {
	pointer-events: none;
	background: #d9d9d9 !important;
	color: #d9d9d9 !important;
}

#index .index .box p {
	color: #f00;
	font-size: 16px;
}

#index .index .box .forget {
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 20px;
	line-height: 1.6;
}

#index .index .box .forget a{
	color: #000;
}

#index .index address {
	font-size: 14px;
	color: #989898;
}

.g-recaptcha div {
	width: 360px !important;
}
/*-- /index --*/


/*-- mypage --*/
.mypage .guest-name {
	text-align: center;
	margin-top: 60px;
	font-size: 24px;
	font-weight: bold;
}

	@media screen and (max-width: 500px) {
		.mypage .guest-name {
			font-size: 4.8vw;
		}
	}

.mypage .wait-txt {
	text-align: center;
	line-height: 1.8;
	color: #CDB484;
	font-size: 21px;
	border: double 6px #CDB484;
	padding: 20px 0px 20px 15px;
	max-width: 640px;
	width: auto;
	margin: 60px auto 0;
}

	@media screen and (max-width: 414px) {
		.mypage .wait-txt {
			line-height: 1.6;
			font-size: 16px;
			margin: 30px auto 0;
			padding: 15px 3px 15px 15px;
			width: 90%;
		}
	}

.mypage ul li a {
	display: block;
}

.mypage ul:first-of-type li {
	font-size: 24px;
	background: #CDB484;
	text-align: center;
	color: #fff;
	margin: 90px auto 45px;
	width: 435px;
	line-height: 100px;
	font-weight: bold;
}

	@media screen and (max-width: 500px) {
		.mypage ul:first-of-type li {
			font-size: 6vw;
			margin: 18vw 0 9vw;
			width: auto;
			line-height: 22vw;
		}
	}

.mypage ul:last-of-type {
	width: 810px;
	margin: 0 auto 120px;
	overflow: hidden;
}

	@media screen and (max-width: 900px) {
		.mypage ul:last-of-type {
			width: 375px;
		}
	}

	@media screen and (max-width: 500px) {
		.mypage ul:last-of-type {
			width: 75vw;
			margin: 0 auto 60px;
		}
	}

.mypage ul:last-of-type li {
	width: 375px;
	font-size: 21px;
	background: #000;
	text-align: center;
	color: #fff;
	float: left;
	margin: 15px;
	line-height: 81px;
}

	@media screen and (max-width: 900px) {
		.mypage ul:last-of-type li {
			float: none;
			margin: 15px 0;
		}
	}

	@media screen and (max-width: 500px) {
		.mypage ul:last-of-type li {
			width: auto;
			font-size: 4.2vw;
			line-height: 16.2vw;
		}
	}

.mypage ul:last-of-type li input {
	background: #fff;
	border: none;
	color: #CDB484;
	font-size: 21px;
	line-height: 81px;
	width: 375px;
	box-shadow: 0 0 0 3px #CDB484 inset;
	cursor:pointer
}

.mypage .txt {
	border: 1px solid #000;
	padding: 30px;
	line-height: 1.6;
	margin-top: 60px;
}

	@media screen and (max-width: 500px) {
		.mypage .txt {
			padding: 6vw;
			margin-top: 7vw;
			margin-bottom: 6vw;
		}
	}

.mypage .txt p:first-of-type {
	margin-bottom: 15px;
}

.mypage .txt p:nth-of-type(2) {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
	.mypage .txt p:nth-of-type(2) {
		font-size: 4.2vw;
	}
}

.mypage .txt a {
	text-decoration: underline;
}
/*-- /mypage --*/


/*-- history --*/
.history section {
	overflow: hidden;
}

.history section {
	margin-top: 30px;
}

.history section:first-of-type {
	margin-top: 60px;
}

	@media screen and (max-width: 414px) {
		
		.history section {
			line-height: 1.6;
		}
		
		.history section:first-of-type {
			margin-top: 40px;
		}
		
	}

.history div {
	margin-top: 20px;
}

	@media screen and (max-width: 414px) {
		.history div {
			margin-top: 15px;
			overflow: hidden;
		}
	}

.history dl {
	width: calc(100%/8);
	float: left;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

	@media screen and (max-width: 1100px) {
		.history dl {
			width: calc(100%/4);
			margin-bottom: 0;
		}
		.history dl:nth-last-child(-n+4) {
			margin-bottom: 20px;
		}
	}

	@media screen and (max-width: 650px) {
		.history dl {
			width: calc(100%/3);
			font-size: 14px;
		}
		.history dl:nth-of-type(5),
		.history dl:nth-of-type(6) {
			margin-bottom: 0;
		}
	}

	@media screen and (max-width: 320px) {
		.history dl {
			font-size: 12px;
		}
	}

.history dl:first-of-type dd {
	border-left: 1px solid #CDB484;
	color: #CDB484;
}

	@media screen and (max-width: 1100px) {
		.history dl:nth-of-type(5) dd {
			border-left: 1px solid #CDB484;
		}
	}

	@media screen and (max-width: 650px) {
		.history dl:nth-of-type(5) dd {
			border-left: none;
		}
		.history dl:nth-of-type(4) dd,
		.history dl:nth-of-type(7) dd {
			border-left: 1px solid #CDB484;
		}
	}

.history dl dt,
.history dl dd {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #CDB484;
	border-bottom: 1px solid #CDB484;
	text-align: center;
}

.history dl dt {
	background: #CDB484;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.history ul {
	width: 278px;
	margin: 0 auto;
}

.history ul li {
	float: left;
	background: #1c2022;
	opacity: 0.2;
	padding: 20px 40px;
	color: #fff;
	margin: 10px 10px 60px;
}

.history ul a li {
	opacity: 1;
}

.history input {
	background: #fff;
	border: none;
	color: #CDB484;
	line-height: 60px;
	box-shadow: 0 0 0 3px #CDB484 inset;
	cursor: pointer;
	float: right;
	padding: 0 30px;
	margin-bottom: 30px;
	-webkit-appearance: none;
}

	@media screen and (max-width: 650px) {
		.history input {
			margin-top: 30px;
		}
	}

	@media screen and (max-width: 460px) {
		.history input {
			margin-top: 0;
		}
	}

.history .txt {
	text-align: center;
	line-height: 2.4;
	margin-top: 60px;
	font-weight: bold;
}

.history .txt span {
	color: #CDB484;
}

	@media screen and (max-width: 414px) {
		.history .txt span {
			font-size: 16px;
		}
	}

.history.direct-refund a {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.history.direct-refund a ul {
	width: auto;
}

.history.direct-refund a ul li {
	float: none;
	background: #1c2022;
	opacity: 1;
	margin: 40px 0 60px;
	text-align: center;
}

/*-- /history --*/

/* instruction */	
#instruction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
#instruction .hidden_box {
	/*margin: 2em 0;*/
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
	overflow: unset;
}

#instruction .hidden_box label {
    padding: 15px;
    font-weight: bold;
    background: #000;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
	
#instruction .hidden_box label:before {
	display: inline-block;
	content: '\f078';
	font-family: 'FontAwesome';
	padding-right: 5px;
	transition: 0.2s;
}

#instruction .hidden_box label:hover {background: silver;}

#instruction .hidden_box input:checked + label:before {
	 content: '\f00d';
	 -ms-transform: rotate(360deg);
	 -webkit-transform: rotate(360deg);
	 transform: rotate(360deg);
	 color: #fff;
}

#instruction .hidden_box input {display: none;}

#instruction .hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}

#instruction .hidden_box input:checked + label + .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

#instruction .hidden_box .instruction-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
#instruction .hidden_box .instruction-txt dl {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
	margin: 0;
}	
	
	@media screen and (max-width: 1100px){
		#instruction .hidden_box .instruction-txt dl {
			width: 100%;
		}	
	}	
	
#instruction .hidden_box .instruction-txt dl dt,
#instruction .hidden_box .instruction-txt dl dd {
    height: auto;
    display: flex;
    justify-content: inherit;
    align-items: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	color: #000;
}	
	
#instruction .hidden_box .instruction-txt dl dt {
    width: 20%;	
	background: #000;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
	justify-content: center;
}
	
	@media screen and (max-width: 500px){
		#instruction .hidden_box .instruction-txt dl dt {
			width: 25%;
		}	
	}	
	
	@media screen and (max-width: 414px){
		#instruction .hidden_box .instruction-txt dl dt {
			width: 30%;
		}	
	}	
	
#instruction .hidden_box .instruction-txt dl dd {
    width: 79%;	
    text-align: left!important;
	border-left: 1px solid #000;
    color: #000;
}
	
#instruction .hidden_box .instruction-txt dl dd:first-of-type {
    border-top: 1px solid #000;
}
		
	@media screen and (max-width: 500px){
		#instruction .hidden_box .instruction-txt dl dd {
			width: 74%;	
		}	
	}	
	
	@media screen and (max-width: 414px){
		#instruction .hidden_box .instruction-txt dl dd {
			width: 69%;	
		}	
	}		
/* /instruction */

/*-- policy --*/
.policy .js-copytext {
	border: 1px solid #000;
	padding: 30px;
	line-height: 1.6;
	margin-top: 60px;
}

	@media (max-width: 414px) {
		.policy .js-copytext {
			padding: 15px;
			margin-top: 30px;
		}
	}

.policy .js-copytext strong {
	font-weight: bold;
}

.policy .js-copybtn {
	background: #fff;
	border: 2px solid #000000;
	padding: 25px 60px;
	font-size: 21px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	margin: 30px auto 60px;
}

	@media (max-width: 414px) {
		.policy .js-copybtn {
			padding: 15px 30px;
			font-size: 18px;
		}
	}
/*-- /policy --*/


/*-- form --*/
#wrapper .check {
	text-align: center;
	font-weight: bold;
	margin: 60px 0 90px;
}

	@media (max-width: 800px) {
		#wrapper .check {
			margin: 7.5vw 0 11.2vw;
			font-size: 2.25vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper .check {
			font-size: 14px;
		}
	}

@media (max-width: 414px) {
	#wrapper .check-stores {
		line-height: 1.6;
	}
}

#wrapper .caution {
	text-align: center;
	color: #f00;
	line-height: 1.5em;
}

#wrapper #note {
	border: 2px dotted #000000;
	padding: 20px 30px 30px;
	line-height: 2.4;
}

	@media (max-width: 800px) {
		#wrapper #note {
			padding: 2.5vw 3.75vw 3.75vw;
			line-height: 1.8;
		}
	}

	@media (max-width: 414px) {
		#wrapper #note {
			padding: 10px;
			line-height: 1.6;
		}
	}

#wrapper #note strong {
	font-weight: bold;
	text-align: center;
	font-size: 27px;
	color: #CDB484;
}

	@media (max-width: 800px) {
		#wrapper #note strong {
			font-size: 3.375vw;
			margin-bottom: 12px;
		}
	}

	@media (max-width: 414px) {
		#wrapper #note strong {
			font-size: 18px;
			margin-bottom: 3px;
		}
	}

#wrapper #note strong {
  display: flex;
  align-items: center;
}

#wrapper #note strong::before,
#wrapper #note strong::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

#wrapper #note strong::before {
  margin-right: 1rem;
}

	@media (max-width: 414px) {
		#wrapper #note strong::before {
  			margin-right: 0.5rem;
		}
	}

#wrapper #note strong::after {
  margin-left: 1rem;
}

	@media (max-width: 414px) {
		#wrapper #note strong::after {
  			margin-left: 0.5rem;
		}
	}

@media (max-width: 800px) {
	#wrapper #note p {
		font-size: 2.25vw;
		margin-bottom: 12px;
	}
}

@media (max-width: 414px) {
	#wrapper #note p {
		font-size: 14px;
		margin-bottom: 6px;
	}
}

#wrapper #note p:last-of-type {
	margin-bottom: 0;
}

#wrapper #note p a {
	text-decoration: underline;
}

#wrapper .required {
	color: #f00;
	margin-bottom: 60px;
}

	@media (max-width: 800px) {
		#wrapper .required {
			margin-bottom: 7.5vw;
		}
	}

#wrapper .required p {
	margin-bottom: 20px;
	line-height: 1.6;
	color: #CDB484;
}

	@media (max-width: 800px) {
		#wrapper .required p {
			margin-bottom: 2.5vw;
		}
	}

.planup .required {
	color: #1c2022 !important;
}

.planup .required a {
	text-decoration: underline;
}

#wrapper form div dl:first-of-type {
	border-top: 1px solid #000000;
}

#wrapper form div {
	margin-bottom: 60px;
	margin-top: 40px;
}

	@media (max-width: 800px) {
		#wrapper form div {
			margin-bottom: 7.5vw;
			margin-top: 10vw;
		}
	}

#wrapper form div dl {
	border-bottom: 1px solid #000000;
}

#wrapper form dl dt {
	height: 120px;
	width: 30%;
	border-right: 1px dashed #000000;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}

	@media (max-width: 800px) {
		#wrapper form dl dt {
			height: 15vw;
			font-size: 2.25vw;
			line-height: 1.4;
			text-align: center;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dt {
			/* height: 63px; */
			/* width: 35%; */
			font-size: 2.47vw;
		}
	}

#wrapper form dl dd {
	height: 120px;
	display: flex;
	align-items: center;
	padding-left: 5.7vw;
	line-height: 1.4em;
}

	@media (max-width: 800px) {
		#wrapper form dl dd {
			height: 15vw;
		}
		
		#wrapper  form dl dd.radio {
			flex-direction: column;
			justify-content: center;
			align-items: start;
		}
	}

	@media (max-width: 375px) {
		#wrapper form dl dd {
			height: 63px;
		}
	}

@media (max-width: 800px) {
	#wrapper form dl dd.file {
		font-size: 2.25vw;
	}
}

@media (max-width: 414px) {
	#wrapper form dl dd.file {
		font-size: 13px;
	}
}

#wrapper form dl dd .file {
	margin-bottom: 0;
}

#wrapper form dl dd .file .btn {
	background: #CDB484;
	color: #fff;
	cursor: pointer;
	padding: 15px 30px;
	margin-bottom: 0;
	width: 140px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd .file .btn {
			padding: 1.9vw 3.7vw;
			font-size: 2.25vw;
			width: 19vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd .file .btn {
			font-size: 12px;
			width: 100px;
		}
	}

#wrapper form dl dd .file .btn:hover {
	background: #444;
}

#wrapper form dl dd .file input.filename {
	padding: 7px 0 0;
}

	@media (max-width: 800px) {
		#wrapper form dl dd .file input.filename {
			font-size: 2vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd .file input.filename {
			font-size: 12px;
			padding: 0;
		}
	}

#wrapper form dl dd .file p {
	font-size: 14px;
	margin-top: 5px;
	height: 17px;
	color: #767676;
}

	@media (max-width: 800px) {
		#wrapper form dl dd .file p {
			font-size: 2vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd .file p {
			font-size: 9px;
			margin-top: 0;
			height: 10px;
			letter-spacing: 0.9px;
		}
	}

#wrapper form dl dd .file .btn2 {
	background: #CDB484;
	color: #fff;
	cursor: pointer;
	padding: 15px 30px;
	margin-bottom: 0;
	width: 140px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd .file .btn2 {
			padding: 1.9vw 3.7vw;
			font-size: 2.25vw;
			width: 19vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd .file .btn2 {
			font-size: 12px;
			width: 100px;
		}
	}

#wrapper form dl dd .file .btn2:hover {
	background: #444;
}

#wrapper form dl dd .file input {
	border: none;
}

#wrapper form dl dd .file input.filename2 {
	padding: 7px 0 0;
}

	@media (max-width: 800px) {
		#wrapper form dl dd .file input.filename2 {
			font-size: 2vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd .file input.filename2 {
			font-size: 12px;
			padding: 0;
		}
	}

#wrapper form dl dd .file span {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5px;
}

#wrapper form dl dd input {
	max-width: 340px;
	width: 100%;
	padding: 15px 20px;
}

#wrapper form dl dd input.check-plan {
	width: unset;
	margin-left: 20px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd input {
			width: 85%;
			padding: 1.88vw 2.5vw;
		}
	}

@media (max-width: 414px) {
	#wrapper form dl dd input.small {
		width: 75%;
		padding: 2.7vw 2.5vw;
		font-size: 11px;
	}
}

#wrapper form dl dd.txt {
	display: grid;
	font-size: 14px;
	color: #767676;
}

#wrapper form dl dd.txt span {
	font-size: 14px;
	color: #767676;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt {
			font-size: 1.75vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt {
			font-size: 9px;
		}
	}

#wrapper form dl dd.txt span.red {
	font-size: 14px;
	color: #CDB484;
    padding-top: 15px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt span.red {
		    padding-top: 0;
			font-size: 1.75vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt span.red {
			font-size: 9px;
		}
	}

#wrapper form dl dd.txt-no {
	font-size: 18px;
	color: #1c2022;
}

#wrapper form dl dd.txt input {
    margin-bottom: -35px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt input {
    		margin-bottom: -10px;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt input {
    		width: 85%;
		}
	}

/* txt0 */
#wrapper form dl dd.txt0 {
	display: grid;
	font-size: 14px;
	color: #000;
	position: relative;
}

#wrapper form dl dd.txt0 span {
	font-size: 14px;
	color: #000;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt0 {
			font-size: 1.75vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt0 {
			font-size: 9px;
		}
	}

#wrapper form dl dd.txt0 span.red {
	font-size: 14px;
	color: #CDB484;
    padding-top: 15px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt0 span.red {
		    padding-top: 0;
			font-size: 1.75vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt0 span.red {
			font-size: 9px;
		}
	}

#wrapper form dl .r-note {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 160px;
    border: 2px solid #000000;
    border-radius: 8px;
    line-height: 1.5;
    padding: 5px;
    background: #fff;
    z-index: 2;
    font-size: 12px;
    word-break: break-all;
	box-sizing: border-box;
}

	@media (max-width: 800px) {
		#wrapper form dl .r-note {
			bottom: 21px;
			right: 22px;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl .r-note {
			bottom: 26px;
			right: 19px;
			width: 290px;
			text-align: center;
		}
	}


#wrapper form .terms {
	text-align: center;
	margin-bottom: 20px;
}

.r-note p {
    padding: 5px 0;
}

.r-note p span {
	color: #fff!important;
}

	@media (max-width: 414px) {
		.r-note .gray {
			background: #949494;
		}
	}

	@media (max-width: 414px) {
		.r-note .red {
			background: #CDB484;
		}
	}

	@media (max-width: 414px) {
		.r-note p.mark {
			color: #fff;
			padding: 5px;
			border-radius: 4px;
		}
	}

.r-note p span {
    background: #949494;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
}

.r-note p:last-child {
}

.r-note p:last-child span {
	background: #CDB484;

}

.rn-balloon {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* /txt0 */

/* txt2 */
#wrapper form dl dd.txt2 {
	height: 120px;
	display: grid;
	align-items: center;
	padding-left: 5.7vw;
	font-size: 14px;
	color: #767676;
}

#wrapper form dl dd.txt2 span {
	font-size: 14px;
	color: #767676;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt2 {
			height: auto;
			font-size: 1.75vw;
			margin: 2.5vw auto;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt2 {
			height: 110px;
			font-size: 9px;
		}
	}

#wrapper form dl dd.txt2 span.red {
    font-size: 14px;
    color: #CDB484;
    width: 100%;
}

	@media (max-width: 800px) {
		#wrapper form dl dd.txt2 span.red {
		    padding-top: 1.25vw;
			font-size: 1.75vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt2 span.red {
			font-size: 9px;
		}
	}

#wrapper form dl dd.txt2 input {
    margin-bottom: 0;
}

	@media (max-width: 414px) {
		#wrapper form dl dd.txt2 input {
    		width: 85%;
		}
	}
/* /txt2 */

#wrapper form dl dd select {
	max-width: 383px;
	width: 100%;
	padding: 15px 20px;
}

	@media (max-width: 800px) {
		#wrapper form dl dd select {
			padding: 1.88vw 2.5vw;
		}
	}

#wrapper form .wait {
	text-align: center;
	margin-bottom: 60px;
}

	@media (max-width: 800px) {
		#wrapper form .wait {
			margin-bottom: 7.5vw;
			line-height: 1.6;
		}
	}

#wrapper .privacy-policy {
	border: 1px solid #000000;
	padding: 30px;
	line-height: 2;
	font-size: 15px;
	width: 1138px;
	height: 300px;
	overflow-y: scroll;
}

	@media (max-width: 1200px) {
		#wrapper .privacy-policy {
			width: 84.7vw;
		}
	}

	@media (max-width: 800px) {
		#wrapper .privacy-policy {
			padding: 3.7vw;
			width: 82.2vw;
			height: 37.5vw;
		}
	}

	@media (max-width: 414px) {
		#wrapper .privacy-policy {
			font-size: 14px;
		}
	}

/*バーの太さ*/
#wrapper .privacy-policy::-webkit-scrollbar {
	height: 10px;
}

/*バーの背景色*/
#wrapper .privacy-policy::-webkit-scrollbar-track {
	background: #eee;
}

/*バーの色*/
#wrapper .privacy-policy::-webkit-scrollbar-thumb {
	background: #bbb;
}

/*バーの太さ*/
#wrapper .privacy-policy::-webkit-scrollbar {
	width: 10px;
}

#wrapper .privacy-policy span {
	font-weight: bold;
}

.unsubscribe form.box {
	margin-top: 60px;
	padding: 60px 55px;
	line-height: 2;
}
	
	@media (max-width: 800px) {
		.unsubscribe form.box {
			margin-top: 7.5vw;
			padding: 7.5vw;
		}
	}

	@media (max-width: 414px) {
		.unsubscribe form.box {
			padding: 20px 10px;
		}
	}

.unsubscribe form.box div {
	text-align: left;
}

.unsubscribe .required {
	color: #f00;
	margin: 60px 55px;
	line-height: 2;
}

	@media (max-width: 414px) {
		.unsubscribe .required {
			margin: 30px 10px;
		}
	}

.unsubscribe .required p {
	line-height: 2 !important;
}

#wrapper .consent {
	text-align: center;
	font-size: 15px;
	margin: 30px 0 90px;
}

	@media (max-width: 800px) {
		#wrapper .consent {
			margin: 3.8vw 0 11.2vw;
		}
	}

	@media (min-width: 415px) {
		#wrapper .consent br {
			display: none;
		}
	}

	@media (max-width: 414px) {
		#wrapper .consent {
			font-size: 14px;
			line-height: 1.6;
		}
	}

#wrapper .box {
	text-align: center;
}

#wrapper .submit {
	border: 2px solid #000000;
	padding: 37.5px 0;
	font-size: 25px;
	cursor: pointer;
	cursor: hand;
	background: #111;
	color: #fff;
	width: 353px;
}

	@media (max-width: 414px) {
		#wrapper .submit {
			padding: 40px 0;
			font-size: 21px;
			width: 90%;
		}
	}

#wrapper .submit:hover {
	background: #CDB484;
	border: 2px solid #CDB484;
}
/*-- /form --*/


/*-- stores --*/
#wrapper form.stores div dl {
	border-bottom: 1px solid #000000;
	overflow: hidden;
}

	@media (max-width: 800px) {
		#wrapper form.stores div dl {
			border-bottom: 3px solid #000000;
		}
		#wrapper form.stores div dl:last-of-type {
			border-bottom: 2px solid #000000;
		}
	}

@media (max-width: 414px) {
	#wrapper form.stores dl dt {
		font-size: 14px;
	}
}

#wrapper form.stores div dl:nth-of-type(2n) {
	background: #eee;
}

#wrapper form.stores div dl:hover {
	background: #c4c4c4;
}

#wrapper form.stores div dl dd {
    float: right;
	padding-right: 1.5vw;
}

#wrapper form.stores div dl dd p {
	padding: 15px 20px;
	color: #fff;
	border-radius: 5px;
	background: #1c2022;
}

	@media (max-width: 414px) {
		#wrapper form.stores div dl dd p {
			padding: 10px 15px;
		}
	}

#wrapper form.stores div dl dd.left {
	float: left;
	padding-left: 3vw;
}

	@media (max-width: 950px) {
		#wrapper form.stores div dl dd.left {
			border-top: 1px dashed #000000;
			width: 100%;
		}
	}

#wrapper form.stores div dl dd p.free {
	margin-right: 20px;
}

	@media (max-width: 414px) {
		#wrapper form.stores div dl dd p.free {
			margin-right: 10px;
		}
	}

#wrapper form.stores div dl dd p.pay {
	background: #CDB484;
	margin-right: 10px;
}

	@media (max-width: 414px) {
		#wrapper form.stores div dl dd p.pay {
			margin-right: 10px;
		}
	}

#wrapper form.stores div dl dd.left p.day {
	background: none;
	color: #1c2022;
	padding: 0px 10px 0px 0px;
	font-size: 14px;
}

#wrapper form.stores div dl dd.left p.processing {
    background: none;
    color: #1c2022;
    padding: 15px 20px;
}

	@media (max-width: 414px) {
		#wrapper form.stores div dl dd.left p.processing {
			padding: 10px 15px;
		}
	}

#wrapper form.stores div dl dd.left p.up {
	background: #CDB484;
}

#wrapper form.stores div dl a:hover  {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#wrapper #add-store {
	width: 300px;
	margin: 0 auto;
	display: block;
}

#wrapper #add-store ul li {
	background: #fff;
	width: 300px;
	font-size: 21px;
	margin-top: 20px;
	border: 2px solid #1c2022;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}
/*-- /stores --*/


/*-- planup --*/
@media (max-width: 320px) {
	#wrapper {
		width: 100%;
	}
}

.planup .txt {
	text-align: center;
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}

	@media screen and (max-width: 414px) {
		.planup .txt {
			font-size: 5.6vw;
		}
	}

.planup .txt span {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	display: block;
	margin-top: 10px;
}

	@media screen and (max-width: 414px) {
		.planup .txt span {
			font-size: 3.5vw;
		}
	}

.planup .required {
	margin: 5% 8% 5% 8%;
}

	@media screen and (max-width: 414px) {
		.planup .required {
			margin: 5% 0;
		}
	}

.planup h4 {
	background: #111;
	color: #fff;
	padding: 10px 20px;
	margin: 20px 0;
	font-size: 21px;
}

	@media screen and (max-width: 800px) {
		.planup h4 {
			width: auto;
			font-size: 18px;
		}
	}

	@media screen and (max-width: 414px) {
		.planup h4 {
			font-size: 15px;
		}
	}

.planup section:last-of-type h3 {
	margin: 60px auto 30px;
}

	@media screen and (max-width: 414px) {
		.planup section:last-of-type h3 {
			margin: 30px auto;
		}
	}

.planup form {
	border-top: none !important;
}

.planup form button {
	background-image: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #000000 inset;
}

.planup form button:hover {
	box-shadow: 0 0 0 1px #CDB484 inset;
}

.planup form button span {
	background: #111;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

	@media screen and (max-width: 414px) {
		.planup form button span {
			font-size: 21px;
		}
	}

.planup form button span:hover {
	background: #CDB484;
}

/* クレジット決済 */
.planup #credit form ul li button {
	width: 355px;
}

	@media screen and (max-width: 414px) {
		.planup #credit form ul li button {
			width: 90%;
		}
	}

.planup #credit .box form ul li button span {
	padding: 40px 0;
}

/* 口座振込 */
.planup #account form:last-of-type ul {
	margin: 0 auto;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
}

.planup #account form:last-of-type ul li input[type="radio"] {
	display: none; 
}

.planup #account form:last-of-type ul li input[type="radio"]:checked + label {
	background: #CDB484;
}

.planup #account form:last-of-type ul li label {
	width: 355px;
	height: 110px;
	font-size: 24px;
	background: #111;
	text-align: center;
	color: #fff;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	cursor: pointer;
}

	@media screen and (max-width: 900px) {
		.planup #account form:last-of-type ul li label {
			width: 100%;
			margin: 0;
		}
	}

	@media screen and (max-width: 414px) {
		.planup #account form:last-of-type ul li label {
			font-size: 21px;
		}
	}

.planup #account form:last-of-type ul li label:hover {
	background: #CDB484;
}

.planup #account form:last-of-type p {
	text-align: center;
}
/*-- /planup --*/


#footer {
	max-width: 1200px;
	width: 100%;
	margin: 240px auto 60px;
}

	@media (max-width: 1200px) {
		#footer {
			width: 90%;
		}
	}

	@media (max-width: 800px) {
		#footer {
			margin: 30vw auto 14.5vw;
		}
	}

	@media (max-width: 414px) {
		#footer {
			margin: 20vw auto 21.5vw;
		}
	}


/*-- sms --*/
.sms {
	width: 55% !important;
}

	@media screen and (max-width: 1600px) {
		.sms {
			width: 65% !important;
		}
	}

	@media screen and (max-width: 800px) {
		.sms {
			width: 92% !important;
			margin-bottom: 60px !important;
		}
	}

.sms p {
	line-height: 2;
}

.sms p strong {
	background: #111;
	display: block;
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
}

.sms p .bold {
	font-weight: bold;
}

.sms p .back {
	display: block;
	background: #eee;
	padding: 30px;
}

	@media screen and (max-width: 414px) {
		.sms p .back {
			padding: 10px;
		}
	}

.sms p .back a {
	text-decoration: underline;
}

.sms form {
	border-top: none !important;
	background: #eee;
	margin: 30px 0 40px;
}

	@media screen and (max-width: 414px) {
		.sms form {
			margin: 20px 0 30px;
		}
	}

.sms form p {
	background: #111;
	display: block;
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
}

.sms form ul {
	margin: 30px 0 30px 30px;
	display: inline-block;
}

	@media screen and (max-width: 414px) {
		.sms form ul {
			margin: 25px 0 25px 25px;
		}
	}

.sms form ul li .stripe-button-el {
	visibility: visible;
	background: #111;
	box-shadow: none;
	padding: 0;
}

	@media screen and (max-width: 414px) {
		.sms form ul li .stripe-button-el {
			width: 270px;
		}
	}

.sms form ul li .stripe-button-el span {
	display: block;
	padding: 36px;
	background: #111;
	font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 24px;
	font-weight: normal;
	box-shadow: none;
	height: auto;
}


	@media screen and (max-width: 414px) {
		.sms form ul li .stripe-button-el span {
			padding: 15px;
			font-size: 18px;
		}
	}
/*-- /sms --*/
	
/* plan */
#plan {
	max-width: 1200px;
	margin: 150px auto 200px;
	position: relative;
}

	@media (max-width: 1200px) {
		#plan {margin: 12.5vw auto 16.6667vw;}
	}

	@media (max-width: 800px) {
		#plan {margin: 0 auto;}
	}

	@media (max-width: 414px) {
		#plan {margin-bottom: 60px;}
	}

#plan div {text-align: center;}

#plan .plan-box {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
#plan .plan-box .box-free,
#plan .plan-box .box-paid {
    display: inline-block;
    border: 3px solid #1c2022;
    width: 48%;
    padding-bottom: 30px;
	box-sizing: border-box;
	margin: 0 10px;
}
			
	@media (max-width: 1200px) {
		#plan .plan-box .box-free,
		#plan .plan-box .box-paid {
			padding-bottom: 2.5vw;
			box-sizing: border-box;
			margin: 0 0.8333vw;
		}
	}

	@media (max-width: 800px) {
		#plan .plan-box .box-free,
		#plan .plan-box .box-paid {
			margin-top: 7.5vw;
			width: 95%;
		}
	}

	@media (max-width: 800px) {
		#plan .plan-box .box-paid {order: 1;}
	}

	@media (max-width: 800px) {
		#plan .plan-box .box-free {order: 2;}
	}
	
#plan .plan-box .box-free h3 {background: #949494;}
#plan .plan-box .box-paid h3 {background: #CDB484;}
		
#plan .plan-box .box-free h3,
#plan .plan-box .box-paid h3 {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	padding: 30px 0;
}
	
	@media (max-width: 1200px) {
		#plan .plan-box .box-free h3,
		#plan .plan-box .box-paid h3 {
			font-size: 3vw;
			padding: 2.5vw 0;
		}
	}
	
	@media (max-width: 800px){
		#plan .plan-box .box-free h3,
		#plan .plan-box .box-paid h3 {
			font-size: 25px;
			padding: 20px 0;
		}
	}	
	
	@media (max-width: 414px){
		#plan .plan-box .box-free h3,
		#plan .plan-box .box-paid h3 {
			margin-bottom: 15px;
		}
	}	
	
#plan .plan-box .box-free p,
#plan .plan-box .box-paid p {
    line-height: 30px;
    padding: 38px 0;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    box-shadow: 0 0 0 3px #1c2022 inset;
    overflow: hidden;
    background: #f5f5f5;
    width: 94%;
    margin: 25px auto;
    height: 110px;
    box-sizing: border-box;
}

	@media (max-width: 1200px){
		#plan .plan-box .box-free p,
		#plan .plan-box .box-paid p {
			line-height: 2.5vw;
			font-size: 2.25vw;
			margin: 2.0833vw auto;
			padding: 3.1667vw 0;
			height: 8.75vw;
		}	
	}	
	
	@media (max-width: 800px){
		#plan .plan-box .box-free p,
		#plan .plan-box .box-paid p {
			line-height: 20px;
			font-size: 22px;
			margin: 20px auto;
			padding: 25px 0;
			height: auto;
		}
	}	
		
	@media (max-width: 414px){
		#plan .plan-box .box-free p,
		#plan .plan-box .box-paid p {
			margin: 15px auto;
			font-size: 18px;
		}	
	}	

/* free only */
#plan .plan-box .box-free p:last-of-type {
    padding: 38px 0;
    margin-bottom: 0;
	font-size: 24px;
}

	@media (max-width: 1200px){
		#plan .plan-box .box-free p:last-of-type {
			padding: 3.1667vw 0;
			font-size: 2vw;
		}	
	}	

	@media (max-width: 800px){
		#plan .plan-box .box-free p:last-of-type {
			font-size: 22px;
		}
	}

	@media (max-width: 414px){
		#plan .plan-box .box-free p:last-of-type {
			font-size: 16px;
		}
	}	
	
#plan .plan-box .box-free p:nth-of-type(2) {
    font-size: 27px;
    padding: 55px 0;
	height: 140px;
}

	@media (max-width: 1200px){
		#plan .plan-box .box-free p:nth-of-type(2) {
			font-size: 2.25vw;
			padding: 4.5833vw 0;
			height: 11.6667vw;
		}	
	}

	@media (max-width: 800px){
		#plan .plan-box .box-free p:nth-of-type(2) {
			font-size: 22px;
			padding: 15px 0;
			height: auto;
		}
	}

	@media (max-width: 414px){
		#plan .plan-box .box-free p:nth-of-type(2) {
			font-size: 18px;
			padding: 20px 0;
		}
	}	
	
#plan .plan-box .box-free p:last-of-type {
    padding: 38px 0;
    margin-bottom: 0;
}

	@media (max-width: 1200px){
		#plan .plan-box .box-free p:last-of-type {padding: 3.1667vw 0;}	
	}	
/* /free only */

/* paid only */
#plan .plan-box .box-paid p:last-of-type {
    padding: 38px 0;
    margin-bottom: 0;
	color: #CDB484;
}	

	@media (max-width: 1200px){
		#plan .plan-box .box-paid p:last-of-type {padding: 3.1667vw 0;}	
	}

#plan .plan-box .box-paid p:nth-of-type(2) {
    font-size: 22px;
    padding: 25px 0;
    height: 140px;
}

	@media (max-width: 1200px){
		#plan .plan-box .box-paid p:nth-of-type(2) {
			font-size: 1.8333vw;
			padding: 2.0833vw 0;
			height: 11.6667vw;
		}	
	}

	@media (max-width: 800px){
		#plan .plan-box .box-paid p:nth-of-type(2) {
			font-size: 22px;
			padding: 15px 0;
			line-height: 38px;
			height:auto;
		}
	}

	@media (max-width: 414px){
		#plan .plan-box .box-paid p:nth-of-type(2) {
			padding: 20px 0;
			line-height: 22px;
			font-size: 18px;
		}
	}	

#plan .plan-box .box-paid p:nth-of-type(2) strong {
    color: #CDB484;
    font-size: 30px;
}
	
	@media (max-width: 1200px){
		#plan .plan-box .box-paid p:nth-of-type(2) strong {font-size: 2.5vw;}
	}	
	
	@media (max-width: 800px){
		#plan .plan-box .box-paid p:nth-of-type(2) strong {font-size: 28px;}
	}	

	@media (max-width: 414px){		
		#plan .plan-box .box-paid p:nth-of-type(2) strong {
			font-size: 24px;
		}		
	}

#plan .plan-box .box-paid p:nth-of-type(3) {
    font-size: 22px;
    padding: 25px 0;
}

	@media (max-width: 1200px){
		#plan .plan-box .box-paid p:nth-of-type(3) {
			font-size: 1.8333vw;
			padding: 2.0833vw 0;
		}	
	}

	@media (max-width: 800px){
		#plan .plan-box .box-paid p:nth-of-type(3) {
			font-size: 22px;
			padding: 15px 0;
			line-height: 38px;
			height:auto;
		}
	}

	@media (max-width: 414px){
		#plan .plan-box .box-paid p:nth-of-type(3) {
			padding: 20px 0;
			line-height: 22px;
			font-size: 16px;
		}
	}	

/* /paid only */
	
#plan p strong {
	font-size: 36px;
	color: #CDB484;
}

	@media (max-width: 1200px){
		#plan p strong {
		    font-size: 3vw;
			padding: 0;
		}	
	}

	@media (max-width: 800px) {
		#plan p strong {font-size: 24px;}
	}
	
	@media (max-width: 414px){
		#plan p strong {font-size: 20px;}	
	}

#plan p span:last-of-type {font-size: 24px;}	
	
	@media (max-width: 1200px){
		#plan p span:last-of-type {font-size: 2vw;}	
	}

	@media (max-width: 800px) {
		#plan p span:last-of-type {font-size: 22px;}	
	}

	@media (max-width: 414px){
		#plan p span:last-of-type {font-size: 17px;}	
	}	

#plan p span:last-of-type.tax {font-size: 16px;}	
	
	@media (max-width: 1200px){
		#plan p span:last-of-type.tax {font-size: 1.3333vw;}	
	}	

	@media (max-width: 800px) {
		#plan p span:last-of-type.tax {font-size: 16px;}	
	}

	@media (max-width: 414px){
		#plan p span:last-of-type.tax {font-size: 13px;}	
	}

#plan p em {
	color: #CDB484;
	font-size: 24px;
}

	@media (max-width: 800px) {
		#plan p em {
			font-size: 3vw;
		}
	}

	@media (max-width: 414px) {
		#plan p em {
			font-size: 15px;
		}
	}
	
#plan span.op {
    font-size: 16px!important;
    font-weight: bold!important;
}

	@media (max-width: 800px){
		#plan .plan-box br.sp {display: block!important;}
	}

/* /#plan */

/* privilege */	
	.privilege {
		border: 2px solid #000000;
		line-height: 2;
		margin: 50px auto;
	}
		
	@media (max-width: 414px){
		.privilege {
			line-height: 1.5;
		}
	}
	
.privilege .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
		
.privilege h3 {
    background: #CDB484;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
	
	@media (max-width: 1200px){
		.privilege h3 {font-size: 3vw;}	
	}
	
	@media (max-width: 800px){
		.privilege h3 {font-size: 25px;}	
	}
	
	@media (max-width: 414px){
		.privilege h3 {
			font-size: 24px;
			margin-bottom: 5px;
			padding: 5px
		}		
	}
	
.privilege dl {
    width: 96%;
    margin: 20px auto;
    position: relative;
}

	@media (max-width: 414px){
		.privilege dl {
			margin: 5px auto 5px;
		}
	}
	
.privilege dl dt {
	background: #1c2022;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/* border-radius: 10px 10px 0 0; */
}
		
	@media (max-width: 414px){
		.privilege dl dt {
			font-size: 16px;
			padding: 5px;
		}
	}
	
.privilege dl dd {
	box-sizing: border-box;
	padding: 10px 15px;
	border-left: 1px dotted #1c2022;
	border-right: 1px dotted #1c2022;
	border-bottom: 1px dotted #1c2022;
	font-weight: bold;
	display: inline-block;
	font-size: 20px;
	width: 100%;
	text-align: center;
	background: #fff;
}
	
	@media (max-width: 800px){
		.privilege dl dd {
			font-size: 14px;
		}
	}
		
.privilege dl:last-of-type dd {
	text-align: left;
}
	
.privilege dl dd strong {
	color: #CDB484;
}	
	
.privilege dl:first-of-type dd strong {
    font-size: 30px;
}
	
.privilege dl:nth-of-type(2) dd div {
    padding: 10px;
}
	
.privilege dl:nth-of-type(2) dd div:first-child {
	text-align: left;
}
	
	@media (max-width: 414px){
		.privilege dl:nth-of-type(2) dd div:first-child {
			text-align: center;
		}	
	}
		
.privilege dl:nth-of-type(2) dd div:last-child {
    border: solid 2px #949494;
    box-sizing: border-box;
    border-radius: 10px;
	font-size: 18px;
	text-align: left;
	margin: 10px auto;
}

	@media (max-width: 800px){
		.privilege dl:nth-of-type(2) dd div:last-child {
			font-size: 16px;
		}
	}
	
	@media (max-width: 414px){
		.privilege dl:nth-of-type(2) dd div:last-child {
			border-radius: 8px;
		}
	}
	
.privilege dl:nth-of-type(2) dd div:first-of-type p {
    background: #72552b;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
		
.privilege dl:nth-of-type(2) dd div:last-of-type span {
    background: #949494;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
	margin-right: 10px;
}
	
	@media (max-width: 414px){
		.privilege dl:nth-of-type(2) dd div:last-of-type span {
			margin-right: 0;
			line-height: 2;
		}
	}
/* /privilege */	


/* modal */
.modal {
    position: fixed;
    display: none;
    z-index: 99999!important;
    top: 0;
    left: 0;
    width: 100%;
}
	
.modal a {
	cursor: pointer;
	color: #fff;
	padding: 14px 0;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: 30px;
	display: inline-block;
}
		
.modal img {
	width: 100%;
	max-width: 600px;	
}
		
.modal-inner {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 0;
}

	@media (max-width: 800px) {
		.modal-inner {
			width: 85%;
			margin: 20px auto 0;
		}
	}

	@media (max-width: 414px) {
		.modal-inner {width: 90%;}
	}
	
.btn-inner {
    position: relative;
}

.close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
	
.close-btn a {
	cursor: pointer;
	padding: 0;
	margin: 0;
}
	
.close-btn i {
  font-size: 20px;
  color: #333;
}	


/** 2020 1201 **/
.planup #credit ul li,
	.planup #account ul li {
		display: inline-block;
		margin: 5px;
	}
	
	@media screen and (max-width: 414px){
		.planup #credit ul li,
		.planup #account ul li {
			display: block;
			margin: 10px auto;
		}
	}
	
.planup #credit .box,
.planup #account .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
	
.planup #credit form ul li button {
    width: 340px;
}
	
	@media screen and (max-width: 800px){
		.planup #credit form ul li button {
			width: 42.5vw;
		}
	}
	
	@media screen and (max-width: 414px){
		.planup #credit form ul li button {
			width: 300px;
		}
	}
	
.planup #credit .box form ul li button span {
    padding: 40px 0;
}	

	@media screen and (max-width: 800px){
		.planup #credit .box form ul li button span {
			padding: 5vw 0;
			font-size: 3vw;
		}	
	}
	
	@media screen and (max-width: 414px){
		.planup #credit .box form ul li button span {
			padding: 20px 0;
			font-size: 20px;
		}	
	}
	
.planup form button span {
    background: #111;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}	
	
	@media screen and (max-width: 800px){
		.planup form button span {
			font-size: 3vw;
		}	
	}
	
	@media screen and (max-width: 800px){
		.planup form button span {
			font-size: 16px;
		}	
	}
	
#wrapper .submit {
	border: 2px solid #000000;
	padding: 37.5px 0;
	font-size: 20px;
	cursor: pointer;
	cursor: hand;
	background: #111;
	color: #fff;
	width: 340px;
	box-sizing: border-box;
}
	
	@media screen and (max-width: 800px){
		#wrapper .submit {
			border: 0.25vw solid #000000;
			padding: 4.6875vw 0;
			font-size: 3.125vw;
			width: 42.5vw;
		}	
	}
	
	@media screen and (max-width: 414px){
		#wrapper .submit {
			border: 2px solid #000000;
			padding: 20.5px 0;
			font-size: 16px;
			width: 220px;
		}
	}
/** / 2020 1201 **/

/*-- creditボタン --*/
.stripe-button-el {
	display: block !important;
	margin: 0 auto;
	background-color: #46f !important;
	background-image: unset !important;
	width: 80%;
	max-width: 300px;
}

.stripe-button-el span {
	display: block !important;
	min-height: 30px !important;
	background: unset !important;
	padding: 10px 20px !important;
	height: unset !important;
	font-size: 16px !important;
	letter-spacing: 0.05em;
}

/** 依頼キャンセルボタンcss 追加 **/
html.modalset {
	overflow: hidden;
}

.cancelmodal {
	display: none;
	width: 100%;
	height: 450px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999999;
	right: 0;
	bottom: 0;
	margin: auto;
}

.cancelmodal-wrap {
	margin-top: 0 !important;
}

.cancelmodal-wrap::-webkit-scrollbar {
	display: none;
}

.cancelmodal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}

.cancelmodal-bg {
	position: absolute;
	left: 0;
	top: 0;
}

.cancelmodal-box {
	width: 90%;
	max-width: 900px;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.9);
	border: solid 2px #000;
	border-radius: 20px;
	margin: 0 auto !important;
	padding: 20px 10px;
}

.cancelmodal-box .inner {
	position: relative;
	overflow: unset;
	margin-top: 0;
}

.cancelmodal-box .inner a {
	display: block;
	background-color: #CDB484;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	font-size: 16px;
}

.cancelmodal-box .inner > p {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.4em;
	padding: 20px;
	text-align: center;
}

.cancelmodal-box .inner > p > em {
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.cancelmodal-box .inner .cancel-cont ul {
	margin-bottom: 20px;
	max-width: 320px;
	width: 90%;
}

#wrapper .cancelmodal-box .inner .submit {
	border: 2px solid #082b30;
	padding: 16px;
	font-size: 16px;
	cursor: pointer;
	margin: 10px auto 0;
	background: #312525;
	color: #fff;
	max-width: 300px;
	box-sizing: border-box;
	width: 74%;
	display: block;
}

.cancelmodal-box .inner > p > span {
	display: block;
	color: #f00;
	margin-top: 1em;
}

.cancel-cont ul li {
	opacity: 1;
	color: #000;
	background: unset;
	padding: 0;
	float: unset;
	margin: 0;
}

.cancel-cont input[type=radio] {
	display: none;
}

.cancel-cont .radio {
	box-sizing: border-box;
	transition: background-color 0.2s linear;
	position: relative;
	display: block;
	margin: 0 0 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f6f7f8;
	cursor: pointer;
	font-size: 14px;
	border: solid 2px #f00;
}

.cancel-cont .radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 3px;
	content: '';
}

.cancel-cont .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background-color: #f00;
	content: '';
	opacity: 0;
}

.cancel-cont input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.cancelmodal-close {
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 3em;
	margin-top: 0 !important;
	line-height: 0;
	cursor: pointer;
	overflow: initial !important;
}


a[class^="cancelmodal-open"] {
	cursor: pointer;
}

/** / 依頼キャンセルボタンcss 追加 **/

.reserve-menu .list-box {
	position: relative;
	margin-top: 60px;
}
.reserve-menu .list-box{
	position: relative;
}
.reserve-menu .list-box li {
	border: solid 1px #515151;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}
	@media screen and (max-width: 800px){
		.reserve-menu .list-box li {
			padding: 10px 10px 40px 10px;
		}
	}

.reserve-menu .list-box li .top {
	display: flex;
}
.reserve-menu .list-box li img {
	width: 160px;
}
.reserve-menu .list-box li .text {
	margin-left: 1em;
	line-height: 1.5em;
}
.reserve-menu .list-box li .text span{
	font-size: 0.8em;
}
.reserve-menu .list-box li .cap {
	padding: 1em;
	font-size: 16px;
	line-height: 1.4em;
}
.reserve-menu .list-box li .detail-btn {
	display: block;
	background-color: #CDB484;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
}

@media screen and (max-width: 800px){
	.reserve-menu .list-box li .detail-btn {
		bottom: 5px;
		top: unset;
		right: 5px;
	}
}

.reserve-day .list-box {
	position: relative;
	margin-top: 60px;
}
.reserve-day .list-box{
	position: relative;
}
.reserve-day .list-box li {
	border: solid 1px #515151;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}
.reserve-day .list-box li .top {
	display: flex;
}
.reserve-day .list-box li img {
	width: 160px;
}
.reserve-day .list-box li .text {
	margin-left: 1em;
	line-height: 1.5em;
}
.reserve-day .list-box li .text span{
	font-size: 0.8em;
}
.reserve-day .list-box li .cap {
	padding: 1em;
	font-size: 16px;
	line-height: 1.4em;
}
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{min-height:1px;}
.clear{clear:both;}

.booking-content .radius-box {
	position: static;
	overflow: hidden;
	*zoom: 1;
	margin: 0 0 15px;
	padding: 5px 10px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

.booking-content .next-btn a, .booking-content .next-btn a:link, .booking-content .next-btn a:visited {
	float: right;
	line-height: 26px;
	color: #666666;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	text-decoration: none;
	display: block;
	line-height: 23px;
}

.booking-content .prev-btn a,
.booking-content .prev-btn a:link,
.booking-content .prev-btn a:visited {
	float: left;
	line-height: 26px;
	color: #666666;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	text-decoration: none;
	display: block;
	line-height: 23px;
}

.booking-content .unselected-prev {
	float: left;
	line-height: 26px;
	color: #cccccc;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	text-decoration: none;
}

.booking-content .unselected-prev a {
	color: #cccccc;
	margin-top: -2px;
	display: block;
}

.booking-content .unselected-next {
	float: right;
	line-height: 26px;
	color: #cccccc;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid;
	border-radius: 50%;
	text-decoration: none;
}

.booking-content .unselected-next a{
	color: #cccccc;
}

.booking-content .radius-box span.select_week {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 6px 0 2px 0;
	color: #666666;
	width: 200px;
}

#schedule-table {
	width: 100%;
	margin: 40px auto 20px;
	max-width: 1100px;
}

#schedule-table > ul {
	display: table;
	width: 12%;
	float: left;
}
#schedule-table > ul > li {
	border: 1px solid #AFAFAF;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	display: table-row;
	width: 100%;
	float: left;
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
}

#schedule-table > ul > li:first-child {
	color: #4F3D1D;
	display: table-header-group;
	vertical-align: top;
	text-align: center;
	height: 50px;
	line-height: 18px;
	width: 96%;
	padding: 10px 2% 0;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #EAD8B7 !important;
}

#schedule-table > ul > li a {
	font-size: 18px;
	display: block;
	background-color: #FFF;
	color: #ff1658;
}

#schedule-table ul.schedule-time{
	width: 16%;
}

#schedule-table ul.schedule-time li{
	background-color: #f7f7f7;
}

#schedule-table ul.schedule-time li:first-child{
	height: 60px;
	padding-top: 0;
	line-height: 60px;
}

#schedule-table ul li.sat {
	background-color: #d1e4f2 !important;
	color: #4a5daa;
}

#schedule-table ul li.sun {
	background-color: #f9e0e6 !important;
	color: #ad5d5c;
}

#schedule-table ul li.time {
	background-color:#f2f2f2;
}

.boxes {
	margin: 0 auto 10px;
	padding: 50px;
	border: solid #484848 1px;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
}
	@media screen and (max-width: 800px){
		.boxes {
			padding: 20px 10px;
		}
	}

.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-weight: bold;
	height: 22px;
}
.boxes input[type="checkbox"] + label span{
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0.4em;
}
.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: 0;
	/* top: -2px; */
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.reserve-list .list-box {
	position: relative;
	margin-top: 60px;
}
.reserve-list .list-box{
	position: relative;
}
.reserve-list .list-box li {
	border: solid 1px #515151;
	padding: 10px;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px){
	.reserve-list .list-box li {
		padding: 10px 10px 60px 10px;
	}
}

.reserve-list .list-box li img {
	width: 160px;
}
.reserve-list .list-box li p {
	margin-left: 1em;
	line-height: 1.5em;
}
.reserve-list .list-box li p span{
	font-size: 0.8em;
}
.reserve-list .list-box li .detail-btn {
	display: block;
	background-color: #CDB484;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
}

@media screen and (max-width: 800px){
	.reserve-list .list-box li .detail-btn {
		top: unset;
		bottom: 10px;
		right: 10px;
	}
}

.reserve-list .pagination {
	width: 278px;
	margin: 0 auto;
}

.reserve-list .pagination li {
	float: left;
	background: #CDB484;
	opacity: 0.2;
	padding: 20px 40px;
	color: #fff;
	margin: 10px 10px 60px;
}

.reserve-list .pagination a li {
	opacity: 1;
}

.reserve-details {
	position: relative;
	margin: 60px auto 20px;
	border: solid 1px #000;
	padding: 10px;
	display: flex;
	max-width: 800px;
}

.reserve-details img{
	width: 160px;
}
.reserve-details p {
	margin-left: 1em;
	line-height: 1.5em;
}
.reserve-details p span{
	font-size: 0.8em;
}

.reserve-btn {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

	@media screen and (max-width: 800px){
		.reserve-btn {
			flex-direction: column;
			align-items: center;
		}
	}

.reserve-btn li a {
	display: block;
	background-color: #CDB484;
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin: 0 10px;
	font-size: 16px;
}
	@media screen and (max-width: 800px){
		.reserve-btn li:first-child a {
			margin-bottom: 10px;
		}
	}

.settlement-btn{
	display: flex;
	justify-content: center;
}

	@media screen and (max-width: 414px){
		.settlement-btn{
			flex-direction: column;
		}
	}

.settlement-btn li{
	margin: 0 10px;
}

	@media screen and (max-width: 414px){
		.settlement-btn li{
			margin-bottom: 10px;
		}
	}


/*表ページ　menu.html datetime.html　header用css */

/* flex */

#surface .flex {
	display:-ms-flexbox;
	display:flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

#surface .flex-s {justify-content:flex-start!important;}
#surface .flex-e {justify-content:flex-end!important;}
#surface .space-a {justify-content: space-around!important;}
#surface .space-b {justify-content: space-between!important;}
#surface .item-c {align-items: center;}

/*/ flex */

/* PC-SP */
#surface .pc {display:block !important;;}

	@media screen and (max-width: 1000px) {
		#surface .pc {display:none !important;;}
	}

#surface .sp {display:none !important;;}

	@media screen and (max-width: 1000px) {
		#surface .sp {display:block !important;}
	}
/* /PC-SP */

/***** humb-menu sp-only ******/

#surface #humb-menu {display:none;}
	
	@media screen and (max-width: 1000px) {
		#surface #humb-menu {
			display: none;
			width: 100px;
			height: 100px;
			position: fixed;
			top: 10px;
			right: 30px;
			z-index: 100;
		}
	}

	@media screen and (max-width: 414px) {
		#surface #humb-menu {height: auto;}
	}

	@media screen and (max-width: 1000px) {
		#surface #humb-menu h2 {
			position: fixed;
			top: 30px;
			margin-left: 20px;
		}
	}

	@media screen and (max-width: 680px) {
		#surface #humb-menu h2 {
			top: 40px;
			margin-left: 15px;
		}
	}

	@media screen and (max-width: 540px) {
		#surface #humb-menu h2 {top: 45px;}
	}

	@media screen and (max-width: 414px) {
		#surface #humb-menu h2 {top: 40px;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-btn {
			display:block;
			position: fixed;
			top: 24px;
			right: 20px;
			z-index: 100;
		}
	}

	@media screen and (max-width: 414px) {
		#surface #gnav-btn {
			right: 10px;
			top: 13px;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-input:checked ~ #gnav-content {top: 0;}
	}

#surface .on{top:0 !important}
#surface .off{top:-120% !important}
	@media screen and (max-width: 1000px) {
		#surface #gnav-content {
			position: fixed;
			top: -120%;
			right: 0;
			z-index: 20;
			transition: 0.3s;
			color: #000;
			width: 100%;
			height: 100vh;
			overflow: auto;
			font-family: 'Cinzel', serif;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content .m-t {
			padding-top: 80px;
			padding-bottom: 10px;
			color: #fff;
			font-size: 40px;
			border-bottom: 1px solid #fff;
		}
	}

	@media screen and (max-width: 414px) {
		#surface #gnav-content .m-t {font-size: 30px;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul.nv-box {padding: 0;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul.nv-box li {
			width: 100%;
			margin: 10px 0;
			box-sizing: border-box;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul.nv-box li img {width: 3vw;}
	}

	@media screen and (max-width: 640px) {
		#surface #gnav-content ul.nv-box li img {width: 24px;}
	}

	@media screen and (max-width: 414px) {
		#surface #gnav-content ul.nv-box li img {width: 20px;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul.nv-box li a {
			display: block;
			height: 100%;
			box-sizing: border-box;
			background: none;
			font-size: 3.2vw;
			color: #fff;
		}
	}

	@media screen and (max-width: 640px) {
		#surface #gnav-content ul.nv-box li a {font-size: 24px;}
	}

	@media screen and (max-width: 414px) {
		#surface #gnav-content ul.nv-box li a {font-size: 18px;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul.nv-box li i img {width: 44px;}
	}

	@media screen and (max-width: 660px) {
		#surface #gnav-content ul.nv-box li i img {width: 6.0606vw;}
	}

	@media screen and (max-width: 414px) {
		#surface #gnav-content ul.nv-box li i img {width: 25px;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul li p {
			font-size: 24px;
			text-align: center;
		}
	}

	@media screen and (max-width: 660px) {
		#surface #gnav-content ul li p {font-size: 3.6364vw;}
	}

	@media screen and (max-width: 414px) {
		#surface #gnav-content ul li p {
			font-size: 14px;
			line-height: 20px;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content ul.nv-box li .box {width: 60%;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content h1 {
			padding: 10px 0 0 5px;
			text-align: left;
			height: 70px;
		}
	}	
		
	@media screen and (max-width: 1000px) {
		#surface #gnav-content h1 img {
			width: 100%;
			max-width: 260px;
		}
	}
	
	@media screen and (max-width: 1000px) {
		#surface #gnav-content .nb-box {
			justify-content: flex-start;
			margin: 5px auto;
		}
	}

	@media screen and (max-width: 480px) {
		#surface #gnav-content .nb-box {justify-content: center;}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content .nb-box a {
			display: block;
			margin: 10px;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #gnav-content .nb-box a img {
			width: 100%;
			max-width: 330px;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #humb-menu label {
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 5px;
			cursor: pointer;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #humb-menu input {display: none;}
	}

	@media screen and (max-width: 1000px) {
		#surface #humb-menu .accshow {
			height: 0;
			overflow: hidden;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #humb-menu .accshow p {padding: 1.5rem;}
	}

	@media screen and (max-width: 1000px) {
		#surface #humb-menu .cssacc:checked + .accshow {height: auto;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger,.menu-trigger span {
			display: inline-block;
			transition: all .4s;
			box-sizing: border-box;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger {
			position: relative;
			width: 50px;
			height: 50px;
		}
	}

	@media screen and (max-width: 414px){
		#surface .menu-trigger {width: 45px;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger span {
			position: absolute;
			left: 0;
			width: 100%;
			height: 5px;
			background-color: #000;
			border-radius: 0;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger span:nth-of-type(1) {top: 0;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger span:nth-of-type(2) {top: 17px;}
	}

	@media screen and (max-width: 414px){
		#surface .menu-trigger span:nth-of-type(2) {top: 15px;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger span:nth-of-type(3) {bottom: 10px;}
	}

	@media screen and (max-width: 414px){
		#surface .menu-trigger span:nth-of-type(3) {bottom: 15px;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger.active span:nth-of-type(1) {
			-webkit-transform: translateY(20px) rotate(-315deg);
			transform: translateY(20px) rotate(-315deg);
		}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger.active span:nth-of-type(2) {opacity: 0;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger.active span:nth-of-type(3) {
			-webkit-transform: translateY(-20px) rotate(315deg);
			transform: translateY(-20px) rotate(315deg);
		}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger.active span:nth-of-type(1) {top: -10px; background-color: #fff;}
	}

	@media screen and (max-width: 1000px) {
		#surface .menu-trigger.active span:nth-of-type(3) {
			bottom: 15px;
			background-color: #fff;
		}
	}	

/***** /humb-menu sp-only ******/

/***** sp-header *****/
#surface #sp-header {
    width: 100%;
    margin: 0 auto;
}

	@media screen and (max-width: 1000px) {
		#surface #sp-header {
			max-width: 1000px;
			z-index: 200;
			height: 100px;
		}
	}
	
	@media screen and (max-width: 414px) {
		#surface #sp-header {
			height: 70px;
		}
	}
	
#surface #sp-header header {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
	
	@media screen and (max-width: 1000px) {
		#surface #sp-header header {
			position: relative;
			width: 100%;
		}
	}

#surface #sp-header header h1 {display: none;}

	@media screen and (max-width: 1000px) {
		#surface #sp-header header h1 {
			display: block;
			padding: 5px;
			position: absolute;
			top: 10px;
			left: 5px;
			z-index: 10;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #sp-header header h1 img {width: 180px;}
	}

	@media screen and (max-width: 800px) {
		#surface #sp-header header h1 img {width: 150px;}
	}

	@media screen and (max-width: 480px) {
		#surface #sp-header header h1 img {width: 120px;}
	}

	@media screen and (max-width: 414px) {
		#surface #sp-header header h1 img {width: 100px;}
	}


	@media screen and (max-width: 1000px) {
		#surface #sp-header header .info {
			font-family: 'Cinzel', serif;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #sp-header header .info .inner {
			position: absolute;
			top: 24px;
			right: 100px;
			box-sizing: border-box;
			letter-spacing: 0;
		}
	}

	@media screen and (max-width: 640px) {
		#surface #sp-header header .info .inner {
			top: 27px;
			right: 10px;
		}
	}

	@media screen and (max-width: 480px) {
		#surface #sp-header header .info .inner {
			top: 32px;
		}
	}
	@media screen and (max-width: 414px) {
		#surface #sp-header header .info .inner {
			top: 18px;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #sp-header header .info p {text-align: right;	}
	}

	@media screen and (max-width: 1000px) {
		#surface #sp-header header .info .h-tel {
			font-size: 34px;
			text-decoration:none;
		}
	}

	@media screen and (max-width: 640px) {
		#surface #sp-header header .info .h-tel {
			font-size: 30px;
		}
	}

	@media screen and (max-width: 480px) {
		#surface #sp-header header .info .h-tel {
			font-size: 26px;
		}
	}

	@media screen and (max-width: 1000px) {
		#surface #sp-header header .info .h-tel span {font-size: 20px;}
	}

	@media screen and (max-width: 480px) {
		#surface #sp-header header .info .h-tel span {font-size: 16px;}
	}


	@media screen and (max-width: 1000px) {
		#surface #sp-header header .info .h-time {font-size: 20px;}
	}

	@media screen and (max-width: 480px) {
		#surface #sp-header header .info .h-time {font-size: 16px;}
	}


#surface #sp-header nav {
    background: rgba(0,0,0,.8);
}

#surface #sp-header nav ul li a {
	background: #fff;
	color: #000;
	display: block;
	padding: 15px;
}

	@media screen and (max-width: 1000px) {
		#surface #sp-header nav ul li a {
			background: #fff;
			color: #000;
			display: block;
			padding: 15px;
		}
	}


#surface #sp-header nav ul li p {
    font-size: 20px;
    margin-top: 10px;
}

	@media screen and (max-width: 1000px) {
		#surface #sp-header nav ul li p {
			font-size: 34px;
			letter-spacing: 2px;
			margin-top: 0;
		}
	}

	@media screen and (max-width: 414px){
		#surface #sp-header nav ul li p {
			font-size: 24px;
		}
	}

/***** /sp-header *****/

/***** hnav-area *****/

#surface .hnav-area {
    color: #000;
    z-index: 100;
	margin-right: 20px;
}

	@media screen and (max-width: 1000px){
		#surface .hnav-area {display: none!important;}
	}

#surface .hnav-area ul li {
    font-size: 11px;
    font-weight: bold;
    margin: 0 15px;
    color: #fff;
}

	@media screen and (max-width: 1100px){
		#surface .hnav-area ul li {
			margin: 0 8px;
		}
	}

#surface .hnav-area ul li span {color: #ff0000}

#surface .hnav-area ul li a {
	color: #000;
	position: relative;
	display: block;
}

#surface .hnav-area ul li a:hover::before {
    content: "";
    background: #cdb485;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 19px;
    left: 0;	
}

#surface .hnav-area ul li p {font-weight: normal;}

#surface .hnav-area ul li p {
	font-family: 'Cinzel', serif;
    font-size: 16px;
}

/***** /hnav-area *****/

#surface header.main-h {
	height: 110px;
	padding: 0 15px;
	border-bottom: solid 1px #ccc;
}

#surface header.main-h h1 {
    margin-top: 20px;
    margin-left: 24px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 20px;
}

#surface header.main-h h1 img {
    width: 230px;
}

	@media screen and (max-width: 1100px){
		#surface header.main-h h1 img {
			width: 180px;
			left: 0;
		}
	}

#surface header.main-h .box {
	position: absolute;
	right: 20px;
	top: 30px;
	box-sizing: border-box;
	letter-spacing: 0;
}

#surface .h-info {
    font-family: 'Cinzel', serif;
}

#surface .h-info p {text-align: right;}
#surface .h-info .h-time {font-size: 20px;}
#surface .h-info .h-tel {font-size: 34px;}
#surface .h-info .h-tel span {font-size: 20px;}
