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


/*reset--------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

body::before{
	content:"";
	background: url(../images/wood.png) no-repeat center / cover;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	opacity: .6;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul {
	padding: 0;
}

li {
	list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}


table {
	border-collapse: collapse;
}

th {
	text-align: inherit;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.sp_none {
	display: none;
}

@media (min-width: 768px){
	.sp_none {
		display: inline-block;
	}
}

@media (min-width: 768px){
	.tab_none {
		display: none;
	}
}

@media (max-width: 768px){
	.sp_tab_none {
		display: none;
	}
}

@media (min-width: 769px){
	.pc_none {
		display: none;
	}
}


main p {
	line-height: 1.7;
}


/*header--------------------------------------------*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	position: relative;
	overflow: hidden;
}

header {
	background-color: rgba(255,255,255,0.9);
}

.headerTop {
	height: 60px;
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: auto;
	margin-left: auto;
  }

@media (min-width: 576px ){
	.headerTop {
		max-width: 540px;
	}
}
  
@media (min-width: 768px){
	.headerTop {
		max-width: 750px;
	}
}  

@media (min-width: 769px){
	.headerTop {
		display:-webkit-box;
  		display:-ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		height: 80px;
	}
}

@media (min-width: 992px){
	.headerTop {
		max-width: 970px;
	}
}

@media (min-width: 1200px){
	.headerTop {
		max-width: 1140px;
	}
}

.top_catch {
	display: none;
}

@media (min-width: 769px){
	.top_catch {
		background-color: #411f09;
		color: #eee;
		display: block;
		font-size: .9rem;
		font-weight: bold;
		padding: 5px;
		width: 100%;
	}
}

.phone {
	display: none;
}

@media (min-width: 769px){
	.phone {
		color: #0056b3;
		display: block;
		font-size: .9rem;
		font-weight: bold;
		text-align: right;
		margin-bottom: 5px;
	}

	.phone span {
		font-size: 1.5rem;
	}
}

/*サイトロゴ---------------------------------*/
.sitelogo {
	padding: 10px 50px 10px 0;
	width: 100%;
}

@media  (min-width: 769px){
	.sitelogo {
		padding: 10px 0 5px;
		width: 40%;
	}
}

@media  (min-width: 992px){
	.sitelogo {
		padding: 5px 0 5px;
	}
}

.sitelogo a {
	display: block;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 40px;
}

@media  (min-width: 769px){
	.sitelogo a {
		height: 65px;
	}
}

.sitelogo img {
	width: 110px;
}

@media  (min-width: 769px){
	.sitelogo img {
		width: 120px;
	}
}

@media  (min-width: 1200px){
	.sitelogo img {
		width: 180px;
	}
}

.sitelogo span {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 5px;
}

@media (min-width: 992px){
	.sitelogo span {
		font-size: 1.5rem;
		margin-left: 15px;
	}
}

@media (min-width: 1200px){
	.sitelogo span {
		font-size: 2rem;
	}
}



/*PC*/
/*グローバルナビ------------------------------*/
.navDrawr ul,
.navDrawr li {
	margin:0;
	padding:0;
	list-style-type: none;
}

/* transition */
.navDrawr {
    transition: all 0.2s ease;
}

.phone {
	margin-bottom: 0;
}

.navDrawr>ul {
	text-align: right;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
	display: inline-block;
}

.navDrawr a {
	display: block;
	color: #eee;
	font-size: .95rem;
	line-height: 1;
	text-decoration: none;
	padding: 10px 0 10px 10px;
	transition: all 0.2s ease;
}

@media (min-width: 769px){
	.navDrawr a {
		color: #4d4d4d;
	}
}

.navDrawr>ul>li>a {
	position: relative;
	text-align: center;
	transition: all 0.2s  ease;
}

.navDrawr>ul>li>a span {
	font-size: .5rem;
}

.navDrawr>ul>li>a:hover {
	color: orange;
}

@media (max-width: 768px){
	.navDrawr>ul>li.pc_none {
		border-top: 1px solid #fff;
		margin: 0 20px;
	}

	.navDrawr>ul>li.pc_none a {
		padding: 15px 0;;
	}
}




