@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
  -moz-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;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #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%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 10px !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: 768px) {
  .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: 960px;
  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 {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .blog .detail {
    text-align: left !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%;
  }
}
@media screen and (max-width: 768px) {
  .blog article div {
    width: 100%;
  }
}
.blog .translate {
  font-weight: bold;
}
.blog .date {
  margin-top: 30px;
  font-size: 26px;
  font-weight: bold;
}
.blog h2 {
  font-size: 36px;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 15px;
  background: #a6d3c8;
  width: 70%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .blog h2 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}
.blog h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #959e9b;
}
.blog a {
  color: #b7975e !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;
}
.blog #TRANS_BT22 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  section div.wrap {
    display: block !important;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents article div.date {
  color: #333 !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  margin-bottom: 20px;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
  font-weight: bold;
}
.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;
  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;
}
.nf_title h1:before {
  content: "";
  position: absolute;
  background: #f1bd4c;
  width: 160px;
  height: 159px;
  top: 50%;
  left: 35%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .nf_title h1 {
    max-width: 100%;
    font-size: 20px;
  }
  .nf_title h1 span {
    font-size: 80px;
  }
}

.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;
}
@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: #f1bd4c !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 3px solid;
  padding: 10px 120px;
}
.nf_btn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: -10px !important;
}
@media screen and (max-width: 700px) {
  .mean-container .mean-nav {
    margin-top: 0px !important;
  }
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
@media screen and (max-width: 768px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav_global02 {
    display: block;
  }
}

.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, 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_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
/* 「RightToLeft」を適用する箇所 */
/**/
/*マージン*/
.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;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0  10px;
}

/*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.6;
}

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -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);
  }
}
/*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;
  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;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: auto !important;
  background: rgba(3, 3, 3, 0.8);
}
@media screen and (max-width: 940px) {
  .sub_menu {
    background: #030303 !important;
    width: 100% !important;
    position: static !important;
  }
}
.sub_menu li {
  position: relative;
  z-index: 999999999;
  border-bottom: 1px dotted #eee;
  display: inline-block;
}
@media screen and (max-width: 1060px) {
  .sub_menu li {
    border-bottom: none;
  }
}
.sub_menu li:last-child {
  border-bottom: none;
  font-size: 16px;
}

/*地図*/
.map01 iframe {
  width: 100%;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.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;
  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;
  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;
  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: auto;
  }
}

/*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;
}

/*プライバシーポリシーモーダル*/
p.center {
  text-align: center;
  margin-bottom: 80px;
}

.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;
  }
}

/**/
a:hover {
  transition: 0.5s;
}

/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}
.loop_wrap ul {
  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;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  background: #fafafa !important;
}

