﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}

html:not([lang*="ja"]) .nav-fixed   {
	top: 40px;
}
.nav-fixed .wrap {
	width: 100% !important;
}

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

body {
	color: #000;
	font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
	font-size: 15px;
	line-height: 38px;
	letter-spacing: 0.1em;
	background: url(../img/shared/bg.jpg) repeat top center;
	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 - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}

.goog-te-gadget-simple img{
	display:inline-block;
}
.google-language{
	width: auto;
	height: auto;
	line-height: initial;
	margin-right: 10px;
}

.goog-te-menu-value span {
	text-decoration: none !important;
}

.goog-te-menu-value {
	text-decoration: none !important;
}

.goog-te-gadget-simple {
	padding-top: 5px !important;
  padding-bottom: 4px !important;
}

.audio-box {
  position: fixed;
  bottom: 14px;
	right: 10px;
	width: 45px;
	height: 45px;
	background: #F1F3F4;
	border-radius: 50%;
	overflow: hidden;
	z-index: 100;
	opacity: 0;
	transition: all ease 0.4s;
	
}

.audio-box .my-audio {
	margin-left: -3px;
	top: -4px;
	position: relative;
}

.fixed-menu .audio-box {
	opacity: 0;
}

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

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

.line::before {
	background: url(../img/shared/line.jpg) repeat-x;
	width: 100%;
	height: 7px;
	content: "";
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
}

.line-bottom::after {
	background: url(../img/shared/line.jpg) repeat-x;
	width: 100%;
	height: 7px;
	content: "";
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 10;
}

.text-shadow {
	text-shadow: 0 0 5px #000;
}

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

header {
	position: relative;
}
header h1 {
	font-size: 13px;
	letter-spacing: 0.135em;
  padding-top: 5px;
}

.header-info {
	background: url(../img/shared/bg_ft.jpg) repeat;
	position: relative;
	display: flex;
	align-items: center;
	height: 85px;
	color: #FFF;
	padding: 0 40px;
}

.header-info .btn-list {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.header-info .btn-list li {
	margin-right: 10px;
	position: relative;
}

.header-info li a {
	display: flex;
	align-items: center;
	height: 61px;
	padding: 0 40px 0 15px;
	background: url(../img/shared/bg_red.jpg) repeat;
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
	text-shadow: 0 0 3px #000;
}

.btn-audio {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	background: #FFF;
	z-index: 0;
	color: #000;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s ease;
	opacity: 0;
}

.btn-list li:hover .btn-audio {	
	opacity: 1;
	z-index: 200;
}

.btn-audio p {
	cursor: pointer;
	line-height: 30px;
}

.btn-audio .active,
.btn-audio p:hover {
	background: #a0a0a0;
}

.header-info li span {
	display: flex;
	align-items: center;
	height: 61px;
	padding: 0 15px 0 15px;
	background: url(../img/shared/bg_red.jpg) repeat;
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
	text-shadow: 0 0 3px #000;
	cursor: pointer;
}

.header-info li:last-child a {
	padding: 0 67px 0 15px;
}

.header-info li a:hover {
	opacity: 0.8;
	
}

.header-info li a::before {
	content: ">";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11px;
	font-size: 15px;
}


.header-nav {
	min-height: 907px;
	background: url(../img/shared/bg_nav.png) repeat-y;
	position: relative;
	color: #FFF;
	z-index: 1;
}

header .logo{
	padding: 37px 0 20px 0px;
	width: fit-content;
}

.header-nav .tel {
	margin-left: 15px;
	padding: 10px 10px 13px;
	letter-spacing: 0.3em;
	width: 325px;
	text-align: center;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

.header-nav .tel dt {
	line-height: 35px;
}

.header-nav .tel dt span,
.header-nav .tel dt a {
	font-size: 27px;
	text-decoration: none;
	letter-spacing: 0.25em;
}

.header-nav .tel dd {
	font-size: 12px;
	line-height: 24px;
}

.header-nav nav {
	margin-left: 15px;
	padding-top: 13px;
	width: 350px;
}

.header-nav nav a {
	display: block;
	padding: 10px 32px 8px;
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
	letter-spacing: 0.35em;
}

.header-nav nav a.active::before,
.header-nav nav a:hover::before {	
	width: 8px;
	height: 8px;
	background: #FFF;
	content: "";
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.header-nav nav a::after,
.header-nav nav a::after {	
	height: 1px;
	background: #FFF;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	transition: all 0.4s ease;
}

.header-nav nav a.active::after,
.header-nav nav a:hover::after {	
	width: 100%;	
}

.nav-fixed {
	height: 72px;
	position: fixed;
	width: 100%;
	top: 0;
	background: url(../img/shared/bg_ft.jpg) repeat;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s ease;
}

.fixed-menu .nav-fixed {
	z-index: 200;
	opacity: 1;
}

.nav-fixed-list {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	padding-top: 7px;
	height: 65px;
	overflow: hidden;
}

.nav-fixed-list li a {
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 25px;
	border-left: 1px solid #FFF;
	position: relative;
}

.nav-fixed-list li:first-child a {
	border-left: none;
}

.nav-fixed-list li a::before {
	height: 11px;
	width: 3px;
	background: #FFF;
	content: "";
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -2px;
	transition: all 0.4s ease;
}

.nav-fixed-list li a.active::before,
.nav-fixed-list li a:hover::before {
	bottom: -22px;
}

.fixed-box-btn {
	float: right;
	padding: 48px 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 11;
}

.tel-fixed {
	/* display: flex; */
	align-items: center;
	justify-content: center;
	height: 77px;
	padding: 0 20px;
	background: url(../img/shared/bg_red.jpg) repeat;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 0.25em;
	font-size: 14px;
	min-width: 320px;
	box-sizing: border-box;
	top: 5px;
}

.btn-fixed {
	padding: 60px 0;
}

.tel-fixed span,
.tel-fixed a {	
	font-size: 20px;
}

#pagetop {
	position: fixed;
bottom: 50px;
    right: 20px;
}

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

#key {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	position: absolute;
	top: 92px;
	left: 0;
	width: 100%;
}
#key ul {
	min-height: 900px;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 900px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



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

section {
}

.title-common {
	font-size: 40px;
	line-height: 75px;
	letter-spacing: 0.25em;
	position: relative;
	color: #392817;
}
.title-common_wh {
	font-size: 40px;
	line-height: 75px;
	letter-spacing: 0.25em;
	position: relative;
	color: #fff;
}

.title-common span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 50px;
	max-width: 350px;
	min-width: 350px;
	background: url(../img/index/icon_left.png) no-repeat left center, url(../img/index/icon_right.png) no-repeat right center;
}

