@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: 16px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px !important;
  }
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.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.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: 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: 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: 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;
}
@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: #ffb03d !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: #def6fc;
  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 {
    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: flex !important;
    flex-direction: column-reverse;
  }
}

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

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

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

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

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

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

/*パンくず*/
.pankuzu {
  margin-top: 10px;
  margin-bottom: 60px;
}
.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;
  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;
  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」を適用する箇所 */
/* 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%;
  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 {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

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

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-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;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-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;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-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;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-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;
  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: 44px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(237, 247, 250, 0.8);
}
@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;
  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 {
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  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: 400px;
    overflow: auto;
  }
}

p.center {
  text-align: center;
}
p.center a {
  color: #1f6ed4 !important;
}

.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: 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: 49%;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  padding: 20px 0;
  border-top: 5px #ff0000 solid;
}
.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: 70% !important;
}
.newswrap dt {
  font-size: 16px !important;
  font-weight: 600;
  border: none !important;
  background: none !important;
  color: #333 !important;
  width: 30% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  align-items: center !important;
}
@media screen and (max-width: 834px) {
  .newswrap dt {
    padding-left: 0px !important;
    margin-left: 0px !important;
    width: 20% !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dt {
    width: 100% !important;
    text-align: left !important;
    align-items: flex-start !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*respon_news*/
.news_bg {
  background: #fff;
  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: flex;
}
@media screen and (max-width: 640px) {
  .flex {
    flex-direction: column;
  }
}

/*hover*/
.btn a:hover {
  -webkit-animation: .3s;
  animation: zoom .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: 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 {
  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: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}
.insta div.sns_list div {
  border-bottom: none !important;
  width: 33.3% !important;
}
.insta .sns_text {
  display: none !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: flex;
  flex-wrap: wrap;
  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;
  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;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.img img {
  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: #ffb03d !important;
}

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

.base-color a {
  color: #def6fc !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: flex;
  margin: 2em auto;
  justify-content: 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;
  transition: transform 0.5s ease-in;
}

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

.cp_arrows .cp_arrow:hover:before {
  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*/
/*ショッピング固定ナビ*/
/*ショッピングリンクカラー*/
.order a {
  color: #def6fc !important;
  font-weight: 500;
}

.items {
  margin-left: 0 !important;
}
.items a {
  color: #def6fc !important;
  font-weight: 500;
}
.items .photo {
  border-top: #1f6ed4 5px solid !important;
  box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1) !important;
}

@media screen and (max-width: 834px) {
  div.item_view div.struct {
    flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  div.photo div.large {
    margin-left: 10px;
    margin-bottom: 30px;
  }
}

.item_view a {
  color: #def6fc !important;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .item {
    padding: 0 80px;
  }
}
.item img {
  border-top: #1f6ed4 5px solid !important;
  box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1) !important;
}
@media screen and (max-width: 834px) {
  .item img {
    width: 80%;
    margin-bottom: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .item img {
    width: 100%;
  }
}
.item .photo {
  justify-content: center;
}
.item .small img {
  width: 100% !important;
}

.crumb a {
  color: #def6fc !important;
  font-weight: 500;
}

/*メールフォーム固定ナビ*/
/*縁取り テキストシャドウ*/
.txt {
  padding: 0 10px;
}

p.center a {
  color: #1f6ed4 !important;
  font-weight: bold;
}

/*slick*/
.slider {
  overflow: hidden;
}

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

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

/**/
.zdo_drawer_menu .zdo_drawer_nav li {
  position: relative;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background-color: rgba(31, 110, 212, 0.8) !important;
}

.zdo_drawer_menu .zdo_drawer_nav li a {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}

.zdo_drawer_menu .active {
  color: #fff !important;
}

.zdo_drawer_menu .active .zdo_drawer_bar1, .zdo_drawer_menu .active .zdo_drawer_bar3 {
  background: #fff !important;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background-color: rgba(31, 110, 212, 0.8) !important;
}

/**/
#nav-toggle {
  position: fixed;
  top: 55px;
  right: 20px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 36px;
  display: none;
}
@media screen and (max-width: 834px) {
  #nav-toggle > div {
    display: block;
  }
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#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;
  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;
  transform: rotate(-45deg);
}

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

#container {
  z-index: 900;
}

#gloval-nav {
  background: url(../images/contents/ham_bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav nav {
  width: 100%;
}

#gloval-nav a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 0;
  font-size: 0.8em;
  font-weight: 600;
  transition: color .6s ease;
  text-shadow: 2px 2px 4px #1f6ed4;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

header#global_header {
  max-width: 100%;
}
header#global_header .hed_p {
  background: #1f6ed4;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
