@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html, body {
  /* line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; */
  margin: 0;
}

p, ul, ol, dl {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  p, ul, ol, dl {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto
}

em {
  font-style: normal
}

main {
  display: block
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: normal;
  margin-top: 10px;
  font-size: 95%;
}

dd {
  margin-left: 20px;
  font-size: 90%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
  font-size: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed, object, iframe {
  border: 0;
  vertical-align: bottom
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption {
  text-align: left
}

td, th {
  /* vertical-align: top; */
  padding: 0
}

th {
  text-align: left;
  font-weight: bold
}

dt, dd, button{
    font-size: 15px;
}

template {
  display: none
}

.center {
  text-align: center;
}


.sp_only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/* ======▲▲▲基本設定▲▲▲=================================== */

/* ======▼ページ用個別設定▼=============================== */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}

.mv_area {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.mv_area .ttl {
  background-color: #000;
  font-size: 5px;
  text-align: center;
  height: 1px;
  position: relative;
  width: 80%;
  max-width: 350px;
  margin: 50px auto 0;
  font-family: "Yu Mincho";
}

.mv_area .ttl span {
  position: absolute;
  left: calc(50% - 77px);
  top: calc(50% - 13px);
  background-color: #fff;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}
    @media only screen and (max-width: 767px) {
      .mv_area .ttl span {
        font-size: 12px;
        left: calc(50% - 63px);
      }
    }

.mv_area h2 {
  font-family: "Yu Mincho";
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px auto;
}
    @media only screen and (max-width: 767px) {
      .mv_area h2 {
        font-size: 22px;
      }
    }
        @media only screen and (max-width: 350px) {
          .mv_area h2 {
            letter-spacing: 0rem;
          }
        }

.mv_area h2 span {
  position: relative;
}

.mv_area h2 span::before{
  content:'';
  height: 80px;
  width: 50px;
  position: absolute;
  background-image: url(../img/mv_h2_bg_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -21%;
  top: 10%;
}
    @media only screen and (max-width: 767px) {
      .mv_area h2 span::before{
        left: -25%;
      }
    }
        @media only screen and (max-width: 500px) {
          .mv_area h2 span::before{
            left: -58px;
            top: -5px
          }
        }

.mv_area h2 span::after{
  content:'';
  height: 80px;
  width: 50px;
  position: absolute;
  background-image: url(../img/mv_h2_bg_02.png?$staticlink$);
  background-size: 50px 80px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: -16%;
  bottom: 10%;
}
    @media only screen and (max-width: 767px) {
      .mv_area h2 span::after{
        right: -18%;
        bottom: 0%;
      }
    }
        @media only screen and (max-width: 500px) {
          .mv_area h2 span::after{
            right: -43px;
          }
        }

.read {
  font-family: "Yu Mincho";
  text-align: center;
  font-weight: bold;
  margin: 80px auto;
}
.read p {
  margin: 40px auto;
  font-size: 24px;
  line-height: 1.8;
}
    @media only screen and (max-width: 767px) {
      .read p {
        font-size: 17px;
      }
    }

.miryoku {
  margin: 80px auto;
}

.miryoku_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.miryoku_inner .inner {
  margin: 30px auto;
  width: 48%;
}

    @media only screen and (max-width: 767px) {
      .miryoku_inner {
        display: block;
      }
      .miryoku_inner .inner {
        margin: 10px auto 30px;
        width: 100%;
      }
    }


.miryoku .inner p {
  margin: 10px auto;
}
    @media only screen and (max-width: 767px) {
      .miryoku .miryoku_inner p {
        width: 95%;
      }
    }



.miryoku h3 {
  font-family: "Yu Mincho";
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px auto;
  letter-spacing: 3px;
}
    @media only screen and (max-width: 767px) {
      .miryoku h3 {
        font-size: 22px;
      }
    }

.miryoku h3 span {
  position: relative;
}

.miryoku h3 span::before{
  content:'';
  height: 80px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_h3_bg_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -65px;
  top: -5px;
}
    @media only screen and (max-width: 767px) {
      .miryoku h3 span::before{
        left: -60px;
        top: -25px;
      }
    }

.miryoku h3 span::after{
  content:'';
  height: 50px;
  width: 80px;
  position: absolute;
  background-image: url(../img/miryoku_h3_bg_02.png?$staticlink$);
  background-size: 80px 50px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: -100px;
  bottom: 0px;
}
    @media only screen and (max-width: 767px) {
      .miryoku h3 span::after{
        right: -90px;
        bottom: 10px;
      }
    }
        @media only screen and (max-width: 350px) {
          .miryoku h3 span::after{
            right: -63px;
            bottom: -37px;
          }
        }

.miryoku h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  padding: 20px 0;
}
    @media only screen and (max-width: 767px) {
      .miryoku h4 {
        font-size: 18px;
        padding: 20px 0 10px;
      }
    }

.miryoku h4 span {
  position: relative;
}

.miryoku h4.miryoku_01 span::before{
  content:'';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_01_h4_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -50px;
  top: -16px;
}
    @media only screen and (max-width: 350px) {
      .miryoku h4.miryoku_01 span::before{
        left: -30px;
        top: -35px;
      }
    }

.miryoku h4.miryoku_01 span::after{
  content:'';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_01_h4_02.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: -45px;
  bottom: -10px;
}
    @media only screen and (max-width: 350px) {
      .miryoku h4.miryoku_01 span::after{
        height: 35px;
        width: 35px;
        background-size: 35px 35px;
        right: -34px;
      }
    }

.miryoku h4.miryoku_02 span::before{
  content:'';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_02_h4_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -45px;
  top: -13px;
}

    @media only screen and (max-width: 350px) {
      .miryoku h4.miryoku_02 {
        padding-left: 30px;
      }
    }

.miryoku h4.miryoku_03 span::before{
  content:'';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_03_h4_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -55px;
  top: 0;
}

.miryoku h4.miryoku_03 span::after{
  content:'';
  height: 80px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_03_h4_02.png?$staticlink$);
  background-size: 50px 80px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: -70px;
  bottom: -20px;
}

.miryoku h4.miryoku_04 span::before{
  content:'';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_04_h4_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -55px;
  top: 0;
}
    @media only screen and (max-width: 767px) {
      .miryoku h4.miryoku_04 span::before{
        top: -6px;
      }
    }

.miryoku h4.miryoku_04 span::after{
  content:'';
  height: 80px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_04_h4_02.png?$staticlink$);
  background-size: 50px 80px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: -55px;
  top: -25px;
}
    @media only screen and (max-width: 767px) {
      .miryoku h4.miryoku_04 span::after{
        top: -33px;
      }
    }


.miryoku h4.miryoku_05 span::before{
  content:'';
  height: 50px;
  width: 50px;
  position: absolute;
  background-image: url(../img/miryoku_05_h4_01.png?$staticlink$);
  background-size: 50px 50px;
	background-repeat: no-repeat;
  background-position: left top;
  left: -60px;
  top: -15px;
}

    @media only screen and (max-width: 350px) {
      .miryoku h4.miryoku_05 {
        padding-left: 40px;
      }
    }


.miryoku .miryoku_item {
  text-align: center;
}

.miryoku .miryoku_item h4 {
  padding-top: 40px;
}

.miryoku_item_01, .miryoku_item_02 {
  position: relative;
  margin-bottom: 50px;
}

.miryoku_item_01_txt {
  position: absolute;
  font-family: "Yu Mincho";
  background-color: #c0b1aa;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 500px;
  padding: 50px 15px;
  bottom: 20px;
  left: 65px;
}

.miryoku_item_02_txt {
  position: absolute;
  font-family: "Yu Mincho";
  background-color: #c0b1aa;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 500px;
  padding: 50px 15px;
  top: 20px;
  right: 90px;
}

.miryoku_item_01_txt span, .miryoku_item_02_txt span {
  font-size: 18px;
}
    @media only screen and (max-width: 1000px) {
      .miryoku_item_01_txt {
        left: 5%;
      }

      .miryoku_item_02_txt {
        right: 5%;
      }
    }

    @media only screen and (max-width: 767px) {
      .miryoku_item_01 {
        text-align: right;
      }
        .miryoku_item_01 img {
          width: 80%;
        }
      .miryoku_item_01_txt {
        text-align: center;
        font-size: 12px;
        padding: 30px 2px;
        bottom: 0px;
        left: 15px;
      }

      .miryoku_item_02 {
        text-align: left;
      }
        .miryoku_item_02 img {
          width: 80%;
        }
      .miryoku_item_02_txt {
        text-align: center;
        font-size: 12px;
        padding: 30px 3px;
        top: 0px;
        right: 15px;
      }

      .miryoku_item_01_txt span, .miryoku_item_02_txt span {
        font-size: 14px;
      }
    }




.mokuji {
  background-color: #f6f6f8;
  position: relative;
  padding: 30px 40px;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

    @media only screen and (max-width: 350px) {
      .mokuji {
        padding: 30px 20px;
      }
    }

.mokuji h4 {
  position: absolute;
  font-family: "Yu Mincho";
  top: -12px;
  left: 40px;
  font-size: 26px;
  padding-bottom: 20px;
}
    @media only screen and (max-width: 1200px) {
      .mokuji h4 {
        left: 30px;
      }
    }

.mokuji ul {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.mokuji ul li.sub_c {
  margin-left: 20px;
}

.mokuji ul li {
  margin-right: 30px;
  text-indent: -20px;
  padding-left: 20px;
}

.mokuji ul li a {
  color: #967e72;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}

.mokuji ul li a::before {
  position: absolute;
  top: 2px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #967e72;
  border-right: 2px solid #967e72;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.item_area {
  margin: 60px auto;
}

.item_area .item_ttl {
  background-color: #DCC6C6;
}

.item_area .item_ttl h3 {
  font-family: "Yu Mincho";
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0;
  width: 90%;
  margin: 20px auto;
  letter-spacing: 3px;
}

.item {
  width: 90%;
  margin: 0 auto;
}

.item_hr {
  border-top: 1px solid #997f72;
  padding: 20px;
  margin-top: 80px;
}

.item h4 {
  font-family: "Yu Mincho";
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}

.item h4 span {
  font-size: 16px;
}

.item p.item_txt {
  font-family: "Yu Mincho";
  font-weight: bold;
  margin: 20px 0;
}

.item_cont {
  margin-top: 30px;
  border-top: 2px dotted #DCC6C6;
  padding: 50px 0 0;
}

.item_cont h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 30px;
  max-width: 800px;
}

.item_cont .item p {
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
}

.item_mv {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 30px;
}
.item_mv p {
  padding: 15px 0 30px;
}

.item_sample1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.item_sample2 {
display: block;
width: 100%;
max-width: 800px;
margin: 0 auto 30px;
}


.item_sample1 img {
  width: 47%;
}

.btn {
    width: 75%;
    max-width: 240px;
    margin: 40px auto;
    text-align: center;
}
.btn a {
  display: block;
  background-color: #997f72;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px 40px;
  position: relative;
}

.btn a::after {
  position: absolute;
  top: 2px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 6%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
    @media only screen and (max-width: 767px) {
      .btn a::after {
        right: 13%;
      }
    }

.gift {
  width: 90%;
  max-width: 800px;
  margin: 60px auto;
  border: 10px solid #f0f0f0;
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
}
    @media only screen and (max-width: 680px) {
      .gift {
        padding: 20px 20px;
      }
    }
        @media only screen and (max-width: 480px) {
          .gift {
            padding: 20px 10px;
          }
        }

.gift .gift_txt {
  width: 50%;
}
    @media only screen and (max-width: 580px) {
      .gift .gift_txt {
        width: 60%;
      }
    }

.gift .gift_txt h4 {
  font-family: "Yu Mincho";
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
}
    @media only screen and (max-width: 580px) {
      .gift .gift_txt h4 {
        font-size: 18px;
      }
    }

.gift .gift_txt p {
  font-size: 14px;
  margin-bottom: 10px;
}
    @media only screen and (max-width: 580px) {
      .gift .gift_txt p {
        font-size: 12px;
      }
    }

.gift .gift_txt p a {
  color: #997f72;
  text-decoration: underline;
  padding-left: 18px;
  position: relative;
}

.gift .gift_txt p a::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #997f72;
  border-right: 2px solid #997f72;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.gift .gift_img {
  width: 48%;
}
    @media only screen and (max-width: 680px) {
      .gift .gift_img {
        width: 39%;
        padding: 40px 0px;
      }
    }
        @media only screen and (max-width: 480px) {
          .gift .gift_img {
            padding: 20px 0px;
          }
        }

.gift .gift_img img {
  width: 100%;
}

.about_inner {
  width: 95%;
  max-width: 800px;
  margin: 30px auto;
}

.about_inner .about_read h4 {
  font-family: "Yu Mincho";
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 30px;
  position: relative;
}
.about_inner .about_read h4::after{
  content:'';
  width: 54px;
  height: 36px;
  position: absolute;
  background-image: url(../img/about_read_h4.png?$staticlink$);
  background-size: 54px 36px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: -55px;
  top: -25px;
}
    @media only screen and (max-width: 767px) {
      .about_inner .about_read h4::after{
        background-image: none;
        width: 0;
        height: 0;
        right: 0;
      }
    }

.about_inner .about_read h4 span {
  color: #ff888e;
  padding-right: 10px;
}

.about_inner .about_read p {
  margin-bottom: 20px;
}

.about_cont {
  margin: 80px auto 50px;
}

.about_cont h5 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 30px;
    position: relative;
}

.about_cont h5.about_01::after{
  content:'';
  width: 87px;
  height: 66px;
  position: absolute;
  background-image: url(../img/about_h5_bg_01.png?$staticlink$);
  background-size: 87px 66px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: 10px;
  bottom: -7px;
}
    @media only screen and (max-width: 767px) {
      .about_cont h5.about_01 {
        padding-top: 30px;
      }
      .about_cont h5.about_01::after{
        content:'';
        width: 60px;
        height: 46px;
        position: absolute;
        background-image: url(../img/about_h5_bg_01.png?$staticlink$);
        background-size: 60px 46px;
      	background-repeat: no-repeat;
        background-position: right 10% bottom 10%;
        right: 10px;
        bottom: -7px;
      }
    }
        @media only screen and (max-width: 500px) {
          .about_cont h5.about_01::after{
            top: -18px;
          }
        }

.about_cont h5.about_02::after{
  content:'';
  width: 87px;
  height: 66px;
  position: absolute;
  background-image: url(../img/about_h5_bg_02.png?$staticlink$);
  background-size: 87px 66px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: 10px;
  bottom: 0;
}
    @media only screen and (max-width: 500px) {
      .about_cont h5.about_02::after{
        right: 0;
        top: -67px;
      }
    }

.about_cont h5.about_03::after{
  content:'';
  width: 87px;
  height: 66px;
  position: absolute;
  background-image: url(../img/about_h5_bg_03.png?$staticlink$);
  background-size: 87px 66px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  right: 10px;
  bottom: 0;
}

.about_cont p {
  margin-top: 30px;
}

.b-box {
  border: 2px dotted #ac9b93;
  padding: 20px 40px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
    @media only screen and (max-width: 767px) {
      .b-box {
        padding: 20px 10px;
      }
    }

.b-box h5 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 30px;
}

.b-box h5 span {
  position: relative;
  padding-left: 25px;
}
.b-box h5 span::before {
  content:'';
  height: 20px;
  width: 20px;
  position: absolute;
  background-image: url(../img/b-box_h5.gif?$staticlink$);
  background-size: 20px 20px;
	background-repeat: no-repeat;
  background-position: left top;
  left: 0;
}

.b-box ul li a {
  text-decoration: none;
}

.b-box p {
  margin-bottom: 20px;
}

.b-box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.b-box dl dt {
  width: 23%;
  font-weight: bold;
}

.b-box dl dd {
  width: 74%;
  margin-top: 10px;
  margin-left: 0;
}

.about_inner .b-box {
  max-width: 800px;
}

.lineup {
  display: flex;
  justify-content: space-around;
  padding: 10px 40px;
}
    @media only screen and (max-width: 767px) {
      .lineup {
        padding: 0;
      }
    }

.lineup p {
  font-weight: bold;
}
    @media only screen and (max-width: 767px) {
      .lineup .lineup_l p {
      margin-top: 20px;
      }
      .about_inner .b-box h5 {
        text-align: left;
        margin: 10px 0 20px;
        text-indent: -23px;
        padding-left: 23px;
      }
    }

.lineup ul li {
  margin-right: 30px;
  text-indent: -20px;
  padding-left: 20px;
  padding-bottom: 7px;
}

.lineup ul li a {
  color: #967e72;
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
}

.lineup ul li a::before {
  position: absolute;
  top: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #967e72;
  border-right: 2px solid #967e72;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.f-box, .f-box-sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.f-box-50, .f-box-50_sp {
  width: 47%;
  margin-bottom: 20px;
}

.f-box-30 {
  width: 30%;
  padding: 20px;
}

    @media only screen and (max-width: 767px) {
      .f-box {
        display: block;
      }
      .f-box-50, .f-box-30 {
        width: 95%;
        margin: 10px auto;
        padding: 5px;
      }
    }

.howto_inner {
  margin: 70px auto 60px;
  width: 95%;
}

.tegaki_process .box1 {
  background-color: #f4eeee;
  padding: 60px 5px 30px;
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 20px;
}

.tegaki_process .box1 .arrow {
  margin-top: 100px;
  text-align: center;
}
    @media only screen and (max-width: 767px) {
      .tegaki_process .box1 {
        padding: 30px;
      }
      .tegaki_process .box1 .f-box-30 {
        margin-top: 120px;
      }
    }
        @media only screen and (max-width: 500px) {
          .tegaki_process .box1 {
            padding: 30px 20px;
          }
        }

.tegaki_process .box1 .no1 {
  position: relative;
}

.tegaki_process .box1 .no1::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100px;
    background: url(../img/no1.png?$staticlink$) no-repeat center;
    top: -110px;
    left: 0;
}
    @media only screen and (max-width: 767px) {
      .tegaki_process .box1 .no1::before{
        background-size: 75px 75px;
      }
    }

.tegaki_process .box1 .no2 {
  position: relative;
}

.tegaki_process .box1 .no2::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100px;
    background: url(../img/no2.png?$staticlink$) no-repeat center;
    top: -110px;
    left: 0;
}
    @media only screen and (max-width: 767px) {
      .tegaki_process .box1 .no2::before{
        background-size: 75px 75px;
      }
    }
.tegaki_process .box1 .no3 {
  position: relative;
}

.tegaki_process .box1 .no3::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100px;
    background: url(../img/no3.png?$staticlink$) no-repeat center;
    top: -110px;
    left: 0;
}
    @media only screen and (max-width: 767px) {
      .tegaki_process .box1 .no3::before{
        background-size: 75px 75px;
      }
    }