.btn-common {
	margin-bottom: 10px;
}

.btn-common a {
	display: flex;
	align-items: center;
	height: 65px;
	padding: 0 75px 0 28px;
	background: url(../img/shared/bg_red.jpg) repeat;
	position: relative;
	text-decoration: none;
	transition: all 0.4s ease;
	color: #FFF;
	letter-spacing: 0.4em;
	max-width: 350px;
	z-index: 5;
}

.btn-common a:hover {
	opacity: 0.8;
	
}

.btn-common a::before {
	content: ">";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11px;
	font-size: 15px;
}


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

footer {
	background: url(../img/shared/line_ft.jpg) repeat-x top center, url(../img/shared/bg_ft.jpg) repeat;
	color: #FFF;
	padding-top: 67px;
}
footer .wrap {
	display: flex;
	justify-content: space-between;
}
footer .box {
	width: 400px;
	text-align: center;
}

footer .box .logo {
	/* margin-left: 50px; */
}

footer .box .tel {
	padding: 25px 0 20px;
	letter-spacing: 0.2em;
}

footer .box .tel dt {
	line-height: 35px;
}

footer .box .tel dt span,
footer .box .tel dt a {
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 0.2em;
}

footer .box .tel dd {
	font-size: 12px;
	line-height: 30px;
}

#socialbuttons {
	padding-top: 20px;
}
footer .ft-info {
	width: 500px;
	text-align: left;
	padding-top: 10px;
}

footer .ft-info dl {
	display: flex;
	justify-content: space-between;
	padding: 16px 0 8px;
	letter-spacing: 0;
}

footer .ft-info dl dt {
	display: flex;
	justify-content: space-between;
	width: 160px;
	position: relative;
}

footer .ft-info dl dt::before {
	width: 1px;
	height: 20px;
	content: "";
	background: #FFF;
	position: absolute;
	top: 10px;
	right: 12px;
}

footer .ft-info dl dd {
	width: 340px;
	position: relative;	
}

footer .nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 55px 0 20px;
}

footer .nav-list li {
	padding: 0 29px;
	position: relative;
}

footer .nav-list li::before {
	width: 1px;
	height: 16px;
	content: "";
	background: #FFF;
	position: absolute;
	top: 11px;
	right: 0px;
	transform: rotate(10deg);
}

footer .nav-list li:last-child::before {
display: none;
}

address {
	background: url(../img/shared/bg.jpg) repeat-x;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.20em;
	padding: 25px 0 20px;
}

address,small.small-style {
	background: url(../img/shared/bg.jpg) repeat-x;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.20em;
	padding: 25px 0 20px;
	display: block;
}

footer small.small-style {
	text-align: center;
}

h1.underlayer-heading.title-common {
	padding: 24px 0 30px;
    color: #392817;
    text-align: center;
}

.btn_alltop2{
	margin: 30px 0 0 47px;
}

.news_box {
	background: url('../img/shared/bg.jpg') repeat center top;
    width: 100%;
    margin: 0 auto;
    line-height: 2em;
    padding-bottom:39px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-top:solid 6px #8c2516;
    border-bottom:solid 6px #8c2516;
    font-weight: bold;
}
.news_box .ttl {
	color: #392817;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 24px;
    width: 660px;
    border-bottom: 1px solid #392817;
    margin: 0 auto;
}
.news_box .txt {
	color: #392817;
	padding: 39px 50px 0;
	text-align: center;
	font-size: 18px;
}
.news_box .txt span{
    font-weight: bold;
    color: #8c2516;
}