@charset "UTF-8";
/*------------------------
スタイルの初期化
------------------------*/
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;
}
html {
	font-size: 62.5%;
}
body {
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.6;
	text-autospace:ideograph-alpha;
	font-feature-settings: 'palt';
	letter-spacing: .025em;
	position: relative;
	min-width: 1000px;
}
main {
	display: block;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s ease 0s,background .3s ease 0s,color .3s ease 0s;
}
a:hover {
	opacity:.7;
}
a img {
	border:0;
}
img{
	vertical-align:top;
	max-width: 100%;
}
ul, ol { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em; }
hr { width: 100%;
margin: 20px 0;}
h1,h2,h3,h4,h5,h6 { font-size: 100%;}
th, caption{ text-align: left; font-weight: normal; }
th,td { empty-cells:show; }
input[type="text"] , 
input[type="email"] , 
input[type="tel"] , 
input[type="password"] { padding:0 2px; margin-right:0.4em; }
input[type="submit"] { display:inline; margin:0; }
input[type="radio"] { margin-right:0.1em; }
textarea { padding:2px; }
optgroup { font-style:normal; }
option { padding-right:10px; }
*:focus {
outline: none;
}
*{
	box-sizing: border-box;
}
:root {
	--blk: #323232;
	--orange: #eb6c0c;
	--blue-link:#3581cf;
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
/*ボタンデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="text"] , 
input[type="email"] , 
input[type="tel"] , 
input[type="password"] ,
textarea {
	-webkit-appearance : none;
	appearance: none;
	border-radius:0;
	padding:8px;
	width: 90%;
	box-sizing: border-box;
}
input[type="tel"] {
	width: 16em;
}
area{
	border:none;
	outline:none;
}
input, select, textarea {
	font-size: 1.6rem;
}
textarea {
	width: 90%;
	height: 10em;
}
select {
	text-overflow: "";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff ;
	background-size: auto 4px;
	padding: 10px 48px 10px 10px;
	max-width: 12em;
	border: 1px solid  #dcdcdc;
}
select::-ms-expand {
	display: none;
}
/*webfont*/
.wf{
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}
.arial{
	font-family: 'Arial', 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}
.in-w{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

/*ヘッダー*/
header{
	padding-top: 16px;
}
header .top-item{
	justify-content: space-between;
	margin-bottom: 10px;
}
header .logo .desc{
	display: block;
	font-size: 1.1rem;
	margin-bottom: 3px;
}
header .logo img{
	width: 182px;
}
header .tel .num{
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}
header .tel .time{
	font-size: 1.2rem;
}
/*問い合わせ*/
header .mail{
	width: 200px;
}
header .mail a{
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 44px;
	background: var(--blk);
	position: relative;
	border-radius: 30px;
}
header .mail a:before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(/pc/img/common/icn_mail_w.png) no-repeat left 100%/contain;
	left:20px;
	top: 50%;
	transform:translateY(-50%);
}
/*ナビ*/
header nav li{
	margin-right: 25px;
}
header nav li a{
	font-weight: bold;
	font-size: 1.5rem;
	padding:10px 0;
	display: inline-block;
}
header nav li a{
	font-weight: bold;
	font-size: 1.5rem;
	padding:10px 0 15px;
	display: inline-block;
	position: relative;
}
header nav li a::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--orange);
	transform: scaleX(0);
	transition: transform 0.3s;
}
header nav li a:hover::before,
header nav li.current a::before {
	transform: scaleX(1);
}