.tegaki_process h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.tegaki_process p {
  font-size: 16px;
  font-weight: bold;
}


.scene_inner {
  width: 95%;
  max-width: 800px;
  margin: 20px auto;
}

.scene_inner h4 {
  font-family: "Yu Mincho";
  font-size: 26px;
  font-weight: bold;
  padding: 10px 0 20px;
  display: inline-block;
  position: relative;
  margin: 30px 0 60px;
}
    @media only screen and (max-width: 500px) {
      .scene_inner h4 {
        font-size: 24px;
      }
    }

.scene_inner h4 span {
  border-bottom: 1px solid #967e72;
  padding: 15px 0;
}

.scene_inner h4.scene_01::after {
  content:'';
  width: 347px;
  height: 132px;
  position: absolute;
  background-image: url(../img/scene_01_h4.png?$staticlink$);
  background-size: 347px 132px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  left: 120px;
  top: -25px;
}
    @media only screen and (max-width: 767px) {
      .scene_inner h4 {
        margin: 10px 0 40px;
      }
      .scene_inner h4.scene_01::after {
        width: 200px;
        height: 76px;
        position: absolute;
        background-image: url(../img/scene_01_h4.png?$staticlink$);
        background-size: 200px 76px;
      	background-repeat: no-repeat;
        background-position: right 10% bottom 10%;
        left: 110px;
        top: -5px;
      }
    }
        @media only screen and (max-width: 500px) {
          .scene_inner h4.scene_01::after {
            width: 180px;
            height: 68px;
            background-size: 180px 68px;
          	background-repeat: no-repeat;
          }
        }

