@charset "utf-8";
/* CSS Document */
ol,
ul {
	list-style: none;
}
a {
	color: #534741;
	transition: .4s;
}



a:hover,
a:focus {
	color: #c0394d;
	transition: .4s;
}


/* PCヘッダー
================================================== */
.sp-header {
	display: none;
}





#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(255,255,255,1);
	padding: 21px 15px;
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-size: 300px;
}

#header {
	width: 100%;

}
.header-inner {
	width: 100%;
	text-align: right;
}

.header-inner td.header-inner-td-l {
	width: 350px;
	vertical-align: middle;
}


.header-inner td.header-inner-td-l #logo img {
	width: 100%;
}

.header-inner td.header-inner-td-r {
    width: auto;
    vertical-align: middle;
    letter-spacing: 1px;
}


.headerNav {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 25px;
}

.headerNav span {
	display: inline-block;
}
.headerTel {
	width: 300px;
	margin-right: 15px;
}
.headerTel img {
	width: 100%;
	vertical-align: middle;
}
.headerSns {
	width: 30px;
	align: left
}
.headerSns img {
	width: 100%;
	vertical-align: middle;
}
.headerYoyaku {
	margin-left: 15px;
}
.headerYoyaku a {
	background-image: url(../images/yoyaku.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 18px;
    padding: 9px 15px 9px 45px;
    text-decoration: none;
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    background-color: #c0394d;
    border-radius: 50px;
}
.headerYoyaku a:hover {
	opacity:0.8;
}

.globalNavInner {
	width: 100%;

}
.globalNavInner ul {

}


.none_text{
      display: none;
}


.header-bottom {
	margin-top: 120px;
}



.globalNavInner>ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 100%;
}


.globalNavInner>ul li {
	text-align: center;
	border-right: 1px solid #534741;
}
.globalNavInner>ul li:last-child {
	border-right: none;
}


.globalNavInner>ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
}



.header-inner td.header-tel {
	vertical-align: middle;
	text-align: center;
	width: 140px;
}
.header-tel a {
	display: block;
	font-weight: bold;
	padding: 6px 0;
	background-color: #c0394d;
	color: #fff;
	text-decoration: none;
}
.header-tel a:hover {
	opacity:0.75;
}








.globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
}


.globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 90%;
	transition: .4s;
	color: #fff;

}

.globalNavInner>ul .child li:nth-child(odd) {
    background-color: #736357;
}

.globalNavInner>ul .child li:nth-child(even) {
    background-color: #534741;
}


.globalNavInner>ul .child li:last-child {

}

.globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	text-align: left;
	color: #fff;
}
.globalNavInner>ul .child li a:hover {
	color: #fff;
}
.globalNavInner>ul .child li:hover {
	background-color: #c0394d;
}











/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {


#logo-sub {
	display: none !important;
}

#logo {
	display: none !important;
}

#top-pc-header {
	display: none !important;
}


#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}


.hideAnchor {
	display:block;
	height:0px;
	/*height:1px;*/
	overflow:hidden;
	text-indent:-9999px;
	margin-top:-55px;
	padding-bottom:55px;
}


.sp-header {
	display: inline;
	width: 100%;
	padding: 10px 0 0 15px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,1);
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-size: 300px;
	height: 55px;
}


.logo {
	position: absolute;
    width: 240px;
    top: 6px;
    left: 7px;
}
.logo img {
	width: 100%;
}

.sp_yoyaku {
	display: block;
	width: 55px;
	height: 55px;
	position: fixed;
	top: 0;
	right: 57px;
	background-color: #c0394d;
	z-index: 99999999;
}
.sp_yoyaku a {
	display: block;
	height: 55px;
	padding-top: 0;
	background-color: #c0394d;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.sp_yoyaku img {
	width: 55px;
}
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
}

#nav_toggle{
	display: none;
}
	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100vh;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: repeat;
    background-position: right top;
    background-size: 130%;
    background-color: #fff;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	position: absolute;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
}
.sp-header nav ul li{
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	display: block;
	font-size: 120%;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
}

.sp-header nav ul li:last-child{
		border: none;
}


/*メニュー関係終わり*/
}
/* スマホサイトheader終わり
================================================== */
#footer {
	width: 100%;
	background-image: url(../images/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
	color: #fff;
}
.footer-inner {
	width: 100%;
	padding: 130px 0;
	line-height: 160%;
	text-align: center;
}


.footer-ul {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 85%;
}

.footer-ul li {
	padding: 0 20px;
	border-right: 1px solid #fff;
	font-weight: bold;
}

.footer-ul li:first-child {
	padding: 0 20px 0 0;
}
.footer-ul li:last-child {
	padding: 0 0 0 20px;
	border-right: none;
}

.footer-ul li a{
	color: #fff;
	text-decoration: none;
}

.footer-ul li a:hover {
	color: #e5e5e5;
}

.logo-text {
	margin-bottom: 30px;
    margin-top: 50px;
    font-size: 160%;
    font-weight: bold;
}


.add {
    font-size: 90%;
}



.copy {
	font-size: 80%;
	margin-top: 30px;
}
