@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  line-height: 1.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 13px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
  letter-spacing: 1px;
}

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

body div {
  color: #444;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
}

a:link,a:visited {
  color: #d09d2a;
}

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

@media screen and (max-width: 834px) {
  .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: 834px) {
  .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: 834px) {
  .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;
  padding: 0 !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: 834px) {
  .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*/
dl dd {
  text-align: center;
}

dl dt {
  text-align: center;
}

.date {
  display: block;
}

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

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

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

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

.blog article {
  text-align: center !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: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .blog article div {
    width: 90% !important;
  }
}

@media screen and (max-width: 834px) {
  .blog article div {
    width: 100% !important;
  }
}

.blog .translate {
  font-weight: bold;
}

.blog .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.blog h2 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #333 !important;
  line-height: 30px;
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .blog h2 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}

.blog a {
  color: #d09d2a !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: 834px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: block !important;
  }
}

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 {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  section div#contents article ul {
    max-width: 100%;
  }
}

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%;
}

@media screen and (max-width: 834px) {
  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;
}

div.blog_list div.blog_date {
  color: #d1af65;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

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

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

@media screen and (max-width: 834px) {
  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;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  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;
  }
}

/*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 {
  margin-top: 10px;
  margin-bottom: 60px;
}

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

.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;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
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: 834px) {
  .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 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #b7975e;
  text-align: center !important;
}

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

/*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*/
@media screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}

@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

.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;
}

/*nav*/
@media screen and (max-width: 900px) {
  .nav_global {
    display: none;
  }
}

.nav_global02 {
  display: none;
}

@media screen and (max-width: 900px) {
  .nav_global02 {
    display: block;
  }
}

.mean-nav span {
  display: block;
}

@media screen and (max-width: 640px) {
  .mean-nav span {
    font-size: 12px;
  }
}

/*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);
  }
}

/*footer上部の線*/
footer#global_footer {
  background-color: #fff !important;
}

/*ニュースエリアを囲むクラス...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(0, 0, 50, 0.5) !important;
  border-radius: 10px;
  -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: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}

@media screen and (max-width: 834px) {
  .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;
}

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

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

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !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: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

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

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;
  margin: 0 0 15px;
  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;
  }
}

/*news_dlリスト*/
.newswrap {
  height: 380px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background: #fff;
  padding: 20px 0;
}

.newswrap dl {
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #eee !important;
}

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

.newswrap dd {
  text-align: left !important;
  border: none !important;
  font-size: 16px !important;
  background: none;
  width: 80% !important;
}

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

.newswrap dt {
  font-size: 16px !important;
  font-weight: 600;
  border: none !important;
  background: none !important;
  color: #333 !important;
  width: 20% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*respon_news*/
.news_bg {
  background: #fff;
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  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%;
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/*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: 834px) {
  .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;
}

.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: 49%;
  margin: 0 1%;
}

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

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

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
  -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;
}

.img 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;
}

/*フォント*/
.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 {
  display: block;
  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: 834px) {
  .tab_none {
    display: none;
  }
}

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

@media screen and (max-width: 640px) {
  .imgL {
    float: none;
    margin-right: 0px;
    max-width: 100% !important;
  }
}

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

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

/*iタグ*/
i {
  padding-right: 5px !important;
}

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

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

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

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

/*バウンド*/
.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%);
  }
}

/*ふわふわと上下に動く*/
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -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;
}

.cp_arrows .cp_arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  -webkit-transition: transform 0.5s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

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

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

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

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

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

#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;
  font-size: 0.8em;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  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: 3;
}

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

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

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

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

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

.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 {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav nav {
  width: 100%;
}

#gloval-nav a {
  display: block;
  color: #333 !important;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

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

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

#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(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;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block !important;
}

.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/**/
.acc_title:hover {
  cursor: pointer;
}

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

/**/
.img_box img {
  -webkit-animation: img_box_9955 3s linear infinite;
  animation: img_box_9955 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}

@-webkit-keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes img_box_9955 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  66.66667% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.acc {
  color: #d09d2a;
}

.acc div {
  color: #d09d2a;
}

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

