@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic M", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/*  link 
-----------------------------------------------------------------------------*/
a {
  color: #1F60B1;
  text-decoration: none;
}

a:visited {
  color: #0a62d0;
  text-decoration: none;
}

a:hover {
  color: #d71d1d;
  text-decoration: underline;
}

a img {
  border: 0;
}

/*  float 
-----------------------------------------------------------------------------*/
.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

/**/
input, select {
  font-size: 100%;
  margin: 3px 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

select {
  margin: 0 0 10px;
  height: 30px;
}

/*  reset 
-----------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

p {
  line-height: 1.6;
}

/**/
/* mixin */
/* common
---------------------------------------------------- */
.wrapper {
  overflow: hidden;
  /*min-width: 1100px;*/
}

.container {
  width: 100%;
}

/*.main-img__inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.main-img__inner img {
  margin-left: -33px;
}
*/
.main-img__inner {
	/*width: 1000px;*/
	width: 100%;
	max-width: 1200px; /* 任意で制限 */
	margin: 0 auto;
	padding-top: 10px;
	box-sizing: border-box;
}

.main-img__inner img.topimg {
	width: 100%;
	height: auto;
	 display: block;
}
.intro {
  background: url(../../img/bg_intro.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}

.intro__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.intro__title {
  margin-bottom: 40px;
}

.intro__text {
  width: 738px;
  text-align: left;
  margin: 0 auto 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77778;
}

.intro__arrow {
  margin-bottom: 36px;
}

.lisk {
  background: url(../../img/bg_lisk.gif);
  padding-bottom: 80px;
}

.lisk__inner {
  width: 1000px;
  margin: 0 auto;
}

.lisk__title {
  text-align: center;
  padding: 40px 0 50px;
  position: relative;
  background-color: #37440c;
  margin-bottom: 78px;
  background: url(../../img/bg_ttl_lisk.png) right top -330px no-repeat #37440c;
}

.lisk__title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.lisk__title:after {
  border: solid transparent 42px;
  border-top-color: #37440c;
  border-top-width: 38px;
  border-bottom-width: 0;
}

.lisk-item {
  margin-bottom: 80px;
}

.lisk-item:last-child {
  margin-bottom: 0;
}

.lisk-item__title {
  padding-bottom: 12px;
  border-bottom: 2px solid #ffe400;
  margin-bottom: 30px;
}

.lisk-item__graph {
  text-align: center;
}

.lisk-item__lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lisk-item__text {
  margin-bottom: 30px;
  font-size: 18px;
}

.history {
  background: url(../../img/bg_history.jpg);
  background-size: cover;
  padding-top: 67px;
}

.history__inner {
  width: 1000px;
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
  padding: 70px 0 40px;
  position: relative;
  background: url(../../img/bg_history-inner.png) no-repeat #fff;
  background-position: top 110px center;
}

.history__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent 500px;
  border-top-width: 70px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.history__inner--bottom {
  background: #37440c;
  padding: 140px 0 75px;
}

.history__title {
  text-align: center;
  margin-bottom: 60px;
}

.history__image {
  text-align: center;
}

.history__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77778;
  width: 800px;
  margin: 0 auto 35px;
}

.history__summary {
  margin-bottom: 30px;
}

.history__summary img {
  margin: 0 auto;
}

.history__conclusion-title {
  text-align: center;
  margin-bottom: 50px;
}

.history__conclusion-text {
  color: #fff;
  width: 807px;
  margin: 0 auto;
  font-size: 18px;
}

.quote {
  border-radius: 10px;
  background: url(../../img/bg_quote.gif);
  width: 940px;
  margin: 0 auto;
  padding: 40px 40px 45px 36px;
}

.quote__title {
  font-size: 28px;
  font-weight: bold;
  color: #37440c;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}

.quote__body {
  display: flex;
}

.quote__img {
  margin-right: 26px;
}

.quote__text {
  font-size: 14px;
  color: #37440c;
}

.king {
  background: url(../../img/bg_king.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
}

.king__inner {
  width: 1000px;
  margin: 0 auto;
  width: 800px;
}

.king__title {
  text-align: center;
  margin-bottom: 50px;
}

.king__img {
  text-align: center;
}

.king__text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}

.why {
  background: url(../../img/bg_why.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 84px 0 70px;
}

.why__inner {
  width: 1000px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 0 70px;
}

.why__title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.why__title:before {
  content: "";
  background: url(../../img/onm_why-title.png) no-repeat;
  position: absolute;
  top: -96px;
  left: 86px;
  width: 149px;
  height: 123px;
}

.why__text {
  font-size: 24px;
  font-weight: bold;
  width: 870px;
  margin: 0 auto 40px;
}

.why__text--red {
  color: #c6121a;
}

.why__material {
  display: flex;
  padding-right: 28px;
  margin-bottom: 30px;
}

.why__img {
  margin-right: 15px;
}

.why__m-text {
  font-size: 18px;
  padding-top: 56px;
  font-weight: bold;
}

.why__m-text--large {
  display: block;
  color: #c6121a;
  font-size: 24px;
  margin-top: 10px;
  position: relative;
  z-index: 0;
}

.why__m-text--large:after {
  content: url(../../img/ul_why.png);
  position: absolute;
  bottom: -20px;
  left: -18px;
  z-index: -1;
}

.why__answer {
  margin: 0 50px;
  border: 1px solid #eebf94;
  color: #3a2507;
  font-size: 24px;
  font-weight: bold;
  padding: 50px;
  background-color: #fffdf2;
  background: no-repeat #fffdf2;
  background-image: url(../../img/onm_why01.png), url(../../img/onm_why02.png), url(../../img/onm_why03.png), url(../../img/onm_why04.png);
  background-position: top 2px left 2px, top 2px right 2px, bottom 2px right 2px, bottom 2px left 2px;
}

.reason {
  background: url(../../img/bg_reason.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
  padding: 70px 0 140px;
  position: relative;
}

.reason:after {
  content: "";
  background: url(../../img/onm_reason-bottom.png) no-repeat;
  position: absolute;
  bottom: -152px;
  left: 50%;
  transform: translateX(-50%);
  width: 1356px;
  height: 222px;
}

.reason__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.reason__title {
  margin-bottom: 50px;
}

.reason__title:before {
  content: url(../../img/onm_reason-left.png);
  position: absolute;
  top: 75px;
  left: 0;
}

.reason__title:after {
  content: url(../../img/onm_reason-right.png);
  position: absolute;
  top: 75px;
  right: 0;
}

.reason__repeatper {
  margin-bottom: 70px;
}

.reason-item {
  margin-bottom: 70px;
  position: relative;
}

.reason-item:last-child {
  margin-bottom: 0;
}

.reason-item__num {
  margin-bottom: 30px;
}

.reason-item__title {
  font-size: 40px;
  font-weight: bold;
  color: #37440c;
  line-height: 1;
  margin-bottom: 40px;
}

.reason-item__title--02 {
  margin-bottom: 36px;
}

.reason-item__title--03 {
  margin-bottom: 12px;
}

.reason-item__img img {
  position: relative;
  z-index: 2;
}

.reason-item__img--01:after {
  content: "";
  background: url(../../img/bg_leaf.png) no-repeat;
  width: 1186px;
  height: 794px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.reason-item__note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71429;
}

.reason-item__note--01 a {
  text-decoration: underline;
  color: #000;
}

.reason-item__note--01 a:hover {
  text-decoration: none;
  opacity: .7;
}

.reason-item__note--03 {
  width: 864px;
  margin: 10px auto 0;
  text-align: left;
}

.reason-item__note--top {
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 30px;
}

.reason-item__note--str {
  color: #d95965;
}

.customer {
  background: #f7f5df;
  padding-bottom: 70px;
}

.customer__inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-top: 200px;
}

.customer__lead {
  margin-bottom: 46px;
}

.customer__leadimg {
  margin-bottom: 36px;
}

.customer__note01 {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 80px;
}

.customer__title {
  margin-bottom: 56px;
}

.customer__text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.customer__text--small {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 40px;
}

.customer__img {
  margin-bottom: 30px;
}

.customer__btn {
  display: inline-block;
  transition: opacity .5s ease;
}

.customer__btn:hover {
  opacity: .7;
}

.repeat {
  background: url(../../img/bg_repeat.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.repeat__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}

.repeat__title {
  margin-bottom: 60px;
  text-align: center;
}

.repeat-block {
  display: flex;
  width: 710px;
  margin: 0 auto;
}

.repeat-item {
  width: 330px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}

.repeat-item__img {
  height: 230px;
  margin: 0 auto 20px;
}

.repeat-item__img img {
  height: 100%;
}

.repeat-item__text {
  font-size: 14px;
  line-height: 1.57143;
  text-align: left;
}

.item {
  background: url(../../img/bg_item.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
}

.item__inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.25);
  padding: 65px;
}

.item__title {
  text-align: center;
  margin-bottom: 64px;
}

.item-list {
  display: flex;
  justify-content: space-between;
}

.item-list__item {
  text-align: center;
}

.item-list__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  color: #37440c;
  margin-bottom: 6px;
}

.item-list__price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #37440c;
  margin-bottom: 50px;
}

.item-list__postage {
  font-size: 14px;
  border: 1px solid #d95965;
  padding: 4px;
  color: #d95965;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 14px;
}

.item-list__btn {
  display: inline-block;
  transition: opacity .5s ease;
}

.item-list__btn:hover {
  opacity: .7;
}

.info {
  background: url(../../img/bg_info.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 142px 0 184px;
}

.info__inner {
  width: 1000px;
  margin: 0 auto;
}

.info__title {
  margin-bottom: 60px;
}

.info__text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}

.info__btn-wrap {
  margin-bottom: 20px;
}

.info__btn-wrap:last-child {
  margin-bottom: 0;
}

.info__btn {
  display: inline-block;
  transition: opacity .5s ease;
}

.info__btn:hover {
  opacity: .7;
}

.footer {
  background: #202900;
  text-align: center;
  padding: 18px 0;
}

.footer__inner {
  width: 1000px;
  margin: 0 auto;
}

.footer__copy {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1099px){
	img.res{
		width: 100%;
		height: auto;
		display: block;
	}

	.intro__inner,
	.lisk__inner,
	.history__inner,
	.why__inner,
	.reason__inner,
	.customer__inner,
	.repeat__inner,
	.item__inner,
	.info__inner,
	.king__inner,
	.why__text 
	{
		width: 95%;
		padding-left:20px;
		padding-right: 20px;

	}
	.history__summary p {
		width: 90%;
	}
	
	.history__inner{
		padding: 30px 20px 0;
	}
	.quote{
		padding: 0;
	}
  .history__inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent 500px;
    border-top-width: 70px;
    border-top-color: #fff;
    border-bottom-width: 0;
  }
	  .history__inner:after {
    border-width: 40px 45vw 0;
  }}

