@charset "UTF-8";
.is-moveup {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }

.is-view {
  opacity: 1;
  -webkit-animation: all 0.8s linear;
          animation: all 0.8s linear;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out; }

.js-fadeIn.is-fadeIn {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-Light.otf"), url(../font/NotoSansJP-Light.woff2) format("woff2"), url(../font/NotoSansJP-Light.woff) format("woff"), url(../font/NotoSansJP-Light.otf) format("opentype"); }

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansJP-Thin.otf"), url(../font/NotoSansJP-DemiLight.woff2) format("woff2"), url(../font/NotoSansJP-DemiLight.woff) format("woff"), url(../font/NotoSansJP-DemiLight.otf) format("opentype"); }

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(../font/NotoSansJP-Regular.woff2) format("woff2"), url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url(../font/NotoSansJP-Medium.woff2) format("woff2"), url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype"); }

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(../font/NotoSansJP-Bold.woff2) format("woff2"), url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype"); }

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック", "YuGothic","Yu Gothic","メイリオ","Meiryo", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 300;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  text-decoration: none; 
color: inherit;}

@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; } }

form label {
  cursor: pointer; }

.absLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 0.5rem !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 0.8rem; }

@media (min-width: 901px) {
  .sp-only {
    display: none !important; } }

