@charset "UTF-8";
/* base.css */



body { 
	width: 100%;
	overflow-x: hidden; 
	font-family: "メイリオ","Meiryo",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,arial,clean,sans-serif;
	font-size: 12px;
	line-height: 165%;
	color: #363636;
}

body, html {
	height: 100%;
}




/*------------ 画像------------*/	


.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

img {
    max-width: 100%;
    height: auto;
}


/*------------  BACKGROUND ------------*/	




#wrap {
	scroll-behavior: smooth;
}


/*------------ pc  ------------*/	
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/

.none_pc {
	display: none;
}

html {
	width: 100%;
	margin: 0 auto;
	background: #63696b; /* Fills the page */
	position: relative; /* Fix for absolute positioning */
	display: block;
	scroll-behavior: smooth;
}
	
#container_mainmain {
	width: 97%;
	text-align:center;
	top:0;
	max-width: 1000px;
	background-color: #ffffff;
}
	

	
#pad_navigation {
	width: 100%;
	background-color: #585244;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
	
	
#pad_navigation_doburo {
	width: 100%;
	background-color: #585244;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url(../images/doburo_navspec.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}	

	
#pad_navigation_zengoro18 {
	width: 100%;
	background-color: #585244;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url(../images/zengoro_navspec.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}				

#pad_navigation_works {
	width: 100%;
	background-color: #585244;
	padding: 2% 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	background-image: url(../images/works_spec.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
}		
	#pad_navigation .pad_logo,
#pad_navigation_doburo .pad_logo,
#pad_navigation_zengoro18 .pad_logo,
#pad_navigation_works .pad_logo {
	float: left;
	width: 22%;
	padding: 0 6% 0 2%;
}
	
#pad_navigation .pad_nav,
#pad_navigation_doburo .pad_nav,
#pad_navigation_zengoro18 .pad_nav,
#pad_navigation_works .pad_nav {
	float: left;
	width: 70%;
}	
	
#pad_navigation .pad_nav ul.nav,
#pad_navigation_doburo .pad_nav ul.nav,
#pad_navigation_zengoro18 .pad_nav ul.nav,
#pad_navigation_works .pad_nav ul.nav {
	width: 100%;
	display: flex;
    margin: 0 auto;
    padding: 0 0;
    list-style-type: none;
	margin-left: 1%;
}	
	
#pad_navigation .pad_nav ul.nav li,
#pad_navigation_doburo .pad_nav ul.nav li,
#pad_navigation_zengoro18 .pad_nav ul.nav li,
#pad_navigation_works .pad_nav ul.nav li {
	position: relative;
	padding: 7% 0 0 0;
	margin-right: 5%;
}		
	

	
#pad_navigation .pad_nav ul.nav li a,
#pad_navigation_doburo .pad_nav ul.nav li a,
#pad_navigation_zengoro18 .pad_nav ul.nav li a,
#pad_navigation_works .pad_nav ul.nav li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-bottom:　2px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	font-size: 1.3em;
	white-space: nowrap;
	font-display: swap;
}	
	


	
#pad_navigation .pad_nav ul.nav li a::after,
#pad_navigation_doburo .pad_nav ul.nav li a::after,
#pad_navigation_zengoro18 .pad_nav ul.nav li a::after,
#pad_navigation_works .pad_nav ul.nav li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF28A;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}

#pad_navigation .pad_nav ul.nav li a:hover::after,
#pad_navigation_doburo .pad_nav ul.nav li a:hover::after,
#pad_navigation_zengoro18 .pad_nav ul.nav li a:hover::after,
#pad_navigation_works .pad_nav ul.nav li a:hover::after {
  transform: scale(1, 1)
}	
	
	

	
/*------------  上へ戻る ------------*/	
	
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border: solid 1px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

.pagetop__arrow {
    height: 6px;
    width: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
	
@media (hover: hover) and (pointer: fine) {
.pagetop:hover, .pagetop:hover .pagetop__arrow {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #000;
}
}	
	
	
/*------------  sitemap ------------*/	


#background_sitemap {
	width: 100%;
	background-color: #d2bf84;
	height: 480px;
	background-image: url(../images/sitemap_spec.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -0.0em;
	padding: 0 0 0 0;
	top:0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index:1;
}

	
#background_sitemap ul {
	width: 100%;
	display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
}	

#background_sitemap ul li#left {
	width: 43%;
    margin: 0 auto;
    padding: 0 0 0 0;
	height: 300px;
}	
#background_sitemap ul li#right{
	width: 57%;
    margin: 0 auto;
    padding: 0 0 0 0;
	text-align: left;
}		
	
#background_sitemap ul li#left .pad_logo {
	text-align: left;
	width: 52%;
	padding: 5% 0 6% 7%;
}	
	

