
html {
	background-color: white;
}
.contents-wrap .contents {
	padding: 80px 80px 180px 80px;
	position: relative;
	min-height: calc(100vh - 200px);
	background-color: white;
}


.sp {
	display: none;
}

@media screen and (max-width: 720px) {
	.contents-wrap .contents {
		padding: 80px 20px 180px 20px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


.d-none {
	display: none;
}

.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.bold100 {font-weight: 100;}
.bold200 {font-weight: 200;}
.bold300 {font-weight: 300;}
.bold400 {font-weight: 400;}
.bold500 {font-weight: 500;}
.bold600 {font-weight: 600;}
.bold700 {font-weight: 700;}
.bold800 {font-weight: 800;}
.bold900 {font-weight: 900;}
.lh1 {line-height: 1.5em;}
.lh2 {line-height: 2em;}
.lh3 {line-height: 2.5em;}
.lh4 {line-height: 3em;}
.ls1 {letter-spacing: 1em;}
.ls2 {letter-spacing: 1.5em;}
.ls3 {letter-spacing: 2em;}
.shadow-white {text-shadow: 0 0 20px white;}
.shadow-black {text-shadow: 0 0 20px black;}
.t-indent {
	text-indent: 1em;
}


.float-right {float: right;}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
  }

.t-red{color: rgba(156, 0, 0, 1);}
.t-gray{color: #454545;}
.t-white{color: white;}
.t-green{color:rgba(29, 150, 29, 1);}
.bg-red{background-color: rgba(156, 0, 0, 1);}
.bg-black{background-color: rgba(0, 0, 0, 1);}
.border-red{border: 1px solid rgba(156, 0, 0, 1);}



.h1 {font-size: 4em;}
.h2 {font-size: 3.5em;}
.h3 {font-size: 2.5em;}
.h4 {font-size: 2.0em;}
.h5 {font-size: 1.6em;}
.h6 {font-size: 1.3em;}
.h7 {font-size: 1.1em;}
.h8 {font-size: 0.9em;}
.h9 {font-size: 0.8em;}
.h10 {font-size: 0.7em;}
.h11 {font-size: 0.6em;}
.h12 {font-size: 0.5em;}
.h13 {font-size: 0.4em;}
@media screen and (max-width: 720px) {
	.h1 {font-size: 2.5em;}
	.h2 {font-size: 1.9em;}
	.h3 {font-size: 1.6em;}
	.h4 {font-size: 1.3em;}
	.h5 {font-size: 1.1em;}
	.h6 {font-size: 0.9em;}
	.h7 {font-size: 0.8em;}
	.h8 {font-size: 0.7em;}
	.h9 {font-size: 0.6em;}
	.h10 {font-size: 0.5em;}
	.h11 {font-size: 0.4em;}
	.h12 {font-size: 0.3em;}
	.h13 {font-size: 0.2em;}
}

.grid {display: grid;}
.grid.grid19 {grid-template-columns: 10% 90%;}
.grid.grid28 {grid-template-columns: 20% 80%;}
.grid.grid37 {grid-template-columns: 30% 70%;}
.grid.grid46 {grid-template-columns: 40% 60%;}
.grid.grid55 {grid-template-columns: 50% 50%;}
.grid.grid64 {grid-template-columns: 60% 40%;}
.grid.grid73 {grid-template-columns: 70% 30%;}
.grid.grid82 {grid-template-columns: 80% 20%;}
.grid.grid91 {grid-template-columns: 90% 10%;}
.grid.grid333{grid-template-columns: 33.333% 33.333% 33.333%;}
.grid.grid252525{grid-template-columns: 25% 25% 25% 25%;}
.grid.grid10{grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;}
.grid.sp {display: none;}
@media screen and (max-width: 720px) {
	.grid.sp-grid-none {grid-template-columns: 100%;}
	.grid.sp-grid55 {grid-template-columns: 50% 50%;}
	.grid.sp-grid333 {grid-template-columns: 33.333% 33.333% 33.333%;}
	.grid.pc {display: none;}
	.grid.sp {display: grid;}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: calc( 100vw - 40px );
	padding: 20px 20px;
	background-color: white;
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	z-index: 8000;
}

#header .header-contents-wrap .header-contents a {
	display: inline-block;
	text-decoration: none;
	color: black;
	padding-left: 15px;
	position: relative;
}
#header .header-contents-wrap .header-contents a img {
	position: absolute;
	height: 50px;
	top: -20px;
	left: 15;

}
#header .header-contents-wrap .header-contents a span {
	position: absolute;
	top: -15px;
	
}

