@charset "UTF-8";
/* the Veggie CSS Document */
/* 共通 */
body {
  color: #4a4949;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  overflow: hidden;
  background: #fff;
  font-size: 0.9em;
  counter-reset: number 0 counter-reset1 counter-reset2;
}
.rich_font {
  font-weight: 400;
}
.mb_YTPBar .mb_YTPseekbar {
  box-shadow: none;
}
a, #bread_crumb li a {
  color: #4a4949;
}
a:hover {
  color: #af8413;
  text-decoration: none;
}
p, .post_content p {
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
/* 共通 END */
/* 共通オリジナル */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* 共通オリジナル END */
/* フロントページ用の記述 */
.home #top {
  margin-top: 100px;
  height: calc(100vh - 250px);
}
#header_slider, #header_slider {
  width: calc(100% - 50px);
}
#header_slider, #header_slider .item {
  height: calc(80vh - 80px);
}
#header_youtube {
  width: calc(100% - 50px);
  height: calc(100vh - 250px);
}
.mb_YTPBar {
  display: none !important;
}
#header_youtube .overlay {
  background: hsl(0deg 0% 32% / 0%);
}
#header_logo_index .link {
  display: none;
}
#header_logo_index .link:before, #header_logo_index .link:hover:before {
  color: #fff;
}
#header_logo_index .logo {
  margin: auto;
}
#header_logo_index .logo img {
  width: 100%;
  display: block;
  max-width: 500px;
}
.logo_area {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.front-main-box {
  width: 100%;
  max-width: 250px;
}
.buttonBar {
  display: none !important;
}
.mb_YTPBar {
  display: none !important;
}
.pc .home #header {
  top: 0;
  background: #fff;
  height: 100px;
}
.pc #header.type2, #header {
  background: #fff !important;
  height: 100px;
}
.pc .header_fix #header {
  box-shadow: none;
  top: 0;
}
#header_inner {
  width: calc(100% - 20px);
  height: 100px;
  margin: 0;
}
.pc #header_logo #logo_image img {
  width: 170px;
  display: block;
  margin-top: -5px;
  margin-left: -5px;
}
.pc #global_menu {
  box-shadow: none !important;
}
.pc #global_menu > ul {
  text-align: right;
}
.pc #global_menu > ul > li > a {
  color: #4a4949 !important;
  font-weight: 500;
  line-height: 100px;
  padding: 0 18px;
  position: relative;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.pc #global_menu > ul > li > a:before {
  content: '';
  height: 1px;
  left: 15px;
  width: 0;
  bottom: 30px;
  position: absolute;
  background: #4a4949;
  transition: all .8s;
}
.pc #global_menu > ul > li > a:hover:before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  text-align: center;
  transition: .8s;
}
.pc #global_menu > ul > li > a:hover {
  background: none;
  color: #af8413 !important;
}
.pc #global_menu ul ul a {
  font-size: 13px;
  font-weight: 500;
  padding: 12px 20px;
  color: #4a4949;
  background: #fff;
}
.pc #global_menu ul ul a:hover {
  background: #4a4949;
  color: #fff;
}
.pc .home #global_menu ul ul {
  top: 100px;
  bottom: 0;
}
.pc .home #header.type2 #global_menu ul ul, .pc #global_menu ul ul {
  top: 100px;
}
p.logo.rich_font, p.desc {
  display: none;
}
p.logo-text {
  display: none;
}
#footer_wrapper {
  background: #262626;
}
.volunteer-sec {
  padding: 5em 0;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 0;
}
.volunteer-sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/orion/img/volunteer-img.jpg?20221227);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.volunteer-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.volunteer-sec h2 {
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
ul.volunteer-list {
  margin-bottom: 12px;
}
ul.volunteer-list:nth-of-type(2) {
  margin-top: 30px;
  margin-bottom: 30px;
}
ul.volunteer-list li {
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
ul.volunteer-list li:last-of-type {
  margin-bottom: 0;
}
ul.volunteer-list li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0;
  top: 7px;
}
.map-section {
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  height: 500px;
}
.map-section iframe {
  filter: grayscale(100%);
}
.map-section iframe:hover {
  filter: grayscale(0%);
}
.footer_inner_sec {
  padding: 5em 0 3em;
  width: 86%;
  max-width: 1150px;
  margin: auto;
  box-sizing: border-box;
}
.footer_about_info {
  width: 50%;
  box-sizing: border-box;
  float: left;
  color: #fff;
}
.footer-menu-box {
  width: 50%;
  padding-left: 15em;
  box-sizing: border-box;
  color: #fff;
}
img.footer_logo {
  max-width: 90px;
  margin-bottom: 15px;
  filter: brightness(300) invert(1);
}
p.address_footer, p.footer-contact-time {
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.5;
}
p.address_footer {
  margin-bottom: 5px;
}
p.footer-contact-time span {
  margin-right: 10px;
}
ul.footer_but_list {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.footer_but_list li {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.footer_but_list li:nth-of-type(2n) {
  margin-right: 0;
}
a.footer_but {
  width: 100%;
  padding: 20px 18px;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  border: 1px solid;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
}
a.footer_but.onlineshop-but {
  text-align: center;
}
a.footer_but::after {
  content: "";
  position: absolute;
  font-family: "design_plus";
  right: 15px;
  font-size: 17px;
  font-weight: 400;
}
a.footer_contact_but::after {
  content: "\f0e0";
}
a.footer_but.line-but::after {
  content: "\e909";
}
a.footer_but:hover {
  color: #4a4949;
  background: #fff;
  border-color: #fff;
}
a.footer_instagram-but {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  transition: all .8s;
  top: 10px;
  border: 0;
}
a.footer_instagram-but::after {
  content: '\ea92';
  font-size: 24px;
  font-weight: 100;
  z-index: 1;
  width: 40px;
  right: 0;
}
a.footer_instagram-but span {
  display: none;
}
a.footer_but.footer_instagram-but:hover {
  opacity: 0.7;
  color: #dfc377;
  background: none;
}
ul.footer_menu_list {
  padding-right: 5%;
  width: 50%;
  box-sizing: border-box;
}
ul.footer_menu_list:nth-of-type(2) {
  padding-right: 0;
}
ul.footer_menu_list li {
  font-size: 0.9em;
  line-height: 1.3;
  padding-left: 22px;
  padding-bottom: 12px;
  position: relative;
}
ul.footer_menu_list li:last-child {
  padding-bottom: 0;
}
ul.footer_menu_list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  top: 8px;
  left: 0;
  background: #fff;
}
ul.footer_menu_list li a {
  transition: 0.8s;
  color: #fff;
}
ul.footer_menu_list li a:hover {
  padding-left: 10px;
  color: #dfc377;
}
#return_top {
  bottom: 20px;
  right: 20px;
  transition: all .8s;
}
#return_top:hover {
  bottom: 50px;
}
#return_top a {
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: auto;
  font-size: 0.9em;
  letter-spacing: 2px;
  background: none !important;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 500;
  color: #af8413;
}
#return_top a:before {
  content: '';
  position: absolute;
  display: block;
  background: #af8413;
  height: 20px;
  right: 5px;
  width: 1px;
  top: -30px;
}
#return_top a:hover {
  color: #af8413;
  background: none !important;
}
#return_top a:hover:before {
  background: #af8413;
}
#return_top span {
  display: contents;
}
#copyright {
  font-size: 1em;
  line-height: 1;
  width: 100%;
  margin-top: 3em;
  font-family: 'Sorts Mill Goudy', serif;
}
#copyright a {
  color: #4a4949;
}
@media screen and (max-width: 1200px) {
  #header_youtube {
    width: 100% !important;
  }
  div#top::before {
    width: 80px;
  }
  #header_inner {
    width: calc(100% - 10px);
  }
  .pc #header_logo {
    top: 15px;
  }
  .pc #header_logo #logo_image img {
    width: 160px;
  }
  #logo_image h1 a:before {
    display: none;
  }
  .pc #header_logo #logo_image img {
    width: 130px;
    margin-top: -10px;
  }
  .pc #global_menu > ul {
    margin-right: 0;
  }
  .pc #global_menu > ul > li > a {
    padding: 0 12px;
    font-size: 0.8em;
  }
  .map-section {
    height: 350px;
  }
  .footer_inner_sec {
    padding: 2em 0;
    max-width: 700px;
  }
  img.footer_logo {
    margin: 0 auto 15px;
    display: block;
  }
  p.address_footer, p.footer-contact-time {
    width: fit-content;
    margin: 0 auto 10px;
  }
  .footer_about_info {
    width: 100%;
  }
  .footer-menu-box {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  a.footer_but.onlineshop-but {
    max-width: 430px;
    margin: auto;
  }
  ul.footer_but_list li:nth-of-type(3) {
    width: 100%;
    margin-right: 0;
  }
  ul.footer_but_list li:nth-of-type(4) {
    width: 100%;
    margin-bottom: 0;
  }
  a.footer_but.footer_instagram-but {
    margin: auto;
    top: 0;
  }
  ul.footer_menu_list {
    width: 25%;
  }
}
@media only screen and (max-width: 970px) {
  #header {
    position: fixed;
    height: 80px;
  }
  .logo img {
    width: 0;
  }
  #logo_image_mobile img {
    width: 0%;
    position: relative;
  }
  .mobile #header .logo {
    background: url(/wp-content/themes/orion/img/logo-img.png) no-repeat;
    background-size: 9%;
    background-position: 0;
  }
  #logo_image {
    margin-left: 5px;
  }
  #logo_image h1 {
    height: 80px;
    line-height: 80px;
  }
  #header_inner {
    width: 100%;
    height: 70px;
  }
  #global_menu a {
    color: #4a4949;
    letter-spacing: 1px;
    background: #fff;
    font-family: 'Sorts Mill Goudy', serif;
  }
  a.menu_button::before {
    color: #4a4949 !important;
  }
  a.menu_button:hover, a.menu_button.active {
    background: #fff !important;
  }
  .mobile #global_menu li a:hover {
    color: #4a4949;
    background: #fff;
  }
  #global_menu .child_menu_button .icon::before {
    color: #4a4949;
  }
  #global_menu .child_menu_button:hover .icon:before {
    color: #4a4949;
    border-color: #4a4949;
  }
  .home #top {
    margin-top: 90px;
    /* height: calc(70vh - 70px); */
  }
  #header_slider, #header_slider {
    width: calc(100% - 0px);
  }
  #header_slider, #header_slider .item {
    height: calc(60vh - 60px);
  }
  #header_slider, .slick-list {
    border-radius: 0;
  }
  #header_logo_index .logo img {
    width: 50%;
  }
  .volunteer-sec {
    padding: 3em 0;
  }
  .icon-file-text:before {
    content: "\e909";
  }
  .dp-footer-bar a {
    color: #fff;
    padding: 20px 0;
  }
  .dp-footer-bar {
    height: 55px;
    font-size: 15px;
    background: #262626;
    box-sizing: border-box;
    border-top: solid 1px #fff;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  #header, #header_inner {
    height: 55px;
  }
  #logo_image_mobile {
    margin-left: 5px;
  }
  .mobile #header .logo {
    background-size: 7%;
  }
  .home #top, #header_slider, #header_slider, #header_slider, #header_slider .item {
    height: 100vh;
  }
  .volunteer-sec {
    padding: 2em 0;
  }
  .volunteer-sec::after {
    background-image: url(/wp-content/themes/orion/img/volunteer-sp-img.jpg?20221227);
    background-position: center top;
  }
  .volunteer-sec h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .map-section {
    width: calc(100% - 20px);
    margin-bottom: 12px;
    height: 250px;
  }
  #return_top {
    right: 14px;
    bottom: 65px !important;
  }
  #return_top a {
    font-size: 0.75em;
  }
  #return_top a:before {
    right: 6px;
  }
}
@media only screen and (max-width: 600px) {
  ul.footer_but_list li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  #header_logo_index .logo img {
    width: 100%;
  }
  .mobile #header .logo {
    background-size: 11%;
  }
  ul.footer_menu_list {
    width: 50%;
  }
}
@media screen and (max-width: 485px) {
  #logo_image_mobile {
    margin-left: 10px;
  }
}
@media only screen and (max-height: 400px) {
  .home #top, #header_slider, #header_slider, #header_slider, #header_slider .item {
    height: 100vh;
  }
}
/* お知らせ・ブログ詳細 */
#index_news, #index_blog {
  padding: 5em 0;
}
#index_news {
  background: #f8f4e6;
}
.index_title {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.index_news_title h2, .index_title h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
}
.index_news_title h3, .index_title h3 {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  color: #af8413;
  font-family: "Sorts Mill Goudy", serif;
}
a.index-but {
  box-sizing: border-box;
  position: relative;
  display: flex;
  -webkit-font-smoothing: revert;
  align-items: center;
  overflow: visible;
  z-index: 1;
  max-width: fit-content;
  margin: auto;
  margin-top: 40px;
}
a.index-but::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #4a4949;
}
a.index-but::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto 19px;
  background-color: #af8413;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .8s;
}
a.index-but:hover::before {
  border-color: #af8413;
}
a.index-but:hover:after {
  transform: scale(2);
}
a.index-but span {
  font-size: 1em;
  letter-spacing: 2px;
  padding-left: 20px;
  font-weight: 500;
  transition: 0.8s;
  color: #4a4949;
  text-shadow: 1px 1px 0px #faf9f8, 1px -1px 0px #faf9f8, -1px -1px 0px #faf9f8, -1px 1px 0px #faf9f8;
  z-index: 1;
}
a.index-but:hover span {
  padding-left: 60px;
  color: #af8413;
  z-index: 1;
}
.index_news_inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1150px;
}
#index_news_list {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#index_news_list li {
  background: #fff;
  border: 1px solid #dfd4b6;
  box-sizing: border-box;
}
#index_news_list li .title {
  margin-top: 15px;
}
#index_blog_list li {
  width: calc(33.3333% - 20px);
  margin: 0 30px 40px 0;
}
#index_blog_list li:nth-of-type(3n) {
  margin-right: 0;
}
#index_blog_list li .image {
  border: 1px solid #dfd4b6;
  box-sizing: border-box;
}
.home #index_blog_list li .title {
  color: #4a4949;
  font-size: 0.9em;
  font-weight: 500;
  padding: 5px 5px;
  display: block;
  box-sizing: border-box;
}
.home #index_blog_list li .title:hover {
  color: #4a4949;
}
ul.meta.clearfix {
  padding: 10px 5px;
}
#index_blog_list li .date {
  font-size: 1em;
  font-weight: 400;
}
.page_navi p.back a {
  color: #4a4949;
  border: 1px solid #4a4949;
  background: none;
  box-sizing: border-box;
  font-size: 0.8em;
  font-family: unset;
  transition: all .8s;
}
.page_navi p.back a:before {
  color: #4a4949;
  font-size: 0.9em;
  top: 0;
}
.page_navi p.back a:hover {
  color: #fff;
  background: #4a4949;
}
.page_navi p.back a:hover:before {
  color: #fff;
}
.single #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 60px auto 100px;
}
.side_headline {
  font-size: 1.5em;
  padding-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: inherit;
  font-family: 'Sorts Mill Goudy', serif;
  border-bottom: 1px solid #4a4949;
}
.side_headline span {
  color: #4a4949;
  font-weight: 400;
  padding: 0;
  background: none;
}
.widget_recent_entries li {
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px #e6d5c5 solid;
}
.side_widget a {
  color: #4a4949;
}
.side_widget a:hover {
  color: #af8413;
}
span.post-date {
  display: block;
  line-height: 1.8;
  font-size: 14px;
}
a.title:hover {
  color: #af8413 !important;
}
.page_navi {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #index_news, #index_blog {
    padding: 4em 0;
  }
  #index_blog_list li {
    width: calc(33.3333333% - 10px);
    margin: 0 15px 15px 0;
  }
  .index_title h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 970px) {
  #index_news_list li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    padding: 20px 25px;
    height: 100px;
  }
  #index_blog_list li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  #index_blog_list li:nth-child(3n) {
    margin-right: 10px;
  }
  #index_blog_list li:nth-child(2n) {
    margin-right: 0;
  }
  #left_col {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .index_news_title h2, .index_title h2 {
    font-size: 1.5em;
  }
  #index_news, #index_blog {
    padding: 2.5em 0;
  }
  #index_news_list {
    margin-top: 40px;
  }
  #index_news_list li {
    width: calc(100% - 0px);
    margin-right: 0;
    padding: 20px;
  }
  #index_blog_list li .image {
    margin-bottom: 10px;
  }
  #index_blog_list li .date {
    margin-top: 5px;
  }
  a.index-but {
    margin-top: 30px;
  }
  .page_navi {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 500px) {
  #index_news_list li {
    width: 100%;
  }
  #index_news_list li:last-of-type {
    margin-bottom: 0;
  }
  #index_blog_list li {
    width: 100%;
    margin: 0 auto 7%;
  }
  #index_blog_list li:nth-child(3n) {
    margin-right: 0;
  }
}
/* お知らせ・ブログ詳細 END */
/* フロントオリジナル */
.front-merit h2, .vegetable-sec h2 {
  font-size: 2em;
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
}
.front-merit h2::after, .vegetable-sec h2::after {
  content: '';
  display: block;
  margin: 30px auto 0;
  width: 30px;
  height: 1px;
  background: #4a4949;
  z-index: -1;
}
.concept-sec, .concept02-sec, .store-address-sec {
  width: calc(100% - 30px);
}
.concept-sec, .store-address-sec {
  margin: 15px auto;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  z-index: 0;
}
.concept-sec {
  height: 300px;
}
.concept-sec::after, .store-address-sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url();
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.65;
}
.concept-sec::after {
  background-image: url(/wp-content/themes/orion/img/concept-img.jpg?20221227);
  background-position: center;
}
.store-address-sec::after {
  background-image: url(/wp-content/themes/orion/img/storeaddress-img.jpg?20221227);
  background-position: top;
}
.concept-box, .store-address-box {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.store-address-box {
  width: 40%;
  margin-left: auto;
}
.concept-box h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 2.5px;
margin-bottom: 20px;
color: #542800;
background: #ffe46f;
padding: 8px 10px;
width: fit-content;
}
.concept-box h3, .store-address-box h3 {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', serif;
}
h3.concept-title01 {
  font-size: 28px;
}
.concept-box p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}
p.store-address {
  line-height: 1.5;
  margin-top: 20px;
}
.concept02-sec {
  margin: 0 auto 50px;
}
.concept-triple {
  width: calc(33.3333% - 10px);
  margin-right: 15px;
  padding: 30px 30px;
  color: #fff;
  background: #000;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  z-index: 0;
}
.concept-triple:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}
.concept-triple::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/orion/img/concept02-03-img.jpg);
  background-position: left bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.65;
}
.concept-triple:nth-of-type(2)::after {
  background-image: url(/wp-content/themes/orion/img/concept02-2-img.jpg?20221227);
}
.concept-triple:nth-of-type(3)::after {
  background-image: url(/wp-content/themes/orion/img/concept02-3-img.jpg?20221227);
}
a.front-online-but, a.store-but {
  width: 100%;
  max-width: 140px;
  padding: 10px 35px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 4.2px;
  text-align: center;
  color: #fff;
  border: 1px solid #af9f82;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
}
a.store-but {
  line-height: 1.3;
}
a.front-online-but:hover, a.store-but:hover {
  color: #fff;
  background: #af8413;
  border-color: #af8413;
}
.front-merit {
  padding: 8em 0 10em;
}
.front-merit-inner {
  width: 86%;
  max-width: 1150px;
  margin: auto;
}
.front-merit-box {
  width: calc(50% - 35px);
  margin-right: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.front-merit-box:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
.front-merit-text::before {
  counter-increment: number 1;
  content: "Works.0"counter(number)"";
  display: block;
  color: #af8413;
  font-size: 1.3em;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
  font-family: 'Sorts Mill Goudy', serif;
  z-index: 1;
}
.front-merit-text h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 20px;
}
.front-merit-img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.vegetable-sec {
  padding-bottom: 3em;
}
.vegetable-inner {
  width: 86%;
  max-width: 1000px;
  margin: auto;
}
.vegetable-block {
  width: calc(33.3333% - -1px);
  margin-right: -1px;
  padding: 40px 30px 15px;
  border: 1px solid #dfd4b6;
  box-sizing: border-box;
  position: relative;
}
.vegetable-block h3 {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 50px;
  box-sizing: border-box;
}
.vegetable-block h3::after {
  content: 'Spring';
  margin-top: 8px;
  display: block;
  font-size: 0.7em;
  font-family: 'Sorts Mill Goudy', serif;
  letter-spacing: 2px;
  color: #af8413;
}
.vegetable-block:nth-of-type(2) h3::after {
  content: 'Summer';
}
.vegetable-block:nth-of-type(3) h3::after {
  content: 'Winter';
}
ul.vegetable-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.vegetable-list li {
  width: calc(50% - 3px);
  margin-right: 5px;
  margin-bottom: 8px;
  font-size: 0.9em;
  line-height: 1.5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
ul.vegetable-list li:nth-of-type(2n) {
  margin-right: 0;
}
.instagram_sec {
  padding-bottom: 3.5em;
}
.instagram-inner {
  width: 86%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.instagram-title {
  width: 30%;
  padding-right: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
h2.insta_title {
  font-size: 2.2em;
  font-weight: 400;
  color: #af8413;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: "Sorts Mill Goudy", serif;
  text-align: center;
  width: 100%;
}
.instagram-box {
  width: 70%;
  float: right;
}
a.front-instagram-but {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-font-smoothing: auto;
  align-items: center;
  overflow: visible;
  z-index: 1;
}
a.front-instagram-but::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4a4949;
}
a.front-instagram-but::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto 24px;
  background-color: #af8413;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .8s;
}
a.front-instagram-but:hover::before {
  border-color: #af8413;
}
a.front-instagram-but:hover:after {
  transform: scale(2);
}
a.front-instagram-but span {
  font-size: 0.9em;
  padding-left: 20px;
  font-weight: 500;
  transition: 0.8s;
  color: #4a4949;
  display: inline-block;
  text-shadow: 1px 1px 0px #faf9f8, 1px -1px 0px #faf9f8, -1px -1px 0px #faf9f8, -1px 1px 0px #faf9f8;
  z-index: 1;
}
a.front-instagram-but:hover span {
  padding-left: 60px;
  color: #af8413;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .instagram_sec {
    padding-bottom: 4em;
  }
  .instagram-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3em;
  }
  .instagram-box {
    width: 100%;
  }
  h2.insta_title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 970px) {
  .front-merit {
    padding: 4em 0 6em;
  }
  .vegetable-block {
    padding: 40px 20px 15px;
  }
  .store-address-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .concept-sec, .concept02-sec, .store-address-sec {
    /* width: calc(100% - 15px); */
  }
  .concept-sec, .store-address-sec {
    margin: 15px auto 10px;
  }
  .concept-sec::after {
    background-image: url(/wp-content/themes/orion/img/concept-sp-img.jpg?20221227);
  }
  .concept-triple {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .front-merit h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  .vegetable-sec h2 {
    font-size: 1.5em;
  }
  .front-merit {
    padding: 3em 0;
  }
  .front-merit-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .vegetable-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .vegetable-block:last-of-type {
    margin-bottom: 0;
  }
  .vegetable-block h3 {
    font-size: 1.1em;
  }
  .instagram_sec {
    padding-bottom: 2em;
  }
  h2.insta_title {
    font-size: 2em;
  }
  .concept-triple::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/orion/img/concept02-03-img.jpg);
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.65;
}
.concept-box h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 12px;
font-weight: 400;
margin-bottom: 15px;
background: #ffe46f;
padding: 6px 10px;
width: fit-content;
}
.br-sp {
display: none; 
}
}

