@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -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 {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: auto !important;
}

#contents {
  width: 100% !important;
  max-width: 1000px !important;
  padding-bottom: 100px;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
#contents a {
  color: #46764a;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.nega_bottom {
  margin-bottom: -100px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .nega_bottom {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 640px) {
  .nega_bottom {
    margin-bottom: -30px;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }

  .tabtar div {
    text-align: right !important;
  }

  .tabtac div {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptal div {
    text-align: left !important;
  }

  .sptar div {
    text-align: right !important;
  }

  .sptac div {
    text-align: center !important;
  }
}
.tacenter {
  text-align: center !important;
}

/***********************************サイドバー*******************************************/
@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.dnone {
  display: none;
}

/***********************************フレックス*******************************************/
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.wrap {
  flex-wrap: wrap;
}

.dir_revers {
  flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box30 {
  width: 28%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
}

@media only screen and (max-width: 834px) {
  .box_sptab {
    width: 100%;
    margin: 10px 1% 0 1%;
  }
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 10px 0;
  }
}

/******************フレックスボックス*************************************/
.box h3 {
  display: none;
}
.box div h3 {
  display: block;
}

.flbox2 .box {
  width: 48%;
  margin: 0 1% 20px 1%;
}

.flbox3 .box {
  width: 31.11111111%;
  margin: 0 1% 20px 1%;
}

.flbox4 .box {
  width: 23%;
  margin: 0 1% 10px 1%;
}

.flbox5 .box {
  width: 18%;
  margin: 0 1% 10px 1%;
}

@media only screen and (max-width: 834px) {
  .fltab30 .box {
    width: 31.1111111%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .fltab50 .box {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp50 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 640px) {
  .flsp100 .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.pc_block {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc_block {
    display: inline;
  }
}

/******************表示非表示**************************************/
.dnone {
  display: none;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .tab_block {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

.white_text div {
  color: #fff;
}

/***********************************書体*******************************************/
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************カラムフロート*******************************************/
.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

/***********************************フロート*******************************************/
@media only screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }
}
ul.break li {
  float: none !important;
}

/***********************************テキスト*******************************************/
b, strong {
  font-weight: bold;
}

.b {
  font-weight: bold;
}

span {
  font-weight: inherit;
}

a:hover {
  opacity: 0.6;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

/***********************************線*******************************************/
hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

/************************************テーブル************************************/
table {
  table-layout: fixed;
}

table td {
  padding: 20px;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.tdpd0 td {
  padding: 0px !important;
}

.tdpd5 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .tdpdsp5 td {
    padding: 10px !important;
  }
}

.top_pa20 {
  padding-top: 20px !important;
}

.bottom_pa20 {
  padding-bottom: 20px !important;
}

/************************************ボーダー************************************/
.br0 td {
  border: 0 !important;
}

.border01 {
  border: solid 1px #46764a;
}

.border02 {
  border: solid 1px #569d5b;
}

.border03 {
  border: solid 1px #10769c;
}

.border04 {
  border: solid 1px #ff9600;
}

.border01_4 {
  border: solid 4px #46764a;
}

.border02_4 {
  border: solid 4px #569d5b;
}

.border03_4 {
  border: solid 4px #10769c;
}

.border04_4 {
  border: solid 4px #ff9600;
}

.border_f {
  border: solid 1px #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

/************************************ボーダーボトム************************************/
.btm01 {
  border-bottom: 1px dotted #46764a !important;
}

.btm02 {
  border-bottom: 1px dotted #569d5b !important;
}

.btm03 {
  border-bottom: 1px dotted #10769c !important;
}

.btm04 {
  border-bottom: 1px dotted #ff9600 !important;
}

/************************************バックグラウンド************************************/
.bgf {
  background: #fff !important;
}

.bgf05 {
  background: rgba(255, 255, 255, 0.5);
}

.bgf02 {
  background: rgba(255, 255, 255, 0.2);
}

.tb_bgf table {
  background: #fff;
}

/************shadow_box*******************/
.shadow_box {
  box-shadow: 2px 2px 8px #ccc;
  border: 1px solid #ccc;
}

/************************************インナー************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.inner1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.inner1100 {
  max-width: 1100px;
  margin: 0 auto;
}

/************************************画像RL************************************/
.imgL {
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgL {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .imgL {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgR {
  margin-left: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 834px) {
  .imgR {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgC {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .imgC {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .imgC {
    display: block;
    float: none;
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  .imgC img {
    max-width: 100%;
    height: auto !important;
  }
}

img {
  max-width: 100%;
  height: auto !important;
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/************************************プライバシーポリシー************************************/
.modaal-wrapper {
  z-index: 9999;
  font-size: 16px;
}
.modaal-wrapper p {
  padding: 10px;
  padding-bottom: 20px;
}
.modaal-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #46764a;
  display: inline-block;
  margin-bottom: 10px;
}

/************************************サイトマップ************************************/
.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #46764a;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #282828;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pankuzu a:link {
  color: #46764a !important;
  text-decoration: none !important;
}
.pankuzu a:visited {
  color: #46764a !important;
}

/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
@media screen and (max-width: 640px) {
  .fadein {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/****************************画像回転************************************/
.rotate5 img {
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.rotate8 img {
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.rotate-10 img {
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #46764a !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media screen and (max-width: 640px) {
  #builingual select {
    margin-top: 10px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #cfecc2;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }

  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-hop {
  transform: translate(0, 100px);
}
@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-left {
  transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    transform: none !important;
  }
}

.scroll-right {
  transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

header#global_header {
  max-width: 100%;
  min-width: 100%;
}

#header {
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #header {
    padding: 20px;
    padding-top: 68px;
  }
}
@media screen and (max-width: 640px) {
  #header {
    display: block;
  }
}

.header_line {
  border-bottom: 2px solid #46764a;
}

.logo {
  max-width: 382px;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .logo {
    width: 60%;
    margin: 0 auto 10px auto;
  }
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 69%;
}
@media screen and (max-width: 1000px) {
  .header_right {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .header_right {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 834px) {
  div#builingual {
    padding-top: 53px !important;
  }
}

#hedaer_info {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  #hedaer_info {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #hedaer_info {
    margin: 0 auto;
  }
}
#hedaer_info li {
  margin-left: 10px;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #hedaer_info li {
    font-size: 12px;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info li {
    font-size: 12px;
    margin: 0;
  }
}
#hedaer_info .day {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  background: #10769c;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  #hedaer_info .day {
    font-size: 12px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info .day {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
#hedaer_info .h_li_tel {
  background: #46764a;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  #hedaer_info .h_li_tel {
    font-size: 12px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_li_tel {
    width: 49%;
  }
}
#hedaer_info .h_li_tel .h_free {
  padding-top: 3px;
  margin-top: 5px;
  border-top: 1px solid #fff;
  font-size: 12px;
}
#hedaer_info .h_li_tel .h_tel a {
  color: #fff !important;
  font-size: 12px;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_li_tel .h_tel a {
    margin: 0 3px;
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_mail {
    width: 49%;
  }
}
#hedaer_info .h_mail a {
  height: 100%;
  display: flex;
  align-items: center;
  background: #ff9600;
  padding: 10px 20px 10px 80px;
  position: relative;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_mail a {
    font-size: 12px;
    padding: 15px 10px 15px 45px;
  }
}
@media screen and (max-width: 320px) {
  #hedaer_info .h_mail a {
    font-size: 10px;
    text-align: center;
    display: block;
    padding: 10px 5px 30px 5px;
  }
}
#hedaer_info .h_mail a:after {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/mail_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  #hedaer_info .h_mail a:after {
    width: 20px;
    left: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 320px) {
  #hedaer_info .h_mail a:after {
    width: 20px;
    left: 0px;
    top: auto;
    bottom: 5px;
    right: 0;
  }
}

#nav_global {
  width: 100%;
  background: #569d5b;
}
@media screen and (max-width: 1000px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  #nav_global ul {
    justify-content: flex-end;
  }
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}
#nav_global ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  width: 180px;
}
#nav_global ul ul li {
  width: 100%;
  background: #569d5b;
}
#nav_global ul ul li:before {
  display: none;
}
#nav_global ul ul li:last-child:after {
  display: none;
}

