@charset "utf-8";
/* CSS Document */


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
	/*color:#313131;*/
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}
a:hover {
	/*color: #a74b27;*/
	-webkit-font-smoothing: antialiased;
}


a:hover img {
	opacity: 0.85;/*--IE,FF対応--*/
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";
}
	
p {
	margin: 0.5em 0 1.2em;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	font-weight: 400;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
}

html {
	overflow-y: scroll;
}
body {
counter-reset: number 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html,body {
width: 100%;
height: 100%;
-webkit-text-size-adjust: 100%;
/*color: #313131;
background:#FFF ;*/
font-size: 16px;
font-family: 'Noto Sans JP', sans-serif;
line-height: 175%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	zoom: 100%;
min-height: 1px;
}
.clearfix:after {
content: " ";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

* html .clearfix {
height: 1px; /*/*/}/**/


#wrap {
	/*background-color: #FFFFFF;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	width:100%;

}

#Header {
position: fixed; 
top: 0; 
left: 0; 
width: 100%; 
height: 70px; 
padding: 5px 10px 10px; 
background-color: rgba(255,255,255,1); 
z-index: 999;
}

#Footer {
/*position: absolute; 
bottom: 0; 
left: 0;*/
width: 100%; 
height: auto; 
padding:0px; 
background-color: #FFF;
border-bottom: 0px solid #333333;
color: #FFFFFF;
/*z-index: 999;*/
}

@media screen and (max-width: 768px) {
#Footer {
position: fixed; 
bottom: 0; 
left: 0;
width: 100%; 
height: auto; 
padding:5px; 
background-color: #000000;
border-bottom: 7px solid #333333;
color: #FFFFFF;
z-index: 3;
}
}

#Container {
width: 100%; 
overflow:hidden;
}

#Contents {
width: 100%;
overflow:hidden;
}
/*********************************************/

#Header .inner {
    position: relative;
	max-width:98%;
	max-width: 1366px;
	margin:0 auto 0;
}


#Header h1.site-id{
	display: block;
	/*position: absolute;
	top:22px;
	left: 0;*/
	width: 30%;
	padding: 0;
	text-align: left;
	/*float: left;*/
	font-size: 32px;
	font-weight: 500;
}

@media screen and (max-width: 1200px) {
#Header h1.site-id{
	font-size: 32px;
}
}


@media screen and (max-width: 960px) {
#Header h1.site-id{
	width: 100%;
}
}
@media screen and (max-width: 640px) {
#Header h1.site-id{
	/*top:22px;*/
	font-size: 27px;
	}
}

#description h1 {
	font-size: 13px;
	font-weight:500;
	padding: 0px 55px 8px 0;
	text-align:left;
	font-family: 'Noto Sans JP', sans-serif !important;
	line-height: 130%;
	
}
@media screen and (max-width: 640px) {
#description h1 {
	font-size: 12px;
	padding: 0px 55px 8px 0;
	line-height: 120%;
}
}
@media screen and (max-width: 480px) {
#description h1 {
	font-size: 11px;
	padding: 0px 55px 5px 0;
	line-height: 120%;
}
}

#Header ul.nav-list{
	display: block;
	position: absolute;
	top:22px;
	right: 0;
	width: 58%;
	padding: 0 0px 0 0 ;
}


#Header ul.nav-list li{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}


#Header ul.nav-list li::after{
	content: "／";
	padding: 0 3px 0;
}

#Header ul.nav-list li:last-child::after{
	content: "";
	padding: 0 3px 0;
}

#Header ul.nav-list li a{
	/*color: #313131;*/
}

#Header ul.nav-list li a:hover{
	/*color: #ba3703;*/
	border-bottom: 2px solid /*#ba3703*/;
}

@media screen and (max-width: 1200px) {
	#Header ul.nav-list li{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	text-align: right !important;
	
}
}
@media screen and (max-width: 1100px) {
#Header ul.nav-list{
	width: 65% !important;
}
}

@media screen and (max-width: 980px) {
#Header ul.nav-list{
	display: none !important;
}
}

@media screen and (max-width: 860px) {
}

@media screen and (max-width: 560px) {
}


.mbtn_area {
	display: block;
	width:100%;
	max-width:260px;
	height: auto;
	text-align:center;
	cursor: pointer;
	/*background-color: #ba5229;*/
	padding: 5px 5px 10px;
	margin: 15px auto 15px;
	border-radius: 5px;
	
}

.mbtn_area:hover {
	/*background: #da7a02;*/
}