.scene_inner h4.scene_02::after {
  content:'';
  width: 347px;
  height: 71px;
  position: absolute;
  background-image: url(../img/scene_02_h4.png?$staticlink$);
  background-size: 347px 71px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  left: 120px;
  top: -25px;
}
    @media only screen and (max-width: 767px) {
      .scene_inner h4.scene_02::after {
        width: 200px;
        height: 41px;
        position: absolute;
        background-image: url(../img/scene_02_h4.png?$staticlink$);
        background-size: 200px 41px;
      	background-repeat: no-repeat;
        background-position: right 10% bottom 10%;
        left: 110px;
        top: -5px;
      }
    }
        @media only screen and (max-width: 500px) {
          .scene_inner h4.scene_02::after {
            width: 180px;
            height: 37px;
            background-size: 180px 37px;
          	background-repeat: no-repeat;
          }
        }

.scene_inner h4.scene_03::after {
  content:'';
  width: 347px;
  height: 92px;
  position: absolute;
  background-image: url(../img/scene_03_h4.png?$staticlink$);
  background-size: 347px 92px;
	background-repeat: no-repeat;
  background-position: right 10% bottom 10%;
  left: 120px;
  top: -25px;
}
    @media only screen and (max-width: 767px) {
      .scene_inner h4.scene_03::after {
        width: 200px;
        height: 53px;
        position: absolute;
        background-image: url(../img/scene_03_h4.png?$staticlink$);
        background-size: 200px 53px;
      	background-repeat: no-repeat;
        background-position: right 10% bottom 10%;
        left: 110px;
        top: -5px;
      }
    }
        @media only screen and (max-width: 500px) {
          .scene_inner h4.scene_03::after {
            width: 180px;
            height: 48px;
            background-size: 180px 48px;
          	background-repeat: no-repeat;
          }
        }

