@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: 60px;
}
.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;
}
@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
  }
}
.nf_title h1:before {
  content: "";
  position: absolute;
  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: #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: 30px !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;
}

.mb100 {
  margin-bottom: 100px !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;
}

a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

/*ふわっと*/
.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 {
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  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;
  }
}

/**/
/*横に画像が流れる*/
.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: 200px;
  overflow-y: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
}
.newswrap dt {
  border: none !important;
}

.newswrap {
  height: 200px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  margin-bottom: 60px;
  background: #fff;
  padding: 20px 0;
}
.newswrap dl {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  font-size: 16px !important;
}
.newswrap dt {
  font-size: 16px !important;
  border: none !important;
  background: #fff !important;
  color: #333 !important;
  width: 18% !important;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 auto !important;
  align-items: center !important;
}
@media screen and (max-width: 768px) {
  .newswrap dt {
    margin-left: 0px !important;
    width: 20% !important;
  }
}
@media screen and (max-width: 468px) {
  .newswrap dt {
    width: 40% !important;
  }
}

.newswrap {
  height: 200px;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  margin-bottom: 60px;
  background: #fff;
  padding: 20px 0;
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/**/
.flex {
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .flex {
    display: block !important;
  }
}

/**/
/*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: 768px) {
  .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%;
  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;
}
.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;
}
@media screen and (max-width: 468px) {
  .insta div.sns_list div {
    width: 50% !important;
  }
}
.insta .sns_text {
  display: none !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**/
.none {
  display: none;
}

.img100 img {
  width: 100% !important;
}

.pd0 td {
  padding: 0 !important;
}

.center {
  display: block;
  text-align: center !important;
}

.img img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.img01 img {
  width: 80% !important;
  height: 300px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.henrei_tbl .middle {
  display: block;
  text-align: center !important;
  margin-top: 10px;
  margin-bottom: -20px;
}

/**/
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp {
    display: none;
  }
}

.block {
  display: inline-block;
  font-size: inherit !important;
}
@media screen and (max-width: 468px) {
  .block {
    display: block;
  }
}

.checkbox {
  text-align: left !important;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header#global_header {
  max-width: 100%;
}

#header {
  background: #fafafa !important;
}

.header_container {
  margin-bottom: 30px;
}
.header_container .col_01 {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 860px) {
  .header_container .col_01 {
    float: none;
    text-align: left;
    margin-top: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .header_container .col_01 .h_logo {
    width: 70%;
  }
}
@media screen and (max-width: 860px) {
  .header_container .col_01 .h_logo {
    width: 30%;
  }
}
.header_container .col_02 {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .header_container .col_02 {
    width: 70%;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .header_container .col_02 {
    width: 90%;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 {
    width: 95%;
  }
}
.header_container .col_02 .h_tel {
  margin-right: -50px;
  position: relative;
}
.header_container .col_02 .h_tel a {
  display: block;
}
.header_container .col_02 .h_tel a span {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1.5em;
  display: inline-block;
  margin: auto;
  right: 3.5vw;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .header_container .col_02 .h_tel a span {
    font-size: 24px;
    right: 6vw;
  }
}
@media screen and (max-width: 900px) {
  .header_container .col_02 .h_tel a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header_container .col_02 .h_tel a span {
    right: 9vw;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_tel a span {
    right: 9vw;
    font-size: 3.5vw;
  }
}
.header_container .col_02 .h_contact {
  position: relative;
}
.header_container .col_02 .h_contact a {
  display: block;
}
.header_container .col_02 .h_contact a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  height: 1.5em;
  display: inline-block;
  margin: auto;
  color: #333;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 1050px) {
  .header_container .col_02 .h_contact a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header_container .col_02 .h_contact a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .header_container .col_02 .h_contact a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header_container .col_02 .h_contact a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact a span {
    font-size: 2.5vw;
  }
}

#nav_global {
  width: 100%;
  background: linear-gradient(#eee, #fafafa);
  border-radius: 5px;
}
#nav_global ul {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
  border-left: 1px solid #ccc;
  padding-top: 10px;
}
#nav_global ul li:last-child {
  border-right: 1px solid #ccc;
  background: #d54c47;
}
#nav_global ul li a {
  color: #333 !important;
  font-size: 16px;
  display: block;
  font-weight: bold;
}
#nav_global ul li .last_a {
  color: #fff !important;
}
#nav_global ul .li_kizuna {
  background: #677844;
}
#nav_global ul .li_kizuna a {
  color: #fff !important;
}