.mbtn_area img {
	display: block !important;
	max-width: 196px;
	width:100%;
	height: auto;
	padding:0px;
	margin: 0 auto 0;
}



#Header .btn_area {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	max-width: 196px;
	height: auto;
	min-height: 70px;
	text-align:center;
	padding-left:0px;
	padding-top: 8px;
	cursor: pointer;
	/*background-color: #ba5229;*/
}

#Header .btn_area:hover {
	/*background: #da7a02;*/
	/*opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85)";*/
}


#Header .btn_area img {
width:100%;
height: auto;
padding: 10px 22px 0 20px;
margin: 0 auto 0;
}

#Header .btn_area img.pc {
	display: block !important;
	max-width: 196px;
}



#Header .btn_area img.sp {
	display: none !important;
}

@media screen and (max-width: 1410px) {
	#Header .btn_area {
	width:100%;
	max-width: 60px;
	height: auto;
	text-align:center;
	padding-left:0px;
	cursor: pointer;
	/*background-color: #ba5229;*/
		padding-top: 10px;
		padding-bottom: 10px;
}
	
#Header .btn_area img.pc {
	display: none !important;
}
#Header .btn_area img.sp {
display: block !important;
max-width: 34px;
padding: 8px;
}	
}


@media screen and (max-width: 1400px) {
#Header .btn_area {
	top: 90px;
	right: 0;
}
}

@media screen and (max-width: 980px) {
#Header .btn_area{
	display: none !important;
}
}

/*************************************
コピーライト
*************************************/
.copy {
	display: block;
	margin: 50px auto 30px;
	font-size: 18px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.copy {
	margin: 40px auto 90px !important;
	font-size: 16px;
}
}

@media only screen and (max-width: 560px) {
.copy {
	margin: 30px auto 90px !important;
	font-size: 12px;
}
}

/*************************************
ページトップ
*************************************/

.pageTop {
    position:relative;
    width:100%;
    height:0;
    margin:0 auto;
}
.pageTop a {
    position: fixed;
    bottom:0;
    left: auto;
    display: block;
	right:0%;
    padding:0em 0;
    text-align:center;
    outline:none;
    text-decoration: none;
	z-index: 2;
    
}

.pageTop a img {
		width:80px;
		height:80px;}

.pageTopsp {
	visibility:hidden;
}

@media only screen and (max-width: 768px) {
.pageTop {
	visibility:hidden;
}
	
.pageTopsp {
	visibility:visible;
    position:relative;
    width:100%;
    height:0;
    margin:0 auto;
	
}
.pageTopsp a {
    position: fixed;
    bottom:0;
    left: auto;
    display: block;
	right:0%;
    padding:0em 0;
    text-align:center;
    outline:none;
    text-decoration: none;
	z-index: 2;
    
}	
.pageTopsp a img {
		width:66px;
		height:66px;}
}


@media only screen and (max-width: 480px) {
	.pageTopsp a img {
		width:50px;
		height:50px;}
}
/*************************************
フッターボタン
*************************************/

.f_bottons {
	display: none;
}

