@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .rightBox > section div:after, header:after, .topBlog:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after, .rightBox > section div:after, header:after, .topBlog:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
	----------------------------------------*/
body {
  width: 100%;
  min-width: 940px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  line-height: 170%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0.6px;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

/*----------------------------------------
	container
	----------------------------------------*/
.container {
  margin: 0 auto;
  width: 940px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

/*----------------------------------------
	common
	----------------------------------------*/
.hlBox {
  height: 200px;
  position: relative;
  text-align: center;
  background-size: cover;
}
.hlBox h2 {
  height: 200px;
  position: relative;
  top: 70px;
}
.hlBox h2 img {
  vertical-align: middle;
}

.leftBox {
  margin-top: 50px;
  width: 228px;
  float: left;
}
.leftBox h2 {
  margin-bottom: 50px;
}

.navLeftBox li {
  margin-bottom: 16px;
}
.navLeftBox li:before {
  content: url(../images/common/arw_right.png);
  margin-right: 5px;
}
.navLeftBox li a {
  color: #766552;
}
.navLeftBox li a:hover {
  color: #766552;
}
.navLeftBox li a:active, .navLeftBox li a:focus {
  color: #766552;
}
.navLeftBox li span {
  display: inline-block;
  vertical-align: top;
}

.bannerBox {
  margin-top: 50px;
}

.rightBox {
  width: 650px;
  padding-left: 60px;
  margin-top: 50px;
  margin-bottom: 150px;
  float: right;
  border-left: solid 1px #CCCCCC;
}
.rightBox > section {
  padding: 46px 0;
  border-bottom: 1px solid #CCCCCC;
}
.rightBox > section:first-child {
  padding-top: 0;
}
.rightBox > section:last-child {
  border-bottom: none;
}
.rightBox > section div {
  margin-bottom: 50px;
}

.bold {
  font-weight: bold;
}

.emp {
  color: #92793F;
}

.note {
  font-size: 12px;
  font-size: 0.75rem;
}

.ast {
  margin-right: 3px;
  line-height: 100%;
  vertical-align: text-top;
  font-size: 10px;
  font-size: 0.625rem;
}

.textLeft {
  float: left;
  width: 340px;
}

.mb50 {
  margin-bottom: 50px;
}

.btnDetail a {
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #8C7764;
  color: #fff;
  text-align: center;
}
.btnDetail a:hover {
  background: #766552;
}
.btnDetail a:after {
  content:url(../images/index/arrow_right_w.png);
  
  padding-left: 20px;
  position: absolute;
  bottom: 15px;
}

/*----------------------------------------
	IE6 Upgrade Warning
	----------------------------------------*/
#ieError {
  color: #FFF;
  background: #000;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
#ieError strong {
  color: #FFF;
}
#ieError a {
  color: #D90000;
  text-decoration: underline;
}

/*----------------------------------------
	header
	----------------------------------------*/
header {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  background: #fff;
  box-shadow: 0px 7px 8px -10px;
}

.fixed {
  position: fixed !important;
  z-index: 100000;
  top: 0 !important;
}

.navUpper {
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 12px;
  font-size: 0.75rem;
}
.navUpper li {
  padding: 0 10px;
  float: left;
  border-right: 1px solid #999999;
}
.navUpper li:last-child {
  border-right: none;
  padding-right: 0;
}
.navUpper li a {
  color: #333;
}
.navUpper li a:hover {
  color: #aaa;
}
.navUpper li a:active, .navUpper li a:focus {
  color: #333;
}

nav {
  position: absolute;
  right: 0px;
  top: 28px;
}
nav li {
  margin-left: 42px;
  margin-top: -15px;
  float: left;
}
nav li a {
  padding: 15px 0;
  display: block;
}

h1 {
  top: 22px;
  left: 0;
  position: absolute;
  display: inline;
}

/*----------------------------------------
	index
	----------------------------------------*/