#background_sitemap ul li#right ul#sitemap {
	width: 100%;
	display: flex;
    margin: 0 auto;
    padding: 0 10% 0 0;
	margin-top: 9%;
	margin-bottom: -0.0em;
}	
#background_sitemap ul li#right ul#sitemap li#li01 {
	width: 45%;
    margin: 0 auto;
    padding: 0 0 0 0;
}	
#background_sitemap ul li#right ul#sitemap li#li02 {
	width: 45%;
    margin: 0 auto;
    padding: 0 10% 0 0;
}			

#background_sitemap ul li#right ul#sitemap li#li01 .font_site01,
#background_sitemap ul li#right ul#sitemap li#li02 .font_site01 {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	padding: 0 0 1% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}		

#background_sitemap ul li#right ul#sitemap li#li01 .font_site03 {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	padding: 32% 0 12% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}	
	
#background_sitemap ul li#right ul#sitemap li#li01 .font_site02 {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	padding: 0 0 12% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}		
	

#background_sitemap ul li#right ul#sitemap li#li02 #sub {
	margin-top: 2%;
	margin-left: 8%;
	margin-bottom: 13%;
	border-left: 1px #323232 solid;
}	

#background_sitemap ul li#right ul#sitemap li#li02 #sub .font_sub  {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3em;
	padding: 2% 0 2% 5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}	

#background_sitemap ul li#right #copyright {
	text-align: left;
	display: flex;
}
	
	
#background_sitemap ul li#right #copyright .font_other  {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	padding: 0 0 0 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}	
	
#background_sitemap ul li#right #copyright .font_copyright  {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	padding: 0 0 0 14%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}		
	
}



 
/*------------ smartPhone  ------------*/	
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/

.none_sp {
	display: none;
}

html {
	width: 100%;
	margin: 0 auto;
	background: #ffffff; /* Fills the page */
	position: relative; /* Fix for absolute positioning */
	display: block;
	scroll-behavior: smooth;
}

#container_mainmain {
	width: 100%;
	overflow:hidden;
	text-align:center;
	top:0;
	background-color: #ffffff;
}	

	

/*------------  sitemap ------------*/	


#background_sitemap {
	width: 100%;
	background-color: #d2bf84;
	height: 650px;
	background-image: url(../images/sitemap_spec_smp.webp);
	background-size:45%;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: -32%;
	padding: 0 0 0 0;
	top:0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	position: relative;
	z-index:1;
}

	
#background_sitemap ul {
	width: 100%;
	display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
}	

#background_sitemap ul li#left {
	width: 42%;
    margin: 0 auto;
    padding: 0 0 0 0;
}	
#background_sitemap ul li#right{
	width: 50%;
    margin: 0 auto;
    padding: 0 0 0 7%;
	text-align: left;
}		
	
#background_sitemap ul li#left .pad_logo {
	text-align: left;
	width: 90%;
	padding: 11% 0 26% 8%;
}	
	

#background_sitemap ul li#right #sitemap {
	width: 90%;
    margin: 0 auto;
    padding: 0 10% 0 0;
	margin-top: 16%;
	margin-bottom: -0.0em;
}	
#background_sitemap ul li#right #sitemap .font_site01 {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.35rem;
	padding: 0 0 2% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	white-space: nowrap;
	
}		

#background_sitemap ul li#right #sitemap .font_site02 {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.13rem;
	padding: 5% 0 7% 0;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	white-space: nowrap;
	font-display: swap;
}	

#background_sitemap ul li#right #sitemap #sub {
	margin-top: 2%;
	margin-left: 8%;
	margin-bottom: 15%;
	border-left: 1px #323232 solid;
}	

#background_sitemap ul li#right #sitemap #sub .font_sub  {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.15rem;
	padding: 4% 0 4% 5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	font-display: swap;
}	

#background_sitemap ul li#right #copyright {
	text-align: left;
	display: flex;
}
	
	
	
	
#background_sitemap ul li#right #copyright .font_copyright  {
	color: #323232;
	text-align: left;
	text-decoration: none;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8rem;
	padding: 0 0 0 14%;
	margin-top: 3%;
	margin-bottom: -0.0em;
	font-display: swap;
}		
	
}






/*------------ basic ------------*/	

.cl {
	clear: left;
}

#title {
	margin: 0px;
	position: absolute;
	top: -9999px;
}


a:link {
	color: #212121;
	text-decoration:none;
	outline: none;
}

a:visited {
	color: #212121;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #212121;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #212121;
	text-decoration: none;
	outline: none;
}

body,div,ul,ol,li,h1,h2,td {
	margin: 0;
	padding: 0;
	list-style:none;
}



