@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #323232;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 951px) and (max-width: 1300px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 950px) {
    html {
      font-size: 15px; } }

body::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  z-index: 100;
  pointer-events: none;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms; }
  .wf-active body::after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #fff; }

section {
  position: relative; }

small {
  font-size: 0.8em; }

strong, b {
  font-weight: 600; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline;
  font-weight: 400; }

.lead {
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 50px;
  font-weight: 500; }
  @media screen and (max-width: 950px) {
    .lead {
      font-size: 15px;
      margin-bottom: 30px; } }

.m1 {
  position: relative;
  color: #ED685F;
  text-align: center;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 0;
  border-top: 3px solid #ED685F;
  border-bottom: 3px solid #ED685F;
  margin-bottom: 50px;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 950px) {
    .m1 {
      font-size: 20px;
      padding: 15px 0;
      margin-bottom: 30px; } }

.m2 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 950px) {
    .m2 {
      margin-bottom: 25px; } }
  .m2 b {
    display: block;
    font-family: "Cinzel", serif;
    color: #ED685F;
    font-size: 20px;
    margin-bottom: 40px;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 950px) {
      .m2 b {
        font-size: 15px;
        margin-bottom: 10px; } }
  .m2 i {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5; }
    @media screen and (max-width: 950px) {
      .m2 i {
        font-size: 20px; } }
    .m2 i span {
      color: #ED685F; }

.btn1 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 450px;
  height: 60px;
  border-radius: 60px;
  margin: auto;
  line-height: 1.5;
  background-color: #ffffff;
  color: #ED685F;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer; }
  .btn1::before {
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    content: '';
    width: 30px;
    height: 30px;
    background: url("../img/arrow1.png") no-repeat center center;
    background-size: 30px; }
    @media screen and (max-width: 950px) {
      .btn1::before {
        top: calc(50% - 10px);
        right: 15px;
        width: 20px;
        height: 20px;
        background: url("../img/arrow1.png") no-repeat center center;
        background-size: 20px; } }
  @media screen and (max-width: 950px) {
    .btn1 {
      width: 100%;
      height: 40px;
      font-size: 14px; } }

.btn2 {
  width: 550px;
  margin: auto;
  text-align: center;
  color: #ED685F;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer; }
  .btn2 i {
    position: relative;
    display: inline-block;
    margin-bottom: 15px; }
    .btn2 i::before {
      position: absolute;
      bottom: 5px;
      left: -50px;
      content: '';
      width: 40px;
      height: 2px;
      background-color: #ED685F;
      -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
      transform: rotate(55deg); }
      @media screen and (max-width: 950px) {
        .btn2 i::before {
          bottom: 5px;
          left: -30px;
          width: 30px; } }
    .btn2 i::after {
      position: absolute;
      bottom: 5px;
      right: -50px;
      content: '';
      width: 40px;
      height: 2px;
      background-color: #ED685F;
      -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
      transform: rotate(-55deg); }
      @media screen and (max-width: 950px) {
        .btn2 i::after {
          bottom: 5px;
          right: -30px;
          width: 30px; } }
  @media screen and (max-width: 950px) {
    .btn2 {
      width: 340px;
      font-size: 16px; } }

ol {
  padding-top: 10px;
  padding-left: 1.7em;
  line-height: 1.5;
  counter-reset: 0;
  margin-bottom: 1em; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1, .sec_wp ul {
  line-height: 1.5;
  margin-bottom: 1em; }
  .list1 > li, .sec_wp ul > li {
    padding-bottom: 5px;
    padding-left: 17px;
    position: relative;
    line-height: 1.8;
    font-size: 0.9em; }
    .list1 > li::before, .sec_wp ul > li::before {
      position: absolute;
      top: 10px;
      left: 0px;
      content: '';
      width: 10px;
      height: 10px;
      background-color: #323232; }
      @media screen and (max-width: 950px) {
        .list1 > li::before, .sec_wp ul > li::before {
          top: 7px;
          width: 8px;
          height: 8px; } }

.ef_mask {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(0 0% 0 0); }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@-webkit-keyframes MoveLine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  50% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  51% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; } }

@keyframes MoveLine {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  50% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  51% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.9); }
  @media screen and (max-width: 950px) {
    header {
      padding: 0;
      height: 50px; } }
  header .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 951px) {
      header .in {
        min-width: 1300px;
        padding: 0 25px;
        height: 100px; }
        header .in .logo {
          width: 350px; }
        header .in .sec {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          header .in .sec .nav {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 880px; }
            header .in .sec .nav a {
              display: block;
              font-size: 15px;
              text-align: center; }
              header .in .sec .nav a i {
                display: block;
                color: #ED685F;
                font-family: "Cinzel", serif;
                font-size: 17px;
                margin-bottom: 5px; } }
    @media screen and (max-width: 950px) {
      header .in {
        padding-left: 10px; }
        header .in .logo img {
          width: auto;
          height: 28px; } }

footer {
  padding: 25px; }
  @media screen and (max-width: 950px) {
    footer {
      padding: 15px; } }
  footer .copyright {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 950px) {
      footer .copyright {
        font-size: 10px;
        margin-top: 0; } }

@media print, screen and (min-width: 951px) {
  #toppage #zone_kv {
    background: url("../img/kv.jpg") no-repeat center center;
    background-size: cover;
    height: 1000px; } }

@media screen and (max-width: 950px) {
  #toppage #zone_kv {
    background: url("../img/kv_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 570px;
    margin-top: 50px; } }

#toppage #zone_kv .in {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  letter-spacing: 0.05em; }
  #toppage #zone_kv .in .maincopy {
    padding-top: 330px;
    font-size: 50px;
    line-height: 1.4;
    color: #ED685F;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv .in .maincopy {
        padding-top: 30px;
        font-size: 30px; } }
  #toppage #zone_kv .in .text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv .in .text {
        margin-top: 10px;
        font-size: 15px; } }
  #toppage #zone_kv .in .t1 {
    margin-top: 340px;
    font-size: 30px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv .in .t1 {
        margin-top: 0px;
        font-size: 21px;
        position: absolute;
        bottom: 20px;
        left: 40px; } }
    #toppage #zone_kv .in .t1 i {
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
      font-weight: 500; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv .in .t1 i {
          font-size: 12px; } }