#mainArea {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  #mainArea {
    padding-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    padding-top: 0px;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 700px !important;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    height: 400px !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    height: 150px !important;
  }
}
#mainArea .catch {
  height: 100%;
  max-width: 1040px;
  width: 100%;
}
#mainArea .catch img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: auto !important;
  max-width: 590px;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  #mainArea .catch img {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .catch img {
    width: 40%;
  }
}
#mainArea .slick-prev, #mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

.mean-container .mean-bar {
  background: #46764a !important;
  position: fixed !important;
}

.mean-container .mean-nav {
  background: #569d5b !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/
}

footer#global_footer {
  min-width: auto !important;
}

#footer {
  padding-top: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #fff !important;
  border-top: 10px solid #46764a;
}

@media screen and (max-width: 640px) {
  .footer_logo {
    width: 60%;
    margin: 0 auto;
  }
}

#nav_footer {
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
}
#nav_footer ul {
  max-width: 700px;
  margin: 5px auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul {
    max-width: 100%;
    width: 80%;
  }
}
#nav_footer ul li {
  display: inline-block;
  margin: 5px 25px;
  width: auto;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li {
    display: block;
    margin: 5px 0;
  }
}
#nav_footer ul li a {
  font-size: 14px;
}
#nav_footer ul li a:link {
  color: #333 !important;
  text-decoration: none;
}
#nav_footer ul li a:visited {
  color: #333 !important;
}
@media screen and (max-width: 834px) {
  #nav_footer ul li a {
    background: #46764a !important;
    padding: 10px;
    display: block;
  }
  #nav_footer ul li a:link {
    color: #fff !important;
    text-decoration: none;
  }
  #nav_footer ul li a:visited {
    color: #fff !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 20px;
    right: 0;
    width: 15%;
  }
  #pagetop img {
    width: 100% !important;
    height: auto;
  }
}

