@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #423532;
	background: rgba(239, 232, 223, .46);
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


_:-ms-lang(x), body {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}

img {
	max-width: 100%;
}


/*l-header
---------------------------------------------------------------------------- */
.l-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 25px 0;
	z-index: 100;
	transition: .3s;
}

.l-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 30px;
		max-width: 1440px;
		margin: 0 auto;
}


.l-header-logo {
    width: 271px;
}

.l-header-logo a {
	display: block;
	transition: .3s;
}

.l-header-menu {
	display: none;
}

@media screen and (min-width: 768px){

	.l-header-logo a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 980px){
	.l-header-logo {
	    width: 200px;
	}

	.l-header-content {
	    padding: 0 20px;
	}

	.l-header {
	    padding: 15px 0;
	}
}

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

	.l-header-detail {
    display: none;
		position: absolute;
	 background: #fff;
	 top: 44px;
	 left: 0;
	 width: 100%;
	 padding: 20px 20px 30px;
	 box-shadow: 0 4px 4px #ccc;
	}

	.l-header {
	    padding: 18px 10px;
	}

	.l-header-content {
	    padding: 0;
	}

	.l-header-logo {
	    width: 165px;
	}

	.l-header-menu {
		display: block;
	}

	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 20px;
	  height: 10px;
	  background: none;
	  border: none;
	  appearance: none;
	  cursor: pointer;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #423532;
	  border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
	  bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(5px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
	  transform: translateY(-3px) rotate(45deg);
	}

}


/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
    display: inline-block;
    vertical-align: middle;
		font-family: "TsukuGoPr5-R-HelveticaNowTextLight";
}

.l-gNav-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 0 15px;
}

.l-gNav-list li a {
	position: relative;
    color: #423532;
    display: block;
    text-decoration: none;
}


.l-gNav-list {
    font-size: 0;
}


.l-gNav-sns {
    display: inline-block;
    vertical-align: middle;
		font-size: 0;
}

.l-gNav-snsList li {
	margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 31px;
}

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

	.l-gNav-list li {
    font-size: 1.4rem;
    margin: 0 10px;
	}

	.l-gNav-snsList li {
    margin-left: 5px;
	}

}

@media screen and (min-width: 768px){

	.l-gNav-list li a:before {
	    position: absolute;
	    content: "";
	    background: #423532;
	    width: 0;
	    height: 2px;
	    bottom: -4px;
	    left: 50%;
	    transform: translateX(-50%);
			transition: .3s;
	}

	.l-gNav-list li a:hover::before {
		width: 100%;
	}

}

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

	.l-gNav {
    display: block;
    margin: 0 auto 30px;
	}

	.l-gNav-list li {
	    display: block;
	    margin: 0;
	    border-bottom: dashed 1px #423532;
	}

	.l-gNav-list li a {
	    padding: 15px 10px;
	}

	.l-gNav-sns {
	    display: block;
	    text-align: center;
	}
}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

.l-topicPath li {
    display: inline-block;
}

.l-topicPath li.p-topicHome {
    /*
    background: url(../../../images/common/bg_crumb_home.png) left center no-repeat;
    padding-left: 22px;
    */
}

.l-topicPath li a {
    text-decoration: underline;
    color: #0588ce;
}

.l-topicPath li a:hover {
    text-decoration: none;
}

.l-topicPath-arrow {
    margin-left: 0.5em;
}

.l-topicPath-arrow:before {
    content: '＞ ';
}

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


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
    width: 100%;
}

@media screen and (max-width: 767px){
    .l-pageBody {
        min-width: 0;
    }
}


/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

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


/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
}

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


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
	padding-top: 184px;
	background: url("../../images/common/bg_footer.png")repeat-x;
	background-position: left top;
	color: #fff;
	font-weight: bold;
}

.l-footer-container {
    background: #88b360;
    padding: 40px 30px 20px;
}

.l-footer-content {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.l-footer-sns {
    font-size: 0;
    padding-top: 15px;
}


.l-footer-sns li {
    display: inline-block;
    width: 31px;
    margin-right: 5px;
}

.l-footer-sns li a {
    display: block;
    transition: .3s;
}


.l-footer-sitemap {
    width: 180px;
}

.l-footer-block {
    padding-right: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.l-footer-block small {
    font-size: 1.3rem;
}

.l-footer-list {
	font-weight: 400;
    padding-top: 15px;
}

.l-footer-list li {
	padding-bottom: 10px;
	line-height: 1.8;
}

.l-footer-list li span {
	position: relative;
}

.l-footer-list li:last-child {
	padding-bottom: 0;
}

li.l-footer-pin span::before {
	position: absolute;
	content: "";
	background: url("../../images/common/ico_pin.png")no-repeat;
	height: 15px;
	width: 15px;
	background-position: left center;
	left: -17px;
	top: 0;
}

li.l-footer-open span::before {
	position: absolute;
	content: "";
	background: url("../../images/common/ico_clock.png")no-repeat;
	height: 15px;
	width: 15px;
	background-position: left center;
	left: -17px;
	top: 0;
}

li.l-footer-tel span::before {
	position: absolute;
	content: "";
	background: url("../../images/common/ico_tel.png")no-repeat;
	height: 15px;
	width: 15px;
	background-position: left center;
	left: -17px;
	top: 0;
}


.l-footer-sitemap ul li {
    line-height: 1;
    padding-bottom: 15px;
}

.l-footer-sitemap ul li:last-child {
	padding: 0;
}

.l-footer-sitemap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
}


@media screen and (min-width: 768px){

	.l-footer-sns li a:hover {
		opacity: .7;
	}

	.l-footer-sitemap ul li a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 980px){
	.l-footer-sitemap {
	    width: auto;
	}

	.l-footer-container {
	    padding: 40px 20px 20px;
	}

	.l-footer-block {
    padding: 0 20px 0 30px;
	}

}

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

	.l-footer {
		padding-top: 68px;
    background: url("../../images/common/bg_footer.png")no-repeat;
    background-position: center top;
    background-size: 750px;
 }

 .l-footer-content {
	 width: 100%;
	 display: block;
	 text-align: center;
 }

 .l-footer-container {
    padding: 25px 20px;
	}

	.l-footer-logo {
	    width: 184px;
	    margin: 0 auto 50px;
	}

	.l-footer-block {
	    font-size: 1.4rem;
	    margin: 0 auto 50px;
	    width: 100%;
	    padding: 0;
	}

	.l-footer-sitemap {
		display: none;
	    /* width: 100%;
	    margin: 0 auto; */
	}

	li.l-footer-open span::before,
	li.l-footer-tel span::before,
	li.l-footer-pin span::before {
		top: -1px;
	}


}
