@charset "utf-8";

body,
td,
th,
input,
textarea {
font-family: 'Sawarabi Gothic', Arial, Osaka;
font-size: 1em;
font-weight: 200;
line-height: 1.5;
color: #5C4646;
-webkit-text-size-adjust: none;
}
body {
	background: #FDF7F1;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
	cursor: pointer;
}

h3 {
	text-align: center;
	font-family: "M PLUS Rounded 1c";
	font-size: 1.6em;
	margin-block-end: 0.2em;
}
h3:after {
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 35px;
	height: 3px;
	width: 70px;
	background: #F2A94E;
}

h4 {
	text-align: center;
	font-size: 1.6em;
}

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

svg {
	fill: currentColor;
}

.inner {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.topliner_1 {
	background-color: #FFF;
	background-image: url(/theme/aine_theme/img/line_01.png);
	background-repeat: repeat-x;
	background-position: top;
}

.topliner_2 {
	background-image: url(/theme/aine_theme/img/line_02.png);
	background-repeat: repeat-x;
	background-position: top;
}

/*
* TABLET
*/
@media screen and (max-width: 1100px)
{
	body,
	td,
	th,
	input,
	textarea {
		font-size: 0.9em;
	}

	h3 {
		font-size: 1.2em;
	}

	.inner {
		width: 100%;
	}
}

/*
* SMART PHONE
*/
@media screen and (max-width: 600px)
{

}
