@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
.red {
  color: #ff4c4c;
}

@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"),
    url("../notojp/notojp_r.woff") format("woff"),
    url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"),
    url("../notojp/notojp_m.woff") format("woff"),
    url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"),
    url("../notojp/notojp_b.woff") format("woff"),
    url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"),
    url("../notojp/notojp_bk.woff") format("woff"),
    url("../notojp/notojp_bk.otf.otf") format("opentype");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em !important;
  color: #333333;
  font-family: normal !important;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main,
#main {
  width: 1200px !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.blog .pages {
  text-align: left !important;
}

.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}

@media screen and (max-width: 1000px) {
  .blog aside {
    min-width: 100% !important;
  }
}

.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #019589;
  margin-bottom: 20px;
}

.blog #contents article {
  margin-bottom: 60px;
}

.blog #contents {
  width: 95%;
  margin-left: 5%;
}

@media screen and (max-width: 1000px) {
  .blog #contents {
    margin-bottom: 100px !important;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  padding-bottom: 30px !important;
  margin: 0;
  margin-bottom: 20px;
}

.blog #contents dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px !important;
}

.blog .date {
  color: #fff !important;
  font-weight: 500;
  font-size: 1.2em;
  padding: 5px 10px;
  background: #019589;
  margin-bottom: 20px;
  display: inline-block;
  width: initial !important;
}

.blog dt span {
  font-size: 1.2em !important;
  letter-spacing: 3px;
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 30px;
  text-align: center !important;
}

.blog .translate {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog .translate:hover {
  color: #ffa634 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

.blog #contents article ul li {
  margin-right: 10px;
}

.blog #contents > dl ul li {
  margin-right: 10px !important;
}

.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin-bottom: 20px;
}

.blog img {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .blog .detail {
    text-align: left !important;
  }
}

.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}

.blog article div {
  width: 100% !important;
  margin: 0 auto !important;
}

.blog h2 {
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 5px;
  padding-left: 50px;
  text-align: left;
  background: #eee;
  padding: 15px !important;
  padding-left: 60px !important;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: 10px solid #ffa634;
}

.blog h2:before {
  content: "\f57e";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  font-weight: 800;
  font-family: "Font Awesome 5 Pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.blog a {
  color: #ffa634 !important;
}

@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog input[type="text"],
.blog input[type="password"],
.blog textarea {
  width: 50% !important;
}

/*下層ページのブログ表示*/
section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 1000px) {
  section div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
  display: none;
}

@media screen and (max-width: 1024px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

div.blog_list div.blog_date {
  color: #ffa634;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  text-align: left;
}

div.blog_list h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.1em;
  display: block;
  text-align: left;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .blog article div {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

div.blog_list div.blog_text {
  font-size: 1em;
  width: 100%;
  padding: 0 !important;
  border-bottom: 3px dotted #eee;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}

div.blog_list > div {
  border-bottom: none;
}

.blog_list div.detail {
  margin-top: 10px;
  text-align: left;
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  text-align: left;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000,
    0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000,
    0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}

@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .nf_title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

.nf_btn a:hover {
  background: #ffa634;
  color: #fff !important;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp .slide_item {
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear,
    -webkit-transform 7.5s linear;
  position: relative;
}

#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrapp .slide_item.show_ {
  opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #fff;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0 10px;
}

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 166, 52, 0.9);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 32px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(168, 218, 69, 0.8);
}

@media screen and (max-width: 1024px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
  border-left: none !important;
}

@media screen and (max-width: 1024px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}

.sub_menu li:last-child {
  border-bottom: none;
  border-right: none !important;
}

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.8em !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}

.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.box20 {
  position: relative;
  padding: 0.25em 1em;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

.box20:before,
.box20:after {
  position: absolute;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #87755e;
  border-top: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  left: -1px;
}

.box20:after {
  border-top: dotted 2px #87755e;
  border-right: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  right: -1px;
}

.box20 p {
  margin: 0;
  padding: 0;
}

/*めくれたテープ風*/
.box25 {
  position: relative;
  background: #fff0cd;
  -webkit-box-shadow: 0px 0px 0px 5px #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em;
  color: #454545;
}

.box25:after {
  position: absolute;
  content: "";
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
  margin: 0;
  padding: 0;
}

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 iframe {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}

.loop_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.loop_wrap ul li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .loop_wrap ul li {
    width: 200px;
  }
}