#toppage #zone_intro {
  margin-bottom: 150px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_intro {
      margin-bottom: 100px; } }
  #toppage #zone_intro .sec1 {
    background-color: #ED685F;
    color: #ffffff;
    text-align: center;
    padding: 40px 25px; }
    #toppage #zone_intro .sec1 h2 {
      margin-bottom: 20px; }
      #toppage #zone_intro .sec1 h2 i {
        display: block;
        font-size: 20px;
        font-family: "Cinzel", serif;
        color: #FAFA00;
        padding-bottom: 20px;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 950px) {
          #toppage #zone_intro .sec1 h2 i {
            font-size: 15px;
            padding-bottom: 10px; } }
      #toppage #zone_intro .sec1 h2 b {
        display: block;
        font-size: 45px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_intro .sec1 h2 b {
            line-height: 1.5;
            font-size: 26px; } }
    #toppage #zone_intro .sec1 .t1 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 30px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_intro .sec1 .t1 {
          font-size: 15px;
          margin-bottom: 20px; } }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_intro .sec2 {
      position: relative;
      padding: 40px 25px;
      background-color: rgba(237, 104, 95, 0.8);
      margin-bottom: 50px; }
      #toppage #zone_intro .sec2 .in {
        max-width: 1000px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        #toppage #zone_intro .sec2 .in figure {
          width: 51%; }
        #toppage #zone_intro .sec2 .in .set {
          width: 45%;
          color: #ffffff; }
          #toppage #zone_intro .sec2 .in .set .t1 {
            font-size: 36px;
            line-height: 1.5;
            font-family: "Noto Serif JP", serif;
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
          #toppage #zone_intro .sec2 .in .set .text {
            font-size: 20px;
            margin-top: 40px; }
          #toppage #zone_intro .sec2 .in .set .t2 {
            font-size: 20px;
            margin-top: 40px;
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
            color: #FAFA00;
            letter-spacing: 0.1em; }
            #toppage #zone_intro .sec2 .in .set .t2 b {
              display: block;
              margin-top: 10px;
              font-size: 35px;
              letter-spacing: 0.1em; }
          #toppage #zone_intro .sec2 .in .set .t3 {
            display: inline-block;
            text-align: right;
            margin-top: 40px;
            line-height: 1.6;
            vertical-align: baseline; }
            #toppage #zone_intro .sec2 .in .set .t3 i {
              font-size: 25px;
              margin-left: 10px; } }
  @media screen and (max-width: 950px) {
    #toppage #zone_intro .sec2 {
      position: relative;
      margin-bottom: 30px; }
      #toppage #zone_intro .sec2 .in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        #toppage #zone_intro .sec2 .in figure {
          padding: 40px 25px;
          background-color: rgba(237, 104, 95, 0.8); }
        #toppage #zone_intro .sec2 .in .set {
          padding: 40px 25px; }
          #toppage #zone_intro .sec2 .in .set .t1 {
            font-size: 26px;
            line-height: 1.5;
            font-family: "Noto Serif JP", serif;
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
            color: #ED685F; }
          #toppage #zone_intro .sec2 .in .set .text {
            margin-top: 20px; } }

#toppage #zone_talk {
  overflow: hidden;
  margin-bottom: 150px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_talk {
      margin-bottom: 100px; } }
  #toppage #zone_talk .sec1 {
    max-width: 1200px;
    margin: auto; }
    #toppage #zone_talk .sec1 h2 {
      margin-bottom: -20px;
      font-size: 40px;
      font-family: "Cinzel", serif;
      color: #ED685F;
      text-align: center;
      position: relative;
      z-index: 2;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec1 h2 {
          font-size: 20px;
          margin-bottom: -10px; } }
    #toppage #zone_talk .sec1 figure {
      position: relative;
      z-index: 1;
      margin-bottom: 70px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec1 figure {
          margin-bottom: 30px; } }
    #toppage #zone_talk .sec1 .lead {
      color: #ED685F;
      margin-bottom: 50px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec1 .lead {
          margin-bottom: 30px;
          padding: 0 20px; } }
  #toppage #zone_talk .sec2 {
    max-width: 720px;
    margin: auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 950px) {
      #toppage #zone_talk .sec2 {
        max-width: 320px;
        margin-bottom: 50px; } }
    #toppage #zone_talk .sec2::before {
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      content: '';
      width: 100px;
      height: 100px;
      background: url("../img/x.png") no-repeat center center;
      background-size: 100px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec2::before {
          top: -4px;
          left: calc(50% - 32px);
          width: 50px;
          height: 50px;
          background: url("../img/x.png") no-repeat center center;
          background-size: 50px; } }
    #toppage #zone_talk .sec2 .set .t1 {
      font-size: 20px;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec2 .set .t1 {
          letter-spacing: 0.1em;
          font-size: 11px; } }
      #toppage #zone_talk .sec2 .set .t1 i {
        font-size: 40px;
        margin-right: 0em; }
        @media screen and (max-width: 950px) {
          #toppage #zone_talk .sec2 .set .t1 i {
            font-size: 20px; } }
    #toppage #zone_talk .sec2 .set .t2 {
      line-height: 1.6;
      margin-top: 15px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec2 .set .t2 {
          margin-top: 10px;
          font-size: 11px; } }
    #toppage #zone_talk .sec2 .set2 {
      text-align: right; }
  #toppage #zone_talk .sec3 {
    max-width: 1200px;
    margin: auto; }
    @media screen and (max-width: 950px) {
      #toppage #zone_talk .sec3 {
        padding: 0 20px; } }
    #toppage #zone_talk .sec3 h2 {
      background-color: #FDE8E6; }
    #toppage #zone_talk .sec3 .set h3 {
      color: #ED685F;
      font-size: 30px;
      font-family: "Noto Serif JP", serif;
      line-height: 1.5;
      font-weight: 600; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec3 .set h3 {
          font-size: 20px; } }
    #toppage #zone_talk .sec3 .set dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      line-height: 1.8; }
      @media screen and (max-width: 950px) {
        #toppage #zone_talk .sec3 .set dl {
          font-size: 13px; } }
      #toppage #zone_talk .sec3 .set dl dt {
        margin-top: 30px;
        width: 100px;
        font-weight: 600; }
        @media screen and (max-width: 950px) {
          #toppage #zone_talk .sec3 .set dl dt {
            margin-top: 20px;
            width: 70px; } }
      #toppage #zone_talk .sec3 .set dl dd {
        margin-top: 30px;
        width: calc(100% - 100px); }
        @media screen and (max-width: 950px) {
          #toppage #zone_talk .sec3 .set dl dd {
            margin-top: 20px;
            width: calc(100% - 70px); } }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_talk .sec3 figure {
        width: 1000px; }
      #toppage #zone_talk .sec3 .in {
        width: 485px; }
      #toppage #zone_talk .sec3 .set1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px; }
        #toppage #zone_talk .sec3 .set1 figure {
          margin-left: -350px; }
      #toppage #zone_talk .sec3 .set2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 70px; }
        #toppage #zone_talk .sec3 .set2 figure {
          margin-right: -350px; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_talk .sec3 figure {
        margin: 30px -20px; }
      #toppage #zone_talk .sec3 .set1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      #toppage #zone_talk .sec3 .set2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }

#toppage #zone_ishi {
  margin-bottom: 80px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_ishi {
      margin-bottom: 50px; } }
  #toppage #zone_ishi .sec {
    background-color: #FBF1EF;
    padding: 100px 20px 40px;
    margin-bottom: 50px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_ishi .sec {
        padding-top: 50px; } }
    #toppage #zone_ishi .sec .in {
      max-width: 1200px;
      margin: auto; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_ishi .sec .in {
          background: url("../img/p3_bg.png") no-repeat center center;
          background-size: 540px; } }
      #toppage #zone_ishi .sec .in .lead {
        max-width: 1000px;
        margin: auto;
        margin-bottom: 40px;
        color: #ED685F; }
        @media screen and (max-width: 950px) {
          #toppage #zone_ishi .sec .in .lead {
            margin-bottom: 30px;
            padding: 0 15px; } }
      #toppage #zone_ishi .sec .in ul {
        border-top: 1px solid #ED685F; }
        #toppage #zone_ishi .sec .in ul li {
          border-bottom: 1px solid #ED685F;
          position: relative; }
          @media print, screen and (min-width: 951px) {
            #toppage #zone_ishi .sec .in ul li {
              padding: 40px 0;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center; }
              #toppage #zone_ishi .sec .in ul li .pic {
                width: 400px; }
              #toppage #zone_ishi .sec .in ul li .set {
                width: calc(100% - 450px); }
              #toppage #zone_ishi .sec .in ul li:nth-of-type(1) .set {
                padding-right: 80px; }
              #toppage #zone_ishi .sec .in ul li:nth-of-type(2) {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
                #toppage #zone_ishi .sec .in ul li:nth-of-type(2) .set {
                  padding-left: 80px; }
                  #toppage #zone_ishi .sec .in ul li:nth-of-type(2) .set .t1 {
                    text-align: right; } }
          @media screen and (max-width: 950px) {
            #toppage #zone_ishi .sec .in ul li {
              padding: 30px 15px;
              background: url("../img/p3_bg.png") no-repeat center center;
              background-size: 280px; }
              #toppage #zone_ishi .sec .in ul li .pic {
                width: 150px;
                position: absolute;
                bottom: 30px;
                left: 15px; }
              #toppage #zone_ishi .sec .in ul li .set {
                padding-bottom: 160px; } }
      #toppage #zone_ishi .sec .in .t1 {
        margin-top: 40px;
        line-height: 1.4; }
        @media screen and (max-width: 950px) {
          #toppage #zone_ishi .sec .in .t1 {
            font-size: 12px;
            position: absolute;
            bottom: 30px;
            left: 180px; } }
        #toppage #zone_ishi .sec .in .t1 i {
          font-size: 22px;
          margin-left: 1em;
          margin-right: 0.5em; }
          @media screen and (max-width: 950px) {
            #toppage #zone_ishi .sec .in .t1 i {
              font-size: 17px;
              margin-left: 0;
              margin-top: 5px; } }
      #toppage #zone_ishi .sec .in .t2 {
        text-align: right;
        margin-top: 30px;
        font-size: 0.9em; }
        @media screen and (max-width: 950px) {
          #toppage #zone_ishi .sec .in .t2 {
            font-size: 12px; } }