#header .header-contents-wrap .header-contents a.logo {
	width: 240px;
}

#header .header-contents-wrap .header-contents div.right-box {
	width: calc( 100vw - 320px );
	text-align: right;
	display: inline-block;
}

/*
	====
	hamberger
*/

#nav-drawer {
	display: none;
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}
#close-btn,
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	position: absolute;
	top: -15px;
	right: 20px;
}
#close-btn {
	top: 30px;
	right: 20px;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#close-btn span,#close-btn span:before,#close-btn span:after , 
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

#close-btn span {
	transform: rotate(-45deg);
}
#close-btn span:before {
	bottom: 0px;
	transform: rotate(90deg);
	opacity: 1;
}
#close-btn span:after {
	
	display: none;
	bottom: -8px;
	transform: rotate(-45deg);
	opacity: 1;
	
}


/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 9999;
	width: 50%;
	max-width: 300px;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	padding: 40px 20px 20px 20px;
}

#nav-content li {
	font-size: 16px;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#nav-content li:hover {
	background-color: rgba(0, 0, 0, 0.1);
} 

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-back {
	position: absolute;
	top: 20px;
	right: 30px;
}



@media screen and (max-width: 720px) {
	#header {
		font-size: 16px;
	}
	#header a span {
		padding: 0px 10px;
	}
	#header .header-contents-wrap .header-contents a.menus {
		display: none;
	}
	#header .header-contents-wrap .header-contents a img {
		height: 40px;
		top: -15px;
		left: -10px;
	}
	#header .header-contents-wrap .header-contents a span {
		top: -10px;
		
	}
	#header .header-contents-wrap .header-contents #nav-drawer {
		display: block;
	}
	
	#nav-open {
		top: -18px;
		right: 5px;
	}
}

/*
	footer
*/
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc( 100vw - 40px );
	display: grid;
	grid-template-columns: 50% 50%;
	background-color: black;
	padding: 20px 20px;
	color: white;
	
}

#footer .menus {
	font-size: 0.9em;
}
#footer .menus p {
	padding-bottom: 5px;
}
#footer .menus p a {
	text-decoration: none;
	color: white;
} 
@media screen and (max-width: 720px) {
	#footer {
		/* padding: 20px 20px; */
	}
	#footer .menus {
		font-size: 0.7em;
	}
}

/*
	spiner
*/
.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
	padding-bottom: 100px;
}
.spinner > div {
	width: 14px;
	height: 14px;
	background-color: #767676;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/*
	modal
*/
/* .modal .modal__content {
	
} */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9990;
}
.modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 9995;
}
.modal__content {
	background: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-height: 70vh;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index: 9996;
	border-radius: 25px;
}
#modal_content {
	position: relative;
	padding: 5% 10%;
}
#modal_content button.js-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 0;
}
#modal_result p:before {
	content: '・';
}

.modal__content.reserve_modal {
	background: #FFEED5;
	border-radius: 15px;
	padding-bottom: 30px;
}
.modal__content.reserve_modal #modal_content {
	padding: 0%;
	padding-top: 30px;
}
.modal__content.reserve_modal #modal_content button {
	position: relative;
	background-color: #79A1D4;
}
.modal__content.reserve_modal #modal_content button.disabled {
	background-color: #ccc;
}
.modal__content.reserve_modal #modal_content button.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 9999;
	text-align: center;
}

#search_modal #modal_content p:before,
.modal__content.reserve_modal #modal_content p:before {
	content: '';
}
.modal__content.reserve_modal .reserve_panel {
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0), 0px 0px 0px 1px rgba(10,10,10,0);
}
/*
	FORM
*/
form .form-parts {
	padding: 5px 0px;
}
form .form-parts p.title {
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 10px;
}
form .form-parts p.infomation.title:before {
	content: '';
	border-left: 5px solid black;
	padding-left: 5px;
}
form span.notes {
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 5px;
}

.form-parts .infomation {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	line-height: 25px;
}
.form-parts .infomation.bold {
	font-weight: 600;
}
.form-parts .infomation.line {
	border-bottom: 1px solid black;
}
.form-parts.submit {
	padding-top: 30px;
}
.form-parts.float-right {
	text-align: right;
}

.form-parts .all_checked {
	font-size: 10px;
	padding: 5px 10px;
	border: 1px solid black;
	cursor: pointer;
	margin-bottom: 5px;
}


