a:link,
a:visited,
a:hover {
  color: #fff;
  text-decoration: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  /* font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Arial", sans-serif; */
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", "Arial", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  color: #000;
}

#body {
  font-size: 1.7rem;
}

.sp_menu {
  float: right;
  padding: 10px 0;
}

.sp_menu li {
  display: inline-block;
}

.newsbox {
  width: 100%;
  margin: 0 auto;
}

.news-box {
  flex: 1;
  width: calc(100% - 20px);
  padding: 0 3px;
}

.news {
  overflow: hidden;
  line-height: 1.6;
}

.news dt {
  float: left;
  color: #333;
  width: 83px;
  text-align: center;
  /* border: 1px solid #2f6232; */
}

.news dd {
  padding-left: 6em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news dd a:link,
.news dd a:visited {
  color: #000;
}

#menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header {
  width: 100%;
  z-index: 999999;
  position: absolute;
}

#headA {
  width: 100%;
}

#head {
  width: 100%;
  margin: 0 auto;
}

#head .logo {
  padding-top: 10px;
  padding-left: 5px;
}

#head .logo img {
  width: 270px;
  height: auto;
  margin-left: 10px;
}

#navi {
  width: 100%;
  display: flex;
  justify-content: right;
}

#navi:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#navi li {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-right: 10px;
}

#navi li a {
  width: 35px;
  height: 152px;
  display: block;
  text-align: initial;
  /* font-weight: bold; */
  border: none;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}

#navi li a span {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

#navi li a:link,
#navi li a:visited {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 1px 1px 30px #000, -1px 1px 30px #000, 1px -1px 30px #000, -1px -1px 30px #000 !important;
}

#navi li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#navi li a::after {
  position: absolute;
  left: 65%;
  content: "";
  width: 0;
  height: 5px;
  margin-top: 17px;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#navi li a:hover::before,
#navi li a:hover::after {
  width: 100%;
  background-color: #E3730C;
}

#navi li+li {
  border-left: 1px solid #e0e0e0;
}

#navi ul li ul li {
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin-bottom: 5px;
}

#navi ul li ul li a {
  display: block;
  width: 170px;
  height: auto;
  margin: 0;
  padding: 15px 0;
  font-size: 12px !important;
  letter-spacing: 1px;
}

#navi ul li ul li a:hover {
  background: #002e73;
  color: #fff;
}

#navi ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  z-index: 10;
}

.menu ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  z-index: 10;
}

.news-title {
  text-align: left;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 4px;
  color: #ffc400;
}

.news-title:before {
  content: url(../img/hana.png);
  margin-right: 5px;
}

.news-title span {
  display: block;
  font-size: 1.8rem;
}

.scrbr {
  width: 100%;
  padding: 1% 0;
}

.scrbr::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}

.scrbr::-webkit-scrollbar:horizontal {
  height: 1px;
}

.scrbr::-webkit-scrollbar-button {
  display: none;
}

.scrbr::-webkit-scrollbar-piece {
  background: #eee;
}

.scrbr::-webkit-scrollbar-piece:start {
  background: #eee;
}

.scrbr::-webkit-scrollbar-thumb,
.scrbr::-webkit-scrollbar-corner {
  background: #333;
}

#title {
  padding: 120px 0;
}

#title h2 {
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 10px #000, -1px 1px 5px #000, 1px -1px 10px #000,
    -1px -1px 3px #000 !important;
  padding-top: 40px;
}

#title h2 span {
  margin-left: 5px;
  font-size: 1.8rem;
  color: #eee;
  display: block;
  font-weight: normal;
  letter-spacing: 5px;
}

#title_pic1 {
  background-image: url(../img/bloglist_img01.jpg);
}

#title_pic2 {
  background-image: url(../img/business_img01.jpg);
}

#title_pic3 {
  background-image: url(../img/works_img01.jpg);
}

#title_pic4 {
  background-image: url(../img/privacyimg01.jpg);
}

#title_pic5 {
  background-image: url(../img/contactimg01.jpg);
}

#title_pic6 {
  background-image: url(../img/company_img01.jpg);
}

#title_pic1,
#title_pic2,
#title_pic3,
#title_pic4,
#title_pic5,
#title_pic6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
}

.telbtn {
  font-size: 3rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 2px;
  background: #fff;
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  color: #ffc400;
}

.telbtn a:link,
.telbtn a:visited {
  color: #ffc400;
  text-decoration: none;
}

.telbtn a:hover {
  color: #ffc400;
  text-decoration: none;
  opacity: 0.6;
}

.faxbtn {
  font-size: 3rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 2px;
  background: #fff;
}

.faxbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
  margin-right: 5px;
  color: #ffc400;
}

.faxbtn a:link,
.faxbtn a:visited {
  color: #ffc400;
  text-decoration: none;
}

.faxbtn a:hover {
  color: #ffc400;
  text-decoration: none;
  opacity: 0.6;
}

#top_image {
  max-width: 1100px;
  width: 100%;
  z-index: -999999;
}

.textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1100px;
  height: 600px;
}

#contentwrap {
  width: 100%;
  flex: 1 1 auto;
}

.main_box {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

.lmain_box {
  width: 49%;
  float: left;
}

.rmain_box {
  width: 49%;
  float: right;
}

.main_box2 {
  width: 100%;
  margin: 0 auto;
}

.main_box3 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 5px;
  padding-bottom: 50px;
}

footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #2f6232;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  background-image: url(../img/bk_green.png);
}

#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#footer {
  width: 1000px;
  margin: 0 auto 0;
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}

#footer address {
  margin-top: 10px;
}

#footerA {
  background-color: #301702;
  color: #fff;
}

#fmenu_a {
  width: 100%;
  background: #7D3E07;
  padding: 5px 0;
}

#fmenu {
  width: 1000px;
  margin: 0 auto;
  font-size: 13px;
}

#f_navi {
  width: 1100px;
  padding: 12px 0;
  margin: 0 auto;
  margin-right: 19px;
}

#f_navi ul {
  text-align: center;
}

#f_navi li {
  margin-right: 30px;
  text-align: center;
  display: inline-block;
}

#f_navi li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
  color: #fff;
}

#f_navi li:last-child {
  border: none;
  margin: 0;
}

#f_navi a:link,
#f_navi a:visited,
#f_navi a:hover {
  color: #fff;
  text-decoration: none;
}

