@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}
@media screen and (max-width: 768px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}

.fade-in-right {
  transform: translate(50px, 0);
}
@media screen and (max-width: 768px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

p {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

#lower {
  width: 100%;
}
#lower .lower {
  position: relative;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 30vh;
  }
}
#lower .lower .lower_image {
  width: 100%;
  height: 30vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 30vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lower .lower .lower_title {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-shadow: 0 0 5px #000;
  position: absolute;
  bottom: 0%;
  left: 10%;
  height: 30vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_title {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    height: 30vh;
  }
}
#lower .lower .lower_title h2 {
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 5vw;
  }
}
#lower .breadcrumbs {
  padding: 2vw 2vw;
  border-bottom: solid 1px #ddd;
}
#lower .breadcrumbs p {
  font-size: 1.3rem;
  color: #e39f61;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 1.3rem;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #888;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 2rem;
  }
}

/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top_contents_btn {
  width: auto;
  margin: auto;
}
.top_contents_btn a {
  text-decoration: none;
  text-align: center;
  margin: auto;
  display: table;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a {
    width: 100%;
  }
}
.top_contents_btn a button {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 3rem;
  background-color: #e39f61;
  border: none;
  transition: all 0.4s;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    font-size: 3vw;
  }
}
.top_contents_btn a button:hover {
  opacity: 0.75;
  background-color: #e39f61;
  color: #fff;
}
.top_contents_btn a button i {
  margin-left: 1vw;
}

iframe {
  max-width: 100%;
  width: 100%;
}

.info.box {
  box-sizing: border-box;
  box-shadow: 0 0 5px #aeaeae;
  background: #fff;
  border: 1px solid #ccc;
  width: calc(100% - 10px);
  margin: 50px auto;
  padding: 20px;
}

.info.box * {
  box-sizing: border-box;
}

#column_single .column_contents .info.box a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

#column_single .column_contents .info.box .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: inherit;
}

.info.box .text {
  margin-bottom: 20px;
  line-height: 1.5;
}

.info.box .text a {
  text-decoration: none;
  transition: all 0.3s;
}

.info.box .text a:hover {
  opacity: 0.6;
}

.info.box .contents {
  background: 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center;
}

.info.box .contents .image {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-right: 5%;
  padding: 20px;
}

.info.box .contents .image img {
  margin: 0 !important;
  max-width: 72%;
}

.info.box .contents .content {
  width: 50%;
}

.info.box .contents .content .tel {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.info.box .contents .content a img {
  display: block;
  margin: 0 auto;
}

.info.box .contents .content .btn {
  background: #ab5e05;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 20px auto auto;
  padding: 10px;
  transition: 0.3s;
}

.info.box .contents .content .btn:hover {
  opacity: 0.6;
}

.info.box .contents .content table, .info.box .contents .content table tr th, .info.box .contents .content table tr td {
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
}

.info.box .contents .content table tr th {
  font-weight: 700;
  vertical-align: middle;
  width: 50px;
  text-align: left;
}

.info.box .contents .content table tr:nth-child(1) th {
  text-align: left;
}

.info.box .contents .content table tr:nth-child(2) td span {
  display: block;
}

.info.box .contents .content table + p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  animation: none;
}

@media screen and (max-width: 768px) {
  .info.box .contents .content, .info.box .contents .image {
    width: 100%;
    margin: 0;
  }
  #column_single .column_contents .info.box .text p, .info.box .contents .content table, .info.box .contents .content table tr th, .info.box .contents .content table tr td {
    font-size: 15px;
  }
  .info.box .contents .content .tel {
    pointer-events: auto;
  }
  .info.box .contents .image {
    margin-bottom: 20px;
  }
}
#column_single .column_contents .descn table:not(.info.box table) {
  background: #fff;
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  text-align: center;
}

#column_single .column_contents .descn table:not(.info.box table) td, #column_single .column_contents .descn table:not(.info.box table) th {
  border: 1px solid;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

#column_single .column_contents .descn table:not(.info.box table) th {
  font-weight: 700;
  text-align: center;
}

#column_single .column_contents .descn ol, #column_single .column_contents .descn ul {
  margin: 10px 0;
  padding-left: 40px;
}

#column_single .column_contents .descn ul {
  list-style-type: circle !important;
}

#column_single .column_contents .descn ol {
  padding-left: 35px;
}

#column_single .column_contents .descn ol > li, #column_single .column_contents .descn ul > li {
  box-shadow: none;
  margin: 0;
  list-style: auto;
  font-size: 15px;
}

#column_single .column_contents .descn ul li {
  list-style-type: circle;
}

#column_single .column_contents .descn ol > li {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  #column_single .column_contents .descn table:not(.info.box table) td, #column_single .column_contents .descn table:not(.info.box table) th, #column_single .column_contents .descn ol > li, #column_single .column_contents .descn ul > li {
    font-size: 15px;
  }
}
#column_single .column_contents .descn h2 {
  background: #ab5e05;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 20px;
}

#column_single .column_contents .descn h3 {
  color: #ab5e05;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

#column_single .column_contents .descn * + h2, #column_single .column_contents .descn * + h3 {
  margin-top: 40px;
}

#column_single .column_contents .descn h2 + *, #column_single .column_contents .descn h3 + * {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #column_single .column_contents .descn h2 {
    font-size: 18px;
  }
  #column_single .column_contents .descn h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
a.author {
  font-size: 15px;
  text-decoration: none !important;
  color: #ab5e05;
  transition: all 0.3s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

a.author:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  a.author {
    font-size: 15px;
  }
}
#column_single .column_contents ul li .outline .title, #news_single .news_contents ul li .outline .title {
  font-size: 24px;
}