@media only screen and (max-width: 768px) {
.f_bottons {
	display: block !important;
	width: 100%;
	max-width: 360px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto 0;
	padding:0px 10px 0px;
}
.f_bottons:hover,
.ftel_btn:hover{
	color: #ffde00;	
}



.f_bottons a{
	display: block;
	width: 100%;
	max-width: 360px;
	min-height: 1px;
	padding:0px 0px 2px !important;
	margin: 0 auto 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
.f_bottons span{
	display:block;
	font-size:16px ;
	font-family: 'Noto Serif JP', serif;
	padding-top: 2px;
	line-height: 110%;
	
}

.ftel_btn {
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 100%;
}
.ftel_btn::before {
margin: 0 8px 0 0;
content:" ";
display:inline-block;
width:24px;
height:24px;
background:url("../asset/tel_icon.png");
background-repeat: no-repeat;
background-size:contain;
vertical-align:middle;
}


.ftel_btn:hover::before{
margin: 0 8px 0 0;
content:" ";
display:inline-block;
width:24px;
height:24px;
background:url("../asset/tel_icon_on.png");
background-repeat: no-repeat;
background-size:contain;
vertical-align:middle;
}
}


@media only screen and (max-width: 560px) {
.f_bottons a{
	padding:0px 10px 0px;
}

.f_bottons span{
	display:block;
	font-size:16px ;
}
.ftel_btn {
	font-size: 24px;
	letter-spacing: 1px;
}
.ftel_btn::before,
.ftel_btn:hover::before{
    width:24px;
    height:24px;
}
}


/***********************************
　スマホグローバルメニュー
**************************************/

div.glmenu{display: none;}
nav.gnav_wrap{display: none;}
@media screen and (max-width: 980px) {
#gnavi_wrap{display: none;}
	
div.glmenu{display: block;overflow: hidden;}
nav.gnav_wrap{display: block;
	overflow: hidden;}
	
	
.navT * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.navT {
  display: block;
  padding: 0;
  width: 35px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}
.navT.active {
  position: fixed;
}
	

.navT span {
  display: block;
  width: 35px;
  height: 4px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}


.navT span:nth-child(1) {
  top: 0;
}

.navT span:nth-child(2) {
  top: 50%;
}

.navT span:nth-child(3) {
  top: 100%;
}

.navT.active span {
  width: 35px;
}
	
.navT .menus {
	display: block;
	top: 130%;
	position: absolute;
	left: -1px;
	color: #313131;
	font-size: 13px;
	letter-spacing: -0.01em;
}

.navT.active span:nth-child(1) {
  transform: rotate(45deg) translateY(-50%);
  top: -0.18em;
}

.navT.active span:nth-child(2) {
  opacity: 0;
}

.navT.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  top: calc(100% - 0px);
}

.navT.active .menus {
  display: none;
	 top: 120%;
}

.navT.active .close {
  display: block;	
}

.mt {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
}

.navT.active .mt {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
  font-size: 10px;
	color: #FFF;
}

.close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.navT {
  color: #434343;
}

.navT span {
  background-color: #333333;
}

.navT.active span {
  background-color: #333333;
}

/* === Hambuerger Button's Style End === */
.glmenu .navT {
 position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1001;
	
}
	
.glmenu .navT.active {
  position: fixed;
  top: 20px;
	right: 15px;
  z-index: 1001;
}


.glmenu a {
  color: inherit;
  text-decoration: none;
}
.glmenu a:visited {
  color: inherit;
}
.glmenu .gl_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.glmenu .gnav_wrap {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
	border-top: 5px solid #333333;
	letter-spacing: 2px;
	overflow-y:auto;
 -webkit-overflow-scrolling: touch;

	
}
.glmenu .gnav_wrap.open {
  transform: translate(0);
	
}


.gnav_wrap .bgc{
	background-color: #FFF;
}



/* スクロールの背景の設定 */
.gnav_wrap .inner::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.gnav_wrap .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #d1bf99;
}





.gnav_wrap p.gtitle {
	display: block;
	width: 90%;
	color: #313131;
	font-size: 16px;
	line-height: 100%;
	padding: 10px 20px 0px;
}
/*+++ Default Navigation CSS +++*/



.glmenu .gnav {
  padding: 0px 0px;
background-color: #f2f2f2;
}
.glmenu .gnav li {
	width: auto;
  font-size: 14px;
	line-height: 120%;
  margin-bottom: 0px;
cursor: pointer;
	border-bottom: 1px solid #CCC;
}




.glmenu .gnav li a {
	display: block;
	width: auto;
	padding: 15px 10px 15px;
	color: #595656;
}

.glmenu .gnav li a::before {
	font-family: "Font Awesome 5 Free";
	content:"\f152";
	padding-right:5px;
	padding-left:0px;
	font-weight:bold;
	color: #333333;
	margin-right:0px;
}
.glmenu .gnav li a:hover {
	background: #CCC;
}



/*+++ gnav_farea +++*/
	
.glmenu .gnav_farea p.logo{
	display: block;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 15px auto 30px;
	text-align: center;
	}

.glmenu .gnav_farea{
	display: block;
	clear: both;
	/*background-color: #1b330c;*/
	padding:10px 0 50px;
	margin: 0 auto 5px;
	text-align: center;
	border-top: 0px solid #595656;
}


.glmenu .gnav_farea img{
display: block;
width: 100%;
height: auto;
padding: 10px 20px 8px;
margin: 0px auto 0;
}
}


/*************************************
文字装飾
*************************************/

.txt_right {text-align: right !important;}
.txt_left {text-align: left !important;}
.txt_center {text-align: center!important;}



@media screen and (min-width: 769px) {
.pc_none {display: none !important; }
.tb_none {}
.sp_none {}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.pc_none {}
.tb_none {display: none !important;}
.sp_none {}
}


@media screen and (max-width: 480px) {
.pc_none {}
.tb_none {}
.sp_none {display: none !important;}
}