@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Parisienne');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Sawarabi+Mincho');

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: auto;
	background: #fff;
	color: #42210b;
}

body {
font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

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

/*--------------------------------------------------------------
 *  fonts
 *------------------------------------------------------------*/
.pari {
	font-family: 'Parisienne', cursive;
}

.sawa {
	font-family: 'Sawarabi Mincho', sans-serif;
}

/*--------------------------------------------------------------
 *  color
 *------------------------------------------------------------*/
.DGD { color: #a36400 !important; }

.GLD { color: #d9a300 !important; }

.BRN { color: #42210b !important; }

.DRD { color: #c1272d !important; }

.BLK { color: #000 !important;}
/*--------------------------------------------------------------
 *  backgroung
 *------------------------------------------------------------*/
.lattice {
    background: url(../images/common/common_bk.png) repeat;
}

/*--------------------------------------------------------------
 *  ul li
 *------------------------------------------------------------*/
ul {
    list-style: none;
    padding: 0;
}

/*--------------------------------------------------------------
 *  a,a:hover
 *------------------------------------------------------------*/
a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
 *  header
 *------------------------------------------------------------*/
header.l-header {
    width: 200px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 100;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1.logo {
    font-size: 1.6em;
}

.l-header a {
    color: inherit;
}

.l-header_logo {
	margin-top: 2em;
	margin-bottom: 2em;
}

.l-header_btn {
  display: none;
}

.l-gNav.open {
  display: block;
}
.l-gNav.close {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-gNav {
    display: block !important;
  }
}

nav.l-gNav {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.l-header_nav {
	flex-grow: 2;
}

.l-header_nav a li {
    font-size: 1.1em;
    font-weight: bold;
    color: #42210b;
    margin-bottom: .8em;
    line-height: 1.3;
}

.l-header_nav a:hover li {
    color: #efd406;
}

.l-header_nav span {
    display: block;
	font-family: 'Parisienne', cursive;
    font-size: .5em;
    color: #d9a300;
}

li.l-header_nav__contact {
    background: url(../images/common/side_02.png) no-repeat;
    background-position: center center;
    background-size: contain;
    padding: .5em;
}

.l-header_blog {	
    margin: 0 1.5em 2em;
    padding: 1.5em 0;
    border-top: 1px dotted #777;
}

.l-header_blog__txt {
    display: flex;
    justify-content: center;
	align-items: center;
}

.l-header_blog__txt p {
    margin: 0 1em;
	font-size: 1.2em;
}

.l-header_blog__logo a i {
    color: #797979;
    font-size: 1.8em;
    margin: .5em;
}

.l-header_blog__logo a i:hover {
    color: #007bff;
}

/*--------------------------------------------------------------
 *  mainArea
 *------------------------------------------------------------*/
div#r-mainArea {
    margin-left: 200px;
	background-color: #fdf5f2;
}

.contents-head {
    text-align: center;
    background: -moz-linear-gradient(top, #FFF, transparent),url(../images/common/head.png) top center / contain no-repeat;
    background: -webkit-linear-gradient(top, #FFF, transparent),url(../images/common/head.png) top center / contain no-repeat;
    background: linear-gradient(to bottom, #FFF, transparent),url(../images/common/head.png) top center / contain no-repeat;
}

.contents-head p {
    font-size: 1.5rem;
    color: #a36400;
    padding: 1.5em 0 3em;
	margin: 0;
}

@media screen and ( max-width: 1156px ) {
	.contents-head p {
		font-size: 2vw;
	}
}

.sub-head_txt span {
    display: block;
    font-size: .8em;
}

/*--------------------------------------------------------------
 *  footer
 *------------------------------------------------------------*/
.foot-info {
    display: flex;
    justify-content: space-around;
	margin-bottom: 3em;
}

.foot-news {
    width: 55%;
    margin: 3em 0;
}

.foot-news_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	border-bottom: 1px solid #c1272d;
}

.foot-news_ttl .ttl-h2 {
    margin: 0;
}

.foot-news_ttl p {
    font-size: 1.6em;
    margin: 0 1em;
}

.foot-news_ttl img {
    height: 2.3rem;
    width: auto;
}

.foot-news ul {
    margin: 2em 1em;
    font-size: 1.3em;
}

.foot-news a li {
	display: flex;
	padding: 1em 0;
    line-height: 1.6;
    border-bottom: 2px dotted #42210b;
	color: #42210b;
}

.foot-news a li:hover {
	color: #a36400;
}

.foot-news li span {
    color: #d9a300;
    display: block;
    padding-right: 2em;
}

.foot-info_facebook {
    width: 30%;
    text-align: center;
    background-color: #ffffffc7;
    margin: -1em 0 0 0;
    padding: 3em 0;
}

.facebook {
    width: 80%;
    margin: 0 auto;
}

.foot-company {
    display: flex;
    background-color: #fff;
    justify-content: space-around;
    padding: 3em 0;
	text-align: center;
	font-size: 1.3em;
}

.foot-company_main {
    margin: 0 2em;
}

.foot-company_main img {
    width: 100%;
    max-width: 290px;
}

p.foot-company_main__logoDown {
    font-size: 1.2em;
}

p.foot-company_main__tel {
    font-size: 1.6em;
}

.foot-company_main__tel a {
    color: unset;
}

.foot-company_sub {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.foot-company_sub_items {
    width: 50%;
}

.foot-company_sub_items h3 {	
	font-size: 1.15em;
}

.foot-company_sub_items.item01 h3 {
    color: #f15a24;
}
.foot-company_sub_items.item02 h3 {
    color: #009245;
}
.foot-company_sub_items.item03 h3 {
    color: #3fa9f5;
}
.foot-company_sub_items.item04 h3 {
    color: #ff76ac;
}

p.foot-company_sub___tel a {
    color: #333;
}

footer#Footer {
	background: url(../images/common/foot_01.png) center bottom / contain repeat-x ;
    background-color: #d2ebfd;
    text-align: center;
}

.foot-inner {
    padding: 1em 0;
}

.foot-inner ul {
    display: flex;
    justify-content: center;
    padding-top: 1em;
    font-size: 1.3em;
}

.foot-inner ul li {
    margin: 0 1em;
    color: #a36400;
}

.foot-inner li a {
    color: unset;
}

.foot-inner li a:hover {
    color: #42210b;
}

.foot-sub {
    background: url(../images/common/common_bk.png) repeat;
    margin-bottom: 0;
    padding-bottom: 3em;
}

/*--------------------------------------------------------------
 *  side-fix
 *------------------------------------------------------------*/
.side-fix_item a img {
    width: 65px;
    height: auto;
		-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
}

.side-fix_item a img:hover {
	opacity: 1.0;
}

.side-fix_item a {
    display: block;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 1000;    
}

.side-fix_item.side02 a {
    top: calc(15% + 170px);
}

.side-fix_item.side03 a {
    top: calc(15% + 340px);
}



/*--------------------------------------------------------------
 *  media screen
 *------------------------------------------------------------*/
@media screen and ( max-width:1024px ) {
	.foot-info {    
		flex-wrap: wrap;
	}
	
	.foot-news,
	.foot-info_facebook {
		width: 90%;
	}
	
	.foot-info_facebook h2.ttl-h2 {
		margin-bottom: 0;
	}
	
	.foot-company {
		flex-wrap: wrap;
	}
	
	.foot-company_sub {
		width: 90%;    
	}
}

@media screen and (max-width: 768px) {
	header.l-header {
		width: 100%;
		height: 65px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		flex-direction: unset;
		padding: 1em;
		border-bottom: 1px solid #d9a300;
	}
	
	.l-header_logo {
		margin: 0;
		display: flex;
		align-items: center;
	}

	.l-header_btn {
	  display: block;
	  cursor: pointer;
	}
	
	.l-gNav {
	  position: fixed;
	  left: 0;
	  top: 65px;
	  display: none;
	  z-index: 10;
	  background-color: #fdf5f2;
	  width: 100%;
	  height: 100%;
	  padding: 2em;
	}
	
	.l-header_btn,
	.l-header_btn span {
	  display: inline-block;
	  transition: all 0.4s;
	  box-sizing: border-box;
	}
	
	.l-header_btn {
	  z-index: 20;
	  position: relative;
	  width: 40px;
	  height: 36px;
	}
	
	.l-header_btn span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #d9a300;
	  border-radius: 4px;
	}
	
	.l-header_btn span:nth-of-type(1) {
	  top: 0;
	}
	.l-header_btn span:nth-of-type(2) {
	  top: 16px;
	}
	.l-header_btn span:nth-of-type(3) {
	  bottom: 0;
	}
	
	.l-header_btn.active span:nth-of-type(1) {
	  -webkit-transform: translateY(16px) rotate(-45deg);
	  transform: translateY(16px) rotate(-45deg);
	}
	.l-header_btn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.l-header_btn.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-16px) rotate(45deg);
	  transform: translateY(-16px) rotate(45deg);
	}
	
	div#r-mainArea {
		margin :0;
		padding-top: 65px;
	}
	
	.contents-head p {
		font-size: 3vw;
	}
	
	.contents-head {
		background: url(../images/common/head.png) top center / cover no-repeat;
	}
	
	.side-fix {
		display: none;
	} 

}




