@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	text-align: justify;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	/* font-size: 12px; */
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.025em;
	color: #000000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
h1,
h2,
h3,
h4,
strong,
body.store div#content div.store div.row ul.reserve-sns li.reserve {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight: bold;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	/* font-size: 12px; */
	font-size: 13px;
}
p:empty:before {
	content: none;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=button],
input[type=submit],
textarea {
	-webkit-appearance: none;
	border-radius: 0px;
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
i.icon {
  font-family: "icon";
  line-height: 1em;
}
i.icon-facebook:before {
  content: "\e900";
}
i.icon-instagram:before {
  content: "\e901";
}
i.icon-line:before {
  content: "\e902";
}
i.icon-new-window:before {
  content: "\e903";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 20px 0px;
}
br.sp {
	display: none;
}
*.margin-bottom {
	margin-bottom: 40px;
}
*.margin-bottom-narrow {
	margin-bottom: 20px;
}
*.margin-bottom-wide {
	margin-bottom: 80px;
}
*.margin-bottom-extra-wide {
	margin-bottom: 120px;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.clearfix {
	zoom: 1;
}
*.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
*.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
*.aligncenter {
	clear: both;
	display: block;
	margin: auto;
}



/* --------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------- */

div.breadcrumb {
	width: 960px;
	/* font-size: 10px; */
	font-size: 11px;
	line-height: 20px;
	margin: auto;
}
div.breadcrumb span.separate {
	margin: 0px 0.75em 0px 1em;
}
div.breadcrumb-header {
	margin-bottom: 40px;
}
div.breadcrumb-footer {
	margin-bottom: 10px;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
}
div#page img {
	display: block;
	max-width: 100%;
	height: auto;
}
div#page div.gm-style img {
	max-width: none;
}
div#page p.button-page-top {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 10px; */
	font-size: 11px;
}
div#page p.button-page-top span {
	padding-left: 15px;
	background: url(../images/icon-page-top.png) no-repeat 0em 0.3em;
	background-size: auto 9px;
}
html.no-backgroundsize div#page p.button-page-top span {
	background-image: url(../images/icon-page-top-ie.png);
}

/* home
-------------------------------------------------------------------------------- */

body.home div#page p.button-page-top {
	display: none;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	width: 960px;
	border-bottom: 1px solid #cccccc;
	margin: 0px auto 10px auto;
	padding: 20px 0px;
}
header#header h1#logo {
	float: left;
}
header#header h1#logo img {
	width: auto;
	height: 20px;
}
header#header nav#navi {
	float: right;
}
header#header nav#navi ul li {
	float: left;
	line-height: 20px;
	margin-left: 20px;
}
header#header nav#navi ul li.home {
	display: none;
}
header#header nav#navi ul li a {
	color: #000000;
	transition: 0.25s color ease;
}
header#header nav#navi ul li a:hover {
	text-decoration: none;
	color: #999999;
}
header#header nav#navi ul li i.icon {
	margin-left: 2px;
}
header#header nav#navi p.button-close {
	display: none;
}

/* home
-------------------------------------------------------------------------------- */

body.home header#header {
	border-bottom: none;
	margin-bottom: 0px;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main#main {
	width: 960px;
	margin: auto;
	padding-bottom: 80px;
}

/* home
-------------------------------------------------------------------------------- */

body.home main#main {
	/* width: auto; */
	width: 1024px;
	padding-bottom: 0px;
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content h1.title {
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
	color: #696f72;
	letter-spacing: 0.25em;
	margin-bottom: 40px;
}
div#content h2.category-created {
	font-size: 16px;
	margin-bottom: 40px;
}
div#content div.pager {
	position: relative;
	border-top: 1px solid #cccccc;
	margin-bottom: 40px;
	padding-top: 10px;
}
div#content div.pager a.page-numbers,
div#content div.pager span.page-numbers {
	display: none;
}
div#content div.pager a.prev,
div#content div.pager a.next {
	display: block;
}
div#content div.pager a.prev {
	float: right;
}
div#content div.pager a.next {
	float: left;
}
div#content div.pager a.list {
	position: absolute;
	width: 100px;
	left: 50%;
	top: 10px;
	text-align: center;
	margin-left: -50px;
}
div#content sup {
	vertical-align: 2px;
	/* font-size: 10px; */
	font-size: 11px;
}

