@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 768.1px) {
	html, body {
		font-size: calc(16 / 1280 * 100vw);
	}
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

@media screen and (min-width: 768.1px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
#headerArea {
  padding: 60px 0 43px;
  font-size: 0;
  text-align: center;
}

#headerArea .headerInner {
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#headerArea #headerLogo {
  position: absolute;
  width: 192px;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#headerArea #headerLogo a {
  display: block;
  transition-duration: .2s;
  transition-property: opacity;
}

#headerArea #headerLogo a:hover {
  opacity: .5;
}

#headerArea #gnav .list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 68px;
}

#headerArea #gnav .list li:nth-child(3) {
  margin-right: 352px;
}

#headerArea #gnav .list li:nth-child(4), #headerArea #gnav .list li:nth-child(5) {
  margin-right: 76px;
}

#headerArea #gnav .list li:last-child {
  margin-bottom: 8px;
  margin-right: 0;
  width: 54px;
}

#headerArea #gnav .list li a {
  display: block;
  transition-duration: .2s;
  transition-property: opacity;
}

#headerArea #gnav .list li a:hover {
  opacity: .5;
  text-decoration: none;
}

#headerArea #gnav .list li a p:first-child {
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  letter-spacing: .05em;
  font-weight: 500;
  margin-bottom: 2px;
}

#headerArea #gnav .list li a p:last-child {
  color: #865f43;
  font-size: 0.75rem;
  letter-spacing: .1em;
  font-weight: bold;
}

#headerArea #gnav .list li.current {
  position: relative;
}

#headerArea #gnav .list li.current::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #5a9e4a;
}

@media screen and (min-width: 768.1px) {
	#headerArea {
		padding: calc(60 / 1280 * 100vw) 0 calc(43 / 1280 * 100vw);
	}
	#headerArea .headerInner {
		min-width: 0;
	}
	#headerArea #headerLogo {
		width: calc(192 / 1280 * 100vw);
		top: calc(-19 / 1280 * 100vw);
	}
	#headerArea #headerLogo img {
		width: 100%;
		height: auto;
	}
	#headerArea #gnav .list li {
		margin-right: calc(68 / 1280 * 100vw);
	}
	#headerArea #gnav .list li:nth-child(3) {
		margin-right: calc(352 / 1280 * 100vw);
	}
	#headerArea #gnav .list li:nth-child(4), #headerArea #gnav .list li:nth-child(5) {
		margin-right: calc(76 / 1280 * 100vw);
	}
	#headerArea #gnav .list li:last-child {
		margin-bottom: calc(8 / 1280 * 100vw);
		width: calc(54 / 1280 * 100vw);
	}
	#headerArea #gnav .list li a p:first-child {
		margin-bottom: calc(2 / 1280 * 100vw);
	}
	#headerArea #gnav .list li.current::after {
		width: calc(9 / 1280 * 100vw);
		height: calc(9 / 1280 * 100vw);
		top: calc(-17 / 1280 * 100vw);
	}
}
@media screen and (max-width: 768px) {
  #headerArea {
    position: relative;
    padding: 0;
    z-index: 1000;
  }
  #headerArea .headerInner {
    min-width: 1px;
    height: 65px;
  }
  #headerArea #headerLogo {
    width: 96px;
    top: 16px;
  }
  #headerArea .menuBtn {
    width: 30px;
    height: 14px;
    top: 26px;
    right: 15px;
    position: fixed;
    cursor: pointer;
    z-index: 1;
  }
  #headerArea .menuBtn::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #999;
    top: 6px;
    left: 0;
    transition-duration: .2s;
  }
  #headerArea .menuBtn span {
    display: block;
  }
  #headerArea .menuBtn span::after, #headerArea .menuBtn span::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #999;
  }
  #headerArea .menuBtn span::after {
    bottom: 0;
    left: 0;
    transition-duration: .5s;
  }
  #headerArea .menuBtn span::before {
    top: 0;
    left: 0;
    transition-duration: .5s;
  }
  #headerArea .menuBtn.active {
    z-index: 2;
  }
  #headerArea .menuBtn.active::after {
    opacity: 0;
    width: 0;
  }
  #headerArea .menuBtn.active span::after {
    bottom: 6px;
    left: 0;
    transform: rotate(45deg);
  }
  #headerArea .menuBtn.active span::before {
    top: 6px;
    left: 0;
    transform: rotate(-45deg);
  }
  #headerArea #gnav {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow-y: auto;
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity top;
  }
  #headerArea #gnav.active {
    top: 0;
    opacity: 1;
  }
  #headerArea #gnav .list {
    padding: 100px 10px;
  }
  #headerArea #gnav .list li {
    display: block;
    margin-right: 0;
    margin-bottom: 39px;
  }
  #headerArea #gnav .list li:nth-child(3) {
    margin-right: 0;
  }
  #headerArea #gnav .list li:nth-child(4), #headerArea #gnav .list li:nth-child(5) {
    margin-right: 0;
  }
  #headerArea #gnav .list li:last-child {
    margin: 43px auto 0;
  }
  #headerArea #gnav .list li:last-child a {
    display: block;
  }
  #headerArea #gnav .list li a {
    display: inline-block;
  }
  #headerArea #gnav .list li a p:first-child {
    font-size: 1.286rem;
    margin-bottom: 1px;
  }
  #headerArea #gnav .list li a p:last-child {
    font-size: 0.857rem;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  padding: 55px 0;
  background: #333;
  color: #fff;
  font-size: 0;
  min-width: 1280px;
}

