@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
.hidden {
  display: none !important; }

/*  title
-------------------------*/
.title-type01 {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6vw;
  color: #d7b756;
  margin-bottom: 1em;
  position: relative;
  z-index: 9; }

.title-type02 {
  font-size: 34px;
  font-size: 3.4rem;
  padding-bottom: .5em;
  color: #fff;
  position: relative; }
  .title-type02 a {
    color: #d0a823; }
  .title-type02::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%); }

.title-type03 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  position: relative;
  margin-bottom: 1em;
  color: #fff; }

.title-type04 {
  text-align: center; }
  .title-type04 h2 {
    font-size: 36px;
    font-size: 3.6rem;
    position: relative;
    color: #d0a823;
    text-align: center; }
  .title-type04 p {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    color: #d0a823;
    text-align: center;
    display: inline-block;
    padding: 0 55px; }
    .title-type04 p::before, .title-type04 p::after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: #d0a823; }
    .title-type04 p::before {
      left: 0; }
    .title-type04 p::after {
      right: 0; }

.title-type05 {
  position: relative;
  z-index: 9; }

.title-type05 h3 {
  color: #d0a823;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  background: #BCE4F0;
  padding: 10px 0; }

.title-type05 h3:after {
  content: "";
  background: url(../images/common/title-type05-bg.png) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: -60%;
  right: -60%;
  transform: translate(-50%, -50%);
  z-index: -1; }

.title-type06 {
  color: #d0a823;
  position: relative;
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 4px solid #cfa722;
  padding-left: 20px; }

.title-type07 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  color: #d0a823;
  text-align: center;
  display: inline-block;
  padding: 0 55px;
  /* 追加 */
  line-height: 1.4; }

.title-type07:before, .title-type07:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #d0a823; }

.title-type07:before {
  left: 0; }

.title-type07:after {
  right: 0; }

.title-type08 {
  position: relative;
  z-index: 10; }

.title-type08 h3 {
  color: #d0a823;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  background: #BCE4F0;
  padding: 10px 0 10px 200px; }

.title-type08 h3:after {
  content: "";
  background: url(../images/common/title-type05-bg.png) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: -60%;
  right: -60%;
  transform: translate(-50%, -50%);
  z-index: -1; }

.title-type09 {
  color: #d0a823;
  font-size: 20px;
  font-size: 2rem; }

.title-type10 {
  background: #d0a823;
  color: #111;
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 40px;
  box-sizing: border-box; }

.title-type11 {
  color: #fff;
  border-bottom: 1px solid #d0a823;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  margin: 0 40px;
  box-sizing: border-box; }

.title-type12 {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 55px; }

.title-type12:before, .title-type12:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff; }

.title-type12:before {
  left: 0; }

.title-type12:after {
  right: 0; }

/*  subimg
-------------------------*/
.subimg {
  position: relative;
  z-index: 9; }

.subimg img {
  max-width: 100%;
  max-height: 440px;
  width: 1270px;
  min-height: 440px;
  object-fit: cover; }

/*  btn
-------------------------*/
.btn-type01 {
  display: block;
  background: #d0a823;
  color: #fff;
  padding: 6px 20px 4px;
  vertical-align: middle;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  box-sizing: border-box;
  border: 1px solid #d0a823;
  position: relative; }

.btn-type01::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%); }

.btn-type01:hover {
  background: #fff;
  color: #d0a823;
  opacity: 1; }

