@charset "UTF-8";

/******* setting.scss *******/
/******* mixin.scss *******/
.contents .titleArea ol {
  *zoom: 1;
}

.contents .titleArea ol:after {
  content: " ";
  clear: both;
  display: block;
}

header .headLinkArea ul li a,
header .headLinkArea .headCustomer a,
header nav ul li a {
  text-decoration: none;
  transition: color 0.3s;
}

header .headLinkArea ul li a:hover,
header .headLinkArea .headCustomer a:hover,
header nav ul li a:hover {
  color: #5f2430;
}

/******* reset.scss *******/
html {
  font-size: 62.5%;
}

html,
body {
  background-color: #F4EFDB;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fildset,
input,
textarea,
p,
blockquote,
table,
th,
td,
address,
textarea,
input {
  font-weight: 500;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

fieldset,
img,
abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #3e68ae;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

/******header******/
header .headCont {
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

header .menu {
  display: none;
}

header .headLogo {
  position: absolute;
  top: 24px;
  left: 0px;
}

header .headLogo a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 67px;
  width: 144px;
  background-image: url(../img/common/headLogo.png);
}

header .headLinkArea {
  position: absolute;
  top: 16px;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}

header .headLinkArea ul {
  display: flex;
  justify-content: space-between;
}

header .headLinkArea ul li {
  font-size: 80%;
  font-weight: bold;
  margin-right: 15px;
}

header .headLinkArea ul li.spLink {
  display: none;
}

header .headLinkArea ul li a {
  color: #000;
}

header .headLinkArea ul li:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 8px;
  width: 5px;
  background-image: url(../img/common/arrow5.png);
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

header .headLinkArea .headCustomer {
  background: url(../img/common/headIcon.png) no-repeat 0 1px;
  font-size: 80%;
  font-weight: bold;
  margin-right: 20px;
  padding-left: 30px;
}

header .headLinkArea .headCustomer a {
  color: #000;
}

header .headLinkArea .headFb {
  margin-top: -4px;
}

header .headLinkArea .headFb a {
  transition: opacity 0.3s;
  text-decoration: none;
}

header .headLinkArea .headFb a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

header .headLinkArea .headFb img {
  width: 20px;
}

header .headLinkArea .headFb span {
  display: none;
}

header nav {
  position: absolute;
  top: 46px;
  right: 0px;
}

header nav ul {
  display: flex;
}

header nav ul li {
  border-right: 1px solid #d0c9ae;
  box-sizing: border-box;
}

header nav ul li:last-child {
  border: none;
}

header nav ul li:last-child a {
  padding-right: 0;
}

header nav ul li a {
  box-sizing: border-box;
  display: block;
  color: #000;
  height: 58px;
  font-weight: bold;
  padding: 0 13px;
  position: relative;
  text-align: center;
}

header nav ul li a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 795%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 26px;
  width: 25px;
  background-image: url(../img/common/navIcon2.png);
  margin: 0 auto 8px;
}

header nav ul li a.nav1:before {
  background-position: 0px 0;
}

header nav ul li a.nav2:before {
  background-position: -25px 0;
}

header nav ul li a.nav3:before {
  background-position: -50px 0;
}

header nav ul li a.nav4:before {
  background-position: -75px 0;
}

header nav ul li a.nav5:before {
  background-position: -100px 0;
}

header nav ul li a.nav6:before {
  background-position: -125px 0;
}

header nav ul li a.nav7:before {
  background-position: -150px 0;
}

header nav ul li a.nav8:before {
  background-position: -175px 0;
}


/******footer******/
footer {
  background-color: #fff;
  padding: 50px 0 20px;
}

footer .footNavArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 1020px;
}

footer .footNavArea li {
  font-size: 85%;
  margin-bottom: 3px;
}

footer .footNavArea li a {
  color: #000;
  transition: opacity 0.3s;
  text-decoration: none;
}

footer .footNavArea li a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

footer .footNavArea li:before {
  background-color: #602430;
  content: "";
  height: 2px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0.3em;
  width: 6px;
}

footer .footNavArea .cateTop {
  display: none;
}

footer .footNavArea .footNav01 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
  width: 510px;
}

footer .footNavArea .footNav01 dt {
  margin: 0 0 10px -12px;
  width: 100%;
}

footer .footNavArea .footNav01 dt:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow2.png);
  display: inline-block;
  margin-right: 5px;
}

footer .footNavArea .footNav01 dt a {
  color: #5f2430;
  font-weight: bold;
  transition: opacity 0.3s;
  text-decoration: none;
}

footer .footNavArea .footNav01 dt a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

footer .footNavArea .footNav01 dl {
  display: flex;
  flex-wrap: wrap;
}

footer .footNavArea .footNav01 dl dt {
  font-size: 85%;
  margin-left: 0;
  width: 100%;
}

footer .footNavArea .footNav01 dl dt:before {
  display: none;
}

footer .footNavArea .footNav01 dl dd {
  margin-right: 20px;
}

footer .footNavArea .footNav01 dl dd a:hover {
  opacity: 1;
  color: #5f2430;
}

footer .footNavArea .footNav01 .subNav01 {
  width: 255px;
}

footer .footNavArea .footNav01 .subNav02 {
  border-left: 1px solid #eee;
  box-sizing: border-box;
  padding-left: 30px;
  width: 240px;
}

footer .footNavArea .footNav02 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 30px;
  width: 300px;
}

