@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	background: transparent;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 750px) {
	body {
		min-width: 320px;
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

input, textarea {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

img {
	max-width: 100%;
}

a:focus {
	outline: none;
}

a {
	color: currentColor;
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	border: 0;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.PC {
		display: none !important;
	}
}

.is-pc .tpl-hvo {
	transition: opacity .5s;
}

.is-pc .tpl-hvo:hover {
	opacity: .7;
}

/*************************************************************
/ g-header
/************************************************************/
.g-header {
	width: 100%;
	height: 70px;
	padding: 0 0 0 30px;
	background-color: #fff;
	position: relative;
	z-index: 7;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
}

@media only screen and (max-width: 750px) {
	.g-header {
		height: 14.66667vw;
		padding: 0 0 0 4vw;
	}
}

.g-header .logo {
	width: 414px;
}

.g-header .logo img {
	display: block;
}

@media only screen and (max-width: 750px) {
	.g-header .logo {
		width: 60.26667vw;
	}
}

.g-header .nav-block {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
	position: relative;
}

.g-header .nav-block .tel {
	display: block;
	padding-left: 0.9em;
	margin-right: 1em;
	color: #666;
	font-size: 22px;
	line-height: 1;
	font-family: 'Quicksand', sans-serif;
	background-image: url("../../../assets/common/img/icon-tel.png");
	background-repeat: no-repeat;
	background-size: 0.7em auto;
	background-position: 0 51%;
}

@media only screen and (max-width: 750px) {
	.g-header .nav-block .tel {
		width: 14.66667vw;
		height: 100%;
		padding: 0;
		margin: 0;
		background-position: 50% 50%;
		border-left: 1px solid #EEE;
		background-size: 4.26667vw auto;
	}
}

@media only screen and (min-width: 751px) {
	.g-header .nav-block .tel a {
		pointer-events: none;
	}
}

.g-header .nav-block .lang-menu {
	height: 100%;
	border-left: 1px solid #EEE;
}

.g-header .nav-block .lang-menu .lang-btn {
	display: block;
	width: 90px;
	height: 100%;
	color: #777;
	background: url(../img/icon-lang.png) no-repeat 50% 20%, url(../img/icon-pull.png) no-repeat 50% 86%;
	background-size: 25px auto, 7px auto;
}

@media only screen and (max-width: 750px) {
	.g-header .nav-block .lang-menu .lang-btn {
		width: 14.66667vw;
		background-size: 5.33333vw auto, 1.6vw auto;
		background-position: 50% 24%,  50% 88%;
	}
}

.g-header .nav-block .lang-menu .lang-btn span {
	display: block;
	margin-top: 20%;
	font-size: 12px;
	font-weight: 400;
	text-indent: -0.15em;
}

@media only screen and (max-width: 750px) {
	.g-header .nav-block .lang-menu .lang-btn span {
		font-size: 9px;
		font-size: 2.4vw;
		margin-top: 30%;
	}
}

.g-header .nav-block .lang-menu .lang-list {
	background: #FFF;
	overflow: hidden;
	color: #777;
	max-height: 0;
	transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	margin-left: -1px;
}

.g-header .nav-block .lang-menu .lang-list li {
	border: solid #EEE;
	border-width: 0 0 1px 1px;
}

.g-header .nav-block .lang-menu .lang-list li:nth-of-type(1) {
	border-top-width: 1px;
}

.g-header .nav-block .lang-menu .lang-list a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 1.8em 0;
	transition: 0.3s;
}

@media only screen and (max-width: 750px) {
	.g-header .nav-block .lang-menu .lang-list a {
		font-size: 12px;
		font-size: 3.2vw;
	}
}

.is-pc .g-header .nav-block .lang-menu .lang-list a:hover {
	background-color: #f4f4f4;
}

.g-header .nav-block .lang-menu .lang-btn.open + .lang-list {
	max-height: 10em;
}

/*************************************************************
/ g-footer
/************************************************************/
.g-footer {
	background-color: #272626;
	color: #fff;
}

.g-footer a {
	color: #fff;
}

.g-footer .tpl-inner-wrap {
	padding: 35px;
	max-width: 960px;
}

@media only screen and (max-width: 750px) {
	.g-footer .tpl-inner-wrap {
		padding: 6vw 4vw;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .col-block {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
		flex-direction: row-reverse;
	}
}

.g-footer__logo {
	width: 202px;
}

@media only screen and (max-width: 750px) {
	.g-footer__logo {
		width: 46.66667vw;
		margin: 6.66667vw auto;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer__nav {
		font-size: 12px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer__nav {
		text-align: center;
		font-size: 12px;
		font-size: 3.2vw;
	}
}

.g-footer__nav .bd-txt {
	padding: 2px 4px 3px;
	line-height: 1;
	border: solid 1px #fff;
}

@media only screen and (max-width: 750px) {
	.g-footer__nav .bd-txt {
		padding: 1.33333vw 2.66667vw;
		display: inline-block;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer__nav ul {
		margin-left: 15px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer__nav ul {
		margin-top: 4vw;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer__nav ul li {
		display: inline-block;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer__nav ul li::after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 2.93333vw;
		margin-left: 2.66667vw;
		background-color: #fff;
	}
}

.g-footer__nav ul li:nth-child(n+2) {
	margin-left: 15px;
}

@media only screen and (max-width: 750px) {
	.g-footer__nav ul li:nth-child(n+2) {
		margin-left: 2.66667vw;
	}
}

.g-footer__nav ul li:last-child::after {
	display: none;
}

.g-footer__nav ul li a:hover {
	text-decoration: underline;
}

.g-footer .copyright {
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
}

@media only screen and (max-width: 750px) {
	.g-footer .copyright {
		text-align: center;
	}
}

/*************************************************************
/ comingsoon
/************************************************************/
.comingsoon {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	background: url(../img/cs-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.comingsoon .ttl {
	width: 33.28571vw;
	min-width: 400px;
}

@media only screen and (max-width: 750px) {
	.comingsoon .ttl {
		width: 80vw;
		min-width: 240px;
	}
}

/*# sourceMappingURL=common.css.map */