/*blog文字数カット*/
/*フェードで出現*/
.fadein,
.clinics_bg table,
.img_txt_tbl table {
  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;
  text-align: center !important;
}

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

/*flexbox*/
.box {
  height: auto !important;
}

/**/
#tabs .panel {
  display: none;
}

/**/
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: url(../images/home/h_about_bg.jpg) no-repeat;
  background-size: cover;
}

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

#header {
  background: #fafafa !important;
  padding: 0 10px;
}

.header_container .col_01 .h_logo {
  margin: 30px 0;
}

@media screen and (max-width: 834px) {
  .header_container .col_01 .h_logo {
    margin: 10px 0;
  }
}

#nav_global {
  width: 100%;
}

#nav_global ul {
  width: 960px;
  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;
  margin-bottom: 10px;
}

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

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

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

#nav_global ul li a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

@media screen and (max-width: 834px) {
  .top_img {
    height: 60vh !important;
  }
}

@media screen and (max-width: 640px) {
  .top_img {
    height: 40vh !important;
  }
}

#mainArea {
  position: relative;
}

#mainArea .top_txt {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

@media screen and (max-width: 1000px) {
  #mainArea .top_txt {
    bottom: 10%;
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .top_txt {
    bottom: 10%;
    width: 70%;
    right: 12%;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .top_txt {
    bottom: 10%;
    width: 85%;
  }
}

#mainArea > img {
  min-height: 220px;
}

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

/**/
#nav_global02 {
  display: none !important;
}

@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

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

footer#global_footer {
  background: #fafafa !important;
}

#footer {
  background: #fafafa !important;
  padding: 0 10px;
}

#footer div {
  color: #d09d2a;
}

.footer_container .f_logo {
  margin-bottom: 20px;
}

.tel_link {
  position: relative;
  padding-left: 30px;
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #58d3f7 !important;
}

.tel_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: auto;
}

.f_access p {
  margin-top: 10px;
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

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

.nav_footer li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 800px) {
  .nav_footer li {
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 4px double #d09d2a;
    border-radius: 3px;
  }
  .nav_footer li:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}

.nav_footer a {
  display: block;
  color: #d09d2a !important;
}

#copyright {
  background: #d1af65;
  color: #fff;
}

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

.fix_contact {
  position: fixed;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99;
  width: 60px;
  height: 200px;
}

.fix_contact i {
  margin-bottom: 5px;
  position: relative;
  left: 2px;
  font-size: 1.1em;
}

.fix_contact a {
  background: #58d3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff !important;
}

.fix_contact a.line i {
  font-size: 1.7em;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

/* home */
h1,
h2,
h3 {
  color: #333;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 640px) {
  .h_h2 h2,
  .h_h202 h2 {
    font-size: 2.6em !important;
  }
}

@media screen and (max-width: 640px) {
  .contents_h2 h2 {
    font-size: 1.6em !important;
  }
}

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

.h_h2 h2 {
  font-size: 2.8em;
  color: #58d3f7;
  position: relative;
  margin-bottom: 60px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 16px rgba(255, 255, 255, 0.3);
}

.h_h2 h2:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #58d3f7;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.h_h2 h2 b {
  font-size: 0.3em;
  color: #444;
  padding-left: 15px;
}

.h_h202 h2 {
  font-size: 2.8em;
  letter-spacing: 5px;
  color: #58d3f7;
  position: relative;
  margin-bottom: 80px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 16px rgba(255, 255, 255, 0.3);
}

.h_h202 h2:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #58d3f7;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.h_h202 h2 b {
  font-size: 0.5em;
  color: #444;
}

.h_h203 h2 {
  font-size: 2.8em;
  letter-spacing: 5px;
  color: #d09d2a;
  position: relative;
  margin-bottom: 80px;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 16px rgba(255, 255, 255, 0.3);
}

.h_h203 h2:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #58d3f7;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.h_h203 h2 b {
  font-size: 0.3em;
  color: #444;
}

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