/* home
-------------------------------------------------------------------------------- */

body.home div#content div#cover {
	position: relative;
}
body.home div#content div#cover div.slide {
	position: relative;
}
body.home div#content div#cover div.image {
	position: relative;
	padding-bottom: 53.71%;
	opacity: 0;
}
body.home div#content div#cover p.row {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
body.home div#content div#cover p.row img {
	width: 100%;
	height: auto;
}
body.home div#content div#cover p.row img.sp {
	display: none;
}
body.home div#content div#cover div.navi {
	position: absolute;
	height: 8px;
	/* right: 20px; */
	right: 0px;
	bottom: -28px;
	z-index: 15;
	text-align: right;
	line-height: 8px;
}
body.home div#content div#cover div.navi p.button {
	display: inline-block;
	width: 20px;
	height: 8px;
	cursor: pointer;
	margin-left: 10px;
	background-color: #696f72;
	transition: background-color 0.25s;
}
body.home div#content div#cover div.navi p.button:hover,
body.home div#content div#cover div.navi p.button.active {
	background-color: rgba(217, 219, 220, 0.5);
}
body.home div#content div#cover div.news {
	position: absolute;
	left: 0px;
	bottom: 120px;
	z-index: 10;
	/* font-size: 10px; */
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	padding: 0px 20px 10px 20px;
	background-color: #7c8184;
}
body.home div#content div#cover div.news a {
	text-decoration: none;
	color: #ffffff;
}
body.home div#content div#cover div.news a:hover {
	text-decoration: underline;
}
body.home div#content div#cover div.news p.label {
	display: inline-block;
	text-indent: 0.5em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	color: #696f72;
	letter-spacing: 0.5em;
	margin-bottom: 10px;
	padding: 0px 5px;
	background-color: #ffffff;
}
body.home div#content div#cover div.news h2 {
	/* font-size: 12px; */
	font-size: 13px;
	font-weight: normal;
}
body.home div#content div#cover div.news p.reserve {
	position: absolute;
	right: 0px;
	bottom: 20px;
	font-size: 13px;
	font-feature-settings: "palt";
}
div#cover div.video-wrapper {
  position: relative;
	padding-top: 56.25%;
}
div#cover div.video-wrapper a.alternate {
  position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
div#cover div.video-wrapper video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
div#cover div.video-wrapper p.button-sound {
  position: absolute;
  width: 25px;
  height: 19px;
  right: 20px;
  bottom: 45px;
  z-index: 2;
  cursor: pointer;
	background: url(../images/icon-sound.svg) no-repeat center;
	background-size: auto 100%;
}
div#cover div.video-wrapper p.button-sound.active {
	background-image: url(../images/icon-sound-active.svg);
}
div#cover div.video-wrapper p.button-more {
	position: absolute;
	width: 340px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	font-size: 16px;
}
div#cover div.video-wrapper p.button-more a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}
div#cover div.video-wrapper p.button-more span {
	display: block;
	position: relative;
	width: 25px;
	height: 12px;
	margin-left: 10px;
	transform: translateY(2px);
}
div#cover div.video-wrapper p.button-more span::before,
div#cover div.video-wrapper p.button-more span::after {
	position: absolute;
	right: 0px;
	top: 50%;
	border-bottom: 1px solid #ffffff;
	content: "";
}
div#cover div.video-wrapper p.button-more span::before {
	width: 100%;
}
div#cover div.video-wrapper p.button-more span::after {
	width: 10px;
	transform-origin: 100% 100%;
	transform: rotate(45deg);
}
body.home div#content div#cover div.news-video {
	box-sizing: border-box;
	position: relative;
	width: 960px;
	left: auto;
	bottom: auto;
	line-height: 20px;
	color: #666666;
	margin: 10px auto;
	padding: 20px 0px 20px 100px;
	background-color: transparent;
}
body.home div#content div#cover div.news-video::before {
	position: absolute;
	width: 0px;
	height: calc(100% - 40px);
	left: 80px;
	top: 20px;
	border-right: 1px solid #cccccc;
	content: "";
}
body.home div#content div#cover div.news-video a {
	color: #666666;
}
body.home div#content div#cover div.news-video p.label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	width: 100px;
	height: 100%;
	left: 0px;
	top: 0px;
	text-align: left;
	text-indent: 0px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0px;
	background-color: transparent;
}

