@charset "UTF-8";
/*font*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&display=swap');
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&family=Roboto&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");*/
@import url("https://use.typekit.net/awd6dmh.css");
/*
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-family: "Noto Sans", sans-serif;
  font-family: "Noto Serif", serif;
  font-family: "Roboto", sans-serif;
  font-family: "Shippori Mincho", serif;
*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

img {
    max-width: 100%;
    }

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_btn:hover {
  cursor: pointer;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 400;
  color: #000;
  font-size: 1.4rem;
  line-height: 2.14286;
  /*letter-spacing: 0.05em;*/
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  /*min-width: 1280px;*/
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.2rem;
    line-height: 2.41667;
  }
}

body a.url {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

#container {
  /*position:relative;
	overflow:hidden;*/
  z-index: 0;
  width: 100%;
  padding-top: 100px;
}
#container.contact {
  padding-top: 0px;
}

@media only screen and (max-width: 767px) {
  #container {
    padding-top: 60px;
  }
    #container.contact {
  padding-top: 0px;
}
}

.contents {
  position: relative;
}

.innerWrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 25px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フェードイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.blank {
  padding-right: 22px;
  background: url(../img/ico_blank.png) no-repeat right center;
  background-size: 14px auto;
  transition: all 0.25s linear;
}

a.blank:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  a.blank {
    padding-right: 25px;
    background-size: 12px auto;
  }
}

/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    padding-bottom: 19px;
    margin-bottom: 25px;
  }
    .hd01 img{
        width: auto;
    max-height: 28px;
  }
}

.hd01:after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  background: #b8a7bc;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -38px;
}

@media only screen and (max-width: 767px) {
  .hd01:after {
    width: 40px;
    height: 4px;
    margin-left: -20px;
  }
}

.hd01.c_w {
  color: #fff;
}



/*-------------------------
  btn
-------------------------*/
.btn01 {
  line-height: 1;
}

.btn01 .wrap {
  display: block;
  width: 220px;
  height: 40px;
  /*background: url(../img/ico_arrow01_g.png) no-repeat right 18px center rgba(255, 255, 255, 0.8);
  background-size: auto 7px;*/
  padding: 13px 52px 0 16px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn01 .wrap {
    width: 155px;
    height: 30px;
    background-position: right 12px center;
    background-size: auto 4px;
    padding: 6px 38px 0 10px;
  }
  .btn01 .wrap img {
    width: auto;
    height: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .btn01 .wrap:hover {
    background-position: right 13px center;
  }
}

.btn02 {
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .btn02 {
    padding: 18px 0;
  }
}

.btn02:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  top: 0;
}

.btn02 .wrap {
  width: 384px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .btn02 .wrap {
    width: 308px;
    height: 27px;
  }
}

@media only screen and (max-width: 340px) {
  .btn02 .wrap {
    width: 280px;
  }
}

.btn02 .wrap p {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: normal;
}

.btn02 .wrap .ttl {
  color: #fff;
  background: #000;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .btn02 .wrap .ttl {
    font-size: 1.3rem;
  }
}

.btn02 .wrap .more {
  /*background: url(../img/ico_arrow01_b.png) no-repeat right 12px center;
  background-size: auto 7px;*/
  padding: 0 52px 0 10px;
  font-size: 2rem;
  z-index: 0;
  overflow: hidden;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn02 .wrap .more {
    background-size: auto 6px;
    background-position: right 9px center;
    font-size: 1.6rem;
    padding: 0 40px 0 5px;
  }
}

.btn02 .wrap .more:before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: all 0.25s linear;
}

.btn02 .wrap:hover .more {
  color: #fff;
}

.btn02 .wrap:hover .more:before {
  left: 0;
}

.btn02.c_w:after {
  background: #fff;
}

.btn02.c_w .wrap {
  border-color: #fff;
}

.btn02.c_w .wrap .ttl {
  color: #000;
  background: #fff;
}

.btn02.c_w .wrap .more {
  /*background-image: url(../img/ico_arrow01_w.png);*/
  color: #fff;
}

.btn02.c_w .wrap .more:before {
  background: #fff;
}

.btn02.c_w .wrap:hover .more {
  color: #000;
}

.btn03 .wrap {
  /*background: url(../img/ico_arrow02.png) no-repeat right 15px center;
  background-size: 10px auto;*/
  border: 1px solid #000;
  line-height: 1.3;
  min-width: 288px;
  min-height: 62px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  font-size: 1.8rem;
  transition: all 0.25s linear;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media only screen and (max-width: 340px) {
  .btn03 .wrap {
    min-width: inherit;
    width: 100%;
  }
}

.btn03 .wrap:before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  opacity: 0.02;
  transition: all 0.25s linear;
}