.h_menu a {
  position: relative;
  width: 33.33333333333%;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .h_menu a {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .h_menu a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.h_menu a:hover img {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.h_menu img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.h_menu b {
  display: block;
  font-weight: inherit;
  font-size: 0.6em !important;
  border-top: 1px solid;
  margin-top: 5px;
  padding-top: 5px;
  width: 250px;
}

@media screen and (max-width: 1000px) {
  .h_menu b {
    width: 200px;
  }
}

.h_menu span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  display: block !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px;
}

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

.txt_bg {
  background: url(../images/home/txt01_bg.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .txt_bg {
    background-position: center;
  }
}

.h_flex {
  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;
}

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

.clinics_bg td {
  display: block;
}

.clinics_bg .tbl_btn {
  margin: 30px 0;
}

.clinics_bg .h_h3 h3 {
  font-size: 1.3em;
  letter-spacing: 3px;
  color: #111;
  font-weight: 500;
}

.clinics_bg .btn {
  background: #d1af65;
  color: #fff !important;
  width: 250px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .clinics_bg .btn {
    width: 35%;
  }
}

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

.clinics_bg .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 10px;
  height: 12px;
  background-size: contain;
}

.clinics_bg .btn:hover {
  background: #ccc;
}

@media screen and (max-width: 1000px) {
  .clinics_bg .h_h3 div {
    margin: 30px 0 60px;
    text-align: left !important;
  }
}

@media screen and (max-width: 1000px) {
  .clinics_bg .tbl_btn {
    text-align: center !important;
  }
}

@media screen and (max-width: 640px) {
  .clinics_bg .tbl_btn {
    width: 60% !important;
    margin: 0 auto;
  }
}

.contact_bg {
  background: url(../images/home/contact_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 20px;
  background-attachment: fixed;
}

@media screen and (max-width: 834px) {
  .contact_bg {
    background-attachment: scroll;
  }
}

.contact_bg article {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 60px 20px;
  border: 2px solid #d1af65;
}

@media screen and (max-width: 834px) {
  .contact_bg article {
    background-attachment: scroll;
    padding: 40px 20px;
  }
}

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

.contact_bg tr {
  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: 640px) {
  .contact_bg tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact_bg td {
  display: block;
  margin: 0 40px;
}

.contact_bg .btn01,
.contact_bg .btn02 {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .contact_bg .btn01,
  .contact_bg .btn02 {
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .contact_bg .btn01,
  .contact_bg .btn02 {
    width: 35%;
  }
}

@media screen and (max-width: 834px) {
  .contact_bg .btn01,
  .contact_bg .btn02 {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .contact_bg .btn01,
  .contact_bg .btn02 {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 15px !important;
  }
}

.contact_bg .btn {
  background: #d1af65;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}

.contact_bg .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 10px;
  height: 12px;
  background-size: contain;
}

.contact_bg .btn:hover {
  background: #ccc;
}

.txt_bg02 {
  background: url(../images/home/bea_bg.png) no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.img_txt tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.img_txt td {
  display: block;
}

.img_txt td:nth-child(odd) {
  width: 49%;
}

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

.img_txt td:nth-child(even) {
  width: 49%;
}

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

.img_txt02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.img_txt02 td {
  display: block;
}

.img_txt02 td:nth-child(odd) {
  width: 55%;
}

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

.img_txt02 td:nth-child(even) {
  width: 40%;
}

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

@media screen and (max-width: 640px) {
  .img_txt02 img {
    margin-bottom: 20px;
  }
}

.img_txt03 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.img_txt03 td {
  display: block;
}

.img_txt03 td:nth-child(odd) {
  width: 40%;
}

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

.img_txt03 td:nth-child(even) {
  width: 55%;
}

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

@media screen and (max-width: 640px) {
  .img_txt03 img {
    margin-bottom: 20px;
  }
}

.btn_box {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

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

.btn_box .box {
  position: relative;
}

.btn_box a {
  width: 31%;
  margin: 0 1%;
}

@media screen and (max-width: 834px) {
  .btn_box a {
    width: 48%;
    margin: 0 1% 2%;
  }
}

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

.btn_box span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 1em;
  text-align: center;
  font-size: 2.6em;
}

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

.btn_box span b {
  display: block;
  font-weight: 500;
  font-size: 0.3em;
  padding-top: 15px;
}

@media screen and (max-width: 834px) {
  .btn_box span b {
    padding-top: 3px;
  }
}

@media screen and (max-width: 640px) {
  .btn_box span b {
    font-size: 0.4em !important;
  }
}

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

.h_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

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

.h_flex .f_tel {
  text-align: center;
  margin-bottom: 20px !important;
}

.h_flex .map01 {
  width: 70%;
}

@media screen and (max-width: 1600px) {
  .h_flex .map01 {
    width: 65%;
  }
}

@media screen and (max-width: 1200px) {
  .h_flex .map01 {
    width: 55%;
  }
}

@media screen and (max-width: 1000px) {
  .h_flex .map01 {
    width: 50%;
  }
}

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

.h_flex .h_about {
  position: relative;
  background: url(../images/home/h_about_bg.jpg) no-repeat;
  background-size: cover;
  width: 30%;
}

@media screen and (max-width: 1600px) {
  .h_flex .h_about {
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .h_flex .h_about {
    width: 45%;
  }
}

@media screen and (max-width: 1000px) {
  .h_flex .h_about {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .h_flex .h_about {
    width: 100%;
    padding: 40px 0;
  }
}

.h_flex .h_about table {
  position: absolute;
  top: 0;
  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: 640px) {
  .h_flex .h_about table {
    width: 100%;
    position: static;
  }
}

.h_flex .h_about div {
  margin-bottom: 10px;
}

.h_flex .h_about .txt {
  padding-left: 30px !important;
}

.contents_h1 {
  padding: 65px 0;
  background-size: cover;
  letter-spacing: 3px;
  background-position: center;
}

@media screen and (max-width: 834px) {
  .contents_h1 {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 640px) {
  .contents_h1 {
    background-attachment: scroll;
  }
}

.contents_h1 h1 {
  color: #fff;
  font-size: 3em;
  text-shadow: 0px 0px 8px #555;
}

.contents_h1 b {
  display: block;
  font-size: 1em;
  font-weight: inherit;
  color: #fff;
  text-shadow: 0px 0px 8px #555;
}

.contents_h2 {
  margin-bottom: 40px;
}

.contents_h2 h2 {
  color: #333;
  font-size: 2em;
}

.price b {
  display: block;
  text-align: right !important;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.c_txt h3 {
  font-size: 1.4em;
}

.c_txt b {
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 1.1em;
  background: #eee;
  display: inline-block;
  padding: 3px 8px;
}

@media screen and (max-width: 640px) {
  .c_message {
    margin-bottom: 80px !important;
  }
}

.c_message a {
  width: 400px;
  max-width: 100%;
  padding: 20px 0;
  background: #d09d2a;
  display: block;
  color: #fff !important;
  position: relative;
}

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

.tab_ttl tr {
  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) {
  .tab_ttl tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab_ttl td {
  background: #d1af65;
  width: 49.5%;
  font-size: 1.2em;
  padding: 10px !important;
  display: block;
}

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

.tab_ttl td a {
  display: block;
  color: #fff !important;
}

.tab_ttl02 tr {
  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) {
  .tab_ttl02 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab_ttl02 td {
  background: #d1af65;
  width: 33%;
  font-size: 1.2em;
  padding: 10px !important;
  display: block;
}

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

.tab_ttl02 td a {
  display: block;
}

.tab_ttl02 td a:link,
.tab_ttl02 td a:visited {
  color: #fff;
}

.modaal-content-container {
  background: url(../images/contents/txt_bg.jpg) no-repeat;
  background-size: cover;
  line-height: 30px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 30px 30px 60px !important;
}

.modaal-content-container h2 {
  letter-spacing: 10px;
  color: #333;
  font-size: 1.8em;
  font-weight: 600;
  border-bottom: 4px double #555;
  padding-bottom: 15px;
  margin-bottom: -10px;
}

@media screen and (max-width: 640px) {
  .modaal-content-container h2 {
    letter-spacing: 5px;
    font-size: 1.4em;
  }
}

.modaal-content-container b {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffff66)
  );
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.kakomi {
  padding: 20px;
  border: 4px double #ccc;
}

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

.kakomi b {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffff66)
  );
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.kakomi02 {
  padding: 20px;
  border: 4px double #ccc;
}

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

.contents_h3 {
  margin-bottom: 20px;
}

.contents_h3 h3 {
  font-size: 1.2em;
  color: #333;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.contents_h302 {
  margin-bottom: 40px;
}

.contents_h302 h3 {
  font-size: 1.4em;
  color: #333;
  letter-spacing: 1px;
}

.con_tbl td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
}

@media screen and (max-width: 640px) {
  .con_tbl a {
    display: block;
    width: 150px;
  }
}

.con_tbl .col {
  text-align: center !important;
  background: #eee;
}

.com_tbl td {
  border: 1px solid #ccc !important;
  padding: 20px !important;
}

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

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

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

.com_tbl td:nth-child(even) {
  width: 75%;
  background: url(../images/home/h_about_bg.jpg);
}

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

.com_tbl .col {
  text-align: center !important;
  background: #eee6d5 !important;
}

.com_tbl img {
  margin-bottom: 20px;
}

.flow_tbl {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 4px double #ccc;
}

.flow_tbl table {
  table-layout: auto !important;
}

.flow_tbl .contents_h3 {
  margin-bottom: 30px;
}

.flow_tbl .contents_h3 h3 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 100px;
}

.flow_tbl .contents_h3 b {
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 3px;
  padding-right: 30px;
  font-weight: inherit;
}

@media screen and (max-width: 640px) {
  .flow_tbl td {
    display: block;
    text-align: center !important;
  }
}

.flow_tbl .left01 {
  width: 69%;
}

@media screen and (max-width: 640px) {
  .flow_tbl .left01 {
    width: 100%;
    text-align: left !important;
    margin-bottom: 20px !important;
  }
}

.last01:after {
  display: none;
}

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

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

@media screen and (max-width: 640px) {
  .imgtxt_tbl td {
    display: block;
    text-align: center !important;
  }
}

.imgtxt_tbl td:nth-child(odd) {
  width: 29%;
}

@media screen and (max-width: 640px) {
  .imgtxt_tbl td:nth-child(odd) {
    width: 100% !important;
  }
}

.imgtxt_tbl td:nth-child(odd) img {
  width: 90% !important;
}

@media screen and (max-width: 640px) {
  .imgtxt_tbl td:nth-child(odd) img {
    width: 100% !important;
  }
}

.imgtxt_tbl td:nth-child(even) {
  width: 69%;
}

@media screen and (max-width: 640px) {
  .imgtxt_tbl td:nth-child(even) {
    width: 100% !important;
  }
}

.imgtxt_tbl td:nth-child(even) img {
  width: 100% !important;
}

.imgtxt_tbl div {
  margin-bottom: 20px;
}

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

.flow_tbl02 img {
  width: 100% !important;
  margin-bottom: 10px;
  height: 300px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.flow_tbl02 tr {
  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) {
  .flow_tbl02 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flow_tbl02 td {
  vertical-align: top !important;
  width: 19%;
  display: block;
  position: relative;
}

@media screen and (max-width: 640px) {
  .flow_tbl02 td {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px !important;
  }
}

.flow_tbl02 div {
  font-size: 0.89em;
}

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

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

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

.clean_tbl td b {
  display: inline-block;
  margin-right: 25px;
  font-weight: inherit;
}

.clean_tbl td div {
  font-size: 1.2em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .clean_tbl02 tr {
    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: 640px) {
  .clean_tbl02 td {
    display: block;
  }
}

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

.clean_tbl02 td b {
  display: inline-block;
  margin-right: 25px;
  font-weight: inherit;
}

.clean_tbl02 td div {
  font-size: 1.2em;
  text-align: left;
}

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

.c_tbl td {
  display: block;
  width: 48%;
  margin-bottom: 40px !important;
}

.ttl_bg {
  font-size: 1.2em;
  padding: 10px !important;
  background: url(../images/home/h_about_bg.jpg);
  border: 1px solid #58d3f7 !important;
}

.ttl_h3 h3 {
  margin-bottom: 40px;
  font-size: 1.2em;
  padding: 10px !important;
  background: url(../images/home/h_about_bg.jpg);
  border: 1px solid #58d3f7 !important;
  padding-left: 20px !important;
}

.form_wrap dt {
  width: 25% !important;
  background-color: #eee6d5 !important;
  color: #333 !important;
}

.form_wrap dd {
  background: url(../images/home/h_about_bg.jpg);
}

.c_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) {
  .c_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.syo_tbl {
  width: 45%;
}

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

.syo_tbl .contents_h3 {
  width: 100%;
}

.syo_tbl h3 {
  margin-bottom: 60px;
}

.syo_tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syo_tbl td {
  display: block;
}

.syo_tbl .txt div {
  font-size: 1.1em;
  background: #eee;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

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

.syo_tbl .mb10 {
  margin-right: 100px;
}

.syo_tbl02 .contents_h3 {
  width: 100%;
}

.syo_tbl02 h3 {
  margin-bottom: 60px;
}

.syo_tbl02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.syo_tbl02 td {
  display: block;
}

.syo_tbl02 td:nth-child(odd) {
  margin-right: 20px;
}

.syo_tbl02 .txt div {
  font-size: 1.1em;
  background: #eee;
  font-weight: 600;
  display: inline-block;
  padding: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.syo_tbl02 img {
  margin-bottom: 30px !important;
  height: 250px !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 640px) {
  .syo_tbl02 img {
    height: 200px !important;
  }
}

.syo_tbl02 .mb10 {
  margin-right: 100px;
}

.staff_tbl tr {
  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) {
  .staff_tbl tr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.staff_tbl td {
  display: block;
}

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

.staff_tbl td:not(:last-child) {
  margin-right: 20px;
}

.staff_tbl .contents_h3 {
  width: 100%;
}

.staff_tbl .contents_h3 h3 {
  margin-bottom: 40px !important;
}

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

@media screen and (max-width: 640px) {
  .staff_tbl img {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.staff_tbl .img {
  width: 30%;
}

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

.staff_tbl .txt {
  width: 65%;
}

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

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

.item_tbl {
  width: 30%;
  padding: 10px;
  background: #d1b77d;
  border: 1px solid #444;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .item_tbl {
    width: 48%;
  }
}

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

.item_tbl .left02 {
  width: 30%;
}

.item_tbl div {
  color: #fff;
}

.item_tbl img {
  width: 100% !important;
  height: 260px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;";
  font-family: "object-position: center;";
}

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

.item_tbl b {
  display: block;
  text-align: center;
  font-size: 3em;
  padding: 10px;
  border-right: 1px solid;
  margin-bottom: 10px;
}

.item_tbl span {
  display: block;
  text-align: left;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
}

.item_tbl .txt div {
  padding: 15px 10px 5px;
}

.item_tbl02 {
  width: 30%;
  padding: 10px;
  background: #9e8a5f;
  border: 1px solid #444;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .item_tbl02 {
    width: 48%;
  }
}

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

.item_tbl02 .left02 {
  width: 30%;
}

.item_tbl02 div {
  color: #fff;
}

.item_tbl02 img {
  width: 100% !important;
  height: 260px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;";
  font-family: "object-position: center;";
}

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

.item_tbl02 b {
  display: block;
  text-align: center;
  font-size: 3em;
  padding: 10px;
  border-right: 1px solid;
  margin-bottom: 10px;
}

.item_tbl02 span {
  display: block;
  text-align: left;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
}

.item_tbl02 .txt div {
  padding: 15px 10px 5px;
}

.item_tbl03 {
  width: 30%;
  padding: 10px;
  background: #524f49;
  border: 1px solid #444;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .item_tbl03 {
    width: 48%;
  }
}

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

.item_tbl03 .left02 {
  width: 30%;
}

.item_tbl03 div {
  color: #fff;
}

.item_tbl03 img {
  width: 100% !important;
  height: 260px !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;";
  font-family: "object-position: center;";
}

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

.item_tbl03 b {
  display: block;
  text-align: center;
  font-size: 3em;
  padding: 10px;
  border-right: 1px solid;
  margin-bottom: 10px;
}

.item_tbl03 span {
  display: block;
  text-align: left;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
}

.item_tbl03 .txt div {
  padding: 15px 10px 5px;
}

.loan_tbl tr {
  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) {
  .loan_tbl tr {
    display: block;
  }
}

.loan_tbl td {
  display: block;
  width: 30%;
  border: 1px solid;
}