@media only screen and (max-width: 500px) {
  .concept-sec {
    height: 100%;
  }
  h2.insta_title {
    margin-bottom: 15px;
  }
  a.front-instagram-but:before {
    width: 50px;
    height: 50px;
  }
  a.front-instagram-but::after {
    margin: auto 22px;
  }
  
  concept-box h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 2.5px;
margin-bottom: 20px;
color: #542800;
background: #ffe46f;
padding: 6px 10px;
width: fit-content;
}
.concept-box h2 {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 12px;
font-weight: 400;
margin-bottom: 13px;
padding: 6px 10px;
width: fit-content;
}
}
/* フロントオリジナル END */
/* 固定ページのための記述 */
#header_image, #header_image .image, #header_image .image img {
  /* height: 320px; */
}
p.page_title {
  font-size: 2.5em !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  color: #fff;
}
#bread_crumb {
  height: 40px;
  line-height: 40px;
}
#bread_crumb ul {
  max-width: 1150px;
}
#bread_crumb li a:hover {
  color: #af8413;
}
#bread_crumb li.home a {
  line-height: unset;
  margin-right: 10px;
}
#bread_crumb li.home a::before {
  top: 0;
  line-height: 50px;
}
#bread_crumb li {
  line-height: 50px;
}
#bread_crumb li:after {
  top: -18px;
}
li.last {
  margin-left: 10px;
}
#bread_crumb li.home a:hover:before, .single .post_content a:hover {
  color: #af8413;
}
.post_content a {
  font-weight: 400;
}
.post_content blockquote {
  border: 1px solid #4a4949;
  border-radius: 0;
  box-shadow: none;
}
.post_content blockquote:before, .post_content blockquote:after {
  color: #4a4949;
}
#post_title {
  color: #4a4949;
}
.post_content h1 {
  font-weight: 400;
  color: #af8413;
}
.post_content h2 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #4a4949;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.post_content h2:after {
  content: '';
  background: #4a4949;
  width: 30px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
}
.post_content h3 {
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.single .post_content h4 {
  font-size: 1.3em;
  font-weight: 400;
  color: #af8413;
  margin-bottom: 20px;
  text-align: left;
}
.single .post_content h5 {
  font-size: 1.1em;
  font-weight: 500;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  #header_image, #header_image .image, #header_image .image img {
    /* height: 210px; */
  }
}
@media only screen and (max-width: 970px) {
  #header_image {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #header_image {
    margin-top: 55px;
  }
  #header_image, #header_image .image, #header_image .image img {
    /* height: 170px; */
  }
  p.page_title {
    font-size: 2em !important;
  }
  p.page_subtitle {
    font-size: 0.8em;
    margin-top: 10px;
  }
  .post_content h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .post_content h2:after {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #header_image, #header_image .image, #header_image .image img {
    height: 120px;
  }
}
/* 固定ページのための記述 END */
/* table */
.post_content th, .post_content td {
  font-size: 0.9em;
  font-weight: 500;
  background: none;
  border: 1px solid #e5d6c1;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  padding: 20px 5px 16px;
  line-height: 1.5;
}
.post_content th {
  width: 20%;
  text-align: left;
}
table.contact_form th, table.contact_form td {
  background: none;
  border: none;
  border-bottom: 1px solid #dfd4b6;
  line-height: 2;
  vertical-align: middle;
  padding: 12px 5px 10px;
}
table.contact_form th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 970px) {
  .post_content th, .post_content td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 12px 8px 8px;
  }
  .post_content th {
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: -1px;
  }
  .post_content td {
    padding-top: 7px;
    border-top: none;
  }
  table.contact_form th, table.contact_form td {
    padding-left: 0;
  }
  table.contact_form th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  table.contact_form td {
    padding-top: 5px;
    padding-bottom: 12px;
  }
}
/* table END */
/* コンテンツ 共通 */
.error404 #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 40px auto 0;
}
.archive #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h3.title {
  font-weight: 400;
  font-size: 1.1em !important;
}
h3.title a:hover {
  color: #4a4949 !important;
}
.page .post-header {
  margin: 0;
}
.content_full {
  position: relative;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
}
a.calendar-but {
  width: 100%;
  max-width: 300px;
  padding: 8px 18px;
  line-height: 1.8;
  margin-top: 15px;
  border: 1px solid;
  background: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.8s;
}
a.calendar-but::after {
  content: '\e953';
  font-family: "design_plus";
  position: absolute;
  right: 20px;
}
a.calendar-but:hover {
  color: #fff;
  background: #4a4949;
  border: 1px solid #4a4949;
}
@media only screen and (max-width: 767px) {
  a.calendar-but::after {
    right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner {
    padding: 50px 0;
  }
}
/* コンテンツ 共通 END */
/* 農園案内 */
.calendar_sec .content_inner {
  max-width: 900px;
  padding-bottom: 0;
}
.calendar_sec iframe {
  height: 500px;
}
.aboutus-text {
  width: 50%;
  padding-right: 5em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.aboutus-img {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.aboutus-text h2 {
  font-size: 2.2em;
  text-align: left;
  margin-bottom: 20px;
}
.aboutus-text h2::after {
  content: none;
}
.aboutus-text p {
  line-height: 2;
  margin-bottom: 20px;
  width: 100%;
}
.aboutus-text p:last-child {
  margin-bottom: 0;
}
.aboutus-img_sec {
  width: calc(100% - 30px);
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
img.aboutus-list-img {
  width: 33.3333%;
}
.two-box {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: -1px;
}
.two-box:nth-of-type(2) {
  margin-right: 0;
}
table.aboutus-table th, table.aboutus-table td {
  border-top: 0;
  padding-top: 25px;
  padding-bottom: 8px;
}
table.aboutus-table td {
  text-align: end;
}
@media only screen and (max-width: 1200px) {
  .aboutus-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5em;
  }
  .aboutus-img {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .calendar_sec iframe {
    height: 400px;
  }
  table.aboutus-table th, table.aboutus-table td {
    padding-top: 15px;
  }
  table.aboutus-table td {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar_sec iframe {
    height: 300px;
  }
  .aboutus-text h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .aboutus-text p {
    margin-bottom: 10px;
  }
  .two-box {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  img.aboutus-list-img {
    width: 100%;
  }
}
/* 農園案内 END */
/* the veggieとは */
.about-veggie_sec:first-of-type .content_inner {
  padding-bottom: 0;
}
.about-veggie_sec h2 {
  font-size: 1.8em;
  margin-bottom: 50px;
}
.about-veggie-text {
  width: 50%;
  margin-left: 50%;
  padding-left: 5em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.about-veggie-img {
  width: 50%;
  margin-left: -100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
}
.about-veggie-text h3 {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
}
.about-veggie-text p {
  margin-bottom: 20px;
}
.about-veggie-text p:last-child {
  margin-bottom: 0;
}
.veggie_concept-box {
  margin-bottom: 50px;
}
.veggie_concept-box:last-of-type {
  margin-bottom: 0;
}
.veggie_concept-block {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.veggie_concept-img-block {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
.veggie_concept-box:nth-of-type(even) .veggie_concept-block {
  margin-left: 60%;
}
.veggie_concept-box:nth-of-type(odd) .veggie_concept-img-block {
  padding-left: 6em;
}
.veggie_concept-box:nth-of-type(even) .veggie_concept-img-block {
  padding-right: 6em;
  margin-left: -100%;
}
.veggie_concept-block h3 {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
  width: 100%;
}
.veggie_concept-block p {
  line-height: 2;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .about-veggie-text {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .about-veggie-img {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .veggie_concept-box:nth-of-type(odd) .veggie_concept-img-block {
    padding-left: 3em;
  }
  .veggie_concept-box:nth-of-type(even) .veggie_concept-img-block {
    padding-right: 3em;
  }
  .veggie_concept-block h3 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 970px) {
  .veggie_concept-block {
    width: 100%;
    margin-bottom: 1em;
  }
  .veggie_concept-img-block {
    width: 100%;
  }
  .veggie_concept-box:nth-of-type(odd) .veggie_concept-img-block {
    padding-left: 0;
  }
  .veggie_concept-box:nth-of-type(even) .veggie_concept-block {
    margin-left: 0;
  }
  .veggie_concept-box:nth-of-type(even) .veggie_concept-img-block {
    padding-right: 0;
    margin-left: 0;
  }
  .veggie_concept-block h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-veggie_sec h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .about-veggie-text h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .about-veggie-text p {
    margin-bottom: 10px;
  }
  .veggie_concept-box {
    margin-bottom: 30px;
  }
  .veggie_concept-block h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
}
/* the veggieとは END */
/* 料金について */
.caution-list-box {
  max-width: 800px;
  padding: 30px;
  border: 1px solid #dfd4b6;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.caution-list-box h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  letter-spacing: 3px;
  background: #fff;
  display: block;
}
ul.caution-list li {
  line-height: 1.8;
  margin-bottom: 5px;
  font-size: 0.9em;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
ul.caution-list li:last-child {
  margin-bottom: 0;
}
ul.caution-list li::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .caution-list-box {
    padding: 20px;
  }
}
/* 料金について END */
/* よくある質問*/
.faq_sec .content_inner {
  max-width: 850px;
}
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #dfd4b6 solid;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h2 {
  font-size: 1.3em;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: left;
}
.faq h2::before {
  counter-increment: number 1;
  content: "Question.0"counter(number) "";
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
  color: #af8413;
  font-family: 'Sorts Mill Goudy', serif;
  z-index: -2;
  top: 7px;
  left: 0;
}
.faq h2::after {
  content: none;
}
p.answer {
  margin-bottom: 0;
}
/* よくある質問 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
  max-width: 950px;
}
.contact_sec .content_inner {
  padding-bottom: 0;
}
a.contact-line-but {
  color: #4a4949;
  border: 1px solid #4a4949;
  position: relative;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 330px;
  padding: 18px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.8s;
}
a.contact-line-but::after {
  content: "\e909";
  position: absolute;
  font-family: "design_plus";
  right: 20px;
  font-size: 25px;
}
a.contact-line-but:hover {
  color: #fff;
  background: #18c507;
  border: 1px solid #18c507;
}
p.contact-line-text {
  width: fit-content;
  margin: auto;
  letter-spacing: 1px;
}
.privacy_policy {
  margin-top: 50px;
}
.privacy_policy p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.privacy_policy ol {
  list-style: auto;
  margin-left: 15px;
}
.privacy_policy li {
  font-size: 0.9em;
  line-height: 1.8;
  padding-bottom: 10px;
}
.privacy_policy li:last-child {
  padding-bottom: 0;
}
/* お問い合わせ END */
/* --- お問い合わせフォーム --- */
.wpcf7 {
  box-sizing: border-box;
  margin: 30px auto 0 !important;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0 !important;
}
.wpcf7 form {
  margin: 0;
  padding: 0px;
}
.wpcf7 input.wpcf7-submit {
  width: 100%;
  max-width: 350px;
  display: block;
  border-radius: 0;
  background: none;
  color: #4a4949;
  border: 1px solid #4a4949 !important;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: all .8s;
  box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #4a4949;
  color: #faf9f8;
}
.wpcf7 .required {
  background-color: #4a4949;
  margin-left: 10px;
  padding: 4px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.9em;
}
.wpcf7 .any {
  background-color: #e2e2e2;
  margin-left: 10px;
  padding: 4px;
  font-weight: 400;
  font-size: 0.9em;
  border-radius: 3px;
}
span.wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #f7f5ef;
  border-radius: 3px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 100%;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 0px;
}
div.wpcf7 textarea {
  width: 100%;
}
span.wpcf7-list-item {
  display: block;
}
span.wpcf7-list-item {
  margin: 5px 0;
}
input#zip {
  max-width: 300px;
  margin-left: 20px;
}
/* Chrome, Safari */ ::-webkit-input-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* Firefox */ ::-moz-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* Firefox 18以前 */ :-moz-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* IE */ :-ms-input-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffd2d2;
  margin-bottom: 0px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #d90000;
  letter-spacing: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #ffffff;
  text-shadow: none;
  background-color: #b72120;
  border: none;
  padding: 20px;
  border-radius: 0;
  text-align: center;
  margin: 20px 0px 30px;
}
.wpcf7 form .wpcf7-response-output {
  color: #f26464;
  border-color: #f26464 !important;
  background: #feeded;
  border: 1px solid;
  padding: 0.8em 1em;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #ffffff;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 40px;
  border: none;
  padding: 20px;
  text-align: center;
  background-color: #364082;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .required, .wpcf7 .any {
    margin-left: 5px;
  }
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
}
/* --- お問い合わせフォーム END --- */
/* --- Mobile 動画 --- */
.mm_on #mobile_movie_wrap .logo_img {
  max-width: 20%;
}
@media only screen and (max-width: 970px) {
  .mm_on body.home #top {
    margin-top: 55px;
  }
  .mm_on #mobile_movie_wrap.h_fix {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 485px) {}
/* --- Mobile 動画 END --- */
/* --- フロントオリジナル youtube --- */
.youtubeRss {
  overflow: hidden;
}
h2.youtubeRss-title {
  font-size: 2.5em;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 1em;
  font-family: 'Sorts Mill Goudy', serif;
}
.youtubeRss-btn a {
  width: 100%;
  max-width: 180px;
  line-height: 55px;
  display: block;
  margin: 0 auto;
  background: #f9d3cd;
  color: #4a4949;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.8s;
}
.youtubeRss-btn a:hover {
  background: #4a4949;
  transform: translatey(1rem);
}
ul#youtubeRss-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 86%;
  max-width: 1250px;
}
li.youtubeRss-content {
  width: calc(33.3333% - 34px);
  margin: 0 50px 50px 0;
  box-sizing: border-box;
}
li.youtubeRss-content:nth-of-type(3n) {
  margin-right: 0;
}
a.youtubeRss-img {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
}
a.youtubeRss-img img {
  width: 100%;
  height: auto;
  display: block;
}
.youtubeRss-desc {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.youtubeRss-date {
  font-weight: 600;
  margin-bottom: 15px;
}
.youtubeRss-desc h3 {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.youtubeRss-btn {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
a.youtubeRss-title:hover {
  color: #f9d3cd;
}
@media only screen and (max-width: 1200px) {
  li.youtubeRss-content {
    width: calc(33.3333333% - 14px);
    margin: 0 20px 40px 0;
  }
}
@media only screen and (max-width: 970px) {
  a.youtubeRss-img {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  h2.youtubeRss-title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  ul#youtubeRss-list {
    margin-top: 35px;
  }
  li.youtubeRss-content {
    width: calc(50% - 5px);
    margin: 0 10px 30px 0;
  }
  li.youtubeRss-content:nth-child(3n) {
    margin-right: 10px;
  }
  li.youtubeRss-content:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  li.youtubeRss-content {
    width: 100%;
    margin: 0 auto 50px;
  }
  li.youtubeRss-content:nth-child(3n) {
    margin-right: 0;
  }
}
/* --- フロントオリジナル youtube END --- */
/* フローティングボタン */
.fix_but {
  display: block;
  position: fixed;
  right: 0;
  bottom: 20%;
  width: auto;
  z-index: 90;
}
a.fix-but-inner {
  width: 50px;
  height: fit-content;
  padding: 15px 10px;
  display: block;
  position: relative;
  color: #fff;
  background: #af8413;
  margin-bottom: 10px;
  box-sizing: border-box;
}
a.fix-but-inner:last-of-type {
  margin-bottom: 0;
}
a.fix-but-inner span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  margin: auto;
  display: block;
}
a.fix-but-inner:hover {
  color: #af8413;
  background: #f8f4e6;
}
a.fix-but-inner::after {
  font-family: "design_plus";
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 35px;
  font-size: 25px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  a.fix-but-inner {
    width: 42px;
    padding: 12px 10px;
  }
  a.fix-but-inner span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fix_but {
    bottom: 160px;
  }
  a.fix-but-inner {
    width: 35px;
  }
  a.fix-but-inner span {
    font-size: 11px;
  }
}
/* フローティングボタン END */
/* マージン */
.margin-100 {
  margin-bottom: 100px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}