.btn03 .wrap:hover {
  background-position: right 10px center;
}

.btn03 .wrap:hover:before {
  left: 0;
}

.btn04 {
  text-align: center;
}

.btn04 a, .btn04 button {
  background: #5f8659;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.014em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  font-weight: 700;
  width: 200px;
  height: 60px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn04 a, .btn04 button {
    font-weight: normal;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn04 a, .btn04 button {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: 400;
  }
}

.btn04 a:hover, .btn04 button:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .btn04 a, .btn04 button {
    font-size: 1.6rem;
    width: 160px;
    height: 48px;
  }
}

/*-------------------------
catch
-------------------------*/
.catch01 {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: -0.1em;
  line-height: 1.71429;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .catch01 {
    font-size: 2.2rem;
    line-height: 1.72727;
    margin-bottom: 13px;
  }
}

.catch01.c_w {
  color: #fff;
}

/*-------------------------
txt
-------------------------*/
.g_txt {
  column-count: 2;
  grid-column-gap: 40px;
}

@media only screen and (max-width: 767px) {
  .g_txt {
    column-count: 1;
  }
}

/*-------------------------
block
-------------------------*/
.block01 .innerWrap {
  border-top: 1px solid #AFBE22;
  padding-top: 96px;
}

@media only screen and (max-width: 767px) {
  .block01 .innerWrap {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.block01 .inner {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .block01 .inner {
    display: block;
  }
}

.block01 .catch01 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .block01 .catch01 {
    margin-bottom: 25px;
  }
}

.block01 .img {
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .block01 .img {
    width: 100%;
  }
}

.block01 .img img {
  width: 100%;
  height: auto;
}

.block01 .txt_area {
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .block01 .txt_area {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .block01 .img + .txt_area,
  .block01 .txt_area + .img {
    margin-top: 10px;
  }
}

.block01 + .block01 {
  margin-top: 93px;
}

@media only screen and (max-width: 767px) {
  .block01 + .block01 {
    margin-top: 47px;
  }
}

.block02 .box_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -75px;
}

@media only screen and (max-width: 767px) {
  .block02 .box_list {
    margin-bottom: -25px;
  }
}

.block02 .box_list li {
  width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .block02 .box_list li {
    margin-bottom: 25px;
  }
}

.block02 .box_list .img {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .block02 .box_list .img {
    margin-top: 15px;
  }
}

.block02 .box_list .img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .block02 .box_list .txt {
    line-height: 1.84;
  }
}

.block02 .type02 .img {
  margin-left: -25px;
  margin-right: -25px;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent_15 li,
ol.indent_15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/*-------------------------
img_list
-------------------------*/
.img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -25px;
}

@media only screen and (max-width: 767px) {
  .img_list {
    margin-bottom: -10px;
  }
}

.img_list:before, .img_list:after {
  content: "";
  display: block;
  width: 240px;
}

@media only screen and (max-width: 767px) {
  .img_list:before, .img_list:after {
    content: none;
  }
}

.img_list:before {
  order: 1;
}

.img_list li {
  width: 240px;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .img_list li {
    width: calc(50% - 5px);
    margin-bottom: 12px;
  }
}

.img_list .img {
  line-height: 1;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .img_list .img {
    margin-bottom: 6px;
  }
}

.img_list .img img {
  width: 100%;
  height: auto;
}

.img_list .name {
  font-size: 1.7rem;
  line-height: 1.38889;
}

@media only screen and (max-width: 767px) {
  .img_list .name {
    font-size: 1.4rem;
  }
}