.btn-type01:hover:after {
  content: "";
  background: #d0a823; }

.btn-type02 {
  display: block;
  background: #fff;
  color: #9A7C4C;
  padding: 10px 20px;
  vertical-align: middle;
  line-height: 2;
  font-size: 20px;
  font-size: 2rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative; }

.btn-type02 i {
  margin-right: 10px; }

.btn-type02::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #9A7C4C;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%); }

.btn-type02:hover {
  background: #9A7C4C;
  color: #fff;
  opacity: 1; }

.btn-type02:hover:after {
  content: "";
  background: #fff; }

.group_btn a {
  color: #BEAA8C;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2px 20px;
  border-right: 1px solid #BEAA8C;
  box-sizing: border-box; }

.group_btn a:first-child {
  border-left: 1px solid #BEAA8C; }

.group_btn a:hover {
  background: #dab677;
  color: #fff;
  opacity: 1; }

/*  bnr
-------------------------*/
.bnr-type01 {
  overflow: hidden;
  /*max-width: 259px;
  max-height: 242px;*/
  position: relative; }

.bnr-type01 .bnr-ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(207, 167, 34, 0.8);
  border: 1px solid rgba(207, 167, 34, 0.8);
  box-sizing: border-box;
  padding: 3% 6%;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }

.bnr-type01 .bnr-ttl p {
  font-size: 20px !important;
  font-size: 2rem !important; }

.bnr-type01 a:hover {
  opacity: 1; }

.bnr-type01 a:hover .bnr-ttl {
  background: #111;
  border: 1px solid #111; }

/*  contact
-------------------------*/
.contact_tel {
  display: block;
  color: #fff;
  font-size: 30px;
  font-size: 3rem; }

.contact_tel i {
  margin-right: .5em;
  font-size: 20px;
  font-size: 2rem;
  background: #cfa722;
  color: #fff;
  border-radius: 50%;
  padding: 10px; }

.attention {
  display: inline-block;
  background: #ff4844;
  color: #fff;
  padding: 2px 5px;
  margin: 0 5px;
  line-height: 1.5;
  font-size: 80%;
  border-radius: 5px; }

/*  table
-------------------------*/
.table-type01 {
  width: 100%;
  text-align: left; }

.table-type01 tr {
  box-sizing: border-box; }

.table-type01 th, .table-type01 td {
  padding: 1em 2em; }

.table-type01 th {
  padding-right: 1em;
  background: #9a7c4c;
  width: 30%;
  border: 1px solid #9a7c4c;
  box-sizing: border-box;
  vertical-align: top;
  color: #fff; }

.table-type01 td {
  background: #fff;
  width: 70%;
  border: 1px solid #F0F0EF;
  box-sizing: border-box; }

.table-type02 {
  width: 100%;
  text-align: left; }

.table-type02 tr {
  box-sizing: border-box; }

.table-type02 th, .table-type02 td {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem; }

.table-type02 th {
  background: #9a7c4c;
  border: 1px solid #fff;
  box-sizing: border-box;
  /*vertical-align: top;*/
  color: #fff;
  text-align: center; }

.table-type02 td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center; }

.table-type02 th, td {
  vertical-align: middle; }

.scroll-table {
  overflow: auto;
  white-space: nowrap; }

/*@media only screen and (max-width: 480px) {*/
/*
@media screen and (max-width: 768px) {
  .table-type02 {
    width: 100%;
  }
  .table-type02 thead {
    display: none;
  }
  .table-type02 thead tr {
    width: 100%;
    text-align: left;
  }
  .table-type02 thead tr th {
    padding: 5px;
  }
  .table-type02 tbody td {
    display: block;
    text-align: left;
    width: 100%;
    background: #FFF;
    padding: 2px 5px;
    border-bottom: 1px dotted #CCC;
  }
	.table-type02 tbody td br {
		display: none;
  }
  .table-type02 tbody td:nth-child(1) {
	  color: #333;
	  border-bottom: none;
  }
  .table-type02 tbody td:nth-child(2) {
	  text-align: center;
  }
  .table-type02 tbody td:nth-child(2)::before {
	  content: "平日";
	  color: #FFF;
	  text-align: center;
	  display: block;
	  background: #9a7c4c;
  }
  .table-type02 tbody td:nth-child(3) {
	  text-align: center;
  }
  .table-type02 tbody td:nth-child(3)::before {
	  color: #FFF;
      text-align: center;
      display: block;
      background: #9a7c4c;
  }
  .table-type02 tbody td:last-child {
      margin-bottom: 10px;
  }
}

*/
/*  list
-------------------------*/
.list-type01 li {
  border-top: 1px solid #ccc;
  padding: 20px 0; }

.list-type01 li p.item-label {
  display: inline-block;
  margin-right: 2em;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

.list-type01 li p.item-text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem; }

dl dt {
  position: relative;
  color: #fff;
  padding: 20px 40px;
  line-height: 2; }

dl dd {
  position: relative;
  color: #fff;
  padding: 20px 40px;
  line-height: 2; }

.dl-type01 {
  margin: 0 auto;
  max-width: 510px; }

.dl-type01 dt,
.dl-type01 dd {
  display: inline-block;
  color: #fff;
  line-height: 1;
  /*padding: 15px 40px;*/
  padding: 15px 1em;
  font-size: 16px;
  font-size: 1.6rem; }

.dl-type01 dt {
  /*border-right: 1px solid #fff;*/
  /*width: 100px;*/
  width: 10em;
  text-align: right; }

.dl-type01 dt::after {
  content: "：";
  margin-left: 1.5em; }

.list-type02 {
  background: #f0f0ef;
  padding: 1em 4em 2em; }

.list-type02 dl {
  border-bottom: 1px solid #D9D9D9; }

.list-type02 dl dt {
  background: none;
  color: #d0a823;
  display: inline-block;
  width: 100px;
  padding: 20px; }

.list-type02 dl dd {
  background: none;
  display: inline-block;
  padding: 20px; }

.faq {
  margin-top: 40px;
  border-bottom: 1px solid #D6D6D6; }

.faq dt::after {
  content: "Q";
  position: absolute;
  top: 10%;
  left: 0;
  transform: translate(-50%, -50%);
  background: #dab677;
  color: #fff;
  border-radius: 50%;
  padding: 0 13px;
  font-size: 26px;
  font-size: 2.6rem; }

.faq dd::after {
  content: "A";
  position: absolute;
  top: 10%;
  left: 0;
  transform: translate(-50%, -50%);
  color: #d7b756;
  padding: 0 13px;
  font-size: 30px;
  font-size: 3rem; }

.list-type03 h4 {
  background: #9a7c4c;
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff; }

.list-type03 p {
  position: relative;
  color: #cfa722;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  border: 2px solid #9a7c4c;
  box-sizing: border-box; }

.list-type04 h4 {
  background: #cfa722;
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff; }

.list-type04 p {
  position: relative;
  color: #cfa722;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  border: 2px solid #cfa722;
  box-sizing: border-box; }

.list-type05 {
  padding: 1em 4em 2em; }

.list-type05 dl {
  border-bottom: 1px solid #fff; }

.list-type05 dl dt {
  background: none;
  color: #d0a823;
  display: inline-block;
  width: 100px;
  padding: 20px; }

.list-type05 dl dd {
  background: none;
  display: inline-block;
  padding: 20px;
  color: #fff; }

.list-type06 {
  max-width: 800px;
  margin: auto; }

.list-type06 li {
  margin-bottom: 1.5em; }

.list-type06 li a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #bfaa8a;
  position: relative;
  color: #9a7c4c; }

.list-type07 {
  color: #fff;
  margin: 0 40px;
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem; }

/*  textbox
-------------------------*/
.textbox-type01 {
  margin-bottom: .5em; }

.textbox-type02 {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #BCE4F0;
  box-sizing: border-box; }

.textbox-type03 {
  position: relative;
  box-sizing: border-box; }

.textbox-type03:nth-of-type(odd) .textbox-type03-img {
  width: 55%;
  box-sizing: border-box; }

.textbox-type03:nth-of-type(odd) .textbox-type03-box {
  position: absolute;
  top: 50%;
  right: 27.5%;
  transform: translate(50%, -50%);
  width: 55%;
  background: #f0f0ef;
  padding: 3em;
  box-sizing: border-box; }

.textbox-type03:nth-of-type(even) .textbox-type03-img {
  width: 55%;
  box-sizing: border-box;
  float: right; }

.textbox-type03:nth-of-type(even) .textbox-type03-box {
  position: absolute;
  top: 50%;
  left: 27.5%;
  transform: translate(-50%, -50%);
  width: 55%;
  background: #f0f0ef;
  padding: 3em;
  box-sizing: border-box; }

.textbox-type03:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0; }

/*  tab
-------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/6);
  border-right: 1px solid #d6d6d6;
  background-color: #fff;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  float: left;
  /*text-align: center;*/
  transition: all 0.2s ease;
  box-sizing: border-box;
  color: #BEAA8C; }

.tabs .tab_item:nth-of-type(1) {
  border-left: 1px solid #d6d6d6; }

.tab_item:hover {
  opacity: 0.75; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#gallery01:checked ~ #gallery01_content,
#gallery02:checked ~ #gallery02_content,
#gallery03:checked ~ #gallery03_content,
#gallery04:checked ~ #gallery04_content,
#gallery05:checked ~ #gallery05_content,
#gallery06:checked ~ #gallery06_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #dab677;
  color: #fff; }

.tab_content_description .col-w24 {
  overflow: hidden;
  max-width: 259px;
  max-height: 242px;
  position: relative; }

/*  article
-------------------------*/
.article-type01 {
  margin-bottom: 6%; }

.article-type01 .article-header {
  margin-bottom: 1.5em; }

.article-type01 .article-thumb {
  text-align: center;
  margin-bottom: 1em; }

.article-type01 .article-thumb img {
  height: auto; }

/*  pager
-------------------------*/
.pagenav {
  text-align: center;
  margin-top: 2em; }

.pagenav a {
  color: #dab677;
  display: block;
  padding: .4em 1.5em;
  border: 2px solid #dab677; }

.pagenav .prev, .pagenav .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px; }

.pager-type01 {
  text-align: center;
  margin-top: 4%; }

.pager-type01 span, .pager-type01 a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  background: #fff;
  line-height: 32px;
  border: 1px solid #dab677;
  padding: .1em 1em 0;
  font-weight: bold; }

.pager-type01 .current {
  background: #dab677;
  color: #fff; }

.pager-type01 .next, .pager-type01 .prev {
  background: none;
  border: none;
  padding: 0; }

.pager-type02 {
  text-align: center;
  margin-top: 4%; }

.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 .4em; }

.pager-type02 li a {
  display: block;
  border: 2px solid #666;
  padding: .4em; }

.pager-type02 .all a {
  border-color: #dab677;
  background: #dab677;
  color: #fff; }

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01 {
    padding: 0 20px; }

  .layout-type02 {
    padding: 0; }

  /* list */
  .list-type03 .list-item {
    width: 32%; }

  .list-type03 .list-item:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%; }

  .bnr-type01 .bnr-ttl {
    width: 60%; }

  .faq dt::after,
  .faq dd::after {
    transform: translate(-15%, -50%); } }
@media only screen and (max-width: 768px) {
  .title-type01 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left; }

  .title-type02 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: left; }

  .title-type02 a {
    color: #fff; }

  .title-type02::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10%;
    left: 0;
    transform: initial; }

  .title-type03 {
    font-size: 18px;
    font-size: 1.8rem; }

  .title-type04 h2 {
    font-size: 18px;
    font-size: 1.8rem; }

  .title-type04 p {
    font-size: 14px;
    font-size: 1.4rem; }

  .title-type07 {
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem; }

  .title-type07::before, .title-type07::after {
    content: none; }

  .title-type10 {
    font-size: 18px;
    font-size: 1.8rem; }

  .title-type11 {
    font-size: 18px;
    font-size: 1.8rem; }

  .btn-type02 {
    font-size: 16px;
    font-size: 1.6rem; }

  .group_btn a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px;
    line-height: 1; }

  .subimg:after {
    content: none; }

  .subimg img {
    max-height: initial;
    min-height: auto; }

  .bnr-type01 .bnr-ttl {
    font-size: 16px;
    font-size: 1.6rem; }

  .list-type01 li p.item-label,
  .list-type01 li p.item-text {
    font-size: 14px;
    font-size: 1.4rem; }

  .btn-type01,
  .btn-type02 {
    font-size: 14px;
    font-size: 1.4rem; }

  .dl-type01 dt, .dl-type01 dd {
    padding: 10px 20px;
    width: 100%; }

  .list-type07 {
    font-size: 14px;
    font-size: 1.4rem; } }
@media only screen and (max-width: 480px) {
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em; }

  .column-type02 .col {
    width: 100% !important;
    margin-bottom: 1em; }

  .col-o1 {
    order: 1; }

  .col-o2 {
    order: 2; }

  .col-o3 {
    order: 3; }

  .bnr-type01 {
    margin-top: 3em; }

  .bnr-type01:first-child {
    margin-top: 0; }

  .list-type05,
  .list-type02 {
    padding: 1em 1em 2em; }

  .list-type05 dl dt,
  .list-type05 dl dd {
    padding: 10px; }

  /* pager */
  .pager-type01 span, .pager-type01 a {
    margin: 0 2px;
    line-height: 26px;
    padding: .1em .6em 0; }

  .title-type08 h3 {
    padding: 10px 0 10px 85px;
    font-size: 18px;
    font-size: 1.8rem; }

  .access_group:nth-of-type(2) .title-type08 h3::before {
    width: 60px;
    height: 18px; }

  .access_group:nth-of-type(3) .title-type08 h3::before {
    width: 80px;
    height: 18px; }

  .textbox-type03:nth-of-type(2n+1) .textbox-type03-img {
    width: 100%; }

  .textbox-type03:nth-of-type(2n+1) .textbox-type03-box {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    transform: initial;
    padding: 1.5em; }

  .textbox-type03:nth-of-type(2n) .textbox-type03-img {
    float: none;
    width: 100%; }

  .textbox-type03:nth-of-type(2n) .textbox-type03-box {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: initial;
    padding: 1.5em; }

  .tab_item {
    width: calc(100%/3); }

  .table-type01 th,
  .table-type01 td {
    width: 100%;
    display: block; }

  dl dt,
  dl dd {
    padding: 10px 20px; }

  .dl-type01 dt, .dl-type01 dd {
    display: block;
    border: 0;
    text-align: left; }

  .title-type11,
  .list-type07 {
    margin: 0 auto; }

  .title-type12 {
    font-size: 12px;
    font-size: 1.2rem; } }
/*------------------------------------------
  header
------------------------------------------*/
.home .cmn-header {
  /* min-height: 100vh; */
  position: relative;
  box-sizing: border-box; }

.page .cmn-header,
.archive .cmn-header,
.single .cmn-header,
.error404 .cmn-header {
  min-height: auto;
  position: relative;
  box-sizing: border-box; }

.home .header-logo {
  display: none !important; }

.home .header-logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }

.home .header-logo a:hover {
  opacity: 1; }

.home .header-logo img {
  max-width: 600px;
  width: 100%;
  height: auto; }

.page .header-logo,
.archive .header-logo,
.single .header-logo,
.error404 .header-logo {
  position: fixed;
  top: 1.5%;
  left: 2%;
  z-index: 9999; }

.page .header-logo img,
.archive .header-logo img,
.single .header-logo img
.error404 .header-logo img {
  max-width: 250px;
  width: 100%;
  height: auto; }

.mainmovie {
  /* position: fixed; */
  overflow: hidden;
  width: 100%;
  /* height: 100vh; */
  z-index: -1; }

.mainmovie video {
  /* min-width: 100%;
  min-height: 100vh; */
  max-width: 100%;
  z-index: 1; }

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: 4px 4px;
  z-index: 2; }

