@charset "UTF-8";
/*--------------------
base
---------------------*/
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2)
			format("woff2"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff)
			format("woff"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf)
			format("opentype");
}

/* スタイルの初期化---------------------*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border-style: none;
	zoom: 1;
	outline: none;
}

html,
body {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	height: 100%;
}

h2 {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea {
	border: 1px solid #000;
}

header {
	width: 100%;
	height: 65px;
	z-index: 999;
	background-color: #0068b7;
	position: fixed;
	top: 0;
}

.header-logo {
	width: 275px;
	margin-top: 20px;
	margin-left: 20px;
	position: absolute;
}

.header-logo img {
	width: 200px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-trigger {
	margin-top: 20px;
	right: 20px;
	z-index: 999;
	position: absolute;
	width: 26px;
	height: 24px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 2px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.pc-menu {
	display: none;
}

.sp-menu {
	display: none;
	top: 65px;
	width: 100vw;
	height: 100%;
	z-index: 900;
	background: rgba(255, 255, 255, 0.85);
	position: fixed;
}

.sp-menu ul {
	margin-top: 20px;
}

.sp-menu ul li {
	border-bottom: 1px solid rgba(118, 123, 133, 0.3);
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 34.67/2px;
}

.sp-menu ul li a {
	color: #0068b7;
}

.active {
	border: none;
	padding: 0;
}

/* util ----------------------------------------- */
.section-title {
	font-size: 30px;
	padding-top: 40px;
	margin-bottom: 15px;
	text-align: center;
}

.wrap {
	width: 100%;
	min-width: 350px;
	margin-top: 65px;
}