@media screen and (max-width: 900px) {
  .pc-only {
    display: none !important; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 0 0 50px; }
  .c-breadcrumb ul {
    padding: 15px 0; }
    @media screen and (max-width: 900px) {
      .c-breadcrumb ul {
        padding: 8px 0; } }
    .c-breadcrumb ul li {
      font-size: 1.2rem;
      font-weight: 400;
      position: relative;
      padding-left: 15px;
      line-height: 1.5;
      color: #333;
      display: inline; }
      .c-breadcrumb ul li:before {
        content: "/";
        position: absolute;
        left: 4px;
        top: 0;
        font-size: 1.3rem;
        line-height: 1.4;
        color: #333; }
      .c-breadcrumb ul li:first-of-type {
        padding-left: 0; }
        .c-breadcrumb ul li:first-of-type:before {
          content: none; }
      .c-breadcrumb ul li a {
        text-decoration: none;
        color: #333;
        line-height: 1.5;
        display: inline-block; }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-fCenter {
  padding: 42px 0 51px;
  position: relative;
  z-index: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    .c-fCenter {
      padding: 0 0 0px;
      display: block; } }
  .c-fCenter__txt1 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .c-fCenter__txt1 {
        font-size: 1.6rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 12px;
        line-height: 1.6; } }
    .c-fCenter__txt1 a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      margin-right: 20px; }
  .c-fCenter__logo {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .c-fCenter__logo a {
      color: #fff;
      font-size: 3rem;
      font-weight: 500; }
  .c-fCenter__address {
    margin-top: 2px; }
    @media screen and (max-width: 900px) {
      .c-fCenter__address {
        margin-top: 25px; } }
  .c-fCenter__box1 {
    width: 50%;
    display: table; }
    @media screen and (max-width: 900px) {
      .c-fCenter__box1 {
        width: 100%;
        margin: 0;
        padding: 0 20px; } }
  .c-fCenter__box2 {
    width: 50%;
    display: table; }
    @media screen and (max-width: 900px) {
      .c-fCenter__box2 {
        width: 100%; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .c-fCenter__box2 {
        position: absolute; } }
  .c-fCenter__contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 365px;
    border: 1px solid #707070;
    background: #fff;
    color: #9DAB77;
    font-size: 1.6rem;
    height: 75px; }
    @media screen and (max-width: 900px) {
      .c-fCenter__contact a {
        max-width: 335px;
        width: 100%;
        height: 70px; } }
    .c-fCenter__contact a span {
      position: relative;
      padding-left: 55px; }
      .c-fCenter__contact a span:before {
        content: "";
        background: url("../img/common/icon1_mail2.svg") center/cover no-repeat;
        position: absolute;
        width: 48px;
        height: 32px;
        left: 0;
        top: 0; }
  .c-fCenter__ttl1 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .c-fCenter__time {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
    .c-fCenter__time:before {
      content: "";
      height: 35px;
      width: 1px;
      background: #fff;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 900px) {
        .c-fCenter__time:before {
          content: none; } }
    @media screen and (max-width: 900px) {
      .c-fCenter__time .txt1 {
        text-align: center; } }
    .c-fCenter__time .txt1 a {
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      position: relative;
      padding-left: 30px; }
      .c-fCenter__time .txt1 a:before {
        content: "";
        background: url("../img/index/phone_icon1.svg") no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 8px; }
    .c-fCenter__time .txt2 {
      font-size: 1.1rem;
      color: #fff;
      font-weight: 400; }
      @media screen and (max-width: 900px) {
        .c-fCenter__time .txt2 {
          text-align: center; } }
  .c-fCenter__sns {
    margin-top: 15px;
    padding-left: 10px; }
    @media screen and (max-width: 900px) {
      .c-fCenter__sns {
        margin-top: 12px;
        padding-left: 0; } }
    .c-fCenter__sns ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .c-fCenter__sns ul li:not(:last-of-type) {
        margin-right: 25px; }
        @media screen and (max-width: 900px) {
          .c-fCenter__sns ul li:not(:last-of-type) {
            margin-right: 17px; } }
  .c-fCenter__menu {
    margin-top: 72px; }
    @media screen and (max-width: 900px) {
      .c-fCenter__menu {
        margin-top: 43px; } }
    .c-fCenter__menu > ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      row-gap: 20px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .c-fCenter__menu > ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap; } }
      @media screen and (max-width: 900px) {
        .c-fCenter__menu > ul {
          grid-template-columns: repeat(2, 1fr);
          row-gap: 0px; } }
      @media screen and (max-width: 900px) {
        .c-fCenter__menu > ul > li {
          margin-bottom: 16px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .c-fCenter__menu > ul > li {
          width: 33%;
          margin-bottom: 15px;
          text-align: left; } }
      @media screen and (max-width: 900px) {
        .c-fCenter__menu > ul > li:nth-child(odd) {
          padding-left: 20px; } }
      .c-fCenter__menu > ul > li > a {
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff;
        position: relative;
        display: block;
        line-height: 1.1;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 900px) {
          .c-fCenter__menu > ul > li > a {
            text-decoration: underline; } }

.c-copyPolicy {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.c-footer {
  background: #fff;
  border-top: 1px solid #707070;
  background: #AA894F; }
  .c-footer__wrap {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 900px) {
      .c-footer__wrap {
        padding: 64px 20px 12px; } }
  .c-footer__center {
    color: #333;
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .c-footer__bottom {
    background: #C3AC84;
    padding: 15px 0;
    position: relative; }
    @media screen and (max-width: 900px) {
      .c-footer__bottom {
        padding: 14px 0; } }
  .c-footer__menu {
    padding: 21px 0 20px; }
    @media screen and (max-width: 900px) {
      .c-footer__menu {
        display: none; } }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  background: #fff;
  padding-left: 53px;
  padding-right: 30px; }
  @media screen and (max-width: 900px) {
    .c-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .c-header__inner {
    height: 99px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .c-header__inner {
        height: 70px; } }
  @media screen and (max-width: 900px) {
    .c-header__sp {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 11;
      height: 100%;
      background: #fff; } }
  @media screen and (max-width: 900px) {
    .c-header__naviSp {
      top: 0;
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0;
      opacity: 0;
      visibility: hidden;
      z-index: -1; } }
  @media screen and (max-width: 900px) {
    .c-header__naviSp.is-open {
      opacity: 1;
      visibility: visible; } }
  .c-header .c-iconSP {
    display: none; }
    @media screen and (max-width: 900px) {
      .c-header .c-iconSP {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -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;
        width: 70px;
        height: 70px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        background: #AA894F; } }
    @media screen and (max-width: 900px) {
      .c-header .c-iconSP__line {
        width: 28px;
        height: 22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .c-header .c-iconSP__txt1 {
      font-size: 1rem;
      color: #fff; }
    .c-header .c-iconSP__txt2 {
      font-size: 1rem;
      color: #fff;
      display: none; }
    @media screen and (max-width: 900px) {
      .c-header .c-iconSP span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; } }
    .c-header .c-iconSP.is-open span:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(45deg);
          -ms-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg); }
    .c-header .c-iconSP.is-open span:nth-child(2) {
      display: none; }
    .c-header .c-iconSP.is-open span:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
          -ms-transform: translateY(-10px) rotate(-45deg);
              transform: translateY(-10px) rotate(-45deg); }

.c-btnSP a {
  display: none; }
  @media screen and (max-width: 900px) {
    .c-btnSP a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      width: 70px;
      height: 70px;
      background: #AA894F; } }

.c-logo {
  position: relative;
  background-color: #182248;
  width: 163px;
  height: 210px; }
  @media screen and (max-width: 900px) {
    .c-logo {
      height: unset;
      background-color: unset; } }
  .c-logo a {
    text-decoration: none;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 63%;
    left: 50%;
    padding-left: 8px;
    font-size: 2rem;
    width: 100%;
    font-weight: 500; }
    @media screen and (max-width: 900px) {
      .c-logo a {
        top: 50%;
        color: #182248; } }

.c-globalNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 900px) {
    .c-globalNavi {
      display: block;
      padding: 70px 0 100px;
      background: rgba(0, 0, 0, 0.56);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: all .3s;
      transition: all .3s;
      opacity: 0;
      height: 100vh;
      width: 100%;
      margin: 0 auto;
      overflow-y: scroll; } }
  @media screen and (max-width: 900px) {
    .c-globalNavi.is-open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; } }
  .c-globalNavi__btn {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 129px;
    text-align: center;
    background: #AA894F;
    margin-left: 40px; }
    @media screen and (max-width: 900px) {
      .c-globalNavi__btn {
        width: 271px;
        padding: 0 20px;
        margin: 0 auto; } }
    .c-globalNavi__btn a {
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #fff;
      width: 100%;
      height: 57px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -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;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 900px) {
        .c-globalNavi__btn a {
          height: 46px;
          max-width: 300px;
          color: #fff;
          margin: 0 auto;
          font-size: 1.6rem; } }
      .c-globalNavi__btn a span {
        position: relative; }
        @media screen and (max-width: 900px) {
          .c-globalNavi__btn a span {
            padding-top: 0;
            font-size: 1.6rem; } }

.c-gnavi {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (max-width: 900px) {
    .c-gnavi {
      margin: 71px 0 19px; } }
  .c-gnavi > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 900px) {
      .c-gnavi > ul {
        display: block; } }
    .c-gnavi > ul > li {
      margin: 0 22px; }
      @media screen and (max-width: 900px) {
        .c-gnavi > ul > li {
          text-align: center;
          margin: 0; } }
      .c-gnavi > ul > li:first-of-type {
        margin-left: 0;
        margin-right: 22px; }
      .c-gnavi > ul > li:last-of-type {
        margin-right: 0; }
      .c-gnavi > ul > li > a {
        font-size: 1.6rem;
        font-weight: 500;
        text-decoration: none;
        -webkit-font-feature-settings: "palt" 1;
                font-feature-settings: "palt" 1;
        color: #AA894F;
        padding: 0;
        position: relative;
        text-align: center;
        -webkit-transition: 0.15s;
        transition: 0.15s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        height: 70px;
        -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;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 900px) {
          .c-gnavi > ul > li > a {
            color: #fff;
            font-size: 2rem;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-weight: 500;
            padding: 13px 24px;
            height: auto;
            text-align: center; } }
        @media screen and (min-width: 901px) {
          .c-gnavi > ul > li > a:hover, .c-gnavi > ul > li > a.is-current {
            opacity: 1;
            color: #9DAB77; } }
        @media screen and (max-width: 900px) {
          .c-gnavi > ul > li > a:after {
            content: none;
            width: 10px;
            height: 10px;
            position: absolute;
            border-top: 3px solid #9DAB77;
            border-right: 3px solid #9DAB77;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            right: 30px;
            top: 22px;
            border-radius: 2px; } }
      @media screen and (max-width: 900px) {
        .c-gnavi > ul > li > span {
          width: 25px;
          height: 25px;
          display: block;
          position: absolute;
          top: 16px;
          right: 22px; } }
      @media screen and (max-width: 900px) {
        .c-gnavi > ul > li > span:before, .c-gnavi > ul > li > span:after {
          content: "";
          position: absolute;
          width: 20px;
          height: 3px;
          background: #9DAB77;
          right: 2px;
          top: calc(50% - 1px); } }
      @media screen and (max-width: 900px) {
        .c-gnavi > ul > li > span:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      .c-gnavi > ul > li > span.active:after {
        opacity: 0; }
      @media screen and (max-width: 900px) {
        .c-gnavi > ul > li.nav-sub {
          position: relative; } }
      .c-gnavi > ul > li.nav-sub > a {
        position: relative;
        padding-right: 20px; }
        .c-gnavi > ul > li.nav-sub > a:before {
          content: '';
          position: absolute;
          z-index: 1;
          opacity: 1;
          border-right: 2px solid #333;
          border-bottom: 2px solid #333;
          width: 6px;
          height: 6px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          right: 0;
          bottom: 37px;
          -webkit-transition: 0.15s;
          transition: 0.15s; }
          @media screen and (max-width: 900px) {
            .c-gnavi > ul > li.nav-sub > a:before {
              content: none; } }
        @media screen and (max-width: 900px) {
          .c-gnavi > ul > li.nav-sub > a:after {
            content: none; } }
        @media screen and (max-width: 900px) {
          .c-gnavi > ul > li.nav-sub > a.is-exist.active:after {
            opacity: 0; } }
        @media screen and (min-width: 901px) {
          .c-gnavi > ul > li.nav-sub > a:hover:before {
            border-right: 2px solid #9DAB77;
            border-bottom: 2px solid #9DAB77; } }
      @media screen and (min-width: 901px) {
        .c-gnavi > ul > li.nav-sub:hover a:before {
          opacity: 1; }
        .c-gnavi > ul > li.nav-sub:hover a:after {
          opacity: 1; } }
      .c-gnavi > ul > li.nav-sub.is-open a {
        opacity: 1;
        color: #9DAB77; }
        @media screen and (max-width: 900px) {
          .c-gnavi > ul > li.nav-sub.is-open a {
            color: #333; } }
        .c-gnavi > ul > li.nav-sub.is-open a:before {
          border-right: 2px solid #9DAB77;
          border-bottom: 2px solid #9DAB77; }
          @media screen and (max-width: 900px) {
            .c-gnavi > ul > li.nav-sub.is-open a:before {
              border-right: 2px solid #333;
              border-bottom: 2px solid #333; } }
  .c-gnavi .subList {
    background: #EAF5F0;
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 163px;
    display: none;
    padding: 10px; }
    @media screen and (max-width: 900px) {
      .c-gnavi .subList {
        position: static;
        border: none;
        display: none;
        padding: 0;
        margin: 0;
        width: 100%;
        background: #F8F8F8; } }
    .c-gnavi .subList_inner > ul > li {
      position: relative; }
      @media screen and (max-width: 900px) {
        .c-gnavi .subList_inner > ul > li {
          border-bottom: 1px solid #d3d3d3; } }
      .c-gnavi .subList_inner > ul > li > a {
        color: #333 !important;
        font-size: 1.6rem;
        padding: 5px 0;
        display: block; }
        @media screen and (max-width: 900px) {
          .c-gnavi .subList_inner > ul > li > a {
            text-align: left;
            padding: 15px 30px 15px 55px;
            position: relative;
            font-size: 1.8rem; } }
        .c-gnavi .subList_inner > ul > li > a:after {
          content: "";
          width: 6px;
          height: 6px;
          position: absolute;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          border-top: 2px solid #333;
          border-right: 2px solid #333;
          right: 5px;
          top: 13px;
          border-radius: 2px; }
          @media screen and (max-width: 900px) {
            .c-gnavi .subList_inner > ul > li > a:after {
              width: 10px;
              height: 10px;
              border-top: 3px solid #EC9D9D;
              border-right: 3px solid #EC9D9D;
              right: auto;
              left: 26px;
              top: 22px; } }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100vh;
  min-width: 1280px;
  width: 100%;
  color: #333;
  overflow-x: hidden; }
  @media screen and (max-width: 900px) {
    body {
      min-width: 100%; } }
  body.is-hidden {
    overflow: hidden;
    position: fixed; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 70px 0 0; }
  @media screen and (max-width: 900px) {
    main {
      padding: 70px 0 0; } }

.l-wrap {
  margin: 0 auto;
  width: 1080px; }
  @media screen and (max-width: 900px) {
    .l-wrap {
      padding: 0 20px;
      width: 100%; } }

.l-wrap2 {
  margin: 0 auto;
  width: 1160px; }
  @media screen and (max-width: 900px) {
    .l-wrap2 {
      padding: 0 20px;
      width: 100%; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttlSide1 {
  min-height: 63px;
  background: #AA894F;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 900px) {
    .c-ttlSide1 {
      min-height: 64px; } }

.c-listSide1 ul {
  padding: 0;
  margin-bottom: 47px; }
  @media screen and (max-width: 900px) {
    .c-listSide1 ul {
      margin-bottom: 27px;
      padding: 0 33px; } }

.c-listSide1__item {
  font-size: 1.5rem;
  position: relative;
  line-height: 1.5;
  border-top: 1px solid #989898;
  padding: 22px 15px 7px; }
  @media screen and (max-width: 900px) {
    .c-listSide1__item {
      padding: 22px 14px 7px; } }
  .c-listSide1__item:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 32px; }
    @media screen and (max-width: 900px) {
      .c-listSide1__item:before {
        left: 4px;
        top: 30px; } }
  .c-listSide1__item:first-of-type {
    border: none; }
  .c-listSide1__item2 {
    padding: 12px 15px 12px; }
    .c-listSide1__item2::before {
      top: 22px; }
    .c-listSide1__item2:last-child {
      border-bottom: 1px solid #989898; }
  .c-listSide1__item a {
    color: #000;
    text-decoration: none; }
    .c-listSide1__item a:hover {
      text-decoration: underline;
      opacity: 1; }

.c-selectSide2 {
  padding-top: 14px; }
  .c-selectSide2 select {
    font-size: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 33px;
    color: #333;
    background: #fff;
    padding: 0 30px 0 12px;
    border: 1px solid #989898; }
    .c-selectSide2 select::-ms-expand {
      display: none; }
  .c-selectSide2__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 19px 0 0; }
    @media screen and (max-width: 900px) {
      .c-selectSide2__inner {
        padding: 0 33px; } }
    .c-selectSide2__inner:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 5.5px 0 5.5px;
      border-color: #333 transparent transparent transparent;
      right: 10px;
      top: 56%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 900px) {
        .c-selectSide2__inner:after {
          right: 43px; } }

.c-sidebar1 {
  width: 270px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (max-width: 900px) {
    .c-sidebar1 {
      width: 100%;
      background: #fff;
      padding: 100px 0 97px; } }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  .c-btn1 {
    width: 100%; } }

.c-btn1__txt1,
.c-btn1 button,
.c-btn1 input {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: #AA894F;
  width: 355px;
  height: 50px;
  border: 1px solid #848484;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  cursor: pointer;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 900px) {
    .c-btn1__txt1,
    .c-btn1 button,
    .c-btn1 input {
      max-width: 335px;
      width: 100%; } }
  @media screen and (min-width: 901px) {
    .c-btn1__txt1:hover,
    .c-btn1 button:hover,
    .c-btn1 input:hover {
      background: #333;
      color: #fff;
      border: 1px solid #333;
      opacity: 1; } }

.c-btn1--style1 .c-btn1__txt1 {
  background: #9A9A9A;
  border: 1px solid #9A9A9A; }
  @media screen and (min-width: 901px) {
    .c-btn1--style1 .c-btn1__txt1:hover {
      background: transparent;
      border: 1px solid #333;
      color: #333; } }

.c-btn1--style1 button,
.c-btn1--style1 input {
  background: #CBCBCB;
  border: 1px solid #CBCBCB; }
  @media screen and (min-width: 901px) {
    .c-btn1--style1 button:hover,
    .c-btn1--style1 input:hover {
      background: transparent;
      border: 1px solid #333;
      color: #333; } }

.c-btn1.center .c-btn1__txt1 {
  margin: 0 auto; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-ttl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .c-ttl1__txt1 {
    font-size: 3.6rem;
    color: #AA894F;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-right: 15px;
    margin-right: 10px; }
    @media screen and (max-width: 900px) {
      .c-ttl1__txt1 {
        font-size: 3.6rem; } }
    .c-ttl1__txt1:after {
      content: "";
      position: absolute;
      height: 15px;
      width: 1px;
      bottom: 8px;
      right: 0;
      -webkit-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
              transform: skew(-20deg);
      background: #AA894F; }
      @media screen and (max-width: 900px) {
        .c-ttl1__txt1:after {
          bottom: 10px; } }
  .c-ttl1__txt2 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #AA894F; }
    @media screen and (max-width: 900px) {
      .c-ttl1__txt2 {
        line-height: 2; } }
  .c-ttl1.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .c-ttl1.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }

.c-ttl2__txt1 {
  font-size: 3rem;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .c-ttl2__txt1 {
      font-size: 2rem; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-input1 {
  font-size: 1.6rem;
  overflow: hidden; }
  .c-input1 input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #bcbcbc;
    font-size: 1.6rem; }
    @media screen and (max-width: 900px) {
      .c-input1 input {
        font-size: 1.6rem; } }
    .c-input1 input[type="number"]::-webkit-outer-spin-button, .c-input1 input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .c-input1 input[type="number"] input[type="number"] {
      -moz-appearance: textfield; }
    .c-input1 input::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input::-moz-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input::-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }
    .c-input1 input::placeholder {
      color: #bcbcbc;
      font-size: 1.6rem; }

@media screen and (max-width: 900px) {
  .c-radio1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.c-radio1 > span {
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 30px; }
  @media screen and (max-width: 900px) {
    .c-radio1 > span {
      padding-bottom: 10px;
      display: block;
      width: calc(50% - 5px);
      margin-right: 5px; } }
  .c-radio1 > span:last-of-type {
    padding: 0; }

.c-radio1 label span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 9px 0 0 27px;
  position: relative; }
  @media screen and (max-width: 900px) {
    .c-radio1 label span {
      padding: 3px 0 12px 25px;
      line-height: 1.5; } }
  .c-radio1 label span:before {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #333;
    content: "";
    height: 16px;
    left: 0;
    margin: 0 5px 0 0;
    position: absolute;
    top: 8px;
    width: 16px; }

.c-radio1 input {
  display: none; }
  .c-radio1 input:checked + span:before {
    border: 1px solid #333; }
  .c-radio1 input:checked + span:after {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 5px;
    position: absolute;
    top: 13px;
    width: 8px; }

.c-checkbox1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 900px) {
    .c-checkbox1 {
      display: block; } }
  .c-checkbox1 > span {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 10px;
    padding-bottom: 25px;
    width: calc(33% - 5px); }
    @media screen and (max-width: 900px) {
      .c-checkbox1 > span {
        display: inline-block;
        margin-bottom: 3px;
        width: calc((100% - 12px) / 2);
        margin-right: 5px; } }
    .c-checkbox1 > span:nth-of-type(3n) {
      margin-right: 0; }
      @media screen and (max-width: 900px) {
        .c-checkbox1 > span:nth-of-type(3n) {
          margin-right: 5px; } }
    @media screen and (max-width: 900px) {
      .c-checkbox1 > span:nth-of-type(2n) {
        margin-right: 0; } }
    .c-checkbox1 > span:last-of-type {
      padding-right: 0; }
  .c-checkbox1 label span {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 0 0 30px;
    position: relative; }
    .c-checkbox1 label span:before {
      background: #fff;
      border: 2px solid #333;
      content: "";
      height: 18px;
      left: 0;
      margin: 0 5px 0 0;
      position: absolute;
      top: 0;
      width: 18px; }
  .c-checkbox1 input {
    display: none; }
    .c-checkbox1 input:checked + span:before {
      background: #333;
      border-color: #333; }
    .c-checkbox1 input:checked + span:after {
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      height: 10px;
      left: 8px;
      position: absolute;
      top: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 5px; }
  .c-checkbox1.flexbox {
    border-bottom: 1px solid #bcbcbc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .c-checkbox1.flexbox > span {
      padding: 10px 0 15px; }
  .c-checkbox1.paddingzero {
    padding-right: 0; }

.c-textarea1 {
  width: 100%; }
  .c-textarea1 textarea {
    height: 163px;
    padding: 15px 20px;
    resize: none;
    width: 100%;
    border: 1px solid #bcbcbc;
    font-size: 1.6rem; }
    .c-textarea1 textarea::-webkit-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea:-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea::-moz-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea::-ms-input-placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }
    .c-textarea1 textarea::placeholder {
      color: #bcbcbc;
      font-size: 1.6rem;
      line-height: 1.5; }

.c-form1__row {
  border-bottom: 1px solid #bcbcbc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  padding: 20px 20px 20px 10px;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 900px) {
    .c-form1__row {
      display: block;
      padding: 17px 0;
      min-height: auto;
      position: relative; } }
  .c-form1__row:first-of-type {
    border-top: 2px solid #bcbcbc; }
    @media screen and (max-width: 900px) {
      .c-form1__row:first-of-type {
        border-top: 1px solid #bcbcbc; } }
  .c-form1__row.alignStart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

.c-form1__ttl1 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 141px;
  position: relative;
  width: 256px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  padding-top: 5px; }
  @media screen and (max-width: 900px) {
    .c-form1__ttl1 {
      line-height: 1.5;
      width: 100%;
      margin-bottom: 15px; } }

.c-form1__info {
  width: 100%; }

.c-form1__dflex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-form1__dflex span {
    color: #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    width: 80px;
    cursor: pointer;
    font-size: 1.3rem;
    border-radius: 5px;
    border: 1px solid #707070; }
    .c-form1__dflex span:hover {
      opacity: 1; }
  .c-form1__dflex .c-input1 {
    width: 100%;
    max-width: 265px; }
    @media screen and (max-width: 900px) {
      .c-form1__dflex .c-input1 {
        max-width: 100%; } }
    .c-form1__dflex .c-input1 input {
      width: 100%;
      max-width: 265px; }
      @media screen and (max-width: 900px) {
        .c-form1__dflex .c-input1 input {
          max-width: 100%; } }

.c-form1__ajaxzip3 {
  margin-left: 15px; }
  @media screen and (max-width: 900px) {
    .c-form1__ajaxzip3 {
      margin-left: 0;
      position: absolute;
      top: 14px;
      right: 0; } }

.c-form1__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  max-width: 775px;
  margin: 73px auto 0; }
  @media screen and (max-width: 900px) {
    .c-form1__btn {
      display: block;
      margin: 55px auto 0; } }
  @media screen and (max-width: 900px) and (max-width: 900px) {
    .c-form1__btn {
      margin: 45px auto 0; } }
  @media screen and (max-width: 900px) {
    .c-form1__btn .c-btn3__txt1,
    .c-form1__btn .c-btn3 button,
    .c-form1__btn .c-btn3 input {
      margin: 0 auto; } }
  @media screen and (max-width: 900px) {
    .c-form1__btn .c-btn3--style1 {
      margin-bottom: 30px; } }

.c-form1 .requied {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  font-size: 1.6rem;
  background: #AA894F; }
  @media screen and (max-width: 900px) {
    .c-form1 .requied {
      right: 0;
      top: 2px;
      width: 40px;
      height: 21px;
      font-size: 1.4rem; } }

.c-form1 .note1 {
  font-size: 1.3rem; }

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5; }
  @media screen and (max-width: 900px) {
    .c-text1 {
      font-size: 1.4rem; } }
  .c-text1 + .c-text1 {
    margin-top: 20px; }
    @media screen and (max-width: 900px) {
      .c-text1 + .c-text1 {
        margin-top: 15px; } }
  .c-text1.color1 {
    color: #fff; }
  .c-text1.center {
    text-align: center; }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgTxt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    .c-imgTxt1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-imgTxt1__ttl1 {
    font-size: 3rem;
    font-weight: 400;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #333;
    margin-bottom: 35px; }
    @media screen and (max-width: 900px) {
      .c-imgTxt1__ttl1 {
        font-size: 2.2rem;
        margin-bottom: 15px; } }
  .c-imgTxt1__info {
    margin-left: 49px;
    padding-bottom: 100px;
    padding-top: 25px;
    position: relative; }
    @media screen and (max-width: 900px) {
      .c-imgTxt1__info {
        margin-left: 0;
        padding-bottom: 120px; } }
  .c-imgTxt1__img {
    width: 520px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 900px) {
      .c-imgTxt1__img {
        width: 100%;
        margin-bottom: 0px; } }
    .c-imgTxt1__img img {
      max-width: 100%; }
      @media screen and (max-width: 900px) {
        .c-imgTxt1__img img {
          width: 100%; } }
  .c-imgTxt1__detail {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.05; }
    @media screen and (max-width: 900px) {
      .c-imgTxt1__detail {
        line-height: 1.49; } }
  .c-imgTxt1 .c-btn1 {
    position: absolute;
    right: 28px;
    bottom: 0; }
    @media screen and (max-width: 900px) {
      .c-imgTxt1 .c-btn1 {
        left: 50%;
        bottom: 4px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media screen and (max-width: 900px) {
      .c-imgTxt1 .c-btn1__txt1 {
        margin: 0 auto; } }
  .c-imgTxt1--style1 {
    margin-top: -1px; }
    .c-imgTxt1--style1 .c-imgTxt1__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media screen and (max-width: 900px) {
        .c-imgTxt1--style1 .c-imgTxt1__img {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .c-imgTxt1--style1 .c-imgTxt1__info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: 0;
      margin-right: 40px;
      max-width: 500px;
      padding-top: 28px; }
      @media screen and (max-width: 900px) {
        .c-imgTxt1--style1 .c-imgTxt1__info {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin-right: 0; } }

.c-imgTxt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px; }
  @media screen and (max-width: 900px) {
    .c-imgTxt2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; } }
  .c-imgTxt2__img {
    margin-right: 90px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 294px; }
    @media screen and (max-width: 900px) {
      .c-imgTxt2__img {
        width: 100%;
        text-align: center; } }
    .c-imgTxt2__img img {
      max-width: 100%; }
  .c-imgTxt2__info {
    padding: 20px 0 0; }
  .c-imgTxt2__txt1 {
    font-size: 1.4rem;
    color: #333; }
    @media screen and (max-width: 900px) {
      .c-imgTxt2__txt1 {
        text-align: center; } }
  .c-imgTxt2__txt2 {
    font-size: 2.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300; }
    @media screen and (max-width: 900px) {
      .c-imgTxt2__txt2 {
        text-align: center; } }
  .c-imgTxt2__txt3 {
    font-size: 1.6rem;
    font-weight: 400; }
    @media screen and (max-width: 900px) {
      .c-imgTxt2__txt3 {
        text-align: center; } }
  .c-imgTxt2__txt4 {
    font-size: 2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 40px 0 15px; }
  .c-imgTxt2__detail {
    font-size: 1.6rem; }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  margin: 0 auto; }
  .c-list1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .c-list1__item {
    width: 255px;
    position: relative;
    margin-bottom: 40px; }
    @media screen and (max-width: 900px) {
      .c-list1__item {
        width: calc((100% - 15px)/2); } }
    .c-list1__item:not(:last-of-type) {
      margin-right: 20px; }
      @media screen and (max-width: 900px) {
        .c-list1__item:not(:last-of-type) {
          margin-right: 0; } }
    @media screen and (max-width: 900px) {
      .c-list1__item:not(:nth-of-type(2n)) {
        margin-right: 15px; } }
    @media screen and (min-width: 901px) {
      .c-list1__item:hover .c-list1__ttl1 {
        text-decoration: underline; } }
  .c-list1__bgImg {
    position: relative;
    overflow: hidden; }
    .c-list1__bgImg img {
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .c-list1__img {
    padding-top: 78.43137%; }
  .c-list1__cat {
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 140px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0.1px; }
    @media screen and (max-width: 900px) {
      .c-list1__cat {
        width: 100px;
        height: 20px; } }
    .c-list1__cat.infomation {
      background: #A6AE87; }
    .c-list1__cat.blog {
      background: #96A3BA; }
  .c-list1__date {
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-bottom: 1px solid #7B7B7B;
    margin: 6px 0 21px; }
    @media screen and (max-width: 900px) {
      .c-list1__date {
        margin: 10px 0 15px; } }
  .c-list1__ttl1 {
    font-size: 1.4rem;
    font-weight: 400; }

.c-list2__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 900px) {
    .c-list2__item {
      display: block; } }
  .c-list2__item:not(:last-of-type) {
    margin-bottom: 50px; }

.c-list2__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 360px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 40px; }
  @media screen and (max-width: 900px) {
    .c-list2__img {
      width: 100%;
      margin-right: 0;
      margin-top: 15px; } }
  .c-list2__img img {
    max-width: 100%; }
    @media screen and (max-width: 900px) {
      .c-list2__img img {
        width: 100%; } }

.c-list2__info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.c-list2__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-list2__flow {
  width: 100px;
  height: 100px;
  background: #9DAB77;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%; }
  @media screen and (max-width: 900px) {
    .c-list2__flow {
      width: 65px;
      height: 65px; } }
  .c-list2__flow .txt {
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .c-list2__flow .txt {
        font-size: 1rem; } }
  .c-list2__flow .number {
    font-size: 3.6rem;
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .c-list2__flow .number {
        font-size: 2.3rem; } }

.c-list2__ttl {
  font-size: 3rem;
  font-weight: 400;
  margin-left: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media screen and (max-width: 900px) {
    .c-list2__ttl {
      font-size: 2.6rem;
      margin-left: 10px; } }

.c-list2__detail {
  font-size: 1.6rem;
  margin-top: 15px; }
  @media screen and (max-width: 900px) {
    .c-list2__detail {
      margin-top: 10px; } }

.c-list3 {
  max-width: 830px;
  margin: 0 auto; }
  .c-list3__ttl {
    background: #9DAB77;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 64px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .c-list3__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #DEDEDE; }
    .c-list3__item dt {
      min-height: 72px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .c-list3__item dd {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

.c-list4__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #989898;
  padding: 0 15px 6px 18px; }
  @media screen and (max-width: 900px) {
    .c-list4__item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 0 25px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .c-list4__item:first-of-type {
    border-top: 1px solid #989898;
    padding-top: 5px; }
    @media screen and (max-width: 900px) {
      .c-list4__item:first-of-type {
        padding-top: 17px; } }
  .c-list4__item:not(:last-of-type) {
    margin-bottom: 6px; }
    @media screen and (max-width: 900px) {
      .c-list4__item:not(:last-of-type) {
        margin-bottom: 17px; } }

.c-list4__bgImg {
  width: 134px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (max-width: 900px) {
    .c-list4__bgImg {
      width: 110px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.c-list4__img {
  padding-top: 78.35821%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 900px) {
    .c-list4__img {
      padding-top: 86.36364%; } }
  .c-list4__img img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }

.c-list4__box {
  margin: -16px 44px 0 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (max-width: 900px) {
    .c-list4__box {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 10px; } }
  .c-list4__box .date {
    font-size: 1.6rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 8px;
    padding-top: 10px; }
    @media screen and (max-width: 900px) {
      .c-list4__box .date {
        margin-bottom: 5px;
        margin-right: 43px;
        min-width: 90px;
        margin-top: -6px;
        padding-top: 0;
        padding-left: 9px;
        color: #333; } }
  .c-list4__box .cat {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    width: 87px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    .c-list4__box .cat.news {
      background: #000; }
    .c-list4__box .cat.blog {
      background: #96A3BA; }
    .c-list4__box .cat.informartion {
      background: #9DAB77; }

.c-list4__ttl1 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  margin-top: -5px; }
  @media screen and (max-width: 900px) {
    .c-list4__ttl1 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      width: calc(100% - 110px);
      padding-left: 20px;
      margin-top: -3px;
      color: #333; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-table1__item dt {
    font-size: 2rem;
    width: 100px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .c-table1__item dd {
    font-size: 1.6rem;
    padding: 3px 0; }

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mvSliderTop {
  position: relative;
  overflow: hidden;
  padding: 0 26px 0 38px; }
  @media screen and (max-width: 900px) {
    .c-mvSliderTop {
      padding: 20px; } }
  .c-mvSliderTop__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 274px;
    pointer-events: none; }
    @media screen and (max-width: 900px) {
      .c-mvSliderTop__content {
        padding: 0 20px;
        bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .c-mvSliderTop__slider {
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-mvSliderTop__ttl1 {
    font-weight: 600;
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .c-mvSliderTop__ttl1 {
        font-size: 3rem; } }
    .c-mvSliderTop__ttl1 b {
      font-size: 2.4rem;
      font-weight: 500;
      letter-spacing: -0.11em; }
      @media screen and (max-width: 900px) {
        .c-mvSliderTop__ttl1 b {
          font-size: 2rem; } }
  .c-mvSliderTop__item {
    overflow: hidden; }
    .c-mvSliderTop__item > .img {
      position: relative;
      height: 684px; }
      @media screen and (max-width: 900px) {
        .c-mvSliderTop__item > .img {
          height: 557px; } }
      .c-mvSliderTop__item > .img img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .c-mvSliderTop .slick-dots {
    bottom: 15.5px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .c-mvSliderTop .slick-dots li {
      width: auto;
      height: auto;
      margin: 0 10px; }
      .c-mvSliderTop .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        background: #fff;
        border-radius: 50%; }
        .c-mvSliderTop .slick-dots li button:before {
          content: none; }
        .c-mvSliderTop .slick-dots li button:hover {
          opacity: 0.7; }
    .c-mvSliderTop .slick-dots .slick-active button {
      background: #ffb100; }

.c-mv1 {
  position: relative; }
  .c-mv1__wrap {
    background: url("../img/common/mv1.jpg") center/cover no-repeat;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .c-mv1__wrap {
        background: url("../img/common/mv1_sp.jpg") center/cover no-repeat; } }
  .c-mv1__inner {
    max-width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .c-mv1__inner {
        padding: 0 20px; } }
  .c-mv1__content {
    height: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
    @media screen and (max-width: 900px) {
      .c-mv1__content {
        height: 230px; } }
  .c-mv1__ttl1 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .c-mv1__ttl1 {
        font-size: 2.4rem;
        text-align: center; } }

.wp-pagenavi {
  text-align: center;
  margin: 45px 0 0; }
  @media screen and (max-width: 900px) {
    .wp-pagenavi {
      margin: 39px 0 0; } }
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    padding: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    background: #AA894F;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 6px 0 12px;
    min-width: 40px;
    min-height: 40px; }
    @media screen and (max-width: 900px) {
      .wp-pagenavi .page,
      .wp-pagenavi .current {
        margin: 0 7px 20px 10px; } }
    @media screen and (min-width: 901px) {
      .wp-pagenavi .page:hover,
      .wp-pagenavi .current:hover {
        opacity: 0.7;
        color: #fff; } }
  .wp-pagenavi .current {
    opacity: 0.7;
    color: #fff; }
  .wp-pagenavi a {
    text-decoration: none;
    font-size: 1.6rem; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    text-decoration: underline;
    text-underline-position: under; }
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
      text-decoration: none;
      opacity: 1; }
  .wp-pagenavi .previouspostslink {
    margin-right: 1px; }
    @media screen and (max-width: 900px) {
      .wp-pagenavi .previouspostslink {
        margin-right: 4px; } }
  .wp-pagenavi .nextpostslink {
    margin-left: 13px; }
    @media screen and (max-width: 900px) {
      .wp-pagenavi .nextpostslink {
        margin-left: 10px; } }

.c-contact {
  max-width: 700px;
  width: 100%;
  border-radius: 3px;
  margin: 80px auto;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 900px) {
    .c-contact {
      width: calc(100% - 40px);
      margin: 50px auto; } }
  .c-contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 900px) {
      .c-contact ul {
        display: block; } }
  .c-contact__item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -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;
    height: 78px;
    background: #333;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    border: 1px solid #333; }
    @media screen and (max-width: 900px) {
      .c-contact__item a {
        height: 70px;
        font-size: 1.8rem; } }
    @media screen and (min-width: 901px) {
      .c-contact__item a:hover {
        background: #fff;
        color: #333;
        opacity: 1; } }
    .c-contact__item a span {
      position: relative; }
      .c-contact__item a span:nth-child(1):after {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 36px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 900px) {
          .c-contact__item a span:nth-child(1):after {
            width: 242px;
            height: 1px;
            bottom: 0;
            top: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }

.c-boxTxt1 {
  max-width: 830px;
  margin: 0 auto; }
  .c-boxTxt1__info {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333; }
    .c-boxTxt1__info.center {
      display: table;
      margin: 0 auto; }
  .c-boxTxt1 .c-ttl2 {
    margin-bottom: 35px; }
    @media screen and (max-width: 900px) {
      .c-boxTxt1 .c-ttl2 {
        margin-bottom: 15px; } }

.c-map {
  height: 430px; }
  @media screen and (max-width: 900px) {
    .c-map {
      height: 350px;
      margin: 0 -20px; } }
  .c-map iframe {
    height: 520px;
    width: 100%; }
    @media screen and (max-width: 900px) {
      .c-map iframe {
        height: 350px; } }

.c-inqui {
  background: #f6f6f6;
  padding: 45px 0 34px;
  margin: 53px auto 100px; }
  @media screen and (max-width: 900px) {
    .c-inqui {
      padding: 23px;
      margin: 39px -20px 41px; } }
  .c-inqui__content {
    background: #fff;
    margin: 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 740px;
    text-align: center;
    padding: 58px 0; }
    @media screen and (max-width: 900px) {
      .c-inqui__content {
        padding: 20px 10px; } }
  .c-inqui__ttl1 {
    font-size: 3rem;
    font-weight: 400;
    color: #333; }
    @media screen and (max-width: 900px) {
      .c-inqui__ttl1 {
        font-size: 2rem; } }
  .c-inqui__txt1 {
    font-size: 4rem;
    font-weight: bold;
    margin: 13px 0; }
    @media screen and (max-width: 900px) {
      .c-inqui__txt1 {
        font-size: 3rem;
        margin: 0; } }
    .c-inqui__txt1 a {
      color: #333;
      text-decoration: none; }
      .c-inqui__txt1 a:hover {
        opacity: 1; }
  .c-inqui__txt2 {
    font-size: 2rem;
    font-weight: 300; }
    @media screen and (max-width: 900px) {
      .c-inqui__txt2 {
        font-size: 1.6rem; } }

.c-totop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 50%; }
  @media screen and (max-width: 900px) {
    .c-totop {
      position: relative;
      left: 49%;
      right: auto;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 5px;
      background: unset; } }
  .c-totop:before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    border-left: 3px solid #AA894F;
    border-top: 3px solid #AA894F;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 12px;
    left: 10px; }
    @media screen and (max-width: 900px) {
      .c-totop:before {
        border-left: 4px solid #fff;
        border-top: 4px solid #fff;
        width: 15px;
        height: 15px;
        border-radius: 3px; } }

/*------------------------------------------------------------
404
------------------------------------------------------------*/
.p-page404 {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-page404 {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-page404 .c-breadcrumb {
      padding: 0 0 41px; } }
  .p-page404 .c-breadcrumb ul {
    padding: 18px 0 14px; }
    @media screen and (max-width: 900px) {
      .p-page404 .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-page404 .c-btn1__txt1 {
    width: 240px;
    position: relative;
    margin: 53px auto 0; }
    .p-page404 .c-btn1__txt1 span {
      font-size: 1.6rem;
      font-weight: 400;
      margin-left: -22px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic",
 "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",
 sans-serif; }
      .p-page404 .c-btn1__txt1 span::after {
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        top: 38%;
        right: 26%; }
  .p-page4041 {
    max-width: 704px;
    margin: 0 auto;
    padding: 5px 0 160px; }
    @media screen and (max-width: 900px) {
      .p-page4041 {
        max-width: 480px;
        width: 100%; } }
    .p-page4041 .c-text1 {
      display: table;
      margin: 62px 0 44px;
      color: #333;
      line-height: 1.5; }
      @media screen and (max-width: 900px) {
        .p-page4041 .c-text1 {
          font-size: 1.6rem;
          margin: 30px auto 0; } }
    .p-page4041 .c-gnavi {
      margin: 0 auto; }
      @media screen and (max-width: 900px) {
        .p-page4041 .c-gnavi {
          margin: 61px auto 0; } }
      .p-page4041 .c-gnavi ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media screen and (max-width: 900px) {
          .p-page4041 .c-gnavi ul {
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
      .p-page4041 .c-gnavi li {
        border: none; }
        @media screen and (max-width: 900px) {
          .p-page4041 .c-gnavi li {
            margin-right: 35px; } }
        @media screen and (max-width: 900px) {
          .p-page4041 .c-gnavi li:first-of-type {
            margin-left: 0;
            border: none;
            margin-right: 35px; } }
        @media screen and (max-width: 900px) {
          .p-page4041 .c-gnavi li:first-of-type a {
            border-top: 0; } }
        .p-page4041 .c-gnavi li:last-of-type {
          border-bottom: 0; }
          @media screen and (max-width: 900px) {
            .p-page4041 .c-gnavi li:last-of-type {
              margin-right: 0; } }
        .p-page4041 .c-gnavi li a {
          color: #AA894F;
          font-weight: 500; }
          @media screen and (max-width: 900px) {
            .p-page4041 .c-gnavi li a {
              font-size: 1.6rem;
              padding: 10px 0;
              border: none; } }
          @media screen and (max-width: 900px) {
            .p-page4041 .c-gnavi li a:after {
              content: none; } }
  .p-page404 .c-btn1__txt1 {
    margin: 77px auto 0 !important; }
    @media screen and (max-width: 900px) {
      .p-page404 .c-btn1__txt1 {
        margin: 74px auto 0 !important; } }

/*------------------------------------------------------------
about
------------------------------------------------------------*/
.p-about {
  padding: 100px 0 0; }
  .p-about .c-ttl1 {
    margin: 0 auto 40px; }
  .p-about1 .c-boxTxt1 {
    margin-bottom: 80px;
    margin-top: 55px;
    max-width: 920px; }
    @media screen and (max-width: 900px) {
      .p-about1 .c-boxTxt1 {
        margin-bottom: 50px;
        margin-top: 0; } }
    .p-about1 .c-boxTxt1__info {
      margin-top: 9px; }
  .p-about1__content .c-imgTxt1 + .c-imgTxt1 {
    margin-top: 50px; }
  @media screen and (max-width: 900px) {
    .p-about1__content .c-imgTxt1__img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 0; } }
  @media screen and (max-width: 900px) {
    .p-about1__content .c-imgTxt1__info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 10px; } }
  .p-about2 {
    margin: 80px 0;
    padding: 100px 0 50px;
    background: #F5F5F5; }
    @media screen and (max-width: 900px) {
      .p-about2 {
        padding: 50px 0; } }
  .p-about3 {
    padding: 46px 0 117px; }
    @media screen and (max-width: 900px) {
      .p-about3 {
        padding: 0; 
      padding-bottom: 40px;} }
        
    .p-about3 .l-wrap {
      max-width: 1280px;
      width: 100%; }
    .p-about3 .c-ttl1 {
      margin-bottom: 62px; }
      @media screen and (max-width: 900px) {
        .p-about3 .c-ttl1 {
          margin-bottom: 30px; }}
    @media screen and (max-width: 900px) {
      .p-about3 .c-map {
        height: auto; } }

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
.p-contact {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-contact {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-contact .c-breadcrumb {
      padding: 0 0 41px; } }
  .p-contact .c-breadcrumb ul {
    padding: 18px 0 14px; }
    @media screen and (max-width: 900px) {
      .p-contact .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-contact .c-btn1__txt1 {
    width: 240px;
    position: relative;
    margin: 47px auto 0; }
    @media screen and (max-width: 900px) {
      .p-contact .c-btn1__txt1 {
        margin: 30px auto 0; } }
    .p-contact .c-btn1__txt1 span {
      font-size: 1.6rem;
      font-weight: 400;
      margin-left: -22px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .p-contact .c-btn1__txt1 span::after {
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        top: 38%;
        right: 23%; }
  .p-contact .c-boxTxt1 {
    max-width: 980px;
    margin: 4px auto 0; }
    @media screen and (max-width: 900px) {
      .p-contact .c-boxTxt1 .c-ttl2 {
        margin-bottom: 41px; } }
  .p-contact2 {
    padding: 0 0 129px; }
    @media screen and (max-width: 900px) {
      .p-contact2 {
        padding: 0 0 37px; } }
    .p-contact2 .c-boxTxt1 {
      margin: 0 auto; }
      .p-contact2 .c-boxTxt1__info {
        text-align: center; }
        @media screen and (max-width: 900px) {
          .p-contact2 .c-boxTxt1__info {
            margin-top: -4px;
            text-align: left; } }
    .p-contact2 .c-form1 {
      margin: 61px 0 0;
      padding: 0 40px; }
      @media screen and (max-width: 900px) {
        .p-contact2 .c-form1 {
          margin: 38px 0 0;
          padding: 0 17px; } }
    .p-contact2 .c-ttl2 {
      padding-top: 8px;
      margin-bottom: 59px; }

/*------------------------------------------------------------
confirm
------------------------------------------------------------*/
.p-confirm,
.p-thanks {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-confirm,
    .p-thanks {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-confirm .c-breadcrumb,
    .p-thanks .c-breadcrumb {
      padding: 0 0 41px; } }
  .p-confirm .c-breadcrumb ul,
  .p-thanks .c-breadcrumb ul {
    padding: 18px 0 14px; }
    @media screen and (max-width: 900px) {
      .p-confirm .c-breadcrumb ul,
      .p-thanks .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-confirm1,
  .p-thanks1 {
    background: #fff;
    padding: 0 35px 80px; }
    @media screen and (max-width: 900px) {
      .p-confirm1,
      .p-thanks1 {
        padding: 0 0 87px; } }
    .p-confirm1__txt1,
    .p-thanks1__txt1 {
      font-size: 1.6rem;
      margin: 58px 0 34px;
      line-height: 1.5; }
      @media screen and (max-width: 900px) {
        .p-confirm1__txt1,
        .p-thanks1__txt1 {
          margin: 30px 0 35px;
          padding: 0; } }
      .p-confirm1__txt1.center,
      .p-thanks1__txt1.center {
        text-align: center; }
        @media screen and (max-width: 900px) {
          .p-confirm1__txt1.center,
          .p-thanks1__txt1.center {
            text-align: left; } }

.p-confirm {
  padding-bottom: 161px; }
  @media screen and (max-width: 900px) {
    .p-confirm {
      padding-bottom: 0; } }
  .p-confirm .c-breadcrumb {
    padding-bottom: 46px; }
  .p-confirm .c-boxTxt1 {
    max-width: 1000px; }
    .p-confirm .c-boxTxt1 .c-ttl2 {
      margin-bottom: 67px; }
      @media screen and (max-width: 900px) {
        .p-confirm .c-boxTxt1 .c-ttl2 {
          margin-bottom: 30px; } }
  .p-confirm .c-btn1__txt1 {
    width: 240px;
    position: relative;
    margin: 53px auto 0; }
    .p-confirm .c-btn1__txt1 span {
      font-size: 1.6rem;
      font-weight: 400;
      margin-left: -22px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .p-confirm .c-btn1__txt1 span::after {
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        top: 38%;
        right: 26%; }
  .p-confirm .c-radio1 {
    position: relative;
    padding: 10px 0 0 26px; }
    .p-confirm .c-radio1:before {
      background: #fff;
      border-radius: 50%;
      border: 1px solid #333;
      content: "";
      height: 16px;
      left: 0;
      margin: 0 5px 0 0;
      position: absolute;
      top: 14px;
      width: 16px; }
    .p-confirm .c-radio1:after {
      background: #333;
      border-radius: 50%;
      content: "";
      height: 8px;
      left: 5px;
      position: absolute;
      top: 19px;
      width: 8px; }
  .p-confirm .c-form1 {
    max-width: 1004px;
    margin: 33px auto 0; }
    @media screen and (max-width: 900px) {
      .p-confirm .c-form1 {
        margin: 35px 0 0;
        padding: 0 16px; } }
    .p-confirm .c-form1__ttl1 {
      font-weight: 300; }
    .p-confirm .c-form1 .note1 {
      display: none; }
    .p-confirm .c-form1__row {
      padding: 16px 20px 18px 11px; }
      @media screen and (max-width: 900px) {
        .p-confirm .c-form1__row {
          padding: 16px 0 19px; } }
    .p-confirm .c-form1__btn {
      max-width: 580px;
      margin: 0 auto; }
      @media screen and (max-width: 900px) {
        .p-confirm .c-form1__btn .c-btn1:first-of-type {
          margin: 50px auto 30px; } }
      @media screen and (max-width: 900px) {
        .p-confirm .c-form1__btn .c-btn1__txt1 {
          margin: 0 auto; } }

.p-thanks {
  padding-bottom: 159px; }
  @media screen and (max-width: 900px) {
    .p-thanks {
      padding-bottom: 0; } }
  @media screen and (max-width: 900px) {
    .p-thanks1 {
      padding: 0 0 84px; } }
  .p-thanks1__info {
    max-width: 702px;
    margin: 61px auto 123px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333; }
    @media screen and (max-width: 900px) {
      .p-thanks1__info {
        font-size: 1.6rem;
        margin: 29px auto 86px;
        letter-spacing: -0.01em; } }
  .p-thanks1 .c-ttl2__txt1 {
    padding-top: 5px; }
  .p-thanks1 .c-btn1__txt1 {
    width: 240px;
    position: relative;
    margin: 53px auto 0; }
    @media screen and (max-width: 900px) {
      .p-thanks1 .c-btn1__txt1 {
        margin: 38px auto 0; } }
    .p-thanks1 .c-btn1__txt1 span {
      font-size: 1.6rem;
      font-weight: 400;
      margin-left: -22px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .p-thanks1 .c-btn1__txt1 span::after {
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        top: 38%;
        right: 26%; }

/*------------------------------------------------------------
flow
------------------------------------------------------------*/
.p-flow .c-ttl1 {
  margin: 0 auto 30px; }

.p-flow1 {
  padding: 0 0 80px; }
  @media screen and (max-width: 900px) {
    .p-flow1 {
      padding: 0; } }
  .p-flow1 .c-boxTxt1 {
    margin-bottom: 80px; }
    @media screen and (max-width: 900px) {
      .p-flow1 .c-boxTxt1 {
        margin-bottom: 50px; } }

/*------------------------------------------------------------
index
------------------------------------------------------------*/
.p-index .c-ttl1 {
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .p-index .c-ttl1 {
      margin-bottom: 38px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.p-indexdesc {
  max-width: 942px;
  width: 100%;
  margin: 60px auto 70px;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .p-indexdesc {
      padding: 0 20px;
      margin: 0 auto 37px; } }

.p-index .c-imgTxt1__detail {
  line-height: 1.5; }

.p-index .c-content {
  padding: 28px 0 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #F4F2EA;
  margin-bottom: 30px;
  line-height: 1.9; }
  @media screen and (max-width: 900px) {
    .p-index .c-content {
      margin-bottom: 15px;
      padding: 22px 18px 23px; } }
  .p-index .c-content2 {
    padding: 10px 0 7px; }
    @media screen and (max-width: 900px) {
      .p-index .c-content2 {
        padding: 22px 10px 8px;
        line-height: 1.4; } }
  .p-index .c-content h2 {
    font-size: 3rem;
    color: #AA894F;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .p-index .c-content h2 {
        font-size: 2rem;
        margin-bottom: 11px; } }
  .p-index .c-content p {
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 900px) {
      .p-index .c-content p {
        font-size: 1.6rem;
        text-align: left;
        line-height: 1.4; } }

.p-index1 {
  padding: 65px 0 30px;
  overflow: hidden;
  background-color: #F4F2EA; }
  @media screen and (max-width: 900px) {
    .p-index1 {
      padding: 25px 0 31px; } }
  .p-index1 .c-list1__ttl1 {
    font-weight: 300; }
  @media screen and (max-width: 900px) {
    .p-index1 .c-list1__item {
      margin-bottom: 25px; } }
  @media screen and (max-width: 900px) {
    .p-index1 .c-list1__date {
      margin: 19px 0 11px; } }
  .p-index1__content {
    position: relative;
    z-index: 1; }
  .p-index1__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px; }
    @media screen and (max-width: 900px) {
      .p-index1__box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 40px; } }
    .p-index1__box .c-ttl1 {
      margin-bottom: 0; }
    .p-index1__box--link a {
      font-size: 2rem;
      font-weight: 500;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      padding-bottom: 3px;
      border-bottom: 1px solid #AA894F;
      line-height: 1;
      display: block;
      color: #AA894F;
      -webkit-transition: 0.15s;
      transition: 0.15s;
      position: relative;
      padding-right: 29px;
      padding-top: 22px; }
      @media screen and (max-width: 900px) {
        .p-index1__box--link a {
          display: none; } }
      @media screen and (min-width: 901px) {
        .p-index1__box--link a:hover {
          opacity: 1;
          color: #333;
          border-bottom: 1px solid transparent; } }
      .p-index1__box--link a:after {
        content: "";
        position: absolute;
        border-top: 1px solid #AA894F;
        border-right: 1px solid #AA894F;
        width: 5px;
        height: 5px;
        border-radius: 1px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 28px;
        right: 11px; }

.p-index2 {
  padding: 55px 0 70px;
  background: #fff; }
  @media screen and (max-width: 900px) {
    .p-index2 {
      padding: 45px 0 41px;
      background: transparent; } }
  @media screen and (max-width: 900px) {
    .p-index2 .c-imgTxt1__img img {
      height: 230px; } }
  @media screen and (max-width: 900px) {
    .p-index2 .c-imgTxt1__info {
      padding-top: 21px; } }

.p-index3 {
  padding: 65px 0 59px;
  background: #F4F2EA; }
  @media screen and (max-width: 900px) {
    .p-index3 {
      padding: 45px 0 34px; } }
  .p-index3 .c-btn1 {
    right: 21px;
    bottom: -1px; }
    @media screen and (max-width: 900px) {
      .p-index3 .c-btn1 {
        bottom: 3px; } }
  @media screen and (max-width: 900px) {
    .p-index3 .c-imgTxt1__img img {
      height: 230px; } }
  @media screen and (max-width: 900px) {
    .p-index3 .c-imgTxt1__info {
      padding-top: 21px; } }

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
.p-menu .c-ttl1 {
  margin: 0 auto 30px; }

.p-menu1 .c-boxTxt1 {
  margin-bottom: 80px; }
  @media screen and (max-width: 900px) {
    .p-menu1 .c-boxTxt1 {
      margin-bottom: 50px; } }

.p-menu1 .c-list3 {
  margin-bottom: 55px; }

/*------------------------------------------------------------
news
------------------------------------------------------------*/
.p-news {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-news {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-news .c-breadcrumb {
      padding: 0 0 41px; } }
  .p-news .c-breadcrumb ul {
    padding: 18px 0 14px; }
    @media screen and (max-width: 900px) {
      .p-news .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-news .c-ttl1 {
    margin-bottom: 75px; }
    @media screen and (max-width: 900px) {
      .p-news .c-ttl1 {
        margin-bottom: 49px; } }
  .p-news1 {
    padding: 27px 0 142px; }
    @media screen and (max-width: 900px) {
      .p-news1 {
        padding: 0; } }
    .p-news1__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (max-width: 900px) {
        .p-news1__inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .p-news1__content {
      width: 730px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media screen and (max-width: 900px) {
        .p-news1__content {
          width: 95%; } }

/*------------------------------------------------------------
news detail
------------------------------------------------------------*/
.p-newsDetail {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-newsDetail {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-newsDetail .c-breadcrumb {
      padding: 0 0 41px; } }
  .p-newsDetail .c-breadcrumb ul {
    padding: 18px 0 14px; }
    @media screen and (max-width: 900px) {
      .p-newsDetail .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-newsDetail .c-selectSide2 {
    padding-top: 12px; }
    .p-newsDetail .c-selectSide2 p {
      font-size: 1.5rem;
      font-weight: 300;
      margin: 8px 0 0 9px; }
  .p-newsDetail .c-btn1__txt1 {
    width: 240px;
    position: relative; }
    .p-newsDetail .c-btn1__txt1 span {
      font-size: 1.6rem;
      font-weight: 400;
      font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "YuGothic",
 "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic",
 sans-serif; }
      .p-newsDetail .c-btn1__txt1 span::after {
        width: 10px;
        height: 10px;
        position: absolute;
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        top: 38%;
        right: 26%; }
  .p-newsDetail1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px 0 112px; }
    @media screen and (max-width: 900px) {
      .p-newsDetail1 {
        display: block;
        padding: 0; } }
    .p-newsDetail1__content {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 760px;
      margin-bottom: 86px; }
      @media screen and (max-width: 900px) {
        .p-newsDetail1__content {
          width: 100%;
          margin-bottom: 50px; } }
    .p-newsDetail1__ttl1 {
      font-size: 3rem;
      margin: 0 0 62px;
      font-weight: 600;
      border-bottom: 3px solid #AA894F;
      color: #333;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 900px) {
        .p-newsDetail1__ttl1 {
          font-size: 2rem;
          margin: 0 0 41px;
          border-bottom: 2px solid #AA894F; } }
    .p-newsDetail1__boxTime {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 58px; }
      @media screen and (max-width: 900px) {
        .p-newsDetail1__boxTime {
          margin: 0 0 26px 10px; } }
      .p-newsDetail1__boxTime .time {
        font-size: 1.6rem;
        color: #333; }
        @media screen and (max-width: 900px) {
          .p-newsDetail1__boxTime .time {
            font-size: 1.4rem; } }
      .p-newsDetail1__boxTime .cat {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        color: #fff;
        min-width: 101px;
        padding: 5px 0px 1px 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 0 36px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        @media screen and (max-width: 900px) {
          .p-newsDetail1__boxTime .cat {
            min-width: 93px;
            padding: 2px 0px 1px 0px;
            margin: 0 0 0 27px; } }
        .p-newsDetail1__boxTime .cat.news {
          background: #000; }
        .p-newsDetail1__boxTime .cat.blog {
          background: #96a3ba; }
    .p-newsDetail1 .img {
      margin: 45px 0 86px; }
      @media screen and (max-width: 900px) {
        .p-newsDetail1 .img {
          margin: 40px 0; } }
      .p-newsDetail1 .img img {
        max-width: 100%; }
  .p-newsDetail .news-single {
    overflow: hidden; }
    .p-newsDetail .news-single h3 {
      font-size: 2.8rem;
      margin-bottom: 20px;
      font-weight: 700;
      border-left: 5px solid #AA894F;
      line-height: 1.4;
      padding-left: 11px;
      padding-bottom: 4px;
      color: #333; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single h3 {
          font-size: 2rem;
          background: transparent;
          border-width: 3px;
          padding-left: 7px;
          padding-bottom: 2px;
          margin-bottom: 10px; } }
      .p-newsDetail .news-single h3 span {
        display: inline-block;
        padding: 0 50px 0 12px; }
        @media screen and (max-width: 900px) {
          .p-newsDetail .news-single h3 span {
            padding: 0; } }
    .p-newsDetail .news-single h4 {
      font-size: 2.6rem;
      margin-bottom: 24px;
      font-weight: 700;
      padding-left: 8px;
      color: #333; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single h4 {
          font-size: 1.9rem;
          padding-left: 10px; } }
    .p-newsDetail .news-single h5 {
      font-size: 2.4rem;
      margin-bottom: 23px;
      font-weight: 700;
      padding-left: 9px;
      color: #333; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single h5 {
          font-size: 1.8rem;
          padding-left: 10px; } }
    .p-newsDetail .news-single h6 {
      font-size: 2.2rem;
      margin-bottom: 30px;
      font-weight: 700;
      padding-left: 8px;
      color: #333; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single h6 {
          font-size: 1.6rem;
          padding-left: 10px; } }
    .p-newsDetail .news-single ol {
      font-size: 1.6rem;
      line-height: 1.5;
      list-style-type: decimal;
      padding: 0 0 0 32px;
      margin-bottom: 57px; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single ol {
          padding: 0 0 0 30px;
          margin: 0 0 10px; } }
    .p-newsDetail .news-single ul {
      font-size: 1.6rem;
      line-height: 1.5;
      list-style-type: disc;
      padding: 0 0 0 35px;
      margin: 0 0 38px; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single ul {
          padding: 0 0 0 36px;
          margin: 0 0 10px; } }
    .p-newsDetail .news-single p {
      font-size: 1.6rem;
      line-height: 1.5; }
      @media screen and (max-width: 900px) {
        .p-newsDetail .news-single p {
          padding-left: 0; } }
      .p-newsDetail .news-single p a {
        color: #9DAB77;
        text-decoration: underline; }
        .p-newsDetail .news-single p a:hover {
          text-decoration: none;
          opacity: 1; }
    .p-newsDetail .news-single img {
      max-width: 100%;
      width: 100%;
      height: auto; }
      .p-newsDetail .news-single img.aligncenter {
        text-align: center;
        margin: 64px auto 0;
        display: block; }

/*------------------------------------------------------------
onsen
------------------------------------------------------------*/
.p-onsen {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-onsen {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-onsen .c-breadcrumb {
      padding: 0 0 24px; } }
  .p-onsen .c-breadcrumb ul {
    padding: 17px 0 13px; }
    @media screen and (max-width: 900px) {
      .p-onsen .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-onsen .c-ttl1 {
    margin-bottom: 35px; }
    @media screen and (max-width: 900px) {
      .p-onsen .c-ttl1 {
        margin-bottom: 24px; } }
    .p-onsen .c-ttl1__txt2 {
      font-size: 3rem;
      font-weight: 500;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .p-onsen1 {
    padding: 65px 0 0; }
    @media screen and (max-width: 900px) {
      .p-onsen1 {
        padding: 8px 0 0; } }
    .p-onsen1 .c-boxTxt1 {
      max-width: 920px; }
  .p-onsen2 {
    margin: 95px 0 72px; }
    @media screen and (max-width: 900px) {
      .p-onsen2 {
        margin: 82px 0 80px; } }
    .p-onsen2 .c-ttl1__txt2 {
      color: #333;
      font-weight: 500;
      margin-bottom: 50px; }
      @media screen and (max-width: 900px) {
        .p-onsen2 .c-ttl1__txt2 {
          text-align: center;
          margin-bottom: 15px; } }
    .p-onsen2 .c-imgTxt1__info {
      padding-top: 30px; }
      @media screen and (max-width: 900px) {
        .p-onsen2 .c-imgTxt1__info {
          padding-bottom: 0;
          padding-top: 19px; } }
    .p-onsen2 .c-imgTxt1__detail {
      line-height: 1.5; }
      @media screen and (max-width: 900px) {
        .p-onsen2 .c-imgTxt1__detail {
          line-height: 1.49; } }
  .p-onsen3 {
    padding-bottom: 19px;
    background: #F4F2EA; }
    @media screen and (max-width: 900px) {
      .p-onsen3 {
        padding-bottom: 23px; } }
    .p-onsen3 .c-boxTxt1 {
      max-width: 920px;
      padding: 82px 0 62px; }
      @media screen and (max-width: 900px) {
        .p-onsen3 .c-boxTxt1 {
          padding: 56px 0 102px; } }
      @media screen and (max-width: 900px) {
        .p-onsen3 .c-boxTxt1__info {
          line-height: 1.5; } }
    @media screen and (max-width: 900px) {
      .p-onsen3 .c-ttl1 {
        margin-bottom: 29px; } }
    @media screen and (max-width: 900px) {
      .p-onsen3 .c-list1 {
        padding-bottom: 19px; } }
    .p-onsen3 .c-list1__item {
      width: 520px; }
      @media screen and (max-width: 900px) {
        .p-onsen3 .c-list1__item {
          max-width: 335px;
          width: 100%;
          margin: 0 auto 0px; } }
      .p-onsen3 .c-list1__item:not(:last-of-type) {
        margin-right: 40px; }
        @media screen and (max-width: 900px) {
          .p-onsen3 .c-list1__item:not(:last-of-type) {
            margin-right: auto; } }
    @media screen and (max-width: 900px) {
      .p-onsen3 .c-list1 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .p-onsen3 .c-list1__imgtxt {
      position: absolute;
      bottom: 15px;
      left: 50%;
      font-size: 2rem;
      font-weight: 600;
      color: #AA894F; }
      @media screen and (max-width: 900px) {
        .p-onsen3 .c-list1__imgtxt {
          bottom: 0;
          left: 45%; } }

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/
.p-privacy {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-privacy {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-privacy .c-breadcrumb {
      padding: 0 0 41px; } }
  .p-privacy .c-breadcrumb ul {
    padding: 18px 0 14px; }
    @media screen and (max-width: 900px) {
      .p-privacy .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-privacy1 {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    padding: 5px 40px 132px; }
    @media screen and (max-width: 900px) {
      .p-privacy1 {
        padding: 5px 0 70px; } }
    @media screen and (max-width: 900px) {
      .p-privacy1 .c-text1 {
        font-size: 1.6rem; } }
    .p-privacy1__contenth3 {
      font-size: 3rem;
      margin: 58px 0 19px;
      font-weight: 700;
      color: #333;
      padding: 1px 0; }
      @media screen and (max-width: 900px) {
        .p-privacy1__contenth3 {
          font-size: 2rem;
          font-weight: 400;
          margin: 38px 0 17px;
          line-height: 1.2;
          padding: 5px 0; } }
      .p-privacy1__contenth31 {
        margin: 112px 0 19px;
        padding-left: 7px; }
        @media screen and (max-width: 900px) {
          .p-privacy1__contenth31 {
            margin: 45px 0 17px;
            padding-left: 4px; } }
      .p-privacy1__contenth32 {
        margin: 72px 0 19px;
        padding-left: 7px; }
        @media screen and (max-width: 900px) {
          .p-privacy1__contenth32 {
            margin: 31px 0 17px;
            padding-left: 4px; } }
      .p-privacy1__contenth33, .p-privacy1__contenth34 {
        margin: 46px 0 19px; }
        @media screen and (max-width: 900px) {
          .p-privacy1__contenth33, .p-privacy1__contenth34 {
            margin: 38px 0 17px; } }
      @media screen and (max-width: 900px) {
        .p-privacy1__contenth34 {
          margin: 33px 0 17px; } }
      .p-privacy1__contenth35 {
        margin: 79px 0 19px; }
        @media screen and (max-width: 900px) {
          .p-privacy1__contenth35 {
            margin: 33px 0 16px;
            line-height: 1.4; } }
      .p-privacy1__contenth36 {
        margin: 71px 0 19px; }
        @media screen and (max-width: 900px) {
          .p-privacy1__contenth36 {
            margin: 40px 0 17px; } }
    .p-privacy1__content p,
    .p-privacy1__content ul {
      padding: 0 25px; }
      @media screen and (max-width: 900px) {
        .p-privacy1__content p,
        .p-privacy1__content ul {
          padding: 0; } }
    .p-privacy1__content ul {
      margin: 24px 0 23px; }
      @media screen and (max-width: 900px) {
        .p-privacy1__content ul {
          margin: 24px 0; } }
      .p-privacy1__content ul li {
        position: relative;
        padding-left: 14px; }
        @media screen and (max-width: 900px) {
          .p-privacy1__content ul li {
            padding-left: 16px; } }
        .p-privacy1__content ul li:after {
          content: "";
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background: #000;
          position: absolute;
          left: 5px;
          top: 11px; }
          @media screen and (max-width: 900px) {
            .p-privacy1__content ul li:after {
              left: 7px; } }
    .p-privacy1 .c-btn1 {
      margin-top: 50px; }

/*------------------------------------------------------------
restaurant
------------------------------------------------------------*/
.p-restaurant {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-restaurant {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-restaurant .c-breadcrumb {
      padding: 0 0 24px; } }
  .p-restaurant .c-breadcrumb ul {
    padding: 17px 0 13px; }
    @media screen and (max-width: 900px) {
      .p-restaurant .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-restaurant .c-ttl1 {
    margin-bottom: 40px; }
    .p-restaurant .c-ttl1__txt2 {
      font-size: 3rem;
      font-weight: 500;
      letter-spacing: -0.12em;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .p-restaurant1 {
    padding-top: 51px; }
    @media screen and (max-width: 900px) {
      .p-restaurant1 {
        padding-top: 6px; } }
    .p-restaurant1 .c-ttl1 {
      margin-bottom: 34px; }
      @media screen and (max-width: 900px) {
        .p-restaurant1 .c-ttl1 {
          margin-bottom: 24px; } }
    .p-restaurant1 .c-boxTxt1 {
      max-width: 920px; }
  .p-restaurant2 {
    margin: 95px 0 72px; }
    @media screen and (max-width: 900px) {
      .p-restaurant2 {
        margin: 84px 0 58px; } }
    .p-restaurant2 .c-ttl1__txt2 {
      color: #333;
      font-weight: 500;
      margin-bottom: 48px; }
      @media screen and (max-width: 900px) {
        .p-restaurant2 .c-ttl1__txt2 {
          text-align: center;
          padding: 7px 20px;
          line-height: 1.5;
          margin-bottom: 15px; } }
    .p-restaurant2 .c-imgTxt1__info {
      padding-top: 29px; }
      @media screen and (max-width: 900px) {
        .p-restaurant2 .c-imgTxt1__info {
          padding-top: 18px;
          padding-bottom: 0; } }
          .p-restaurant2 .c-imgTxt1__detail {
            line-height: 1.5; }
  .p-restaurant3 {
    padding-bottom: 19px;
    background: #F4F2EA; }
    .p-restaurant3 .c-boxTxt1 {
      padding: 82px 0 60px; }
      @media screen and (max-width: 900px) {
        .p-restaurant3 .c-boxTxt1 {
          padding: 41px 0 56px; } }
      .p-restaurant3 .c-boxTxt1__info {
        line-height: 1.5; }
    .p-restaurant3 .c-ttl1 {
      margin-bottom: 36px; }
      @media screen and (max-width: 900px) {
        .p-restaurant3 .c-ttl1 {
          margin-bottom: 0; } }
      @media screen and (max-width: 900px) {
        .p-restaurant3 .c-ttl1__txt2 {
          padding: 22px 20px;
          line-height: 1.5;
          margin-bottom: 0; } }
    @media screen and (max-width: 900px) {
      .p-restaurant3 .c-list1 {
        padding-bottom: 19px; } }
    .p-restaurant3 .c-list1__item {
      width: 520px; }
      @media screen and (max-width: 900px) {
        .p-restaurant3 .c-list1__item {
          max-width: 335px;
          width: 100%;
          margin: 0 auto 41px; } }
      .p-restaurant3 .c-list1__item:not(:last-of-type) {
        margin-right: 40px; }
        @media screen and (max-width: 900px) {
          .p-restaurant3 .c-list1__item:not(:last-of-type) {
            margin-right: auto; } }
            .p-restaurant3 .c-list1 ul{
              justify-content: center;
            }
    @media screen and (max-width: 900px) {
      .p-restaurant3 .c-list1 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .p-restaurant3 .c-list1__imgtxt {
      position: absolute;
      bottom: 13px;
      left: 46%;
      font-size: 2rem;
      font-weight: 600;
      color: #AA894F; }
      @media screen and (max-width: 900px) {
        .p-restaurant3 .c-list1__imgtxt {
          bottom: -3px;
          left: 44%; } }

/*------------------------------------------------------------
room
------------------------------------------------------------*/
.p-room {
  padding: 100px 0 0; }
  @media screen and (max-width: 900px) {
    .p-room {
      padding: 70px 0 0; } }
  @media screen and (max-width: 900px) {
    .p-room .c-breadcrumb {
      padding: 0 0 24px; } }
  .p-room .c-breadcrumb ul {
    padding: 17px 0 13px; }
    @media screen and (max-width: 900px) {
      .p-room .c-breadcrumb ul {
        padding: 8px 0; } }
  .p-room .c-breadcrumb, .p-room1, .p-room2 {
    background: #F4F2EA; }
  .p-room1 {
    padding-bottom: 92px;
    padding-top: 10px; }
    @media screen and (max-width: 900px) {
      .p-room1 {
        padding-bottom: 58px; } }
    .p-room1 .c-boxTxt1 {
      max-width: 920px; }
  .p-room .c-ttl1__txt2 {
    font-size: 3rem;
    font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .p-room .c-list1__item {
    margin: 20px 0 66px;
    width: 340px; }
    @media screen and (max-width: 900px) {
      .p-room .c-list1__item {
        max-width: 335px;
        width: 100%;
        height: 250px;
        margin: 0; } }
    .p-room .c-list1__item:not(:last-of-type) {
      margin-right: 30px; }
      @media screen and (max-width: 900px) {
        .p-room .c-list1__item:not(:last-of-type) {
          margin-right: 0; } }
    @media screen and (max-width: 900px) {
      .p-room .c-list1__item:not(:nth-of-type(2n)) {
        margin-right: 0; } }
  @media screen and (max-width: 900px) {
    .p-room .c-list1 ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .p-room2 {
    padding-bottom: 6px; }
    @media screen and (max-width: 900px) {
      .p-room2 {
        padding-bottom: 28px; } }
    @media screen and (max-width: 900px) {
      .p-room2__content {
        margin: 0 auto; } }
    .p-room2 .c-list1 {
      margin-top: 0px; }
      @media screen and (max-width: 900px) {
        .p-room2 .c-list1 {
          margin-bottom: 37px;
          margin-top: 16px; } }

/*------------------------------------------------------------
vision
------------------------------------------------------------*/
.p-vision .c-ttl1 {
  margin: 0 auto 50px; }
  @media screen and (max-width: 900px) {
    .p-vision .c-ttl1 {
      margin: 0 0 25px; } }

.p-vision .c-ttl2 {
  margin-bottom: 60px; }
  @media screen and (max-width: 900px) {
    .p-vision .c-ttl2 {
      margin-bottom: 30px; } }

.p-vision2 {
  padding: 100px 0; }
  @media screen and (max-width: 900px) {
    .p-vision2 {
      padding: 50px 0; } }

.u-pconly {
  display: block; }
  @media screen and (max-width: 900px) {
    .u-pconly {
      display: none; } }

.u-sponly {
  display: none; }
  @media screen and (max-width: 900px) {
    .u-sponly {
      display: block; } }

/*------------------------------------------------------------
custom by TTD
------------------------------------------------------------*/
      .mw_wp_form .horizontal-item + .horizontal-item
      {
        margin-left: 0 !important;
      }