.footer_info address {
  color: #333 !important;
}
.footer_info address ul {
  margin: 0 auto;
}
.footer_info address ul li {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer_info address ul li {
    width: 100%;
  }
}
.footer_info address ul .footer_address {
  padding-top: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer_info address ul .footer_address {
    padding-top: 10px;
  }
}
.footer_info address ul .footer_tel {
  padding-top: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer_info address ul .footer_tel {
    padding-top: 10px;
  }
}
.footer_info address ul .footer_tel a {
  color: #333 !important;
  font-size: 24px;
}

#copy {
  background: #46764a !important;
  color: #fff;
  padding: 18px;
  display: block !important;
  font-size: 16px !important;
}
#copy a:link {
  color: #fff;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#copy a:visited {
  color: #fff;
  text-decoration: none;
}

#main #col_main {
  width: 100%;
}

/* TOP */
.top01 {
  position: relative;
}
.top01:after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #46764a;
}
@media screen and (max-width: 640px) {
  .top01:after {
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top01:after {
    height: 10px;
  }
}
.top01:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #46764a;
}
@media screen and (max-width: 640px) {
  .top01:before {
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top01:before {
    height: 10px;
  }
}

.top01_title h2 {
  font-size: 28px;
  color: #46764a;
  text-align: center;
  padding-top: 50px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .top01_title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top01_title h2 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.top01_title h2:after {
  content: "";
  width: 75px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/title_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .top01_title h2:after {
    width: 50px;
    height: 35px;
  }
}
.top01_title div {
  font-size: 28px;
  color: #569d5b;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 640px) {
  .top01_title div {
    font-size: 20px;
  }
}

.top01_table td {
  padding: 0 !important;
  border: 0;
}
@media screen and (max-width: 640px) {
  .top01_table .top01_img img {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}
.top01_table .top01_text {
  padding: 20px !important;
}
@media screen and (max-width: 834px) {
  .top01_table .top01_text {
    padding: 5px !important;
  }
}
@media screen and (max-width: 640px) {
  .top01_table .top01_text {
    padding: 20px !important;
  }
}
.top01_table .top01_text div {
  color: #fff;
  margin-top: -100px;
  background: #569d5b;
  padding: 20px;
  display: block;
  height: 100%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top01_table .top01_text div {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top01_table .top01_text div {
    padding: 20px;
  }
}
.top01_table .top01_text div h3 {
  font-size: 20px;
  text-align: center !important;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top01_table .top01_text div h3 {
    font-size: 16px;
  }
}
.top01_table .bg_textgreen div {
  background: #569d5b;
}
.top01_table .bg_textblue div {
  background: #10769c;
}
.top01_table .bg_textyellow div {
  background: #ff9600;
}

.top02_h2 h2 {
  font-size: 36px;
  color: #46764a;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top02_h2 h2 {
    font-size: 28px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .top02_h2 h2 {
    font-size: 24px;
    text-align: left;
  }
}

.top02_table {
  border: 2px solid #46764a;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .top02_table {
    padding: 10px;
  }
}
.top02_table td {
  border: 1px;
}
.top02_table .top02_No01 h3:after {
  background: url(../images/common/top02_no01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.top02_table .top02_No02 h3:after {
  background: url(../images/common/top02_no02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.top02_table .top02_No03 h3:after {
  background: url(../images/common/top02_no03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.top02_table .top02_No04 h3:after {
  background: url(../images/common/top02_no04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.top02_table .top02_title div {
  border-bottom: 2px dashed #46764a;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top02_table .top02_title div {
    padding-bottom: 10px;
  }
}
.top02_table .top02_title h3 {
  padding-left: 120px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #569d5b;
}
@media screen and (max-width: 640px) {
  .top02_table .top02_title h3 {
    font-size: 14px;
    padding-left: 60px;
  }
}
.top02_table .top02_title h3:after {
  content: "";
  width: 104px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .top02_table .top02_title h3:after {
    width: 52px;
    height: 40px;
  }
}

.top03_title h2 {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 垂直方向に中央 */
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .top03_title h2 {
    font-size: 24px;
  }
}
.top03_title h2:before {
  content: "";
  flex-grow: 1;
  margin-right: 43px;
  /* 線と文字の間のスペース */
  padding-right: 0px;
  height: 10px;
  width: 30%;
  background-position: left;
  background: url(../images/common/line01.png);
}
@media screen and (max-width: 640px) {
  .top03_title h2:before {
    width: 20%;
    margin-right: 20px;
  }
}
.top03_title h2:after {
  content: "";
  flex-grow: 1;
  margin-left: 43px;
  /* 線と文字の間のスペース */
  padding-left: 0px;
  height: 10px;
  width: 30%;
  background: url(../images/common/line01_1.png);
  background-position: right;
}
@media screen and (max-width: 640px) {
  .top03_title h2:after {
    width: 20%;
    margin-left: 20px;
  }
}

.title_yelow h2:before {
  background: url(../images/common/line02.png);
  background-position: left;
}
.title_yelow h2:after {
  background: url(../images/common/line02_1.png);
  background-position: right;
}

.top_syouhin01 {
  border: 1px solid #569d5b;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .top_syouhin01 {
    padding: 5px;
  }
}
.top_syouhin01 td {
  padding: 5px 0 !important;
  border: 0 !important;
}
@media screen and (max-width: 640px) {
  .top_syouhin01 td {
    padding: 3px 0 !important;
  }
}
.top_syouhin01 .syo_title div {
  border-bottom: 2px solid #569d5b;
  padding-bottom: 10px;
  color: #569d5b;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .top_syouhin01 .syo_title div {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.top_syouhin01 .tukigaku {
  background: #569d5b;
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .top_syouhin01 .tukigaku {
    display: block;
    margin-bottom: 5px;
    padding: 2px;
    font-size: 12px;
  }
}

.syouhin01_Yellow {
  border: 1px solid #ff9600;
}
.syouhin01_Yellow .title_Yellow div {
  border-bottom: 2px solid #ff9600;
  color: #ff9600;
}
.syouhin01_Yellow .tukigaku_y {
  background: #ff9600;
}

.top_btnlist ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .top_btnlist ul {
    flex-direction: column;
  }
}
.top_btnlist ul li {
  margin: 0 !important;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_btnlist ul li {
    flex-direction: column;
    margin: 5px auto !important;
  }
}
.top_btnlist ul li:nth-child(2) a {
  background: #de6136 !important;
}
.top_btnlist ul li:nth-child(3) a {
  background: #10769c !important;
}
.top_btnlist ul li:nth-child(4) a {
  background: #ff9600 !important;
}
.top_btnlist ul li a {
  text-align: center;
  padding: 15px 5px;
  background: #569d5b;
  color: #fff !important;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.top_btnlist ul li a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 18px;
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: cnter;
}

.top04_title h2 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .top04_title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top04_title h2 {
    font-size: 20px;
    padding-bottom: 60px;
  }
}
.top04_title h2:after {
  content: "";
  width: 75px;
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/voice_title.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .top04_title h2:after {
    width: 50px;
    height: 50px;
  }
}
.top04_title div {
  font-size: 28px;
  color: #569d5b;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 640px) {
  .top04_title div {
    font-size: 20px;
  }
}

.top_voicelist {
  display: block;
  width: 100%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .top_voicelist {
    width: 100%;
    margin: 10px auto;
  }
}
.top_voicelist dl {
  display: block !important;
  width: 100%;
  background: #fff !important;
  margin-bottom: 30px;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .top_voicelist dl {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.top_voicelist dl dt {
  font-weight: bold;
  background: #fff !important;
  color: #569d5b !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .top_voicelist dl dt {
    font-size: 16px;
  }
}
.top_voicelist dl dd {
  background: #fff !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

.top07_imgbtn {
  max-width: 780px;
  margin: 0 auto;
}
.top07_imgbtn .box {
  max-width: 350px;
}

.top_newstitle {
  height: 270px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .top_newstitle {
    height: auto;
    padding: 10px;
  }
}
.top_newstitle h2 {
  color: #fff;
  width: 100%;
  padding-top: 35px;
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .top_newstitle h2 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.top_newstitle h2:after {
  content: "";
  width: 25px;
  height: 23px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/newsicon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.top_newstitle div {
  color: #fff;
  font-family: "Lato", sans-serif;
}

/******************新着情報　AI用***************************/
.top_scroll {
  max-width: 1000px;
  margin: 0 auto;
  height: 270px;
  padding: 0 30px;
}
@media screen and (max-width: 834px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
  }
}
.top_scroll dl {
  border-bottom: 1px solid #a0a0a0;
  padding: 10px 0;
  display: block !important;
}
.top_scroll dl dt {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px 10px 5px !important;
}
.top_scroll dl dd {
  display: block !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important;
  padding: 0 5px 5px 5px !important;
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #46764a !important;
  width: 10px !important;
  border-radius: 0px !important;
}

.lease01_waku01 div {
  border: 2px solid #569d5b;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  background: #edffe5;
}
@media screen and (max-width: 640px) {
  .lease01_waku01 div {
    font-size: 16px;
  }
}

.lease01_waku02 div {
  border: 2px solid #569d5b;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  background: #edffe5;
}

.lease_tablebox {
  background: #569d5b;
  border-radius: 5px;
  padding: 10px;
}
.lease_tablebox td {
  border: 0 !important;
  padding: 0 !important;
}
.lease_tablebox div {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .lease_tablebox div {
    font-size: 12px;
  }
}
.lease_tablebox .lease_table_title {
  padding-bottom: 10px !important;
}
.lease_tablebox .lease_table_title div {
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .lease_tablebox .lease_table_title div {
    padding-bottom: 5px;
  }
}

.img_car img {
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100% !important;
  margin: 0 !important;
}

.osusume_table td {
  padding: 5px 0 !important;
}

.osusume_point div {
  display: inline-block;
  background: #ff9600;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.car_list01 ul li {
  border: 1px solid #46764a;
  padding: 10px;
  margin: 0 5px 10px 5px;
  font-size: 14px;
}

.car_list_table01 tr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .car_list_table01 tr {
    justify-content: space-bettween;
  }
}
.car_list_table01 td {
  padding: 5px !important;
  margin: 0 1% 3px 1%;
}
@media screen and (max-width: 640px) {
  .car_list_table01 td {
    width: 49%;
    margin: 0 0 5px 0;
  }
}
.car_list_table01 div {
  padding: 10px 5px;
  height: 100%;
  font-size: 14px;
  border: 1px solid #46764a;
  color: #46764a;
}

.car_list_table tr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .car_list_table tr {
    justify-content: space-bettween;
  }
}
.car_list_table td {
  padding: 5px !important;
  width: 31.111111%;
  margin: 0 1% 3px 1%;
}
@media screen and (max-width: 640px) {
  .car_list_table td {
    width: 49%;
    margin: 0 0 5px 0;
  }
}
.car_list_table div {
  padding: 10px 5px;
  height: 100%;
  font-size: 14px;
  border: 1px solid #46764a;
  color: #46764a;
}

.syousai_nedan_tb td {
  border: 1px solid #de6136 !important;
}

.syousai_kingaku {
  background: #de6136;
}
.syousai_kingaku div {
  color: #fff;
  padding: 10px 5px;
}

.syousai_price div {
  font-size: 24px;
  font-weight: bold;
  color: #de6136;
}

.cnt_cntact_title div {
  background: #569d5b;
  color: #fff;
  padding: 8px 5px;
}

@media screen and (max-width: 640px) {
  .cnt_contact_mail {
    padding-top: 10px !important;
  }
}
.cnt_contact_mail a {
  padding: 10px 30px;
  color: #fff !important;
  font-size: 20px;
  background: #de6136;
  text-decoration: none;
  display: inline-block;
}
.cnt_contact_mail a i {
  margin-right: 15px;
}

.cnt_contact_tel span {
  font-weight: bold;
  font-size: 24px;
  color: #569d5b;
}
@media screen and (max-width: 640px) {
  .cnt_contact_tel span {
    font-size: 24px;
  }
}

.waku_voice {
  padding: 20px;
  background: #fff;
}

.voice_title {
  display: inline-block;
  background: #46764a;
  padding: 10px;
  color: #fff;
}

.voice_table td {
  border: 0 !important;
}
.voice_table td td {
  padding: 5px 0 !important;
}

/*****************タイトル*******************************/
.cnt_h1 {
  background: url(../images/common/cnt_h1.jpg);
  padding: 100px 0;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .cnt_h1 {
    padding: 20px 0;
    background-position: center;
  }
}
.cnt_h1 article {
  margin: 0 auto;
  max-width: 1100px;
}
.cnt_h1 article div {
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.cnt_h1 article h1 {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: block;
  color: #fff;
  position: relative;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 834px) {
  .cnt_h1 article h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .cnt_h1 article h1 {
    font-size: 24px;
  }
}

/***************タイトル01***************/
.cnt_title h3, .cnt_title h2 {
  display: block;
  padding: 10px 15px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/common/bg03.jpg);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .cnt_title h3, .cnt_title h2 {
    font-size: 20px;
    padding: 8px;
  }
}

.cnt_title01 h3, .cnt_title01 h2 {
  display: block;
  padding: 15px 0 15px 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 100px;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3, .cnt_title01 h2 {
    padding-left: 63px;
    font-size: 18px;
  }
}
.cnt_title01 h3:before, .cnt_title01 h2:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/top_bg02.jpg);
}
.cnt_title01 h3:after, .cnt_title01 h2:after {
  content: "";
  width: 75px;
  height: 35px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/title_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .cnt_title01 h3:after, .cnt_title01 h2:after {
    width: 53px;
    height: 25px;
  }
}

/***************タイトル02***************/
.cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  background: #cfecc2;
}
@media screen and (max-width: 640px) {
  .cnt_title02 h3, .cnt_title02 h2, .cnt_title03 h4 {
    font-size: 16px;
  }
}
.cnt_title02 h3 .No, .cnt_title02 h2 .No, .cnt_title03 h4 .No {
  background: #46764a;
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .cnt_title02 h3 .No, .cnt_title02 h2 .No, .cnt_title03 h4 .No {
    margin-bottom: 5px;
  }
}

/***************タイトル03***************/
.cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  border-bottom: 2px dotted #46764a;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3, .cnt_title03 h2, .cnt_title03 h4 {
    font-size: 20px;
  }
}
.cnt_title03 h3 span, .cnt_title03 h2 span, .cnt_title03 h4 span {
  background: #46764a;
  display: inline-block;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .cnt_title03 h3 span, .cnt_title03 h2 span, .cnt_title03 h4 span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0px;
  }
}

/***************タイトル04***************/
.cnt_title04 h3, .cnt_title04 h2, .cnt_title04 h4 {
  display: block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .cnt_title04 h3, .cnt_title04 h2, .cnt_title04 h4 {
    font-size: 20px;
  }
}

.cnt_title04 article {
  padding: 10px;
  background: url(../images/common/bg03.jpg);
  color: #fff;
}

/***************タイトル05***************/
.cnt_title05 h3, .cnt_title05 h2, .cnt_title05 h4, .cnt_title05 h5 {
  display: block;
  position: relative;
  border: 1px dotted #46764a;
  font-size: 18px;
  color: #46764a;
  background: #cfecc2;
  font-weight: bold;
  padding: 5px;
}

.midashi01 h2 {
  font-size: 28px;
  color: #46764a;
  text-align: center;
  padding-top: 50px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .midashi01 h2 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.midashi01 h2:after {
  content: "";
  width: 75px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/title_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .midashi01 h2:after {
    width: 50px;
    height: 35px;
  }
}
.midashi01 span {
  font-size: 20px;
  color: #ff9600;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .midashi01 span {
    font-size: 16px;
    display: block;
  }
}

.midashi02 h2 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .midashi02 h2 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.midashi02 h2:after {
  content: "";
  width: 92px;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/title_icon03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .midashi02 h2:after {
    width: 50px;
    height: 35px;
  }
}
.midashi02 span {
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .midashi02 span {
    font-size: 16px;
    display: block;
  }
}

.midashi03 h2 {
  font-size: 28px;
  color: #46764a;
  text-align: center;
  padding-top: 50px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .midashi03 h2 {
    font-size: 20px;
    padding-top: 30px;
  }
}
.midashi03 h2:after {
  content: "";
  width: 63px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: url(../images/common/title_icon04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .midashi03 h2:after {
    width: 50px;
    height: 35px;
  }
}
.midashi03 span {
  font-size: 20px;
  color: #ff9600;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .midashi03 span {
    font-size: 16px;
    display: block;
  }
}

/******************強調テキスト**************************************/
.emphasis_text div, .emphasis_text h2 {
  font-size: 38px;
  color: #46764a;
  text-align: center !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 30px 0 !important;
  position: relative;
}
.emphasis_text div:after, .emphasis_text h2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 147px;
  height: 146px;
  background: url(../images/common/cnt_title01.png);
}
@media screen and (max-width: 834px) {
  .emphasis_text div, .emphasis_text h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .emphasis_text div, .emphasis_text h2 {
    padding: 20px 0 !important;
    font-size: 20px;
  }
}

/******************dl リスト01**************************************/
.dldt_list01 {
  display: block;
  width: 100%;
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .dldt_list01 {
    width: 100%;
    margin: 10px auto;
  }
}
.dldt_list01 dl {
  display: block !important;
  width: 100%;
}
.dldt_list01 dl dt {
  font-weight: bold;
  background: #cfecc2 !important;
  color: #46764a !important;
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}
.dldt_list01 dl dd {
  display: block !important;
  width: 100% !important;
  border: 0px !important;
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #46764a;
  position: relative;
}
.ul_list01 ul li .no {
  color: #46764a;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #46764a;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #569d5b;
  position: relative;
}
.ul_list02 ul li .no {
  color: #569d5b;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #569d5b;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #46764a;
  position: relative;
  padding: 10px;
}
.ul_list03 ul li:nth-child(odd) {
  background: #cfecc2;
}
.ul_list03 ul li .no {
  color: #46764a;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  font-weight: bold;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 47px;
  height: 35px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
}
.link_list li {
  display: block;
  width: 14.66666%;
  margin: 0 1% 10px 1%;
}
@media screen and (max-width: 834px) {
  .link_list li {
    width: 31.333333%;
  }
}
@media screen and (max-width: 640px) {
  .link_list li {
    width: 48%;
  }
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #46764a;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
    text-align: left;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn a {
  padding: 15px 60px 15px 40px;
  display: inline-block;
  background: #de6136;
  position: relative;
  text-decoration: none;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn a {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
.cnt_textbtn a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 18px;
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn01 a {
  padding: 15px 60px 15px 40px;
  display: inline-block;
  background: #05470a;
  position: relative;
  text-decoration: none;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
.cnt_textbtn01 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 18px;
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn02 a {
  padding: 15px 60px 15px 40px;
  display: inline-block;
  background: #ff9600;
  position: relative;
  text-decoration: none;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .cnt_textbtn02 a {
    padding: 15px;
    display: block;
    text-align: center;
  }
}
.cnt_textbtn02 a:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 18px;
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table {
  border-bottom: 1px solid #46764a;
}
.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}
.price_table table .price {
  color: #e25325;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px;
  width: 200px;
}
@media screen and (max-width: 834px) {
  .price_table table .price {
    width: 100%;
  }
}

/***************新着情報(ブログ機能用)***************************/
.top_blog {
  height: 300px;
  border: 1px solid #569d5b;
}
@media screen and (max-width: 834px) {
  .top_blog {
    padding: 10px;
  }
}
.top_blog .blog_list {
  border: 0 !important;
}
.top_blog div.blog_list > div {
  border-bottom: dotted #569d5b 1px !important;
}
.top_blog .blog_date {
  font-size: 16px !important;
  color: #46764a !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 20px;
}
.top_blog .blog_text h3 {
  display: inline-block;
  font-size: 20px !important;
  font-weight: bold;
}
.top_blog .blog_text h3 a {
  color: #569d5b !important;
  font-weight: bold;
}
.top_blog .blog_photo {
  display: none;
}
.top_blog div.detail {
  margin-top: 10px !important;
}
.top_blog div.blog_text {
  width: 100% !important;
  font-size: 16px !important;
}

/*********************ブログ***********************/
.blog {
  padding: 0 20px;
}
@media screen and (max-width: 834px) {
  .blog {
    border-top: 5px solid #46764a;
  }
}
.blog .date + h2, .blog h1 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .blog .date + h2, .blog h1 {
    font-size: 20px;
  }
}
.blog .date + h2:before, .blog h1:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/top_bg02.jpg);
}
.blog h1 + ul {
  display: flex;
  flex-wrap: wrap;
}
.blog h1 + ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog aside h3 {
  padding: 10px;
  background: #569d5b;
  color: #fff;
  margin: 30px 0 10px 0;
}
.blog #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog a {
  color: #569d5b;
}
.blog a:visited {
  color: #569d5b;
}
.blog a:link {
  color: #569d5b;
}
.blog li {
  text-align: left !important;
}
.blog #calendar {
  display: none;
}
.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  padding: 50px auto !important;
  margin: 50px auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
    margin: 30px auto;
  }
}
.blog .wrap aside {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}
.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}
.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .pages li a:link {
  color: #46764a !important;
}
.blog .wrap aside .pages li a:visited {
  color: #46764a !important;
}
.blog .wrap aside .category li {
  margin-bottom: 10px;
  text-align: left;
}
.blog .wrap aside .category li a:link {
  color: #46764a !important;
}
.blog .wrap aside .category li a:visited {
  color: #46764a !important;
}
.blog .wrap #contents > dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.blog .wrap #contents > dl dt span.translate {
  padding-right: 5px;
  display: block;
  font-size: 20px;
  margin: 3px 0;
}
.blog .wrap #contents > dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.blog .wrap #contents > dl dd ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.blog .wrap #contents {
  width: 70% !important;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
