@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	line-height: 1;
	word-break: break-all;
}
main,article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #1D1D1D;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #1D1D1D;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #1D1D1D;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 180%;
	color: #1A1A1A;
	letter-spacing: 1.5px;
	font-weight: 400;
}
img {
	vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5  {
	line-height: 140%;
}
.eng {
	color: #1A1A1A;
	font-size: 16px;
	line-height: 100%;
	font-family: "Changa One", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 200;
	font-style: normal;
}
.min-f {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 140%;
	font-weight: normal;
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-jp-v52-japanese-regular.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/noto-sans-jp-v52-japanese-600.woff2') format('woff2');
}
.dsn-sp {
	display: block;
}
.dsn-pc {
	display: none;
}
a[href^="tel:"] {
	pointer-events: inherit;
}
/* [footer]
--------------------------------------------------------------------------*/
footer .wrap {
	width: 100%;
	padding: 80px 30px; 
	background: #f8f3eb;
	margin: 0 auto;
}
.f-navi-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
}
.f-navi-wrap ul {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.f-navi-wrap ul li {
	margin-bottom: 20px;
}
.f-navi-wrap ul li a {
	display: block;
	color: #1D1D1D;
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
}
.f-navi-wrap ul li a .eng {
	display: block;
	font-size: 13px;
	color: #8f7228;
	margin-top: 3px;
}
.f-logo-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.f-logo {
	width: 100%;
	max-width: 140px;
	margin: 0 auto 30px;
}
.f-logo img {
	width: 100%;
	height: auto;
}
.f-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.f-sns li {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.f-sns li img {
	width: 100%;
	height: auto;
}
.f-sns li:last-child {
	margin-right: 0;
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #8B8B8B;
	line-height: 120%;
	letter-spacing: 1px;
}
.f-bnr-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.f-bnr-li li {
	width: 48%;
	margin-bottom: 4%;
}
.f-bnr-li li img {
	width: 100%;
	height: auto;
}

@media (min-width:768px) {
	footer .wrap {
		padding: 60px 40px;
	}
}
@media (min-width:1200px) {
	footer .wrap {
		padding: 100px 40px;
	}
	.f-navi-wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.f-navi-wrap ul li {
		margin-left: 40px;
	}
	.f-navi-wrap ul li:last-child {
		margin-right: 0;
	}
	.f-navi-wrap ul li a {
		font-size: 14px;
	}
	.f-navi-wrap ul li a .eng {
		font-size: 12px;
	}
	.f-bnr-li {
		justify-content: center;
	}
	.f-bnr-li li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.f-bnr-li li:last-chidl,
	.f-bnr-li li:nth-child(3n) {
		margin-right: 0;
	}
}
.f-fixd-wrap {
	display: none;
	position: relative;
	z-index: 1000;
}
.back_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	background: none;
	padding: 0;
	z-index: 20;
}
.back_top img {
	width: 100%;
	height: auto;
}
.fixed-btn {
	background: #fff;
	display: none;
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fixed-btn div {
	padding: 15px 30px;
}
.fixed-btn div a {
	margin: 0 auto;
}
@media (min-width:1024px) {
	
}
/* [パンくず/ページナビ]
--------------------------------------------------------------------------*/
#breadcrumbs {
	padding: 0 0 20px;
}
#breadcrumbs p {
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	color: #1A1A1A;
	overflow: scroll;
	white-space: nowrap;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
}
/* Chrome, Safari 対応 */
#breadcrumbs p::-webkit-scrollbar {
	display:none;
}
#breadcrumbs span,
#breadcrumbs a {
	line-height: 30px;
	transition: all 0.3s ease-in-out;
}
#breadcrumbs a {
	color: #1D1D1D;
}
.wp-pagenavi {
	width: 100%;
	padding-top: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
	font-size: 14px;
	padding: 11px 21px;
	color: #1D1D1D;
	background: #fff;
	border: 1px solid #1D1D1D;
	margin-right: 10px;
	display: inline-block;
	border-radius: 26px;
}
.wp-pagenavi .inactive {
	font-size: 14px;
	padding: 11px 21px;
	background: #1D1D1D;
	border: 1px solid #1D1D1D;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	transition: 0.8s;
	display: inline-block;
	border-radius: 26px;
}
.wp-pagenavi .inactive:hover {
	background: #ED5E5E;
	border: 1px solid #ED5E5E;
	color: #fff;
	transition: 0.8s;
	opacity: 1;
}
.wp-pagenavi a {
	padding: 0 20px 0 10px;
	color: #1D1D1D;
	display: inline-block;
}
.wp-pagenavi a.page.smaller,
.wp-pagenavi a.page.larger {
	font-size: 14px;
	padding: 11px 21px;
	color: #fff;
	background: #fff;
	border: 1px solid #1d1d1d;
	background: #1d1d1d;
	margin-right: 10px;
	display: inline-block;
	border-radius: 28px;
}
.wp-pagenavi span.extend {
	color: #1d1d1d;
	padding: 10px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: none;
	padding: 3px 10px;
}
.wp-pagenavi span.current {
	border: 1px solid #1D1D1D!important;
}
.wp-pagenavi a.page.smaller,
.wp-pagenavi a.page.larger {
	background: #1D1D1D;
	border: 1px solid #1D1D1D;
}
.wp-pagenavi span.extend {
	border: none!important;
	color: #1D1D1D!important;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	border: none!important;
}
@media (min-width: 760px) and (max-width: 1024px)  {
	.wp-pagenavi {
		text-align: center;
	}
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (min-width: 490px) {
	.dsn-sp {
		display: none;
	}
	.dsn-pc {
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
	.f-fixd-wrap {
		display: none;
	}
	.back_top a {
		right: 30px;
		bottom: 30px;
	}
}