@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #574330;
}

.error-text {
  color: red;
}
.mb10 {
  margin-bottom: 10px;
}

.mt100 {
  margin-top: 100px;
}

.mt70 {
  margin-top: 70px;
}

.mt40 {
  margin-top: 40px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt100 {
  padding-top: 100px;
}

.pt70 {
  padding-top: 70px;
}

.pt40 {
  padding-top: 40px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb40 {
  padding-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex-dec-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-ac {
  align-items: center;
}

.flex-jc {
  justify-content: center;
}

.flex-btw {
  justify-content: space-between;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.yu {
  font-family: "游明朝", "Noto Sans JP", sans-serif;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cmn-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: bottom;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumbs {
  font-weight: 500;
  display: flex;
  margin-top: 15px;
}

.breadcrumbs a {
  color: #222;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs_list {
  margin-right: 10px;
  position: relative;
}

.breadcrumbs .breadcrumbs_list span {
  color: #222;
}

.breadcrumbs .breadcrumbs_list::before {
  content: "|";
  position: absolute;
  right: -8px;
  color: #222;
}

.breadcrumbs .breadcrumbs_list:last-child {
  position: relative;
}

.breadcrumbs .breadcrumbs_list:last-child::before {
  display: none;
}

.btn {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

#pageTop {
  color: #fff;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 1;
}

#copyright {
  text-align: center;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .ttl01 span {
    color: #574330;
    font-size: 26px;
    border-bottom: solid 1px #574330;
    padding-bottom: 5px;
    display: block;
  }
  .ttl01 em {
    display: block;
    font-size: 12px;
  }
  .ttl02 {
    padding: 95px 0 55px 0;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    position: relative;
  }
  .ttl02::before {
    background: url(../img/ttl_icon.png) no-repeat;
    width: 56px;
    height: 52px;
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .ttl02 span {
    display: block;
    font-size: 16px;
  }
  .ttl02 em {
    margin-top: 15px;
    display: block;
    font-size: 10px;
    letter-spacing: 0.8em;
  }
  .btn {
    color: #fff;
    text-align: center;
    background: #5c8766;
    padding: 25px 0;
    font-weight: 300;
  }
  .btn span {
    position: relative;
  }
  .btn span::before {
    background: url(../img/arrow.png) no-repeat;
    width: 26px;
    height: 5px;
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    right: -35px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .ttl01 span {
    color: #574330;
    font-size: 5.5vw;
    border-bottom: solid 1px #574330;
    padding-bottom: 5px;
    display: block;
  }
  .ttl01 em {
    display: block;
    font-size: 12px;
  }
  .ttl02 {
    padding: 40px 0 30px 0;
    color: #fff;
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.2;
    position: relative;
  }
  .ttl02::before {
    background: url(../img/ttl_icon.png) no-repeat;
    width: 56px;
    height: 52px;
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .ttl02 span {
    display: block;
  }
  .ttl02 em {
    margin-top: 15px;
    display: block;
    font-size: 3vw;
    letter-spacing: 0.8em;
  }
  .btn {
    color: #fff;
    text-align: center;
    background: #5c8766;
    padding: 15px 0;
    font-weight: 300;
  }
  .btn span {
    position: relative;
  }
  .btn span::before {
    background: url(../img/arrow.png) no-repeat;
    width: 26px;
    height: 5px;
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    right: -35px;
  }
}

body {
  line-height: 1.7;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #574330;
}

.error-text {
  color: red;
}

.mt100 {
  margin-top: 100px;
}

.mt70 {
  margin-top: 70px;
}

.mt40 {
  margin-top: 40px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt100 {
  padding-top: 100px;
}

.pt70 {
  padding-top: 70px;
}

.pt40 {
  padding-top: 40px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb40 {
  padding-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.flex-dec-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-ac {
  align-items: center;
}

.flex-jc {
  justify-content: center;
}

.flex-btw {
  justify-content: space-between;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.yu {
  font-family: "游明朝", "Noto Sans JP", sans-serif;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cmn-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: bottom;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumbs {
  font-weight: 500;
  display: flex;
  margin-top: 15px;
}

.breadcrumbs a {
  color: #222;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs_list {
  margin-right: 10px;
  position: relative;
}

.breadcrumbs .breadcrumbs_list span {
  color: #222;
}

.breadcrumbs .breadcrumbs_list::before {
  content: "|";
  position: absolute;
  right: -8px;
  color: #222;
}

.breadcrumbs .breadcrumbs_list:last-child {
  position: relative;
}

.breadcrumbs .breadcrumbs_list:last-child::before {
  display: none;
}

.btn {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

#pageTop {
  color: #fff;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 1;
}

#copyright {
  text-align: center;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #news {
    padding: 50px 0;
    position: relative;
  }
  #news .news_list_under {
    margin-top: 40px;
    border: solid 1px #5c8766;
    padding: 2%;
  }
  #news .news_list_under h2 {
    font-size: 5vw;
    font-weight: bold;
  }
  #news .news_list_under time {
    font-size: 3.5vw;
  }
  #news .news_list_under .tag_name {
    font-size: 3.5vw;
    color: #5c8766;
  }
  #news .news_list_under .txt {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #news .news_list_under a {
    display: block;
    box-sizing: border-box;
    background: #5c8766;
    color: #fff;
    padding: 10px;
    width: 120px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0 auto;
    font-size: 3vw;
    margin-right: 5px;
  }
  #news .news_list_under a:hover {
    opacity: 0.8;
  }
  #news_detail_under {
    position: relative;
    padding: 50px 0;
  }
  #news_detail_under h2 {
    color: #5c8766;
    font-weight: bold;
  }
  #news_detail_under time {
    color: #5c8766;
    font-size: 3vw;
  }
  #news_detail_under .txt {
    padding: 20px 10px;
  }
  #site {
    padding: 50px 0;
  }
  #site .site li a {
    display: block;
    padding: 4vw;
    border-bottom: solid 1px #5c8766;
    color: #5c8766;
  }
  #site .site li a:hover {
    opacity: 0.8;
  }
  .privacy_check {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .privacy_check a {
    color: #343434;
    font-size: 4vw;
  }
  .g-recaptcha div {
    margin: 0 auto;
  }
  .contact-submits-wrap {
    display: flex !important;
  }
  .contact_list_check {
    margin-top: 10px;
    background-size: cover;
    padding: 20px;
  }
  .contact_list_check dl {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
    width: 100%;
    box-sizing: border-box;
  }
  .contact_list_check dl:first-child {
    padding-top: 0;
  }
  .contact_list_check dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact-submits-wrap {
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
  }
  .contact-submits-wrap .btn {
    font-size: 4vw;
    width: 170px;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    background: #5c8766;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
  }
  .contact_check_ttl {
    text-align: center;
    font-size: 7vw;
  }
  #contact {
    position: relative;
  }
  #contact #privacy {
    text-align: center;
  }
  #contact .contact_wrap {
    padding: 30px 0;
  }
  #contact .contact_wrap_list li {
    position: relative;
  }
  #contact .contact_wrap_list li::before {
    content: "必須";
    color: #fff;
    font-size: 3.5vw;
    background: #904c4c;
    border-radius: 5px;
    padding: 3px;
    position: absolute;
    bottom: 4px;
    right: 7px;
  }
  #contact .contact_wrap_list li:nth-child(5)::before {
    content: "必須";
    color: #fff;
    font-size: 3.5vw;
    height: 24px;
    background: #904c4c;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 0px;
    right: 8px;
  }
  #contact .contact_wrap_list li:not(:first-child) {
    margin-top: 20px;
  }
  #contact input[type="text"] {
    border: solid 1px #aba197;
    color: #574330;
    padding: 10px 50px 10px 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #contact input[type="num"] {
    border: solid 1px #aba197;
    color: #574330;
    padding: 10px 50px 10px 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #contact textarea {
    border: solid 1px #aba197;
    color: #574330;
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7;
  }
  #contact .ttl02 {
    background: url(../img/cotact_ttl_bg.png) no-repeat;
  }
  #contact section {
    padding: 40px 0;
  }
  #contact .ttl02 {
    text-align: center;
  }
  #contact .contact_wrap {
    margin: 0 auto;
    border-radius: 10px;
  }
  #contact .contact_wrap .ttl02 {
    text-align: center;
  }
  #contact .required span {
    position: relative;
  }
  #contact .required span::before {
    content: "※必須";
    position: absolute;
    top: 3px;
    right: -50px;
    color: #5c8766;
    font-size: 3.2vw;
    padding: 1px;
  }
  #privacy_wrap .ttl03 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 1px;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contact_list {
    padding: 50px 0;
  }
  .contact_list dl {
    padding: 10px 0;
  }
  .contact_list dl dt {
    width: 140px;
    margin-right: 20px;
    font-weight: bold;
  }
  #notfound {
    padding: 50px 0;
  }
  .pagenation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .pagenation li {
    margin-right: 20px;
    background: #5c8766;
    color: #fff;
  }
  .pagenation li:last-child {
    margin-right: 0;
  }
  .pagenation li span {
    display: block;
    padding: 5px 15px;
  }
  .pagenation li a {
    display: block;
    padding: 5px 15px;
    color: #fff;
  }
  .pagenation_deta {
    border-top: dotted 1px #d1d1d1;
    padding-top: 10px;
  }
  .pagenation_deta a {
    color: #000;
  }
  .pagenation_deta .left {
    position: relative;
    padding-left: 20px;
    float: left;
  }
  .pagenation_deta .right {
    float: right;
    position: relative;
    padding-right: 20px;
  }
  .pagenation_deta .center {
    text-align: center;
  }
  .breadcrumbs {
    font-size: 2.5vw;
  }
  body {
    font-size: 4vw;
  }
  body img {
    max-width: 100%;
  }
  br {
    display: none;
  }
  .flex {
    display: block;
  }
  .inbox {
    padding: 0 4%;
  }
  .none {
    display: block;
  }
  .privacy_list {
    font-size: 3.5vw;
  }
  .privacy_list dt {
    font-weight: bold;
  }
  /*---------main_visual------------*/
  /* bxslider
  ---------------------------------------------------- */
  .bx-pager {
    display: none;
  }
  #wrap {
    position: relative;
    overflow: hidden;
  }
  .map {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  #nav-toggle {
    background: #fff;
    padding: 4px;
    position: fixed;
    top: 15px;
    right: 10px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 100000;
  }
  #container {
    z-index: 1000;
  }
  #gloval-nav {
    background: #5c8766;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
  }
  #gloval-nav ul {
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gloval-nav ul li {
    font-size: 3vw;
    opacity: 0;
    font-weight: bold;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gloval-nav ul li span {
    display: block;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  .main_vis_cover {
    z-index: 1;
    padding: 3% 0;
    box-sizing: border-box;
  }
  #sub_vis {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    height: 40vw;
    background: url(../img/sub_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #main_visual {
    width: 100%;
    height: 100vw;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 0;
  }
  .mv-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #top_slider li {
    height: 100vw;
  }
  #top_slider li:nth-child(1) {
    background: url(../img/slide01.png) no-repeat;
    background-size: cover;
  }
  #top_slider li:nth-child(2) {
    background: url(../img/slide02.png) no-repeat;
    background-size: cover;
  }
  #top_slider li:nth-child(3) {
    background: url(../img/slide03.png) no-repeat;
    background-size: cover;
  }
  #top_slider li:nth-child(4) {
    background: url(../img/slide04.png) no-repeat;
    background-size: cover;
  }
  #header {
    background: #f0f6f2;
    padding: 0 3%;
    padding-top: 12px;
  }
  #header .header_inner .header_inner_logo img {
    width: 40%;
  }
  #header .header_inner_cont .h1 {
    display: none;
    color: #5c8766;
    font-size: 1vw;
    margin-top: 10px;
  }
  #header .header_inner_cont_contact {
    display: flex;
    margin: 0 0 0 auto;
  }
  #header .header_inner_cont_contact .tel {
    font-size: 6vw;
    color: #5c8766;
    margin-right: 8px;
  }
  #header .header_inner_cont_contact .line {
    margin-right: 5px;
  }
  #nav_sub {
    position: fixed;
    display: none !important;
    width: 100%;
    z-index: 1000;
    top: 0;
  }
  .pc_nav {
    display: none;
    background: #5c8766;
    padding: 5px 0;
  }
  .pc_nav ul li:not(:first-child) {
    margin-left: 20px;
  }
  .pc_nav a {
    color: #fff;
    font-weight: 300;
    line-height: 1;
  }
  .pc_nav a span {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 6px;
    text-align: center;
  }
  .top_sec01 {
    position: relative;
  }
  .top_sec01 .top_sec01_wrap_box {
    margin-top: 15px;
  }
  .top_sec01::before {
    background: url(../img/sec01_img01.png) no-repeat;
    width: 657px;
    height: 681px;
    content: "";
    position: absolute;
    top: -85px;
    left: calc(50% - 824px);
    display: none;
  }
  .top_sec01 .top_sec01_about {
    background: url(../img/sec01_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
  }
  .top_sec01 .top_sec01_about .top_sec01_wrap_inner {
    margin-top: 30px;
    position: relative;
    background: #fff;
    padding: 3%;
    border: solid 1px #574330;
    border-radius: 10px;
  }
  .top_sec01 .top_sec01_about .top_sec01_wrap_inner .ttl {
    top: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 180px;
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background: #574330;
    border-radius: 10px;
  }
  .top_sec01 .top_sec01_about .top_sec01_wrap_inner_box_list {
    margin-top: 15px;
    display: flex;
  }
  .top_sec01 .top_sec01_about .top_sec01_wrap_inner_box_list li {
    width: 23%;
  }
  .top_sec01 .top_sec01_about .top_sec01_wrap_inner_box_list span {
    text-align: center;
    font-size: 3vw;
    display: block;
  }
  .top_sec01 .top_sec01_cont {
    padding: 50px 0 55px 0;
  }
  .top_sec01 .top_sec01_cont .top_sec01_cont_wrap_profile .ttl {
    font-size: 20px;
    color: #574330;
    border-bottom: solid 1px #574330;
    margin-bottom: 15px;
  }
  .top_sec01 .top_sec01_cont .top_sec01_cont_wrap_message {
    margin-top: 20px;
  }
  .top_sec01 .top_sec01_cont .top_sec01_cont_wrap_message .ttl {
    font-size: 20px;
    color: #574330;
    border-bottom: solid 1px #574330;
    margin-bottom: 15px;
  }
  .top_sec02 {
    position: relative;
  }
  .top_sec02::before {
    background: url(../img/sec02_hapa.png) no-repeat;
    width: 700px;
    height: 421px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
  }
  .top_sec02 .top_sec02_cover {
    background: url(../img/sec02_bg.png) no-repeat;
    background-position: top right;
    padding: 50px 0 50px 0;
  }
  .top_sec02 .ttl02 {
    background: url(../img/sec02_ttl_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top_sec02 .top_sec02_wrap_box {
    margin-top: 15px;
  }
  .top_sec02 .top_sec02_wrap_box p {
    margin-top: 23px;
  }
  .top_sec02 .top_sec02_wrap .btn {
    margin-top: 35px;
  }
  .top_sec02 .img_list {
    margin-top: 40px;
    display: flex;
  }
  .top_sec02 .img_list li {
    width: 30%;
  }
  .top_sec03 .ttl02 {
    background: url(../img/sec03_ttl_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top_sec03 .top_sec03_cover {
    padding: 50px 0;
    background: url(../img/sec03_bg.png) no-repeat,
      url(../img/sec03_hapa.png) no-repeat;
    background-position: top left, bottom right;
  }
  .top_sec03 .ttl01 span {
    display: block;
  }
  .top_sec03 .img_box {
    width: 80%;
    margin: 0 auto;
  }
  .top_sec03 .txt_box {
    margin-top: 20px;
  }
  .top_sec03 .txt_box .txt p {
    margin-top: 23px;
  }
  .top_sec03 .txt_box .btn {
    margin-top: 35px;
  }
  .top_sec03 .img_list {
    margin-top: 45px;
    display: flex;
  }
  .top_sec03 .img_list li {
    width: 30%;
  }
  .top_sec04 .ttl02 {
    background: url(../img/sec04_ttl_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .top_sec04 .top_sec04_cover {
    padding: 50px 0;
    background: url(../img/sec04_bg.png) no-repeat,
      url(../img/sec04_hapa.png) no-repeat;
    background-position: top right, bottom left;
  }
  .top_sec04 .top_sec04_cover .txt_box .txt {
    margin-top: 15px;
  }
  .top_sec04 .top_sec04_cover .txt_box .btn {
    margin-top: 35px;
  }
  .top_sec04 .top_sec04_cover .img_box {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .top_sec04 .top_sec04_cover .img_list {
    margin-top: 45px;
    display: flex;
  }
  .top_sec04 .top_sec04_cover .img_list li {
    width: 30%;
  }
  .top_news {
    padding: 15px 0;
    background: rgba(92, 135, 102, 0.5);
  }
  .top_news .news_wrap {
    border-radius: 10px;
    background: #fff;
    border: 10px;
    padding: 5%;
  }
  .top_news .news_wrap .ttl_wrap {
    text-align: center;
    position: relative;
  }
  .top_news .news_wrap .ttl_wrap::before {
    height: 100%;
    width: 1px;
    border-left: solid 1px #5c8766;
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
  }
  .top_news .news_wrap .ttl_wrap h2 {
    font-size: 20px;
  }
  .top_news .news_wrap .ttl_wrap h2 span {
    display: block;
  }
  .top_news .news_wrap .ttl_wrap .btn {
    margin-top: 20px;
    padding: 3px 0;
  }
  .top_news .news_wrap .news_list {
    margin-top: 20px;
  }
  .top_news .news_wrap .news_list li:not(:first-child) {
    margin-top: 10px;
  }
  .top_news .news_wrap .news_list li a {
    color: #574330;
    font-weight: 400;
    display: block;
  }
  .top_news .news_wrap .news_list li a .tag_name {
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 3px 10px;
    margin-right: 10px;
  }
  .top_news .news_wrap .news_list li a .color_01_9383 {
    background: #8ebc32;
  }
  .top_news .news_wrap .news_list li a .color_01_9382 {
    background: #5c8766;
  }
  .top_news .news_wrap .news_list li a time {
    margin-right: 10px;
  }
  .top_news .news_wrap .news_list li a .txt {
    display: block;
  }
  .top_sec05 {
    padding: 50px 0;
    background: #e2eee6;
  }
  .top_sec05 .top_sec05_wrap {
    background: #fff;
    padding: 3%;
  }
  .top_sec05 .top_sec05_wrap h2 {
    text-align: center;
  }
  .top_sec05 .top_sec05_wrap h2 span {
    display: block;
  }
  .top_sec05 .top_sec05_wrap h2 span em {
    position: relative;
  }
  .top_sec05 .top_sec05_wrap h2 span em::before {
    width: 80px;
    border-bottom: solid 1px #574330;
    right: -90px;
    top: calc(50%);
    content: "";
    position: absolute;
  }
  .top_sec05 .top_sec05_wrap h2 span em::after {
    width: 80px;
    border-bottom: solid 1px #574330;
    left: -90px;
    top: calc(50%);
    content: "";
    position: absolute;
  }
  .top_sec05 .top_sec05_wrap .map {
    margin-top: 40px;
    padding-top: 200px;
    border: solid 1px #574330;
  }
  .top_sec05 .top_sec05_wrap .top_sec05_cont {
    margin-top: 30px;
  }
  .top_sec05 .top_sec05_wrap .top_sec05_cont .cont .ttl {
    font-size: 20px;
    font-weight: 400;
    border-bottom: solid 1px #574330;
    margin-bottom: 15px;
  }
  .top_sec05
    .top_sec05_wrap
    .top_sec05_cont
    .cont
    .shop_list
    dl:not(:first-child) {
    margin-top: 10px;
  }
  .top_sec05 .top_sec05_wrap .top_sec05_cont .cont .shop_list dl dt {
    background: #aba197;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
  }
  .footer_cover {
    background: #f0f6f2;
  }
  .footer_cover_inner {
    padding: 35px 3%;
  }
  .footer_cover_inner .logo {
    display: block;
    text-align: center;
    border-bottom: solid 1px #5c8766;
    padding-bottom: 15px;
  }
  .footer_cover_inner .address {
    margin-top: 11px;
    color: #5c8766;
    font-size: 3vw;
  }
  .footer_cover_inner .shop_cont {
    color: #5c8766;
    font-size: 3vw;
  }
  .footer_cover_inner .tel_cont {
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
  }
  .footer_cover_inner .tel_cont .tel {
    font-size: 5vw;
    color: #5c8766;
    font-weight: 300;
    margin-right: 10px;
  }
  .footer_cover_inner .tel_cont .line {
    margin-right: 5px;
  }
  .footer #copyright {
    background: #5c8766;
    color: #fff;
  }
  .footer #copyright a {
    color: #fff;
  }
  .flower_sec01 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/flower_img01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .flower_sec01 .txt_box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 3%;
  }
  .flower_sec01 .txt_box .txt {
    margin-top: 14px;
    box-sizing: border-box;
  }
  .flower_sec02 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/flower_bottom.png) no-repeat;
    background-position: bottom right;
  }
  .flower_sec02 .img_list {
    display: flex;
  }
  .flower_sec02 .txt_box {
    margin-top: 25px;
  }
  .flower_sec02 .txt_box .txt {
    padding-top: 12px;
  }
  .price {
    margin-top: 80px;
    border-radius: 10px;
    border: solid 1px #574330;
    background: rgba(255, 255, 255, 0.8);
    padding: 3%;
    text-align: center;
  }
  .price .txt_box {
    margin: 0 auto;
  }
  .price .txt_box .ttl {
    font-size: 26px;
    font-weight: 300;
    border-bottom: solid 1px #574330;
    position: relative;
  }
  .price .txt_box .ttl::before {
    background: url(../img/flower_price_ttl_icon_29_27.png) no-repeat;
    width: 29px;
    height: 27px;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
  }
  .flower_bg {
    background: #f0f6f2;
    padding: 20px 0;
  }
  .flower_bg .breadcrumbs {
    margin-top: 0;
  }
}