.blog .wrap #contents .date {
  font-size: 16px;
  color: #46764a;
  font-weight: bold;
  text-align: left !important;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}
#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #46764a;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #base-color !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram {
  margin: 0 auto;
  max-width: 1100px;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 20%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50%;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

.top_instagram div.sns_list div.sns_text {
  display: none;
}

.sns_photo img {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .sns_photo img {
    height: auto !important;
  }
}

/***************cntInstagram***************************/
.cnt_insta {
  height: 400px;
}
.cnt_insta div.sns_list div.sns_date {
  color: #569d5b;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_date {
    font-size: 14px;
  }
}
.cnt_insta .caption {
  padding-top: 5px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .cnt_insta .caption {
    font-size: 12px;
    padding-top: 3px;
  }
}
.cnt_insta .sns_photo {
  width: 29% !important;
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo {
    margin: 0 auto;
    text-align: center;
  }
}
.cnt_insta div.sns_list > div {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
  justify-content: space-between !important;
}
@media screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
.cnt_insta div.sns_list div.sns_text {
  width: 69% !important;
}
@media screen and (max-width: 640px) {
  .cnt_insta div.sns_list div.sns_text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto;
  }
}
.cnt_insta .sns_photo {
  padding: 0 !important;
}
.cnt_insta .sns_text {
  padding: 0 !important;
}