#toppage #zone_features {
  background-color: #FAD1CE;
  padding: 150px 20px 380px;
  margin-bottom: 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_features {
      padding: 50px 20px 200px; } }
  #toppage #zone_features::before {
    position: absolute;
    top: 0;
    left: calc(50% - 1000px);
    content: '';
    width: 2000px;
    height: 600px;
    background-color: #fff;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0); }
  #toppage #zone_features::after {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 1000px);
    content: '';
    width: 2000px;
    height: 600px;
    background-color: #fff;
    z-index: 1;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); }
  #toppage #zone_features .in {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 950px) {
      #toppage #zone_features .in .m1 {
        padding-left: 100px; } }
    #toppage #zone_features .in .m1 figure {
      width: 190px;
      position: absolute;
      bottom: -24px;
      left: 80px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_features .in .m1 figure {
          width: 120px;
          bottom: -14px;
          left: 20px; } }
    #toppage #zone_features .in .sec {
      border-radius: 25px;
      min-height: 550px;
      margin-top: 100px;
      border: 3px solid #ED685F;
      box-shadow: 5px 5px 0px rgba(237, 104, 95, 0.5); }
      @media screen and (max-width: 950px) {
        #toppage #zone_features .in .sec {
          min-height: 400px;
          margin-top: 80px;
          padding: 0 10px; } }
      #toppage #zone_features .in .sec h3 {
        width: 110px;
        margin: auto;
        margin-top: -60px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_features .in .sec h3 {
            width: 70px;
            margin-top: -40px; } }
      #toppage #zone_features .in .sec .set {
        padding-top: 70px;
        height: 300px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_features .in .sec .set {
            padding-top: 80px;
            height: 240px; }
            #toppage #zone_features .in .sec .set .lead {
              font-size: 16px; } }
        #toppage #zone_features .in .sec .set h4 {
          position: relative;
          width: 625px;
          margin: auto;
          margin-bottom: 30px;
          font-weight: 600; }
          @media screen and (max-width: 950px) {
            #toppage #zone_features .in .sec .set h4 {
              width: 100%;
              margin-bottom: 20px; } }
          #toppage #zone_features .in .sec .set h4 i {
            display: block;
            padding: 12px;
            background-color: #ED685F;
            color: #ffffff;
            text-align: center;
            font-size: 30px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_features .in .sec .set h4 i {
                padding: 10px 5px;
                font-size: 16px; } }
      #toppage #zone_features .in .sec h5 {
        max-width: 1000px;
        margin: auto;
        color: #ED685F;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        border-bottom: 2px solid #ED685F;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_features .in .sec h5 {
            padding: 5px;
            padding-bottom: 10px;
            margin-bottom: 10px;
            font-size: 16px; } }
      #toppage #zone_features .in .sec ul {
        max-width: 1000px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #zone_features .in .sec ul li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          border: 2px solid #ED685F;
          background-color: rgba(255, 255, 255, 0.7);
          border-radius: 15px;
          height: 80px;
          font-size: 18px;
          font-weight: 600;
          position: relative; }
          @media screen and (max-width: 950px) {
            #toppage #zone_features .in .sec ul li {
              border: 1px solid #ED685F;
              border-radius: 5px;
              height: 55px;
              font-size: 12px; } }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_features .in .sec1 {
        background: url("../img/p4_2.jpg") no-repeat center center;
        background-size: cover; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_features .in .sec1 {
        background: url("../img/p4_2_sp.jpg") no-repeat center center;
        background-size: cover; }
        #toppage #zone_features .in .sec1 .set {
          padding-top: 30px; } }
    #toppage #zone_features .in .sec1 h4 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage #zone_features .in .sec1 h4 i {
        width: 260px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_features .in .sec1 h4 i {
            width: calc(50% - 30px); } }
      #toppage #zone_features .in .sec1 h4::before {
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        content: '';
        width: 80px;
        height: 80px;
        background: url("../img/x.png") no-repeat center center;
        background-size: 80px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_features .in .sec1 h4::before {
            top: calc(50% - 20px);
            left: calc(50% - 20px);
            width: 40px;
            height: 40px;
            background: url("../img/x.png") no-repeat center center;
            background-size: 40px; } }
    #toppage #zone_features .in .sec1 ul li {
      width: calc(20% - 10px);
      color: #ED685F; }
      @media screen and (max-width: 950px) {
        #toppage #zone_features .in .sec1 ul li {
          width: calc(20% - 3px); } }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_features .in .sec2 {
        background: url("../img/p4_3.jpg") no-repeat center center;
        background-size: cover; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_features .in .sec2 {
        background: url("../img/p4_3_sp.jpg") no-repeat center center;
        background-size: cover; } }
    #toppage #zone_features .in .sec2 ul li {
      width: 31%; }
      @media screen and (max-width: 950px) {
        #toppage #zone_features .in .sec2 ul li {
          width: calc(33.3% - 3px); } }
      #toppage #zone_features .in .sec2 ul li i {
        display: block;
        color: #ED685F;
        margin-top: 10px; }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_features .in .sec3 {
        background: url("../img/p4_4.jpg") no-repeat center center;
        background-size: cover; } }
    @media screen and (max-width: 950px) {
      #toppage #zone_features .in .sec3 {
        background: url("../img/p4_4_sp.jpg") no-repeat center center;
        background-size: cover; }
        #toppage #zone_features .in .sec3 .set .lead {
          font-size: 20px; } }
    #toppage #zone_features .in .sec3 ul li {
      width: calc(25% - 10px);
      border: 2px solid #959595; }
      @media screen and (max-width: 950px) {
        #toppage #zone_features .in .sec3 ul li {
          width: calc(25% - 3px);
          border: 1px solid #959595; } }
      #toppage #zone_features .in .sec3 ul li::before {
        position: absolute;
        top: 5%;
        left: 5%;
        content: '';
        width: 90%;
        height: 90%;
        background: url("../img/line.png") no-repeat center center;
        background-size: 100%; }