/*respon_news*/
/*hover*/
.btn a:hover {
  -webkit-animation: 0.3s;
  animation: zoom 0.3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  max-width: 100%;
}

.infiniteslide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  height: auto !important;
}

.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}

@media screen and (max-width: 1024px) {
  .infiniteslide ul li {
    margin: 0 10px !important;
  }
}

.infiniteslide img {
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}

.infiniteslide br {
  display: none !important;
}

/*hoverでaの中のspanのいろかわる*/
/*insta 横に4つ*/
.insta {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .insta {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 20% !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 49% !important;
  }
}

.insta .sns_text {
  display: none !important;
  padding: 0 !important;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}

@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}

.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/*respon*/
.herf {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
}

.img img {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
  box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

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

.sp {
  display: block;
}

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

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

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

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*color*/
.acc-color {
  color: #ffa634 !important;
}

.acc-color a {
  color: #ffa634 !important;
}

.main-color {
  color: #019589 !important;
}

.main-color a {
  color: #019589 !important;
}

.base-color {
  color: #fafafa !important;
}

.base-color a {
  color: #fafafa !important;
}

.voice_table b {
  font-weight: inherit;
}

.voice_table .acc-title {
  padding: 30px !important;
  background: #fafafa;
}

.voice_table .acc-title > div {
  padding-left: 50px !important;
  position: relative;
}

.voice_table .acc-title:hover {
  cursor: pointer;
}

.voice_table .acc-title b {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #019589;
  padding: 0 10px;
  height: 30px;
  line-height: 27px;
}

.voice_table .column_txt {
  padding: 30px !important;
  background: #fafafa;
  display: block;
  margin-top: 20px !important;
  position: relative;
}

@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}

.voice_table .column_txt > div {
  padding-left: 50px !important;
  position: relative;
}

.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffa634;
  padding: 0 10px;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .voice_table tr {
    display: block !important;
  }
}

.voice_table td {
  width: 100%;
  display: block;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: keyframes 0.5s ease-in infinite alternate;
  animation: keyframes 0.5s ease-in infinite alternate;
}

@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

@keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

.acc-title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー03*/
.open #nav-toggle:before {
  -webkit-transition: 2s;
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  color: #333333;
  font-weight: bold;
  font-size: 0.65em;
  letter-spacing: -0.5px;
}

.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 35px;
  right: 15px;
  height: 32px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #nav-toggle {
    top: 25px;
  }
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle:after {
  -webkit-transition: 2s;
  transition: 2s;
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  color: #333333;
  font-weight: bold;
  font-size: 0.65em;
  letter-spacing: -0.5px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333333;
  position: absolute;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease,
    -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 3px;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  overflow: auto;
  border-top: 10px solid #019589;
  background: #fafafa;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav nav {
  margin-top: 20px;
  width: 100%;
}

#gloval-nav .h_logo {
  margin-bottom: 10px;
}

#gloval-nav .h_contact {
  margin-bottom: 20px;
}

#gloval-nav .sub_menu {
  padding: 0 !important;
  padding-top: 10px !important;
}

#gloval-nav ul {
  padding: 0 40px;
}

#gloval-nav li {
  margin-bottom: 15px;
}

#gloval-nav a {
  display: block;
  background: #a8da45;
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  font-weight: bold;
}

#gloval-nav a:hover {
  color: #666;
}

#gloval-nav .sub_menu li {
  margin-bottom: 0 !important;
}

#gloval-nav .sub_menu a {
  background: none;
  color: #333 !important;
  padding: 0 0 5px !important;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease,
    -webkit-transform 0.6s ease;
}

#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