/***************新着情報***************************/
.newstitle h2 {
  padding-bottom: 30px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 640px) {
  .newstitle h2 {
    padding-bottom: 20px;
  }
}
.newstitle h2:after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/title_line01.png) !important;
  background-size: 100% !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 640px) {
  .newstitle h2 img {
    width: 30% !important;
  }
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #46764a !important;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}
.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.top_sbox .box div {
  display: block;
}
.top_sbox .box div .news_day {
  display: block;
  color: #46764a;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #46764a;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #46764a;
}

.top_sbox::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.faq {
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px dotted #46764a;
}
.faq td {
  border: 0 !important;
  padding: 0 !important;
}
.faq .question div {
  color: #46764a;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media screen and (max-width: 834px) {
  .faq .question div {
    font-size: 20px;
  }
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}
.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}
.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #46764a;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
.before_after table .arrow_img {
  width: 50px !important;
}
@media screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.information_dl {
  font-size: 16px;
}
.information_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .information_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.information_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #569d5b !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #569d5b !important;
  padding: 30px !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dt {
    padding: 20px !important;
    width: 100% !important;
    border: 0 !important;
    background: #edffe5 !important;
  }
}
.information_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media screen and (max-width: 640px) {
  .information_dl dl dd {
    padding: 20px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.cnt_contact_table td {
  padding: 0 !important;
  border: 0 !important;
}
.cnt_contact_table .contact_title div {
  font-size: 24px;
  color: #ff9600;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .cnt_contact_table .contact_title div {
    font-size: 16px;
  }
}
.cnt_contact_table .contact_tel div a {
  text-decoration: none;
  font-weight: bold;
  font-size: 42px;
  color: #569d5b;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .cnt_contact_table .contact_tel div a {
    font-size: 36px;
  }
}
@media screen and (max-width: 834px) {
  .cnt_contact_table .contact_tel div a {
    font-size: 24px;
  }
}