.header_container {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 870px) {
  .header_container {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header_container {
    display: block;
    margin-bottom: 30px;
  }
}
.header_container p {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header_container p {
    right: 60px;
  }
}
@media screen and (max-width: 700px) {
  .header_container p {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .header_container p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.header_container .col_01 .h_logo {
  margin-top: 10px;
  margin-left: 20px;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 870px) {
  .header_container .col_01 .h_logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header_container .col_01 .h_logo {
    width: 180px;
    max-width: 100%;
    margin-left: 10px;
    position: relative;
    top: -30px;
  }
}
@media screen and (max-width: 700px) {
  .header_container .col_01 .h_logo {
    width: 40%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .h_logo {
    width: 50%;
  }
}
.header_container .col_02 {
  position: absolute;
  top: 60px;
  right: 20px;
  display: flex;
}
@media screen and (max-width: 700px) {
  .header_container .col_02 {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) and (max-width: 640px) {
  .header_container .col_02 {
    display: block;
  }
}

.header_container .col_02 .h_contact a {
  background: #c1b389;
  padding: 10px;
  display: block;
  width: 250px;
  max-width: 100%;
  border-radius: 10px;
  color: #333 !important;
  font-weight: bold;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact a {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.header_container .col_02 .h_contact a:after {
  content: url(../images/common/arrow.png);
  position: absolute;
  right: 20px;
}
.header_container .col_02 .h_tel {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_tel {
    margin-left: 0;
  }
}
.header_container .col_02 .h_tel a {
  background: #dc5f45;
  display: block;
  width: 250px;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_tel a {
    margin: 0 auto;
  }
}
.header_container .col_02 .h_tel a:before {
  content: url(../images/common/phone.png);
  position: absolute;
  top: 7px;
  left: 40px;
  bottom: 0;
}

#nav_global {
  width: 100%;
  margin-bottom: 10px;
}
#nav_global ul {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
  border-right: 3px solid #f1bd4c;
}
#nav_global ul li:last-child {
  border-right: none;
}
#nav_global ul li a {
  color: #333 !important;
  font-weight: bold;
}

#mainArea {
  margin-bottom: 60px;
}
#mainArea img {
  width: 100%;
}
#mainArea li:nth-child(1) {
  position: relative;
}
#mainArea li:nth-child(1) p {
  bottom: 10%;
  position: absolute;
  right: 3%;
  font-weight: 600;
  color: #444;
  font-size: 2em;
  letter-spacing: 5px;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px;
  border-radius: 50%;
  border-bottom: 3px solid #dc5f45;
}
@media screen and (max-width: 1200px) {
  #mainArea li:nth-child(1) p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea li:nth-child(1) p {
    letter-spacing: 3px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 700px) {
  #mainArea li:nth-child(1) p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea li:nth-child(1) p {
    border-radius: 0%;
    padding: 20px;
    right: 5%;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 600px) {
  #mainArea li:nth-child(1) p {
    padding: 50px 20px;
    font-size: 1.2em;
  }
}
#mainArea li:nth-child(1) p b {
  font-size: 2.2em;
  color: #fff;
  padding-left: 10px;
  -webkit-text-stroke: 1.5px #dc5f45;
  text-stroke: 1.5px #dc5f45;
}
@media screen and (max-width: 800px) {
  #mainArea li:nth-child(1) p b {
    font-size: 1.8em;
    -webkit-text-stroke: 1px #dc5f45;
    text-stroke: 1px #dc5f45;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  #mainArea li:nth-child(1) p b {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 800px) {
  #mainArea li:nth-child(1) .s_01 {
    display: block;
    text-align: center;
  }
}
#mainArea li:nth-child(2), #mainArea li:nth-child(3) {
  position: relative;
}
#mainArea li:nth-child(2) p, #mainArea li:nth-child(3) p {
  bottom: 10%;
  color: #444;
  position: absolute;
  left: 3%;
  font-weight: 600;
  font-size: 2em;
  letter-spacing: 5px;
  background: rgba(255, 255, 255, 0.6);
  padding: 60px;
  border-radius: 50%;
  border-bottom: 3px solid #dc5f45;
}
@media screen and (max-width: 1200px) {
  #mainArea li:nth-child(2) p, #mainArea li:nth-child(3) p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  #mainArea li:nth-child(2) p, #mainArea li:nth-child(3) p {
    letter-spacing: 3px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 700px) {
  #mainArea li:nth-child(2) p, #mainArea li:nth-child(3) p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  #mainArea li:nth-child(2) p, #mainArea li:nth-child(3) p {
    bottom: 5%;
    left: 5%;
    border-radius: 0%;
    padding: 5px;
    background: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 600px) {
  #mainArea li:nth-child(2) p, #mainArea li:nth-child(3) p {
    padding: 40px 10px;
    font-size: 1.2em;
  }
}
#mainArea li:nth-child(2) p .s_02, #mainArea li:nth-child(3) p .s_02 {
  display: block;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #mainArea li:nth-child(2) p .s_03, #mainArea li:nth-child(3) p .s_03 {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #mainArea li:nth-child(2) p .s_04, #mainArea li:nth-child(3) p .s_04 {
    display: block;
    text-align: center;
  }
}
#mainArea li:nth-child(2) p b, #mainArea li:nth-child(3) p b {
  font-size: 2.2em;
  color: #fff;
  padding-left: 10px;
  -webkit-text-stroke: 1.5px #dc5f45;
  text-stroke: 1.5px #dc5f45;
}
@media screen and (max-width: 800px) {
  #mainArea li:nth-child(2) p b, #mainArea li:nth-child(3) p b {
    font-size: 1.8em;
    -webkit-text-stroke: 1px #dc5f45;
    text-stroke: 1px #dc5f45;
    padding-left: 0;
  }
}

.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 500px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1000px) {
  .bx-wrapper img {
    height: 400px !important;
  }
}
@media screen and (max-width: 640px) {
  .bx-wrapper img {
    height: 300px !important;
  }
}