.acc_title:hover {
  cursor: pointer;
}

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .imgR {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

.acc {
  color: #ffa634;
}

.acc div {
  color: #ffa634;
}

.bold div {
  font-weight: bold;
}

/**/
.clearfix:after {
  visibility: visible;
}

/*blog文字数カット*/
/*フェードで出現*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt,
  .form_wrap dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .form_wrap dt {
    border-right: 1px solid #ccc !important;
  }
}

.c_contactArea {
  background: #eee;
  padding: 30px;
}

.c_contactArea .contact_form {
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}

@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}

.c_contactArea .contact_form dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.c_contactArea .contact_form dt {
  color: #333;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border: none !important;
  position: relative;
  background: none !important;
}

.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
}

/**/
/*slick_商品一覧など横に流すとき*/
/**/
/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 100px 0;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}

#local-keyvisual-title {
  text-align: center !important;
}

#local-keyvisual h1 {
  z-index: 1;
  margin: auto;
  color: #333;
  border-radius: 3px;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(255, 255, 255, 0.35);
  font-size: 2.6em;
  text-align: center;
  display: inline-block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  #local-keyvisual h1 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 1.8em;
  }
}

#local-keyvisual h1 span {
  display: block;
  color: #333333;
  font-size: 0.4em;
  margin-top: -5px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 60px;
}

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

.pan1 a {
  color: #000;
}

/**/
/*スクロールボタンアニメーション*/
.scroll {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  color: #333 !important;
  /* アニメーション設定 */
}

.scroll .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
}

.scroll .arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll .arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.scroll .arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/**/
/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 100px;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading svg {
  height: 100% !important;
  width: 100% !important;
}

#loading span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animsition-overlay-slide {
  background-color: #019589 !important;
  position: relative;
  z-index: 9999 !important;
}

/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px) {
  .sample-one.sample-animation img {
    -webkit-animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.sample-one img {
  opacity: 0;
}

@-webkit-keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
    transform: scale(1.2) translateY(24px);
  }
}

@keyframes sample-one {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(24px);
    transform: scale(1.2) translateY(24px);
  }
}

/* 2 つ目のサンプル */
.sample-second.sample-animation {
  -webkit-animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  -webkit-animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1)
    forwards;
  animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #fafafa;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@-webkit-keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes sample-second-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  -webkit-animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  -webkit-animation-name: sample-third-before;
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  -webkit-animation-name: sample-third-after;
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@-webkit-keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes sample-third-before {
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes sample-third-after {
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

/*バイリンガル*/
#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}

@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

/**/
.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #ffa634;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.inview img {
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show img {
  opacity: 1;
}

/*news_dlリスト*/
.newswrap {
  height: 310px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  z-index: 10;
  border-bottom: 5px solid #ccc;
}

.newswrap dl {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #eee !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dl:last-child {
  border-bottom: none !important;
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 90% !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}

.newswrap dd span {
  display: inline-block;
  border: 1px solid;
  padding: 0 10px;
  margin-right: 40px !important;
  font-size: 0.8em;
  line-height: 2em !important;
}

@media screen and (max-width: 640px) {
  .newswrap dd span {
    margin-right: 20px !important;
  }
}

.newswrap dt {
  border: none !important;
  background: none !important;
  color: #ffa634 !important;
  width: 10% !important;
  text-align: center !important;
  padding: 10px 0 !important;
  border-right: none !important;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .newswrap dt {
    margin-left: 0px !important;
    width: 100% !important;
    display: block !important;
    padding: 5px 0 !important;
    text-align: left !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}

.news_bg .scroll {
  height: 150px;
  overflow: auto;
}

.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}

.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/*会社概要等*/
.com_tbl td {
  border: 1px solid #ccc !important;
}

.info01 label {
  position: static;
}

.info01 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}

.info01 dt {
  text-align: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: #019589 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  padding: 10px !important;
  color: #fff !important;
  font-weight: 500;
}

.info01 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  padding: 20px !important;
}

@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: center;
  }
}

.info01 a {
  color: #ffa634 !important;
}

.info01 b {
  background: #019589;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .info01 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.info01 .fst {
  margin-top: 0 !important;
}

.imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .imgtxt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.imgtxt img {
  width: 38% !important;
  margin-right: 2% !important;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 1024px) {
  .imgtxt img {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2%;
  }
}