header#global_header p {
  color: #fff;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 900px) {
  header#global_header p {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  header#global_header p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 700px) {
  header#global_header p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  header#global_header p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 600px) {
  header#global_header p {
    font-size: 0.75em;
  }
}

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

.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .header_container {
    width: 90%;
  }
}
.header_container .col_01 {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
  .header_container .col_01 {
    width: 50%;
  }
}
.header_container .col_02 {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}
@media screen and (max-width: 700px) {
  .header_container .col_02 {
    flex-direction: column;
    margin: 10px;
  }
}
@media screen and (max-width: 700px) {
  .header_container .col_02 .h_tel {
    margin-bottom: 10px;
  }
}
.header_container .col_02 .h_contact {
  margin-left: 20px;
}

#nav_global {
  width: 100%;
}
#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}
#nav_global ul li a {
  padding: 10px 0;
  color: #333 !important;
  display: block;
  font-weight: 500;
}
#nav_global ul li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#mainArea {
  position: relative;
}
#mainArea h1 {
  margin-bottom: 30px;
  margin-bottom: 15px;
}

.hmain {
  width: 100%;
  height: 82vh !important;
  object-fit: cover;
  font-family: "object-fit: cover!important;";
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .hmain {
    height: 60vh !important;
  }
}
@media screen and (max-width: 640px) {
  .hmain {
    height: 40vh !important;
  }
}