#footer {
  background: url(../images/common/footer_bg_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #footer {
    background: url(../images/common/footer_bg_tab.jpg) no-repeat;
    background-position: bottom;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    background: url(../images/common/footer_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}

.footer_container {
  padding-top: 30px;
}

.col_04 {
  margin: 30px 0 30px;
}
@media screen and (max-width: 640px) {
  .col_04 {
    margin: 0px 0 40px;
  }
}
.col_04 ul {
  display: flex;
}
@media screen and (max-width: 640px) {
  .col_04 ul {
    display: block;
  }
}
.col_04 ul li {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .col_04 ul li {
    margin-bottom: 10px;
  }
}
.col_04 ul li a {
  color: #fff !important;
  font-weight: bold;
  text-shadow: 0px 0px 10px #73412c;
}

#copyright {
  color: #fff;
  text-shadow: 0px 0px 10px #73412c;
}
@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0;
  }
}

#contents_wrap {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background: #fafafa;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    font-size: 13px;
  }
}
#contents_wrap div {
  font-weight: 600;
}

.flex {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.flex02 {
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .flex02 {
    display: block;
  }
}
.flex02 iframe {
  width: 50vw;
  max-width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 1000px) {
  .flex02 iframe {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

/* home */
.h_h1_bg {
  background: url(../images/home/h1_bg.jpg) no-repeat;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-size: cover;
}
.h_h1_bg h1 {
  padding-top: 60px;
  color: #dc5f45;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .h_h1_bg h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 468px) {
  .h_h1_bg h1 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.h_h1_bg h1:after {
  display: block;
  height: 3px;
  width: 60px;
  background: #c1b389;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .h_h1_bg .h1_txt {
    padding: 0 10px;
  }
}
.h_h1_bg .h1_txt div {
  text-align: center;
  font-weight: 600;
  margin: 30px 0;
}
@media screen and (max-width: 468px) {
  .h_h1_bg .h1_txt div {
    text-align: left !important;
  }
}
.h_h1_bg tr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .h_h1_bg tr {
    display: block;
  }
}

.btn_left a {
  background: #c1b389;
  display: block;
  color: #333 !important;
  width: 250px;
  max-width: 100%;
  font-weight: bold;
  padding: 10px;
  margin-right: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn_left a {
    margin-right: 0;
    margin: 0 auto;
  }
}
.btn_left a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  right: -1px;
  display: inline-block;
  border-left: 10px solid #6c4e21;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}

.btn_right a {
  background: #f1bd4c;
  display: block;
  color: #333 !important;
  width: 250px;
  max-width: 100%;
  font-weight: bold;
  padding: 10px;
  margin-left: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn_right a {
    margin: 0 auto;
  }
}
.btn_right a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  right: -1px;
  display: inline-block;
  border-left: 10px solid #f0a050;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}

.h_h2 h2 {
  font-size: 26px;
  color: #d87c2b;
  font-weight: bold;
}
.h_h2 div {
  margin-bottom: 30px;
}

.h_koumoku {
  margin-bottom: 60px;
}
@media screen and (max-width: 468px) {
  .h_koumoku td {
    display: block;
  }
}
.h_koumoku a {
  font-weight: 600;
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .sinsatsu_tbl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .sinsatsu_tbl {
    max-width: 100%;
    width: 100%;
  }
}
.sinsatsu_tbl td {
  text-align: center !important;
  border: 1px solid #ccc !important;
}
.sinsatsu_tbl .red {
  border: none !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .sinsatsu_tbl .red {
    font-size: 13px;
  }
}
.sinsatsu_tbl .red div {
  color: red;
}
.sinsatsu_tbl .red .black {
  color: #333;
}
.sinsatsu_tbl .top {
  background: #eee;
}
.sinsatsu_tbl .top div {
  color: #6c4e21;
}
.sinsatsu_tbl .left {
  width: 200px;
  max-width: 100%;
}
@media screen and (max-width: 468px) {
  .sinsatsu_tbl .left {
    width: 140px;
    max-width: 100%;
  }
}

.goraiin_btn .btn_left a {
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
.goraiin_btn .btn_right {
  text-align: center !important;
}
.goraiin_btn .btn_right a {
  margin-left: 0px;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}

.news_h2 h2:after {
  display: block;
  height: 3px;
  width: 60px;
  max-width: 100%;
  background: #c1b389;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 30px;
}

.newswrap {
  margin-top: 30px;
  margin-bottom: 80px;
  height: 200px;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dt {
  border: none !important;
  background: #fafafa !important;
  font-weight: 600;
  color: #dc5f45;
}
.newswrap dd {
  border: none !important;
  background: #fafafa !important;
  font-weight: 500;
  text-align: left;
}

/*下層*/
.contents_h1 {
  padding: 100px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contents_h1 {
    background-position: center !important;
    padding: 80px 0;
    margin-bottom: 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) and (max-width: 468px) {
  .contents_h1 {
    padding: 40px 0;
  }
}

.contents_h1 h1 {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-size: 32px;
  font-weight: bold;
  color: #dc5f45;
  letter-spacing: 5px;
}
@media screen and (max-width: 640px) {
  .contents_h1 h1 {
    font-size: 26px;
  }
}

.contents_h2 {
  font-size: 26px;
  padding: 0.5em;
  /*文字周りの余白*/
  color: #494949;
  /*文字色*/
  background: #fffaf4;
  /*背景色*/
  border-left: solid 5px #f1bd4c;
  /*左線（実線 太さ 色）*/
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contents_h2 {
    font-size: 20px;
  }
}
.contents_h2 h2 {
  margin-top: -100px;
  padding-top: 100px;
  padding-left: 10px;
  font-weight: bold;
}
.contents_h2 h2 span {
  font-weight: inherit;
  font-size: 0.7em;
  color: #fff;
  background: #f1bd4c;
  padding: 5px;
  margin-right: 20px;
}

.contents_h3 {
  margin-bottom: 80px;
}
.contents_h3 h3 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 4px double #f1bd4c;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .contents_h3 h3 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 4px double #f1bd4c;
    width: 100%;
  }
}

/*診察項目について*/
.sinsatsu_txt {
  margin-bottom: 80px;
}
.sinsatsu_txt td:nth-child(even) {
  text-align: right !important;
}
@media screen and (max-width: 640px) {
  .sinsatsu_txt td:nth-child(even) {
    text-align: center !important;
  }
}

/*治療の流れ*/
@media screen and (max-width: 768px) {
  .f_h2 {
    margin: 0 20px;
  }
}
.f_h2 h2 {
  position: relative;
  background: #ffd98a;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin-bottom: 30px;
  font-weight: bold;
}
.f_h2 .maru1:before {
  content: "1";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
.f_h2 .maru2:before {
  content: "2";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
.f_h2 .maru3:before {
  content: "3";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
.f_h2 .maru4:before {
  content: "4";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
.f_h2 .maru5:before {
  content: "5";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.f_h2txt {
  margin-bottom: 150px;
}
.f_h2txt div:after {
  content: url(../images/contents/arrow.png);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 60px;
}

/*スタッフ紹介*/
.syoukai_txt {
  margin-bottom: 60px;
}

/*TOPICS*/
.day {
  position: relative;
  padding: 10px 20px;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 30px;
}
.day:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.column {
  margin-bottom: 60px;
}

.column_txt {
  margin-bottom: 10px;
}
.column_txt img {
  margin-top: 60px;
}
.column_txt td:nth-child(even) {
  text-align: center !important;
}

.column_txt02 {
  margin-bottom: 80px;
}

.ryakureki h3 {
  margin-bottom: 10px;
}
.ryakureki dl {
  display: flex;
  margin-top: -10px;
}
.ryakureki dl dt {
  font-weight: 600;
  width: 30%;
  text-align: left;
}
.ryakureki dl dd {
  font-weight: 600;
  width: 100%;
  text-align: left;
}

/*求人情報*/
.josyu_txt {
  margin-bottom: 60px;
}

.recruit_tbl {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.recruit_tbl td {
  border: 1px dotted #ccc !important;
}
.recruit_tbl td:nth-child(odd) {
  width: 20%;
  background: #eee;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .recruit_tbl td:nth-child(odd) {
    width: 100%;
    text-align: left !important;
  }
}
.recruit_tbl td:nth-child(even) {
  padding-left: 10px !important;
}
@media screen and (max-width: 640px) {
  .recruit_tbl td:nth-child(even) {
    text-align: left !important;
  }
}

/*院内紹介*/
.gallery_tbl {
  margin-bottom: 60px;
}
.gallery_tbl div {
  margin-top: 10px;
}

/*アンカーリンク*/
/* title */

/*# sourceMappingURL=common_style.css.map */