#f_navi li ul li {
  font-weight: normal;
  font-size: 11px;
}

#f_navi li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

#f_navi li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #333;
}

#f_navi li a::before,
#f_navi li a::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#f_navi li a::before {
  top: 0;
}

#f_navi li a::after {
  bottom: 0;
}

#f_navi li a:hover::before,
#f_navi li a:hover::after {
  width: 100%;
}

table {
  margin: 15px auto;
}

table td {
  vertical-align: middle;
  padding: 7px 7px;
  color: #fff;
}

.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 16px;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: bold;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  font-weight: bold;
}

.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #888;
  width: 310px;
}

.textarea {
  border-radius: 2px;
  border: 1px solid #888;
  height: 30px;
  padding: 0 5px;
  width: 560px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

.form-button .sub-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #ffc400;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid#ffc400;
}

.form-button .sub-btn:hover {
  background: #fff;
  color: #ffc400;
}

.form-button .sub-btn * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #64bcff;
  border-bottom: 3px solid #64bcff;
  transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .form dl {
    margin: 10px 0;
  }

  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }

  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }

  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  .textarea,
  textarea {
    width: 93% !important;
    font-size: 16px;
  }

  .dropdown {
    font-size: 16px;
  }

  .fm-text {
    text-align: left;
  }
}

.midtitle-txt {
  color: #111;
  text-shadow: #aaa 2px 2px3px;
}

.midtitle-li {
  /* text-align: center; */
  /* font-weight: bold; */
  /* font-size: 2.6rem; */
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 4px;
  color: #000;
}

.midtitle-li::after {
  content: '';
  width: 110px;
  height: 4px;
  display: inline-block;
  background-color: #E3730C;
  /* position: absolute;
  bottom: -10px;
  left: calc(50% - 55px) */
}

.midtitle-li span {
  font-size: 1.8rem;
  display: block;
  color: #000;
}

.midtitle-li_women {
  color: #ed1e79 !important;
}

.midtitle-li_mens {
  color: #4e4187 !important;
}

.midtitle-li2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 4px;
  color: #ffc400;
}

.midtitle-li2:before {
  content: url(../img/hana.png);
  margin-right: 5px;
}

.midtitle-li2:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
}

.midtitle-li2 span {
  font-size: 1.8rem;
  display: block;
}

.midtitle-li3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 4px;
  color: #ffc400;
}

.midtitle-li3:before {
  content: url(../img/hana-w.png);
  margin-right: 5px;
}

.midtitle-li3:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
}

.midtitle-li3 span {
  font-size: 1.8rem;
  display: block;
}

.blog_mttl {
  text-align: left;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: 4px;
  color: #ffc400;
}

.list-check li {
  color: #111;
}

.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #ffc400;
}

.business_box_r {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.business_box_l {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}

.business_box_box {
  width: 470px;
  padding: 20px 35px;
}

.business_box_box .btn1 {
  margin-top: 30px;
}

.business-ttl {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  background-color: #f47ab1;
  color: #fff;
  text-align: center;
  box-shadow: 2px 2px 4px #808080;
}

.business-ttl_sp,
.business-ttl_sp2 {
  display: none;
}

.business-ttl2 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  background-color: #4e4187;
  color: #fff;
  text-align: center;
  box-shadow: 2px 2px 4px #808080;
}

.section_box_img {
  flex: 1;
  width: 100%;
  margin-top: 20px;
}

.section_box_img img {
  width: 560px;
  height: 340px;
}

.section_box_img2 {
  flex: 1;
  width: 100%;
  margin-top: 20px;
}

.section_box_img2 img {
  width: 560px;
  height: 420px;
}

.btn1 a {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 2px solid#fff;
  font-size: 2rem;
  display: block;
  width: 300px;
  margin: 20px 10px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1 a:link,
.btn1 a:visited {
  color: #E3730C;
  text-decoration: none;
}

.btn1 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F5A35B;
  border-color: #fff;
}

.btn1 a::before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
  font-size: 2rem;
}

.btn1 a::before,
.btn1 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn1 a::before {
  right: 0;
}

.btn1 a::after {
  left: 0;
}

.btn1 a::before,
.btn1 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2 a {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 2px solid#fff;
  font-size: 2rem;
  display: block;
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  margin: 20px 10px;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2 a:link,
.btn2 a:visited {
  color: #E3730C;
  text-decoration: none;
}

.btn2 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #F5A35B;
  border-color: #fff;
}

.btn2 a:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: 10px;
  font-size: 2rem;
}

.btn2 a::before,
.btn2 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn2 a::before {
  right: 0;
}

.btn2 a::after {
  left: 0;
}

.btn2 a::before,
.btn2 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3 a {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  font-size: 16px;
  display: block;
  width: 620px;
  margin: 0 10px;
  text-align: center;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  margin-top: 15px;
  background-color: #fff;
  color: #2f6232;

}

.btn3 a:link,
.btn3 a:visited {
  color: #2f6232;
  text-decoration: none;
}

.btn3 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f6232;
  border-color: #fff;
  text-shadow: unset;
}

.btn3 a:before {
  font-family: "FontAwesome";
  content: "\f1c3";
  margin-right: 10px;
  font-size: 2rem;
}

.btn3 a::before,
.btn3 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn3 a::before {
  right: 0;
}

.btn3 a::after {
  left: 0;
}

.btn3 a::before,
.btn3 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn4 a {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  font-size: 16px;
  display: block;
  width: 300px;
  margin: 0 10px;
  background-color: #E3730C;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: #808080 1px 1px 0, #808080 -1px -1px 0, #808080 -1px 1px 0,
    #808080 1px -1px 0, #808080 0px 1px 0, #808080 0-1px 0, #808080 -1px 0 0,
    #808080 1px 0 0;
}

.btn4 a:link,
.btn4 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn4 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #AD560A;
  border-color: #AD560A;
  text-shadow: unset;
}

.btn4 a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
  font-size: 2rem;
}

.btn4 a::before,
.btn4 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn4 a::before {
  right: 0;
}

.btn4 a::after {
  left: 0;
}

.btn4 a::before,
.btn4 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn5 a {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  font-size: 16px;
  display: block;
  width: 250px;
  margin: 0 10px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: #808080 1px 1px 0, #808080 -1px -1px 0, #808080 -1px 1px 0,
    #808080 1px -1px 0, #808080 0px 1px 0, #808080 0-1px 0, #808080 -1px 0 0,
    #808080 1px 0 0;
}