@media only screen and (max-width: 767px) {
  /* common
---------------------------------------------------- */
  .wrapper {
    overflow: hidden;
    min-width: 1100px;
    width: 100%;
    min-width: auto;
  }
  .container {
    width: 100%;
  }
  .main-img {
    background: none;
  }
  .main-img__inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .main-img__inner img {
   /* margin-left: -33px;*/

  }
  .main-img__inner {
    width: 100%;
    padding: 0;
  }
  .main-img__inner img {
    margin-left: 0;
    width: 100%;
  }
  .intro {
    background: url(../../img/bg_intro.jpg) no-repeat;
    background: url(../../img/sp/bg_intro.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    padding: 40px 0;
  }
  .intro__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
  }
  .intro__title {
    margin-bottom: 40px;
  }
  .intro__text {
    width: 738px;
    text-align: left;
    margin: 0 auto 46px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77778;
  }
  .intro__arrow {
    margin-bottom: 36px;
  }
  .intro img {
    width: 100%;
  }
  .intro__inner {
    width: 90%;
    padding: 24px 18px;
  }
  .intro__title {
    margin-bottom: 20px;
  }
  .intro__text {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 16px;
  }
  .intro__arrow {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .lisk {
    background: url(../../img/bg_lisk.gif);
    padding-bottom: 80px;
    padding-bottom: 40px;
  }
  .lisk__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .lisk__title {
    text-align: center;
    padding: 40px 0 50px;
    position: relative;
    background-color: #37440c;
    margin-bottom: 78px;
    background: url(../../img/bg_ttl_lisk.png) right top -330px no-repeat #37440c;
  }
  .lisk__title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .lisk__title:after {
    border: solid transparent 42px;
    border-top-color: #37440c;
    border-top-width: 38px;
    border-bottom-width: 0;
  }
  .lisk__inner {
    width: 90%;
    margin: 0 auto;
  }
  .lisk__title {
    padding: 16px;
    margin-bottom: 45px;
  }
  .lisk__title img {
    width: 100%;
  }
  .lisk__title:after {
    border: solid transparent 20px;
    border-top-color: #37440c;
    border-top-width: 18px;
    border-bottom-width: 0;
  }
  .lisk-item {
    margin-bottom: 80px;
    margin-bottom: 40px;
  }
  .lisk-item:last-child {
    margin-bottom: 0;
  }
  .lisk-item__title {
    padding-bottom: 12px;
    border-bottom: 2px solid #ffe400;
    margin-bottom: 30px;
  }
  .lisk-item__graph {
    text-align: center;
  }
  .lisk-item__lead {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .lisk-item__text {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .lisk-item__title {
    margin-bottom: 16px;
  }
  .lisk-item__title img {
    width: 100%;
  }
  .lisk-item__graph img {
    width: 100%;
  }
  .lisk-item__lead {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 16px;
  }
  .history {
    background: url(../../img/bg_history.jpg);
    background-size: cover;
    padding-top: 67px;
    padding-top: 40px;
  }
  .history__inner {
    width: 1000px;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
    padding: 70px 0 40px;
    position: relative;
    background: url(../../img/bg_history-inner.png) no-repeat #fff;
    background-position: top 110px center;
  }
  .history__inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: solid transparent 500px;
    border-top-width: 70px;
    border-top-color: #fff;
    border-bottom-width: 0;
  }
  .history__inner--bottom {
    background: #37440c;
    padding: 140px 0 75px;
  }
  .history__title {
    text-align: center;
    margin-bottom: 60px;
  }
  .history__image {
    text-align: center;
  }
  .history__text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77778;
    width: 800px;
    margin: 0 auto 35px;
  }
  .history__summary {
    margin-bottom: 30px;
  }
  .history__summary img {
    margin: 0 auto;
  }
  .history__conclusion-title {
    text-align: center;
    margin-bottom: 50px;
  }
  .history__conclusion-text {
    color: #fff;
    width: 807px;
    margin: 0 auto;
    font-size: 18px;
  }
  .history__inner {
    width: 90%;
    padding: 24px;
    background-position: top 7% center;
    background-size: 100% auto;
  }
  .history__inner:after {
    border-width: 40px 45vw 0;
  }
  .history__inner--bottom {
    padding: 80px 5% 40px;
  }
  .history__title {
    margin-bottom: 30px;
  }
  .history__title img {
    width: 100%;
  }
  .history__image {
    max-width: 60%;
    margin: 0 auto;
  }
  .history__image img {
    width: 100%;
  }
  .history__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .history__summary p {
    font-size: 16px;
    font-weight: bold;
    color: #c6121a;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
  }
  .history__conclusion-title {
    margin-bottom: 20px;
  }
  .history__conclusion-title img {
    width: 100%;
  }
  .history__conclusion-text {
    font-size: 16px;
    width: 100%;
  }
  .quote {
    border-radius: 10px;
    background: url(../../img/bg_quote.gif);
    width: 940px;
    margin: 0 auto;
    padding: 40px 40px 45px 36px;
    width: 100%;
    padding: 24px;
  }
  .quote__title {
    font-size: 28px;
    font-weight: bold;
    color: #37440c;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
  }
  .quote__body {
    display: flex;
  }
  .quote__img {
    margin-right: 26px;
  }
  .quote__text {
    font-size: 14px;
    color: #37440c;
  }
  .quote__title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .quote__body {
    flex-direction: column;
  }
  .quote__img {
    margin: 0 0 20px;
  }
  .quote__img img {
    width: 100%;
  }
  .king {
    background: url(../../img/bg_king.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    padding: 40px 0;
  }
  .king__inner {
    width: 1000px;
    margin: 0 auto;
    width: 800px;
  }
  .king__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .king__img {
    text-align: center;
  }
  .king__text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;  <div class="footer container">
  }
  .king__inner {
    width: 90%;
  }
  .king__title {
    margin-bottom: 30px;
  }
  .king__title img {
    max-width: 100%;
  }
  .king__img {
    width: 70%;
    margin: 0 auto;
  }
  .king__img img {
    width: 100%;
  }
  .king__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .king__summary p {
    font-size: 18px;
    font-weight: bold;
    /*color: #c6121a;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .why {
    background: url(../../img/bg_why.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 84px 0 70px;
    padding: 40px 0;
  }
  .why__inner {
    width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 0 70px;
  }
  .why__title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .why__title:before {
    content: "";
    background: url(../../img/onm_why-title.png) no-repeat;
    position: absolute;
    top: -96px;
    left: 86px;
    width: 149px;
    height: 123px;
  }
  .why__text {
    font-size: 24px;
    font-weight: bold;
    width: 870px;
    margin: 0 auto 40px;
  }
  .why__text--red {
    color: #c6121a;
  }
  .why__material {
    display: flex;
    padding-right: 28px;
    margin-bottom: 30px;
  }
  .why__img {
    margin-right: 15px;
  }
  .why__m-text {
    font-size: 18px;
    padding-top: 56px;
    font-weight: bold;
  }
  .why__m-text--large {
    display: block;
    color: #c6121a;
    font-size: 24px;
    margin-top: 10px;
    position: relative;
    z-index: 0;
  }
  .why__m-text--large:after {
    content: url(../../img/ul_why.png);
    position: absolute;
    bottom: -20px;
    left: -18px;
    z-index: -1;
  }
  .why__answer {
    margin: 0 50px;
    border: 1px solid #eebf94;
    color: #3a2507;
    font-size: 24px;
    font-weight: bold;
    padding: 50px;
    background-color: #fffdf2;
    background: no-repeat #fffdf2;
    background-image: url(../../img/onm_why01.png), url(../../img/onm_why02.png), url(../../img/onm_why03.png), url(../../img/onm_why04.png);
    background-position: top 2px left 2px, top 2px right 2px, bottom 2px right 2px, bottom 2px left 2px;
  }
  .why__inner {
    width: 90%;
    padding: 40px 30px;
  }
  .why__title {
    margin: -45px auto 30px;
  }
  .why__title:before {
    background: none;
  }
  .why__title img {
    width: 100%;
  }
  .why__text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .why__material {
    flex-direction: column;
    padding: 0;
  }
  .why__m-text {
    font-size: 16px;
    padding-top: 20px;
  }
  .why__m-text--large {
    font-size: 20px;
    display: inline-block;
  }
  .why__m-text--large:after {
    content: "";
  }
  .why__img {
    margin: 0;
  }
  .why__img img {
    max-width: 100%;
  }
  .why__answer {
    padding: 20px 30px;
    margin: 0;
    font-size: 16px;
  }
  .reason {
    background: url(../../img/bg_reason.jpg) repeat-y;
    background-size: 100% auto;
    background-position: top center;
    padding: 70px 0 140px;
    position: relative;
    padding: 40px 0 80px;
  }
  .reason:after {
    content: "";
    background: url(../../img/onm_reason-bottom.png) no-repeat;
    position: absolute;
    bottom: -152px;
    left: 50%;
    transform: translateX(-50%);
    width: 1356px;
    height: 222px;
  }
  .reason__inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .reason__title {
    margin-bottom: 50px;
  }
  .reason__title:before {
    content: url(../../img/onm_reason-left.png);
    position: absolute;
    top: 75px;
    left: 0;
  }
  .reason__title:after {
    content: url(../../img/onm_reason-right.png);
    position: absolute;
    top: 75px;
    right: 0;
  }
  .reason__repeatper {
    margin-bottom: 70px;
  }
  .reason:after {
    width: 100%;
    background-size: cover;
    height: 110px;
    min-height: 110px;
    background-position: center center;
    bottom: -75px;
  }
  .reason__inner {
    width: 90%;
  }
  .reason__title {
    margin-bottom: 30px;
  }
  .reason__title img {
    width: 100%;
  }
  .reason__title:before, .reason__title:after {
    content: "";
  }
  .reason__repeatper {
    margin-bottom: 40px;
  }
  .reason__repeatper img {
    width: 100%;
  }
  .reason-item {
    margin-bottom: 70px;
    position: relative;
    margin-bottom: 40px;
  }
  .reason-item:last-child {
    margin-bottom: 0;
  }
  .reason-item__num {
    margin-bottom: 30px;
  }
  .reason-item__title {
    font-size: 40px;
    font-weight: bold;
    color: #37440c;
    line-height: 1;
    margin-bottom: 40px;
  }
  .reason-item__title--02 {
    margin-bottom: 36px;
  }
  .reason-item__title--03 {
    margin-bottom: 12px;
  }
  .reason-item__img img {
    position: relative;
    z-index: 2;
  }
  .reason-item__img--01:after {
    content: "";
    background: url(../../img/bg_leaf.png) no-repeat;
    width: 1186px;
    height: 794px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
  }
  .reason-item__note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.71429;
	  text-align: left;
  }
  .reason-item__note--01 a {
    text-decoration: underline;
    color: #000;
  }
  .reason-item__note--01 a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .reason-item__note--03 {
    width: 864px;
    margin: 10px auto 0;
    text-align: left;
  }
  .reason-item__note--top {
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 30px;
  }
  .reason-item__note--str {
    color: #d95965;
  }
  .reason-item__num {
    width: 80px;
    margin: 0 auto 20px;
  }
  .reason-item__num img {
    width: 100%;
  }
  .reason-item__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .reason-item__title--03 {
    margin-bottom: 0;
  }
  .reason-item__img img {
    width: 100%;
  }
  .reason-item__img--middle img {
    width: 100%;
  }
  .reason-item__img--01:after {
    background-size: 100% auto;
    width: 100%;
    height: 56vw;
    bottom: 100px;
  }
  .reason-item__note {
    width: 100%;
    font-size: 12px;
  }
  .reason-item__note--top {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 20px;
  }
  .customer {
    background: #f7f5df;
    padding-bottom: 70px;
    padding-bottom: 40px;
  }
  .customer__inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 200px;
  }
  .customer__lead {
    margin-bottom: 46px;
  }
  .customer__leadimg {
    margin-bottom: 36px;
  }
  .customer__note01 {
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 80px;
  }
  .customer__title {
    margin-bottom: 56px;
  }
  .customer__text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .customer__text--small {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
  }
  .customer__img {
    margin-bottom: 30px;
  }
  .customer__btn {
    display: inline-block;
    transition: opacity .5s ease;
  }
  .customer__btn:hover {
    opacity: .7;
  }
  .customer__inner {
    padding-top: 130px;
    width: 90%;
  }
  .customer__lead {
    margin-bottom: 30px;
  }
  .customer__lead img {
    width: 100%;
  }
  .customer__leadimg img {
    width: 100%;
  }
  .customer__note01 {
    text-align: left;
    margin-bottom: 20px;
  }
  .customer__title {
    margin-bottom: 20px;
  }
  .customer__title img {
    width: 100%;
  }
  .customer__text {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
  .customer__text--small {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
  }
  .customer__img {
    margin-bottom: 20px;
  }
  .customer__img img {
    width: 100%;
  }
  .customer__btn img {
    width: 100%;
  }
  .repeat {
    background: url(../../img/bg_repeat.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .repeat__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .repeat__title {
    margin-bottom: 60px;
    text-align: center;
  }
  .repeat__inner {
    width: 90%;
    padding: 40px 0;
  }
  .repeat__title {
    margin-bottom: 20px;
  }
  .repeat__title img {
    width: 100%;
  }
  .repeat-block {
    display: flex;
    width: 710px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
  }
  .repeat-item {
    width: 330px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .repeat-item__img {
    height: 230px;
    margin: 0 auto 20px;
  }
  .repeat-item__img img {
    height: 100%;
  }
  .repeat-item__text {
    font-size: 14px;
    line-height: 1.57143;
    text-align: left;
  }
  .repeat-item:last-child {
    margin-bottom: 0;
  }
  .item {
    background: url(../../img/bg_item.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 80px;
    padding: 40px 0;
  }
  .item__inner {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.25);
    padding: 65px;
  }
  .item__title {
    text-align: center;
    margin-bottom: 64px;
  }
  .item__inner {
    width: 90%;
    padding: 30px 20px 60px;
  }
  .item__title {
    margin-bottom: 0;
  }
  .item__title img {
    width: 100%;
  }
  .item-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .item-list__item {
    text-align: center;
  }
  .item-list__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    color: #37440c;
    margin-bottom: 6px;
  }
  .item-list__price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #37440c;
    margin-bottom: 50px;
  }
  .item-list__postage {
    font-size: 14px;
    border: 1px solid #d95965;
    padding: 4px;
    color: #d95965;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 14px;
  }
  .item-list__btn {
    display: inline-block;
    transition: opacity .5s ease;
  }
  .item-list__btn:hover {
    opacity: .7;
  }
  .item-list__item {
    margin-bottom: 60px;
  }
  .item-list__item:last-child {
    margin-bottom: 0;
  }
  .item-list__name {
    line-height: 1.4;
    margin: -30px auto 10px;
  }
  .item-list__price {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .item-list__btn img {
    max-width: 100%;
  }
  .info {
    background: url(../../img/bg_info.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 142px 0 184px;
    background-image: url(../../img/sp/bg_info.jpg);
    background-size: 100% auto;
    background-position: bottom center;
    padding: 40px 0 350px;
  }
  .info__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .info__title {
    margin-bottom: 60px;
  }
  .info__text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .info__btn-wrap {
    margin-bottom: 20px;
  }
  .info__btn-wrap:last-child {
    margin-bottom: 0;
  }
  .info__btn {
    display: inline-block;
    transition: opacity .5s ease;
  }
  .info__btn:hover {
    opacity: .7;
  }
  .info__inner {
    width: 90%;
  }
  .info__title {
    margin-bottom: 30px;
  }
  .info__title img {
    width: 100%;
  }
  .info__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .info__btn img {
    width: 100%;
  }
  .footer {
    background: #202900;
    text-align: center;
    padding: 18px 0;
    padding: 10px 0;
  }
  .footer__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .footer__copy {
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }
  .footer__inner {
    width: 100%;
  }
  .footer__copy {
    font-size: 10px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.btn_floating2 {
	position: fixed;
	bottom: 20px;
	right: 2.5vw;
	z-index: 10;
	width: 120px;
}

.btn_floating2 {
width: auto;
}
.btn_floating2 a:hover img {
	content: url(/common/img/btn_floating_ro.png);
}

@media only screen and (max-width: 768px) {
    .btn_floating2 img
 {
        width: 87.5%;
        float: right;
    }
}

.divflex {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch; /* ← 高さをそろえるために変更 */
  flex-wrap: wrap;
  padding: 0 80px;
}

.note-box {
  position: relative;
  width: 45%;
  margin-top: 50px;
  display: flex;              /* ← 高さをそろえるために追加 */
  flex-direction: column;    /* ← 上にピン、下に紙 */
}

.note-box .note-pin {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 2;
}

.note-paper {
  background-color: #FFFEF0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 4px;
  flex: 1;         /* ← 高さを自動でそろえるために追加 */
  z-index: 1;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.underline {
  background-image: linear-gradient(#ffce7b, #ffce7b);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 100%;
}
	
@media screen and (max-width: 767px) {
	.divflex {
	  display: block;
	  padding: 0 20px;;
	}

	.note-box {
	  width: 100%;
	}

	.items_s3 h2.lightgreen{
		top:-20px;

		font-size: 30px;
	}
}
img.centering {
    display: block;
    margin: 0px auto;
    max-width: 100% ! Important;
    height: auto;
}	