/*.home .language {
  position: fixed;
  top: 3%;
  right: 4%;
  transform: translate(20%, -50%);
  z-index: 9999;
}
.page .language,
.archive .language,
.single .language,
.error404 .language {
  position: fixed;
  top: 4%;
  right: 4%;
  transform: translate(20%, -50%);
  z-index: 9999;
}*/
.home #gtranslate_wrapper {
  position: fixed !important;
  top: 2% !important;
  right: 2% !important;
  /*top: 5px !important;
  right: 5px !important;*/
  z-index: 9999 !important; }
  @media screen and (max-width: 640px) {
    .home #gtranslate_wrapper {
      display: none; } }

.page #gtranslate_wrapper,
.archive #gtranslate_wrapper,
.single #gtranslate_wrapper,
.error404 #gtranslate_wrapper {
  position: fixed !important;
  top: 2% !important;
  right: 2% !important;
  z-index: 9999 !important; }
  @media screen and (max-width: 640px) {
    .page #gtranslate_wrapper,
    .archive #gtranslate_wrapper,
    .single #gtranslate_wrapper,
    .error404 #gtranslate_wrapper {
      display: none; } }

/*.bogo-language-switcher li {
  display: inline-block;
  color: #fff;
  background: #111;
  padding: 5px 10px !important;
}
.bogo-language-switcher li.current {
  display: inline-block;
  color: #fff;
  background: #d7b756;
  padding: 5px 10px !important;
}
.bogo-language-switcher li a {
  color: #fff;
}*/
.home .gnav {
  width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(11, 11, 11, 0.8); }