@media (min-width: 769px){
	.navDrawr>ul>li.pc_none {
		display: none;
	}
}

@media (min-width: 992px){
	.navDrawr a {
		font-size: 1rem;
		padding: 10px 0 10px 40px;
	}

	.navDrawr .function a {
		padding: 0 5px 10px;
	}

	.navDrawr .function img {
		width: 25px;
	}
}

@media only screen and (min-width: 769px) {
	/*ページスクロール時にheight縮小*/
	/* transition */
	#header,
	.headerTop,
	.sitelogo,
	.sitelogo img,
	.navDrawr,
	.navDrawr .function img {
		transition: all 0.2s ease;
	}

	#header {
		margin-top: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999;
	}

	#header.fixed .headerTop {
		height: 65px;
	}

	#header.fixed .sitelogo {
		height: 60px;
		padding: 0 0 5px;
	}

	#header.fixed .sitelogo a {
		height: 55px;
	}

	#header.fixed .sitelogo img {
		width: 150px;
	}

	#header.fixed .navDrawr a {
		font-size: .9rem;
		padding: 5px 0 5px 20px;
	}

	#header.fixed .top_catch {
		padding: 3px;
		font-size: .6rem;
	}

	#header.fixed .phone {
		font-size: .6rem;
	}

	#header.fixed .phone span {
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 992px){
	#header.fixed .navDrawr a {
		font-size: 1rem;
		padding: 5px 0 5px 40px;
	}	
}


/*Drawer menu--------------------------------------*/
@media only screen and (max-width: 768px) {
	#wrapper{
		overflow:hidden;
		/*padding-top: 60px;*/
	}
		
	.navDrawr {
		background-color: #411f09;
		position: fixed;
		width: 300px;
		top: 60px;
		bottom: 0;
		right: -300px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 9999 !important;
	}
	
	.overlay {
		display: none;
		background-color: rgba(0,0,0,0.49);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999 !important;
	}

	header {
		position: fixed;
		width: 100%;
		top: 0;
		height: 60px;
		padding:0;
		z-index: 9999!important;
	}

	body.menuOpen header{
		position: fixed;
		top:0;
		width: 100%;
	}

	.navDrawrBtn {
		text-align: right;
	}

	.navDrawrBtn span {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}

	.navDrawrBtn span::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0c9";
		font-size: 24px;
		color: #411f09;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 60px;
	}

	body.menuOpen .navDrawrBtn span::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f00d";
	}

	.navDrawr a {
		font-size: 1.2rem;
		position: relative;
		padding: 15px 10px 15px 20px; 
	}

	.navDrawr>ul>li {
		display: block;
		width: auto;
	}

	.navDrawr>ul>li>a {
		text-align: left;
	}

	.navDrawr>ul>li>a:hover {
		border-top: none;
	}

	.navDrawr a.ac_menu {
		padding-bottom: 0;
	}

	.navDrawr .ac_list ul {
		margin-left: 30px;
	}

	.navDrawr .ac_list ul li a {
		border-left: 1px solid #fff;
		padding: 0 0 0 10px;
		margin: 20px 5px 20px 0;
	}

	.navDrawr ul li a span {
		font-size: .7rem;
	}

	.navDrawr .function {
		margin-left: 20px;
	}

	.navDrawr .function a {
		padding: 15px 15px 15px 0;
	}

	.navDrawr.fixed {
		position: fixed;
		width: 300px;
		top: 60px;
		z-index: 99999 !important;
	}
}
/*Drawer menu end----------------------------------*/


/*.main_image #eye_catch---------------------------------------*/
.main_image {
/*     background-color: #fffbe6; */
}

#eye_catch {
	background: url("../images/main_top_2.png") repeat-x bottom 10px center / 100%;
	margin: 60px 0 50px;
	padding: 50px 10px;
    width: 100%;
	height: 150px;
	text-align: center;
    position: relative;
}

@media (min-width: 576px) {
    #eye_catch {
        background: url("../images/main_top_2.png") repeat-x bottom 10px center / 70%;
    }
}