.bx-wrapper img {
  border-top: 3px solid #8b7d8d;
  border-bottom: 3px solid #8b7d8d;
  width: 100% !important;
}

/**/
.nav_global01 {
  display: none;
}
@media screen and (max-width: 860px) {
  .nav_global01 {
    display: block;
  }
}

@media screen and (max-width: 860px) {
  #nav_global {
    display: none;
  }
}

#footer {
  background: linear-gradient(0deg, #e76d19, #fafafa);
  padding: 30px 0 10px;
  margin-bottom: 100px;
}
#footer .inner {
  margin-bottom: 30px;
}

.footer_container .col_03 {
  float: left;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .footer_container .col_03 {
    float: none;
    margin-bottom: 30px;
  }
}
.footer_container .col_03 .f_tel a {
  color: #333 !important;
  padding-left: 10px;
}

.nav_footer {
  float: right;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: start;
}
@media screen and (max-width: 640px) {
  .nav_footer {
    float: none;
    margin: 0 auto;
  }
}
.nav_footer li {
  margin-left: 10px;
}
.nav_footer li a {
  color: #333 !important;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0;
  }
}

/**/
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #8b7d8d;
  border-bottom: 1px solid #8b7d8d;
}
.fixed .col_02 {
  display: flex;
  justify-content: center;
  height: 100px;
  line-height: 100px;
}
.fixed .col_02 > div {
  margin: 0 10px;
}
.fixed .h_tel, .fixed .h_contact, .fixed .f_rush {
  display: flex;
  align-items: center;
}
.fixed .h_tel a, .fixed .h_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #e76d19, #fff);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
  font-size: 22px;
  height: 60px;
  padding: 0 1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fixed .h_tel a, .fixed .h_contact a {
    width: 60px;
  }
}
.fixed .h_tel a span, .fixed .h_contact a span {
  padding-left: 10px;
}
@media screen and (max-width: 790px) {
  .fixed .h_tel a span, .fixed .h_contact a span {
    display: none;
  }
}
.fixed .h_contact a {
  background: linear-gradient(to bottom, #f7b749, #fff);
}
.fixed .f_rush a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #d54c47, #fff);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
  font-weight: 500;
  font-size: 22px;
  height: 60px;
  width: 200px;
}
.fixed .fa-lg {
  font-size: 1em;
}

#contents_wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  padding-bottom: 200px;
}
#contents_wrap div {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #contents_wrap div {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-bottom: 80px;
  }
}
#contents_wrap a {
  font-weight: 500;
}

body {
  background: #fafafa;
}

/* home */
.h_h1_bg {
  position: relative;
  background: url(../images/home/h_h1_bg.png) no-repeat;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: contain;
  padding: 5vw 0 10vw;
}
@media screen and (max-width: 640px) {
  .h_h1_bg {
    background: none;
  }
}
@media screen and (max-width: 1500px) {
  .h_h1_bg {
    background-position: center center;
  }
}
.h_h1_bg .h_h1 h1 {
  font-size: 36px;
  margin-bottom: 100px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .h_h1_bg .h_h1 h1 {
    font-size: 26px;
  }
}
.h_h1_bg .h_h1 h1 span {
  font-size: 1.8em;
  color: #d54c47;
}
.h_h1_bg .kazari {
  background: url(../images/home/kazari.png) no-repeat;
  background-position: center;
  background-position-y: 120px;
}
@media screen and (max-width: 640px) {
  .h_h1_bg .kazari {
    background-position-y: 140px;
  }
}
@media screen and (max-width: 640px) {
  .h_h1_bg .h_h1_txt div {
    text-align: left !important;
    margin: 0 20px;
  }
}