.position {
  position: absolute;
  left: 2%;
  bottom: 10%;
}
@media screen and (max-width: 1200px) {
  .position {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .position {
    bottom: 5%;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .position {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .position_in {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    align-content: center;
  }
}

.maru {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.maru img {
  width: 24%;
  height: auto !important;
}

.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 {
  background: #6098df;
  padding: 30px 10px;
}

.nav_footer {
  background: #6098df;
  display: flex;
  justify-content: center;
}
.nav_footer a {
  padding: 10px 30px;
  display: block;
  color: #fff !important;
}
@media screen and (max-width: 1100px) {
  .nav_footer a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 900px) {
  .nav_footer a {
    padding: 10px 10px;
  }
}

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

.col_05 {
  display: none;
}
@media screen and (max-width: 834px) {
  .col_05 {
    display: block;
  }
}
.col_05 .nav_footer {
  background: #6098df;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: inherit;
}
.col_05 .nav_footer li {
  background: #fff;
  width: 45%;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-bottom: 4px solid #eee;
  border-radius: 3px;
}
.col_05 .nav_footer li:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}
.col_05 .nav_footer a {
  padding: 15px 0px;
  display: block;
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  .col_05 .nav_footer a {
    font-weight: 500;
  }
}

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

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

/* home */
.sky_bg {
  background: #edf7fa;
  padding: 50px 0 0px;
}

.h_h2 h2 {
  font-weight: 600;
  font-size: 2.2em;
  position: relative;
  margin-bottom: 40px;
}
.h_h2 h2 span {
  display: block;
  font-size: 0.4em;
  font-weight: 500;
  margin-top: -5px;
}
.h_h2 h2:after {
  content: "";
  background: url(../images/home/border.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
}

.info_tbl {
  margin-bottom: 60px;
}
.info_tbl tr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.info_tbl td {
  display: block;
  margin: 0 10px;
}
.info_tbl span {
  display: block;
  font-size: 0.6em;
  margin-left: 8px;
}
.info_tbl h3 {
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  width: 250px;
  max-width: 100%;
  padding: 0.6em;
  line-height: 1.4em;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s, color 0.2s;
  -webkit-transform: translate(0.5em -0.4em);
  transform: translate(0.5em -0.4em);
  color: #fff;
  border: 1px solid #0000a1;
  border-radius: 0;
  background: transparent;
  font-size: 1.2em;
}
@media screen and (max-width: 900px) {
  .info_tbl h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .info_tbl h3 {
    width: 300px;
  }
}
.info_tbl h3:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  transition: transform 0.2s, background-color 0.2s;
  -webkit-transform: translate(0.6em, -0.3em);
  transform: translate(0.6em, -0.3em);
  background-color: rgba(31, 110, 212, 0.7);
}
.info_tbl h3:hover {
  -webkit-transform: translate(0.2em, -0.1em);
  transform: translate(0.2em, -0.1em);
  color: #ffffff;
}
.info_tbl h3:hover:before {
  -webkit-transform: translate(-0.4em, 0.4em);
  transform: translate(-0.4em, 0.4em);
}
.info_tbl h3:active {
  transition-duration: 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.info_tbl h3:active:before {
  transition-duration: 0.1s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: rgba(38, 198, 218, 0.5);
}
.info_tbl h3:focus {
  color: #26c6da;
  border: 1px solid #26c6da;
}
.info_tbl h3:focus:hover {
  color: #ffffff;
}
.info_tbl h3:focus:before {
  background-color: rgba(38, 198, 218, 0.5);
}
.info_tbl .none {
  display: none;
}

.visit_tbl td {
  vertical-align: top !important;
}
@media screen and (max-width: 640px) {
  .visit_tbl td {
    width: 80% !important;
    margin: 0 auto;
  }
}
.visit_tbl td div {
  background: #fff;
  padding: 0 10px 40px;
  font-size: 0.88em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .visit_tbl td div {
    font-size: 1em;
  }
}
@media screen and (max-width: 834px) {
  .visit_tbl td div {
    padding: 0 10px 40px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .visit_tbl td div {
    padding: 0 5px 40px;
    font-size: 1em;
    font-weight: 500;
  }
}
.visit_tbl h3 {
  position: relative;
  z-index: 99;
}
.visit_tbl h3 img {
  width: 60% !important;
  margin: 0 auto;
  display: block;
  margin-top: -30px;
}
@media screen and (max-width: 1000px) {
  .visit_tbl h3 img {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  .visit_tbl h3 img {
    width: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .visit_tbl img {
    width: 100% !important;
  }
}

.banner {
  margin-bottom: 60px;
}
.banner tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .banner tr {
    flex-direction: column;
  }
}
.banner td {
  text-align: center !important;
  padding: 0 !important;
  display: block;
}
.banner td:nth-child(odd) {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .banner td:nth-child(odd) {
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.banner td:nth-child(even) {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .banner td:nth-child(even) {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
}
.banner .banner01 img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.banner .banner02 {
  text-align: right !important;
}

.time_tbl {
  margin: 0 10px;
  margin-bottom: 20px;
}
.time_tbl td {
  background: #fff;
  border: 1px solid #ccc !important;
  text-align: center !important;
  width: 8% !important;
}
.time_tbl td div {
  font-weight: 500;
}
.time_tbl .left {
  width: 100% !important;
  background: #def6fc;
}
.time_tbl .left div {
  font-size: 1.1em;
}
.time_tbl .br {
  color: #fff;
  background: #1f6ed4;
}

.contents_h1 {
  background: url(../images/contents/contents_h1.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
@media screen and (max-width: 834px) {
  .contents_h1 {
    padding: 40px 0px;
    background-position: center;
  }
}
.contents_h1 h1 {
  letter-spacing: 10px;
  font-size: 2.8em;
  font-weight: 500;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(31, 110, 212, 0.9);
}
@media screen and (max-width: 640px) {
  .contents_h1 h1 {
    letter-spacing: 5px;
  }
}

.contents_h2 {
  margin-bottom: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  background: url(../images/contents/contents_h2.jpg) no-repeat;
  background-size: cover;
  border: 1px solid #1f6ed4;
}
.contents_h2 h2 {
  position: relative;
  padding: 0.3em 0.3em 0.3em 1em;
  border-width: 1px;
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  padding-left: 80px;
}
.contents_h2 h2:before {
  content: "\f5c9";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
}

.contents_h3 {
  position: relative;
  margin-bottom: 30px;
}
.contents_h3 h3 {
  position: relative;
  padding: .3em;
  font-size: 1.3em;
  font-weight: 600;
}
.contents_h3 h3:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px dotted #1f6ed4;
  border-bottom: 2px solid #6098df;
}

.contents_h4 {
  padding: 0.1em 0.3em;
  border-left: 10px solid #6098df;
  margin: 0 10px;
  margin-bottom: 20px;
}
.contents_h4 h4 {
  padding-left: 10px;
  font-size: 1.1em;
  font-weight: 500;
}

.contents_h402 {
  padding: 0.1em 0.3em;
  border-left: 10px solid #6098df;
  margin-bottom: 20px;
}
.contents_h402 h4 {
  padding-left: 10px;
  font-size: 1.1em;
  font-weight: 500;
}

.txt_tbl td {
  text-align: center !important;
  border: 1px solid #ccc !important;
}
.txt_tbl td:nth-child(odd) {
  background: #1f6ed4;
  color: #fff;
}
.txt_tbl td:nth-child(even) {
  background: #def6fc;
  color: #333;
}

.con_flex {
  display: flex;
}
@media screen and (max-width: 834px) {
  .con_flex {
    flex-direction: column;
  }
}

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

.bold {
  font-size: 1.4em;
  color: #ffb03d;
  font-weight: 500;
  letter-spacing: 3px;
}
.bold div {
  font-weight: 600;
}

.red div {
  color: #FF4C4C;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 10px;
}

.red02 b {
  color: #FF4C4C;
  font-weight: 500;
}

.ant_img img {
  width: 70% !important;
}
@media screen and (max-width: 834px) {
  .ant_img img {
    width: 90% !important;
  }
}

.point_tbl {
  border: 1px solid #1f6ed4;
  padding: 30px;
}
.point_tbl td {
  margin-bottom: 20px !important;
  display: block;
}
.point_tbl h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: -20px;
  position: relative;
}
.point_tbl h4 b {
  position: absolute;
  margin-right: 10px;
  background: #6098df;
  border-radius: 50%;
  padding: 1.2em 0.5em;
  font-weight: 500;
  color: #fff;
  font-size: 0.8em;
  top: 0;
  margin: auto;
  left: -90px;
}
@media screen and (max-width: 640px) {
  .point_tbl h4 b {
    left: -80px;
  }
}
.point_tbl div {
  padding-left: 80px;
}

.step {
  margin-bottom: 30px;
  border: 1px solid #6098df !important;
  margin-bottom: 120px;
  position: relative;
}
.step:after {
  content: "";
  background: url(../images/contents/arrow.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 11em;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}
.step:last-child::after {
  background: none;
}
.step b {
  padding-right: 10px;
}
.step td div {
  padding: 10px;
}
.step .tbl_h3 {
  background: #def6fc;
}
.step h3 {
  padding-left: 45px;
  position: relative;
  font-size: 1.2em;
}
.step h3:before {
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 1.4em;
  line-height: 1em;
}
.step .contact {
  vertical-align: center;
}
.step .contact img {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .step .contact img {
    width: 25% !important;
  }
}
@media screen and (max-width: 700px) {
  .step .contact img {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .step .contact img {
    width: 35% !important;
  }
}

.pd {
  padding: 0 10px;
}

.con_flex02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .con_flex02 {
    flex-direction: column;
  }
}

.kakomi, .kakomi02 {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .kakomi, .kakomi02 {
    width: 100%;
    margin: 0 auto;
  }
}
.kakomi .area01_ttl, .kakomi02 .area01_ttl {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 !important;
  text-align: center !important;
}
.kakomi .area01_ttl h3, .kakomi02 .area01_ttl h3 {
  background: #ed6d48;
  padding: 5px 0;
}
.kakomi .area02_ttl, .kakomi02 .area02_ttl {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 !important;
  text-align: center !important;
}
.kakomi .area02_ttl h3, .kakomi02 .area02_ttl h3 {
  background: #00b0ec;
  padding: 5px 0;
}
.kakomi b, .kakomi02 b {
  display: block;
  text-align: center;
  margin-bottom: -20px;
}
.kakomi td, .kakomi02 td {
  text-align: center !important;
}

.kakomi {
  border: 1px solid #ed6d48;
}

.kakomi02 {
  border: 1px solid #00b0ec;
}

.fancybox td {
  text-align: center !important;
}

.prof_tbl td:nth-child(odd) {
  width: 20%;
  text-align: center !important;
}
@media screen and (max-width: 1000px) {
  .prof_tbl td:nth-child(odd) {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .prof_tbl td:nth-child(odd) {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .prof_tbl td:nth-child(odd) {
    width: 35%;
  }
}
@media screen and (max-width: 520px) {
  .prof_tbl td:nth-child(odd) {
    width: 40%;
  }
}
.prof_tbl .sky_bg {
  background: #edf7fa;
  position: relative;
}
.prof_tbl .sky_bg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #edf7fa;
}
@media screen and (max-width: 834px) {
  .prof_tbl .img img {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 600px) {
  .prof_tbl .img img {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 520px) {
  .prof_tbl .img img {
    margin-bottom: -140px;
  }
}

@media screen and (max-width: 520px) {
  .h_txt {
    font-size: 0.89em;
  }
}

/* title */

/*# sourceMappingURL=common_style.css.map */