#toppage #zone_pickup {
  margin-top: -220px;
  z-index: 1; }
  @media screen and (max-width: 950px) {
    #toppage #zone_pickup {
      margin-top: -120px;
      padding: 0 20px; } }
  #toppage #zone_pickup .m2 b {
    width: 200px;
    margin: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_pickup .m2 b {
        width: 100px;
        margin-bottom: 20px; } }
  #toppage #zone_pickup .box {
    max-width: 1200px;
    margin: auto;
    background-color: #B99F5B;
    border-radius: 25px;
    padding: 50px;
    color: #fff;
    font-weight: 600; }
    @media screen and (max-width: 950px) {
      #toppage #zone_pickup .box {
        padding: 30px 15px; } }
    #toppage #zone_pickup .box h3 {
      color: #FAFA00;
      font-size: 22px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 950px) {
        #toppage #zone_pickup .box h3 {
          font-size: 17px; } }
      #toppage #zone_pickup .box h3 b {
        display: inline-block;
        font-size: 38px;
        font-family: "Cinzel", serif;
        margin-left: 10px;
        margin-bottom: -5px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_pickup .box h3 b {
            font-size: 30px; } }
    #toppage #zone_pickup .box .sec1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #toppage #zone_pickup .box .sec1 li {
        width: 49%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_pickup .box .sec1 li {
            width: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
        #toppage #zone_pickup .box .sec1 li:first-child {
          font-size: 20px;
          line-height: 1.6;
          margin-top: 50px;
          padding-right: 50px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .box .sec1 li:first-child {
              font-size: 15px;
              margin-top: 0;
              padding-right: 0; } }
        #toppage #zone_pickup .box .sec1 li:nth-of-type(2n) h3::before {
          position: absolute;
          bottom: 0;
          content: '';
          width: 150%;
          height: 2px;
          background-color: #FAFA00; }
          @media print, screen and (min-width: 951px) {
            #toppage #zone_pickup .box .sec1 li:nth-of-type(2n) h3::before {
              right: 0; } }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .box .sec1 li:nth-of-type(2n) h3::before {
              height: 1px;
              left: 0; } }
        @media screen and (max-width: 950px) {
          #toppage #zone_pickup .box .sec1 li:nth-of-type(2n) figure {
            margin-right: -35px; } }
        #toppage #zone_pickup .box .sec1 li:nth-of-type(2n-1) h3::before {
          position: absolute;
          bottom: 0;
          content: '';
          width: 150%;
          height: 2px;
          background-color: #FAFA00; }
          @media print, screen and (min-width: 951px) {
            #toppage #zone_pickup .box .sec1 li:nth-of-type(2n-1) h3::before {
              left: 0; } }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .box .sec1 li:nth-of-type(2n-1) h3::before {
              height: 1px;
              right: 0; } }
        @media screen and (max-width: 950px) {
          #toppage #zone_pickup .box .sec1 li:nth-of-type(2n-1) figure {
            margin-left: -35px; } }
        #toppage #zone_pickup .box .sec1 li figure {
          width: 260px;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .box .sec1 li figure {
              width: 160px; } }
        #toppage #zone_pickup .box .sec1 li .set {
          width: calc(100% - 290px);
          margin-top: 20px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .box .sec1 li .set {
              width: calc(100% - 140px);
              margin-top: 5px; } }
          #toppage #zone_pickup .box .sec1 li .set .t1 {
            line-height: 1.5;
            margin: 20px 0;
            text-align: center; }
            @media screen and (max-width: 950px) {
              #toppage #zone_pickup .box .sec1 li .set .t1 {
                font-size: 17px;
                margin: 15px 0; } }
            #toppage #zone_pickup .box .sec1 li .set .t1 b {
              font-size: 25px;
              display: block; }
              @media screen and (max-width: 950px) {
                #toppage #zone_pickup .box .sec1 li .set .t1 b {
                  font-size: 22px; } }
          #toppage #zone_pickup .box .sec1 li .set .text {
            font-weight: 500; }
            @media screen and (max-width: 950px) {
              #toppage #zone_pickup .box .sec1 li .set .text {
                font-size: 14px; } }
    #toppage #zone_pickup .box .t2 {
      text-align: center;
      font-size: 100px;
      margin-bottom: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_pickup .box .t2 {
          font-size: 80px; } }
    #toppage #zone_pickup .box .sec2 {
      text-align: center; }
      #toppage #zone_pickup .box .sec2 h3 {
        border-bottom: 2px solid #FAFA00;
        margin-bottom: 15px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_pickup .box .sec2 h3 {
            border-bottom: 1px solid #FAFA00; } }
      #toppage #zone_pickup .box .sec2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage #zone_pickup .box .sec2 ul li {
          width: calc(100% / 3);
          font-size: 22px;
          padding: 20px;
          border-right: 1px dotted #fff;
          position: relative; }
          @media screen and (max-width: 950px) {
            #toppage #zone_pickup .box .sec2 ul li {
              width: 100%;
              font-size: 15px;
              border-right: 0;
              border-bottom: 1px dotted #fff; } }
          #toppage #zone_pickup .box .sec2 ul li b {
            display: block;
            font-size: 25px;
            margin-top: 10px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_pickup .box .sec2 ul li b {
                font-size: 22px; } }
          #toppage #zone_pickup .box .sec2 ul li::before {
            position: absolute;
            content: '＋';
            background-color: #B99F5B;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; }
            @media print, screen and (min-width: 951px) {
              #toppage #zone_pickup .box .sec2 ul li::before {
                top: calc(50% - 22px);
                right: -16px;
                font-size: 30px;
                width: 30px;
                height: 40px; } }
            @media screen and (max-width: 950px) {
              #toppage #zone_pickup .box .sec2 ul li::before {
                left: calc(50% - 12px);
                bottom: -11px;
                font-size: 24px;
                width: 24px;
                height: 24px; } }
          #toppage #zone_pickup .box .sec2 ul li:last-child {
            border-right: 0; }
            @media screen and (max-width: 950px) {
              #toppage #zone_pickup .box .sec2 ul li:last-child {
                border-bottom: 0; } }
            #toppage #zone_pickup .box .sec2 ul li:last-child::before {
              display: none; }
      #toppage #zone_pickup .box .sec2 .t3 {
        margin-top: 20px;
        font-size: 20px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_pickup .box .sec2 .t3 {
            font-size: 15px;
            text-align: left;
            line-height: 1.5; } }

#toppage #zone_kv2 {
  background: url("../img/p5_bg.jpg") no-repeat center top;
  background-size: cover; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_kv2 {
      padding-top: 80px; }
      #toppage #zone_kv2 .in {
        max-width: 1200px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        #toppage #zone_kv2 .in figure {
          width: 570px; }
        #toppage #zone_kv2 .in .set {
          width: calc(100% - 680px); } }
  #toppage #zone_kv2 .set {
    margin-top: 120px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv2 .set {
        margin-top: 80px;
        padding-left: 35px; } }
    #toppage #zone_kv2 .set h2 {
      font-size: 40px;
      line-height: 1.5;
      color: #ED685F;
      font-family: "Noto Serif JP", serif; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv2 .set h2 {
          font-size: 30px; } }
    #toppage #zone_kv2 .set .text {
      margin-top: 20px;
      font-size: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_kv2 .set .text {
          margin-top: 10px;
          font-size: 15px; } }
  @media screen and (max-width: 950px) {
    #toppage #zone_kv2 {
      overflow: hidden; }
      #toppage #zone_kv2 figure {
        width: 360px;
        margin-left: -20px;
        padding-top: 20px; } }