.img_list .name .small {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .img_list .name .small {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .innerWrap .img_list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/*-------------------------
table_list
-------------------------*/
.table_list li {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 17px 0;
  background: #F3F2ED;
}

@media only screen and (max-width: 767px) {
  .table_list li {
    font-size: 1.3rem;
    padding: 13px 0;
  }
}

.table_list li:nth-of-type(2n) {
  background: #fafafa;
}

.table_list .ttl_area {
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .table_list .ttl_area {
    width: 130px;
  }
}

.table_list .ttl_area:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #AFBE22;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .table_list .ttl_area:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

.table_list .txt_area {
  width: calc(100% - 170px);
  padding-left: 44px;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .table_list .txt_area {
    width: calc(100% - 130px);
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .innerWrap .table_list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/*-------------------------
sp_scroll
-------------------------*/
@media only screen and (max-width: 767px) {
  .sp_scroll:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .sp_scroll .scroll_area {
    overflow-x: auto;
  }
  .sp_scroll table {
    width: 700px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.nav_area {
  width: 100%;
}

.nav_area nav {
    line-height: 1;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    /*height: 80px;*/
}

@media only screen and (max-width: 767px) {
  .nav_area nav {
    /*display: none;*/
      /*height: 60px;*/
  }
}

.nav_area nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav_area nav ul li {
    width: 180px;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
.nav_area nav ul li {
    width: 100px;
}
}

.nav_area nav ul li a {
	/*display: block;*/
    height: 80px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
        align-items: center;
	font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	font-feature-settings: normal;
	/*padding-top: 2px;*/
	padding: 2px 30px;
	transition: all 0.3s linear;
	background-color: #000000;
    color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
.nav_area nav ul li a {
    height: 60px;
    padding: 2px 8px;
    font-size: 1.2rem;
}
}

.nav_area nav ul li a.contact {
	background-color: #5f8659;
    color: #FFFFFF;
}

.nav_area nav ul li a:hover {
  opacity: 0.5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*min-width: 1280px;*/
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
  #header {
    /*min-width: inherit;*/
  }
}

#header .nav_area {
	height: 80px;
	padding: 0 0 0 0;
	/*max-width: 1280px;*/
	margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

@media only screen and (max-width: 767px) {
  #header .nav_area {
    height: 60px;
    /*
    display: block;
    padding: 11px 0 0 15px;
    position: relative;*/
  }
}

#header .nav_wrap{
    width: auto; 
}

@media only screen and (max-width: 767px) {
#header .nav_wrap{
    display: none;
}
}

#header .nav_area p.logo{
    padding-top: 10px;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
#header .nav_area p.logo{
    width: 140px;
    padding-top: 15px;
}
#header .nav_area p.logo img{
    max-width: 100%;
    height: auto;
}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 30px 0 0;
    text-align: center;
      margin-bottom: 60px;
  }
}

#footer .innerWrap{
    max-width: 100%;
    border-top: 1px solid #b2b2b2;
     padding-top: 90px;
}
@media only screen and (max-width: 767px) {
#footer .innerWrap{
     padding-top: 30px;
}
}
/*
#footer .address {
    line-height: 1.42857;
}
*/
#footer .add_wrap p{
    font-size: 1.2rem;
    line-height: 1.42857;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
#footer .add_wrap p{
    text-align: center;
}
}

#footer .add_wrap p span{
    font-size: 1.7rem;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .add_wrap p span{
      display: block;
      margin-left: 0;
  }
}

#footer p.logo {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #b2b2b2;
}

@media only screen and (max-width: 767px) {
  #footer p.logo {
      padding: 10px 0;
  }
}



/*** add_wrap ***/

.add_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
    max-width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.add_wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
}

/*** ft_address ***/

.ft_address{
    width: 45.6%;
    max-width: 456px;
     text-align: center;
}
@media only screen and (max-width: 767px) {
.ft_address{
    width: 100%;
    margin-bottom: 30px;
}
}

#footer .ft_txt {
    width: 100%;
    margin: 60px auto 90px;
}
@media only screen and (max-width: 767px) {
#footer .ft_txt {
    margin: 0px auto 60px;
}
}

#footer .ft_txt p.ttl {
	font-size: 1.8rem;
    line-height: 1.6;
	text-align: center;
    padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
#footer .ft_txt p.ttl {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
}

#footer .ft_txt p.cap {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
}
@media only screen and (max-width: 767px) {
#footer .ft_txt p.cap {
    font-size: 1.2rem;
}
}


/*** ft_btm ***/

.ft_btm{
    width: 100%;
    background-color: #000000;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: cormorant-garamond, serif;
}

#footer .copyright {
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
#footer .copyright {
      text-align: center;
}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■pagetop
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pagetop {
    /*display: none;*/
  display: block;
  text-align: center;
  width: 70px;
  margin: 0 auto;
  font-size: 2rem;
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: normal;
  line-height: 1;
  padding-bottom: 24px;
  background: url(../img/pagetop.png) no-repeat center bottom;
  background-size: 36px auto;
  transition: all 0.25s linear;
  margin-bottom: 60px;
}

#pagetop:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    background-size: 34px auto;
    margin-bottom: 89px;
  }
}

#pagetop:hover {
  cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: absolute;
  top: 0;
  right: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
  z-index: 99999;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /* &.open{
        .spMenuBtn_bar{
			@include spMenuBtn_bar_close;
        }
    }*/
  /*template*/
  width: 60px;
  height: 60px;
  padding: 19px 10px;
  display: none;
  /*&.open .spMenuBtn_bar{
        span,&:before,&:after{
			height: 2px;
			background-color: #fff;
        }
    }*/
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #spMenuBtn {
    display: block;
  }
}

