﻿html {
	min-width: 1100px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #212220;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
	background: url('../img/shared/bg.jpg') repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-notoserif {
    font-family: 'Noto Serif JP', serif;
}

/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}

.disf{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*=============================================
 * <header>
 *=============================================*/

header {
	position: relative;
}
header h1 {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #ababab;
	z-index: 2;
}
header #nav .col-l{
	width: 190px;
}
header #nav .tel {
	margin-top: 8px;
}
header #nav .col-r{
	
}
header #nav {
	background: url('../img/shared/nav_line.jpg'), url('../img/shared/bgnav1.jpg');
	background-repeat: repeat-x, repeat;
	background-position: center bottom, center top;
	padding: 20px 0 35px;
}
header #nav nav {
	border-bottom: 1px solid #fff;
	padding-bottom: 19px;
}
header #nav nav a+ a{
	margin-left: 2px;
}
header #nav .btn-head{
	margin-top: 19px;
}
header #nav .btn-head p + p{
	margin-left: 10px;
}
header #nav .btn-head .sns-link {
	margin-left: 20px;
}
header #nav .btn-head .sns-link li + li{
	border-top: 1px solid #fff;
}
header #navfix {
	background-image: url('../img/shared/partent1690.jpg');
	background-repeat: repeat;
	background-position: center top;
	padding: 11px 0 9px;
	position: fixed;
	top: -90px;
	left: 0;
	width: 100%;
	transition: all ease .3s;
	z-index: 100;
	color: #fff;
}
header #navfix.fixed {
	top: 0;
}
header #navfix .nav-top{
	font-size: 17px;
	letter-spacing: 0.08em;
	margin: 6px 0 4px 8px;
	font-weight: 500;
	line-height: 1;
}
header #navfix .nav-top li + li{
	margin-left: 2px;
}
header #navfix .nav-top li a{
	display: block;
	padding: 4px 11.7px 2px;
}
header #navfix .nav-top li a:hover{
	text-decoration: none;
}
header #navfix .nav-top li.active, header #navfix .nav-top li:hover{
	background: #fff;
	color: #35190b;
}
header #navfix .col-bottom{
	margin-left: 20px;
}
header #navfix .col-bottom li + li{
	margin-left: 21px;
}
header #navfix .col-r{
	width: 290px;
}
header #navfix .col-r li + li{
	margin-left: 10px;
}
header #btn-fix {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 9999;
}
header #btn-fix p + p {
	margin-top: 5px;
}
header .btn-covid{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	header #navfix .nav-top li a{
		padding: 8px 11.7px 0px;
	}
 }
@media screen and (max-height: 650px) {
	header #btn-fix p{
		text-align: right;
	}
	header #btn-fix p img{
		width: 90%;
		height: auto;
	}
	#pagetop{
		text-align: right;
	}
	#pagetop img{
		width: 80%;
		height: auto;
	}
}

/*=============================================
 * key
 *=============================================*/

#key {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 669px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * <section>
 *=============================================*/

.txt-center {
	text-align: center;
}
.img-rss {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.img-rss:hover {
	opacity: .8;
}
hr.line2 {
	background: url('../img/shared/line2.jpg') repeat center top;
	height: 25px;
	width: 100%;
	border: none;
}
hr.line1 {
	background: url('../img/shared/line1.jpg') repeat center top;
	height: 130px;
	width: 100%;
	border: none;
}
hr.line {
	background: url('../img/shared/line.jpg') repeat center top;
	height: 20px;
	width: 100%;
	border: none;
}

/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin-top: 15px;
	text-align: left;
}
#socialbuttons .fb_iframe_widget {
	display: inline-flex;
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	background: url('../img/shared/bg-footer.jpg') repeat center top;
	padding: 46px 0 32px;
	position: relative;
	color: #fff;
}
footer .col.fl {
	width: 260px;
	margin-top: 13px;
}
footer .col.fr {
	width: 702px;
}
footer .col dl {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
}
footer .col dt {
	width: 140px;
	float: left;
}
footer .col dd {
	float: right;
	width: 558px;
}
footer .tel{
	margin-top: 20px;
}
footer .bnr1-footer {
	margin-top: 20px;
}
footer .bnr2-footer {
	margin-top: 10px;
}
footer nav {
	margin-top: 57px;
	padding: 15px 0;
	text-align: center;
	position: relative;
	line-height: 20px;
}
footer nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	bottom: 0;
	background-color: rgba(35, 16, 4, 0.57);
}
footer nav a:hover {
	text-decoration: none;
}
footer nav a.active span,
footer nav a:hover span {
	text-decoration: underline;
}



/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	margin-top: 25px;
}

address a{
	font-size: 13px;
	color: #FFF;
	display: block;
	text-decoration: underline;
}
address a:hover{
	text-decoration: none;
}


/*=============================================
 * bxslider
 *=============================================*/
 .slick-dots button{
	cursor: pointer;
 }

.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -26px;
    left: 0;
    text-align: center;
    width: 100%;
	line-height: 0;
    z-index: 100;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.bx-wrapper .bx-pager a {
	display: block;
	border-radius: 50%;
    background: #2d1408;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    text-indent: 9999px;
    border: 2px solid #2d1408;
}
.bx-wrapper .bx-pager a:hover, 
.bx-wrapper .bx-pager a.active {
    background: #fff;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	height: 45px;
	margin-top: -16px;
	width: 50px;
	z-index: 9999;
	text-indent: -9999px;
}
.bx-wrapper .bx-prev {
	left: 0;
}
.bx-wrapper .bx-next {
	right: 0;
}

.mb_15{
	margin-bottom: 15px!important;
}