@media (min-width: 769px){
    #eye_catch {
		background: url("../images/main_top_2.png") repeat-x bottom 10px center / 60%;
        margin: 110px 0 50px;
    }
}

@media (min-width: 992px){
    #eye_catch {
		background: url("../images/main_top_2.png") repeat-x bottom 10px center / 50%;
		height: 250px;
        padding: 80px 15px 50px;
    }
}

#eye_catch h1 {
	color: #4d4d4d;
    font-size: 1.5rem;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

#eye_catch p {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px){
    #eye_catch h1 {
        font-size: 2rem;
    }
}

@media (min-width: 992px){
    #eye_catch h1 {
        font-size: 2.5rem;
    }

    #eye_catch p {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
}



/*.container---------------------------------------*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
  
@media (min-width: 576px ){
	.container {
		padding-right: 7.5px;
		padding-left: 7.5px;
		max-width: 540px;
	}
}
  
@media (min-width: 768px){
	.container {
	  	max-width: 750px;
	}
}
  
@media (min-width: 992px){
	.container {
	  	max-width: 970px;
	}
}
  
@media (min-width: 1200px){
	.container {
	  	max-width: 1140px;
	}
}


/*#breadcrumb---------------------------------------*/
#breadcrumb {	
    padding: 0.75rem 0;
	margin: 60px 0 0;
}

#breadcrumb li {
	color: #6c757d;
    display: inline-block;
	font-size: .8rem;
}

#breadcrumb li:not(:last-child)::after {
	color: #6c757d;
    content: " / ";
	display: inline;
}

#breadcrumb li a {
    display: inline-block;
	transition: all .15s ease-in-out;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}

@media (min-width: 769px){
	#breadcrumb {	
		margin: 80px 0 0;
	}


}


/*---------------------------------------------------*/
/*#main----------------------------------------------*/
/*---------------------------------------------------*/

h2 {
	color: #444;
	font-size: 2rem;
    text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}


section {
    margin-bottom: 50px;
}
	
#item_all {
	margin-top: -80px;
	padding-top: 80px;
}

@media (min-width: 769px){
	#item_all {
		margin-top: -100px;
		padding-top: 100px;
	}
}

/*ページトップへ戻るボタン------------------------------*/
#pageTopBtn {
	bottom: 30px;
	right: 20px;
	position: fixed;
	z-index:100;
}

#pageTopBtn a {
	background-color: rgb(65, 31, 9, .8);
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	line-height: 50px;
	padding-bottom: 5px;
	text-align: center;
	width: 50px;
	height: 50px;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

#pageTopBtn a:hover {
	background-color: rgb(65, 31, 9, .5);
}

@media (min-width: 992px){
	#pageTopBtn {
		bottom: 80px;
		right: 50px;
	}
	#pageTopBtn a {
		border-radius: 50%;
		font-size: 1.7rem;
		line-height: 60px;
		width: 60px;
		height: 60px;
	}
	
}

@media (min-width: 1200px){
	#pageTopBtn {
		bottom: 210px;
		right: 100px;
	}
}

/*----------------------------------------------------*/
/*#footer---------------------------------------------*/
/*----------------------------------------------------*/

#footer {
	background-color: #fff;
	border-top:2px solid #411f09;
	color: #4d4d4d;
	padding-top: 10px;
}

.company {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 5px 0 20px;
}

@media (min-width: 768px){
	.company {
		font-size: 1.5rem;
	}
}

address p {
	margin-bottom: .2rem;
}

.sitemap {
	text-align: center;
}

@media (min-width: 768px){
	.sitemap {
		margin-bottom: 2rem;
		text-align: center;
	}
}

.sitemap li {
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
}

@media (min-width: 768px){
	.sitemap li {
		display: inline-block;
		padding: 5px 10px;
	}
}

.sitemap a {
	color: #4d4d4d;
	display: block;
	font-size: .9rem;
	transition: all .2s ease-in-out;
}

.sitemap a:hover {
	color: #0056b3;
}


@media (min-width: 992px){
	.f_container {
		display: flex;
		justify-content: space-between;
	}

}


.copy {
	background-color: #411f09;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	padding: 10px 0 20px;
	width: 100%;
}