#spMenuBtn .spMenuBtn_bar {
  width: 40px;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #666666;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  transition: all 0.25s ease-in-out;
  display: none;
}

#spMenuOverlay.open {
  transform: translate3d(0%, 0, 0);
}

#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  padding: 0;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  text-align: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.95);
}

#spMenu.open {
  opacity: 1;
}

#spMenu.open {
  z-index: 5000;
  visibility: inherit;
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
}

#spMenu .spMenu_inner {
  width: 100%;
  padding: 60px 25px 40px;
}

#spMenu .logo {
  line-height: 1;
  margin-bottom: 35px;
}

#spMenu .logo img{
    max-width: 206px;
    margin: 0 auto;
}

#spMenu ul {
  max-width: 206px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#spMenu ul li {
  border-bottom: 1px solid #4d2f67;
}

#spMenu ul li a {
  display: block;
  padding: 16px 0;
}

#spMenu ul li span {
  display: block;
}

#spMenu ul li .en {
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

#spMenu .tel {
  font-family: cormorant-garamond, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  font-feature-settings: normal;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
}

#spMenu .tel a {
  text-decoration: none;
}

#closeBtn {
  position: absolute;
  top: 18px;
  right: 20px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_contact {
    /*background-color: #f7f8f8;*/
    padding-top: 80px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
#page_contact {
    padding-top: 40px;
    padding-bottom: 60px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■画像なしトップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#normal_hd {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  #normal_hd {
    padding-top: 60px;
  }
}

#normal_hd .intro_sec {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #normal_hd .intro_sec {
    margin-bottom: 60px;
  }
}

#normal_hd .intro_sec h1{
    text-align: center;
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
#normal_hd .intro_sec h1 img{
    max-width: 260px;
}
}

#normal_hd h2.ttl {
    text-align: center;
    position: relative;
    padding-top: 90px;
}

#normal_hd h2.ttl::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 68px;
    background-color: #231815;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
#normal_hd h2.ttl img{
    width: auto;
    max-height: 16px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■intro_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.intro_sec {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .intro_sec {
    margin-bottom: 45px;
  }
}

.intro_sec .hd01 + .catch01 {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .intro_sec .hd01 + .catch01 {
    padding-top: 19px;
  }
}

.intro_sec .g_txt {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .intro_sec .g_txt {
    padding-top: 0;
  }
}

.intro_sec .txt {
  text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .intro_sec .txt {
    text-align: left;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■トップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.home #container {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
body.home #container {
    padding-top: 60px;
}
}

body.home #header {
  /*position: sticky;*/
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
body.home #header {
    /*background-color: #FFFFFF;*/
}
}

/*
body.home #footer {
  padding: 60px 0 0;
}

body.home #footer .innerWrap{
    border-top: 1px solid #b2b2b2;
}

body.home #pagetop {
    display: block;
}
*/

/*-------------------------
メイン
-------------------------*/
#page_index #main_vs {
    position: relative;
    /*height: 700px;*/
    /*height: calc(100vh - 220px);*/
    height: 100vh;
}

#page_index #main_vs h1 {
  text-align: center;
  position: absolute;
  left: 50%;
    transform: translateX(-50%);
  top: 60px;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs h1 {
      top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs h1 img {
    /*width: 61px;*/
    height: auto;
  }
}

#page_index #main_vs .img {
    /*height: 700px;*/
    /*height: calc(100vh - 220px);*/
    height: 100vh;
}
/*
#page_index #main_vs .img img {
  transform: scale(1.18);
}
*/
#page_index #main_vs .txt_area {
    /*width: 100%;
    line-height: 1;
    letter-spacing: 0;*/
    color: #fff;
    position: absolute;
    top: 20px;
    right: 80px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area {
    width: 100%;
      color: #fff;
      position: absolute;
      top: auto;
      right: auto;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      line-height: 1;
      letter-spacing: 0;
  }
}

#page_index #main_vs .txt_area h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
#page_index #main_vs .txt_area h2{
    max-width: 90%;
    margin: 0 auto 20px;
}
}

#page_index #main_vs .txt_area h2 img{
    max-width: 100%;
}

#page_index #main_vs .txt_area p.obi {
    text-align: center;
    font-size: 1.7rem;
    font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
    font-weight: 400;
    line-height: 1;
    background-color: rgba(0,0,0,0.50);
    padding: 20px 20px;
    /*min-width: 680px;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
#page_index #main_vs .txt_area p.obi {
    min-width: 100%;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 15px 5px;
  }
}

#page_index #main_vs p.caption{
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 1;
  letter-spacing: 0;
    font-size: 1.2rem;
}

/*-------------------------
共通 CONTACT
-------------------------*/