select,
textarea,
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="email"],
input[type="time"],
input[type="text"],
input[type="number"] {
	font-size: 16px;
/* 	width: calc(100% - 20px); */
width: 100%;
	padding: 10px 0px;
	background-color: rgba(178, 178, 178, 0);
	border-bottom: 1px solid rgba(69, 69, 69, 0.5);
}
input[type="date"] {
	padding: 6px 10px;
}
input[type="checkbox"] + label , 
input[type="radio"] + label {
	margin: 0px 10px 0px 5px;
}

input[type="text"]:disabled {
	opacity: .3;
}
select.border,
textarea.border,
input[type="tel"].border,
input[type="password"].border,
input[type="date"].border,
input[type="month"].border,
input[type="email"].border,
input[type="time"].border,
input[type="text"].border,
input[type="number"].border {
	background-color: rgba(178, 178, 178, 0);
	border-bottom: 1px solid rgba(118, 118, 118, .5);
}

button {
	font-size: 16px;
	padding: 10px 20px;
	color: white;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
	width: 100%;
	border-radius: 15px;
}
button.w100 {
	width: 100%;
}
button.outline {
	background-color: rgba(255, 255, 255, 0.3);
	color: black;
	border: 1px solid black;
}
button.outline:hover {
	background-color: rgba(201, 201, 201, 0.5);
}
button.disabled {
	background-color: #ccc;
}
button.cancel {
	background-color: #777777;
}
button.delete {
	background-color: #a03333;
}


button > img {
	width: 35px;
	position: absolute;
	top: 2px;
	left: 3px;
}

.error_text {
	color: 	rgba(156, 0, 0, 1);
	padding: 5px 0px;
}

.form-parts input.w-50 {
	width: calc(50vw - 142px);
	
}

@media screen and (max-width: 720px) {
	form .form-parts p.title {
		font-size: 0.8em;
		padding: 0px;
	}
	.form-parts .infomation {
		padding: 10px 0px 10px 0px;
		font-size: 1em;
		line-height: 15px;
		margin-bottom: 10px;
	}
	select,
	textarea,
	input[type="tel"],
	input[type="date"],
	input[type="email"],
	input[type="time"],
	input[type="password"],
	input[type="text"],
	input[type="number"] {
		font-size: 16px;
	}
	button {
		font-size: 13px;
	}
	.form-parts input.w-50 {
		width: calc(50vw - 42px);
	}
}

/*
	共通
*/
.alert {
	padding: 20px 20px;
	margin: 10px 0px;
	color: black;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.alert > a {
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 1);
}
.alert > p {
	margin-top: 5px;
}
.alert > p.discription {
	font-size: 13px;
	opacity: .6;
	margin-top: 5px;
}

.alert.danger {
	background-color: rgba(175, 0, 0, 0.1);
	border: 1px solid rgba(175, 0, 0, 0.5);
	color: rgba(147, 0, 0, 1);
}
.alert.danger > a {
	text-decoration: none;
	border-bottom: 1px solid rgba(175, 0, 0, 0.7);
	color: rgba(147, 0, 0, 1);
}
.alert.danger > a.pdf {
	line-height: 2em;
	font-weight: 600;
}

.alert.success {
	background-color: rgba(0, 109, 176, 0.2);
	border: 1px solid rgba(0, 109, 176, 0.7);
	color: rgba(0, 109, 176, 1);
}
.alert.success > a {
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 109, 176, 0.7);
}

.alert.success > a {
	color: rgba(0, 109, 176, 1);
}

@media screen and (max-width: 720px) {
	.alert > p.discription {
		font-size: 11px;
	}
}


.link {
	padding: 10px 20px;
	color: white;
	background-color: rgba(64, 64, 64, 1);
	position: relative;
}
.link.inversion {
	color: black;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 1);
}
.link.inversion:hover {
	transition: 1.0s ;
	background-color: rgba(64, 64, 64, 1);
	color: white;
}
.location {
	cursor: pointer;
}

//account


/*
	ログインページ
*/
#login-page {
	padding: 10% 15%;
}
#login-page #login-form {
	display: grid;
	grid-template-columns: 50% 50%;
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#login-page #login-form > div {
	padding: 0px;
}
#login-page #login-form > div:nth-child(2) {
	padding: 30px;
}
#login-page #login-form img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 720px) {
	#login-page {
		padding: 0% 0%;
	}
	#login-page #login-form {
		display: grid;
		grid-template-columns: 100%;
		padding: 0;
	}
}

//footer

