@charset "utf-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
	font-size: 100%;
	scroll-padding-top: 90px;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	font: inherit;
}

span, small, em, time, i {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a {
	border: medium;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
	display: block;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, select {
	vertical-align: middle;
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}



input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

abbr[title], dfn[title] {
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	font-style: oblique;
	text-decoration: none;
}

mark {
	background: transparent;
	font-style: normal;
}

img {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background: #d4dcd6;
}

::selection {
	background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	color: #000;
	font-family: "Noto Sans JP",'Open Sans', "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
.link {
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
a[href^=tel] {
	cursor: default;
}
/*--header----*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.h-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 94%;
	height: 90px;
	margin: auto;
}
.logo-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo {
	text-align: center;
	width: 220px;
	font-size: 11px;
	letter-spacing: 0.13em;
}
.logo img {
	margin-bottom: 10px;
}
.logo-txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.18em;
}
.logo-txt span {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.09em;
}
.btn-contact {
	display: inline-block;
	border: solid 1px #2b2d2d;
	background: #2b2d2d;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media (hover: hover) and (pointer: fine) {
.btn-contact:hover {
	background: #fff;
	color: #000;
}
}
/*--hero----*/
.hero {
	padding: 80px 0 0 0;
}
.hero img {
	width: 100%;
	height: auto;
}
/*--footer----*/
.footer {
	background: #2b2d2d;
	color: #fff;
	padding: 18px 0 20px 0;
}
.copyright {
	text-align: center;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

/*-----------------------------------------------------------
contents
-----------------------------------------------------------*/
/*ttl*/
.ttl01 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.ttl02 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.ttl03 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.ttl04 {
	font-size: 17px;
	margin-bottom: 20px;
}
.ttl04 span {
	font-size: 15px;
}
/*sec01*/
.sec01 {
	margin: 100px auto;
	width: 66%;
	text-align: center;
}
/*sec02*/
.sec02 {
	margin: 100px auto;
	width: 90%;
}
.items4 {
	margin: 0 0 40px;
}
.items4 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.items4 .item + .item{
	margin-top: 20px;
}
.items4 .item:nth-child(odd) {
	flex-direction: row-reverse;
}
.items4 .item-img {
	width: calc(50% - 10px);
}
.items4 .item-img img,.items4 .item-img video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.items4 .item-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	background: #2b2d2d;
	color: #fff;
	padding: 100px 50px;

}
.items4 .item-body .item-body-inner {
	max-width: 490px;
}
/*sec03*/
.sec03 {
	margin: 100px auto;
}
.sec03 .txt-area {
	margin: 0 auto 40px auto;
	width: 66%;
	text-align: center;
}
.card-box02 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
.box-style01 {
	display: flex;
	flex-direction: column;
	color: #fff;
	padding: 100px 14%;
	position: relative;
}
.box-style01 p {
	margin-bottom: 40px;
}
.card-box02 .bg01 {
	background: rgba(0,0,0,0.6) url(../image/img03.jpg) no-repeat center center/cover;
	background-blend-mode: multiply;
}
.card-box02 .bg02 {
	background: rgba(0,0,0,0.6) url(../image/img04.jpg) no-repeat center center/cover;
	background-blend-mode: multiply;
}
.card-box02 .bg03 {
	background: rgba(0,0,0,0.6) url(../image/img05.jpg) no-repeat center center/cover;
	background-blend-mode: multiply;
}
.card-box02 .bg04 {
	background:rgba(0,0,0,0.6) url(../image/img06.jpg) no-repeat center center/cover;
	background-blend-mode: multiply;
}
.card-box02 .box-ttl{
	min-height: 100px;
}
.card-box02 .box-btn{
	margin:auto 0 0;
}
.btn-style01 {
	display: inline-block;
	border: solid 1px #fff;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-style01:hover {
	background: rgba(255, 255, 255, 0.3);
}
/*sec04*/
.sec04 {
	margin: 100px auto;
	width: 80%;
}
.table-style01 {
	border-collapse: collapse;
	margin: 0 0 60px;
	width: 100%;
}
.table-style01 th {
	padding: 5px 0;
	font-weight: normal;
	text-align: left;
	width: 22%;
}
.table-style01 td {
	font-size: 14px;
	padding: 5px 0;
	line-height: 1.6;
}
.btn-style02 {
	display: inline-block;
	border: solid 1px #000;
	background: #2b2d2d;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-style02:hover {
	background: #fff;
	color: #000;
}
.btn-style03 {
	display: inline-block;
	border: solid 1px #000;
	background: #fff
		text-align: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.btn-style03:hover {
	background: #2b2d2d;
	color: #fff;
}
.btn-area li {
	display: inline-block;
	margin-right: 15px;
}
/*sec05*/
.sec05 {
	background: #2b2d2d;
	color: #fff;
}
.sec05-inner {
	margin: 0 auto;
	padding: 100px 0;
	width: 80%;
}
.dl-style01 {
	margin: 0 0 40px;
	width: 100%;
}
.dl-style01:after {
	clear: both;
	content: "";
	display: block;
}
.dl-style01 dt {
	clear: both;
	float: left;
	width: 26%;
	margin-bottom: 6px;
}
.dl-style01 dd {
	float: left;
	width: 60%;
	border-left: #fff solid 1px;
	padding-left: 80px;
	margin-bottom: 6px;
}
.dl-style02 {
	margin: 0 0 40px;
	width: 100%;
	line-height: 1.6;
}
.dl-style02:after {
	clear: both;
	content: "";
	display: block;
}
.dl-style02 dt {
	clear: both;
	float: left;
	width: 7%;
	margin-bottom: 10px;
}
.dl-style02 dd {
	float: left;
	width: 90%;
	margin-bottom: 10px;
}
/*sec06*/
.sec06 {
	max-width: 1080px;
	margin: 100px auto;
	width: 90%;
}
.sec06 .txt-area {
	margin: 0 auto 40px auto;
	width: 66%;
	text-align: center;
}
.col03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.col03 li {
	text-align: center;
	width: 30%;
	padding: 0 1.5%;
	line-height: 1.4;
}
.col03 img {
	margin-bottom: 20px;
}
.col04 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.col04 li {
	text-align: center;
	width: 25%;
	padding: 0 20px;
	line-height: 1.4;
}
.col04 img {
	margin-bottom: 20px;
}
/* sec07 */
.sec07 {
	margin: 100px auto;
	width: 90%;
}
.access-box {
	background: #05EBEF url(../image/img07.jpg) no-repeat 10% center;
	background-size: cover;
	line-height: 0;
}
.access-box .box-style02 {
	width: 50%;
	background: #05EBEF;
	padding: 100px 70px;
	text-align: center;
	line-height: 1.8;
}
.mgb {
	margin-bottom: 40px;
}
.mgb15,
.mgb p {
	margin-bottom: 15px;
}
.contact-box {
	text-align: left;
	margin-bottom: 30px;
}
.contact-box dd {
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box input[type="number"],
.contact-box input[type="date"],
.contact-box select,
.contact-box textarea {
	width: 100%;
	font-size: 16px;
	padding: 5px;
}
.contact-box textarea {
	resize: vertical;
	height:100px;
}
.contact-box .select-wrap{
	position: relative;
}
.contact-box .select-wrap:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}
.contact-box select:invalid {
  color: #616161;	
}
.contact-box .error{
	color: #f00;
	font-size: 13px;
}
.contact-btn input[type="submit"]{
	width: 100%;
	display: block;
	border: solid 1px #000;
	background: #2b2d2d;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 10px 30px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.contact-btn input[type="submit"]:hover {
	background: #fff;
	color: #000;
}
.g-map iframe {
	width: 100%;
	height: 460px;
	filter: grayscale(100%);
}
/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
.fade {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.fade:hover {
	opacity: 0.5;
}
.bold,
strong {
	font-weight: bold;
}
.sp-map iframe,
.sp-map object,
.sp-map embed {
	vertical-align: top;
}
.tac {
	text-align: center;
}

.mb30{
	margin-bottom: 30px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
	/*-----------------------------------------------------------
	body SP
	-----------------------------------------------------------*/
	html{
		scroll-padding-top: 70px;
	}
	body {
		font-size: 14px;
		line-height: 1.8;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.8;
	}
	/*--header----*/
	.header{
		box-shadow: 0 0 10px rgba(0,0,0,0.1);	
	}
	.h-container{
		padding-right: 45px;
		height: 70px;
	}
	.logo {
		width: 190px;
		font-size: 10px;
		letter-spacing: 0.09;
		margin-top: 5px;
	}
	.logo img {
		margin-bottom: 5px;
	}
	.btn-contact {
		padding: 7px 10px;
		line-height: 1;
	}
	.btn-contact img{
		width: 20px;
		height: auto;
		vertical-align: middle;
	}
	/*--hero----*/
	.hero {
		padding: 60px 0 0 0;
	}
	/*--hehumbergerro----*/
	.humberger {
		background-color: #fff;
		cursor: pointer;
		display: block;
		position: fixed;
		top: 10px;
		right: 0px;
		width: 50px;
		height: 50px;
		transition: 0.5s;
		z-index: 6000;
	}
	.humberger span {
		background: #333;
		position: absolute;
		left: 50%;
		width: 25px;
		height: 2px;
		transform: translateX(-50%);
		transition: 0.4s;
	}
	.humberger span:nth-of-type(1) {
		top: 15px;
	}
	.humberger span:nth-of-type(2) {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.humberger span:nth-of-type(3) {
		bottom: 15px;
	}
	.humberger.is-open span:nth-of-type(1) {
		transform: translate(-50%, 9px) rotate(-45deg);
	}
	.humberger.is-open span:nth-of-type(2) {
		opacity: 0;
	}
	.humberger.is-open span:nth-of-type(3) {
		transform: translate(-50%, -9px) rotate(45deg);
	}

	/* 中身 */
	.g-navi-contents {
		pointer-events: none;
		visibility: hidden;
		box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
		background: #fff;
		padding: 50px 10% 100px;
		position: fixed;
		top: 0;
		right: 0;
		width: 90%;
		height: 100%;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 0;
		transform: translateX(100%);
		z-index: 5000;
	}

	.g-navi-contents.is-open {
		pointer-events: auto;
		visibility: visible;
		overflow-y: auto;
		opacity: 1;
		transform: translateX(0);
	}

	.g-navi-list {
		margin-top: 20px;
	}

	.g-navi-list > li > a {
		color: #333;
		display: block;
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		padding: 15px 0;
	}

	.g-navi-list > li.sp-dropdown {
		position: relative;
	}

	.g-navi-list > li.sp-dropdown::before, .g-navi-list > li.sp-dropdown::after {
		content: "";
		background-color: #333;
		position: absolute;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.g-navi-list > li.sp-dropdown::before {
		width: 1px;
		height: 11px;
		top: 17px;
		right: 20px;
	}

	.g-navi-list > li.sp-dropdown::after {
		width: 11px;
		height: 1px;
		top: 22px;
		right: 15px;
	}

	.g-navi-list > li.sp-dropdown.is-on::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.g-navi-list > li.sp-dropdown > a {
		padding: 15px 40px 15px 0;
	}

	/*-----------------------------------------------------------
	contents
	-----------------------------------------------------------*/
	/*ttl*/
	.ttl01 {
		font-size: 26px;
	}
	.ttl02 {
		font-size: 18px;
	}
	.ttl03 {
		font-size: 16px;
	}
	.ttl04 {
		font-size: 15px;
	}
	/*sec01*/
	.sec01 {
		margin: 50px auto;
		width: 80%;
		text-align: left;
	}
	/*sec02*/
	.sec02 {
		margin: 50px auto;
		width: 100%;
	}
	.items4 {
		margin: 0 0 40px;
	}
	.items4 .item {
		display: block;
	}
	.items4 .item + .item {
		margin-top: 0;
	}
	.items4 .item-img {
		width: 100%;
		margin: auto;
	}
	.items4 .item-img img,.items4 .item-img video{
		height: 60vw;
	}
	.items4 .item-body {
		display: block;
		width: 100%;
		height: 100%;
		padding: 50px 10%;
	}
	.items4 .item-body .item-body-inner {
		max-width: 100%;
	}
	/*sec03*/
	.sec03 {
		margin: 50px auto;
	}
	.sec03 .txt-area {
		width: 80%;
		text-align: left;
	}
	.card-box02 {
		display: block;
	}
	.card-box02 .box-ttl{
		min-height:0;
	}
	.box-style01 p {
		margin-bottom: 20px;
	}
	.box-style01 {
		padding: 50px 10%;
	}

	/*sec04*/
	.sec04 {
		margin: 50px auto;
		width: 80%;
	}
	.table-style01 {
		border-collapse: collapse;
		margin: 0 0 20px;
		width: 100%;
	}
	.table-style01 tr{
		display: block;
	}
	.table-style01 th,
	.table-style01 td{
		display: list-item;
		list-style: none;
		width: 100%;
		padding: 0;
	}
	.table-style01 th{
		font-weight: bold;;
	}
	.table-style01 td{
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.btn-style02,
	.btn-style03 {
		display: block;
		text-align: center;
	}
	.btn-area li {
		display: block;
		margin: 0 0 10px 0;
	}
	/*sec05*/
	.sec05-inner {
		padding: 50px 0;
		width: 80%;
	}
	.dl-style01 {
		margin-bottom: 20px;
	}
	.dl-style01 dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.dl-style01 dd {
		width: 100%;
		padding-left: 20px;
		margin: 0 0 15px 15px;
	}
	.dl-style02 {
		margin-bottom: 0;
	}
	.dl-style02 dt {
		width: 100%;
		margin-bottom: 0;
	}
	.dl-style02 dd {
		width: 100%;
		margin: 0 0 15px 15px;
	}
	/*sec06*/
	.sec06 {
		margin: 50px auto;
		width: 90%;
	}
	.sec06 .txt-area {
		width: 90%;
		text-align: left;
	}
	.col03 {
		margin-bottom: 30px;
	}
	.col03 li {
		width: calc(50%);
		margin-bottom: 10px;
	}
	.col03 img {
		margin: 0 auto 0;
	}
	/* sec07 */
	.sec07 {
		margin: 50px auto;
		width: 90%;
	}
	.access-box {
		background: #05EBEF url(../image/img07.jpg) no-repeat center -18%;
		background-size: 140%;
		line-height: 0;
		padding-top: 200px;
	}
	.access-box .box-style02 {
		width: 100%;
		padding: 30px 10% 40px 10%;
	}
	.g-map iframe {
		width: 100%;
		height: 240px;
	}
	/*-----------------------------------------------------------
	common SP
	-----------------------------------------------------------*/
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}