#toppage #zone_kv3 {
  padding: 0 35px; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_kv3 {
      background: url("../img/p9.jpg") no-repeat center top;
      background-size: cover;
      margin-bottom: 50px; }
      #toppage #zone_kv3 .in {
        max-width: 1000px;
        margin: auto;
        height: 700px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media screen and (max-width: 950px) {
    #toppage #zone_kv3 {
      background: url("../img/p9_sp.jpg") no-repeat center center;
      background-size: cover;
      height: 700px;
      padding-top: 50px; } }
  #toppage #zone_kv3 .set h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #ED685F;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv3 .set h2 {
        font-size: 30px; } }
  #toppage #zone_kv3 .set .text {
    margin-top: 20px;
    font-size: 20px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_kv3 .set .text {
        margin-top: 10px;
        font-size: 15px; } }

#toppage #zone_recommend {
  padding-top: 80px; }
  @media print, screen and (min-width: 951px) {
    #toppage #zone_recommend {
      background: url("../img/p7_bg.jpg") repeat-x center bottom;
      background-size: auto 1100px; }
      #toppage #zone_recommend .bg {
        background: url("../img/p7.jpg") no-repeat center bottom;
        background-size: auto 1100px; } }
  #toppage #zone_recommend .m2 {
    position: relative;
    z-index: 1; }
    #toppage #zone_recommend .m2 img {
      width: 190px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .m2 img {
          width: 150px; } }
  #toppage #zone_recommend .sec1 {
    position: relative;
    background-color: #fde8e6;
    border-radius: 25px;
    max-width: 1200px;
    margin: -100px auto 80px;
    padding: 60px 0 40px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_recommend .sec1 {
        margin: -20px 20px 60px;
        padding: 20px 0 40px; } }
    #toppage #zone_recommend .sec1 figure {
      width: 240px;
      position: absolute;
      top: -220px;
      right: 0px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .sec1 figure {
          width: 170px;
          top: -150px;
          right: -40px; } }
    #toppage #zone_recommend .sec1 ul {
      max-width: 960px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 40px;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .sec1 ul {
          margin-bottom: 20px;
          padding: 0 15px; } }
      #toppage #zone_recommend .sec1 ul li {
        width: calc(50% - 20px);
        font-size: 25px;
        border-bottom: 1px dotted #000;
        padding: 20px 0;
        padding-left: 50px;
        background: url("../img/check.png") no-repeat left 10px center;
        background-size: 25px;
        font-weight: 500; }
        @media screen and (max-width: 950px) {
          #toppage #zone_recommend .sec1 ul li {
            width: 100%;
            font-size: 18px;
            background: url("../img/check.png") no-repeat left 0px center;
            background-size: 20px;
            padding-left: 30px;
            line-height: 1.3; } }
        #toppage #zone_recommend .sec1 ul li i {
          color: #ED685F; }
    #toppage #zone_recommend .sec1 .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear; }
      #toppage #zone_recommend .sec1 .swiper-wrapper .swiper-slide img {
        border-radius: 25px; }
  #toppage #zone_recommend .sec2 {
    position: relative;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 150px;
    z-index: 1; }
    @media screen and (max-width: 950px) {
      #toppage #zone_recommend .sec2 {
        padding: 0 20px;
        margin-bottom: -100px; } }
    #toppage #zone_recommend .sec2 h3 {
      font-size: 35px;
      font-weight: 500;
      text-align: center;
      margin-bottom: 40px;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .sec2 h3 {
          margin-bottom: 20px;
          font-size: 25px;
          line-height: 1.5; } }
      #toppage #zone_recommend .sec2 h3 i {
        color: #ED685F;
        font-weight: 600; }
    #toppage #zone_recommend .sec2 .box {
      background-color: #f5f1e6;
      border-radius: 25px; }
      @media print, screen and (min-width: 951px) {
        #toppage #zone_recommend .sec2 .box {
          padding: 40px 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .sec2 .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          padding: 30px 15px;
          margin-bottom: 30px; } }
      #toppage #zone_recommend .sec2 .box figure {
        width: 50%; }
        @media screen and (max-width: 950px) {
          #toppage #zone_recommend .sec2 .box figure {
            width: 100%; } }
      #toppage #zone_recommend .sec2 .box .set {
        width: 50%;
        margin-left: -20px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_recommend .sec2 .box .set {
            width: 100%;
            margin-left: 0; } }
        #toppage #zone_recommend .sec2 .box .set .text {
          font-size: 20px;
          padding: 50px;
          padding-bottom: 100px;
          font-weight: 600; }
          @media screen and (max-width: 950px) {
            #toppage #zone_recommend .sec2 .box .set .text {
              font-size: 15px;
              padding: 0;
              padding-bottom: 25px; } }
        #toppage #zone_recommend .sec2 .box .set .btn2 i {
          -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
          transform: scale(1.2); }
        #toppage #zone_recommend .sec2 .box .set .btn2 a {
          display: block;
          margin-top: 10px; }
  #toppage #zone_recommend .sec3 {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 10px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_recommend .sec3 .box {
        background-color: rgba(237, 104, 95, 0.25);
        border-radius: 25px;
        margin: 0 20px;
        margin-top: -40px;
        padding: 40px 15px 15px;
        position: relative;
        z-index: 1; } }
    @media print, screen and (min-width: 951px) {
      #toppage #zone_recommend .sec3 .set {
        margin: 70px 50px;
        width: 400px; } }
    #toppage #zone_recommend .sec3 .set h3 {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      background-color: #ED685F;
      padding: 15px;
      border-radius: 50px;
      margin-bottom: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .sec3 .set h3 {
          font-size: 17px;
          padding: 10px;
          margin-bottom: 10px; } }
    #toppage #zone_recommend .sec3 .set .text {
      margin-bottom: 30px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_recommend .sec3 .set .text {
          margin-bottom: 20px; } }

@media print, screen and (min-width: 951px) {
  #toppage #zone_voice {
    max-width: 1240px;
    margin: auto;
    padding: 80px 20px; }
    #toppage #zone_voice .m2 {
      border-bottom: 3px solid #ED685F;
      padding-bottom: 30px; } }

