@charset "UTF-8";

/* = Bugfix For Android
-------------------------------------------------------------- */
* {
	max-height: 999999px;
}

/* = Fonts
-------------------------------------------------------------- */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
	src: url('../fonts/NotoSansCJKjp-Thind41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
	url('../fonts/NotoSansCJKjp-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/NotoSansCJKjp-Light.eot');
	src: url('../fonts/NotoSansCJKjp-Lightd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/NotoSansCJKjp-DemiLight.eot');
	src: url('../fonts/NotoSansCJKjp-DemiLightd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansCJKjp-Regular.eot');
	src: url('../fonts/NotoSansCJKjp-Regulard41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/NotoSansCJKjp-Medium.eot');
	src: url('../fonts/NotoSansCJKjp-Mediumd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSansCJKjp-Bold.eot');
	src: url('../fonts/NotoSansCJKjp-Boldd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/NotoSansCJKjp-Black.eot');
	src: url('../fonts/NotoSansCJKjp-Blackd41d.eot?#iefix') format('embedded-opentype'),
	url('../fonts/NotoSansCJKjp-Black.woff') format('woff'),
	url('../fonts/NotoSansCJKjp-Black.ttf') format('truetype');
}
.noto {
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, verdana, sans-serif;
	letter-spacing: -0.02em;
	display: inline-block;
	padding: 0.4em 0 0\0;
}
.noto::after {
	content: '';
	font-family: sans-serif;
}
.mincho {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, serif;
}

.thin {
	font-weight: 100;
}
.light {
	font-weight: 200;
}
.demi-light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}

/* = Init
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body,
input,
textarea {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.75;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
	color: #333;
}
body {
	background: #fff;
}
@media screen and (max-width: 1000px) {
	body, 
	input, 
	textarea {
		font-size: 3.6rem;
	}
}

img, iframe {
	max-width: 100%;
}

/* = reset element style
-------------------------------------------------------------- */

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* = Anchor
-------------------------------------------------------------- */
a {
	color: inherit;
}
a:focus {
	outline: none;
}
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a.underline {
	text-decoration: underline;
}

a.img-box {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s opacity;
}

a.tel,
.tel a {
	opacity: 1;
}
@media screen and (min-width: 1001px) {
	a.tel,
	.tel a {
		pointer-events: none;
	}
}

/* = Table
-------------------------------------------------------------- */
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	border-top: 1px solid #dcdddd;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #dcdddd;
	margin: 20px 0;
	width: 100%;
}
td,
th {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
	border-left: none;
}
th {
	background: #efefef;
}

/* = Input
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 0.2em 0.5em;
}

input:hover,
input:focus,
textarea {
	outline: none;
}
input[type="radio"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/* = Common Class
-------------------------------------------------------------- */
.relative { position: relative; }
.absolute { position: absolute; }

.left { float: left; }
.right { float: right; }
@media screen and (max-width: 1000px) {
	.left { float: none; }
	.right { float: none; }
}

.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.floatbox {
	overflow: hidden;
}
.floatlist {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.floatlist li {
	display: inline-block;
	font-size: 1.5rem;
	vertical-align: top;
}

.img-box {
	font-size: 0;
	line-height: 1;
	text-align: center;
}

/* = Display
-------------------------------------------------------------- */
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
.ib {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 1001px) {
	.sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 1000px) {
	.pc-only {
		display: none !important;
	}
}