#column_single .column_contents ul li .outline .date, #news_single .news_contents ul li .outline .date {
  font-size: 15px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #column_single .column_contents ul li .outline .title, #news_single .news_contents ul li .outline .title {
    font-size: 22px;
  }
  #column_single .column_contents ul li .outline .date, #news_single .news_contents ul li .outline .date {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #column_single .column_contents ul li .outline .descn p, #news_single .news_contents ul li .outline .descn p {
    font-size: 15px;
  }
  #column .column_contents ul a li .outline .title, #news .news_contents ul a li .outline .title {
    font-size: 18px;
  }
  #column .column_contents ul a li .outline .descn p, #news .news_contents ul a li .outline .descn p {
    font-size: 15px;
  }
}
#column .column_contents ul a li .outline, #column_single .column_contents ul li .outline, #news .news_contents ul a li .outline, #news_single .news_contents ul li .outline {
  height: auto;
  padding: 20px;
}

#column_single .column_contents ul li .outline, #news_single .news_contents ul li .outline {
  padding: 40px 20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #column .column_contents ul a li, #column_single .column_contents .outline > ul li, #news .news_contents ul a li, #news_single .news_contents .outline > ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #column .column_contents ul a li .outline, #column_single .column_contents ul li .outline, #news .news_contents ul li a .outline, #news_single .news_contents ul li .outline {
    height: auto;
  }
  #column .column_contents ul a li .outline, #news .news_contents ul a li .outline {
    padding: 0;
  }
  #column_single .column_contents .outline > ul li, #news_single .news_contents .outline > ul li {
    width: 100%;
  }
}
#news .news_contents ul a li .outline {
  height: auto !important;
}

#news .news_contents ul a li .outline {
  height: auto !important;
}

#column .column_contents ul a li .outline {
  height: auto !important;
}

#news_single .news_contents ul li .outline {
  height: auto !important;
}

@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 17px;
  }
  #news_single .news_contents ul li .outline .title {
    font-size: 17px;
  }
  #news .news_contents ul a li .outline .descn p {
    font-size: 15px;
  }
  #news_single .news_contents ul li .outline .descn p {
    font-size: 15px;
  }
  .wp-pagenavi span {
    font-size: 13px;
  }
  #column .column_contents ul a li .outline .title {
    font-size: 17px;
  }
  #column .column_contents .navigation {
    margin-top: 50px;
  }
  #column_single .column_contents ul li .outline .descn p {
    font-size: 15px;
  }
  .info.box .contents .content .btn {
    font-size: 15px;
  }
  #column_single .column_contents ul li .outline .title {
    font-size: 17px;
  }
  #news .news_contents ul a li .outline {
    height: auto !important;
  }
}
header {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header_contact {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
  }
}
header .header_contact .header_mail a {
  font-size: 1.8rem;
  display: inline-flex;
  text-orientation: upright;
  align-items: center;
  text-decoration: none;
  color: #ab5e05;
  border: solid 1px #ab5e05;
  background-color: #fff;
  transition: all 0.4s;
}
header .header_contact .header_mail a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .header_contact .header_mail a {
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_contact .header_mail a {
    width: 100%;
    font-size: 2.3rem;
    padding: 0.75rem;
    display: inline-flex;
    justify-content: center;
  }
}
header .header_contact .header_mail a span {
  font-size: 2.3rem;
  padding: 0 1rem;
  color: #fff;
  display: inline-block;
  background-color: #ab5e05;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .header_contact .header_mail a span {
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_contact .header_mail a span {
    color: #ab5e05;
    background-color: transparent;
    padding: 0;
  }
}
header .header_contact .header_mail a div {
  padding: 0 1rem;
  font-size: 1.5rem;
}
header #header_pc {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_top {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_top {
    width: 95%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_top {
    width: 100%;
  }
}
header #header_pc .header_top .header_logo {
  width: auto;
  padding: 10px 0;
}
header #header_pc .header_top .header_logo a {
  display: block;
  width: 40rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_top .header_logo a {
    width: 32rem;
  }
}
header #header_pc .header_top .header_logo a img {
  width: 100%;
}
header #header_pc .header_top .header_contact {
  width: auto;
  padding: 10px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
header #header_pc .header_top .header_contact li {
  width: auto;
  padding: 0 1rem;
}
header #header_pc .header_top .header_contact li p {
  font-size: 1.5rem;
}
header #header_pc .header_top .header_contact li .tel {
  color: #e39f61;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_top .header_contact li .tel {
    pointer-events: all;
  }
}
header #header_pc .header_top .header_contact li .tel i {
  padding-right: 0.5rem;
}
header #header_pc .header_top .header_contact li .contact {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.8rem;
  display: block;
  background-color: #e39f61;
  border: solid 1px #e39f61;
  border-radius: 2rem;
  text-decoration: none;
  padding: 0.5rem 2rem;
  transition: all 0.4s;
}
header #header_pc .header_top .header_contact li .contact i {
  padding-right: 0.5rem;
}
header #header_pc .header_top .header_contact li .contact:hover {
  color: #e39f61;
  background-color: #fff;
}
header #header_pc .header_menu {
  background-color: #e39f61;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}