/*btm-bnr*/

.btm-bnr {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.btm-bnr ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.btm-bnr li{
    width: 50%;
}

.btm-bnr li a {
	/*display: block;*/
    height: 80px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
        align-items: center;
	font-family: "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	font-feature-settings: normal;
	/*padding-top: 2px;*/
	padding: 2px 30px;
	transition: all 0.3s linear;
	background-color: #000000;
    color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
.btm-bnr li a {
    height: 60px;
    padding: 2px 8px;
    font-size: 1.2rem;
}
}

.btm-bnr li a.contact {
	background-color: #5f8659;
    color: #FFFFFF;
}

.btm-bnr li a:hover {
  opacity: 0.5;
}







/*side-bnr*/

#page_index .side-bnr {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
    transition: all 0.3s linear;
}

#page_index .side-bnr:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 767px) {
#page_index .side-bnr {
	display: none;
}
}





#page_index .btn_contact_sec{
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #4d2f67;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
#page_index .btn_contact_sec{
    padding: 0 10px 15px;
}
}

#page_index .btn_contact_sec a.btn_contact{
    max-width: 360px;
}
@media only screen and (max-width: 767px) {
#page_index .btn_contact_sec a.btn_contact{
       width: 90%;
}
}
#page_index .btn_contact_sec p{
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
#page_index .btn_contact_sec p{
    font-size: 1.2rem;
}
}


/*-------------------------
mv_box
-------------------------*/

.mv_box {
    max-width: 698px;
    margin: 40px auto;
}
.mv_box video{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
.mv_box {
    margin: 20px auto;
}
}


/*-------------------------
PLAN
-------------------------*/
#page_index #plan_sec {
  padding-top: 80px;
  text-align: center;
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
/*#page_index #plan_sec {
    padding-top: 40px;
    margin-bottom: 40px;
}*/
}

#page_index #plan_sec img{
    max-width: 100%;
}

#page_index #plan_sec .area{
    padding: 60px 0;
    border-bottom: 1px solid #4d2f67;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .area{
    padding: 30px 0;
}
}

#page_index #plan_sec h3{
    text-align: center;
    margin-bottom: 40px;
}

#page_index #plan_sec p.txt{
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec p.txt{
    font-size: 2.0rem;
}
}

#page_index #plan_sec .plan_ttl{
    margin: 0 auto 30px;
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#page_index #plan_sec #plan_N .plan_ttl{
    flex-direction: row-reverse; 
}

#page_index #plan_sec .plan_main{
    max-width: 670px;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 767px) {
#page_index #plan_sec .plan_main{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
	justify-content: center;
}
}

#page_index #plan_sec .plan_main p.caption{
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#page_index #plan_sec .plan_sub{
    max-width: 280px;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .plan_sub{
    width: 100%;
    /*max-width: 100%;*/
    margin: 30px auto 0;
}
}

#page_index #plan_sec .plan_sub span{
    margin-top: auto;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .plan_sub span{
    margin-top: 20px;
}
}

#page_index #plan_sec .plan_detail{
    margin: 0 auto;
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#page_index #plan_sec #plan_N .plan_detail{
    flex-direction: row-reverse; 
}

#page_index #plan_sec .plan_plan{
    max-width: 670px;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .plan_plan{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
	justify-content: center;
}
}

#page_index #plan_sec .plan_side{
    max-width: 280px;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .plan_side{
    width: 100%;
    /*max-width: 100%;*/
    margin: 30px auto 0;
}
}

#page_index #plan_sec .plan_side span{
    display: block;
    margin-top: 20px;
}

#page_index #plan_sec .plan_gallery{
    margin-top: 60px;
}

#page_index #plan_sec .plan_gallery ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

#page_index #plan_sec .plan_gallery li{
    width: 33%;
    max-width: 330px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .plan_gallery li{
    width: 100%;
    max-width: 330px;
    margin: 0 auto 5px;
}
}

/*tabの形状*/
#page_index #plan_sec .tab{
	display: flex;
    justify-content: center;
    border-bottom: 1px solid #4d2f67;
}

#page_index #plan_sec .tab li a{
    display: block;
    margin: 0 0;
    padding: 0px 15px;
    /*opacity: 0.6;*/
    transition: all 0.3s linear;
}
@media only screen and (max-width: 767px) {
#page_index #plan_sec .tab li a{
    padding: 0px 10px;
}
}