.line01 {
  border-bottom: 1px solid #46764a;
}

/***********************お問い合わせテーブル********************************/
.contact_table article {
  max-width: 600px;
  margin: 0 auto;
}
.contact_table article table td {
  border: 0 !important;
  padding: 5px !important;
}
.contact_table article table h2 {
  font-size: 24px;
  border-bottom: 2px solid #46764a;
  padding-bottom: 30px;
  font-weight: bold;
}
.contact_table article table .contact_text {
  padding: 20px 5px !important;
}
.contact_table article table .top_contact_tel {
  font-size: 14px;
}
.contact_table article table .top_contact_tel a {
  font-size: 24px;
  text-decoration: none;
  margin-right: 15px;
  font-weight: bold;
}
.contact_table article table .top_contact_tel a i {
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .contact_table article table .top_contact_mail {
    padding-top: 10px !important;
  }
}
.contact_table article table .top_contact_mail a {
  padding: 10px 30px;
  color: #fff !important;
  font-size: 20px;
  background: #de6136;
  text-decoration: none;
  display: inline-block;
}
.contact_table article table .top_contact_mail a i {
  margin-right: 15px;
}
.contact_table article table .contact_tel div {
  font-weight: bold;
  font-size: 32px;
  color: #569d5b;
}
@media screen and (max-width: 640px) {
  .contact_table article table .contact_tel div {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}
.btnbox .box:hover {
  opacity: 0.9 !important;
}
.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.btnbox .box article a:after:hover {
  opacity: 1 !important;
}
.btnbox .box article h3 {
  display: none;
}
.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}
.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