.page .gnav,
.archive .gnav,
.single .gnav,
.error404 .gnav {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(11, 11, 11, 0.8);
  /*padding-top: 20px;*/ }

.home .gnav-fix,
.page .gnav-fix,
.archive .gnav-fix,
.single .gnav-fix,
.error404 .gnav-fix {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(11, 11, 11, 0.8);
  height: 71.4px;
  z-index: 9990; }

.gnav-item {
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-flex: 1;
  flex: 1; }

.gnav-item .gnav-link {
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all  .6s ease; }
  .gnav-item .gnav-link span {
    display: block; }

.gnav-item .gnav-link:hover,
.gnav-item .gnav-link.current {
  background: #d7b756; }

.gnav-item .gnav-link.current:before, .gnav-item .gnav-link.current:after {
  width: 50%; }

.gnav-item a {
  display: block; }

.gnav-item:hover a.gnav-link,
.gnav-item a.gnav-link.current {
  color: #fff; }

.gnav-list {
  /*max-width: 880px;*/
  margin: auto;
  /*---変更------*/
  max-width: 800px;
  display: flex;
  justify-content: center; }

.gnav-link {
  position: relative;
  color: #fff;
  padding: 1.2em 0; }
  .gnav-link span {
    position: relative; }
    .gnav-link span::after {
      content: "";
      background: #fff;
      height: 1px;
      width: 30px;
      position: absolute;
      bottom: -15%;
      left: 50%;
      transform: translate(-50%, -20%); }

.gnav-link:hover span:after,
.gnav-item a.gnav-link.current span:after {
  content: "";
  background: #fff; }

.gnav-link:before, .gnav-link:after {
  content: "";
  width: 0;
  height: 4px;
  background: #d0a823;
  position: absolute;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s; }

.gnav-link:before {
  left: 50%; }

.gnav-link:after {
  right: 50%; }

.gnav-link:hover {
  opacity: 1; }

.gnav-link:hover:before, .gnav-link:hover:after {
  width: 50%; }

.gnav-toggle {
  display: none; }

.gnav-toggle .txt {
  display: none; }

.gnav-child {
  display: none;
  background: #f9f9f9;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2; }

.gnav-child a {
  color: #7d7d7d;
  padding: 1em 0; }

@media only screen and (max-width: 1500px) {
  .page .header-logo img,
  .archive .header-logo img,
  .single .header-logo img,
  .error404 .header-logo img {
    max-width: 180px;
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 1280px) {
  /*.page .language,
  .archive .language,
  .single .language,
  .error404 .language {
  	top: 3%;
  }*/ }
@media only screen and (max-width: 1024px) {
  .home .cmn-header {
    min-height: auto; }

  .home .header-logo {
    top: 50%; }

  .header-logo {
    padding: 5px 20px; }

  .header-logo img {
    width: 160px; }

  .header-lead, .header-info, .header-contact {
    display: none; }

  .language-sp {
    padding: 5%;
    text-align: center; }

  .gnav {
    border: none;
    background: none;
    position: fixed;
    top: 0; }

  .gnav-list {
    display: block;
    position: fixed;
    width: 40%;
    height: 100vh;
    background: #dab677;
    right: -40%;
    -webkit-transition: .4s;
    transition: .4s; }

  .gnav-list-open {
    right: 0 !important;
    border-right: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s; }

  .gnav-item {
    width: 100%;
    -webkit-flex: none;
    flex: none;
    border-bottom: 1px solid #fff; }

  .gnav-link {
    border: none !important; }

  .gnav-link:hover {
    background: #dab677; }

  .gnav-link:before, .gnav-link:after {
    content: none; }

  .gnav-item .gnav-link {
    -webkit-transform: none;
    transform: none; }

  .gnav-item .gnav-link span {
    -webkit-transform: none;
    transform: none; }

  .gnav-child {
    position: static; }

  .gnav-child a {
    padding: 1em; }

  .gnav-toggle {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #dab677;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 20; }

  .gnav-toggle-icon {
    position: relative; }

  .gnav-toggle-icon div {
    position: absolute;
    width: 22px;
    height: 20px;
    top: 15px;
    left: 14px; }

  .gnav-toggle-icon span {
    -webkit-transition: .2s;
    transition: .2s;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0; }

  .gnav-toggle-icon span:nth-of-type(1) {
    top: 0; }

  .gnav-toggle-icon span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px; }

  .gnav-toggle-icon span:nth-of-type(3) {
    bottom: 0; }

  .gnav-open .gnav-toggle-icon span {
    -webkit-transition: .2s;
    transition: .2s; }

  .gnav-open .gnav-toggle-icon span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }

  .gnav-open .gnav-toggle-icon span:nth-of-type(2) {
    opacity: 0; }

  .gnav-open .gnav-toggle-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg); }

  .gnav-item:last-child .gnav-link span::before {
    content: none;
    display: none; }

  .home .gnav {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transform: none;
    background: none; }

  .home .gnav-fix, .page .gnav-fix, .archive .gnav-fix, .single .gnav-fix, .error404 .gnav-fix {
    background: none;
    height: 0; }

  .page .gnav,
  .archive .gnav,
  .single .gnav,
  .error404 .gnav {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transform: inherit;
    background: none;
    padding-top: 0; }

  .home .header-contents {
    padding: 0;
    margin: 0; }

  .page .header-contents,
  .archive .header-contents,
  .single .header-contents,
  .error404 .header-contents {
    background: #111;
    padding: 1% 0; }

  /*.home .language,
  .page .language,
  .archive .language,
  .single .language,
  .error404 .language {
    display: none;
  }*/
  /*.page .header-logo, .archive .header-logo, .single .header-logo, .error404 .header-logo {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    z-index: 9;
  }*/
  .mainmovie {
    position: relative;
    height: auto; }

  /* .mainmovie video {
    min-height: 576px;
    max-height: 576px;
    height: 576px;
  } */ }
@media only screen and (max-width: 768px) {
  .home .header-logo img {
    max-width: 300px; }

  .page .header-logo,
  .archive .header-logo,
  .single .header-logo,
  .error404 .header-logo {
    position: relative;
    text-align: left; }

  .page .header-logo img,
  .archive .header-logo img,
  .single .header-logo img,
  .error404 .header-logo img {
    max-width: 120px; } }
@media only screen and (max-width: 480px) {
  .header-logo {
    text-align: center;
    width: 100%;
    border-width: 2px; }

  .gnav-list {
    width: 60%;
    right: -60%;
    height: calc(100vh - 0px); }

  .gnav-toggle {
    display: none; }

  .gnav-toggle-icon {
    display: table-cell;
    vertical-align: middle; }

  .gnav-toggle-icon div {
    display: none; } }
/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  padding: 6% 0 2%;
  background: url(../images/common/mainimg.png) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

.cmn-footer:after {
  content: "";
  /*background: rgba(55, 55, 55, .5);*/
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1; }

.footer-contents {
  z-index: 2;
  position: relative; }

.footer-tel {
  color: #fff;
  font-size: 20px;
  font-size: 2rem; }

.footer-tel a {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 .5em; }

.footer-menu {
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  z-index: 2; }

.footer-menu ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.footer-menu ul li i {
  margin-right: .5em; }

.footer-menu a {
  color: #fff; }

.footer-menu a:hover {
  color: #d0a823;
  opacity: 1; }

.footer-info {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 2; }

.footer-copyright {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999; }

.f_fix_bnr {
  position: fixed;
  bottom: 3%;
  /*right: 3%;*/
  right: 0;
  z-index: 9999; }

.f_fix_bnr p a {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  display: block;
  padding: 30px 5px 15px;
  vertical-align: middle; }

.f_fix_bnr p:nth-of-type(1) a {
  background: #d7b756;
  color: #fff;
  border: 1px solid #d7b756;
  box-sizing: border-box;
  max-height: 200px;
  min-height: 100px;
  font-size: 16px;
  font-size: 1.6rem; }

.f_fix_bnr p:nth-of-type(1) a:hover {
  background: #fff;
  color: #d0a823;
  opacity: 1; }

/*.f_fix_bnr p:nth-of-type(2) a {
  background: #28bbf8;
  color: #fff;
  border: 1px solid #28bbf8;
  box-sizing: border-box;
  max-height: 200px;
  min-height: 150px;
}
.f_fix_bnr p:nth-of-type(2) a:hover {
  background: #fff;
  color: #9b7d48;
  opacity: 1;
}*/
/*.f_fix_bnr p:nth-of-type(1) a:before {
  content: "\f073";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
}*/
.f_fix_bnr p:nth-of-type(1) a:before {
  content: "\f0e0";
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%); }

.sp-footer-menu {
  display: none;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .cmn-footer {
    padding-bottom: 80px; }

  .footer-menu {
    padding-bottom: 1em; }

  .sp-footer-menu {
    display: block;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #f0f0f0;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 20; }

  .sp-footer-menu .menu-item {
    width: 25%;
    height: 50px;
    text-align: center;
    display: table;
    border-left: 1px solid #f0f0f0;
    position: relative;
    box-sizing: border-box; }

  .sp-footer-menu .menu-item a, .sp-footer-menu .menu-item span {
    display: table-cell;
    vertical-align: middle;
    background: #d7b756;
    color: #f0f0f0;
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem; }

  .sp-footer-menu .menu-item i {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    margin-top: .2em;
    margin-bottom: .2em; }

  .f_fix_bnr {
    display: none; } }
/*------------------------------------------
  contents
------------------------------------------*/
/*  page
-------------------------*/
.contents-wrapper {
  padding-top: 100px;
  padding-bottom: 6%;
  background: #111; }

.cmn-breadcrumb {
  padding: .6em 0 .8em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff; }

.cmn-breadcrumb a {
  display: inline-block; }

.cmn-breadcrumb span {
  display: inline-block; }

.cmn-pagetitle {
  padding-top: 2%; }

.page-section {
  padding-bottom: 6%; }

.page-section:last-child {
  padding-bottom: 0; }

.page-section .contents-block {
  margin-bottom: 4%; }

.page-section .contents-block p {
  color: #fff;
  font-size: 16px;
  font-size: 2.0rem; }

.page-section .contents-block:last-child {
  margin-bottom: 0; }

/*  sitemap
-------------------------*/
#sitemap_list {
  max-width: 800px;
  margin: auto; }

#sitemap_list li {
  margin-bottom: 1.5em; }

#sitemap_list a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #7d7d7d;
  position: relative; }

#sitemap_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #7d7d7d;
  border-right: 2px solid #7d7d7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px; }

/*  form
-------------------------*/
.form-block .txt-form {
  margin-bottom: 2%; }

.form-block .txt-form-conf {
  display: none; }

.form-block .input-text input, .form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.form-block .input-text input {
  height: 36px;
  padding: 0 .5em; }

.form-block .input-textarea textarea {
  padding: .5em; }

.form-block .input-submit {
  text-align: center;
  margin-top: 2em; }

.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle; }

.form-block .input-submit input {
  height: 40px;
  padding: 0 30px;
  border-radius: 5px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.form-block .input-submit .back {
  margin-right: 10px; }

.form-block .input-submit .back input {
  background: #ccc; }

.form-block .input-submit .enter input {
  position: relative;
  display: inline-block;
  padding: 0.25em 1.5em;
  text-decoration: none;
  color: #FFF;
  background: #cfa722;
  border-bottom: solid 2px #cfa722;
  border-radius: 4px;
  box-shadow: 0 4px 0 #9a7c4c;
  font-weight: bold; }

.form-block .input-submit .enter input:active {
  border-bottom: solid 2px #cfa722;
  box-shadow: 0 0 2px #9a7c4c; }

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none; }

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block; }

.slide-item {
  position: relative; }

.slide-item img {
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: inherit; }

.main-slider .slick-dots {
  position: absolute;
  top: 20px;
  left: 40px; }

.main-slider .slick-dots li {
  margin-top: 10px; }

.main-slider .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  /*background: #fff;*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: none;
  -webkit-transition: .3s;
  transition: .3s; }

.main-slider .slick-dots .slick-active button {
  background: #dab677; }

/*  TOPコンテンツ
-------------------------*/
.home .cmn-main {
  background: url(../images/common/mainimg.png) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

.top-section01 {
  text-align: center;
  background: #0b0b0b;
  padding: 40px;
  box-sizing: border-box;
  margin-top: -10px; }
  @media screen and (max-width: 640px) {
    .top-section01 {
      padding: 40px 0; } }
  .top-section01 .bnr10 {
    margin-bottom: 10px !important; }

/*  TOPコンテンツ02
-------------------------*/
.top-section02 {
  text-align: center;
  background: rgba(11, 11, 11, 0.9);
  margin-bottom: 20%; }

.top-section02 .section-contents {
  position: relative;
  padding: 60px 0 60px; }

.top-section02 .section-contents p {
  position: relative;
  z-index: 9;
  font-size: 10px;
  font-size: 1.3vw;
  color: #fff; }

/*  TOPコンテンツ03
-------------------------*/
.top-section03 {
  background: rgba(11, 11, 11, 0.9); }

.top-section03 .section-inner {
  text-align: center; }

.top-section03 .section-contents {
  position: relative;
  padding: 20px 0 0;
  z-index: 9; }

.top-section03s .section-contents {
  padding: 20px 0; }

.top-bnr {
  position: relative;
  background: #111; }

.top-bnr a:hover {
  opacity: 1; }

#slide_wrapp,
#slide_wrapp02,
#slide_wrapp03,
#slide_wrapp04,
#slide_wrapp05 {
  position: relative;
  overflow: hidden; }

#slide_wrapp::before,
#slide_wrapp03::before,
#slide_wrapp05::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 15%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #d0a823;
  border-bottom: 1px solid #d0a823;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  z-index: 3; }

#slide_wrapp02::before,
#slide_wrapp04::before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 14%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #d0a823;
  border-bottom: 1px solid #d0a823;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  z-index: 3; }

@-moz-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }
#slide_wrapp:after,
#slide_wrapp03:after,
#slide_wrapp05:after {
  content: "";
  background: rgba(11, 11, 11, 0.8) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 2; }

#slide_wrapp02:after,
#slide_wrapp04:after {
  content: "";
  background: rgba(11, 11, 11, 0.8) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30%;
  height: 101%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 2; }

#slide_wrapp .slide_item,
#slide_wrapp02 .slide_item02,
#slide_wrapp03 .slide_item03,
#slide_wrapp04 .slide_item04,
#slide_wrapp05 .slide_item05 {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  z-index: 1; }

#slide_wrapp .slide_item:not(:first-child),
#slide_wrapp02 .slide_item02:not(:first-child),
#slide_wrapp03 .slide_item03:not(:first-child),
#slide_wrapp04 .slide_item04:not(:first-child),
#slide_wrapp05 .slide_item05:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0; }

#slide_wrapp .slide_item.show_,
#slide_wrapp02 .slide_item02.show__,
#slide_wrapp03 .slide_item03.show___,
#slide_wrapp04 .slide_item04.show____,
#slide_wrapp05 .slide_item05.show_____ {
  opacity: 1; }

#slide_wrapp .slide_item.zoom_,
#slide_wrapp02 .slide_item02.zoom__,
#slide_wrapp03 .slide_item03.zoom___,
#slide_wrapp04 .slide_item04.zoom____,
#slide_wrapp05 .slide_item05.zoom_____ {
  transform: scale(1.2); }