/*liにactiveクラスがついた時の形状*/
#page_index #plan_sec .tab li.active a{
	opacity: 1.0;
}

#page_index #plan_sec .tab li a:hover{
    opacity: 0.6;
}

/*エリアの表示非表示と形状
.area {
  display: none;
  opacity: 0;
  background: #fff;
  padding:50px 20px;
}
*/
/*areaにis-activeというクラスがついた時の形状
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
*/

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*-------------------------
OWNERS FIRST
-------------------------*/
#page_index #owners_sec {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  /*#page_index #owners_sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }*/
}

#page_index #owners_sec .txt {
  font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_index #owners_sec .txt {
      font-size: 1.6rem;
      text-align: justify;
  }
}

#page_index #owners_sec img {
    max-width: 100%;
}

#page_index #owners_sec ul.owners{
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

#page_index #owners_sec ul.owners li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 31%;
    border-top: 1px solid #4D2F67;
    border-left: 1px solid #4D2F67;
    border-right: 1px solid #4D2F67;
    padding: 20px 28px 0 28px;
}
@media only screen and (max-width: 767px) {
#page_index #owners_sec ul.owners li{
    width: 100%;
    margin-bottom: 30px;
}
#page_index #owners_sec ul.owners li:last-child{
    margin-bottom: 0px;
}
}
    
#page_index #owners_sec p.head{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4D2F67;
    margin-bottom: 20px;
}

#page_index #owners_sec p.ttl{
    width: 100%;
    text-align: left;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

#page_index #owners_sec p.cap{
    width: 100%;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 30px;
}

#page_index #owners_sec p.pht{
    width: 100%;
    margin-top: auto;
}

/*-------------------------
SYSTEM
-------------------------*/
#page_index #system_sec {
  padding-top: 80px;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  /*#page_index #system_sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }*/
}

#page_index #system_sec .txt {
  font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_index #system_sec .txt {
      font-size: 1.6rem;
      text-align: justify;
  }
}

#page_index #system_sec img {
    max-width: 100%;
}

#page_index #system_sec p.lead {
    font-size: 1.4rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #page_index #system_sec p.lead {
    text-align: justify;
        line-height: 1.8;
}
}

#page_index .system  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 40px;
}
@media only screen and (max-width: 767px) {
#page_index .system  {
    margin: 40px 0 20px;
}
}

#page_index .system .system_txt {
    max-width: 640px;
}
@media only screen and (max-width: 767px) {
#page_index .system .system_txt {
    width: 100%;
    margin-bottom: 20px;
}
}

#page_index .system .system_txt h3{
    text-align: left;
    color: #4d2f67;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
#page_index .system .system_txt h3{
    font-size: 1.6rem;
}
}

#page_index .system .system_txt p{
    text-align: justify;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 20px;
}

#page_index .system .system_pht {
    max-width: 315px;
}
@media only screen and (max-width: 767px) {
#page_index .system .system_pht {
    max-width: 100%;
    text-align: center;
}
}

#page_index .system p.lead {
    font-size: 1.4rem;
    
}


/*-------------------------
LOCATION
-------------------------*/
#page_index #location_sec {
    padding-top: 80px;
    text-align: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  /*#page_index #location_sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }*/
}

/* ggmap
==================================*/
.ggmap {
    overflow: hidden;
    width: 100%;
    height: 436px;
    margin: 0 auto;
}
 
.ggmap iframe {
    width: 100%;
}

@media screen and (max-width: 767px){
.ggmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
}

.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

/*-------------------------
バナー
-------------------------*/
#page_index .bnr_sec {
  /*padding-top: 80px;*/
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  /*#page_index .bnr_sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }*/
}

#page_index .bnr_sec img{
  max-width: 100%;
}

#page_index .bnr_sec ul{
  	width: 100%;
    margin-bottom: 20px;
}

#page_index .bnr_sec li a{
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    transition: all 0.3s linear;
}

#page_index .bnr_sec li a:hover{
  	opacity: 0.6;
}

#page_index .bnr_sec li a div{
  	width: 50%;
}

@media only screen and (max-width: 767px) {
#page_index .bnr_sec li a div{
  	width: 100%;
}
}

#page_index .bnr_sec p.caption{
    font-size: 1.1rem;
  	text-align: justify;
    line-height: 1.6;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form {
  /*
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	*/
}

.form input,
.form select,
.form textarea,
.form button {
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-weight: 400;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"],
.form input[type="date"],
.form input[type="month"],
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border: none;
  border-radius: 0;
  background: #fff;
  background: none;
  padding: 7px 18px;
  box-shadow: none;
  max-width: 100%;
  color: #000;
  background: #f7f7f7;
}

