@charset "utf-8";
body {
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	line-height: 2em;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-top: 140px;
}
a {
	color: #000;
}
ul, ol, dl {
	margin-top: 20px;
	line-height: 1.5em;
}
li {
	margin-left: 1.5em;
	margin-top: 0.5em;
}
li:first-child {
	margin-top: 0;
}
table.waku {
	margin-top: 20px;
	line-height: 1.5em;
}
table.waku th {
	font-weight: normal;
	color: #000;
	background-color: rgba(0, 0, 0, 0.05);
}
table.waku th, table.waku td {
	padding: 1em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
p {
	margin-top: 80px;
}
h2.title {
	font-family: 'Poppins', sans-serif;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 0.1em;
	text-align: center;
}
section.sectionBox {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner {
	width: 700px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#header {
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #282828;
	padding: 0 40px;
}
#header .logo {
	flex: 1;
}
#header .btn a {
	display: block;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFF;
	width: 100px;
	padding-top: 49px;
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
}
#header .tel a {
	background-image: url("../images/ico_tel.png");
}
#header .menu a {
	background-image: url("../images/ico_menu.png");
}
#header .close a {
	background-image: url("../images/ico_close.png");
}
#globalNav {
	background-color: #404040;
	color: #FFF;
	padding: 40px 40px 80px;
	box-sizing: border-box;
}
#globalNav ul {
	margin: 0;
	padding: 0;
}
#globalNav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 32px;
	line-height: 90px;
}
#globalNav ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #FFF;
	border-bottom: solid 1px #FFF;
}
#globalNav ul li a::after {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	transform: rotate(-45deg);
	margin-top: -12px;
	margin-right: 10px;
}
#conceptBox {
	background-color: #282828;
	color: #FFF;
}
#conceptBox h2 {
	font-size: 48px;
	line-height: 96px;
	font-weight: bold;
	color: #f8da83;
}
#conceptBox h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 80px;
}
#lineupBox {
	background-color: #f4f4f4;
	position: relative;
}
#lineupBox::before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
}
#lineupBox h2.title {
	position: relative;
	z-index: 1;
}
#lineupBox h3 {
	margin-top: 60px;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}