@media screen and (max-width: 950px) {
  #toppage #zone_voice {
    padding: 80px 0px 50px; } }

#toppage #zone_voice ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #toppage #zone_voice ul li {
    width: calc(50% - 25px);
    background-color: #f5f1e6;
    border-radius: 25px;
    margin-bottom: 50px;
    padding: 50px;
    padding-bottom: 35px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_voice ul li {
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 30px; } }
    #toppage #zone_voice ul li h3 {
      text-align: center;
      color: #ED685F;
      font-size: 25px;
      border-bottom: 2px solid #ED685F;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-weight: 600;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 950px) {
        #toppage #zone_voice ul li h3 {
          font-size: 18px; } }
    #toppage #zone_voice ul li .t1 {
      text-align: right;
      margin-top: 20px; }
      #toppage #zone_voice ul li .t1 i {
        display: inline-block;
        background-color: #ED685F;
        color: #ffffff;
        padding: 5px 20px;
        border-radius: 30px; }
        @media screen and (max-width: 950px) {
          #toppage #zone_voice ul li .t1 i {
            font-size: 15px; } }
    #toppage #zone_voice ul li .text {
      font-size: 18px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_voice ul li .text {
          font-size: 15px; } }
      #toppage #zone_voice ul li .text span {
        background-image: -webkit-linear-gradient(transparent 50%, #FAFA00 0%);
        background-image: linear-gradient(transparent 50%, #FAFA00 0%); }
    #toppage #zone_voice ul li:last-child {
      width: 100%; }
    @media screen and (max-width: 950px) {
      #toppage #zone_voice ul li:nth-of-type(2n-1) {
        margin-right: 20px;
        border-radius: 0 25px 25px 0; }
      #toppage #zone_voice ul li:nth-of-type(2n) {
        margin-left: 20px;
        border-radius: 25px 0 0 25px; } }

#toppage #zone_voice .t2 {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 950px) {
    #toppage #zone_voice .t2 {
      font-size: 12px;
      margin-right: 20px; } }

#toppage #zone_campaign {
  background-color: #ED685F;
  padding: 70px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_campaign {
      padding: 50px 20px; } }
  #toppage #zone_campaign .in {
    position: relative;
    max-width: 1200px;
    margin: auto; }
    #toppage #zone_campaign .in .m2 b {
      color: #FAFA00; }
    #toppage #zone_campaign .in .m2 i {
      color: #ffffff; }
    #toppage #zone_campaign .in .sec1 {
      background-color: #fde8e6;
      border-radius: 25px 25px 0 0;
      padding: 60px 20px 20px;
      color: #ED685F; }
      @media screen and (max-width: 950px) {
        #toppage #zone_campaign .in .sec1 {
          padding: 30px 15px; } }
      #toppage #zone_campaign .in .sec1 h3 {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 30px;
        line-height: 1.5; }
        @media screen and (max-width: 950px) {
          #toppage #zone_campaign .in .sec1 h3 {
            font-size: 26px;
            margin-bottom: 20px; } }
    #toppage #zone_campaign .in .sec2 {
      background-color: #fff;
      border-radius: 0 0 25px 25px;
      padding: 1px 10px 60px;
      position: relative; }
      @media screen and (max-width: 950px) {
        #toppage #zone_campaign .in .sec2 {
          padding: 1px 15px 30px; } }
      #toppage #zone_campaign .in .sec2 h3 {
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        max-width: 1000px;
        margin: -38px auto 50px;
        background-color: #FAFA00;
        padding: 20px;
        border-radius: 20px;
        line-height: 1.5; }
        @media screen and (max-width: 950px) {
          #toppage #zone_campaign .in .sec2 h3 {
            font-size: 20px;
            padding: 15px;
            margin-bottom: 30px; } }
      #toppage #zone_campaign .in .sec2 .secin {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1100px;
        margin: auto; }
        #toppage #zone_campaign .in .sec2 .secin .pos1 {
          width: 50%;
          text-align: center; }
          @media screen and (max-width: 950px) {
            #toppage #zone_campaign .in .sec2 .secin .pos1 {
              width: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 30px; }
              #toppage #zone_campaign .in .sec2 .secin .pos1 figure {
                width: 160px;
                margin-left: -30px; }
              #toppage #zone_campaign .in .sec2 .secin .pos1 .set {
                width: calc(100% - 140px); } }
          #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 {
            margin-top: 20px;
            font-weight: 500; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 {
                margin-top: 0; }
                #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 span {
                  font-size: 11px; } }
            #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 i {
              display: block;
              font-size: 20px;
              font-weight: 600; }
              @media screen and (max-width: 950px) {
                #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 i {
                  font-size: 12px; } }
            #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 b {
              display: block;
              font-size: 35px;
              font-weight: 600;
              margin: 10px 0; }
              @media screen and (max-width: 950px) {
                #toppage #zone_campaign .in .sec2 .secin .pos1 .t1 b {
                  font-size: 22px;
                  margin: 5px 0; } }
          #toppage #zone_campaign .in .sec2 .secin .pos1 .t2 {
            margin-top: 20px;
            font-size: 15px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos1 .t2 {
                margin-top: 10px;
                font-size: 11px;
                line-height: 1.5; } }
          #toppage #zone_campaign .in .sec2 .secin .pos1 .t3 {
            margin-top: 20px;
            font-size: 15px;
            font-weight: 500;
            vertical-align: baseline; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos1 .t3 {
                margin-top: 0px; } }
            #toppage #zone_campaign .in .sec2 .secin .pos1 .t3 b {
              font-size: 45px;
              font-family: "Oswald", sans-serif;
              margin-left: 0.2em;
              margin-right: 0.1em; }
            #toppage #zone_campaign .in .sec2 .secin .pos1 .t3 i {
              font-size: 25px;
              font-weight: 600;
              margin-right: 0.2em; }
          #toppage #zone_campaign .in .sec2 .secin .pos1 .t4 {
            margin-top: 20px;
            font-size: 15px;
            color: #DD3A58; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos1 .t4 {
                margin-top: 10px;
                font-size: 12px; } }
        #toppage #zone_campaign .in .sec2 .secin .pos2 {
          width: 50%;
          text-align: center; }
          @media screen and (max-width: 950px) {
            #toppage #zone_campaign .in .sec2 .secin .pos2 {
              width: 100%; } }
          #toppage #zone_campaign .in .sec2 .secin .pos2 .t1 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 20px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos2 .t1 {
                font-size: 22px; } }
            #toppage #zone_campaign .in .sec2 .secin .pos2 .t1 b {
              display: block;
              color: #DD3A58;
              margin-bottom: 15px; }
          #toppage #zone_campaign .in .sec2 .secin .pos2 .t2 {
            margin: 0 50px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos2 .t2 {
                margin: 0; } }
          #toppage #zone_campaign .in .sec2 .secin .pos2 .t3 {
            margin: 0 20px;
            color: #DD3A58;
            border: 1px solid #DD3A58;
            font-size: 20px;
            font-weight: 600;
            padding: 10px;
            border-radius: 30px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos2 .t3 {
                margin: 0;
                font-size: 14px;
                padding: 5px; } }
          #toppage #zone_campaign .in .sec2 .secin .pos2 .t4 {
            margin: 10px 0 20px; }
            @media screen and (max-width: 950px) {
              #toppage #zone_campaign .in .sec2 .secin .pos2 .t4 {
                font-size: 12px;
                text-align: right; } }
        #toppage #zone_campaign .in .sec2 .secin .ex {
          margin-top: 50px; }