.form input[type="date"] {
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border: none;
  border-radius: 0;
  background: #fff;
  background: none;
  padding: 0;
}

.form input[type=date]::-webkit-date-and-time-value,
.form input[type=month]::-webkit-date-and-time-value {
  text-align: left;
}

.form select {
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border: none;
  border-radius: 0;
  background: #fff;
  background: transparent;
  padding: 10px;
  box-shadow: none;
  color: #000;
}

.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #f00;
  border: none;
  border-radius: 0;
  background: #fff;
  resize: none;
  resize: both;
  outline: none;
  width: 100% !important;
  height: 222px;
  background: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .form textarea {
    height: 177px;
  }
}

.form button,
.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .form button,
  .form input[type="submit"] {
    font-weight: normal;
  }
}

@media all and (-ms-high-contrast: none) {
  .form button,
  .form input[type="submit"] {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: 400;
  }
}

.form button:hover,
.form input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label {
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
}

.form label span {
  position: relative;
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 767px) {
.form label span.sml{
  font-size: 1.1rem;
}
}

.form label span:before, .form label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before {
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

.form label span:after {
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked + span:after,
.form input[type="radio"]:checked + input + span:after,
.form input[type="checkbox"]:checked + span:after,
.form input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before,
.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

.form label input[type="radio"] + span:before,
.form label input[type="radio"] + input + span:before {
  background-color: #fff;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #f00;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  top: 0;
  bottom: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■↓↓↓お問い合わせフォーム　各サイトごとに自由編集↓↓↓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  メールフォームプロ
--------------------------------------------------*/
/* エラー */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  padding: 10px 0px 0px 0px;
  color: #F00;
  font-size: 1.2rem;
  line-height: normal;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

.form_item {
  display: flex;
  padding: 20px 0;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .form_item {
    display: block;
  }
}

.form_item .item_title {
  position: relative;
  flex: 1 0 auto;
  width: 230px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .form_item .item_title {
    width: auto;
  }
}

.form_item .item_title .required {
  font-size: 1.0rem;
  color: #f00;
}

.form_item .item_main {
  width: 100%;
}

.form_item .item_main .list_input {
  overflow: hidden;
}

.form_item .item_main .list_input li {
  display: inline-block;
}

/*--------------------------------------------------
	入力画面
--------------------------------------------------*/
#sec_contact_form .list_input ul + ul {
  margin-top: 15px;
}

#sec_contact_form .list_input li {
  margin: 0 20px 10px 0;
}

#sec_contact_form #mfp_phase_confirm h4 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form #mfp_phase_confirm h4 {
    margin: 0 0 50px;
  }
}

/*--------------------------------------------------
	サンクスページ
--------------------------------------------------*/
#sec_contact_thanks {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks {
    text-align: left;
  }
}

#sec_contact_thanks .innerWrap {
  min-height: 340px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .innerWrap {
    display: block;
    min-height: inherit;
  }
}

#sec_contact_thanks .title {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

#sec_contact_thanks p + p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks p + p {
    margin-top: 15px;
  }
}

.thanks_wrap{
    width: 100%;
    padding: 60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.thanks_wrap a.btn_back{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    color: #FFFFFF;
    background-color: #8F8F8F;
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

/*-------------------------
sec_contact_form
-------------------------*/
#sec_contact_form {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f7f8f8;
    padding: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
#sec_contact_form {
    padding: 30px 20px;
}
}

#sec_contact_form .innerWrap{
    max-width: 860px;
    margin: 0 auto;
}

#sec_contact_form .list_input {
  margin-bottom: -17px;
  /*padding-left: 12px;*/
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .list_input {
    padding-top: 13px;
    /*padding-left: 15px;*/
  }
}

#sec_contact_form .list_input li {
  margin: 0 35px 17px 0;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .list_input li {
    margin-right: 30px;
  }
}

#sec_contact_form .list_input li.w100 {
  width: 100%;
}

#sec_contact_form .list_input li.w50 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
#sec_contact_form .list_input li.w50 {
  width: 100%;
}
}


#sec_contact_form .btn04 {
  text-align: center;
  margin-top: 57px;
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .btn04 {
    margin-top: 40px;
    margin-bottom: 43px;
  }
}

#sec_contact_form .btn04 button {
  margin: 0 auto;
    width: 100%;
    max-width: 200px;
}

#sec_contact_form .btn04 .btn_list {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .btn04 .btn_list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

#sec_contact_form .btn04 .btn_list li {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .btn04 .btn_list li {
    width: 50%;
    padding: 0 5px;
  }
}