header #header_pc .header_menu ul li {
  width: 20%;
  border-left: solid 1px #fff;
}
header #header_pc .header_menu ul li:first-child {
  border-left: none;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_menu ul li {
    margin: 0 0.5rem;
  }
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.4s;
  display: block;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_menu ul li a {
    font-size: 1.8rem;
  }
}
header #header_pc .header_menu ul li a i {
  font-size: 1.8rem;
  padding-right: 0.5rem;
}
header #header_pc .header_menu ul li a:hover {
  opacity: 0.75;
}
header #header_pc .header_menu ul li .shop_site {
  color: #fff !important;
  background-color: #f7c229;
  padding: 0.8rem 1rem !important;
  border-radius: 5px;
}
header #header_pc .header_menu ul li .shop_site:hover {
  background-color: #e0ac16;
}
header #header_pc .header_menu ul li .insta {
  color: #fff !important;
  background-color: #cf2f93;
  padding: 0.8rem 1rem !important;
  border-radius: 5px;
}
header #header_pc .header_menu ul li .insta:hover {
  background-color: #951765;
}
header #header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2vw;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
header #header_sp .header_logo {
  height: 40px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 35px;
  }
}
header #header_sp .header_logo img {
  height: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #e39f61;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #e39f61;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #e39f61;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active {
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 165, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2vw;
  transition: 0.4s all;
}
nav.globalMenuSp ul li a:hover {
  color: #ab5e05;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 1.5rem;
  }
}
nav.globalMenuSp ul li a i {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a i {
    padding-right: 0.5rem;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(0%);
}

.header.change-color {
  background-color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
}
.header.change-color .header_menu {
  background-color: #f7f3ec;
}
.header.change-color .header_menu ul li {
  margin: 0 1rem;
}
.header.change-color .header_menu ul li:first-child {
  border: none !important;
}
.header.change-color .header_menu ul li a {
  color: #333;
  transition: all 0.4s;
}
.header.change-color .header_menu ul li a:hover {
  color: #ab5e05;
}
.header.change-color .header_menu ul li .shop_site {
  color: #fff !important;
  background-color: #f7c229;
  padding: 0.8rem 1rem !important;
  border-radius: 5px;
}
.header.change-color .header_menu ul li .shop_site:hover {
  background-color: #e0ac16;
}
.header.change-color .header_menu ul li .insta {
  color: #fff !important;
  background-color: #cf2f93;
  padding: 0.8rem 1rem !important;
  border-radius: 5px;
}
.header.change-color .header_menu ul li .insta:hover {
  background-color: #951765;
}

#top_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .slider {
  position: relative;
  width: 100%;
}
#top_main .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 768px) {
  #top_main .items {
    height: 35vh;
  }
}
#top_main .items .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
#top_main .items .item div {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#top_main .items .current {
  opacity: 1;
}
#top_main .buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#top_main .buttons .button {
  width: 35px;
  height: 70px;
  border: none;
  outline: none;
  padding: 0;
  background: #ccc center no-repeat;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_main .buttons .button {
    width: 15px;
    height: 35px;
  }
}
#top_main .buttons .button i {
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .buttons .button i {
    font-size: 1rem;
  }
}
#top_main .buttons .button:hover {
  opacity: 0.8;
}
#top_main .dots {
  position: absolute;
  bottom: 5vh;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_main .dots {
    top: 30vh;
  }
}
#top_main .dots .dot {
  display: block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  border: none;
  outline: none;
  padding: 0;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
}
#top_main .dots .dot:nth-child(n+2) {
  margin-left: 10px;
}
#top_main .dots .dot.current {
  opacity: 1;
}
#top_main .top_main_logo img {
  width: 100%;
}
#top_main .effect {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 40%;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .effect {
    top: 36%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .effect {
    top: 36%;
  }
}
#top_main .effect .top_main_logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#top_main .effect .top_main_logo img {
  width: 100%;
}
#top_main .effect .top_main_logo .ja {
  font-size: 2.5vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3vw;
  margin-top: 1rem;
  display: block;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 768px) {
  #top_main .effect .top_main_logo .ja {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#top_main .effect .top_main_logo .animate-title {
  color: white;
  opacity: 0;
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  #top_main .effect .top_main_logo .animate-title {
    font-size: 1.3rem;
  }
}
#top_main .effect .top_main_logo .animate-title.inview {
  opacity: 1;
}
#top_main .effect .top_main_logo .animate-title.inview .char {
  display: inline-block;
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(1) {
  animation-delay: 0.1s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(2) {
  animation-delay: 0.2s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(3) {
  animation-delay: 0.3s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(4) {
  animation-delay: 0.4s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(5) {
  animation-delay: 0.5s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(6) {
  animation-delay: 0.6s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(7) {
  animation-delay: 0.7s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(8) {
  animation-delay: 0.8s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(9) {
  animation-delay: 0.9s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(10) {
  animation-delay: 1s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(11) {
  animation-delay: 1.1s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(12) {
  animation-delay: 1.2s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(13) {
  animation-delay: 1.3s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(14) {
  animation-delay: 1.4s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(15) {
  animation-delay: 1.5s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(16) {
  animation-delay: 1.6s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(17) {
  animation-delay: 1.7s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(18) {
  animation-delay: 1.8s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(19) {
  animation-delay: 1.9s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(20) {
  animation-delay: 2s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(21) {
  animation-delay: 2.1s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(22) {
  animation-delay: 2.2s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(23) {
  animation-delay: 2.3s;
}
#top_main .effect .top_main_logo .animate-title.inview .char:nth-child(24) {
  animation-delay: 2.4s;
}
@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#top_main .effect .top_main_logo .animate-title2 {
  color: white;
  opacity: 0;
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 768px) {
  #top_main .effect .top_main_logo .animate-title2 {
    font-size: 1.3rem;
  }
}
#top_main .effect .top_main_logo .animate-title2.inview {
  opacity: 1;
}
#top_main .effect .top_main_logo .animate-title2.inview .char {
  display: inline-block;
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 14s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(1) {
  animation-delay: 0.1s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(2) {
  animation-delay: 0.2s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(3) {
  animation-delay: 0.3s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(4) {
  animation-delay: 0.4s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(5) {
  animation-delay: 0.5s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(6) {
  animation-delay: 0.6s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(7) {
  animation-delay: 0.7s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(8) {
  animation-delay: 0.8s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(9) {
  animation-delay: 0.9s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(10) {
  animation-delay: 1s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(11) {
  animation-delay: 1.1s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(12) {
  animation-delay: 1.2s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(13) {
  animation-delay: 1.3s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(14) {
  animation-delay: 1.4s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(15) {
  animation-delay: 1.5s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(16) {
  animation-delay: 1.6s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(17) {
  animation-delay: 1.7s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(18) {
  animation-delay: 1.8s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(19) {
  animation-delay: 1.9s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(20) {
  animation-delay: 2s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(21) {
  animation-delay: 2.1s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(22) {
  animation-delay: 2.2s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(23) {
  animation-delay: 2.3s;
}
#top_main .effect .top_main_logo .animate-title2.inview .char:nth-child(24) {
  animation-delay: 2.4s;
}
@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#top_main .effect .top_main_logo button {
  display: none;
}
#top_main .effect .top_main_logo .en {
  font-size: 3.5vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #top_main .effect .top_main_logo .en {
    font-size: 4.5vw;
  }
}
#top_main .slide-images {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 40vh;
  }
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes topMainText {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.head_border {
  padding: 3rem;
  background-color: #fff;
}
.head_border img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .head_border img {
    width: 90%;
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#top_news {
  padding: 5rem 0;
  background-color: #fff;
}
#top_news .top_news_pc {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_pc {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents {
    width: 95%;
    margin: auto;
  }
}
#top_news .top_news_pc .top_news_contents .top_news_title {
  width: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_pc .top_news_contents .top_news_title {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents .top_news_title {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_contents .top_news_title h2 {
  position: relative;
  font-weight: 100;
  font-size: 2rem;
  display: inline-block;
  margin: 0;
}
#top_news .top_news_pc .top_news_contents ul {
  width: 90%;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_pc .top_news_contents ul {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news_pc .top_news_contents ul a li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li {
    margin-bottom: 10px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
#top_news .top_news_pc .top_news_contents ul a li .outline .date {
  margin-right: 40px;
  padding: 5px 10px;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .date {
    margin-right: 20px;
    font-size: 10px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li .outline .title {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .title {
    font-size: 1.5rem;
  }
}
#top_news .top_news_pc .top_news_btn {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_btn {
    width: 90%;
  }
}
#top_news .top_news_pc .top_news_btn a {
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_btn a {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_btn a button {
  font-size: 1.6rem;
  color: #b26521;
  width: 100%;
  font-weight: 600;
  text-align: right;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
}
#top_news .top_news_pc .top_news_btn a button i {
  margin-left: 1vw;
}
#top_news .top_news_pc .top_news_btn a button:hover {
  opacity: 0.75;
}

#top_about {
  background-color: #fff;
  padding: 5rem 0;
}
#top_about .top_about {
  width: 90%;
  margin: 0 auto;
}
#top_about .top_about .top_about_title {
  margin-bottom: 4vw;
  text-align: center;
}
#top_about .top_about .top_about_title span {
  font-size: 3rem;
  color: #e39f61;
}
#top_about .top_about .top_about_title h2 {
  color: #e39f61;
}
#top_about .top_about .top_about_title p {
  margin-top: 1rem;
}
#top_about .top_about .top_about_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group {
    display: block;
  }
}
#top_about .top_about .top_about_group h3 {
  text-align: end;
  width: 100%;
  color: #b26521;
  font-weight: 600;
  letter-spacing: 0.2vw;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group h3 {
    margin-left: 1rem;
    font-size: 6vw;
  }
}
#top_about .top_about .top_about_group .top_about_text {
  width: 50%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_text {
    width: 100%;
  }
}
#top_about .top_about .top_about_group .top_about_text h4 {
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_text h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_text h4 {
    font-size: 2rem;
  }
}
#top_about .top_about .top_about_group .top_about_text p {
  line-height: 3vw;
  padding: 0 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_text p {
    line-height: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_text p {
    font-size: 3vw;
    line-height: 5vh;
  }
}
#top_about .top_about .top_about_group .top_about_img {
  width: 50%;
  padding: 10rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_img {
    width: 100%;
    padding: 5rem 2rem;
  }
}
#top_about .top_about .top_about_group .top_about_img:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
  background-color: rgba(243, 183, 0, 0.25);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_img:before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_img:before {
    width: 100px;
    height: 100px;
  }
}
#top_about .top_about .top_about_group .top_about_img:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 0;
  right: 0;
  background-color: rgba(243, 183, 0, 0.25);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_img:after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_img:after {
    width: 100px;
    height: 100px;
  }
}
#top_about .top_about .top_about_group .top_about_img .top_about_img_sub {
  height: 35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_group .top_about_img .top_about_img_sub {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_img .top_about_img_sub {
    width: 100%;
    height: 34vh;
  }
}

#top_menu {
  padding: 5rem 0;
  background-size: cover;
}
#top_menu .top_menu {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menu .top_menu {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu {
    width: 90%;
  }
}
#top_menu .top_menu .top_menu_title {
  margin-bottom: 4vw;
  text-align: center;
}
#top_menu .top_menu .top_menu_title span {
  font-size: 3rem;
  color: #e39f61;
}
#top_menu .top_menu .top_menu_title h2 {
  color: #e39f61;
}
#top_menu .top_menu .top_menu_title p {
  margin-top: 1rem;
}
#top_menu .top_menu .top_menu_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu .top_menu_group {
    display: block;
    margin-bottom: 3rem;
  }
}
#top_menu .top_menu .top_menu_group .top_menu_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu .top_menu_group .top_menu_img {
    width: 100%;
  }
}
#top_menu .top_menu .top_menu_group .top_menu_img .top_menu_img_sub {
  height: 30vw;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu .top_menu_group .top_menu_img .top_menu_img_sub {
    height: 40vh;
    margin-bottom: 1rem;
  }
}
#top_menu .top_menu .top_menu_group .top_menu_text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu .top_menu_group .top_menu_text {
    width: 100%;
  }
}
#top_menu .top_menu .top_menu_group .top_menu_text .menugroup {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #fff;
  margin-bottom: 5rem;
}
#top_menu .top_menu .top_menu_group .top_menu_text .menugroup .menu_title {
  border-bottom: solid 3px #e39f61;
}
#top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl {
  display: flex;
  flex-wrap: wrap;
}
#top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl dt {
  font-size: 1.1vw;
  padding: 1.5rem 0;
  width: 70%;
  border-bottom: solid 1px #ddd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl dt {
    font-size: 3vw;
  }
}
#top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl dd {
  font-size: 1.1vw;
  text-align: right;
  padding: 1.5rem 0;
  width: 30%;
  border-bottom: solid 1px #ddd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_menu .top_menu .top_menu_group .top_menu_text .menugroup dl dd {
    font-size: 3vw;
  }
}

#top_faq {
  padding: 5rem 0;
}
#top_faq .top_faq {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_faq .top_faq {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq {
    width: 90%;
  }
}
#top_faq .top_faq .top_faq_title {
  margin-bottom: 4vw;
  text-align: center;
}
#top_faq .top_faq .top_faq_title span {
  font-size: 3rem;
  color: #e39f61;
}
#top_faq .top_faq .top_faq_title h2 {
  color: #e39f61;
}
#top_faq .top_faq .top_faq_title p {
  margin-top: 1rem;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul {
  list-style: none;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li {
  margin-bottom: 5rem;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .text {
  display: flex;
  margin-bottom: 1rem;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .text span {
  width: auto;
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 1.6rem;
  background-color: #0083f3;
  display: flex;
  align-items: center;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .text span div {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .text span {
    font-size: 3.5vw;
  }
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .text p {
  width: 100%;
  padding: 1.2rem 1rem;
  background-color: rgba(0, 131, 243, 0.15);
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .text p {
    font-size: 3.5vw;
  }
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea {
  display: flex;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea span {
  width: auto;
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 1.7rem;
  background-color: #f33900;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea span {
    font-size: 3.5vw;
  }
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea span div {
  align-items: center;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea p {
  width: auto;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea p {
    font-size: 3.5vw;
  }
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea p a {
  color: #666;
  transition: all 0.4s;
}
#top_faq .top_faq .top_faq_group .top_faq_text ul li .outline .textarea p a:hover {
  opacity: 0.75;
}

#top_access {
  padding: 5rem 0;
  background-size: cover;
}
#top_access .top_access {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_access .top_access {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_access .top_access {
    width: 90%;
  }
}
#top_access .top_access .top_access_title {
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
#top_access .top_access .top_access_title span {
  font-size: 3rem;
  color: #e39f61;
}
#top_access .top_access .top_access_title h2 {
  color: #e39f61;
}
#top_access .top_access .top_access_title p {
  margin-top: 1rem;
}
#top_access .top_access .top_access_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group {
    display: block;
  }
}
#top_access .top_access .top_access_group h3 {
  text-align: end;
  width: 100%;
  color: #b26521;
  font-weight: 600;
  letter-spacing: 0.2vw;
  margin-bottom: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_access .top_access .top_access_group h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group h3 {
    margin-left: 1rem;
    font-size: 6vw;
  }
}
#top_access .top_access .top_access_group .top_access_text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group .top_access_text {
    width: 100%;
    padding: 1rem 0;
  }
}
#top_access .top_access .top_access_group .top_access_text .accessgroup {
  padding: 0 2rem;
  border-radius: 1rem;
  margin-bottom: 5rem;
}
#top_access .top_access .top_access_group .top_access_text .accessgroup .access_title {
  border-bottom: solid 3px #e39f61;
}
#top_access .top_access .top_access_group .top_access_text .accessgroup dl {
  display: flex;
  flex-wrap: wrap;
}
#top_access .top_access .top_access_group .top_access_text .accessgroup dl dt {
  font-size: 1.1vw;
  padding: 1rem 0;
  width: 30%;
  border-bottom: solid 1px #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_access .top_access .top_access_group .top_access_text .accessgroup dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group .top_access_text .accessgroup dl dt {
    font-size: 3.5vw;
  }
}
#top_access .top_access .top_access_group .top_access_text .accessgroup dl dd {
  font-size: 1.1vw;
  padding: 1rem 0;
  width: 70%;
  border-bottom: solid 1px #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_access .top_access .top_access_group .top_access_text .accessgroup dl dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group .top_access_text .accessgroup dl dd {
    font-size: 3.5vw;
  }
}
#top_access .top_access .top_access_group .top_access_img {
  width: 50%;
  padding: 0 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group .top_access_img {
    width: 100%;
    padding: 1rem 0;
  }
}
#top_access .top_access .top_access_group .top_access_img .top_access_img_sub {
  height: 30vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_access .top_access .top_access_group .top_access_img .top_access_img_sub {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_access .top_access .top_access_group .top_access_img .top_access_img_sub {
    width: 100%;
    height: 34vh;
  }
}

#news {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 80px;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #e39f61;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 40px;
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents ul a li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline {
    height: 150px;
  }
}
#news .news_contents ul a li .outline .title {
  color: #e39f61;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .descn p {
    font-size: 10px;
  }
}
#news .news_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #e39f61;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #e39f61;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#faq {
  padding: 5rem 0;
}
#faq .faq {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #faq .faq {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #faq .faq {
    width: 90%;
  }
}
#faq .faq .faq_title {
  margin-bottom: 4vw;
}
#faq .faq .faq_title h2 {
  color: #e39f61;
  text-align: center;
}
#faq .faq .faq_title p {
  margin-top: 1rem;
}
#faq .faq .faq_group .faq_text ul {
  list-style: none;
}
#faq .faq .faq_group .faq_text ul li {
  margin-bottom: 5rem;
}
#faq .faq .faq_group .faq_text ul li .outline .text {
  display: flex;
  margin-bottom: 1rem;
}
#faq .faq .faq_group .faq_text ul li .outline .text span {
  width: auto;
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 1.6rem;
  background-color: #0083f3;
  display: flex;
  align-items: center;
}
#faq .faq .faq_group .faq_text ul li .outline .text span div {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_group .faq_text ul li .outline .text span {
    font-size: 3.5vw;
  }
}
#faq .faq .faq_group .faq_text ul li .outline .text p {
  width: 100%;
  padding: 1.2rem 1rem;
  background-color: rgba(0, 131, 243, 0.15);
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_group .faq_text ul li .outline .text p {
    font-size: 3.5vw;
  }
}
#faq .faq .faq_group .faq_text ul li .outline .textarea {
  display: flex;
}
#faq .faq .faq_group .faq_text ul li .outline .textarea span {
  width: auto;
  font-size: 2.5rem;
  color: #fff;
  padding: 1rem 1.7rem;
  background-color: #f33900;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_group .faq_text ul li .outline .textarea span {
    font-size: 3.5vw;
  }
}
#faq .faq .faq_group .faq_text ul li .outline .textarea span div {
  align-items: center;
}
#faq .faq .faq_group .faq_text ul li .outline .textarea p {
  width: auto;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #faq .faq .faq_group .faq_text ul li .outline .textarea p {
    font-size: 3.5vw;
  }
}
#faq .faq .faq_group .faq_text ul li .outline .textarea p a {
  color: #666;
  transition: all 0.4s;
}
#faq .faq .faq_group .faq_text ul li .outline .textarea p a:hover {
  opacity: 0.75;
}

#menu .menu .menu_contents p {
  padding: 5rem 0;
  text-align: center;
}
#menu .menu .menu_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .menu_contents ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_contents ul {
    width: 95%;
    flex-wrap: wrap;
  }
}
#menu .menu .menu_contents ul a {
  display: block;
  text-decoration: none;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_contents ul a {
    width: 45%;
  }
}
#menu .menu .menu_contents ul a li {
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_contents ul a li {
    margin-bottom: 4vw;
  }
}
#menu .menu .menu_contents ul a li .thumb {
  margin-bottom: 1vw;
  width: 100%;
  height: 15vw;
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_contents ul a li .thumb {
    height: 30vw;
  }
}
#menu .menu .menu_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .menu .menu_contents ul a li .outline {
  padding: 0 1vw;
}
#menu .menu .menu_contents ul a li .outline .date {
  color: #e39f61;
  margin-bottom: 0.3vw;
}
#menu .menu .menu_contents ul a li .outline .title {
  color: #333;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu .menu .menu_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #menu .menu .menu_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#menu .menu .navigation {
  text-align: center;
  margin: 2vw 0;
  margin-bottom: 8vw;
}

#menu_single .menu_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents {
    margin-bottom: 12vw;
  }
}
#menu_single .menu_contents ul li .thumb {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu_single .menu_contents ul li .thumb {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb {
    width: 95%;
  }
}
#menu_single .menu_contents ul li .thumb .menu_images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .menu_images {
    flex-flow: column;
  }
}
#menu_single .menu_contents ul li .thumb .menu_images img {
  width: 30%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .menu_images img {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#menu_single .menu_contents ul li .thumb .b_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .b_a {
    flex-flow: column;
  }
}
#menu_single .menu_contents ul li .thumb .b_a .before, #menu_single .menu_contents ul li .thumb .b_a .during, #menu_single .menu_contents ul li .thumb .b_a .after {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .b_a .before, #menu_single .menu_contents ul li .thumb .b_a .during, #menu_single .menu_contents ul li .thumb .b_a .after {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#menu_single .menu_contents ul li .thumb .b_a .before::before {
  position: absolute;
  content: "Before";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #e39f61;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .b_a .before::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#menu_single .menu_contents ul li .thumb .b_a .during::before {
  position: absolute;
  content: "During";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #e39f61;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .b_a .during::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#menu_single .menu_contents ul li .thumb .b_a .after::before {
  position: absolute;
  content: "After";
  top: 0;
  left: 0;
  color: #fff;
  width: 30%;
  padding: 1.5vw 0;
  padding-left: 3vw;
  background-color: #e39f61;
  opacity: 0.8;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .thumb .b_a .after::before {
    font-size: 3vw;
    padding: 3vw 0;
    padding-left: 6vw;
    letter-spacing: 0.6vw;
  }
}
#menu_single .menu_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu_single .menu_contents ul li .outline {
  width: 80%;
  margin: auto;
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .outline {
    margin-top: 8vw;
    width: 95%;
  }
}
#menu_single .menu_contents ul li .outline .date {
  margin-bottom: 1vw;
  color: #e39f61;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .outline .date {
    margin-bottom: 2vw;
  }
}
#menu_single .menu_contents ul li .outline .title {
  font-size: 1.4vw;
  margin-bottom: 4vw;
  font-weight: 600;
  border-bottom: 1px solid #e39f61;
  display: inline-block;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #menu_single .menu_contents ul li .outline .title {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .outline .title {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
}
#menu_single .menu_contents ul li .outline .descn {
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  #menu_single .menu_contents ul li .outline .descn {
    font-size: 1.4vw;
  }
}

#news_single {
  position: relative;
  margin-bottom: 80px;
}
#news_single .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_contents ul li .outline {
  padding: 40px 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline {
    height: 150px;
  }
}
#news_single .news_contents ul li .outline .title {
  color: #e39f61;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#concept .concept .head_border {
  padding: 3rem;
  background-color: #fff;
}
#concept .concept .concept_contents {
  overflow: hidden;
  margin-bottom: 5rem;
}
#concept .concept .concept_contents ul {
  list-style: none;
}
#concept .concept .concept_contents ul .concept_text {
  width: 85%;
  margin: 3rem auto;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff8f1;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents ul .concept_text {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents ul .concept_text {
    width: 100%;
    display: block;
    flex-flow: column-reverse;
  }
}
#concept .concept .concept_contents ul .concept_text .img_concept {
  width: 38%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents ul .concept_text .img_concept {
    width: 100%;
  }
}
#concept .concept .concept_contents ul .concept_text .img_concept .concept_img {
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents ul .concept_text .img_concept .concept_img {
    width: 100%;
    height: 40vh;
  }
}
#concept .concept .concept_contents ul .concept_text .text_concept {
  width: 58%;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents ul .concept_text .text_concept {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
#concept .concept .concept_contents ul .concept_text .text_concept h3 {
  color: #fff;
  background-color: #e39f61;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents ul .concept_text .text_concept h3 {
    font-size: 2rem;
  }
}
#concept .concept .concept_contents ul .concept_text .text_concept p {
  line-height: 1.5;
  padding: 2vw;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_contents ul .concept_text .text_concept p {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_contents ul .concept_text .text_concept p {
    padding: 2rem;
  }
}
#concept .concept .concept_contents ul .concept_text:nth-child(even) {
  flex-direction: row-reverse;
}

.concept_main {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

#company_greeting .company_greeting {
  width: 80%;
  margin: auto;
  padding: 3rem;
  position: relative;
  background-color: #fff8f1;
  border-radius: 1rem;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company_greeting .company_greeting {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company_greeting .company_greeting {
    width: 95%;
    padding: 20px;
  }
}
#company_greeting .company_greeting .lower_headline {
  text-align: center;
}
#company_greeting .company_greeting .lower_headline h3 {
  color: #e39f61;
  letter-spacing: 0.6vw;
}
#company_greeting .company_greeting .company_greeting_contents {
  padding: 20px 0;
}

.head_border {
  padding: 3rem;
  background-color: #fff;
}
.head_border img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .head_border img {
    width: 90%;
  }
}

#company {
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #company {
    padding-top: 5vh;
    margin-top: 5vh;
  }
}
#company .lower_headline {
  text-align: center;
}
#company .lower_headline .lower_logo {
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
#company .lower_headline h3 {
  color: #e39f61;
  letter-spacing: 0.6vw;
}
#company .company_contents {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h4 {
  padding: 20px 60px;
  background-color: #e39f61;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h4 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 80%;
  margin: 0 auto 5rem auto;
  padding: 3rem;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 100%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border: solid 1px #fff8f1;
}
#company .company_contents .company_detail table tbody tr:nth-of-type(odd) {
  background-color: #fff8f1;
}
#company .company_contents .company_detail table tbody tr th, #company .company_contents .company_detail table tbody tr td {
  font-size: 1.5rem;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tbody tr th, #company .company_contents .company_detail table tbody tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tbody tr th, #company .company_contents .company_detail table tbody tr td {
    font-size: 1.3rem;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tbody tr th {
  width: 35%;
  text-align: end;
  padding-right: 40px;
  color: #e39f61;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tbody tr th {
    padding-right: 20px;
    width: 25%;
  }
}
#company .company_contents .company_detail table tbody tr td {
  width: 65%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tbody tr td {
    padding-left: 20px;
    width: 75%;
  }
}
#company .company_map {
  width: 100%;
  margin-top: 5vh;
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#contact {
  margin-top: 5vw;
  margin-bottom: 6vw;
}
#contact .contact .contact_contents {
  width: 90%;
  margin: 0 auto;
}
#contact .contact .contact_contents .contact_headline {
  text-align: center;
  margin-bottom: 2vw;
}
#contact .contact .contact_contents .contact_headline h4 {
  color: #e39f61;
}
#contact .contact .contact_contents .order_form p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .order_form p {
    text-align: left;
  }
}
#contact .contact .contact_contents .order_form p a {
  text-decoration: none;
  display: inline-block;
  margin-top: 3rem;
  color: #4c281b;
  background-color: transparent;
  padding: 1rem 10rem;
  cursor: pointer;
  border: solid 1px #4c281b;
}
#contact .contact .contact_contents .order_form p a:hover {
  opacity: 0.75;
}
#contact .contact .contact_contents .contact_text {
  text-align: center;
  margin-bottom: 4vw;
}
#contact .contact .contact_contents form {
  width: 60%;
  margin: 5vw auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form {
    width: 90%;
  }
}
#contact .contact .contact_contents form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #e39f61;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th, #contact .contact .contact_contents form table tr td {
    font-size: 3vw;
  }
}
#contact .contact .contact_contents form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #e39f61;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#contact .contact .contact_contents form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr th span {
    padding: 5px;
  }
}
#contact .contact .contact_contents form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #e39f61;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact .contact .contact_contents form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td input {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr td select {
  height: 50px;
}
#contact .contact .contact_contents form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr td textarea {
    width: 100%;
  }
}
#contact .contact .contact_contents form table tr.ninni th span {
  background-color: blue;
}
#contact .contact .contact_contents form table tr.tel th span {
  background-color: blue;
}
#contact .contact .contact_contents form table tr.tel td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_contents form table tr.tel td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form table tr.tel td input {
    width: 29% !important;
  }
}
#contact .contact .contact_contents form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .agree {
    margin: 10px 0;
  }
}
#contact .contact .contact_contents form .submit {
  text-align: center;
}
#contact .contact .contact_contents form .submit input {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #e39f61;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input {
    padding: 10px 90px;
  }
}
#contact .contact .contact_contents form .submit input:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e39f61;
  color: #e39f61;
}
#contact .contact .contact_contents form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact .contact .contact_contents form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#policy_main {
  height: 58vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 58vw;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 58vw;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 58vw;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 95%;
    height: 300px;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  text-align: center;
  color: #31a7e5;
  padding: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 130%;
    left: 5%;
    color: #e39f61;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
    font-size: 36px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