.sec-g {
	background-color: #efefef;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.sec-g h3 {
	font-size: 19px;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.sec-w {
	background-color: #fff;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.sec-w p {
	display: block;
}

.sec-w h3 {
	font-size: 19px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.sec-title-w {
	color: #fff;
	width: 362px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 30px;
}

.sec-title-r {
	color: #af1f24;
	width: 362px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 30px;
}

.sec-title-b {
	color: #000;
	width: 362px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 30px;
}

.top-title {
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 315px;
}

.section-text {
	width: 95%;
	margin: 0 auto;
}

.page-top {
	width: 100vw;
	min-width: 350px;
	height: 315px;
	overflow: hidden;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.bb {
	border-bottom: 1px solid rgba(118, 123, 133, 0.3);
}

.sp {
	display: inline;
}
.pc {
	display: none;
}

/* Top ----------------------------------------- */
.top {
	position: relative;
	width: 100vw;
	min-width: 350px;
	height: calc(45vh - 65px);
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.top-copy {
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	z-index: 10;
	overflow: hidden;
}

.top-copy img {
	width: 200px;
}

.scroll-nav {
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	display: block;
}

.scroll {
	width: 16px;
	height: 30px;
	border-radius: 32px;
	/* border: 1px solid #fff; */
	margin: 0 auto;
}

.scroll-text {
	font-size: 6px;
	color: #fff;
}

.video-wrapper {
	z-index: -10;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45vh;
	text-align: center;
}

.video-wrapper video {
	position: relative;
	margin-top: -60px;
	min-height: 100%;
	width: auto;
	height: 100%;
	right: 20%;
}

.video-wrapper::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

/* About ----------------------------------------- */
.about {
	height: 370px;
	color: #00a0e9;
	background-color: #fff;
}

.about div {
	width: 100%;
	max-width: 1200px;
}

.about p {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

.about-items {
	margin: 0 auto;
}

.about-items h2 p {
	display: block;
	font-size: 32px;
	line-height: 40px;
}

/* Works ----------------------------------------- */
.works-header {
	padding-top: 40px;
	margin-bottom: 20px;
	color: #af1f24;
}

.works-p {
	text-align: center;
	width: 82%;
	margin: 0 auto;
}
.works p {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}

.works-items {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.works-box {
	position: relative;
	background-color: #fff;
	width: 355px;
	margin: 0 auto;
	margin-bottom: 40px;
	height: 600px;
}

.works-copy {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

p.box-copy {
	color: #00a0e9;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.works-img {
	position: relative;
	text-align: center;
}

.works-img img {
	width: 100%;
}

.item-link {
	position: absolute;
	color: #fff;
	background: rgba(0, 104, 183, 0.5);
	padding: 0.6rem 1rem;
	width: 120px;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.item-link a {
	display: block;
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	height: 36px;
}

.item-link:hover {
	opacity: 0.5;
}

.works-text {
	margin: 0 auto;
	margin-top: 15px;
	width: 340px;
	text-align: left;
}

.works-text p {
	font-size: 13px;
	line-height: 28px;
	text-align: left;
	font-weight: normal;
}

.works-btn {
	width: 85px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	margin-top: 20px;
	background-color: #af1f24;
	border-radius: 5px;
}

.works-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/* Footer ----------------------------------------- */
.footer-menu {
	top: 65px;
	width: 100vw;
	min-width: 350px;
	margin-top: 20px;
	background-color: #fff;
}

.footer-menu ul li {
	border-bottom: 1px solid rgba(118, 123, 133, 0.3);
	height: 52.5px;
	line-height: 52.5px;
	text-align: center;
	font-size: 34.67/2px;
}

.footer-menu ul li:first-child {
	border-top: 1px solid rgba(118, 123, 133, 0.3);
}

.footer-menu ul li a {
	color: #0068b7;
}

.sns {
	margin-top: 15px;
	width: 26px;
}

.dv {
	margin-top: 17px;
	width: 99px;
}

.sp-address {
	display: block;
}

.pc-address {
	display: none;
}

footer {
	min-width: 350px;
	text-align: center;
	color: #727171;
	font-size: 16px;
}

.footer-logo {
	width: 192.356px;
	margin-top: 62px;
	margin-bottom: 20px;
}

.copyright {
	min-width: 350px;
	width: 100vw;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-top: 50px;
	background-color: #0068b7;
	font-size: 9px;
	color: #fff;
}

/* service ----------------------------------------- */
.service {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.service-discription {
	width: 350px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2;
}

.service-top {
	background-position: center;
	background-image: url("../img/service_main.jpg");
}

.emb-video {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.service-items {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-box {
	position: relative;
	background-color: #fff;
	width: 255px;
	margin: 0 auto;
	margin-bottom: 40px;
	height: 350px;
}

.service-copy {
	margin-top: 10px;
	padding-bottom: 5px;
}

.service-copy p {
	color: #00a0e9;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.service-img {
	text-align: center;
}

.service-img img {
	width: auto;
	height: 228px;
}

.service-text {
	margin: 0 auto;
	width: 90%;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
}

.service-text p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
}

.contact-btn {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 170px;
	border-radius: 50px;
	background: #fff;
	padding: 10px;
	border: 1px solid #03a0e9;
	font-size: 13px;
	margin-top: 20px;
	color: #03a0e9;
}

.contact-btn a {
	color: #03a0e9;
}

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

.kyotei {
	width: 350px;
	overflow: hidden;
	border: 1px solid #af1f24;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.kyotei-header {
	background: #af1f24;
	color: #fff;
	padding: 1rem;
}

.kyotei-header p {
	font-size: 20px;
	width: 270px;
	margin: 0 auto;
}

.kyotei-text {
	padding: 1rem;
	font-size: 13px;
	line-height: 26px;
	text-align: left;
}

/* Member ----------------------------------------- */
.member {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.member-top {
	background-position: center;
	background-image: url("../img/member_main.jpg");
}

.membership-discription {
	width: 350px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2;
}

.membership-fee-item {
	margin: 0 auto;
	margin-top: 10px;
	width: 300px;
}

.membership-fee-item h3 {
	text-align: center;
	margin-bottom: 10px;
}

.membership-fee {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 300px;
	border: 1px solid #00a0e9;
}

.membership-fee-header {
	background: #00a0e9;
}

.membership-fee-header p {
	color: #fff;
	font-size: 18px;
	padding: 0.5rem;
	font-weight: normal;
}

.membership-fee-text {
	padding: 0.3rem;
	font-size: 18px;
}

.membership-fee-text p {
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}

.membership {
	width: 300px;
	overflow: hidden;
	border: 1px solid #af1f24;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.membership-header {
	background: #af1f24;
	color: #fff;
	padding: 1rem;
}

.membership-header p {
	font-size: 20px;
	width: 240px;
	margin: 0 auto;
}

.membership-text {
	width: 83%;
	margin: 0 auto;
	padding: 0.6rem;
	color: #af1f24;
}

.membership-text-row {
	width: 300px;
	display: block;
}

.membership-text-row p {
	font-size: 17px;
	padding: 0.3rem;
	text-align: left;
}

.activity {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.slider-img {
	margin-bottom: 20px;
}

/* Contact ----------------------------------------- */
.contact-top {
	background-position: center;
	background-image: url(../img/contact_main.jpg);
}

.phone {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}

.phone-copy {
	font-size: 20px;
}

.tel {
	font-size: 39px;
	color: #af1f24;
	font-weight: bold;
	margin-top: 10px;
}

.tel-info {
	font-size: 12px;
}

.contact-form {
	width: 340px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
}

.contact-form h2 {
	text-align: center;
	margin-bottom: 20px;
}

.contact-form dl {
	width: 100%;
	border-top: 1px solid rgba(118, 123, 133, 0.3);
	padding-top: 20px;
}

.contact-form dl dl:last-child {
	border-top: 1px solid rgba(118, 123, 133, 0.3);
}

.contact-form dd {
	padding: 0px 0 20px 0;
}

.contact-form .company,
.contact-form .name,
.contact-form .email,
.contact-form .phone-number,
.contact-form .post,
.contact-form .maker,
.contact-form .type {
	width: 95%;
	height: 20px;
}

.contact-form .date,
.contact-form .used {
	width: 60%;
	border: 1px solid #000;
	border-radius: 0px;
	background-color: #fff;
	height: 20px;
}

.contact-form .mes,
.contact-form .other,
.contact-form .shortage,
.contact-form .address {
	width: 95%;
	height: 80px;
	resize: none;
}

.contact-form .btn {
	background: #474f47;
	color: #fff;
	font-size: 15px;
	width: 80px;
	height: 40px;
	outline: 0;
	cursor: pointer;
	margin-left: 160px;
}

.required:after {
	content: "必須";
	font-size: 7px;
	position: relative;
	top: -3px;
	left: 3px;
	width: 45px;
	padding: 0.1rem;
	background-color: #af1f24;
	color: #fff;
}

.contact-message {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 130px;
	margin-bottom: 30px;
}

.last {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(118, 123, 133, 0.3);
}

.mes-title {
	position: relative;
}

.mes-form {
	position: relative;
	right: 0px;
}

.radio {
	padding: 10px 0;
}

.radio input {
	margin-left: 10px;
}

.confirm-btn {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 25px;
	border-radius: 50px;
	background: #fff;
	padding: 10px;
	width: 330px;
	height: 60px;
	border: 1px solid #03a0e9;
	margin-bottom: 20px;
	color: #03a0e9;
}

.confirm-btn:hover {
	color: #fff;
	background: #03a0e9;
}

/* Club ----------------------------------------- */
.club-top {
	background-position: center;
	background-image: url(../img/union_main.jpg);
}

.club-table {
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
}

.club-table tr {
	border-top: 1px solid #000;
}

.club-table tr:last-child {
	border-bottom: 1px solid #000;
}

.club-table th,
.club-table td {
	text-align: left;
	font-size: 12px;
	height: 40px;
}

.club-table th {
	font-weight: bold;
	padding-left: 20px;
	width: 80px;
}

.map {
	height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* Purchase ----------------------------------------- */
.purchase {
	font-size: 12.5px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

.purchase-top {
	background-position: center;
	background-image: url(../img/purchase_main.jpg);
}

.purchase-discription {
	width: 350px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2;
}

.purchase-list {
	border-collapse: collapse;
	border-spacing: 0;
	width: 340px;
	margin: 0 auto;
	margin-top: 20px;
}

.purchase-list thead {
	background-color: #00a0e9;
	color: #fff;
}

.purchase-list tbody tr:nth-child(even) {
	background-color: #eeefef;
}

.purchase-list th,
.purchase-list td {
	padding: 0.1rem;
	text-align: left;
}

.purchase-list th:first-child {
	width: 55px;
}

.purchase-list td:nth-of-type(3) {
	text-align: right;
}

.attension {
	font-size: 10px;
}

.attension::before {
	content: "※";
}

.warning {
	font-size: 10px;
	text-align: left;
	width: 340px;
	margin: 0 auto;
	margin-top: 10px;
}

.kaitori {
	max-width: 1000px;
	width: 90%;
	overflow: hidden;
	border: 1px solid #af1f24;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 0px;
}
.kaitori-header {
	background: #af1f24;
	color: #fff;
	padding: 0;
}
.kaitori-header p {
	display: inline-block;
	font-size: 25px;
	line-height: 40px;
	width: auto;
	margin: 0 auto;
}
.kaitori-text {
	padding: 1rem 1.5rem;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}

/* PCデザイン ---------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	/* util ----------------------------------------- */
	.wrap {
		margin-top: 90px;
	}
	.sec-g {
		background-color: #efefef;
		width: 100%;
		position: relative;
		padding-bottom: 20px;
	}
	.sec-g h3 {
		text-align: center;
		margin-bottom: 10px;
	}
	.sec-w {
		background-color: #fff;
		width: 90%;
		position: relative;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	.sec-w h3 {
		font-size: 30px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.sec-title-w {
		color: #fff;
		width: auto;
		margin: 0 auto;
		padding-top: 60px;
		margin-bottom: 30px;
	}
	.sec-title-r {
		color: #af1f24;
		width: auto;
		margin: 0 auto;
		padding-top: 60px;
		margin-bottom: 30px;
	}
	.top-title {
		font-size: 40px;
		text-align: center;
		color: #fff;
		line-height: 286px;
	}
	.section-title {
		font-size: 35px;
		padding-top: 60px;
		margin-bottom: 30px;
		text-align: center;
	}
	.page-top {
		width: 100vw;
		min-width: 350px;
		height: 286px;
		overflow: hidden;
		background-size: cover;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	.active {
		padding-bottom: 10px;
		border-bottom: 3px solid #fff;
	}
	/*Header ----------------------------------------- */
	header {
		width: 100%;
		height: 90px;
		z-index: 999;
		background-color: #0068b7;
		position: fixed;
		top: 0;
	}
	.header-logo {
		width: 438px;
		max-width: 438px;
		margin-top: 30px;
		margin-left: 20px;
		position: absolute;
	}
	.header-logo img {
		max-width: 438px;
		width: 80%;
	}
	.header-nav {
		width: auto;
		height: 90px;
	}
	.pc-menu {
		position: absolute;
		right: 10px;
		display: block;
	}
	.pc-menu ul li {
		margin-left: 20px;
		line-height: 90px;
		display: inline-block;
		font-size: 14px;
	}
	.pc-menu ul li:first-child {
		margin-left: 0;
	}
	.pc-menu ul li a {
		color: #fff;
	}
	.pc-menu ul li a:hover {
		opacity: 0.5;
		padding-bottom: 10px;
		border-bottom: 3px solid #fff;
	}
	.menu-trigger {
		display: none;
	}
	.sp {
		display: none;
	}
	.pc {
		display: inline;
	}
	/* Top ----------------------------------------- */
	.scroll-nav.pc {
		display: none;
	}
	.video-wrapper video {
		right: 0;
	}
	/* .top {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: calc(100vh - 90px);
    background-size: cover;
    background-position: center center;
  }
  .top-copy {
    position: absolute;
    width: 400px;
    height: 92px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    overflow: hidden;
    text-align: center;
  }
  .top-copy img {
    width: 375px;
  } */
	/* .video-wrapper {
    z-index: -10;
    width: 100%;
    position: relative;
    height: 100%;
    height: 100vh;
  }
  .video-wrapper video {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    left: 0;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    z-index: -10;
  }
  .video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .scroll-nav {
    position: absolute;
    z-index: 11;
    width: 50px;
    margin: 0 auto;
    bottom: 5px;
    left: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    display: block;
  } */
	.scroll {
		width: 23px;
		height: 42px;
		border-radius: 32px;
		border: 1px solid #fff;
		margin: 0 auto;
	}
	.scroll-text {
		font-size: 9px;
		color: #fff;
	}
	/* About ----------------------------------------- */
	.about {
		height: 340px;
		color: #00a0e9;
		background-color: #fff;
	}
	.about div {
		width: 100%;
		max-width: 1200px;
	}
	.about p {
		font-size: 25px;
		line-height: 50px;
		text-align: center;
	}
	.about-items {
		margin: 0 auto;
	}
	.about-items h2 p {
		display: inline-block;
		margin-right: 10px;
		font-size: 40px;
		line-height: 40px;
	}
	/* Works ----------------------------------------- */
	.works p {
		font-size: 20px;
		font-weight: normal;
		line-height: 40px;
		text-align: center;
	}
	.works-items {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 40px;
	}
	.works-items::after {
		content: "";
		display: block;
		width: 50%;
	}
	.works-box {
		position: relative;
		background-color: #fff;
		width: 355px;
		margin: 0 auto;
		margin-bottom: 40px;
		height: 650px;
	}
	.works-copy {
		width: 340px;
		margin: 0 auto;
		margin-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	.box-copy {
		color: #00a0e9;
		text-align: center;
		font-size: 20px;
		line-height: 25px;
	}
	.works-text {
		margin: 0 auto;
		margin-top: 15px;
		width: 340px;
		height: 260px;
		font-size: 14px;
		line-height: 21px;
		text-align: left;
	}
	.works-text p {
		font-size: 14px;
		line-height: 28px;
		text-align: left;
		font-weight: normal;
	}
	.works-btn {
		width: 95px;
		height: 23px;
		position: absolute;
		right: 10px;
		margin-top: 0px;
		background-color: #af1f24;
	}
	.works-btn a {
		display: block;
		color: #fff;
		font-size: 11px;
	}
	.item-link {
		opacity: 0;
		position: absolute;
		color: #fff;
		background: rgba(0, 104, 183, 0.5);
		padding: 0.6rem 1rem;
		width: 355px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 250px;
	}
	.item-link a {
		position: absolute;
		display: block;
		color: #fff;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100px;
		font-size: 20px;
		border-bottom: 1px solid #fff;
		height: 36px;
	}
	.item-link:hover {
		opacity: 1;
	}
	/* Footer ----------------------------------------- */
	.footer-menu {
		top: 65px;
		width: 600px;
		min-width: 350px;
		margin: 0 auto;
		background-color: #fff;
		margin-top: 80px;
	}
	.footer-menu ul li {
		border-bottom: none;
		border-right: 1px solid #0068b7;
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		height: 21px;
		text-align: center;
		line-height: 21px;
		font-size: 17px;
	}
	.footer-menu ul li:first-child {
		border-top: none;
	}
	.footer-menu ul li:nth-child(6) {
		border-right: none;
	}
	.footer-menu ul li:nth-child(7) {
		padding-right: 0px;
		margin-top: 30px;
		border-right: none;
		line-height: 35px;
	}
	.footer-menu ul li:nth-child(8) {
		padding-right: 0px;
		margin-top: 30px;
		border-right: none;
		line-height: 35px;
	}
	.footer-menu ul li:nth-child(9) {
		padding-right: 0px;
		margin-top: 30px;
		border-right: none;
		line-height: 35px;
	}
	.footer-menu ul li:nth-child(10) {
		padding-right: 20px;
		margin-top: 30px;
		border-right: none;
		line-height: 35px;
	}
	.footer-menu ul li a {
		color: #0068b7;
		display: block;
	}
	.sns {
		margin-top: 15px;
		width: 37px;
	}
	.dv {
		margin-top: 17px;
		width: 188px;
	}
	.sp-address {
		display: none;
	}
	.pc-address {
		margin-top: 30px;
		display: block;
	}
	footer {
		min-width: 350px;
		text-align: center;
		color: #727171;
		font-size: 16px;
	}
	.footer-logo {
		width: 400px;
		margin-top: 62px;
		margin-bottom: 20px;
	}
	.copyright {
		min-width: 350px;
		width: 100vw;
		height: 50px;
		text-align: center;
		line-height: 50px;
		margin-top: 80px;
		background-color: #0068b7;
		font-size: 14px;
		color: #fff;
	}
	/* service ----------------------------------------- */
	.service {
		font-size: 20px;
		font-weight: normal;
		line-height: 40px;
		text-align: center;
	}
	.service-top {
		background-position: center;
		background-image: url("../img/service_main.jpg");
	}
	.service-discription {
		width: auto;
		margin: 0 auto;
		font-size: 20px;
	}
	.emb-video {
		width: 100%;
		max-width: 1000px;
		height: 600px;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
	}
	.service-items {
		width: 100%;
		max-width: 1050px;
		margin: 0 auto;
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.service-box {
		position: relative;
		background-color: #fff;
		width: 305px;
		margin: 0 auto;
		margin-bottom: 30px;
		height: 340px;
	}
	.service-copy {
		margin-top: 10px;
		padding-bottom: 5px;
	}
	.service-copy p {
		color: #00a0e9;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 25px;
	}
	.service-img {
		text-align: center;
	}
	.service-img img {
		width: 100%;
	}
	.service-text {
		margin: 0 auto;
		width: 90%;
		line-height: 18px;
		text-align: left;
	}
	.service-text p {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		font-weight: normal;
	}
	.contact-btn {
		position: relative;
		display: block;
		text-align: center;
		margin: 0 auto;
		font-size: 25px;
		border-radius: 50px;
		background: #fff;
		padding: 10px;
		width: 330px;
		height: 60px;
		border: 1px solid #03a0e9;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.contact-btn a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #03a0e9;
		display: block;
		line-height: 60px;
	}
	.contact-btn a:hover {
		color: #fff;
	}
	.contact-btn:hover {
		background: #03a0e9;
	}
	.kyotei {
		max-width: 1000px;
		width: 90%;
		overflow: hidden;
		border: 1px solid #af1f24;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.kyotei-header {
		background: #af1f24;
		color: #fff;
		padding: 0;
	}
	.kyotei-header p {
		display: inline-block;
		font-size: 30px;
		width: auto;
		margin: 0 auto;
		margin: 0px -1px 0px -5px;
	}
	.kyotei-text {
		padding: 1rem 1.5rem;
		font-size: 14px;
		line-height: 30px;
	}
	/* Member ----------------------------------------- */
	.member {
		font-size: 20px;
		font-weight: normal;
		line-height: 40px;
		text-align: center;
	}
	.member-top {
		background-position: center;
		background-image: url("../img/member_main.jpg");
	}
	.membership-discription {
		width: auto;
		margin: 0 auto;
		font-size: 20px;
	}
	.membership-fee-item {
		width: 100%;
		max-width: 1050px;
		margin: 0 auto;
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.membership-fee-item::after {
		content: "";
		display: block;
		width: 50%;
	}
	.membership-fee {
		height: 145px;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 320px;
		border: 1px solid #00a0e9;
	}
	.membership-fee-header {
		background: #00a0e9;
	}
	.membership-fee-header p {
		color: #fff;
		font-size: 18px;
		padding: 0.5rem;
		font-weight: normal;
	}
	.membership-fee-text-box {
		height: 90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.membership-fee-text {
		padding: 0rem;
		font-size: 16px;
	}
	.membership-fee-text p {
		font-size: 16px;
		font-weight: normal;
		line-height: 25px;
		text-align: center;
	}
	.membership {
		width: 100%;
		max-width: 1050px;
		margin: 0 auto;
		overflow: hidden;
		border: 1px solid #af1f24;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.membership-header {
		background: #af1f24;
		color: #fff;
		padding: 0rem;
	}
	.membership-header p {
		font-size: 30px;
		width: 240px;
		margin: 0 auto;
		padding: 10px 0;
	}
	.membership-text {
		width: 83%;
		margin: 0 auto;
		padding: 0.6rem;
		color: #af1f24;
	}
	.membership-text-row {
		width: 300px;
		display: inline-block;
	}
	.membership-text-row p {
		font-size: 20px;
		padding: 0rem;
		text-align: left;
	}
	.activity {
		text-align: center;
		margin-bottom: 20px;
	}
	.slider-img {
		margin-bottom: 20px;
	}
	/* Contact ----------------------------------------- */
	.phone {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.phone-copy {
		font-size: 20px;
	}
	.tel {
		font-size: 39px;
		color: #af1f24;
		font-weight: bold;
		margin-top: 10px;
	}
	.tel-info {
		font-size: 12px;
	}
	.contact-form {
		width: 100%;
		max-width: 800px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 30px;
	}
	.contact-form h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	.contact-form dl {
		width: 100%;
		border-top: 1px solid rgba(118, 123, 133, 0.3);
		padding-top: 20px;
	}
	.contact-form dl dl:last-child {
		border-top: 1px solid rgba(118, 123, 133, 0.3);
	}
	.contact-form dt {
		width: 150px;
		display: inline-block;
	}
	.contact-form dd {
		padding: 20px 0 10px 0;
		width: 75%;
		margin-bottom: 20px;
		display: inline-block;
	}
	.contact-form .company,
	.contact-form .name,
	.contact-form .email,
	.contact-form .phone-number,
	.contact-form .post,
	.contact-form .maker,
	.contact-form .type {
		height: 30px;
		width: 100%;
	}
	.contact-form .date,
	.contact-form .used {
		width: 60%;
		border: 1px solid #000;
		border-radius: 0px;
		background-color: #fff;
		height: 20px;
	}
	.contact-form .mes,
	.contact-form .other,
	.contact-form .shortage,
	.contact-form .address {
		width: 100%;
		height: 100px;
		resize: none;
	}
	.contact-form .btn {
		background: #474f47;
		color: #fff;
		font-size: 15px;
		width: 80px;
		height: 40px;
		outline: 0;
		cursor: pointer;
		margin-left: 160px;
	}
	.contact-message {
		width: 100%;
		position: relative;
		overflow: hidden;
		height: 130px;
	}
	.last {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(118, 123, 133, 0.3);
	}
	.mes-title {
		position: absolute;
	}
	.mes-form {
		position: absolute;
		right: 40px;
	}
	.required:after {
		content: "必須";
		font-size: 7px;
		position: relative;
		top: -3px;
		left: 3px;
		width: 45px;
		padding: 0.1rem;
		background-color: #af1f24;
		color: #fff;
	}
	.radio {
		width: 60%;
		display: inline-block;
		padding: 20px 0;
	}
	.radio input {
		margin-left: 10px;
	}
	/* Club ----------------------------------------- */
	.club-top {
		background-position: center;
		background-image: url(../img/union_main.jpg);
	}
	.club-table {
		border-collapse: collapse;
		width: 95%;
		margin: 0 auto;
	}
	.club-table tr {
		border-top: 1px solid #000;
	}
	.club-table tr:last-child {
		border-bottom: 1px solid #000;
	}
	.club-table th,
	.club-table td {
		text-align: left;
		font-size: 18px;
		height: 60px;
	}
	.club-table th {
		font-weight: bold;
		padding-left: 20px;
		width: 180px;
	}
	.map {
		height: 500px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	/* Purchase ----------------------------------------- */
	.purchase {
		font-size: 20px;
		font-weight: normal;
		line-height: 40px;
		text-align: center;
	}
	.purchase-top {
		background-position: 0 -120px;
		background-image: url(../img/purchase_main.jpg);
	}
	.purchase-discription {
		width: auto;
		margin: 0 auto;
		font-size: 20px;
	}

	.purchase-list {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.purchase-list thead {
		background-color: #00a0e9;
		color: #fff;
	}
	.purchase-list tbody tr:nth-child(even) {
		background-color: #eeefef;
	}
	.purchase-list th,
	.purchase-list td {
		padding: 0.3rem;
		text-align: left;
	}
	.purchase-list th:first-child {
		width: 170px;
	}
	.purchase-list th:last-child {
		text-align: right;
	}
	.purchase-list td:nth-of-type(3) {
		text-align: right;
	}
	.attension {
		font-size: 12px;
		height: 20px;
	}
	.attension::before {
		content: "※";
	}
	.warning {
		font-size: 12px;
		text-align: left;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		margin-top: 10px;
	}
}

/* タブレット用 ---------------------------------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
	/* Top ----------------------------------------- */
	.scroll-nav.pc {
		display: inline;
	}
	.top {
		overflow: hidden;
		position: relative;
		width: 100vw;
		height: calc(100vh - 90px);
		background-size: cover;
		background-position: center center;
	}
	.top-copy {
		position: absolute;
		width: 400px;
		height: 92px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 10;
		overflow: hidden;
		text-align: center;
	}
	.top-copy img {
		width: 375px;
	}
	.video-wrapper {
		z-index: -10;
		width: 100%;
		position: relative;
		height: 100%;
		height: 100vh;
	}
	.video-wrapper video {
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		left: 0;
		min-height: 100%;
		min-height: 100vh;
		min-width: 100%;
		min-width: 100vw;
		height: auto;
		position: absolute;
		top: 0;
		z-index: -10;
	}
	.video-wrapper::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}
	.scroll-nav {
		position: absolute;
		z-index: 11;
		width: 50px;
		margin: 0 auto;
		bottom: 5px;
		left: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	.header-logo {
		width: 300px;
	}
}