.scene_inner h4.scene_04::after {
content:'';
width: 347px;
height: 97px;
position: absolute;
background-image: url(../img/scene_04_h4.png?$staticlink$);
background-size: 347px 97px;
background-repeat: no-repeat;
background-position: right 10% bottom 10%;
left: 120px;
top: -25px;
}
    @media only screen and (max-width: 767px) {
      .scene_inner h4.scene_04::after {
        width: 200px;
        height: 56px;
        position: absolute;
        background-image: url(../img/scene_04_h4.png?$staticlink$);
        background-size: 200px 56px;
        background-repeat: no-repeat;
        background-position: right 10% bottom 10%;
        left: 110px;
        top: -5px;
      }
    }
        @media only screen and (max-width: 500px) {
          .scene_inner h4.scene_04::after {
            width: 180px;
            height: 50px;
            background-size: 180px 50px;
          	background-repeat: no-repeat;
          }
        }

.scene_inner p {
  margin-bottom: 20px;
}

.scene_inner p.scene_txt {
  margin-bottom: 40px;
}

.ope_cont {
  width: 100%;
  max-width: 1080px;
  margin: 60px auto 20px;
}

.ope_cont h4 {
  background-color: #7e6b65;
  height: 1px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
    @media only screen and (max-width: 500px) {
      .ope_cont h4 {
        font-size: 18px;
      }
    }

.ope_cont h4 span {
  background-color: #fff;
  padding: 15px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: center;
  position: absolute;
}
    @media only screen and (max-width: 500px) {
      .ope_cont h4 span {
        padding: 10px;
      }
    }

.ope_cont h4 span em {
  background-color: #967e72;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
}
    @media only screen and (max-width: 500px) {
      .ope_cont h4 span em {
        background-color: #967e72;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 5px 10px;
      }
    }


.ope_inner {
  width: 95%;
  max-width: 1080px;
  margin: 20px auto;
}

.ope_inner_pc {
  width: 95%;
  max-width: 800px;
  margin: 20px auto;
}

.ope_inner p.ope_txt {
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.ope_inner p.ope_txt span {
  color: #967e72;
  padding-right: 5px;
}

.ope_inner p.ope_txt a {
  color: #967e72;
  text-decoration: underline;
}

.btn2 {
    width: 75%;
    max-width: 300px;
    margin: 40px auto;
    text-align: center;
}
.btn2 a {
  display: block;
  border: 1px solid #997f72;
  font-size: 18px;
  text-decoration: none;
  color: #997f72;
  font-weight: bold;
  padding: 15px 40px;
  position: relative;
}

.btn2 a::after {
  position: absolute;
  top: 2px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #997f72;
  border-right: 2px solid #997f72;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
    @media only screen and (max-width: 767px) {
      .btn a::after {
        right: 13%;
      }
    }

.ope_inner_pc p {
  margin-bottom: 30px;
}

.attention_read {
  list-style: disc;
  padding-left: 20px;
  margin: 20px 0;
}

.attention {
  max-width: 800px;
  margin: 20px auto;
}

.attention .attention_img {
  width: 40%;
}

.attention .arrow {
  width: 18%;
  position: relative;
}

.attention .arrow img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: center;
  width: 32px;
  height: 49px;
}
    @media only screen and (max-width: 767px) {
      .attention .arrow img {
        width: 25px;
        height: 38px;
      }
    }


#attention .item h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px auto 20px;
}



.tegaki-page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #997f72;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: all 0.3s ease; */
}

.tegaki-page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #997f72;
  border-right: solid 3px #997f72;
  transform: rotate(-45deg);
}