/*フッター*/
footer{
	background: #696865;
	color: #fff;
	padding-bottom: 40px;
}
/*ページトップ*/
#page-top{
	right: 0;
	top: 50%;
	position: absolute;
	width: 74px;
	height: 74px;
	transform:translateY(-50%);
}
#page-top a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff url(/pc/img/common/arrow-blk.svg) no-repeat 50% 50%;
	border-radius: 50%;
	box-shadow: 0 2px 20px rgba(0,0,0,.2);
	transform:rotate(-90deg);
}
footer .f-menu{
	background: #968f84;
	padding: 22px 0 15px;
}
footer .f-menu .in-w{
	flex-wrap:wrap;
	position: relative;
}
footer .f-menu .in-w ul{
	flex-wrap:wrap;
}
footer .f-menu .in-w ul li{
	margin-bottom: 5px;
	margin-right: 20px;
}
footer .f-menu a,
footer .kanren a{
	color: #fff;
	text-decoration: underline;
}
footer .f-menu a:hover{
	text-decoration: none;
}
footer .f-company .wrap-top{
	justify-content:space-between;
	margin-bottom: 30px;
}
footer .f-company {
	padding: 40px 0;
	color: #fff;
}
footer .f-company .left h3{
	font-size: 2.8rem;
}
footer .f-company .head {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 7px;
}
footer .contact-area .num{
	font-size: 3.4rem;
	font-weight: bold;
	background: url(/pc/img/common/icn_tel_w.png) no-repeat left 50%;
	background-size: 20px auto;
	padding-left: 24px;
	line-height: 1.2;
}
footer .contact-area .mail {
	width: 260px;
	margin-left: 30px;
}
footer .contact-area .btn a{
	font-weight: bold;
	font-size: 1.8rem;
	justify-content: center;
	align-items: center;
	color: #696865;
	height: 60px;
	background:#fff;
	position: relative;
	border-radius: 30px;
}
footer .contact-area .mail a:before{
	position: absolute;
	content: '';
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(/pc/img/common/icn_mail_gray.png) no-repeat left 100%/contain;
	left:20px;
	top: 50%;
	transform:translateY(-50%);
}
footer .kanren h3{
	font-size: 1.8rem;
}
/*コピーライト*/
.copy{
	text-align: center;
}

/*後続ページタイトル*/
.page-ttl{
	background:#ede6e1;
	padding: 20px 0 60px;
}
.page-ttl h1,
.page-ttl p.large{
	font-weight: bold;
	font-size: 3.6rem;
	letter-spacing: .04em;
	line-height: 1.4;
}
/*------------------------
パンくず
------------------------*/
#breadcrumb {
	width: 1000px;
	margin: 0 auto 26px;
	overflow: hidden;
}
#breadcrumb li {
	float: left;
	font-size: 1.2rem;
	line-height: 1;
	padding-right: 4px;
}
#breadcrumb li:not(:first-of-type)::before {
	content: ' > ';
}
#breadcrumb li a {
	display: inline-block;
}
/*コンテンツ部分*/
.page-contents-wrap{
	padding:80px 0 100px;
}
/*メイン・サイド*/
.col-2{
	justify-content:space-between;
}
.main-contents {
	width: 680px;
}
.sidebar{
	width: 250px;
}
/*wpページャー*/
/*------------------------
wp-pager
------------------------*/
.wp-pager {
	margin: auto;
	text-align: center;
}
.wp-pager .wp-pagenavi .pages {
	display: none;
}
.wp-pager .wp-pagenavi a, 
.wp-pager .wp-pagenavi span {
	padding: 0;
	margin: 0;
}
.wp-pager .wp-pagenavi a ,
.wp-pager .wp-pagenavi .current {
	display: inline-block;
	font-size: 1.6rem;
	height: 32px;
	min-width: 32px;
	line-height: 29px;
	text-align: center;
	margin-left: 3px;
	border: 1px solid #dcdcdc;
	background: #fff;
}
.wp-pager .wp-pagenavi a:hover {
	background: var(--blk);
	color: #fff;
	border: 1px solid var(--blk);
	opacity: 1;
}
.wp-pager .wp-pagenavi .current {
	background: var(--blk);
	border: 1px solid  var(--blk);
	color: #fff;
	font-weight: 400;
}
.wp-pager .wp-pagenavi .first{
	margin-right: 15px;
}
.wp-pager .wp-pagenavi .last{
	margin-left: 15px;
}
.wp-pager .wp-pagenavi .last,
.wp-pager .wp-pagenavi .first{
	position: relative;
	border: none;
}
.wp-pager .wp-pagenavi .last:after,
.wp-pager .wp-pagenavi .first:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #555;
	transition: transform 0.3s;
}
.wp-pager .wp-pagenavi .last:hover,
.wp-pager .wp-pagenavi .first:hover{
	border: none;
	background:none;
	color: var(--blk);
}
.wp-pager .wp-pagenavi .last:hover:after,
.wp-pager .wp-pagenavi .first:hover:after{
	background-color: var(--orange);
}

.wp-pager .wp-pagenavi .extend{
	margin:0 5px;
}