#footerArea .footerInner {
  width: 1000px;
  margin: 0 auto;
}

#footerArea .column2 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

#footerArea .column2 .column {
  display: inline-block;
  vertical-align: top;
}

#footerArea .column2:nth-child(1) .column:nth-child(1) {
  width: 199px;
}

#footerArea .column2:nth-child(1) .column:nth-child(2) {
  width: 342px;
}

#footerArea .column2:nth-child(2) .column:nth-child(1) {
  width: 262px;
}

#footerArea .list > li {
  margin-bottom: 17px;
}

#footerArea .list > li:last-child {
  margin-bottom: 0;
}

#footerArea .list > li > a {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  letter-spacing: .1em;
  transition-duration: .2s;
  transition-property: opacity;
}

#footerArea .list > li > a:hover {
  opacity: .5;
  text-decoration: none;
}

#footerArea .list > li ul {
  margin-top: 10px;
}

#footerArea .list > li ul li {
  margin-bottom: 5px;
}

#footerArea .list > li ul li:last-child {
  margin-bottom: 0;
}

#footerArea .list > li ul li a {
  font-size: 0.875rem;
  letter-spacing: .1em;
  transition-duration: .2s;
  transition-property: opacity;
  padding-left: 15px;
  background: url(../img/common/common_contents_arrow01.png) no-repeat left center;
  background-size: 6px auto;
}

#footerArea .list > li ul li a:hover {
  opacity: .5;
  text-decoration: none;
}

#footerArea #copyright {
  font-size: 0.875rem;
  letter-spacing: .1em;
  text-align: center;
  font-family: "EB Garamond", serif;
}

@media screen and (min-width: 768.1px) {
	#footerArea {
		padding: calc(55 / 1280 * 100vw) 0;
		min-width: 0;
	}
	#footerArea .footerInner {
		width: calc(1000 / 1280 * 100vw);
	}
	#footerArea .column2 {
		margin-bottom: calc(80 / 1280 * 100vw);
	}
	#footerArea .column2:nth-child(1) .column:nth-child(1) {
		width: calc(199 / 1280 * 100vw);
	}
	#footerArea .column2:nth-child(1) .column:nth-child(2) {
		width: calc(342 / 1280 * 100vw);
	}
	#footerArea .column2:nth-child(2) .column:nth-child(1) {
		width: calc(262 / 1280 * 100vw);
	}
	#footerArea .list > li {
		margin-bottom: calc(17 / 1280 * 100vw);
	}
	#footerArea .list > li ul {
		margin-top: calc(10 / 1280 * 100vw);
	}
	#footerArea .list > li ul li {
		margin-bottom: calc(5 / 1280 * 100vw);
	}
	#footerArea .list > li ul li a {
		padding-left: calc(15 / 1280 * 100vw);
		background-size: calc(6 / 1280 * 100vw) auto;
	}
}
@media screen and (max-width: 768px) {
  #footerArea {
    padding: 22px 0 40px;
    min-width: 1px;
  }
  #footerArea .footerInner {
    width: auto;
    padding: 0 25px;
  }
  #footerArea .column2 {
    width: 50%;
    margin-bottom: 25px;
  }
  #footerArea .column2 .column {
    display: block;
  }
  #footerArea .column2:nth-child(1) .column:nth-child(1) {
    width: auto;
  }
  #footerArea .column2:nth-child(1) .column:nth-child(2) {
    width: auto;
  }
  #footerArea .column2:nth-child(1) .list {
    margin-bottom: 8px;
  }
  #footerArea .column2:nth-child(2) {
    padding-left: 30px;
    box-sizing: border-box;
  }
  #footerArea .column2:nth-child(2) .column:nth-child(1) {
    width: auto;
  }
  #footerArea .list {
    margin-bottom: 12px;
  }
  #footerArea .list > li {
    margin-bottom: 12px;
  }
  #footerArea .list > li > a {
    font-size: 1rem;
  }
  #footerArea .list > li ul {
    margin-top: 12px;
  }
  #footerArea .list > li ul li {
    margin-bottom: 4px;
  }
  #footerArea .list > li ul li a {
    font-size: 0.857rem;
    padding-left: 10px;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea {
  min-width: 1280px;
}