.imgtxt div {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .imgtxt div {
    width: 100%;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  background: #fafafa !important;
}

.header_container {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  z-index: 10;
}

.header_container p {
  background: #ffa634;
  color: #fff;
  font-size: 0.8em;
  padding: 1px 0;
}

@media screen and (max-width: 640px) {
  .header_container p {
    padding: 5px 0;
  }
}

.header_container p span {
  text-align: left;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 834px) {
  .header_container p span {
    font-size: 0.75em;
  }
}

@media screen and (max-width: 640px) {
  .header_container p span {
    display: none;
  }
}

.header_container .col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 20px 25px;
}

.header_container .col_01 {
  width: 40%;
  text-align: left;
}

.header_container .col_02 {
  width: 60%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header_container .col_02 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 834px) {
  .header_container .col_02 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
  }
}

.header_container .col_02 .h_tel2 {
  margin-left: 20px;
}

#nav_global {
  width: 100%;
  margin-bottom: 20px;
}

#nav_global ul {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
  border-left: 1px solid #fff;
}

#nav_global ul li:last-child {
  border-right: 1px solid #fff;
}

#nav_global ul li a {
  color: #333 !important;
  display: block;
}

#nav_global ul li a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

#mainArea {
  position: relative;
}

#mainArea h1 {
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  #mainArea h1 {
    top: 120px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea h1 {
    top: 80px;
  }
}

#mainArea h1 img {
  width: 60vw;
}

@media screen and (max-width: 1400px) {
  #mainArea h1 img {
    width: 70vw;
  }
}

@media screen and (max-width: 1024px) {
  #mainArea h1 img {
    width: 80vw;
  }
}

@media screen and (max-width: 834px) {
  #mainArea h1 img {
    width: 100vw;
  }
}

#mainArea .main_img {
  width: 100%;
  height: 100vh !important;
  margin-left: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  #mainArea .main_img {
    height: 90vh !important;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .main_img {
    height: 60vh !important;
    min-height: 570px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    font-family: "object-fit: cover!important;";
  }
}

.bx-wrapper img {
  width: 100%;
}

/**/
@media screen and (max-width: 1024px) {
  #nav_global {
    display: none !important;
  }
}

#global_footer {
  background: none !important;
  background: url(../images/home/footer_bg.png) no-repeat !important;
  background-size: cover;
  background-position: top;
  padding: 80px 20px;
}

@media screen and (max-width: 1024px) {
  #global_footer {
    background: #f9f6f1 !important;
    padding: 80px 20px 20px;
  }
}

#footer {
  background: none !important;
  padding: 0 20px;
}

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer_container .col_03 {
  text-align: left;
  width: 28%;
}

@media screen and (max-width: 1024px) {
  .footer_container .col_03 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer_container .col_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 68%;
}

@media screen and (max-width: 1024px) {
  .footer_container .col_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: none;
  }
}