/* news
-------------------------------------------------------------------------------- */

body.news div#content {
	float: left;
	width: 670px;
}
body.news div#content article {
	margin-bottom: 60px;
}
body.news div#content h2.headline {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
body.news div#content div.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
body.news div#content div.youtube iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0px;
	right: 0px;
}

/* collection
-------------------------------------------------------------------------------- */

body.collection div#content section#collection div.content div.category {
	width: 960px;
	margin: auto;
}
body.collection div#content section#collection div.content div.category h3 {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 25px;
}
body.collection div#content section#collection div.content div.category h3 a {
	text-decoration: none;
	color: #7c8082;
}
body.collection div#content section#collection div.content div.category-since1905 h3 img,
body.collection div#content section#collection div.content div.category-koki h3 img {
	width: auto;
	height: 22px;
}
body.collection div#content section#collection div.content div.category div.column p.row {
	position: relative;
	float: left;
}
body.collection div#content section#collection div.content div.category div.column {
	margin-left: -8px;
	margin-right: -7px;
}
body.collection div#content section#collection div.content div.category div.column p.row {
	width: 180px;
	margin-left: 8px;
	margin-right: 7px;
}
body.collection div#content section#collection div.content div.category div.column p.row a {
	display: block;
	position: relative;
}
body.collection div#content section#collection div.content div.category div.column p.row a img {
	width: 100%;
	height: auto;
}
body.collection div#content section#collection div.content div.category div.column p.row a img.active {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0.2, 0.5, 0.2, 0.9);
}
body.collection div#content section#collection div.content div.category div.column p.row a:hover img.active {
	opacity: 1;
}
body.collection div#content section#collection div.content div.category-since1905 div.column p.row-caption span {
	position: absolute;
	left: 0px;
	top: -30px;
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #7c8082;
	letter-spacing: 0.2em;
}
body.collection div#content section#collection div.content div.category-koki div.column {
	margin-left: -10px;
	margin-right: -10px;
}
body.collection div#content section#collection div.content div.category-koki div.column p.row {
	width: 285px;
	margin-left: 10px;
	margin-right: 10px;
}
body.collection div#content section#collection div.content hr {
	border-top-color: #cccccc;
	margin: 40px 0px;
}
body.collection div#content p.banner {
	width: 320px;
	margin: auto;
}
body.collection div#content ul.list-collection {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 740px;
	margin: auto;
}
body.collection div#content ul.list-collection li {
	position: relative;
	width: 50%;
}
body.collection div#content ul.list-collection li::before,
body.collection div#content ul.list-collection li::after {
	position: absolute;
	content: "";
}
body.collection div#content ul.list-collection li:nth-child(2n+1)::before {
	width: 0px;
	height: calc(100% - 20px);
	right: 0px;
	top: 10px;
	border-right: 1px solid #cccccc;
}
body.collection div#content ul.list-collection li:nth-child(1)::after,
body.collection div#content ul.list-collection li:nth-child(2)::after {
	width: calc(100% - 20px);
	height: 0px;
	left: 10px;
	bottom: 0px;
	border-bottom: 1px solid #cccccc;
}
body.collection div#content ul.list-collection li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
	transition: 0.25s opacity ease;
}
body.collection div#content ul.list-collection li a:hover {
	opacity: 0.5;
}
body.collection div#content ul.list-collection li img {
	width: auto;
	height: 104px;
}
body.en.collection div#content ul.list-collection {
	display: block;
	width: 350px;
}
body.en.collection div#content ul.list-collection li {
	width: auto;
}
body.en.collection div#content ul.list-collection li:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
body.en.collection div#content ul.list-collection li::before,
body.en.collection div#content ul.list-collection li::after {
	display: none;
}

/* store
-------------------------------------------------------------------------------- */