footer .footNavArea .footNav02 dl {
  padding-left: 12px;
}

footer .footNavArea .footNav02 dl dt {
  margin: 0 0 5px -12px;
  width: 100%;
}

footer .footNavArea .footNav02 dl dt:before {
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-135deg);
  content: "";
  display: block;
  height: 4.5px;
  width: 5px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0.2em;
}

footer .footNavArea .footNav02 dl dt a {
  color: #5f2430;
  font-weight: bold;
  transition: opacity 0.3s;
  text-decoration: none;
}

footer .footNavArea .footNav02 dl dt a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  text-decoration: none;
}

footer .footNavArea .footNav02 dl dd a:hover {
  opacity: 1;
  color: #5f2430;
}

footer .footNavArea .footNav02>li {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 7px;
}

footer .footNavArea .footNav02>li>a {
  color: #602430;
}

footer .footNavArea .footNav02>li:before {
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-135deg);
  content: "";
  display: block;
  height: 4.5px;
  width: 5px;
  background-color: inherit;
  display: inline-block;
  vertical-align: 0.2em;
}

footer .footNavArea .footNav02>li:first-child:before {
  display: none;
}

footer .footNavArea .footNav03 {
  box-sizing: border-box;
  padding-left: 30px;
  width: 205px;
}

footer .footNavArea .footNav03 li:before {
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-135deg);
  content: "";
  display: block;
  height: 4.5px;
  width: 5px;
  background-color: inherit;
  display: inline-block;
  vertical-align: 0.2em;
}

footer .footNavArea .footNav03 li a {
  color: #602430;
  font-weight: bold;
}

footer .footContArea {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

footer .footCont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row-reverse;
  margin: 0 auto;
  position: relative;
  width: 1020px;
}

footer .footCont .footLink {
  position: absolute;
  top: 0px;
  left: 0px;
}

footer .footCont .footLink li {
  font-size: 85%;
  display: inline-block;
  margin-right: 15px;
}

footer .footCont .footLink li a {
  color: #000;
  text-decoration: none;
}

footer .footCont .footLink li a:hover {
  text-decoration: underline;
}

footer .footCont .logoArea {
  text-align: right;
}

footer .footCont .logoArea dt {
  margin-bottom: 10px;
  display: inline-block;
  width: 206px;
}

footer .footCont .logoArea dt img {
  width: 100%;
}

footer .footCont .logoArea dd {
  font-size: 80%;
}

footer .footCont .copy {
  font-size: 75%;
}

/******contents******/
.contents {
  padding-bottom: 80px;
  position: relative;
}

.contents .secCont {
  margin: 0 auto;
  width: 1020px;
}

.contents .otherArea {
  background-color: #e3dec7;
  margin-bottom: -80px;
}

.contents .titleArea {
  background: url(../img/common/mv.jpg) repeat 50% 0;
  height: 160px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .contents .titleArea {
    background-size: auto 100%;
  }
}

.contents .titleArea:before {
  background-color: rgba(227, 222, 199, 0.95);
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.contents .titleArea ol {
  margin: 0 auto 45px;
  padding: 5px 0;
  position: relative;
  width: 1020px;
  z-index: 2;
}

.contents .titleArea ol li {
  background: url(../img/common/arrow5.png) no-repeat 0 5px;
  background-size: 5px;
  float: left;
  font-size: 80%;
  margin-left: 10px;
  padding-left: 14px;
}

.contents .titleArea ol li a {
  color: #000;
}

.contents .titleArea ol li:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
}

.contents .titleArea h1 {
  box-sizing: border-box;
  color: #602430;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding-left: 40px;
  width: 1020px;
}

.contents .titleArea h1 span {
  font-size: 60%;
  font-weight: normal;
  display: block;
  line-height: 100%;
}

.contents>section {
  margin-top: 75px;
}

.contents .secTitle {
  border-bottom: 1px solid #e3dec7;
  margin-bottom: 35px;
}

.contents .secTitle h2 {
  color: #602430;
  font-size: 160%;
  font-weight: bold;
  margin: 0 auto -1px;
  position: relative;
  width: 1020px;
}

.contents .secTitle h2 span {
  border-bottom: 1px solid #602430;
  display: inline-block;
  padding-bottom: 10px;
}

.contents .secTitle h2 span span {
  border: none;
  font-size: 60%;
  padding-bottom: 0;
}

.contents h3 {
  border-left: 4px solid #602430;
  color: #602430;
  font-size: 130%;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.contents p {
  color: #602430;
  margin-bottom: 35px;
}

.contents .cateNav {
  background-color: #e3dec7;
  display: flex;
  justify-content: center;
}

.contents .cateNav li a {
  color: #000;
  display: block;
  padding: 22px;
  transition: opacity 0.3s;
  text-decoration: none;
}

.contents .cateNav li a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: none;
}

.contents .cateNav li a.c {
  background-color: #f4efda;
}

.pageTop {
  background: url(../img/common/pageTop.png) no-repeat 0 0;
  box-sizing: border-box;
  color: #5f2430;
  cursor: pointer;
  font-size: 85%;
  font-weight: bold;
  height: 110px;
  line-height: 120%;
  padding: 22px 50px 0 14px;
  text-align: center;
  width: 113px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 20;
}

.pageTop:hover {
  background-image: url(../img/common/pageTop2.png);
  color: #fff;
}

.pageTop.abs {
  position: absolute;
}

.pageTop.show {
  opacity: 1;
}