#lineupBox h4.title {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	background-color: #FFF;
	border: solid 1px #000;
}
#lineupBox .slideBox {
	overflow-x: scroll;
	display: flex;
}
#lineupBox .slideBox::-webkit-scrollbar {
	height: 2px;
}
#lineupBox .slideBox::-webkit-scrollbar-track {}
#lineupBox .slideBox::-webkit-scrollbar-thumb {
	background-color: #000;
}
#lineupBox .slideBox .inBox {
	min-width: 575px;
	padding: 60px 30px 100px;
}
#outline {
	font-size: 28px;
	line-height: 42px;
	background-color: #f4f4f4;
	padding-top: 60px;
}
#outline .inBox {
	margin: auto;
	width: 600px;
}
#outline .kinri {
	color: #606060;
	font-size: 24px;
	line-height: 39px;
	margin-top: 0px;
	border: solid 1px #606060;
	padding: 25px;
}
#outline h2 {
	font-size: 40px;
	line-height: 1em;
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
}
#outline h3 {
	font-size: 32px;
	line-height: 1em;
	margin-top: 60px;
	font-weight: bold;
}
#outline .line {
	margin-top: 40px;
	padding-top: 40px;
	border-top: dashed 4px #9d9d9d;
}
#outline p {
	margin-top: 40px;
}
#aboutBox h3.title {
	margin-top: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	line-height: 60px;
}
#pointBox {
	border: solid 3px #000;
	padding: 6px;
	margin-top: 60px;
}
#pointBox .inBox {
	border: solid 1px #000;
	padding: 80px 40px;
}
#pointBox article {
	border-bottom: dashed 4px #9d9d9d;
	padding-bottom: 80px;
}
#pointBox article:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#pointBox h2 {
	font-size: 48px;
	line-height: 80px;
	background: linear-gradient(transparent 88%, #dbc151 88%);
	display: inline;
}
#pointBox h2 span {
	vertical-align: 5px;
}
#pointBox h3 {
	width: 300px;
	margin: 80px auto 0;
	font-size: 40px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	position: relative;
}
#pointBox h3 span {
	position: relative;
	z-index: 2;
}
#pointBox h3::after {
	content: "";
	position: absolute;
	display: block;
	height: 28px;
	width: 28px;
	border-top: solid 2px #FFF;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	border-right: solid 2px #FFF;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	transform: rotate(-45deg);
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 1;
}
#pointBox h4 {
	margin-top: 80px;
	font-size: 32px;
	line-height: 48px;
	font-weight: bold;
}
#pointBox p {
	margin-top: 40px;
	font-size: 28px;
	line-height: 42px;
}
#companyBox {
	background-color: #404040;
	color: #FFF;
}
#companyBox h3.title {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 60px;
	text-align: center;
}
#companyBox table {
	margin-top: 30px;
}
#companyBox table th, #companyBox table td {
	font-size: 28px;
	line-height: 28px;
	padding-top: 30px;
	font-weight: normal;
	text-align: left;
}
#companyBox table th {
	width: 158px;
}
#accessBox h3.title {
	font-size: 60px;
	line-height: 90px;
	font-weight: bold;
	margin-top: 60px;
	text-align: center;
}
#accessBox table {
	margin-top: 30px;
}
#accessBox table th, #accessBox table td {
	font-size: 28px;
	line-height: 28px;
	padding-top: 30px;
	font-weight: normal;
	text-align: left;
}
#accessBox table th {
	width: 158px;
}
#accessBox p {
	font-size: 28px;
	line-height: 42px;
	margin-top: 30px;
}
#reserveBox {
	padding-bottom: 100px;
}
#reserveBox .titleBox {
	background-color: #404040;
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 60px;
	text-align: center;
}
#reserveBox .titleBox h3.title {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 60px;
}
#reserveBox p.title {
	font-size: 32px;
	line-height: 48px;
	color: #d43339;
	text-align: center;
	margin-top: 60px;
}
#reserveBox .btn {
	padding-top: 30px;
	width: 620px;
	margin: auto;
}
#reserveBox .btn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#reserveBox .btn ul li {
	margin: 0;
	padding: 0;
}
#reserveBox .btn ul li a {
	display: block;
	margin-top: 30px;
	font-size: 32px;
	line-height: 98px;
	border-radius: 999px;
	text-decoration: none;
	background-color: #282828;
	color: #FFF;
	text-align: center;
}
#reserveBox .btn ul li.tel a {
	color: #282828;
	border: solid 2px;
	background-color: #FFF;
}
#reserveBox .btn ul li.line a {
	background-color: #05b734;
}
#fixBox {
	position: fixed;
	bottom: 20px;
	left: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 5;
}
#fixBox img {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#footer {
	background-color: #282828;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #FFF;
}
#ciBox {
	text-align: center;
}
#ciBox h2 {
	font-size: 40px;
	line-height: 1em;
}
#ciBox p {
	font-size: 28px;
	line-height: 1em;
}
#pageTop {
	padding: 20px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/black_alpha50percent.png);
	z-index: 10;
}
#pageTop:hover {
	cursor: pointer;
}
.text_small {
	font-size: 80%;
	line-height: 1.5em;
	margin-top: 0.5em;
	letter-spacing: 0em;
	font-weight: normal;
}
.text_large {
	font-size: 110%;
	line-height: 2em;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
}
.text_caption {
	margin-top: 10px;
	line-height: 1.5em;
}
.text_tel {
	font-size: 240%;
	line-height: 1em;
	letter-spacing: normal;
	text-align: center;
}
.text_tel a {
	text-decoration: none;
	color: #000;
}
.text_price {
	font-size: 200%;
	line-height: 1em;
	font-weight: normal;
	color: #F39;
}
.appeal_color {
	color: #E52;
}
.appeal_color2 {
	color: #0AE;
}
.box_waku01 {
	padding: 20px;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.05);
}
.box_waku02 {
	padding: 20px;
	border: 1px solid #EEE;
	margin-top: 20px;
	background-color: #FFF;
}
.formBox p {
	font-size: 28px;
	line-height: 28px;
	margin-top: 60px;
	height: 28px;
}
.formBox p .required {
	vertical-align: top;
	display: inline-block;
	background-color: #000;
	color: #FFF;
	padding: 0 5px;
	font-size: 20px;
	margin-left: 5px;
}
.formBox .dateBox th p {
	font-weight: normal;
	font-size: 24px;
	line-height: 1em;
	white-space: nowrap;
}
.formBox .dateBox td.date {
	padding-left: 10px;
	width: 50%;
}
.formBox .dateBox td.time {
	padding-left: 10px;
	width: 40%;
}
.formBox input[type="text"], .formBox textarea {
	font-size: 32px;
	line-height: 40px;
	padding: 40px;
	border: solid 2px #000;
	box-sizing: border-box;
	width: 100%;
	color: #767676;
}
.formBox input[type="checkbox"] {
	height: 40px;
	width: 40px;
	margin-right: 20px;
}
.formBox .checkbox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.formBox input[type="date"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 28px;
	line-height: 40px;
	padding: 40px;
	border: solid 2px #000;
	box-sizing: border-box;
	width: 100%;
	color: #767676;
	background-color: #FFF;
}
.formBox select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 28px;
	line-height: 40px;
	padding: 40px;
	border: solid 2px #000;
	box-sizing: border-box;
	width: 100%;
	color: #767676;
	background-color: #FFF;
}
.formBox .select_arrow {
	position: relative;
}
.formBox .select_arrow::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -17px;
}
.formBox .attention {
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 30px;
}
.formBox ::placeholder {
	color: #767676;
}
.formBox input[type="submit"] {
	margin: 60px auto 0;
	width: 600px;
	height: 170px;
	color: #FFF;
	background-color: #05b734;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	box-sizing: border-box;
	border-radius: none;
}
.formBox input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.9;
}
.img_waku01 {
	border: 1px solid #EEE;
}
.icon_link {
	list-style-type: none;
}
.icon_link::before {
	content: "≫";
	color: #C00;
	margin-right: 0.5em;
}
.button {
	text-align: center;
	overflow: hidden;
}
.button a {
	display: inline-block;
	text-decoration: none;
	background-color: #E52;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 20px;
}
.button a::before {
	content: "≫";
	margin-right: 0.5em;
}
.ankerLink {
	padding-top: 139px;
	margin-top: -139px;
}
.youtubeBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
}
.only_sp {
	display: none;
}
.only_pc {
	display: block;
}