#toppage #zone_faq {
  background-color: #F4F0E6;
  padding: 70px 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_faq {
      padding: 50px 20px 30px; } }
  #toppage #zone_faq .in {
    position: relative;
    max-width: 1200px;
    margin: auto; }
    #toppage #zone_faq .in dl {
      background-color: #fff;
      border-radius: 15px;
      font-size: 18px;
      margin-bottom: 40px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_faq .in dl {
          font-size: 14px;
          margin-bottom: 20px; } }
      #toppage #zone_faq .in dl dt {
        position: relative;
        padding: 30px 100px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        line-height: 1.5; }
        @media screen and (max-width: 950px) {
          #toppage #zone_faq .in dl dt {
            font-size: 16px;
            padding: 20px 40px 20px 60px; } }
        #toppage #zone_faq .in dl dt i {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          position: absolute;
          top: 20px;
          left: 50px;
          width: 40px;
          height: 48px;
          color: #ffffff;
          background-color: #ED685F;
          font-family: 'Oswald';
          font-size: 20px;
          -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
          @media screen and (max-width: 950px) {
            #toppage #zone_faq .in dl dt i {
              top: 12px;
              left: 15px;
              width: 35px;
              height: 40px;
              font-size: 16px; } }
        #toppage #zone_faq .in dl dt::after {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          position: absolute;
          top: calc(50% - 23px);
          right: 50px;
          content: '＋';
          color: #B99F5B;
          font-size: 30px; }
          @media screen and (max-width: 950px) {
            #toppage #zone_faq .in dl dt::after {
              top: calc(50% - 16px);
              right: 10px;
              font-size: 22px; } }
        #toppage #zone_faq .in dl dt.active::after {
          content: 'ー'; }
        @media print, screen and (min-width: 951px) {
          #toppage #zone_faq .in dl dt:hover {
            opacity: 0.8; } }
      #toppage #zone_faq .in dl dd {
        position: relative;
        padding: 0px 100px 30px;
        line-height: 1.8;
        display: none; }
        @media screen and (max-width: 950px) {
          #toppage #zone_faq .in dl dd {
            padding: 0px 20px 20px 60px; } }

#toppage #zone_outline {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px; }
  @media screen and (max-width: 950px) {
    #toppage #zone_outline {
      padding-top: 30px; }
      #toppage #zone_outline .list1 {
        font-size: 13px; } }
  #toppage #zone_outline .sec1 {
    margin-top: 150px;
    margin-bottom: 50px;
    border: 1px solid #959595;
    padding: 50px;
    padding-bottom: 10px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_outline .sec1 {
        margin-top: 70px;
        padding: 15px;
        padding-bottom: 0; } }
    #toppage #zone_outline .sec1 h3 {
      text-align: center;
      background-color: rgba(185, 159, 91, 0.5);
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      padding: 10px;
      margin-bottom: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_outline .sec1 h3 {
          font-size: 15px;
          margin-bottom: 10px; } }
    #toppage #zone_outline .sec1 .text {
      margin-bottom: 40px;
      text-align: center; }
      @media screen and (max-width: 950px) {
        #toppage #zone_outline .sec1 .text {
          font-size: 13px;
          margin-bottom: 20px;
          text-align: left; } }
      #toppage #zone_outline .sec1 .text.ex {
        text-align: left; }
  #toppage #zone_outline .sec2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 950px) {
      #toppage #zone_outline .sec2 {
        margin-bottom: 20px; } }
    #toppage #zone_outline .sec2 h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px; }
      @media screen and (max-width: 950px) {
        #toppage #zone_outline .sec2 h3 {
          font-size: 15px;
          margin-bottom: 10px; } }

@media screen and (max-width: 950px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #323232; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 20px;
    height: 15px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 20px;
    height: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 21.21px;
    left: 2.5px; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #333333; }
  #menubtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    #menubtn .waku {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      width: 40px;
      height: 40px; }
  #menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
    background-color: #ffffff; }
    #menu.active {
      opacity: 1;
      pointer-events: auto;
      z-index: 99; }
    #menu .nav {
      padding: 0 40px; }
      #menu .nav > li {
        border-bottom: 1px solid #959595;
        background-color: #fff; }
        #menu .nav > li a {
          display: block;
          font-size: 15px;
          text-align: center;
          padding: 35px 0; }
          #menu .nav > li a i {
            display: block;
            color: #ED685F;
            font-family: "Cinzel", serif;
            font-size: 17px;
            margin-bottom: 5px; } }

@media print, screen and (min-width: 951px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #323232;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #323232; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */
