@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_pc_monitor {
    display: block;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_pc_monitor {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_pc_monitor {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_pc_monitor {
    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: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 40vh;
  }
}
#lower .lower .lower_image {
  width: 100%;
  height: 40vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 40vh;
  }
}
#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: 5%;
  left: 5%;
  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: 4.5vw;
  letter-spacing: 0.3vw;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    font-size: 8vw;
  }
}
#lower .lower .lower_title h2 span {
  font-size: 2.5vw;
  display: block;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 span {
    font-size: 5vw;
  }
}
#lower .breadcrumbs {
  padding: 2vw 2vw;
  border-bottom: solid 1px #ddd;
}
#lower .breadcrumbs p {
  font-size: 1.3rem;
  color: #ea748c;
}
@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: #ea748c;
  border: none;
  transition: all 0.4s;
  border-radius: 5rem;
  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: #ea748c;
  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: #ea748c;
  border: solid 1px #ea748c;
  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: #ea748c;
}
@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: #ea748c;
    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: end;
  align-items: center;
  height: 12vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_top {
    height: 9vw;
  }
}
header #header_pc .header_top .header_logo {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  padding: 15px;
  background-color: #fff;
  z-index: 1;
  border-radius: 12rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_top .header_logo {
    width: 16vw;
  }
}
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: #ea748c;
  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: #ea748c;
  border: solid 1px #ea748c;
  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: #ea748c;
  background-color: #fff;
}
header #header_pc .header_menu {
  background-color: #ea748c;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: auto;
  padding: 1rem 0;
  margin-left: 180px;
  height: 7vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul {
    height: 7vw;
    margin-left: 16vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc .header_menu ul {
    height: 7vh;
  }
}
header #header_pc .header_menu ul li {
  width: 20%;
}
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: #ea748c;
  font-size: 1.4rem;
  transition: all 0.4s;
  display: block;
  padding: 0.75rem 0;
  position: relative;
  border-radius: 5rem;
  margin: 0 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_menu ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    font-size: 1.1rem;
  }
}
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;
  background-color: transparent;
}
@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 {
    position: absolute;
    top: 20px;
    left: 0;
    height: 60px;
  }
}
header #header_sp .header_logo {
  height: 40px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 80px;
    z-index: 1;
  }
}
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: #ea748c;
}
@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: #ea748c;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #ea748c;
  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(234, 116, 140, 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: #ea748c;
}
@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: #ea748c;
}
.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: 45vh;
  }
}
#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: #e3718a 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 .effect {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 38%;
  left: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .effect {
    top: 38%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .effect {
    top: 45%;
  }
}
#top_main .effect .top_main_logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
}
#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: #ea748c;
  opacity: 0;
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 768px) {
  #top_main .effect .top_main_logo .animate-title {
    font-size: 1.3rem;
    text-shadow: 0 0 3px #000;
  }
}
#top_main .effect .top_main_logo .animate-title.inview {
  opacity: 1;
  display: block;
  animation-name: kf-animate-chars;
  animation-duration: 2s;
  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:nth-child(1) {
  animation-delay: 0.3s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(2) {
  animation-delay: 0.6s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(3) {
  animation-delay: 0.9s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(4) {
  animation-delay: 1.2s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(5) {
  animation-delay: 1.5s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(6) {
  animation-delay: 1.8s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(7) {
  animation-delay: 2.1s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(8) {
  animation-delay: 2.4s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(9) {
  animation-delay: 2.7s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(10) {
  animation-delay: 3s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(11) {
  animation-delay: 3.3s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(12) {
  animation-delay: 3.6s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(13) {
  animation-delay: 3.9s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(14) {
  animation-delay: 4.2s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(15) {
  animation-delay: 4.5s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(16) {
  animation-delay: 4.8s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(17) {
  animation-delay: 5.1s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(18) {
  animation-delay: 5.4s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(19) {
  animation-delay: 5.7s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(20) {
  animation-delay: 6s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(21) {
  animation-delay: 6.3s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(22) {
  animation-delay: 6.6s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(23) {
  animation-delay: 6.9s;
}
#top_main .effect .top_main_logo .animate-title.inview:nth-child(24) {
  animation-delay: 7.2s;
}
@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: #ea748c;
  opacity: 0;
  font-size: 3.5rem;
  font-weight: 600;
  text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 768px) {
  #top_main .effect .top_main_logo .animate-title2 {
    font-size: 1.3rem;
    text-shadow: 0 0 3px #000;
  }
}
#top_main .effect .top_main_logo .animate-title2.inview2 {
  opacity: 1;
  display: block;
  animation-name: kf-animate-chars2;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 10s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(1) {
  animation-delay: 1s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(2) {
  animation-delay: 2s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(3) {
  animation-delay: 3s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(4) {
  animation-delay: 4s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(5) {
  animation-delay: 5s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(6) {
  animation-delay: 6s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(7) {
  animation-delay: 7s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(8) {
  animation-delay: 8s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(9) {
  animation-delay: 9s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(10) {
  animation-delay: 10s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(11) {
  animation-delay: 11s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(12) {
  animation-delay: 12s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(13) {
  animation-delay: 13s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(14) {
  animation-delay: 14s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(15) {
  animation-delay: 15s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(16) {
  animation-delay: 16s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(17) {
  animation-delay: 17s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(18) {
  animation-delay: 18s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(19) {
  animation-delay: 19s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(20) {
  animation-delay: 20s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(21) {
  animation-delay: 21s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(22) {
  animation-delay: 22s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(23) {
  animation-delay: 23s;
}
#top_main .effect .top_main_logo .animate-title2.inview2:nth-child(24) {
  animation-delay: 24s;
}
@keyframes kf-animate-chars2 {
  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 {
  border-top: solid 15px #ea748c;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
#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: #ea748c;
}
#top_about .top_about .top_about_title h3 {
  text-align: center;
  width: 100%;
  color: #ea748c;
  font-weight: 600;
  letter-spacing: 0.2vw;
  margin-bottom: 4rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_title h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_title h3 {
    font-size: 6vw;
  }
}
#top_about .top_about .top_about_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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 .top_about_text {
  width: 85%;
  margin: 0 auto;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_text {
    width: 90%;
  }
}
#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 {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_group .top_about_text p {
    font-size: 3vw;
  }
}
#top_about .top_about .top_about_group .top_about_text p strong {
  color: #ea748c;
  font-size: 150%;
  margin: 0 0.5rem;
  line-height: 1.8;
}
#top_about .top_about .top_about_group .top_about_img {
  width: 48%;
  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 .top_about_img_sub {
  height: 35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 0 1rem 1rem 0;
}
@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_hugkumi {
  background: rgba(234, 116, 140, 0.1);
  padding: 8rem 0 12rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hugkumi {
    padding: 8rem 0 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_hugkumi {
    padding: 3rem 0;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group {
    display: block;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text {
  width: 60%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text {
    position: relative;
    width: 100%;
    width: 90%;
    margin: 2rem auto 0 auto;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title h3 {
  width: 20%;
  margin: 0 auto;
  color: #ea748c;
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title h3 {
    width: 30%;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title h3 img {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  border-radius: 12rem 12rem 0 0;
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem 0 0 1rem;
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub h4 {
  padding-top: 3rem;
  text-align: center;
  color: #ea748c;
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub h4 {
    padding-top: 2rem;
    font-size: 6vw;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub p {
  padding: 3rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub p {
    text-align: left;
    font-size: 3vw;
    padding: 2rem;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_text .top_hugkumi_title_sub p .top_contents_btn {
  display: block;
  margin-top: 3rem;
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_img {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_img {
    width: 100%;
  }
}
#top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_img .top_hugkumi_img_sub {
  height: 35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_img .top_hugkumi_img_sub {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_hugkumi .top_hugkumi .top_hugkumi_group .top_hugkumi_img .top_hugkumi_img_sub {
    width: 100%;
    height: 34vh;
  }
}

#top_niccolinks {
  background-color: rgba(58, 170, 182, 0.1);
  padding: 8rem 0 12rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_niccolinks {
    padding: 8rem 0 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_niccolinks {
    padding: 3rem 0;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group {
    display: block;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text {
  width: 60%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text {
    position: relative;
    width: 100%;
    width: 90%;
    margin: 2rem auto 0 auto;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title h3 {
  width: 20%;
  margin: 0 auto;
  color: #ea748c;
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title h3 {
    width: 30%;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title h3 img {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 20px;
  border-radius: 12rem 12rem 0 0;
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem 0 0 1rem;
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub h4 {
  padding-top: 3rem;
  text-align: center;
  color: #ea748c;
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub h4 {
    padding-top: 2rem;
    font-size: 6vw;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub p {
  padding: 3rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub p {
    text-align: left;
    font-size: 3vw;
    padding: 2rem;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_text .top_niccolinks_title_sub p .top_contents_btn {
  display: block;
  margin-top: 3rem;
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_img {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_img {
    width: 100%;
  }
}
#top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_img .top_niccolinks_img_sub {
  height: 35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_img .top_niccolinks_img_sub {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_niccolinks .top_niccolinks .top_niccolinks_group .top_niccolinks_img .top_niccolinks_img_sub {
    width: 100%;
    height: 34vh;
  }
}

#top_momonoki {
  background: rgba(234, 116, 140, 0.1);
  padding: 8rem 0 12rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_momonoki {
    padding: 8rem 0 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_momonoki {
    padding: 3rem 0;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group {
    display: block;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text {
  width: 60%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text {
    position: relative;
    width: 100%;
    width: 90%;
    margin: 2rem auto 0 auto;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title h3 {
  width: 20%;
  margin: 0 auto;
  color: #ea748c;
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title h3 {
    width: 30%;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title h3 img {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 12rem 12rem 0 0;
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem 0 0 1rem;
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub h4 {
  padding-top: 3rem;
  text-align: center;
  color: #ea748c;
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub h4 {
    padding-top: 2rem;
    font-size: 6vw;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub p {
  padding: 3rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub p {
    text-align: left;
    font-size: 3vw;
    padding: 2rem;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_text .top_momonoki_title_sub p .top_contents_btn {
  display: block;
  margin-top: 3rem;
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_img {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_img {
    width: 100%;
  }
}
#top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_img .top_momonoki_img_sub {
  height: 35vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 0 1rem 1rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_img .top_momonoki_img_sub {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #top_momonoki .top_momonoki .top_momonoki_group .top_momonoki_img .top_momonoki_img_sub {
    width: 100%;
    height: 34vh;
  }
}

#border_sen {
  height: 2vw;
}

#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: #ea748c;
}
#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: #ea748c;
  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: #ea748c;
}
@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: #ea748c;
}
@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;
}

#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: #ea748c;
  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;
  }
}

#hugkumi {
  background-color: #fef2cc;
}
#hugkumi .hugkumi .head_border {
  padding: 3rem;
}
#hugkumi .hugkumi .hugkumi_contents {
  overflow: hidden;
}
#hugkumi .hugkumi .hugkumi_contents ul {
  list-style: none;
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline {
  width: 85%;
  margin: 3rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline {
    width: 90%;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline h3 {
  text-align: center;
  color: #e39f61;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline h3 {
    font-size: 2rem;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline h3 strong {
  font-weight: 600;
  display: block;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e39f61;
  margin-bottom: 1rem;
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_headline .hugkumi_icon {
  width: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea {
  width: 85%;
  margin: 3rem auto;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff8f1;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea {
    width: 100%;
    display: block;
    flex-flow: column-reverse;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .img_hugkumi {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .img_hugkumi {
    width: 100%;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .img_hugkumi .hugkumi_img {
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .img_hugkumi .hugkumi_img {
    width: 100%;
    height: 40vh;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .text_hugkumi {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .text_hugkumi {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .text_hugkumi p {
  line-height: 1.5;
  padding: 2vw;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .text_hugkumi p {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea .text_hugkumi p {
    padding: 2rem;
  }
}
#hugkumi .hugkumi .hugkumi_contents ul .hugkumi_text .hugkumi_textarea:nth-child(even) {
  flex-direction: row-reverse;
}
#hugkumi .hugkumi .hugkumi_contents .container {
  position: relative;
  background-color: #fef2cc;
  height: 5vh;
}
#hugkumi .hugkumi .hugkumi_contents .wave {
  position: absolute;
  height: 70px;
  width: 100%;
  background: #fef2cc;
  bottom: 0;
}
#hugkumi .hugkumi .hugkumi_contents .wave::before, #hugkumi .hugkumi .hugkumi_contents .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
#hugkumi .hugkumi .hugkumi_contents .wave::before {
  width: 55%;
  height: 109%;
  background-color: #f2edba;
  right: -1.5%;
  top: 60%;
}
#hugkumi .hugkumi .hugkumi_contents .wave::after {
  width: 55%;
  height: 100%;
  background-color: #fef2cc;
  left: -1.5%;
  top: 40%;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom {
  padding: 5rem 0;
  background-color: #f2edba;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl {
  width: 85%;
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl {
    width: 90%;
  }
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hugkumi_p {
  width: 100%;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hugkumi_p {
    text-align: left;
  }
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hagukumi_url {
  width: 100%;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hagukumi_url .hugkumi_p02 {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.5rem;
  margin-top: 2rem;
  text-align: center;
  padding: 3rem;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hagukumi_url .hugkumi_p02 a {
  color: #fff;
  display: inline-block;
  background-color: #f19600;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  transition: all 0.4s;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hagukumi_url .hugkumi_p02 a:hover {
  opacity: 0.75;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl .hagukumi_url .hugkumi_p02 a i {
  padding-left: 1rem;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl dt {
  width: 25%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl dt {
    width: 50%;
  }
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl dt img {
  width: 100%;
}
#hugkumi .hugkumi .hugkumi_contents .hugkumi_bottom dl dt:nth-child(even) {
  padding-top: 5rem;
}

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

#niccolinks {
  background-size: cover;
}
#niccolinks .niccolinks .head_border {
  padding: 3rem;
  background-color: #fff;
}
#niccolinks .niccolinks .niccolinks_contents {
  overflow: hidden;
  padding: 5rem 0;
}
#niccolinks .niccolinks .niccolinks_contents ul {
  list-style: none;
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea {
  width: 85%;
  margin: 3rem auto;
  padding: 3rem 0;
  align-items: center;
  justify-content: space-between;
  border: solid 5px #6dba3c;
  background-color: #fff8f1;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea {
    width: 95%;
    display: block;
    flex-flow: column-reverse;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .img_niccolinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .img_niccolinks {
    width: 100%;
    padding: 1rem;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .img_niccolinks .niccolinks_img {
  width: 45%;
  margin: 0 auto;
  height: 30vw;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .img_niccolinks .niccolinks_img {
    width: 100%;
    height: 40vh;
    margin-bottom: 3rem;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline {
  width: 85%;
  margin: 3rem auto 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline {
    width: 100%;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline h3 {
  text-align: center;
  color: #83be62;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline h3 {
    font-size: 2rem;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline h3 strong {
  font-weight: 600;
  display: block;
  padding-bottom: 1rem;
  border-bottom: solid 1px #6dbe38;
  margin-bottom: 1rem;
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks .niccolinks_headline .niccolinks_icon {
  width: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks p {
  line-height: 1.5;
  padding: 2vw;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea .text_niccolinks p {
    text-align: left;
    padding: 2rem 0;
  }
}
#niccolinks .niccolinks .niccolinks_contents ul .niccolinks_text .niccolinks_textarea:nth-child(even) {
  flex-direction: row-reverse;
}

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

#momonoki {
  background: rgba(234, 116, 140, 0.1);
}
#momonoki .momonoki .head_border {
  padding: 3rem;
}
#momonoki .momonoki .momonoki_contents {
  overflow: hidden;
  padding-bottom: 5rem;
}
#momonoki .momonoki .momonoki_contents ul {
  list-style: none;
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline {
  width: 85%;
  margin: 3rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline {
    width: 90%;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline h3 {
  text-align: center;
  color: #eb6d96;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline h3 {
    font-size: 2rem;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline h3 strong {
  font-weight: 600;
  display: block;
  padding-bottom: 1rem;
  border-bottom: solid 1px #eb6d96;
  margin-bottom: 1rem;
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_headline .momonoki_icon {
  width: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea {
  width: 85%;
  margin: 3rem auto;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff8f1;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea {
    width: 100%;
    display: block;
    flex-flow: column-reverse;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .img_momonoki {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .img_momonoki {
    width: 100%;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .img_momonoki .momonoki_img {
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .img_momonoki .momonoki_img {
    width: 100%;
    height: 40vh;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .text_momonoki {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .text_momonoki {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .text_momonoki p {
  line-height: 1.5;
  padding: 2vw;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .text_momonoki p {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea .text_momonoki p {
    padding: 2rem;
  }
}
#momonoki .momonoki .momonoki_contents ul .momonoki_text .momonoki_textarea:nth-child(even) {
  flex-direction: row-reverse;
}

.momonoki_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: #ea748c;
  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 .company .company_contents {
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
  }
}
#company .company .company_contents .lower_headline {
  text-align: center;
}
#company .company .company_contents .lower_headline h3 {
  color: #ea748c;
  letter-spacing: 0.6vw;
}
#company .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 .company_contents .company_detail {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .company_detail {
    width: 100%;
    padding: 20px;
  }
}
#company .company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border: solid 1px #fff8f1;
  margin-bottom: 5rem;
}
#company .company .company_contents .company_detail table tbody tr:nth-of-type(odd) {
  background-color: #fff8f1;
}
#company .company .company_contents .company_detail table tbody tr th, #company .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 .company_contents .company_detail table tbody tr th, #company .company .company_contents .company_detail table tbody tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .company_detail table tbody tr th, #company .company .company_contents .company_detail table tbody tr td {
    font-size: 1.3rem;
    padding: 4vw 0;
  }
}
#company .company .company_contents .company_detail table tbody tr th {
  width: 35%;
  text-align: end;
  padding-right: 40px;
  color: #ea748c;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .company_detail table tbody tr th {
    padding-right: 20px;
    width: 25%;
  }
}
#company .company .company_contents .company_detail table tbody tr td {
  width: 65%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .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;
  }
}

#recruit {
  padding: 8vw 0;
  background: rgba(234, 116, 140, 0.1);
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  width: 100%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    padding: 2rem;
    margin-bottom: 6vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content h4 {
  color: #333;
  padding-bottom: 2rem;
  text-align: center;
  border-bottom: solid 1px #e3718a;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h4 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  font-size: 1.5rem;
  border-bottom: 1px solid #39acba;
  padding: 2vw 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    font-size: 3.3vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
  color: #e3718a;
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  opacity: 0.75;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#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: #ea748c;
}
#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 #ea748c;
}
@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 #ea748c;
}
@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 #ea748c;
  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: #ea748c;
  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 #ea748c;
  color: #ea748c;
}
#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: #ea748c;
  }
}
#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 .footer_contents {
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    padding: 0 0 0 0;
  }
}
footer .footer_contents .footer_title {
  padding: 2rem 0;
  background-color: #39acba;
}
footer .footer_contents .footer_title h2 {
  color: #fff;
}
footer .footer_contents .footer_title p {
  color: #fff;
}
footer .footer_contents p {
  color: #4c281b;
  font-size: 1.8rem;
}
footer .footer_contents p span {
  margin-top: 1rem;
  display: block;
}
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;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 3rem 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: 60%;
  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 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title dl {
    flex-flow: column;
  }
}
footer .footer_contents #footer_contact .top_contact_title dl dt {
  width: 35%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title dl dt {
    width: 100%;
  }
}
footer .footer_contents #footer_contact .top_contact_title dl .footer_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title dl .footer_logo {
    width: 60%;
  }
}
footer .footer_contents #footer_contact .top_contact_title dl dd {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_title dl dd {
    width: 100%;
    text-align: center;
  }
}
footer .footer_contents #footer_contact .top_contact_tel {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_tel {
    width: 90%;
  }
}
footer .footer_contents #footer_contact .top_contact_tel ul {
  list-style: none;
}
footer .footer_contents #footer_contact .top_contact_tel ul li {
  margin: 2rem 0;
}
footer .footer_contents #footer_contact .top_contact_tel ul li h2 {
  color: #333;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_tel ul li p {
    text-align: center;
  }
}
footer .footer_contents #footer_contact .top_contact_tel 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_tel ul li h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_tel ul li h4 {
    font-size: 2rem;
    margin-bottom: 4vw;
  }
}
footer .footer_contents #footer_contact .top_contact_tel 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_tel 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_tel ul li h5 {
    font-size: 3rem;
  }
}
footer .footer_contents #footer_contact .top_contact_tel ul li p {
  text-align: center;
}
footer .footer_contents #footer_contact .top_contact_tel ul li a button {
  margin-top: 1rem;
  padding: 1rem 6rem;
  background-color: #39acba;
}
@media screen and (max-width: 768px) {
  footer .footer_contents #footer_contact .top_contact_tel ul li a button {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
}
footer .footer_contents #footer_contact .top_contact_tel ul li a button i {
  padding-right: 1rem;
}
footer .footer_contents .footer_menu {
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu {
    width: 100%;
    margin: auto;
  }
}
footer .footer_contents .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_contents .footer_menu ul {
    justify-content: center;
  }
}
footer .footer_contents .footer_menu ul li {
  width: auto;
  padding: 0 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_menu ul li {
    padding: 0 0rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul li {
    width: 50%;
    padding: 0 0.5rem;
  }
}
footer .footer_contents .footer_menu ul li a {
  text-decoration: none;
  color: #333;
  line-height: 2.5vw;
  font-size: 1.3rem;
  transition: 0.4s all;
}
footer .footer_contents .footer_menu ul li a:hover {
  color: #7b4835;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_menu ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul li a {
    font-size: 1.3rem;
    line-height: 8.5vw;
  }
}
footer .footer_contents .footer_menu ul li a i {
  font-size: 1.3rem;
  padding-right: 0.5rem;
}
footer .footer_contents .footer_menu ul li .shop_site {
  padding: 0.8rem 2rem !important;
  border-radius: 5px;
  border: solid 1px #333;
}
footer .footer_contents .footer_menu ul li .shop_site:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_menu ul li .shop_site {
    padding: 0.8rem 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul li .shop_site {
    padding: 0.5rem 1.5rem !important;
  }
}
footer .footer_contents .footer_menu ul li .insta {
  padding: 0.8rem 2rem !important;
  border-radius: 5px;
}
footer .footer_contents .footer_menu ul li .insta:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_menu ul li .insta {
    padding: 0.8rem 1.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_menu ul li .insta {
    padding: 0.5rem 1.5rem !important;
  }
}
footer .footer_contents .copyright {
  font-size: 1rem;
  color: #333;
  text-align: center;
  padding-bottom: 3rem;
}/*# sourceMappingURL=style.css.map */