@charset "utf-8";

/*** reset ***/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

img {
	width: 100%;
	border: none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border: 0;
}

th {
	text-align: left;
}

input, select, textarea {
	vertical-align: middle;
}

img {
	border: 0;
	vertical-align: middle;
}

ins, a {
	text-decoration: none;
}

ul {
	list-style: none;
}

br {
	letter-spacing: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/***cleasrfix hack***/
.hack::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*end hide*/
.clear {
	clear: both;
}

/*** font ***/
html {
	font-size: 62.5%;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	font-feature-settings: "palt";
	color: #000;
}

/*family*/
body {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	background: #f2f1ec
}

.f_en {
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
}

.f_m{
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
}

.f_m_t{
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
}



.f_b {
	font-weight: bold;
}

.cap_f{
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

/*** link ***/
a, a:hover, a:link, a:visited, a:active {
	color: #000;
}

.alphaOver img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.alphaOver:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.base_w {
	width: 940px;
	margin: 0 auto;
}

.base_w img {
	max-width: 100%;
}

.base_w02 {
	width: 740px;
	margin: 0 auto;
}

.base_w02 img {
	max-width: 100%;
}

@media screen and (max-width:940px) {
	.base_w {
		width: 90%;
	}
}

.sp {
	display: none;
}

@media screen and (max-width:740px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.base_w02 {
		width: 90%;
	}
}