.tokuho_h2 {
  padding-top: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
}

.owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

.waku01 {
  border: 1px solid #ccc;
}

.waku02 {
  border: 1px solid #ccc;
  padding: 10px;
}
.waku02 table td {
  border: 0 !important;
  padding: 5px 0 !important;
}

.slider02 {
  width: 100%;
}
.slider02 .slick-prev, .slider02 .slick-next {
  top: 50px !important;
  color: #46764a;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-prev, .slider02 .slick-next {
    bottom: -10% !important;
  }
}
.slider02 .slick-prev:after, .slider02 .slick-prev:before, .slider02 .slick-next:after, .slider02 .slick-next:before {
  color: #46764a !important;
}
.slider02 .slick-prev {
  left: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-prev {
    left: 0 !important;
  }
}
.slider02 .slick-next {
  right: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-next {
    right: 0 !important;
  }
}
.slider02 .slick-slide {
  max-width: 1000px;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-slide {
    height: auto;
  }
}
.slider02 .slick-slide img {
  max-width: 700px;
  margin: 0 auto;
  height: 480px !important;
  width: 100% !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 834px) {
  .slider02 .slick-slide img {
    height: 500px !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .slider02 .slick-slide img {
    height: 300px !important;
  }
}
.slider02 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}
.slider02 .slick-list {
  padding: 10px 0 0 0;
}
.slider02 .slick-dots {
  position: static !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
.slider02 .slick-dots li {
  list-style: none;
  width: 18% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 100px !important;
  object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .slider02 .slick-dots li {
    height: 80px !important;
    width: 31.11111% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider02 .slick-dots li {
    width: 31.11111% !important;
  }
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-dots li {
    height: 25% !important;
  }
}
.slider02 .slick-dots li img {
  width: auto !important;
  height: 100px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 640px) {
  .slider02 .slick-dots li img {
    height: 80px !important;
  }
}

.slider02 {
  max-width: 700px;
  margin: 0 auto;
}
.slider02 ul li {
  max-width: 700px !important;
  height: 480px !important;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .slider02 ul li {
    height: 480px !important;
  }
}
@media screen and (max-width: 640px) {
  .slider02 ul li {
    height: 300px !important;
  }
}

.slider02_box40 {
  width: 38% !important;
}
@media screen and (max-width: 834px) {
  .slider02_box40 {
    width: 100% !important;
  }
}
.slider02_box40 ul li {
  max-width: 100%;
}

.slider02_box40 .slick-slide img {
  height: 270px !important;
}
@media screen and (max-width: 834px) {
  .slider02_box40 .slick-slide img {
    height: 500px !important;
  }
}
@media screen and (max-width: 640px) {
  .slider02_box40 .slick-slide img {
    height: 300px !important;
  }
}

.slider02_box40 .slick-list {
  height: 270px;
}
@media screen and (max-width: 834px) {
  .slider02_box40 .slick-list {
    height: 500px !important;
  }
}
@media screen and (max-width: 640px) {
  .slider02_box40 .slick-list {
    height: 300px !important;
  }
}

.slider02_box40 .slick-dots li {
  width: 31.111111% !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.slider02 .slick-dots li img {
  width: 100% !important;
}

/*# sourceMappingURL=common_style.css.map */