.footer_container .h_tel {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .footer_container .h_tel {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .footer_container .h_tel2 {
    display: none;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .nav_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav_footer:after {
  content: "";
  background: #333;
  height: 100px;
  width: 1px;
  position: absolute;
  top: -70px;
  left: -40px;
}

@media screen and (max-width: 1200px) {
  .nav_footer:after {
    left: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .nav_footer:after {
    display: none;
  }
}

.nav_footer li {
  text-align: left !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .nav_footer li {
    width: 45%;
    padding: 10px;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    text-align: center !important;
    border-bottom: 4px solid #eee;
  }
  .nav_footer li:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}

@media screen and (max-width: 1024px) and (max-width: 640px) {
  .nav_footer li {
    width: 100%;
  }
}

.nav_footer a {
  display: block;
  font-weight: bold;
  color: #333 !important;
}

@media screen and (max-width: 1024px) {
  .nav_footer a {
    color: #333 !important;
  }
}

.col_04_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .col_04_sp {
    display: block;
    width: 100%;
  }
}

.col_04_sp .nav_footer_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .col_04_sp .nav_footer_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.col_04_sp .nav_footer_sp:after {
  content: "";
  background: #333;
  height: 100px;
  width: 1px;
  position: absolute;
  top: -70px;
  left: -40px;
}

@media screen and (max-width: 1200px) {
  .col_04_sp .nav_footer_sp:after {
    left: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .col_04_sp .nav_footer_sp:after {
    display: none;
  }
}

.col_04_sp .nav_footer_sp li {
  margin: 0 auto;
  margin-bottom: 2%;
  text-align: center !important;
  width: 100%;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
}

.col_04_sp .nav_footer_sp a {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  color: #fff !important;
  background: #a8da45;
}

.col_04_sp .sub_menu_sp {
  margin-top: 10px;
}

.col_04_sp .sub_menu_sp li {
  margin-bottom: 1%;
}

.col_04_sp .sub_menu_sp li a {
  color: #333 !important;
  background: none !important;
  font-size: 0.9em;
  padding: 0;
}

.col_04_sp .sp_a {
  margin-bottom: -35px;
}

#copyright {
  text-align: right;
  color: #333;
  padding: 5px 0 7px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0 12px;
    text-align: center;
  }
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* home */
.inner_out {
  background-size: cover;
}

h2,
h3 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
}

.h_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .h_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .h_flex .herf {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .tab_fw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  .fdcr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.h_box1 {
  width: 49%;
  background: #019589;
  padding: 40px;
  position: relative;
  border-radius: 3px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .h_box1 {
    width: 48%;
    margin: 0 1% 2%;
    padding: 40px;
  }
}

@media screen and (max-width: 834px) {
  .h_box1 {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  .h_box1:not(:last-child) {
    margin-bottom: 40px;
  }
}

.h_box1:before {
  content: "";
  width: 200px;
  height: 5px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.h_box1:after {
  content: "";
  background: url(../images/home/ico01.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.h_box1 .box {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.h_box1 .box:last-child {
  margin-bottom: 0;
}

.h_box1 span {
  text-align: center;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.4em;
  margin-bottom: -10px;
}

.h_box1 div {
  font-weight: 300;
}

.ico2:after {
  background: url(../images/home/ico02.png) no-repeat;
}

.ico3:after {
  background: url(../images/home/ico03.png) no-repeat;
}

.btn {
  width: 230px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 12px 0;
  border: 1px solid #fff;
  text-align: center;
  color: #fff !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}

.btn:after {
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin: auto;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_h2 h2 {
  font-size: 2em;
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .h_h2 h2 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 640px) {
  .h_h2 h2 {
    font-size: 1.4em;
  }
}

.h_h2 h2 span {
  font-size: 0.6em;
  padding-left: 20px;
}

.h_h202 h2 {
  font-size: 1.6em;
  background: url(../images/home/dot.png) repeat-x;
  background-position: bottom;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #59493f;
}

@media screen and (max-width: 834px) {
  .h_h202 h2 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 640px) {
  .h_h202 h2 {
    font-size: 1.2em;
  }
}

.h_list {
  border-bottom: 5px solid #ccc;
  border-top: 5px solid #ccc;
  padding: 20px 0;
}

.h_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.h_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.h_list li::before {
  content: "\f21e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
}

.time_box {
  border-radius: 3px;
  padding: 40px 60px;
  background: #f9f6f1;
  border-radius: 3px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .time_box {
    padding: 40px;
  }
}

@media screen and (max-width: 834px) {
  .time_box {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .time_box {
    padding: 20px;
  }
}

.time_box h3 {
  font-size: 1.4em;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}

.time_box h3:before {
  content: "\f1da";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.time_tbl {
  border-radius: 3px;
}

@media screen and (max-width: 1000px) {
  .time_tbl {
    font-size: 1em;
  }
}

.time_tbl td {
  border: 1px solid #777 !important;
  padding: 20px 0 !important;
  text-align: center !important;
}

@media screen and (max-width: 1024px) {
  .time_tbl td {
    padding: 20px 10px !important;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 640px) {
  .time_tbl td {
    padding: 10px !important;
  }
}

.time_tbl .left {
  width: 18%;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .time_tbl .left {
    width: auto;
  }
}

.time_tbl .main-color {
  color: #019589;
}

.time_tbl .time {
  font-size: 0.9em;
  line-height: 1.4em;
  letter-spacing: 0;
}

.h_box2 {
  width: 29%;
}

@media screen and (max-width: 834px) {
  .h_box2 {
    width: 100%;
    text-align: center;
  }
}

.time_box {
  width: 69%;
}

@media screen and (max-width: 834px) {
  .time_box {
    width: 100%;
  }
}

.h_btnbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h_btnbox .box {
  border: 2px solid #019589;
  border-radius: 3px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .h_btnbox .box {
    width: 48.5% !important;
  }
}

@media screen and (max-width: 640px) {
  .h_btnbox .box {
    width: 100% !important;
  }
}

.h_btnbox .box:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #019589;
}

.h_btnbox .box:hover a {
  color: #fff !important;
}

.h_btnbox .box a {
  display: block;
  color: #019589 !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  font-size: 1.2em;
}

.h_btnbox .box .ban1:before {
  background: url(../images/home/btn_ico1.png) no-repeat;
}

.h_btnbox .box .ban2:before {
  background: url(../images/home/btn_ico2.png) no-repeat;
}

.h_btnbox .box .ban3:before {
  background: url(../images/home/btn_ico3.png) no-repeat;
}

.h_btnbox .box .ban4:before {
  background: url(../images/home/btn_ico4.png) no-repeat;
}

.h_btnbox span {
  padding-left: 30px;
  position: relative;
}

.h_btnbox span::before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}

.moyori {
  border: 2px solid;
  border-radius: 3px;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 1200px) {
  .moyori {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .moyori {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .moyori {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 834px) {
  .moyori {
    font-size: 1em;
    padding: 8px 20px;
  }
}

.h_box2 .h_tel {
  margin-bottom: 10px;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .cont_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.cont_flex .info01 {
  width: 69%;
}

@media screen and (max-width: 1024px) {
  .cont_flex .info01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_flex .img100 {
  width: 29%;
}

@media screen and (max-width: 1024px) {
  .cont_flex .img100 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .cont_flex .img100 img {
    width: 50% !important;
  }
}

.cont_flex .box:nth-child(1) {
  background: url(../images/home/footer_bg.png) no-repeat !important;
  background-size: cover;
  width: 72%;
  padding: 40px;
  border-radius: 3px;
}

@media screen and (max-width: 1024px) {
  .cont_flex .box:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
  }
}

.cont_flex .box:nth-child(2) {
  width: 26%;
}

@media screen and (max-width: 1024px) {
  .cont_flex .box:nth-child(2) {
    width: 100%;
  }
}

.tab_tac .box:nth-child(1) {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tab_tac .btn2 {
    width: 100%;
  }
}

.contents_h2 {
  background: #eee;
  margin-bottom: 40px;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
  box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
}

.contents_h2 h2 {
  font-size: 1.6em;
  padding: 10px;
  padding-left: 45px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .contents_h2 h2 {
    font-size: 1.2em;
    line-height: 1.8;
  }
}

.contents_h2 h2:before {
  content: "";
  background: #019589;
  height: 25px;
  width: 5px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.contents_h3 h3 {
  position: relative;
  padding: 0.1em 0.3em 0.1em 2em;
  border-bottom: 1px solid #019589;
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #333;
}

@media screen and (max-width: 640px) {
  .contents_h3 h3 {
    font-size: 1.1em;
  }
}

.contents_h3 h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #019589;
  top: 30%;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents_h3 h3:after {
  position: absolute;
  content: "";
  top: 30%;
  left: 10px;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: none;
  background: rgba(168, 218, 69, 0.5);
}

.tel_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .tel_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tel_btn b {
  background: #59493f;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 3px 3px 0 0;
  font-weight: inherit;
  max-width: 300px;
}

.tel_btn .h_tel {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .tel_btn > div {
    margin-right: 20px;
  }
}

.bus1 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 1.4em;
  background: url(../images/home/dot.png) repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .bus1 h3 {
    font-size: 1.2em;
  }
}

.bus1 h3:before {
  content: "\f239";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.car1 h3 {
  position: relative;
  padding-left: 30px;
  font-size: 1.4em;
  background: url(../images/home/dot.png) repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .car1 h3 {
    font-size: 1.2em;
  }
}

.car1 h3:before {
  content: "\f1b9";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.btn2 {
  width: 230px;
  max-width: 100%;
  display: block;
  padding: 12px 0;
  background: #a8da45;
  text-align: center;
  color: #fff !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  position: relative;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn2:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffa634;
}

.btn2:after {
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin: auto;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block100 {
  width: 100%;
}

.block100 a {
  width: 100%;
}

.kakomi {
  background: url(../images/home/footer_bg.png) no-repeat !important;
  background-size: cover;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .kakomi {
    background: #f9f6f1 !important;
  }
}

.kakomi .h_list {
  border: none !important;
}

.cont_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont_box .box {
  background: rgba(168, 218, 69, 0.1);
  padding: 20px;
  border: 2px solid #019589;
}

@media screen and (max-width: 1024px) {
  .cont_box .box {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.cont_box b {
  background: #019589;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
}

.re_voice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  border: 2px solid #019589;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
  box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 0.1) !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .re_voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
  }
}

.re_voice .box:nth-child(odd) {
  width: 15%;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .re_voice .box:nth-child(odd) {
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .re_voice .box:nth-child(odd) {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .re_voice .box:nth-child(odd) {
    width: 100%;
  }
}

.re_voice .box:nth-child(even) {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .re_voice .box:nth-child(even) {
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .re_voice .box:nth-child(even) {
    width: 100%;
  }
}

.re_voice i {
  font-size: 80px;
  font-size: 7.8125vw;
  display: block;
  text-align: center;
  color: #019589;
}

@media screen and (max-width: 1200px) {
  .re_voice i {
    font-size: 8em;
  }
}

@media screen and (max-width: 640px) {
  .re_voice i {
    font-size: 7em;
    margin-bottom: 20px;
    display: block;
  }
}

.flow {
  border: 1px solid #019589;
  border-bottom: 1px;
  height: 100%;
}

.flow .flow_flex {
  padding: 30px !important;
  border-bottom: 1px solid #019589;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .flow .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow .flow_flex::before,
.flow .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .flow .flow_flex::before,
  .flow .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}

.flow .flow_flex::before {
  border-width: 21px;
  border-top-color: #019589;
}

.flow .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow .flow_flex:last-child::before,
.flow .flow_flex:last-child::after {
  display: none;
}

@media screen and (max-width: 640px) {
  .flow b {
    display: block;
  }
}

.flow .box {
  text-align: center;
}

.flow .box:nth-child(odd) {
  width: 100%;
  background: #019589;
  color: #fff;
  font-weight: 500;
  padding: 5px 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .flow .box:nth-child(odd) {
    width: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .flow .box:nth-child(odd) {
    width: 100%;
  }
}

.flow .box:nth-child(even) {
  width: 100%;
  letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
  .flow .box:nth-child(even) {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .flow .box:nth-child(even) {
    width: 100%;
  }
}

.flow .box:nth-child(even) div {
  font-size: 1.2em;
  border-bottom: 1px solid #019589;
  padding-bottom: 5px;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .flow .box:nth-child(even) div {
    font-size: 1em;
    padding-top: 10px;
  }
}

.left01 {
  text-align: left;
  font-size: inherit !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.cont_tbl {
  font-size: 0.9em;
}

.cont_tbl td {
  border: 1px solid #ccc !important;
  text-align: center !important;
}

.cont_tbl .main-color {
  background: #019589;
}

.cont_tbl .main-color div {
  color: #fff;
}

.cont_tbl .left {
  background: rgba(168, 218, 69, 0.1);
  position: -webkit-sticky;
  position: sticky;
}

.cont_tbl2 td {
  border: 1px solid #ccc !important;
}

.cont_tbl2 .main-color {
  background: #019589;
  text-align: center !important;
}

.cont_tbl2 .main-color div {
  color: #fff;
}

.cont_tbl2 .left {
  background: rgba(168, 218, 69, 0.1);
  position: -webkit-sticky;
  position: sticky;
}

.time .box:nth-child(odd) div {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.time .box:nth-child(odd) div:before {
  content: "\f017";
  font-size: 1.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "Font Awesome 5 Pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_flex {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 1200px) {
  .f_flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.f_flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6em;
  position: relative;
  overflow: inherit !important;
  text-align: center;
}

.f_flex .box:nth-child(odd) {
  background: #fff;
  padding: 10px;
  width: 24% !important;
  border: double #ccc 4px;
}

@media screen and (max-width: 1200px) {
  .f_flex .box:nth-child(odd) {
    width: 100% !important;
    padding: 40px 0px;
  }
}

.f_flex .box:nth-child(odd) div {
  padding: 20px 10px;
  margin-top: -30px;
  color: #333;
}

.f_flex .box:nth-child(even) {
  width: 6% !important;
}

@media screen and (max-width: 1200px) {
  .f_flex .box:nth-child(even) {
    width: 100% !important;
  }
}

.f_flex .box div {
  width: 100%;
  font-size: 0.9em;
}

@media screen and (max-width: 1200px) {
  .f_flex .box div {
    font-size: 1em;
  }
}

.f_flex .box a {
  display: block;
}

.f_flex .box b {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  background: #019589;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5) !important;
  color: #fff;
  font-weight: inherit;
  text-align: center;
  padding: 5px 10px;
  width: 80%;
  z-index: 9999;
}

/**/
.cp_arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .cp_arrows {
    height: 120px;
  }
}

.cp_arrows .cp_arrow {
  display: block;
  width: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #a8da45 !important;
  border-color: #a8da45;
}

.cp_arrows .cp_arrow:before {
  font-size: 3em;
  line-height: 1.9em;
  position: absolute;
  top: 0;
  left: -12px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  content: "▼";
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 1200px) {
  .cp_arrows .cp_arrow:before {
    font-size: 4em;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.tab_ttl02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab_ttl02 td {
  text-align: center !important;
  display: block;
  background: #019589;
  width: 24%;
  margin-bottom: 1.5% !important;
  border-radius: 3px;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .tab_ttl02 td {
    width: 49%;
  }
}

.tab_ttl02 td a {
  padding: 10px;
  display: block;
  color: #fff !important;
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel .box1 {
  background: rgba(168, 218, 69, 0.1);
  padding: 20px;
  width: 31%;
  margin: 0 1%;
  margin-bottom: 2%;
  border: 2px solid #019589 !important;
}

@media screen and (max-width: 1024px) {
  .panel .box1 {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .panel .box1 {
    width: 100%;
  }
}

.panel .box {
  margin-bottom: 10px;
}

.panel b {
  background: #019589;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
}

.panel img {
  width: 100% !important;
}

.flex_img {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_img img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .flex_img .box {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.con_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .con_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.con_flex .time_box {
  width: 100%;
}

.con_flex .c_list {
  width: 39%;
}

@media screen and (max-width: 1024px) {
  .con_flex .c_list {
    width: 100%;
  }
}

.bnr_btn .box {
  background: #019589;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    "Noto Sans JP", sans-serif;
  margin: 0 1%;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .bnr_btn .box {
    width: 100% !important;
    margin: 0;
    margin-bottom: 20px;
  }
}

.bnr_btn .box a {
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  position: relative;
  font-size: 1.1em;
}

@media screen and (max-width: 1024px) {
  .bnr_btn .box a {
    font-size: 1em;
  }
}

.bnr_btn .box a:before {
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
}

.mv-main{
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.mv-banner-wrap {
    display: flex;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: space-between;
    max-width: 500px;
    align-items: center;
    margin-top: 40px;
}
#mainArea h1 {
    top: initial;
    bottom: initial;
    position:relative;
}
.mv-banner-wrap >div{
    width: 50%;
}

#mainArea h1 img.mv-txt {
    width: 60%;
    max-width: 600px;
}
.mv-banner-wrap img{
  max-width:200px;
}
@media screen and (min-width:835px) {
#mainArea .main_img{
  min-height:700px;
}
}
@media screen and (max-width:768px) {
#mainArea h1 img.mv-txt {
    width: 70%;

}
.mv-banner-wrap a img{
  width:80%;
}
}


/* title */
/*# sourceMappingURL=common.css.map */