section {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec01 {
  width: 100%;
  height: 560px;
  background-image: url("../images/index/bg_matsuge.jpg");
  background-position: center;
  z-index: 10;
}
.sec01 .container > img {
  position: absolute;
  top: 50px;
  right: 0;
}
.sec01 .ast {
  position: absolute;
  right: 274px;
  top: 233px;
}

.topBlog {
  padding: 40px 0;
}
.topBlog a {
  color: #766552;
}
.topBlog a:hover {
  color: #d4cbc0;
}
.topBlog a:active, .topBlog a:focus {
  color: #766552;
}
.topBlog figure {
  float: left;
}
.topBlog .boxBlog {
  float: right;
  position: relative;
  width: 600px;
}
.topBlog .boxBlog h2 {
  margin-left: 20px;
  display: inline-block;
}
.topBlog .boxBlog h2 + a {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 90%;
}
.topBlog .boxBlog h2 + a img {
  margin-left: 2px;
}
.topBlog .boxBlog ul {
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
.topBlog .boxBlog ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
}
.topBlog .boxBlog ul li:last-child {
  border-bottom: 0;
}
.topBlog .boxBlog ul li .date {
  width: 120px;
  padding-left: 53px;
  display: inline-block;
  background: url("../images/common/icon_penta.jpg") no-repeat 20px 3px;
  color: #463F33;
}

.sec02 {
  height: 200px;
  text-align: center;
  background: radial-gradient(#ffffff, #ddd2e1);
  z-index: 9;
}
.sec02 img {
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}

.sec03 {
  padding: 40px 0;
  background-image: url("../images/index/bg_kodawari.jpg");
  z-index: 8;
}

.boxKodawari {
  padding: 50px 40px;
  box-sizing: border-box;
  height: 440px;
  background: rgba(255, 255, 255, 0.3);
}
.boxKodawari .btnDetail a {
  padding: 10px 0;
  width: 260px;
  height: 40px;
}
.boxKodawari .btnDetail a:after {
  bottom: 4px;
}
.boxKodawari h2 {
  margin-bottom: 40px;
}
.boxKodawari p {
  width: 370px;
}
.boxKodawari p .bold {
  font-size: 16px;
  font-size: 1rem;
}
.boxKodawari .hositu {
  margin: 30px 0;
}
.boxKodawari figure {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.boxKodawari > img {
  position: absolute;
  bottom: 80px;
  left: 320px;
}

.sec04 {
  padding: 50px 0;
  background-image: url("../images/index/bg_ingre.png");
  background-color: #fff;
  z-index: 7;
}
.sec04 .container {
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  text-align: center;
}

.boxIngre {
  border: 2px solid #F0EA7F;
}
.boxIngre h2 {
  margin: 40px 0 30px;
}
.boxIngre figure {
  margin: 50px 0 40px;
}
.boxIngre .btnDetail {
  margin: 50px 0;
}
.boxIngre .btnDetail a {
  padding: 20px 0;
  margin: 0 auto;
  width: 636px;
}
.boxIngre ul {
  margin-top: 30px;
  text-align: center;
}
.boxIngre ul li {
  margin: 30px 0 0;
  width: 146px;
  height: 190px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.8px;
}
.boxIngre ul li span {
  width: 100%;
  height: 40px;
  display: block;
  bottom: 0;
  position: absolute;
  text-align: center;
  line-height: 148%;
  font-size: 13px;
  font-size: 0.8125rem;
}
.boxIngre .ast {
  position: absolute;
  right: -47px;
  top: 19px;
  font-size: 10px;
  font-size: 0.625rem;
}

.sec05 {
  padding: 50px 0;
  background-image: url("../images/index/bg_kansaibou.jpg");
  z-index: 6;
}
.sec05 .container {
  padding: 40px;
  background: #fff;
  border: 2px solid #D4D9B8;
  text-align: center;
}
.sec05 .container p {
  margin: 30px auto 0;
  width: 590px;
  text-align: left;
}
.sec05 .container .btnDetail a {
  padding: 20px 0;
  margin: 0 auto;
  width: 636px;
}

.sec06 {
  padding: 50px 0 160px 0;
  background: url("../images/index/bg_top_how_to_use01.png") repeat;
  z-index: 5;
}
.sec06 figure {
  position: absolute;
}
.sec06 .container {
  height: 566px;
}

.topHowTo {
  padding: 190px 0 0 87px;
  box-sizing: border-box;
  width: 550px;
  height: 514px;
  float: right;
  position: relative;
  background: url("../images/index/bg_top_how_to_use02.png") no-repeat;
}
.topHowTo h2 {
  margin: 0 0 25px 50px;
}
.topHowTo p {
  width: 260px;
}
.topHowTo .note {
  margin-top: 20px;
}
.topHowTo .btnDetail {
  position: absolute;
  bottom: 20px;
  left: 340px;
}
.topHowTo .btnDetail a {
  padding: 34px 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.topHowTo .btnDetail a:after {
  margin-left: -38px;
  padding-left: 0;
  bottom: 11px;
}
.topHowTo + .note {
  position: absolute;
  bottom: -60px;
  vertical-align: top;
  background: #FEFAF2;
}
.topHowTo + .note + .note {
  position: absolute;
  bottom: -80px;
  vertical-align: top;
  background: #FEFAF2;
}
.topHowTo + .note + .note + .note {
  position: absolute;
  bottom: -124px;
  vertical-align: top;
  background: #FEFAF2;
}

/*----------------------------------------
	footer
	----------------------------------------*/
footer {
  height: 110px;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}
footer ul {
  margin: 24px 0 14px 0;
  display: inline-block;
}
footer ul li {
  margin-right: 20px;
  float: left;
}
footer ul li:before {
  content: url(../images/common/arw_right.png);
  margin-right: 5px;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
footer ul li a:hover {
  color: #92793F;
}
footer ul li a:active, footer ul li a:focus {
  color: #000;
}

.pageTop {
  width: 120px;
  height: 40px;
  margin-top: -41px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  position: absolute;
  right: 0;
  float: right;
  background: #fff;
  text-align: center;
  z-index: 100;
}
.pageTop span a {
  padding-top: 15px;
  height: 24px;
  width: 108px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

small {
  display: block;
  color: #92793F;
  font-size: 11px;
  font-size: 0.6875rem;
}