.kazari {
  background: url(../images/home/kazari.png) no-repeat;
  background-position: center;
  background-position-y: 100px;
}

.h_h2_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-top: -10px;
  padding: 100px 0;
  color: #111;
}
.h_h2_bg .kazari {
  background-position-y: 140px;
}

.h_h2 {
  margin-bottom: 60px;
}
.h_h2 h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .h_h2 h2 {
    font-size: 30px;
  }
}
.h_h2 h2 .char1 {
  color: #5c485f;
  font-size: 1.8em;
}
.h_h2 h2 .char7, .h_h2 h2 .char8, .h_h2 h2 .char9 {
  font-size: 1.8em;
  color: #8b2e52;
}

.h_h201 h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.h_h3 h3 {
  font-size: 62px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .h_h3 h3 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .h_h3 h3 {
    font-size: 62px;
  }
}
@media screen and (max-width: 640px) {
  .h_h3 h3 {
    font-size: 56px;
    margin-bottom: -20px;
  }
}

.h_h301 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5c485f;
}
@media screen and (max-width: 640px) {
  .h_h301 h3 {
    margin-bottom: 10px;
  }
}

/**/
.or_bg {
  background: url(../images/home/orange.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center !important;
  vertical-align: middle;
}
@media screen and (max-width: 1340px) {
  .or_bg {
    background-size: cover;
    background-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .or_bg {
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .or_bg {
    background-size: cover;
    background-position: right;
  }
}
.or_bg div {
  text-align: center !important;
  font-size: 16px !important;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .or_bg div {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .or_bg div {
    text-align: left !important;
    font-size: 14px !important;
  }
}

.yellow_bg {
  background: url(../images/home/yellow_bg.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center !important;
  vertical-align: middle;
}
@media screen and (max-width: 1340px) {
  .yellow_bg {
    background-size: cover;
    background-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .yellow_bg {
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .yellow_bg {
    background-size: cover;
    background-position: right;
  }
}
.yellow_bg div {
  text-align: center !important;
  font-size: 16px !important;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .yellow_bg div {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .yellow_bg div {
    text-align: left !important;
    font-size: 14px !important;
  }
}

.purple_bg {
  background: url(../images/home/purple.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  text-align: center !important;
  vertical-align: middle;
}
@media screen and (max-width: 1340px) {
  .purple_bg {
    background-size: cover;
    background-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .purple_bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .purple_bg {
    background-size: cover;
    background-position: right bottom;
  }
}
.purple_bg div {
  text-align: center !important;
  font-size: 16px !important;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .purple_bg div {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .purple_bg div {
    text-align: left !important;
    font-size: 14px !important;
  }
}

.p_purple_bg {
  background: url(../images/home/p_purple.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  text-align: center !important;
  vertical-align: middle;
}
@media screen and (max-width: 1340px) {
  .p_purple_bg {
    background-size: cover;
    background-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .p_purple_bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .p_purple_bg {
    background-size: cover;
    background-position: right bottom;
  }
}
.p_purple_bg div {
  text-align: center !important;
  font-size: 16px !important;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .p_purple_bg div {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .p_purple_bg div {
    text-align: left !important;
    font-size: 14px !important;
  }
}

.pink_bg {
  background: url(../images/home/pink.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  text-align: center !important;
  vertical-align: middle;
}
@media screen and (max-width: 1340px) {
  .pink_bg {
    background-size: cover;
    background-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .pink_bg {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 640px) {
  .pink_bg {
    background-size: cover;
    background-position: right bottom;
  }
}
.pink_bg div {
  text-align: center !important;
  font-size: 16px !important;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  .pink_bg div {
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .pink_bg div {
    text-align: left !important;
    font-size: 14px !important;
  }
}

/**/
.h_kazoku {
  background: url(../images/home/h_kazoku.jpg);
  padding: 20px;
  width: 45% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 1000px) {
  .h_kazoku {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.h_kazoku img {
  width: 100% !important;
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 768px) {
  .h_kazoku {
    margin-bottom: 60px !important;
    margin: 0 auto;
  }
}

.h_ippan {
  background: url(../images/home/ippan_bg.jpg);
  padding: 20px;
  width: 45% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 1000px) {
  .h_ippan {
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.h_ippan img {
  width: 100% !important;
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 768px) {
  .h_ippan {
    margin-bottom: 60px !important;
    margin: 0 auto;
  }
}

.h_ichinichi {
  background: url(../images/home/ichinichi_bg.jpg);
  padding: 20px;
  width: 25% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 1300px) {
  .h_ichinichi {
    width: 30% !important;
  }
}
@media screen and (max-width: 1000px) {
  .h_ichinichi {
    width: 45% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .h_ichinichi {
    width: 90% !important;
    margin-bottom: 60px;
  }
}
.h_ichinichi img {
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.h_ichinichi td {
  padding: 0 !important;
}

.h_yuttari {
  background: url(../images/home/kasou_y_bg.jpg);
  padding: 20px;
  width: 25% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 1300px) {
  .h_yuttari {
    width: 30% !important;
  }
}
@media screen and (max-width: 1000px) {
  .h_yuttari {
    width: 45% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .h_yuttari {
    width: 90% !important;
  }
}
.h_yuttari img {
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.h_yuttari td {
  padding: 0 !important;
}

.h_simple {
  background: url(../images/home/kasou_s_bg.jpg);
  padding: 20px;
  width: 25% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 1300px) {
  .h_simple {
    width: 30% !important;
  }
}
@media screen and (max-width: 1000px) {
  .h_simple {
    width: 45% !important;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .h_simple {
    width: 90% !important;
  }
}
.h_simple img {
  margin-bottom: 10px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.h_simple td {
  padding: 0 !important;
}

/**/
.flex {
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1600px) {
  .flex .block {
    display: block !important;
  }
}
.flex td {
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  .flex td:nth-child(odd) {
    width: 58%;
  }
}
@media screen and (max-width: 1000px) {
  .flex td:nth-child(odd) {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .flex td:nth-child(odd) {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .flex td:nth-child(even) {
    width: 38%;
  }
}
@media screen and (max-width: 1000px) {
  .flex td:nth-child(even) {
    width: 48%;
  }
}

.flex02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .flex02 .block {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .flex02 {
    flex-wrap: wrap;
  }
}

/**/
.red {
  color: #D52147;
}

.orange {
  color: #E76020;
}

.yellow {
  color: #F79749;
}

.purple {
  color: #5C1A5F !important;
}

.p_purple {
  color: #8B0553;
}

.pink {
  color: #B90A5A;
}

.small {
  font-size: 16px;
}

.middle {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .middle {
    font-size: 22px;
  }
}

.middle02 {
  font-size: 20px;
}

.large {
  font-size: 56px;
}
@media screen and (max-width: 1200px) {
  .large {
    font-size: 60px;
  }
}
@media screen and (max-width: 1167px) {
  .large {
    font-size: 46px;
  }
}
@media screen and (max-width: 1000px) {
  .large {
    font-size: 62px;
  }
}
@media screen and (max-width: 640px) {
  .large {
    font-size: 56px;
  }
}
@media screen and (max-width: 520px) {
  .large {
    font-size: 46px;
  }
}

.bold {
  font-weight: 600;
}

/**/
.hiyou {
  position: relative;
}
.hiyou .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1.5em;
  bottom: 0;
  font-size: 26px;
  margin: auto;
}

.border {
  margin: 30px 0;
}

.price_tbl td {
  position: relative;
}
.price_tbl td .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  margin: auto;
  display: inline-block;
  line-height: 1;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .price_tbl td .txt {
    font-size: 20px;
  }
}

/**/
.kizuna {
  border: 3px solid #8b7d8d;
  margin: 100px 0px 30px;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.kizuna .kizuna_txt {
  position: absolute;
  right: 2vw;
  font-size: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4em;
}
@media screen and (max-width: 640px) {
  .kizuna .kizuna_txt {
    font-size: 20px;
  }
}
.kizuna img {
  width: 100%;
}
.kizuna a {
  color: #333 !important;
  font-weight: 500;
}

.ready {
  border: 3px solid #8b7d8d !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  padding: 0 !important;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .ready {
    margin-bottom: 30px !important;
    width: 100%;
  }
}
.ready img {
  width: 100% !important;
}
.ready .txt {
  position: absolute;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3em;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .ready .txt {
    position: absolute;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .ready .txt {
    font-size: 20px;
    right: 30px;
  }
}

.return {
  border: 3px solid #8b7d8d !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  padding: 0 !important;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .return {
    width: 100%;
  }
}
.return img {
  width: 100% !important;
}
.return .txt {
  position: absolute;
  font-size: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2em;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .return .txt {
    position: absolute;
    font-size: 18px;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .return .txt {
    right: 30px;
    font-size: 20px;
  }
}

.btn tr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .btn tr {
    flex-direction: column;
  }
}

.contact_bg {
  background: url(../images/home/h_contact_bg.jpg);
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 60px 0;
  margin: 100px 0;
}
.contact_bg .h_contact {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0 40px;
}
.contact_bg .h_phone a {
  color: #333 !important;
  font-size: 26px;
  position: relative;
  font-weight: 500;
}
.contact_bg .h_phone a:before {
  content: url(../images/home/c_phone.png);
  position: absolute;
  left: -60px;
  top: -5px;
}
.contact_bg .h_contact01 a {
  color: #333 !important;
  font-weight: 500;
  font-size: 26px;
  border: 1px solid;
  padding: 10px 80px;
}

.news_bg {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.news_bg .h_h2 {
  margin-bottom: 0;
}
.news_bg .h_h2 h2 {
  padding-top: 30px;
}

/*下層*/
.contents_h1 {
  background: url(../images/contents/contract.jpg);
  background-size: cover;
}
.contents_h1 h1 {
  font-size: 36px;
  padding: 80px 0;
  font-weight: 600;
  text-shadow: 2px 2px 5px #fff;
}
@media screen and (max-width: 640px) {
  .contents_h1 h1 {
    padding: 40px 0;
  }
}

.contents_h2 {
  margin-bottom: 60px;
}
.contents_h2 h2 {
  position: relative;
  padding: 0.25em 0;
  font-size: 30px;
  font-weight: 600;
}
.contents_h2 h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #8b7d8d, transparent);
  background: linear-gradient(to right, #8b7d8d, transparent);
}

/**/
.contents_txt {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  padding: 30px;
  margin-bottom: 60px;
}
.contents_txt .fa-pushed {
  font-size: 30px;
}
.contents_txt h3 {
  display: inline-block;
  margin-bottom: 10px;
}
.contents_txt a {
  color: #b9505a !important;
}

.kamoi_tbl {
  font-size: 14px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 60px;
}
.kamoi_tbl .service {
  display: block;
  text-align: center;
  background: #5c485f;
  color: #fff;
  font-size: 18px;
}
.kamoi_tbl td {
  border: 1px solid #ccc !important;
  padding: 0 0 20px 0 !important;
  vertical-align: top !important;
  text-align: center !important;
}

.gaiyou_tbl {
  margin-bottom: 80px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.gaiyou_tbl a {
  color: #b9505a !important;
}
@media screen and (max-width: 640px) {
  .gaiyou_tbl td {
    display: block !important;
  }
}
.gaiyou_tbl td:nth-child(odd) {
  width: 20%;
  background: #eee;
  text-align: center !important;
  border: 1px solid #fafafa !important;
}
@media screen and (max-width: 640px) {
  .gaiyou_tbl td:nth-child(odd) {
    width: 100%;
  }
}
.gaiyou_tbl td:nth-child(even) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px dotted #eee !important;
}
@media screen and (max-width: 640px) {
  .gaiyou_tbl td:nth-child(even) {
    text-align: left !important;
  }
}
.gaiyou_tbl td:nth-child(even):last-child {
  border-bottom: none;
}

.tokuten_tbl {
  margin-bottom: 80px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.tokuten_tbl td:nth-child(odd) {
  width: 20%;
  background: #f5bb93;
  text-align: center !important;
  border: 1px solid #fafafa !important;
}
@media screen and (max-width: 640px) {
  .tokuten_tbl td:nth-child(odd) {
    width: 100%;
  }
}
.tokuten_tbl td:nth-child(even) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px dotted #eee !important;
}
@media screen and (max-width: 640px) {
  .tokuten_tbl td:nth-child(even) {
    text-align: center !important;
  }
}
.tokuten_tbl td:nth-child(even):last-child {
  border-bottom: none;
}

.k_plan {
  margin: 0 auto;
  width: 45% !important;
}
.k_plan h4 {
  font-size: 46px;
  letter-spacing: 3px;
  font-weight: 600;
}

.contents_h3 h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contents_h3 h3 {
    margin-bottom: 10px !important;
  }
}
.contents_h3 h3 .char1 {
  color: #5c485f;
  font-size: 1.8em;
}
.contents_h3 h3 .char7, .contents_h3 h3 .char8, .contents_h3 h3 .char9 {
  font-size: 1.8em;
  color: #8b2e52;
}

.contents_h5 h5 {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px dotted #8b2e52;
}

.price_tbl tr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.k_tbl tr {
  display: flex;
  justify-content: center;
}

.tbl_h4 {
  margin: 0 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.tbl_h4 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.tbl_h4 td {
  text-align: center !important;
}

.tbl_ttl01 {
  background: #5c485f;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.tbl_txt01 {
  background: #9a4b69;
  color: #FFF;
  font-size: 18px;
  padding: 10px 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
  margin: 0 5px;
  margin-top: 10px;
}

.kizuna_h3 h3 {
  margin-bottom: 60px;
}

.nm20 h3 {
  margin-bottom: -20px;
}

.kasou_tbl tr {
  display: flex;
  justify-content: space-between;
}
.kasou_tbl td {
  width: 45% !important;
}

.k_flow {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.k_flow td {
  padding: 0 !important;
  text-align: center !important;
  position: relative;
}
.k_flow h3 {
  background: #f9d69b;
  text-align: center;
  font-weight: 600 !important;
  font-size: 20px;
}
.k_flow h3:after {
  content: "";
  background: url(../images/contents/arrow.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
  width: 10%;
  height: 50px;
  background-size: contain;
}
.k_flow .last_h3:after {
  display: none !important;
}

.r_flow {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.r_flow td {
  padding: 0 !important;
  text-align: center !important;
  position: relative;
}
.r_flow h3 {
  background: #f9d69b;
  text-align: center;
  font-weight: 600 !important;
  font-size: 20px;
}
.r_flow h3:after {
  content: "";
  background: url(../images/contents/arrow.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  margin: auto;
  width: 10%;
  height: 50px;
  background-size: contain;
}
.r_flow .last_h3:after {
  display: none !important;
}

.syuha dt, .syuha dd {
  display: inline-block;
  font-weight: 500;
}

.sankasya dt, .sankasya dd {
  display: inline-block;
}
.sankasya dd {
  text-align: right;
  display: block;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
}

.right {
  text-align: right;
  width: 50%;
  margin: 0 auto;
}

.bgn {
  background: none;
}

@media screen and (max-width: 1000px) {
  .border01 {
    width: 90%;
  }
}
.border01 h4 {
  font-size: 18px;
  border-bottom: 1px dotted #8b2e52;
  color: #333 !important;
  font-weight: 600;
}

/* title */

/*# sourceMappingURL=common_style.css.map */