footer {
  border-top: solid 15px #e39f61;
}
footer .footer_contents {
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    padding: 0 0 0 0;
  }
}
footer .footer_contents p {
  color: #4c281b;
  font-size: 1rem;
}
footer .footer_contents .sns {
  margin-bottom: 3rem;
}
footer .footer_contents .sns a {
  width: 50%;
  margin: auto;
  display: block;
  transition: 0.4s all;
}
footer .footer_contents .sns a:hover {
  opacity: 0.7;
}
footer .footer_contents #footer_contact {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  width: 90%;
  margin: auto;
  padding: 5vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact {
    flex-flow: column;
    padding: 8vw 0;
  }
}
footer .footer_contents #footer_contact .top_contact_title {
  width: 50%;
  padding: 0 2rem;
  color: #4c281b;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title {
    width: 100%;
    padding: 0;
    margin-bottom: 4vw;
  }
}
footer .footer_contents #footer_contact .top_contact_title ul {
  list-style: none;
}
footer .footer_contents #footer_contact .top_contact_title ul li {
  margin: 2rem 0;
}
footer .footer_contents #footer_contact .top_contact_title ul li h2 {
  color: #333;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title ul li p {
    text-align: center;
  }
}
footer .footer_contents #footer_contact .top_contact_title ul li h4 {
  font-weight: 100;
  margin-bottom: 0.5vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents #footer_contact .top_contact_title ul li h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title ul li h4 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
footer .footer_contents #footer_contact .top_contact_title ul li h5 {
  text-align: center;
  letter-spacing: 0.3vw;
  font-size: 3rem;
  color: #4c281b;
  font-weight: 600;
}
footer .footer_contents #footer_contact .top_contact_title ul li h5 i {
  margin-right: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents #footer_contact .top_contact_title ul li h5 {
    font-size: 3rem;
  }
}
footer .footer_contents #footer_contact .top_contact_title ul li p {
  text-align: center;
}
footer .footer_contents #footer_contact .top_contact_title ul li a button {
  margin-top: 1rem;
  padding: 1rem 6rem;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title ul li a button {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
}
footer .footer_contents #footer_contact .top_contact_title ul li a button i {
  padding-right: 1rem;
}
footer .footer_contents #footer_contact .top_contact_tel {
  width: 50%;
  color: #4c281b;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_tel {
    width: 100%;
    margin: auto;
    padding: 6vw 3vw;
    border-left: none;
    border-right: none;
  }
}
footer .footer_contents #footer_contact .top_contact_tel iframe {
  height: 20vw;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .footer_contents #footer_contact .top_contact_tel iframe {
    height: 280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents #footer_contact .top_contact_tel iframe {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_tel iframe {
    height: 30vh;
  }
}
footer .footer_contents .footer_logo {
  width: 60%;
}
footer .footer_menu {
  background-color: #e39f61;
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    width: 100%;
    margin: auto;
  }
}
footer .footer_menu ul {
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    justify-content: center;
  }
}
footer .footer_menu ul li {
  width: auto;
  padding: 0 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    padding: 0 0rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    width: 50%;
    padding: 0 0.5rem;
  }
}
footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 2.5vw;
  font-size: 1.3rem;
  transition: 0.4s all;
}
footer .footer_menu ul li a:hover {
  color: #7b4835;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 1.3rem;
    line-height: 8.5vw;
  }
}
footer .footer_menu ul li a i {
  font-size: 1.3rem;
  padding-right: 0.5rem;
}
footer .footer_menu ul li .shop_site {
  padding: 0.8rem 2rem !important;
  border-radius: 5px;
  border: solid 1px #333;
}
footer .footer_menu ul li .shop_site:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li .shop_site {
    padding: 0.8rem 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li .shop_site {
    padding: 0.5rem 1.5rem !important;
  }
}
footer .footer_menu ul li .insta {
  padding: 0.8rem 2rem !important;
  border-radius: 5px;
}
footer .footer_menu ul li .insta:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li .insta {
    padding: 0.8rem 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li .insta {
    padding: 0.5rem 1.5rem !important;
  }
}
footer .footer_menu .copyright {
  color: #fff;
  text-align: center;
  padding-bottom: 3rem;
}/*# sourceMappingURL=style.css.map */