#sec_contact_form .btn04 .btn_list li:nth-of-type(1) {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .btn04 .btn_list li a, #sec_contact_form .btn04 .btn_list li button {
    margin: 0;
    width: 100%;
    max-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_contact_form .info_area {
    font-size: 1.1rem;
    line-height: 2;
  }
}
/*
#sec_contact_form .list_input ul.default {
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
*/
/* form_head
===================================*/
#sec_contact_form .form_head {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    margin-bottom: 40px;
}
#sec_contact_form .form_head ul{
	margin-bottom: 20px;
	border-bottom: 1px dashed #000000;
}
#sec_contact_form .form_head li{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #4d2f67;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sec_contact_form .form_head li:last-child{
    border-bottom: none;
}
#sec_contact_form .form_head h4{
    font-size: 2.4rem;
    font-weight: 700;
    color: #5f8659;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
#sec_contact_form .form_head h4{
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
}
}

#sec_contact_form .form_head h4 span{
    display: block;
}
/*
#sec_contact_form .form_head h4 img{
    vertical-align: middle;
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
#sec_contact_form .form_head h4 img{
    margin-left: 0px;
    margin-top: 10px;
    display: inline-block;
}
}
*/
#sec_contact_form .form_head p{
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    margin-top: 15px;
}
@media only screen and (max-width: 767px) {
#sec_contact_form .form_head p{
    font-size: 1.4rem;
    text-align: justify;
}
}

#sec_contact_form .form_head p span{
    font-size: 1.3rem;
    display: block;
}


/*-------------------------
  form_item
-------------------------*/
.form {
  border-top: 1px solid #ccc;
}

.form .form_item {
  border-bottom: 1px solid #ccc;
  padding: 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .form .form_item {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

.form .item_title,
.form .item_main {
  padding: 20px 17px 20px 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .form .item_title,
  .form .item_main {
    padding: 0;
  }
}

.form .item_title {
  width: 275px;
  padding-right: 15px;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 767px) {
  .form .item_title {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}

.form .item_title .required {
  background: #5f8659;
  color: #fff;
  font-size: 1.4rem;
  padding: 1px 10px;
}

@media only screen and (max-width: 767px) {
  .form .item_title .required {
    font-size: 1.1rem;
    padding: 1px 8px;
  }
}

.form .item_main {
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .form .item_main {
    border-left: none;
  }
}

.form .item_main .txt {
  font-size: 1.3rem;
  margin-top: 17px;
  padding-left: 10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .form .item_main .txt {
    font-size: 1.1rem;
    padding: 0;
    margin-right: 0;
  }
}

.form .item_title .en {
  display: block;
  font-size: 1.1rem;
}

.form p.caption{
  text-align: center;
}

#other_text{
    display: none;
}

/* privacy
===================================*/

#privacy{
    width: 100%;
}

#privacy .inner {
	max-width: 1100px;
    padding-top: 30px;
	padding-bottom: 90px;
}

#privacy h2{
    width: 100%;
    text-align: left;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    border-top: 1px solid #d9d9d9;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
#privacy h2 {
    font-size: 2.0rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
    border-top: 1px solid #D6D6D6;
    padding-top: 20px;
}
}

#privacy h2 span{
    font-size: 1.4rem;
    display: block;
}

#privacy h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
    text-align: left;
    letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
#privacy h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}	
}
#privacy p {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 2.0;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
#privacy p {
	font-size: 1.2rem;
    margin-bottom: 20px;
}
}
#privacy p span.indent {
    padding-left: 14px;
}

#privacy p.date {
    text-align: right;
}

.privacy_info {
    text-align: left;
    margin: 20px 0;
    padding: 20px;
    border-top: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
}

.privacy_info dt {
    margin: 0 0 10px;
    font-weight: 600;
    color: #000000;
}

/* tagbox
======================================================================*/
/*
.tagbox {
}
.tagbox h3{
}
*/

.tagbox p.info{
    margin-bottom: 40px;
}

.tagbox p.add{
    text-align: center;
	font-size: 1.2rem;
    line-height: 1.4;
    padding: 10px 0;
}
@media only screen and (max-width: 767px) {
.tagbox p.add{
	font-size: 1.1rem;
}
}

.tagbox p.add a{
	color: #5f8659;
    transition: all 0.3s linear;
}

.tagbox p.add a:hover{
	opacity: 0.6;
}

.tagbox p.info.soon{
    text-align: center;
	font-size: 1.8rem;
    padding: 20px 0;
	border-bottom: 1px solid #5f8659;
}