#contentsArea #pageTop {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3d976c;
  bottom: 30px;
  right: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  z-index: 9999;
}

#contentsArea #pageTop:hover {
  opacity: .7;
}

#contentsArea #pageTop a {
  display: block;
  height: 60px;
}

#contentsArea #pageTop img {
  display: block;
  width: 22px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 22px;
}

@media screen and (min-width: 768.1px) {
	#contentsArea {
		min-width: 0;
	}
	#contentsArea #pageTop {
		width: calc(60 / 1280 * 100vw);
		height: calc(60 / 1280 * 100vw);
		bottom: calc(30 / 1280 * 100vw);
		right: calc(30 / 1280 * 100vw);
		box-shadow: rgba(0, 0, 0, 0.2) 0 0 calc(10 / 1280 * 100vw);
	}
	#contentsArea #pageTop a {
		height: calc(60 / 1280 * 100vw);
	}
	#contentsArea #pageTop img {
		width: calc(22 / 1280 * 100vw);
		top: calc(22 / 1280 * 100vw);
	}
}
@media screen and (max-width: 768px) {
  #contentsArea {
    min-width: 1px;
  }
  #contentsArea #pageTop {
    width: 45px;
    height: 45px;
    border-radius: 23px;
    bottom: 14px;
    right: 14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  }
  #contentsArea #pageTop:hover {
    opacity: 1;
  }
  #contentsArea #pageTop a {
    height: 45px;
  }
  #contentsArea #pageTop img {
    width: 20px;
    top: 15px;
  }
}

/* commonBlock
	======================================== */
/* commonBlock01 */
.commonBlock01 {
  height: 210px;
  box-sizing: border-box;
  padding: 17px 0;
  background: url(../img/common/common_contents_bg01.jpg) no-repeat center center;
  background-size: cover;
}

.commonBlock01 > .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.commonBlock01 .dirPath {
  font-size: 0;
  position: relative;
  z-index: 1;
}

.commonBlock01 .dirPath li {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: .05em;
  font-weight: bold;
  color: #fff;
}

.commonBlock01 .dirPath li a {
  transition-property: opacity;
  transition-duration: .2s;
}

.commonBlock01 .dirPath li a:hover {
  opacity: .5;
  text-decoration: none;
}

.commonBlock01 .dirPath li::after {
  content: ">";
  margin: 0 5px;
}

.commonBlock01 .dirPath li:last-child::after {
  content: none;
}

.commonBlock01 .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.commonBlock01 .heading h1 {
  display: table-cell;
  vertical-align: middle;
  width: 1200px;
  height: 176px;
  padding-top: 7px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .18em;
  font-weight: bold;
  color: #fff;
  font-family: "EB Garamond", serif;
}

.commonBlock01 .heading h1 span {
  margin-right: -.18em;
}

@media screen and (min-width: 768.1px) {
	.commonBlock01 {
		height: calc(210 / 1280 * 100vw);
		padding: calc(17 / 1280 * 100vw) 0;
	}
	.commonBlock01 > .inner {
		width: calc(1000 / 1280 * 100vw);
	}
	.commonBlock01 .dirPath li::after {
		margin: 0 calc(5 / 1280 * 100vw);
	}
	.commonBlock01 .heading h1 {
		width: calc(1200 / 1280 * 100vw);
		height: calc(176 / 1280 * 100vw);
		padding-top: calc(7 / 1280 * 100vw);
	}
}
@media screen and (max-width: 768px) {
  .commonBlock01 {
    height: 120px;
    padding: 10px 0;
    background: url(../img/common/common_contents_bg01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .commonBlock01 > .inner {
    width: auto;
    padding: 0 10px;
  }
  .commonBlock01 .dirPath li {
    font-size: 0.857rem;
    display: inline;
  }
  .commonBlock01 .heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .commonBlock01 .heading h1 {
    display: block;
    width: auto;
    height: auto;
    padding: 0 0 0 34px;
    text-align: left;
    font-size: 1.714rem;
    position: relative;
    margin-top: 37px;
  }
}