body.store div#content div.header {
	position: relative;
	margin-bottom: 40px;
}
body.store div#content div.header h2 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #7c8184;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
body.store div#content div.header p {
	position: absolute;
	right: 0px;
	bottom: 5px;
}
body.store div#content div.headline-note {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
body.store div#content div.headline-note h3.logo {
	margin-right: 20px;
}
body.store div#content div.headline-note p a {
	text-decoration: underline;
}
body.store div#content h3.logo {
	height: 20px;
}
body.store div#content div.store {
	margin-right: -15px;
}
body.store div#content div.store ~ hr {
	border-color: #f2f2f2;
}
body.store div#content div.store div.row {
	float: left;
	width: 228px;
	text-align: left;
	line-height: 20px;
	margin: 0px 15px 30px 0px;
}
body.store div#content div.store div.row:nth-child(4n+1) {
	clear: both;
}
body.store div#content div.store div.row h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px -15px 10px 0px;
}
body.store div#content div.store div.row h3 a {
	color: #000000;
}
body.store div#content div.store div.row p.image {
	margin-bottom: 10px;
}
body.store div#content div.store div.row p.image img {
	width: 100%;
	height: auto;
}
body.store div#content div.store div.row ul.reserve-sns,
body.store div#content div.store div.row p.button-detail {
	margin-top: 10px;
}
body.store div#content div.store div.row ul.reserve-sns {
	display: flex;
	flex-wrap: wrap;
}
body.store div#content div.store div.row ul.reserve-sns li {
	line-height: 24px;
}
body.store div#content div.store div.row ul.reserve-sns li:not(:last-child) {
	margin-right: 5px;
}
body.store div#content div.store div.row ul.reserve-sns li.reserve {
	margin-right: 10px;
}
body.store div#content div.store div.row ul.reserve-sns li:not(.reserve) {
	font-size: 20px;
	transform: translateY(1px);
}
body.store div#content div.store div.row ul.reserve-sns li a {
	text-decoration: none;
	transition: 0.25s all ease;
}
body.store div#content div.store div.row ul.reserve-sns li.reserve a {
	color: #ffffff;
	padding: 2px 5px;
	background-color: #000000;
	border-radius: 2.5px;
}
body.store div#content div.store div.row ul.reserve-sns li.reserve a:hover {
	background-color: #666666;
}
body.store div#content div.store div.row ul.reserve-sns li.reserve-moc a {
	background-color: #6f1525;
}
body.store div#content div.store div.row ul.reserve-sns li.reserve-moc a:hover {
	background-color: #a1685f;
}
body.store div#content div.store div.row ul.reserve-sns li:not(.reserve) a {
	color: #000000;
}
body.store div#content div.store div.row ul.reserve-sns li:not(.reserve) a:hover {
	color: #666666;
}
body.store div#content div.store div.row p.button-detail a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
	padding-left: 10px;
	border-radius: 5px;
	transition: 0.25s all ease;
}
body.store div#content div.store div.row p.button-detail a:hover {
	color: #ffffff;
	background-color: #000000;
}
body.store div#content div.store div.row p.button-detail a::before {
	position: absolute;
	width: 6px;
	height: 6px;
	right: 10px;
	top: calc(50% - 3px);
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	content: "";
	transition: 0.25s all ease;
	transform: rotate(-45deg);
}
body.store div#content div.store div.row p.button-detail a:hover::before {
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
}
body.store div#content hr {
	margin: 40px 0px;
}

/* corporate-profile
-------------------------------------------------------------------------------- */

body.corporate-profile div#content div.column div.left {
	float: left;
	width: 670px;
}
body.corporate-profile div#content div.column div.right {
	float: right;
	width: 250px;
}
body.corporate-profile div#content section {
	margin-bottom: 80px;
}
body.corporate-profile div#content section h2 {
	font-size: 18px;
	font-weight: 300;
	color: #7c8184;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
	padding-bottom: 5px;
}
body.corporate-profile div#content section table {
	width: 100%;
}
body.corporate-profile div#content section table th,
body.corporate-profile div#content section table td {
	line-height: 20px;
	border: 1px solid #cccccc;
}
body.corporate-profile div#content section table th {
	width: 150px;
	background-color: #eeeeee;
}
body.corporate-profile div#content section table th div.inner,
body.corporate-profile div#content section table td div.inner {
	padding: 10px;
}
body.corporate-profile div#content section h3 {
	/* font-size: 12px; */
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 12px;
	background: url(../images/bullet-02.png) no-repeat 2px 0.5em;
	background-size: auto 7px;
}
html.no-backgroundsize body.corporate-profile div#content section h3 {
	background-image: url(../images/bullet-02-ie.png);
}
body.corporate-profile div#content section.philosophy p {
	margin-bottom: 20px;
}
body.corporate-profile div#content section.philosophy p:last-child {
	margin-bottom: 0px;
}
body.corporate-profile div#content p.image {
	margin-bottom: 1px;
}