.btn5 a:link,
.btn5 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn5 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f6232;
  border-color: #ffc400;
  text-shadow: unset;
}

.btn5 a:before {
  font-family: "FontAwesome";
  content: "\f075";
  margin-right: 10px;
  font-size: 2rem;
}

.btn5 a::before,
.btn5 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn5 a::before {
  right: 0;
}

.btn5 a::after {
  left: 0;
}

.btn5 a::before,
.btn5 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nbl {
  overflow: hidden;
}

.nbl i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  margin-right: 5px;
}

.nbl dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #fff;
  background: #ffc400;
  text-align: center;
  margin: 0px 0;
}

.nbl dd {
  padding-left: 11em;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 0px 0 10px;
}

.ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #cc0000;
  padding: 0 15px;
  margin-bottom: 5px;
}

.ttm {
  float: right;
  padding-top: 4px;
  font-size: 13px;
  font-weight: bold;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex li {
  width: 33.33%;
}

.bg-image1 {
  background-image: url(../img/topimg17.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg-image2 {
  background-image: url(../img/topimg09.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg-image3 {
  background-image: url(../img/topimg16.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.bg-image4 {
  background-image: url(../img/shrimg04.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
}

.section01 {
  width: 100%;
}

/* .section01::before {
  background: url(../img/topimg01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  padding: 3% 0;
  content: "";
  z-index: -10;
} */

.bk_white {
  background-color: #fff;
  width: 100%;
}

.bk_white_fes {
  width: 100%;
  padding: 1px 0;
  background: url(../img/wite_fes.png);
  background-repeat: repeat;
}

.bk_traiangle {
  background-image: url(../img/triangle.png);
  background-position: center 0;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* -moz-background-size: cover; */
}

.bk_r_traiangle {
  background-image: url(../img/r_triangle.png);
  background-position: right;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* -moz-background-size: cover; */
}

.bk_l_traiangle {
  background-image: url(../img/l_triangle.png);
  background-position: left;
  background-repeat: no-repeat;
  margin: 100px 0;
  /* background-size: cover; */
  /* -moz-background-size: cover; */
}

.bk_main_c {
  background-color: #fff;
  width: 100%;
  padding: 1px 0;
}

.bk_main_c2 {
  background-color: #7D3E07;
  width: 100%;
  padding-top: 80px;
}

.footer_box {
  background: #AD560A;
  border: 5px double #fff;
  padding: 15px 0;
}

.bk_footer_c {
  background-color: #E3730C;
  background: url(../img/footer_img01.png);
  width: 100%;
  background-position: center center;
}

.mtitle-bg {
  background: #bb9f93;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 15px 0;
}

.bk_city_img {
  background: url(../img/city_img.png);
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 170px;
}

#flash_a {
  width: 100%;
}

#juicysliderbox {
  position: relative;
}

#slidetxt {
  position: absolute;
  line-height: 1.5;
  z-index: 100;
  font-size: 4rem;
  text-shadow: 1px 1px 30px #E3730C, -1px 1px 30px #E3730C,
    1px -1px 30px #E3730C, -1px -1px 30px #E3730C !important;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#slidetxt3 {
  position: absolute;
  line-height: 1.5;
  z-index: 100;
  font-size: 4rem;
  text-shadow: 1px 1px 30px #0d47a1, -1px 1px 30px #0d47a1,
    1px -1px 30px #0d47a1, -1px -1px 30px #0d47a1 !important;
  color: #fff;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#slidetxt2 {
  position: absolute;
  bottom: 15%;
  z-index: 100;
  padding-left: 9%;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0,
    white 1px -1px 0, white 0px 1px 0, white 0-1px 0, white -1px 0 0,
    white 1px 0 0;
  color: #ffc400;
  font-weight: bold;
}

#slidetxt2 p {
  font-size: 2.5rem !important;
}

#slidetxt2 p::before {
  content: "";
  display: block;
  width: 100%;
  margin-top: -10px;
  margin-left: -33px;
  background-image: url(../img/shine.png);
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.slidetxt {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.juicysliderimg {
  position: absolute;
  display: table;
  width: 100%;
  left: 0;
  bottom: 40%;
  margin: auto;
  text-align: center;
  z-index: 5000;
  box-sizing: border-box;
  vertical-align: bottom;
  font-size: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

.juicysliderimg img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 600;
}

.frex-container {
  display: flex;
  flex-direction: row;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.list-style-no {
  list-style: none;
}

.flex-container .item {
  padding: 10px;
}

.concept-txt {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}

/* .concept-txt:after {
  display: block;
  content: "";
  width: 90%;
  max-width: 1100px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, rgba(47, 98, 50, 0) 0%, rgba(47, 98, 50, 1) 50%, rgba(47, 98, 50, 0) 100%);
} */

.concept-txt2 {
  text-align: center;
  color: #000;
}

.concept-txt3 {
  font-size: 2.5rem;
  text-align: center;
}

/* .concept-txt3:after {
  display: block;
  content: "";
  width: 90%;
  max-width: 1100px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, rgba(47, 98, 50, 0) 0%, rgba(47, 98, 50, 1) 50%, rgba(47, 98, 50, 0) 100%);
} */

.concept_box {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 4px #000;
  padding: 20px;
}

.bold {
  font-weight: bold;
}

.concept_st {
  color: #ffc400;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

.sp_on480 {
  display: none !important;
}

.sp_on1220 {
  display: none;
}

.gmap {
  border-top: 1px solid #1d3d1f;
}

.flex-cont-wel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-cont-wel img {
  margin: 10px 0;
}

.flex-cont-fam {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed#ffc400;
  padding-bottom: 20px;
}

.flex-cont-fam img {
  margin: 10px 10px;
  max-width: 280px;
  max-height: 210px;
}

table.brwsr1 {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  width: 100%;
}

table.brwsr1 th {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #999 1px solid;
  color: #fff;
}

table.brwsr1 td {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #999 1px solid;
}

table.brwsr1 th.r1 {
  width: 152px;
  border-right: #999 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
  width: 128px;
  border-left: #fff 1px solid;
  border-right: #999 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
  text-align: center;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
  width: 128px;
  border-left: #fff 1px solid;
  border-right: #999 1px solid;
}

table.brwsr1 th.r4,
table.brwsr1 td.r4 {
  width: 128px;
  border-left: #fff 1px solid;
}

table.brwsr1 caption {
  font-weight: bold;
  text-align: left;
  border-left: 3px solid rgba(208, 24, 122, 0.6);
  font-size: 2rem;
  padding-left: 5px;
  margin-bottom: -2px;
}

.goling a:link,
.goling a:visited,
.goling a:hover {
  color: #ffc400;
  text-decoration: underline;
}

.blog_under {
  border: 1px solid#ffc400;
  padding: 15px;
}

.under_line {
  text-decoration: underline;
}

.under_line .no {
  font-size: 2.4rem;
}

.left_flo,
.right_flo {
  width: 48.44%;
  float: left;
}

.left_flo img,
.right_flo img {
  width: 100%;
}

.right_flo {
  padding-left: 5px;
}

.middle_title {
  font-size: 1.8rem;
  border-bottom: 2px solid#ffc400;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.read_more {
  float: left;
  display: block;
  border: 1px solid#ffc400;
  padding: 3px;
  font-weight: bold;
  margin-top: 10px;
  background: #ffc400;
  color: #fff;
}

.read_more:before {
  font-family: "FontAwesome";
  content: "\f090";
  margin-right: 10px;
}

.read_link a:link,
.read_link a:visited {
  color: #fff;
  text-decoration: none;
}

.read_link a:hover {
  color: #ffc400;
  background: #fff;
}

.date {
  font-size: 1.2rem;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  background-color: #2f6232;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid#ffc400;
  padding: 9px 18px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 1px 1px 0px 0px #fff;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background: -moz-linear-gradient(center top, #bbb 5%, #bbb 100%);
  background: -ms-linear-gradient(top, #bbb 5%, #bbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#bbb');
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(5%, #bbb),
      color-stop(100%, #bbb));
  background-color: #bbb;
  border-color: #ffc400;
  font-weight: bold;
}

.blog_data_dat {
  background: #2f6232;
  color: #fff;
  width: 100px;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}

#previous_next_post {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 1.6rem;
  margin: 30px 0;
}

#previous_post,
#next_post {
  width: 500px;
  white-space: nowrap;
}

#previous_next_post a {
  color: #2f6232;
  font-weight: bold;
}

#previous_post a:before {
  font-family: "FontAwesome";
  content: "\f100";
  margin-right: 10px;
}

#next_post a:after {
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 10px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top50 {
  padding-top: 50px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top80 {
  margin-top: 80px;
}

.margin-left10 {
  margin-left: 10px;
}

.margin-left45 {
  margin-left: 16px;
}

.margin-right-109 {
  margin-left: -2px;
}

.margin-right-110 {
  margin-right: 159px;
}

.pc_staff_space {
  padding-top: 40px;
  margin-left: 270px;
}

.box {
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  padding: 150px 20px;
  text-align: center;
}

.box-txt {
  text-align: center;
  font-size: 1.6rem;
}

.photobx-l {
  display: flex;
}

.photobx-r {
  display: flex;
  justify-content: flex-end;
}

.flex-top {
  display: flex;
  flex-direction: row;
}

.flex-top .iteml {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top .itemr {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top .iteml2 {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top .itemr2 {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 {
  display: flex;
  flex-direction: row;
}

.flex-top2 .iteml1 {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 .itemr1 {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 .iteml2 {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 .itemr2 {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.box2 {
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
  padding: 150px 20px;
  text-align: center;
}

.width-small {
  width: 30px;
  margin: 0 6px;
  height: 20px;
}

.access-text {
  display: inline-block;
  text-align: left;
}

.news-bl dt {
  float: left;
  width: 7em;
  background: #ffc400;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
  font-weight: bold;
  box-shadow: 2px 2px 4px #808080;
}

.news-bl dd {
  padding-left: 8em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: solid 1px#ffc400;
  margin: 5px 0;
  font-weight: bold;
}

.link_menu {
  background-color: #ffc400;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #fff;
}

.link_menu p a {
  color: #fff;
  padding: 0 10px;
}

.link_menu p a:before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: 10px;
  font-size: 2rem;
}

.link_menu p a:hover {
  background-color: #304ffe;
}

.bg_resttitle {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/restaurantimg02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_resttitle2 {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/restaurentaimg05.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_resttitle3 {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/restaurentaimg13.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.resttitle_txt {
  width: 800px;
  border-top: 1px solid #bebebe;
  margin: auto;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.resttitle_txt a {
  color: #fff;
}

.white {
  color: #fff !important;
}

.black {
  color: #000;
}

.flex-50 {
  display: flex;
  flex-direction: row;
}

.flex-50 .item {
  width: 50%;
  height: 600px;
}

.flex-50 .item p {
  text-align: center;
  position: relative;
  bottom: -90%;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.flex-50 .item img {
  width: 100%;
}

.flex-50_2 {
  display: flex;
  flex-direction: row;
}

.flex-50_2 .item {
  width: 50%;
}

.flex-50_2 .item img {
  width: 100%;
}

.flex-chef {
  display: flex;
  flex-direction: row;
}

.flex-chef .item {
  width: 50%;
}

.flex-chef .item .box2 {
  width: 90%;
  margin: auto;
}

.inline_txt {
  display: inline-block;
  text-align: left;
}

.hotel_name {
  background-color: #fff;
  color: #ffc400;
  padding: 3px;
  font-weight: bold;
  border-top: 2px solid#ffc400;
  border-bottom: 2px solid#ffc400;
}

.main_pic {
  margin: 15px auto;
}

.flex-3 {
  display: flex;
  flex-direction: row;
}

.flex-3 img {
  width: 100%;
  height: auto;
}

.red {
  color: #f36;
  font-weight: bold;
}

.black {
  color: #000000;
  /* font-weight: bold; */
}

#sliderlogo {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0 !important;
  margin: auto;
  width: 50%;
  height: auto;
  text-align: center;
  z-index: 9;
}

.copyright {
  margin-top: 5px;
}

.main-color {
  color: #ffc400;
}

.into-txt {
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #ffc400;
  color: #fff;
  padding: 5px 0px 5px 5px;
  margin-top: 30px;
}

.padding-lr {
  padding: 0 2px 0 5px;
}

.flex-box {
  display: flex;
  justify-content: flex-end;
  flex-flow: wrap;
  flex-direction: row;
  align-items: flex-end;
}

.flex-box .item {
  margin: 15px 0px 25px 10px;
}

.reno-title {
  padding: 5px 0;
  background: #17246c;
  color: #fff;
  width: 1065px;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.sub-title {
  background-color: #213296;
  color: #fff;
  padding-left: 5px;
  max-width: 495px;
}

.flex-box .item img {
  width: 100%;
  max-width: 500px;
}

.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.gallery li {
  width: calc((100% - 50px) / 4);
  box-sizing: content-box;
  margin: 0 10px 10px 0;
}

.gallery li a {
  background: #f2f2f2;
  display: block;
  text-align: center;
  padding: 0px;
  height: 300px;
  vertical-align: middle;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 4px #444;
}

.business_greeting {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid#ffc400;
  margin-bottom: 10px;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.screen-reader-response {
  color: #d50000;
}

.wpcf7-mail-sent-ok {
  color: #304ffe;
}

.pc_top_30 {
  margin-top: -30px;
}

#sp_logo {
  display: none;
}

.top_bar {
  width: 100%;
  height: 25px;
  background-color: #fff;
}

.contact_bk {
  background-image: url(../img/bk_contact.jpg);
  background-repeat: repeat;
}

.pankz {
  width: 1100px;
  margin: 0 auto;
  color: #fff;
}

.pankz a:link,
.pankz a:visited,
.pankz a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.pankz_bar {
  width: 100%;
  background: #2f6232;
  height: 30px;
}

.head-tel {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top_headbar {
  width: 100%;
  height: 22px;
  background-color: #3700b7;
  display: flex;
  align-items: center;
}

.top_headbar .top_headbar_msg {
  width: 1000px;
  color: #fff;
  margin: auto;
  font-size: 1.3rem;
}

.work24 {
  color: #fff;
  background-color: #d50000;
  padding: 20px;
  width: 314px;
  font-size: 2.5rem;
  text-align: center;
  box-shadow: 2px 2px 4px #808080;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 2px solid #ff0000 !important;
  background-color: #ff0000;
  color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000 !important;
  background-color: #ff0000;
  color: #fff;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffc400 !important;
  background-color: #2f6232;
  color: #fff;
}

.flex_rec {
  display: flex;
  flex-direction: row;
}

.flex_rec .flex_txt {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  border: 2px solid #d36135;
  border-radius: 20px;
}

.flex_rec img {
  margin: 10px auto;
  width: 100%;
  max-width: 180px;
}

.flex_cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer_info {
  overflow: hidden;
  width: 660px;
  margin: auto;
}

.footer_info dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #1a237e;
  text-align: center;
  margin: 0px 0;
  font-weight: bold;
  border: 1px solid #1a237e;
}

.footer_info dd {
  text-align: left;
  padding-left: 9em;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #1a237e;
  margin: 0px 0 10px;
  color: #1a237e;
}

.flex-shopdata {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shop_data .data_comp {
  white-space: nowrap;
}

.main_color {
  color: #ffc400;
}

.border_unset {
  border: unset;
}

.contact {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  border: 1px solid #2f6232;
  border-radius: 10px;
  color: #000;
  background: url(../img/wite_fes.png);
  background-repeat: repeat;
}

#mailform {
  padding: 10px;
  color: #000;
  font-weight: bold;
}

input.sub-btn {
  width: 200px;
  height: 40px;
  margin-top: 15px;
  background: #2f6232;
  border: 0;
  color: #fff;
  -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset,
    0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset,
    0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05) inset,
    0 -1px 25px 0 rgba(0, 0, 0, 0.05) inset;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  border-radius: 5px;
}

input.sub-btn:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  color: #2f6232;
  border: 1px solid#2F6232;
}

.contact .contact-txt {
  width: 94%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 10px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0px 1px;
  margin: 30px auto;
}

input[type="radio"] {
  width: 17px;
  height: 17px;
  margin-top: -2px;
}

#juicysliderbox .photographer {
  width: 39%;
  position: absolute;
  top: 26%;
  right: 0;
}

#juicysliderbox .photographer img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 26%;
  left: unset !important;
  right: 0;
  text-align: right;
}

.douisho {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #c70003;
}

.douisho a {
  border-bottom: 1px solid #c70003;
}

.douisho a:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-right: 10px;
  font-size: 2rem;
  color: #c70003;
}

.flex_sns {
  display: flex;
  flex-direction: row;
}

.center {
  text-align: center !important;
}

.pc_center {
  text-align: center;
}

.flex_snsitem {
  display: flex;
  flex-direction: column;
}

.flex_snsitem img {
  width: 150px;
  height: auto;
}

.his {
  color: #c70003 !important;
}

.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.shr_flex {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.shr_item {
  margin: 30px 20px;
  width: 50%;
}

.shr_item img {
  width: 100%;
  height: auto;
}

.shr_title {
  text-align: center;
  background-color: #ed1e79;
  color: #fff;
}

.shr_txt {
  text-align: center;
}

.shr_txt a {
  background-color: #ed1e79;
  color: #fff;
  padding: 5px;
}

.shr_txt2 {
  text-align: left;
}

.shr_txt2 a {
  background-color: #ffc400;
  color: #fff;
  padding: 5px;
}

.shr_txt3 {
  text-align: left;
}

.shr_txt3 a {
  background-color: #7986cb;
  color: #fff;
  padding: 5px;
}

#sp_fotter {
  display: none;
}

.sp_fotter_ad {
  display: none;
}

.flex-container_sp {
  display: none;
  flex-direction: row;
}

.btn_tel2,
.btn_mail2 * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn_tel2,
.btn_mail2 {
  margin: 3px 5px;
  padding-top: 10px;
}

.btn_tel2 a {
  text-align: center;
  display: block;
  padding: 8px 5px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  background: #2f6232;
  width: 240px;
}

.btn_mail2 a {
  text-align: center;
  display: block;
  padding: 8px 5px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  background: #2f6232;
  width: 318px;
}

.btn_tel2 a:link,
.btn_mail2 a:link {
  color: #fff;
}

.btn_tel2 a:hover,
.btn_mail2 a:hover {
  background: #fff;
  color: #ffc400;
  border: 1px solid#ffc400;
  text-decoration: none;
  box-shadow: none;
}

.btn_tel2 a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
  font-size: 2rem;
}

.btn_mail2 a:before {
  font-family: "FontAwesome";
  content: "\f075";
  margin-right: 10px;
  font-size: 2rem;
}

.hikari_title {
  font-size: 3rem;
  text-align: center;
}

.flex_hikari {
  display: flex;
  flex-direction: row;
  margin: 30px 0;
}

.flex_hikari2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 30px 0;
}

.flex_hikari2 .flex_hikari_item2 .item_txt {
  background-color: #4e4187;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}

.flex_hikari2 .flex_hikari_item2 .item_txt_box {
  border: 1px solid #4e4187;
  padding: 10px;
  min-height: 120px;
  background-color: #fff;
}

.flex_hikari .flex_hikari_item {
  width: 50%;
}

.flex_hikari2 .flex_hikari_item2 {
  width: 45%;
}

.flex_hikari3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.flex_hikari3 img {
  width: 190px;
  height: auto;
}

.hand_txt {
  font-size: 3rem;
  margin-top: 80px;
}

.item_txt2 {
  background-color: #4e4187;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}

.item_txt_box2 {
  border: 1px solid #4e4187;
  padding: 10px;
  background-color: #fff;
}

.flex_button {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.button-box3 {
  width: 48%;
  height: 35px;
  padding-top: 7px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  color: #ed1e79;
  border: 2px solid #ed1e79;
  position: relative;
  transition: 0.38s;
  text-align: center;
  margin: 5px;
  box-shadow: 2px 2px 4px #808080;
}

.link a:link,
.link a:visited,
.link a:hover {
  color: #463f3a;
  text-decoration: none;
}

.button-box3:before {
  border-bottom: 2px solid #ed1e79;
  border-left: 2px solid #ed1e79;
  transform-origin: 100% 0%;
}

.button-box3:before,
.button-box3:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: 0.2s;
}

.button-box3:after {
  border-top: 2px solid #ed1e79;
  border-right: 2px solid #ed1e79;
  transform-origin: 0% 100%;
}

.button-box3:hover:after,
.button-box3:hover:before {
  transform: scale(1);
}

.button-box4 {
  width: 48%;
  height: 35px;
  padding-top: 7px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  color: #4e4187;
  border: 2px solid #4e4187;
  position: relative;
  transition: 0.38s;
  text-align: center;
  margin: 5px;
  box-shadow: 2px 2px 4px #808080;
}

.button-box4:before {
  border-bottom: 2px solid #4e4187;
  border-left: 2px solid #4e4187;
  transform-origin: 100% 0%;
}

.button-box4:before,
.button-box4:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: 0.2s;
}

.button-box4:after {
  border-top: 2px solid #4e4187;
  border-right: 2px solid #4e4187;
  transform-origin: 0% 100%;
}

.button-box4:hover:after,
.button-box4:hover:before {
  transform: scale(1);
}

.link-t-a {
  position: relative;
  top: -50px;
  display: block;
}

.menu_title {
  padding: 5px;
  width: 200px;
  text-align: center;
  background-color: #fce4ec;
  color: #000;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0,
    white 1px -1px 0, white 0px 1px 0, white 0-1px 0, white -1px 0 0,
    white 1px 0 0;
  box-shadow: 2px 2px 4px #808080;
}

.menu_title2 {
  padding: 5px;
  width: 200px;
  text-align: center;
  background-color: #7f71bb;
  color: #000;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0,
    white 1px -1px 0, white 0px 1px 0, white 0-1px 0, white -1px 0 0,
    white 1px 0 0;
  box-shadow: 2px 2px 4px #808080;
}

.tyui {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.tyui_txt {
  display: inline-block;
  text-align: left;
  background: #fce4ec;
  padding: 0 10px;
  border-radius: 15px;
  color: #000;
  box-shadow: 2px 2px 4px #808080;
}

.tyui_txt2 {
  display: inline-block;
  text-align: left;
  background: #7f71bb;
  padding: 0 10px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 2px 2px 4px #808080;
}

.border_line a {
  border-bottom: 1px solid#ffc400;
}

.pc_on768 {
  display: block;
}

.sp_on768 {
  display: none;
}

.pc_froat-left {
  float: left;
}

.flex_no1 {
  display: flex;
  flex-direction: row;
}

.point_box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 2px #ed1e79;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}

.point_box .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2.5rem;
  background: #fff;
  color: #ed1e79;
  font-weight: bold;
}

.point_box .box-subtitle {
  background: #fff;
  color: #00796b;
}

.point_box .box-subtitle a {
  border-bottom: solid 1px#ffc400;
}

.point_box p {
  margin: 0;
  padding: 0;
}

.button-box2 {
  display: inline-block;
  font-size: 1.6rem;
  width: 140px;
  text-decoration: none;
  position: relative;
  border: 2px solid #fff;
  transition: 0.38s;
  text-align: center;
  border-bottom: 2px solid #E3730C;
  margin-top: 127px;
}

.button-box2:link,
.button-box2:visited {
  color: #333;
}

.button-box2:hover {
  border: 2px solid#E3730C;
  color: #E3730C;
}

.button-box2:before,
.button-box2:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: 0.2s;
}

.button-box2:before {
  border-bottom: 2px solid#E3730C;
  border-left: 2px solid#E3730C;
  transform-origin: 100% 0%;
}

.button-box2:after {
  border-top: 2px solid#E3730C;
  border-right: 2px solid#E3730C;
  transform-origin: 0% 100%;
}

.button-box2:hover:after,
.button-box2:hover:before {
  transform: scale(1);
}

.shop_data {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 3px 2px;
}

.graline-top {
  background: -moz-linear-gradient(top, #fff, rgba(243, 254, 140, 0));
  background: -webkit-linear-gradient(top, #fff, rgba(243, 254, 140, 0));
  background: linear-gradient(to bottom, rgba(243, 254, 140, 0), #fff);
  height: 30px;
}

.graline-bom {
  background: -moz-linear-gradient(bottom, #fff, rgba(243, 254, 140, 0));
  background: -webkit-linear-gradient(bottom, #fff, rgba(243, 254, 140, 0));
  background: linear-gradient(to bottom, #fff, rgba(243, 254, 140, 0));
  height: 30px;
}

.cont-top {
  background: -moz-linear-gradient(top, #132e64, rgba(243, 254, 140, 0));
  background: -webkit-linear-gradient(top, #132e64, rgba(243, 254, 140, 0));
  background: linear-gradient(to bottom, rgba(243, 254, 140, 0), #132e64);
  height: 30px;
}

.cont-bom {
  background: -moz-linear-gradient(bottom, #132e64, rgba(243, 254, 140, 0));
  background: -webkit-linear-gradient(bottom, #132e64, rgba(243, 254, 140, 0));
  background: linear-gradient(to bottom, #132e64, rgba(243, 254, 140, 0));
  height: 30px;
}

ul {
  list-style: none;
}

.listf {
  margin-top: 20px;
}

.listf li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listf dl {
  display: table;
  width: 98%;
  margin-left: 14px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
  border: 1px solid#ffc400;
  border-radius: 10px;
}

.listf dl dt {
  display: table-cell;
  padding: 10px 0;
  width: 50px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffc400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  border-left: 10px solid #f3fe8c;
  border-right: 1px solid#ffc400;
}

.listf dl dt .num {
  display: block;
  font-size: 2.1rem;
}

.listf dl dt .num2 {
  font-size: 2.9rem;
}

.listf dl dt::after {
  display: block;
  height: 4px;
  background-color: #f3fe8c;
  content: " ";
  width: 35px;
  margin: 3px auto;
}

.listf dl dd {
  display: table-cell;
  padding: 15px 20px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.8);
}

.listf dl dd h4 {
  font-size: 2rem;
  color: #ffc400;
  border-bottom: solid 1px #f3fe8c;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.float_left10 {
  float: left;
  display: inline;
  margin-right: 10px;
}

.flow-txt {
  font-size: 1.8rem;
  line-height: 2rem;
}

.flex_point {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_point .flex_item {
  width: 50%;
  margin-top: 30px;
  text-align: center;
}

.flex_point .flex_item img {
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 3px 2px;
}

.flex_point .flex_item .tl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.flex_point .flex_item .tl::after {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.flex_removal {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex_removal .flex_item {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
}

.tl {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.tl .title {
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(to left,
      rgba(164, 122, 16, 0) 20%,
      rgba(164, 122, 16, 1) 100%,
      rgba(164, 122, 16, 0) 0%);
  padding-left: 10px;
  text-shadow: 1px 1px 10px #000, -1px 1px 5px #000, 1px -1px 10px #000,
    -1px -1px 3px #000 !important;
}

.pvc {
  padding: 20px 0px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: left;
  line-height: 30px;
  border: 1px solid #2f6232;
  border-radius: 10px;
  color: #000;
  background-repeat: repeat;
}

.pvc h4 {
  display: block;
  margin: 10px 0;
}

.pvc_padi {
  padding: 10px;
}

.pvc2 {
  padding: 20px 0px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: left;
  line-height: 30px;
  border-radius: 10px;
  color: #000;
  background-repeat: repeat;
}

.step_flex {
  display: flex;
  flex-direction: row;
  margin-top: 34px;
}

.step_flex .step_no,
.step_flex .step_no_last {
  position: relative;
  font-size: 3rem;
  background: #ffc400;
  color: #fff;
  width: 90px;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
}

.step_flex .step_no .txt,
.step_flex .step_no_last .txt {
  font-size: 1.3rem;
  color: #fff;
}

.step_flex .step_no:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -33px;
  transform: rotate(180deg);
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 34px solid #ffc400;
}

.step_box {
  border: 10px solid #ffc400;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  min-height: 128px;
}

.step_box .step_title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid#ffc400;
}

.flex_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex_menu .menu_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex_menu .menu_item .menu_txt {
  background-color: rgba(164, 122, 16, 0.8);
  width: 100%;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 3px 2px;
  margin: 10px 0;
}

.flex_menu .menu_item .menu_txt .star p::before {
  font-family: "FontAwesome";
  content: "\f005";
  font-weight: 900;
  font-size: 2.2rem;
  color: #ffc400;
}

.flex_menu .menu_item .menu_txt .menu_tl {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}

.flex_menu .menu_item .menu_txt .menu_tl2 {
  text-align: center;
  font-size: 2rem;
}

.menu_table {
  margin: 15px 0;
  width: 100%;
  table-layout: fixed;
}

.menu_table .title {
  color: #fff;
  background-color: #74540b;
  border: 1px solid #000;
}

.menu_table td {
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  border-collapse: collapse;
  background-color: #2f6232;
}

.common_txt {
  padding: 25px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}

.common_txt .common_tl {
  font-size: 2.4rem;
}

.cont_box {
  margin: 30px 0;
  padding: 30px;
}

.cont_tl {
  font-size: 2.4rem;
  background: linear-gradient(to left,
      rgba(60, 179, 113, 0) 20%,
      rgba(60, 179, 113, 1) 100%,
      rgba(60, 179, 113, 0) 0%);
  color: #fff;
  padding-left: 5px;
  margin-bottom: 10px;
}

.cont_flex {
  display: flex;
  flex-direction: row;
}

.cont_flex .cont_flex_item {
  width: 50%;
  padding: 20px;
}

.zei_size {
  font-size: 1.8rem;
}

.topics-img img {
  max-width: 100%;
  height: auto;
}

#title_news {
  padding: 120px 0;
}

#title_news h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  text-shadow: 1px 1px 10px #000, -1px 1px 5px #000, 1px -1px 10px #000, -1px -1px 3px #000 !important;
}

.orange {
  color: #f85e00;
}

.blue {
  color: #0d1fc9;
}

.flex_img_list {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  flex-wrap: wrap;
}

.flex_img_list img {
  margin: 10px 0;
}

.menu_imgsize {
  text-align: center;
}

.menu_imgsize img {
  width: 100%;
  height: auto;
}

.bk_bulue {
  background-color: #0d1fc9 !important;
}

.txt_left {
  text-align: left !important;
  text-indent: 1em;
}

.shr_tl_txt {
  font-size: 2.1rem;
}

.shr_txt_p {
  font-size: 2.1rem;
  background-color: #d50000;
}

.youtube_size {
  margin: 30px auto;
  text-align: center;
}

.youtube_size iframe {
  width: 100%;
  max-width: 560px;
}

.flex_w_info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex_w_info .flex_w_item {
  width: 50%;
}

.flex_w_item {
  display: flex;
  flex-direction: column;
}

.flex_w_item .flex_parts {
  margin: 20px 0;
  padding: 10px;
  color: #fff;
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 3px 2px;
}

.flex_w_item .flex_parts .parts_item .item_title {
  border-bottom: 1px solid #fff;
  font-size: 2.2rem;
}

.flex_w_item .bk_s {
  background-color: #e45396;
}

.flex_w_item .bk_m {
  background-color: #c3ba4f;
}

.flex_w_item .bk_l {
  background-color: #e95402;
}

.flex_w_item .bk_d {
  background-color: #201daf;
}

.com_txt {
  background-color: rgba(164, 122, 16, 1);
  width: 100%;
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 3px 2px;
  text-shadow: 1px 1px 10px #d50000, -1px 1px 5px #d50000, 1px -1px 10px #d50000,
    -1px -1px 3px #d50000 !important;
  font-weight: bold;
  padding: 10px 0;
  text-indent: 1em;
}

.concept_black_bk {
  padding: 20px 20px;
  /* margin-top: -440px;
  opacity: 1; */
}

.flex_feelings_l {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex_feelings_r {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex_feelings_l .item_img_l {
  width: 50%;
  height: 650px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.item_img1 {
  background: url(../img/topimg02.jpg) no-repeat center;
}

.item_img2 {
  background: url(../img/topimg03.jpg) no-repeat center;
}

.item_img3 {
  background: url(../img/topimg04.jpg) no-repeat center;
}

.item_img4 {
  background: url(../img/topimg05.jpg) no-repeat center;
}

.item_img5 {
  background: url(../img/topimg10.jpg) no-repeat center;
}

.item_img6 {
  background: url(../img/topimg11.jpg) no-repeat center;
}

.top_pink1_box {
  background: linear-gradient(to left, #2f6232 35%, #1d3d1f);
}

.top_blue_box {
  background: linear-gradient(to right, #3f8efc 35%, #a0c8fd);
}

.top_gold_box {
  background: linear-gradient(to right, #1c3144 35%, #2a4964);
}

.top_durkpink_box {
  background: linear-gradient(to right, #907f9f 35%, #756485);
}

.top_lightblue_box {
  background: linear-gradient(to right, #59c9a5 35%, #3aaf88);
}

.top_pink2_box {
  background: linear-gradient(to right, #ef98a3 35%, #f7c9ce);
}

.flex_feelings_l .item_txt_l {
  width: 50%;
  height: 650px;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex_feelings_r {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex_feelings_r .item_img_r {
  width: 50%;
  height: 650px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.flex_feelings_r .item_txt_r {
  width: 50%;
  height: 650px;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.toplinkbtn {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000;
}

.txcenter {
  padding: 0 40px;
}

.txcenter .text {
  text-align: left;
  display: inline-block;
}

.fil-title {
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 2px;
  color: #000;
  border-bottom: 1px solid #000;
}

.toplinkbtn {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.button_line001 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 25px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}

.button_line001 a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(47, 98, 50, 0.3);
  transform: translateX(-50%);
}

.button_line001 a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #2f6232;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.button_line001 a:hover {
  opacity: 0.7;
}

.button_line001 a:hover:after {
  transform: scale(1, 1);
}

.sub_title {
  padding-top: 50px;
}

.company_data {
  border-collapse: separate;
  border-spacing: 5px;
}

.company_data th {
  position: relative;
  width: 280px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border: 1px solid;
  background-image: url(../img/bk_green.png);
  color: #fff;
}

.company_data th:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #2f6232;
  position: absolute;
  top: calc(50% - 1px);
  right: -40px;
}

.company_data td {
  text-align: left;
  padding: 7px 0 7px 60px;
  color: #000;
  font-weight: normal;
}

.small_font {
  font-size: 1.6rem;
}

.table_inner {
  text-align: left;
  margin: 0;
}

.table_inner th,
.table_inner td {
  padding: 0;
}

.text-indent1 {
  text-indent: 1em;
}

.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 全体を囲う要素 */
.mv-wrap {
  /* position: relative; */
  /* 背景画像の高さ */
  height: 620px;
}

.video-slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.video1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video2 {
  object-fit: cover;
  width: 100%;
  height: 94%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv-bg {
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mv-txt {
  font-size: 1.7rem;
  width: 90%;
  position: absolute;
  z-index: 3;
  margin: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 1;
}

.flex_busibox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 100px 0;
}

.flex_busibox .flex_busibox {
  width: 50%;
}

.busibox_item {
  width: 50%;
}

.busibox_item .item_title {
  font-size: 2.4rem;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0) 0%);
  color: #fff;
  padding: 5px 0;
  padding-left: 0.5em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.busibox_item .item_text {
  margin-top: 2.5em;
  padding: 0 15px;
  padding-left: 0.5em;
}

.busibox_item .item_title2 {
  margin-top: 2.5em;
  background: linear-gradient(to left, rgba(82, 82, 82, 0) 20%, rgba(82, 82, 82, 1) 100%, rgba(82, 82, 82, 0) 0%);
  color: #fff;
  margin-left: 1em;
  padding-left: 0.5em;
}

.busibox_item .item_text2 {
  margin-top: 2.5em;
  padding: 0 15px;
  margin-left: 1em;
}

.busibox_item .item_title img {
  width: 30px;
  height: auto;
  padding-right: 0.3em;
}

.item_text li {
  position: relative;
  padding-left: 20px;
}

.item_text li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #2f6232;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_box_bkimg {
  background-image: url(../img/seizu.png);
  background-size: cover;
}

.box19 {
  position: relative;
  padding: 0.25em 1em;
}

.box19:before,
.box19:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.box19:before {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 0;
}

.box19:after {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 0;
}

.box19 p {
  margin: 0;
  padding: 0;
}

.grecaptcha-badge {
  margin-bottom: 80px;
  z-index: 30;
}

.flex_contets {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.flex_contets .contets_item_l {
  width: 50%;
}

.flex_contets .contets_item_r {
  width: 50%;
}

.r_box {
  text-align: right;
  margin-right: 30px;
}

.l_box {
  text-align: left;
}

.contents_title_e {
  font-size: 3.6rem;
  color: #E3730C;
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
}

.contents_title_j {
  font-size: 1.6rem;
}

.link_btn {
  display: flex;
  align-items: flex-end;
  width: 200px;
  height: 150px;
  /* border: 1px solid #333;
  background: #ddedfa; */
}