@charset "UTF-8";
html, body {
  font-size: 10px;
}

body {
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #4d4d4d;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo UI", osaka, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body * {
  box-sizing: border-box;
}

#container {
  padding-top: 73px;
  font-size: 1.6rem;
}

/* HEADER
---------------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 73px;
  background: #968c5f;
  z-index: 999;
}
header > div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 3.125%;
  height: 100%;
}
header > div h1 {
  max-width: 152px;
	margin: 0 auto;
}
header > div nav ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
header > div nav ul li a {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 73px;
  padding: 0 45px;
  line-height: 1.2;
  text-decoration: none;
}
header > div nav ul li a:hover {
  opacity: 0.8;
}
header > div nav ul li a br {
  display: none;
}
header > div nav ul li:last-child a {
  background: #584d23;
}
header > div nav ul li.cur a {
  opacity: 0.4;
  pointer-events: none;
}

#navBtn {
  display: none;
}


header .select{background:#584d23; }


#safety{width: 363px; margin: 95px auto 0; }

/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
#safety{width: 60%; margin: 1em auto 0;}
}

/* @media : PC
---------------------------------------- */
@media screen and (max-width: 1600px) {
  header > div nav ul li a {
    padding: 0 2vw;
  }
}
@media screen and (max-width: 1300px) {
  header > div nav ul li a {
    padding: 0 2.30769vw;
  }
  header > div nav ul li a br {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  header > div nav ul li a {
    padding: 0 15px;
    font-size: 1.6vw;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  #container {
    padding-top: 60px;
  }

  header {
    height: 60px;
  }
	header > div h1 {
	text-align: center;
}
  header > div nav {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(150, 140, 95, 0.5);
  }
  header > div nav ul {
    display: block;
    background: #968c5f;
  }
  header > div nav ul li {
    border-top: 1px solid #fff;
  }
  header > div nav ul li:last-child {
    border-bottom: 1px solid #fff;
  }
  header > div nav ul li a {
    height: auto;
    padding: 1.5em;
    font-size: 1.6rem;
  }
  header > div nav ul li a br {
    display: none;
  }

  #navBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  #navBtn span {
    display: block;
    position: absolute;
    left: calc(60px / 2 - 15px);
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 1.5px;
    transition: all 0.5s ease;
  }
  #navBtn span:nth-child(1) {
    top: calc(50% - 11.5px);
  }
  #navBtn span:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  #navBtn span:nth-child(3) {
    top: calc(50% + 8.5px);
  }

  body.openNav {
    overflow: hidden;
  }
  body.openNav #navBtn span:nth-child(1) {
    top: calc(50% - 1.5px);
    transform: rotate(45deg);
  }
  body.openNav #navBtn span:nth-child(2) {
    top: calc(50% - 1.5px);
    transform: scale(0) rotate(90deg);
  }
  body.openNav #navBtn span:nth-child(3) {
    top: calc(50% - 1.5px);
    transform: rotate(135deg);
  }
}
/* Main
---------------------------------------- */
main {
  /*padding-bottom: 85px;*/
	padding-bottom: 35px;
}

#titleArea h1 {
  letter-spacing: 0.3em;
  line-height: 1.1;
  color: #968c5f;
  font-family: linotype-didot, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7rem;
}
#titleArea h1 span {
  display: block;
}
#titleArea h1 span.s1 {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 3.5rem;
}

.mainContents {
  max-width: 985px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  /*border-bottom: 1px solid #666666;*/
}
.mainContents > section {
  padding: 100px 0;
 /* border-top: 1px solid #666;*/
}
.mainContents > section h2 {
  margin-bottom: 45px;
  line-height: 1.1;
  color: #968c5f;
  font-family: linotype-didot, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
}
.mainContents > section h2 span {
  display: block;
}
.mainContents > section h2 span.s1 {
  margin-top: 5px;
  color: #8b8b8b;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo UI", osaka, sans-serif;
  font-size: 2.2rem;
}
.mainContents > section .flex {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: -45px;
}
.mainContents > section .flex.col2 .flexItem {
  width: 47.8836%;
  margin-top: 45px;
  margin-right: 4.23280%;
  text-align: left;
}
.mainContents > section .flex.col2 .flexItem:nth-child(2n) {
  margin-right: 0;
}

/* Aside
---------------------------------------- */
aside {
  padding: 30px 20px;
  background: #e4e4e4;
}
aside address {
  line-height: 1.3;
}
aside address span {
  display: inline-block;
  margin: 0 0.5em;
}

/* Footer
---------------------------------------- */
footer {
  padding: 12px 20px 10px;
  background: #968c5f;
  color: #fff;
}
footer p {
  line-height: 1.1;
  font-size: 1.3rem;
}
footer p br {
  display: none;
}