#slide_wrapp .slide_item img,
#slide_wrapp02 .slide_item02 img,
#slide_wrapp03 .slide_item03 img,
#slide_wrapp04 .slide_item04 img,
#slide_wrapp05 .slide_item05 img {
  display: block; }

.top-section03:nth-of-type(odd) .top-bnr-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 10;
  width: 30%; }

.top-section03:nth-of-type(even) .top-bnr-txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 10;
  width: 30%; }

.top-bnr-txt p {
  color: #fff;
  margin-top: 5px;
  font-size: 20px;
  font-size: 2rem; }

/*  TOPコンテンツ04
-------------------------*/
.top-section04 {
  padding: 6% 0; }

/*  TOPコンテンツ05
-------------------------*/
.top-section05 {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 6% 0; }

.attention01 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

.attention02 {
  background: #b40404;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px; }

.attention03 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

.access-attention {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 50px; }

.access-attention i {
  color: #d0a823;
  margin: 0 10px; }

.access-price {
  margin: 0 40px; }

@media only screen and (max-width: 1280px) {
  .contents-wrapper {
    /*padding-top: 20px;*/ } }
@media only screen and (max-width: 1024px) {
  /*  home
-------------------------*/
  .cmn-main {
    padding-top: 0 !important; }

  .main-slider .slick-dots {
    left: 20px; }

  .main-slider .slick-dots li {
    margin-top: 6px; }

  .main-slider .slick-dots button {
    height: 6px; }

  .top-section04 .works-image {
    width: 100%; }

  .top-section04 .works-text {
    width: 410px; }

  .top-section04 .works-text .num {
    width: 120px; } }
@media only screen and (max-width: 768px) {
  .contents-wrapper {
    padding-top: 0; }

  /*  page
-------------------------*/
  .cmn-pagetitle {
    padding-top: 7%; }

  .page-section {
    padding-bottom: 10%; }

  .page-section .section-header {
    margin-bottom: 1em; }

  .page-section .contents-block {
    margin-bottom: 8%; }

  /*  home
-------------------------*/
  .main-slider .slick-dots {
    display: none !important; }

  .slide-item {
    height: auto; }

  .slide-item img {
    position: relative; }

  .top-section05 {
    padding: 8% 0; }

  .top-section05 .newslist {
    margin-bottom: 5%; }

  .top-section02 {
    margin-bottom: 0;
    padding-bottom: 4%; }

  .top-section02 .section-contents,
  .top-section03 .section-contents {
    padding: 30px 0 0; }

  .top-section02 .section-contents p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left; }

  .top-section03 {
    padding-top: 0; }

  .top-section03:nth-of-type(2n) .top-bnr-txt,
  .top-section03:nth-of-type(2n+1) .top-bnr-txt {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    z-index: 10;
    width: 100%;
    margin: 1em 1em 0; }

  .top-section03:nth-of-type(2n) .top-bnr::after,
  .top-section03:nth-of-type(2n+1) .top-bnr::after,
  #slide_wrapp::after, #slide_wrapp03::after,
  #slide_wrapp02::after, #slide_wrapp04::after {
    content: none; }

  .top-bnr-txt p {
    color: #fff;
    margin-top: 5px;
    text-align: left; }

  #slide_wrapp::before, #slide_wrapp03::before, #slide_wrapp05::before,
  #slide_wrapp02::before, #slide_wrapp04::before {
    left: 50%;
    right: 0;
    width: 12px;
    height: 12px; }

  .footer-tel {
    font-size: 14px;
    font-size: 1.4rem; }

  .footer-tel a {
    display: block;
    margin: 0;
    font-size: 20px;
    font-size: 2rem; }

  .footer-menu a,
  .footer-info {
    font-size: 12px;
    font-size: 1.2rem; }

  .footer-bnr a {
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
    margin: .5em; }

  .top-bnr-txt p {
    font-size: 14px;
    font-size: 1.4rem; }

  .access-attention,
  .attention01 {
    font-size: 14px;
    font-size: 1.4rem; }

  .page-section .contents-block p {
    font-size: 14px;
    font-size: 1.4rem; } }
@media only screen and (max-width: 480px) {
  .access-attention,
  .access-price {
    margin: 0 auto; } }
/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .list-type03 .item-head, .footer-map, .top-section04 .section-contents {
  *zoom: 1; }

.clearfix:after, .list-type03 .item-head:after, .footer-map:after, .top-section04 .section-contents:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*------------------------------------------
  add
------------------------------------------*/
.container {
  text-align: center;
  padding-bottom: 20px; }

.btn-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  background-color: #d6b65e;
  font-size: 25px;
  line-height: 52px;
  color: #d6b65e;
  font-weight: bold;
  border: 2px solid #d6b65e;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .btn-open::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    height: 240%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(11.6deg);
    transition: .2s;
    z-index: -1; }
  .btn-open:hover {
    color: #fff; }

a.btn-open:hover {
  opacity: 1; }

.btn-open:hover:after {
  height: 0;
  opacity: 0; }

.btn-open:active:after {
  height: 340%;
  opacity: 1; }