/* contact-us
-------------------------------------------------------------------------------- */

body.contact-us div#content {
	width: 670px;
}
body.contact-us div#content div.company {
	display: inline-block;
	border: 1px solid #cccccc;
	margin-bottom: 40px;
	padding: 10px 15px;
}
body.contact-us div#content div.company h2 {
	/* font-size: 12px; */
	font-size: 13px;
	color: #666666;
}
div#content form.wpcf7-form div.component {
	margin-bottom: 20px;
}
div#content form.wpcf7-form input.text,
div#content form.wpcf7-form textarea {
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #999999;
	padding: 5px;
}
div#content form.wpcf7-form input.wpcf7c-conf,
div#content form.wpcf7-form textarea.wpcf7c-conf {
	background-color: #f8f8f8;
}
div#content form.wpcf7-form input.text {
	width: 300px;
}
div#content form.wpcf7-form textarea {
	width: 500px;
	height: 200px;
}
div#content form.wpcf7-form input.wpcf7c-btn-confirm,
div#content form.wpcf7-form input.wpcf7c-btn-back,
div#content form.wpcf7-form input.wpcf7-submit {
	width: 100px;
	text-indent: 0.15em;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.15em;
	color: #333333;
	border: 1px solid #999999;
	cursor: pointer;
	margin-right: 10px;
	padding: 0px;
	background-color: #eeeeee;
	border-radius: 2.5px;
}
div#content form.wpcf7-form select {
	box-sizing: border-box;
	height: 30px;
	border: 1px solid #999999;
	padding: 0px 5px;
	border-radius: 0px;
}
div#content img.ajax-loader {
	display: none;
}
div#content span.wpcf7-not-valid-tip {
	/* font-size: 12px; */
	font-size: 13px;
	color: #ff0000;
}
div#content div.wpcf7-response-output {
	/* font-size: 12px; */
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 10px 15px;
}
div#content div.wpcf7-mail-sent-ok,
div#content div.wpcf7-mail-sent-ng,
div#content div.wpcf7-spam-blocked,
div#content div.wpcf7-validation-errors {
	border: 1px solid #cccccc;
}

/* site-policy
-------------------------------------------------------------------------------- */

body.site-policy div#content {
	width: 420px;
}
body.site-policy div#content h2 {
	/* font-size: 12px; */
	font-size: 13px;
}

/* privacy-policy
-------------------------------------------------------------------------------- */

body.privacy-policy div#content {
	width: 420px;
}
body.privacy-policy div#content h2 {
	/* font-size: 12px; */
	font-size: 13px;
}
body.privacy-policy div#content ul li {
	padding-left: 10px;
	background: url(../images/bullet-01.png) no-repeat 2px 0.8em;
	background-size: auto 3px;
}
html.no-backgroundsize body.privacy-policy div#content ul li {
	background-image: url(../images/bullet-01-ie.png);
}
body.privacy-policy div#content div.company {
	margin-right: -100px;
}
body.privacy-policy div#content div.company h3 {
	/* font-size: 12px; */
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
body.privacy-policy span.separate {
	margin: 0px 0.75em;
}

/* site-map
-------------------------------------------------------------------------------- */

body.site-map div#content {
	width: 420px;
}
body.site-map div#content ul li {
	line-height: 20px;
	color: #666666;
	border-top: 1px solid #eeeeee;
	padding: 10px 0px 10px 12px;
	background: url(../images/bullet-02.png) no-repeat 2px 1.3em;
	background-size: auto 7px;
}
html.no-backgroundsize body.site-map div#content ul li {
	background-image: url(../images/bullet-02-ie.png);
}
body.site-map div#content ul li.level-02 {
	padding-left: 42px;
	background-position: 32px 1.3em;
}
body.site-map div#content ul li.level-03 {
	border-top: none;
	padding-left: 72px;
	padding-top: 0px;
	background: url(../images/bullet-01.png) no-repeat 62px 0.7em;
	background-size: auto 3px;
}
html.no-backgroundsize body.privacy-policy div#content ul li {
	background-image: url(../images/bullet-01-ie.png);
}
body.site-map div#content ul li a {
	display: block;
}