/* ----------------------------------------
   サブ・カテゴリ ページ
---------------------------------------- */
body.subCtg #titleArea {
  padding: 95px 20px 75px;
}
body.subCtg #titleArea h1 {
  letter-spacing: 0.3em;
  line-height: 1.1;
  color: #968c5f;
  font-family: linotype-didot, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7rem;
}
body.subCtg #titleArea h1 span {
  display: block;
}
body.subCtg #titleArea h1 span.s1 {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  font-size: 3.5rem;
}

/* PARTS
---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: underline;
  color: #fff;
}
a.txt_c{
  color: #4d4d4d;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a.inactive {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}
a.txtLink {
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #fff;
}
a.txtLink::before {
  content: '＞ ';
}
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

/* Note */
.note {
  letter-spacing: 0;
  font-size: 1.3rem;
}

.noteList {
  font-size: 1.3rem;
}
.noteList li {
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 1.5;
  text-indent: -1em;
  font-feature-settings: "palt";
}
.noteList li + li {
  margin-top: 5px;
}

/* text-align */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/* vertical-align */
.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

/* Flex */
.flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

/* Table */
.tbl {
  display: table;
}
.tbl .row {
  display: table-row;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.top {
  vertical-align: top;
}
.tbl .cell.btm {
  vertical-align: bottom;
}
.tbl.top .cell {
  vertical-align: top;
}
.tbl.btm .cell {
  vertical-align: bottom;
}

/* Other */
.ib {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.sprite {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

#goTop {
  display: none;
  position: fixed;
  right: 4.6875vw;
  bottom: 40px;
  height: 0;
  z-index: 99;
}

#goTop a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  text-indent: -999px;
}

#goTop a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon_arrow_01.png") no-repeat center center;
  background-size: 100% auto;
}

/* @media : PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tbl.rsp,
  .tbl.rsp .row,
  .tbl.rsp .cell {
    display: block;
  }

  .tbl.rsp .row + .row {
    margin-top: 1em;
  }

  #goTop {
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .flex.rsp {
    display: block;
  }

  #goTop {
    right: 10px;
    bottom: 10px;
  }
  #goTop a {
    width: 50px;
    height: 50px;
  }
}
/* @media : PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  #mq {
    display: block;
  }

  .sp {
    display: none;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 481px) {
  html, body {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  #mq {
    display: none;
  }

  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .mainContents > section {
    padding: 60px 0;
  }

  .mainContents > section h2 {
    margin-bottom: 20px;
  }

  body.subCtg #titleArea {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  aside {
    padding: 15px 20px;
  }
  aside address br {
    display: block;
  }

  footer p {
    line-height: 1.3;
  }
  footer p br {
    display: block;
  }

  .mainContents > section h2 {
    font-size: 3rem;
  }

  .mainContents > section h2 span.s1 {
    font-size: 1.8rem;
  }

  .mainContents > section .flex.rsp {
    margin-top: 0;
  }

  .mainContents > section .flex.rsp .flexItem {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .mainContents > section .flex.rsp .flexItem + .flexItem {
    margin-top: 20px;
  }

  body.subCtg #titleArea h1 {
    letter-spacing: 0.15em;
    font-size: 4rem;
  }

  body.subCtg #titleArea h1 span.s1 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
ul.sub_menus{
    list-style: none;
    position: absolute;
    right: 50px;
    margin-top: 10px;
}
ul.sub_menus li{
    line-height: 1.8em;
    position: relative;
    padding-left: 15px;
}
ul.sub_menus li::before{
content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #000;
  border-bottom-width: 0;
}
ul.sub_menus a{
	color: #000000;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
ul.sub_menus{
    list-style: none;
    position: absolute;
    left: 24px;
	right: inherit;
    margin-top: 5px;
	top:5px;
	z-index: 9999;
	font-size: 0.7em;
}
ul.sub_menus li{
    line-height: 1.4em;
   /* position: relative;*/
    padding-left: 15px;
    margin-bottom: 8px;
}
    ul.sub_menus li:last-child{
        margin: 0;
    }
ul.sub_menus li::before{
content: "";
  display: block;
  /*position: absolute;*/
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 6px solid #FFFFFF;
  border-bottom-width: 0;
}
ul.sub_menus a{
	color: #FFFFFF;
	}
ul.sub_menus{
display: block!important;
	}
}


/*240814 追記*/

.lyt-ft-link{
	max-width: 320px;
	margin: 35px auto 0;
}
.lyt-ft-link a{position: relative;background: #fff; border: 1px solid #968C5F; color: #968C5F; display: block; height: 80px; line-height: 25px; width: 100%; text-decoration: none; padding-top: 13px;}
/*
.lyt-ft-link a::after{content: '>'; color: #968C5F; position: absolute; right: 50px; top: 0px;}*/