/* declaration-of-conformity
-------------------------------------------------------------------------------- */

body.declaration-of-conformity ul.file li {
	font-weight: 700;
}
body.declaration-of-conformity ul.file li:not(:last-child) {
	margin-bottom: 15px;
}
body.declaration-of-conformity ul.file li a {
	position: relative;
	padding-left: 25px;
}
body.declaration-of-conformity ul.file li a::before {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	top: -2px;
	background: url(../images/icon-pdf.svg) no-repeat left top;
	background-size: auto 100%;
	content: "";
}



/* --------------------------------------------------------------------------------
sidebar
-------------------------------------------------------------------------------- */

aside#sidebar {
	float: right;
	width: 230px;
}

/* block
-------------------------------------------------------------------------------- */

aside#sidebar div.block {
	background: url(../images/background-sidebar-01.png) repeat-y left top;
}
aside#sidebar div.block h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.15em;
	padding-left: 10px;
	background-color: #7c8184;
}
aside#sidebar div.block div.content {
	padding: 10px 15px;
	background: url(../images/background-sidebar-02.png) no-repeat left top;
	background-size: 100% 15px;
}
aside#sidebar div.block ul li {
	list-style: none;
	line-height: 20px;
	padding-left: 10px;
	background: url(../images/bullet-03.png) no-repeat 0em 0.6em;
	background-size: auto 5px;
}
html.no-backgroundsize aside#sidebar div.block ul li {
	background-image: url(../images/bullet-03-ie.png);
}
aside#sidebar div.block-feed p.button-feed {
	padding-left: 20px;
	background: url(../images/icon-feed.png) no-repeat 0em 0.25em;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	border-top: 1px solid #cccccc;
	padding: 20px 0px;
}

/* block
-------------------------------------------------------------------------------- */

footer#footer div.block div.inner-block {
	width: 960px;
	margin: auto;
}
footer#footer div.block div.content {
	position: relative;
}
footer#footer div.block p.button-page-top-sp {
	display: none;
}
footer#footer div.block-first {
	margin-bottom: 10px;
}
footer#footer div.block nav#navi-footer ul,
footer#footer div.block nav#navi-site ul {
	padding: 5px 0px;
}
footer#footer div.block nav#navi-footer ul li,
footer#footer div.block nav#navi-site ul li {
	float: left;
	/* font-size: 10px; */
	font-size: 11px;
	line-height: 10px;
	border-right: 1px solid #cccccc;
	margin-right: 5px;
	padding-right: 5px;
}
footer#footer div.block nav#navi-footer ul li:last-child,
footer#footer div.block nav#navi-site ul li:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
footer#footer div.block nav#navi-footer ul li.home span.sp {
	display: none;
}
footer#footer div.block nav#navi-site ul {
	padding-top: 10px;
}
footer#footer div.block nav#navi-footer ul li i.icon {
	line-height: 10px;
	margin-left: 2px;
}
footer#footer div.block ul.misc {
	display: none;
}
footer#footer div.block ul.sns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-top: 5px;
}
footer#footer div.block ul.sns li {
	line-height: 20px;
}
footer#footer div.block ul.sns li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: 0.25s color ease;
}
footer#footer div.block ul.sns li a:hover {
	text-decoration: none;
}
footer#footer div.block ul.sns li:not(:last-child) {
	margin-right: 20px;
}
footer#footer div.block ul.sns li i.icon {
	font-size: 18px;
	margin-right: 3px;
}
footer#footer div.block div.mode {
	margin-bottom: 10px;
}
footer#footer div.block div.mode ul li {
	width: 100px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	/* font-size: 10px; */
	font-size: 11px;
	line-height: 20px;
	margin: auto;
}
footer#footer div.block div.mode ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #696f72;
}
footer#footer div.block div.mode ul li.pc {
	display: none;
}
footer#footer div.block p.copyright {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
