@charset "UTF-8";
.box_mainbnr-sp, .con_medical .con_contact .box_contact, .con_access .box_address, .con_recruit {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .box_mainbnr-sp, .con_medical .con_contact .box_contact, .con_access .box_address, .con_recruit {
    width: 91.66667%;
  }
}

#contents .con_sp_info .con_slider, .con_other, .con_medical .box_medical02 {
  width: 90%;
  margin: auto;
  max-width: 1600px;
}
@media only screen and (max-width: 1199px) {
  #contents .con_sp_info .con_slider, .con_other, .con_medical .box_medical02 {
    width: 91.66667%;
  }
}

/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  min-width: unset;
  background: #fff;
  -webkit-text-size-adjust: none;
}

.fadeIn_up {
  opacity: 0;
  transition: 1s;
}

.fadeIn_up.is-show {
  opacity: 1;
}

/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#homepage #gnav li.gnav_hom a {
  background-position: bottom;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  background: none;
}
@media only screen and (max-width: 767px) {
  #contents {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
	.con_main_slide
----------------------------------------------------------- */
.con_main_slide {
  font-size: 16px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_main_slide {
    padding-right: 100px;
  }
}
@media print {
  .con_main_slide {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide {
    font-size: 14px;
  }
}
.con_main_slide .box_main_slide {
  position: relative;
}
.con_main_slide .box_main_slide .slider_main {
  position: relative;
}
.con_main_slide .box_main_slide .slider_main .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.con_main_slide .box_main_slide .slider_main .box_ttl {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    bottom: 150px;
  }
}
@media print {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    bottom: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    left: 80px;
  }
}
@media print {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl {
    left: 15px;
  }
}
.con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 207%;
  color: #fff;
  width: 1.8em;
  position: relative;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2), 0px 0px 19px rgba(0, 0, 0, 0.2), 0px 0px 24px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    line-height: 2;
  }
}
@media print {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 145%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-weight: 400;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 190%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 150%;
  }
}
@media only screen and (max-width: 320px) {
  .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl {
    font-size: 100%;
  }
}
.con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl _:-ms-lang(x)::backdrop, .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl.center {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl _:-ms-lang(x)::-ms-backdrop, .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl.center {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl _:lang(x)::-moz-placeholder, .con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl.center {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.con_main_slide .box_main_slide .slider_main .box_ttl .ttl_content .ttl em {
  float: none;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -1.2em;
}
.con_main_slide .box_main_slide .box_mainbnr {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_slide .box_mainbnr {
    right: 30px;
  }
}
@media print {
  .con_main_slide .box_main_slide .box_mainbnr {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .box_mainbnr {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_slide .box_mainbnr {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_slide .box_mainbnr {
    bottom: 30px;
  }
}
@media print {
  .con_main_slide .box_main_slide .box_mainbnr {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .box_mainbnr {
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_slide .box_mainbnr {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_slide .box_mainbnr a .img {
    width: 75%;
    margin: 0 0 0 auto;
  }
  .con_main_slide .box_main_slide .box_mainbnr a .img img {
    width: 100%;
  }
}
.con_main_slide .box_main_slide .box_mainbnr a {
  display: block;
  transition: .5s;
}
.con_main_slide .box_main_slide .box_mainbnr a:hover {
  opacity: .7;
}
.con_main_slide .box_main_info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  background: rgba(52, 41, 34, 0.2);
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_info {
    width: auto;
  }
}
@media print {
  .con_main_slide .box_main_info {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_info {
    min-width: 50%;
  }
}
@media print {
  .con_main_slide .box_main_info {
    min-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info {
    min-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info {
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_main_slide .box_main_info {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_info {
    padding: 20px 50px;
  }
}
@media print {
  .con_main_slide .box_main_info {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_main_slide .box_main_info {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .con_main_slide .box_main_info {
    background: rgba(52, 41, 34, 0.4);
  }
}
.con_main_slide .box_main_info .box_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.con_main_slide .box_main_info .box_info:nth-of-type(n+2) {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info .box_info {
    display: block;
  }
}
.con_main_slide .box_main_info .box_info .inn_cate {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 113%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info .box_info .inn_cate {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info .box_info .inn_cate {
    font-size: 88%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-left: 40px;
  }
}
@media print {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-top: 0;
  }
}
@media print {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info .box_info .inn_txt {
    margin-top: 0.3em;
  }
}
.con_main_slide .box_main_info .box_info .inn_txt a {
  font-size: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  text-decoration: underline;
  transition: .5s;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info .box_info .inn_txt a {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info .box_info .inn_txt a {
    font-size: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_main_slide .box_main_info .box_info .inn_txt a {
    padding: 0 0.5em;
  }
}
@media print {
  .con_main_slide .box_main_info .box_info .inn_txt a {
    padding: 0 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_main_slide .box_main_info .box_info .inn_txt a {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_main_slide .box_main_info .box_info .inn_txt a {
    padding: 0;
  }
}
.con_main_slide .box_main_info .box_info .inn_txt a:hover {
  text-decoration: none;
  opacity: .7;
}

.box_mainbnr-sp {
  width: 80%;
  margin-top: 1.5em;
  box-shadow: 0px 10px 25px rgba(4, 0, 0, 0.1);
}
.box_mainbnr-sp a .img img {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_sp_info
----------------------------------------------------------- */
#contents .con_sp_info {
  background: url(../images/home/bg_topinfo.jpg);
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info {
    padding: 100px 100px 150px 0;
  }
}
@media print {
  #contents .con_sp_info {
    padding: 100px 100px 150px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info {
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info {
    margin-top: 2.5em;
  }
}
#contents .con_sp_info .con_slider {
  overflow: visible;
}
#contents .con_sp_info .con_slider .bx-wrapper {
  max-width: inherit !important;
}
#contents .con_sp_info .con_slider .bx-wrapper .bx-viewport {
  max-width: 1260px;
  margin: auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #contents .con_sp_info .con_slider li {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li {
    margin-right: 1em;
  }
}
#contents .con_sp_info .con_slider li .bg_spinfo {
  margin-bottom: 2em;
  transition: .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 20px rgba(4, 0, 0, 0.1);
  background: #fff !important;
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .con_slider li .bg_spinfo {
    padding: 50px 40px 30px;
  }
}
@media print {
  #contents .con_sp_info .con_slider li .bg_spinfo {
    padding: 50px 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo {
    padding: 40px 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo {
    padding: 40px 20px 50px;
  }
}
@media only screen and (max-width: 390px) {
  #contents .con_sp_info .con_slider li .bg_spinfo {
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 350px) {
  #contents .con_sp_info .con_slider li .bg_spinfo {
    padding: 30px 10px 20px;
  }
}
#contents .con_sp_info .con_slider li .bg_spinfo::before {
  content: "";
  position: absolute;
  background: #f2f0ed;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    width: 70px;
  }
}
@media print {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    width: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    width: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    height: 70px;
  }
}
@media print {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    bottom: -28px;
  }
}
@media print {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    bottom: -28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    bottom: -28px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    bottom: -18px;
  }
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    right: -15px;
  }
}
@media print {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo::before {
    right: -10px;
  }
}
#contents .con_sp_info .con_slider li .bg_spinfo::after {
  font-size: 88%;
  content: "\f3d6";
  position: absolute;
  font-family: "Ionicons";
  bottom: 0;
  right: 1.3em;
  color: #342922;
}
#contents .con_sp_info .con_slider li .bg_spinfo .bg_title {
  padding-bottom: 4px;
  height: auto !important;
}
#contents .con_sp_info .con_slider li .bg_spinfo .bg_title h3 {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 125%;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo .bg_title h3 {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo .bg_title h3 {
    font-size: 100%;
  }
}
#contents .con_sp_info .con_slider li .bg_spinfo .bg_title h3 a {
  color: #342922;
  text-decoration: none;
  border-bottom: 1px solid #342922;
  transition: .5s;
}
#contents .con_sp_info .con_slider li .bg_spinfo p {
  color: #72645b;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #contents .con_sp_info .con_slider li .bg_spinfo p {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo p {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider li .bg_spinfo p {
    font-size: 13px !important;
  }
}
#contents .con_sp_info .con_slider li .bg_spinfo .img_info {
  line-height: 0;
  width: 100%;
  height: fit-content !important;
  overflow: hidden;
  position: relative;
}
#contents .con_sp_info .con_slider li .bg_spinfo .img_info .img {
  position: relative;
  padding: 0;
}
#contents .con_sp_info .con_slider li .bg_spinfo .img_info .img img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .con_slider li .bg_spinfo .img_info .img img {
    height: 190px;
  }
}
@media print {
  #contents .con_sp_info .con_slider li .bg_spinfo .img_info .img img {
    height: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .con_slider li .bg_spinfo .img_info .img img {
    height: 190px;
  }
}
#contents .con_sp_info .con_slider li .bg_spinfo .img_info .cover {
  display: none;
}
#contents .con_sp_info .con_slider li .bg_spinfo.hovered {
  opacity: .7;
}
#contents .con_sp_info .con_slider li .bg_spinfo.hovered .bg_title h3 a {
  border-bottom: transparent;
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .con_slider {
    width: 100%;
  }
  #contents .con_sp_info .con_slider .bx-wrapper .bx-viewport #bxslider {
    margin-left: -40%;
  }
  #contents .con_sp_info .con_slider .bx-wrapper .bx-viewport #bxslider li .bg_title h3 {
    font-size: 1em;
  }
}
#contents .con_sp_info .bx-pager {
  position: absolute;
  bottom: -45px;
  width: 100%;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .bx-pager {
    bottom: -45px;
  }
}
@media print {
  #contents .con_sp_info .bx-pager {
    bottom: -45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .bx-pager {
    bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .bx-pager {
    bottom: -5px;
  }
}
#contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  margin: 0 10px;
  border: 1px solid #402f25;
  outline: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    width: 3px;
  }
}
@media print {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    width: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
  }
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    height: 3px;
  }
}
@media print {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    height: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a {
    height: 7px;
  }
}
#contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a:hover,
#contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a.active,
#contents .con_sp_info .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #402f25;
}
#contents .con_sp_info .bx-wrapper .bx-pager-item,
#contents .con_sp_info .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
#contents .con_sp_info .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
#contents .con_sp_info .bx-controls-direction {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 50%;
}
#contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(4, 0, 0, 0.1);
  background-size: cover !important;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    width: 72px;
  }
}
@media print {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    width: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    padding-top: 72px;
  }
}
@media print {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    padding-top: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_sp_info .bx-controls-direction .bx-prev, #contents .con_sp_info .bx-controls-direction .bx-next {
    padding-top: 40px;
  }
}
#contents .con_sp_info .bx-controls-direction .bx-prev {
  top: 0;
  left: 10px;
  transform: translateY(-50%);
  background: url(../images/home/btn_info_prev.png) 0 0 no-repeat;
}
#contents .con_sp_info .bx-controls-direction .bx-next {
  top: 0;
  right: 10px;
  transform: translateY(-50%);
  background: url(../images/home/btn_info_next.png) 0 0 no-repeat;
}

.wrp_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: auto;
  max-width: 1660px;
  /* --.con_news-- */
}
@media only screen and (min-width: 1200px) {
  .wrp_news {
    margin-top: 90px;
  }
}
@media print {
  .wrp_news {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_news {
    padding-right: 100px;
  }
}
@media print {
  .wrp_news {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrp_news {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_news {
    width: 91.66667%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_news {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_news .con_news {
    width: 58.43373%;
  }
}
@media print {
  .wrp_news .con_news {
    width: 58.43373%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .con_news {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_news .con_news {
    padding-left: 30px;
  }
}
@media print {
  .wrp_news .con_news {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .con_news {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrp_news .con_news {
    width: 50%;
  }
}
.wrp_news .con_news .box_tit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.wrp_news .con_news .box_tit .subtitle .st {
  font-family: 'Cormorant SC', 'Crimson Text', "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 188%;
  color: #936353;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .con_news .box_tit .subtitle .st {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_tit .subtitle .st {
    font-size: 200%;
  }
}
.wrp_news .con_news .box_tit .subtitle .st::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: -20px;
  left: 0;
  background: #936353;
}
.wrp_news .con_news .box_tit .txt_lnk {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_tit .txt_lnk {
    padding-right: 1em;
  }
}
.wrp_news .con_news .box_tit .txt_lnk a {
  font-family: 'Cormorant SC', 'Crimson Text', "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 113%;
  color: #402f25 !important;
  font-weight: 500;
}
.wrp_news .con_news .box_tit .txt_lnk a i {
  color: #796d64;
  margin-left: 1em;
}
.wrp_news .con_news .box_news #tabmenu {
  display: none;
  overflow: hidden;
  padding-left: 74px;
  padding-bottom: 2px;
}
.wrp_news .con_news .box_news #tabmenu li {
  float: left;
}
.wrp_news .con_news .box_news #tabmenu li a {
  display: block;
  height: 0;
  padding-top: 45px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wrp_news .con_news .box_news .tab_val {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val {
    margin-top: 20px;
  }
}
.wrp_news .con_news .box_news .tab_val ul li * {
  box-sizing: border-box;
}
.wrp_news .con_news .box_news .tab_val ul li dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  border-bottom: 1px solid #ddd9d7;
  transition: .5s;
}
@media only screen and (min-width: 1200px) {
  .wrp_news .con_news .box_news .tab_val ul li dl:hover {
    opacity: .5;
  }
}
@media print {
  .wrp_news .con_news .box_news .tab_val ul li dl:hover {
    opacity: .5;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val ul li dl {
    display: block;
    position: relative;
  }
  .wrp_news .con_news .box_news .tab_val ul li dl::before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #6d5b53;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .wrp_news .con_news .box_news .tab_val ul li dl::before {
    width: 155px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .con_news .box_news .tab_val ul li dl::before {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val ul li dl::before {
    width: 80px;
  }
}

.wrp_news .con_news .box_news .tab_val ul li dl dt {
  font-size: 107%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #71645c;
}
@media only screen and (min-width: 1200px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    width: 15%;
  }
}
@media print {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    padding: 1em 0 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    padding: 1em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    border-bottom: 1px solid #6d5b53;
    text-align: center;
  }
}
.wrp_news .con_news .box_news .tab_val ul li dl dd {
  font-size: 113%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    width: 85%;
  }
}
@media print {
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    padding: 1em 0 0.5em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    padding: 0.5em 0;
  }
}
.wrp_news .con_news .box_news .tab_val ul li dl dd a {
  color: #402f25 !important;
  text-decoration: none !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrp_news .con_news .box_news .tab_val ul li dl dt {
    width: 20%;
    font-size: 16px;
  }
  .wrp_news .con_news .box_news .tab_val ul li dl dd {
    width: 80%;
    font-size: 17px;
  }
}
.wrp_news .con_news .box_news .tab_val ul li:last-of-type dl {
  border-bottom: none;
}
.wrp_news .con_news .box_news .tab_val ul li:last-of-type dl:before {
  content: none;
}
.wrp_news .con_news .box_news .tab_val ul li:last-of-type dt {
  border-bottom: none;
}
.wrp_news .con_news .box_news .tab_val.hide {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .wrp_news .box_insta {
    width: 33.73494%;
  }
}
@media print {
  .wrp_news .box_insta {
    width: 33.73494%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .box_insta {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_insta {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrp_news .box_insta {
    margin-left: 3.125%;
  }
}
@media print {
  .wrp_news .box_insta {
    margin-left: 3.125%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_news .box_insta {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_news .box_insta {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wrp_news .box_insta {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_news .box_insta {
    margin: 2em auto 0;
  }
}
.wrp_news .box_insta a .img {
  box-shadow: 0px 10px 30px rgba(4, 0, 0, 0.1);
  transition: .5s;
}
.wrp_news .box_insta a .img img {
  width: 100%;
}
.wrp_news .box_insta a:hover .img {
  opacity: .7;
}

/* -----------------------------------------------------------
	.con_points
----------------------------------------------------------- */
.wp_points {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .wp_points {
    margin-top: 90px;
  }
}
@media print {
  .wp_points {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points {
    margin-top: 80px;
  }
}
.wp_points a {
  text-decoration: none !important;
}
@media only screen and (min-width: 1200px) {
  .wp_points > div {
    padding-right: 100px;
  }
}
@media print {
  .wp_points > div {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points > div {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points > div {
    padding-right: 0;
  }
}
.wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
  margin: auto;
  width: 80%;
  max-width: 1410;
}
@media only screen and (min-width: 1200px) {
  .wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
    padding: 8em 0;
  }
}
@media print {
  .wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
    padding: 8em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
    padding: 6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
    padding: 6em 0;
  }
}
@media only screen and (min-width: 1045px) and (max-width: 1580px) {
  .wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
    width: auto;
  }
}
.wp_points > div:nth-of-type(1) > .inner .box_tit > .txt_points, .wp_points > div:nth-of-type(2) > .inner .box_tit > .txt_points, .wp_points > div:nth-of-type(3) > .inner .box_tit > .txt_points, .wp_points > div:nth-of-type(4) > .inner .box_tit > .txt_points {
  display: none;
}
.wp_points > div:nth-of-type(1) > .inner .box_btn, .wp_points > div:nth-of-type(2) > .inner .box_btn, .wp_points > div:nth-of-type(3) > .inner .box_btn, .wp_points > div:nth-of-type(4) > .inner .box_btn {
  display: none;
}
.wp_points > div:nth-of-type(1) > .inner .outer_cnt .txt_points, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .txt_points, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .txt_points, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .txt_points {
  margin-bottom: 2em;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
@media only screen and (min-width: 1045px) and (max-width: 1580px) {
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .txt_points, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .txt_points, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .txt_points, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .txt_points {
    width: 80%;
    margin: 2em auto;
    text-align: center;
  }
}
.wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1045px) and (max-width: 1580px) {
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 {
    justify-content: center;
  }
}
.wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3 > li, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3 > li, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3 > li, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 > li {
  max-width: 300px;
}
.wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3 > li a, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3 > li a, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3 > li a, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 > li a {
  display: block;
}
.wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3 > li a img, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3 > li a img, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3 > li a img, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 > li a img {
  width: 100%;
  max-width: none;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3 > li, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3 > li, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3 > li, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 > li {
    width: 32%;
  }
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(2), .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(2), .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(2), .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(n+2), .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(n+2), .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(n+2), .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points .list_large_3 > li:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1580px) {
  .wp_points > div:nth-of-type(1) > .inner, .wp_points > div:nth-of-type(2) > .inner, .wp_points > div:nth-of-type(3) > .inner, .wp_points > div:nth-of-type(4) > .inner {
    display: flex;
  }
  .wp_points > div:nth-of-type(1) > .inner .box_tit, .wp_points > div:nth-of-type(2) > .inner .box_tit, .wp_points > div:nth-of-type(3) > .inner .box_tit, .wp_points > div:nth-of-type(4) > .inner .box_tit {
    width: 20%;
  }
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt, .wp_points > div:nth-of-type(2) > .inner .outer_cnt, .wp_points > div:nth-of-type(3) > .inner .outer_cnt, .wp_points > div:nth-of-type(4) > .inner .outer_cnt {
    width: 80%;
    max-width: 1260px;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points {
    margin-left: auto;
    margin-right: auto;
  }
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points li, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points li, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points li, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points li {
    margin-left: auto;
    margin-right: auto;
  }
  .wp_points > div:nth-of-type(1) > .inner .outer_cnt .box_points li a img, .wp_points > div:nth-of-type(2) > .inner .outer_cnt .box_points li a img, .wp_points > div:nth-of-type(3) > .inner .outer_cnt .box_points li a img, .wp_points > div:nth-of-type(4) > .inner .outer_cnt .box_points li a img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}
.wp_points > div:nth-of-type(1) {
  width: 100%;
  background: url(../images/home/bg_content02.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(1) {
    background: url(../images/home/bg_content02-sp.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 0;
  }
}
.wp_points > div:nth-of-type(2) {
  width: 100%;
  background: url(../images/home/bg_content03.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(2) {
    background: url(../images/home/bg_content03-sp.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
}
.wp_points > div:nth-of-type(3) {
  width: 100%;
  background: url(../images/home/bg_content04.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(3) {
    background: url(../images/home/bg_content04-sp.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
}
@media only screen and (min-width: 1580px) {
  .wp_points > div:nth-of-type(3) > .inner .box_tit > h2 > span {
    padding-right: 3.2em !important;
  }
}
.wp_points > div:nth-of-type(4) {
  width: 100%;
  background: url(../images/home/bg_content06.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .wp_points > div:nth-of-type(4) {
    background: url(../images/home/bg_content06-sp.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
}
@media only screen and (min-width: 1580px) {
  .wp_points > div:nth-of-type(4) > .inner .box_tit > h2 > span {
    padding-right: 3.2em !important;
  }
}
.wp_points #lnk_point {
  background: none;
}
.wp_points #lnk_point > .inner {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .wp_points #lnk_point > .inner {
    padding: 8em 0;
  }
}
@media print {
  .wp_points #lnk_point > .inner {
    padding: 8em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points #lnk_point > .inner {
    padding: 6em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner {
    padding: 4em 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .wp_points #lnk_point > .inner {
    padding-right: 100px;
  }
}
@media print {
  .wp_points #lnk_point > .inner {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points #lnk_point > .inner {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp_points #lnk_point > .inner .box_tit > h2 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .box_tit > h2 {
    margin-bottom: 1em;
  }
}
.wp_points #lnk_point > .inner .box_tit > h2 > span {
  margin: auto;
}
@media only screen and (min-width: 1580px) {
  .wp_points #lnk_point > .inner .box_tit > h2 > span {
    padding-right: 1.8em !important;
  }
}
.wp_points #lnk_point > .inner .box_tit > h2 > span .tit {
  color: #342922;
}
.wp_points #lnk_point > .inner .box_tit .txt_points {
  color: #342922;
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wp_points #lnk_point > .inner .box_tit .txt_points {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .box_tit .txt_points {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .wp_points #lnk_point > .inner .box_tit .txt_points {
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .box_tit .txt_points {
    line-height: 1.6;
  }
}
.wp_points #lnk_point > .inner .box_tit .box_btn {
  display: none !important;
}
.wp_points #lnk_point > .inner .box_tit .box_btn .btn a {
  color: #342922 !important;
  display: block;
  border: 1px solid rgba(52, 41, 34, 0.7);
  position: relative;
  padding: 0.3em;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .box_tit .box_btn .btn a {
    padding: .8em 1em;
  }
}
.wp_points #lnk_point > .inner .box_tit .box_btn .btn a::after {
  font-size: 88%;
  content: "\f3d6";
  position: absolute;
  font-family: "Ionicons";
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
  color: #342922;
}
.wp_points #lnk_point > .inner .box_tit .box_btn > p:nth-of-type(1) {
  margin-bottom: 0.5em;
}
.wp_points #lnk_point > .inner .outer_cnt {
  background: url(../images/home/bg_content05.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .wp_points #lnk_point > .inner .outer_cnt {
    padding: 7.5em 0;
  }
}
@media print {
  .wp_points #lnk_point > .inner .outer_cnt {
    padding: 7.5em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points #lnk_point > .inner .outer_cnt {
    padding: 4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .outer_cnt {
    padding: 3em 0;
  }
}
.wp_points #lnk_point > .inner .outer_cnt .txt_points {
  display: none;
}
.wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 {
    display: block;
  }
}
.wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li {
  max-width: 300px;
}
.wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li a {
  display: block;
}
.wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li a img {
  width: 100%;
  max-width: none;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li {
    width: 48%;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li:nth-child(2n) {
    margin-left: 4%;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li:nth-child(n+3) {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_4 > li:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .wp_points #lnk_point > .inner .outer_cnt {
    background: url(../images/home/bg_content05-sp.jpg) no-repeat;
    background-size: cover;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points .list_large_5 li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .wp_points #lnk_point > .inner .box_tit {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
  }
  .wp_points #lnk_point > .inner .box_tit .txt_points {
    margin-left: auto;
    margin-right: auto;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points {
    width: 90%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points li {
    margin-left: auto;
    margin-right: auto;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points li a img {
    width: 100%;
    height: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .wp_points #lnk_point > .inner {
    display: flex;
  }
  .wp_points #lnk_point > .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/home/bg_txtarea.jpg) repeat;
  }
  .wp_points #lnk_point > .inner .box_tit {
    width: 20%;
    order: 2;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .wp_points #lnk_point > .inner .outer_cnt {
    width: 72%;
    order: 1;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points {
    width: 90%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .wp_points #lnk_point > .inner {
    display: flex;
  }
  .wp_points #lnk_point > .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/home/bg_txtarea.jpg) repeat;
  }
  .wp_points #lnk_point > .inner .box_tit {
    width: 20%;
    order: 2;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .wp_points #lnk_point > .inner .outer_cnt {
    width: 72%;
    order: 1;
  }
  .wp_points #lnk_point > .inner .outer_cnt .box_points {
    width: 90%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wp_points #lnk_point > .inner .box_tit {
    text-align: center;
  }
  .wp_points #lnk_point > .inner .box_tit .box_btn {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp_points #lnk_point > .inner .box_tit .box_btn p {
    width: 48%;
  }
  .wp_points #lnk_point > .inner .box_tit .box_btn p:nth-of-type(2) {
    margin-left: 4%;
  }
}

.con_points {
  box-sizing: border-box;
}
.con_points .box_tit > h2 {
  font-weight: 400;
}
.con_points .box_tit > h2 > span > em {
  display: block;
}
.con_points .box_tit > h2 > span .tit {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_points .box_tit > h2 > span .tit {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_tit > h2 > span .tit {
    font-size: 175%;
  }
}
.con_points .box_tit > h2 > span .en {
  font-family: 'Cormorant SC', 'Crimson Text', "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 94%;
  color: #d4b5ab;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_points .box_tit > h2 > span .en {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_tit > h2 > span .en {
    font-size: 88%;
  }
}
@media only screen and (min-width: 1580px) {
  .con_points .box_tit > h2 > span {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
    text-orientation: mixed;
    display: block;
    position: relative;
    padding-right: 1.8em;
    width: 2.5em;
  }
  .con_points .box_tit > h2 > span .en {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .con_points .box_tit > h2 > span {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1045px) and (max-width: 1580px) {
  .con_points .box_tit > h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .con_points .box_tit > h2 {
    text-align: center;
  }
}
.con_points .txt_points {
  font-size: 113%;
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_points .txt_points {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .txt_points {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1045px) and (max-width: 1580px) {
  .con_points .txt_points {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 1199px) {
  .con_points .txt_points {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_points .box_points:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_points:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
.con_points .box_points > ul li > a {
  text-decoration: none !important;
}
.con_points .box_points > ul li > a:hover img {
  transition: .5s;
}
@media only screen and (min-width: 1200px) {
  .con_points .box_points > ul li > a:hover img {
    opacity: .7;
  }
}
@media print {
  .con_points .box_points > ul li > a:hover img {
    opacity: .7;
  }
}
.con_points .box_points > ul li > a .txt {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}

/* -----------------------------------------------------------
	.con_care
----------------------------------------------------------- */
.con_care {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_care {
    margin-top: 155px;
  }
}
@media print {
  .con_care {
    margin-top: 155px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_care {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care {
    padding-right: 100px;
  }
}
@media print {
  .con_care {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_care {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 24%;
    height: calc(100% + 155px);
    margin-top: calc(-8em - 155px);
    background: url(../images/home/bg_care.jpg) repeat-y;
  }
}
@media print {
  .con_care::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 24%;
    height: calc(100% + 155px);
    margin-top: calc(-8em - 155px);
    background: url(../images/home/bg_care.jpg) repeat-y;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 30%;
    height: 100%;
    margin-top: -120px;
    background: url(../images/home/bg_care.jpg) repeat-y;
  }
}
@media only screen and (max-width: 767px) {
  .con_care::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    margin-top: -100px;
    background: url(../images/home/bg_care.jpg) repeat-y;
  }
}
.con_care .box_care {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  max-width: 1640px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_care .box_care {
    width: 91.66667%;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_tit {
    width: 10.97561%;
  }
}
@media print {
  .con_care .box_care .box_tit {
    width: 10.97561%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_tit .title_ver {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
    text-orientation: mixed;
  }
  .con_care .box_care .box_tit .title_ver span {
    display: block;
  }
}
@media print {
  .con_care .box_care .box_tit .title_ver {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-feature-settings: normal;
    text-orientation: mixed;
  }
  .con_care .box_care .box_tit .title_ver span {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver {
    text-align: center;
  }
}
.con_care .box_care .box_tit .title_ver .en {
  font-family: 'Cormorant SC', 'Crimson Text', "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 94%;
  color: #936353;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .en {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .en {
    font-size: 88%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_tit .title_ver .en {
    line-height: 5;
  }
}
@media print {
  .con_care .box_care .box_tit .title_ver .en {
    line-height: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .en {
    line-height: 2.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .en {
    line-height: 2.5;
  }
}
.con_care .box_care .box_tit .title_ver .jp_s {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 125%;
  color: #342922;
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    margin-top: 0;
  }
}
@media print {
  .con_care .box_care .box_tit .title_ver .jp_s {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    line-height: 2;
  }
}
@media print {
  .con_care .box_care .box_tit .title_ver .jp_s {
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    line-height: 2.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .jp_s {
    line-height: 2.5;
  }
}
.con_care .box_care .box_tit .title_ver .jp {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  color: #342922;
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_tit .title_ver .jp {
    margin-top: 0;
  }
}
@media print {
  .con_care .box_care .box_tit .title_ver .jp {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .jp {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .jp {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_tit .title_ver .jp {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_tit .title_ver .jp {
    font-size: 175%;
  }
}
.con_care .box_care .box_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list {
    width: 87.19512%;
  }
}
@media print {
  .con_care .box_care .box_list {
    width: 87.19512%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list {
    margin-left: 1%;
  }
}
@media print {
  .con_care .box_care .box_list {
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list {
    margin-top: 40px;
  }
}
@media print {
  .con_care .box_care .box_list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_list {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .con_care .box_care .box_list {
    width: 84%;
    margin-left: 5%;
  }
}
.con_care .box_care .box_list .inn_list {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(4, 0, 0, 0.07);
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list .inn_list {
    width: 32.11352%;
  }
}
@media print {
  .con_care .box_care .box_list .inn_list {
    width: 32.11352%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_list .inn_list {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list .inn_list {
    width: 48.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list .inn_list:nth-of-type(n+2) {
    margin-left: 25px;
  }
}
@media print {
  .con_care .box_care .box_list .inn_list:nth-of-type(n+2) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_list .inn_list:nth-of-type(n+2) {
    margin-left: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list .inn_list:nth-of-type(n+2) {
    margin-left: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list .inn_list:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .con_care .box_care .box_list .inn_list:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media print {
  .con_care .box_care .box_list .inn_list:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .con_care .box_care .box_list .inn_list:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1840px) {
  .con_care .box_care .box_list .inn_list {
    width: 31%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_care .box_care .box_list .inn_list:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .con_care .box_care .box_list .inn_list:nth-of-type(n+3) {
    margin-top: 1.5em;
  }
}
.con_care .box_care .box_list .inn_list > a {
  display: block;
  text-decoration: none !important;
}
.con_care .box_care .box_list .inn_list > a .img {
  overflow: hidden;
}
.con_care .box_care .box_list .inn_list > a .img img {
  width: 100%;
  transition: .5s;
}
.con_care .box_care .box_list .inn_list > a .tit {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 125%;
  color: #342922 !important;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_care .box_care .box_list .inn_list > a .tit {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list .inn_list > a .tit {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .con_care .box_care .box_list .inn_list > a .tit {
    padding: 20px 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_care .box_care .box_list .inn_list > a .tit {
    padding: 0.7em 0.3em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .con_care .box_care .box_list .inn_list > a .tit {
    padding: .5em;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_care .box_care .box_list .inn_list > a:hover img {
    transform: scale(1.1, 1.1);
  }
}
@media print {
  .con_care .box_care .box_list .inn_list > a:hover img {
    transform: scale(1.1, 1.1);
  }
}

/* -----------------------------------------------------------
	.con_other
----------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .con_other {
    margin-top: 120px;
  }
}
@media print {
  .con_other {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_other {
    padding-right: 100px;
  }
}
@media print {
  .con_other {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_other {
    padding-right: 0;
  }
}
.con_other .box_bnr a .img {
  transition: .5s;
  box-shadow: 0px 10px 30px rgba(4, 0, 0, 0.07);
}
.con_other .box_bnr a .img img {
  width: 100%;
}
.con_other .box_bnr a:hover .img {
  opacity: .7;
}
.con_other .box_inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner {
    margin-top: 60px;
  }
}
@media print {
  .con_other .box_inner {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_tit {
    width: 21.875%;
  }
}
@media print {
  .con_other .box_inner .inn_tit {
    width: 21.875%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_tit {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_tit {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1437px) {
  .con_other .box_inner .inn_tit {
    width: 22%;
  }
}
.con_other .box_inner .inn_tit > h3 {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 163%;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_tit > h3 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_tit > h3 {
    font-size: 125%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1665px) {
  .con_other .box_inner .inn_tit > h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .con_other .box_inner .inn_tit > h3 {
    text-align: center;
  }
}
.con_other .box_inner .inn_bnr {
  border: 1px solid #e6e6e6;
  box-shadow: 0px 10px 15px rgba(4, 0, 0, 0.07);
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr {
    width: 36.875%;
  }
}
@media print {
  .con_other .box_inner .inn_bnr {
    width: 36.875%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr {
    margin-top: 0;
  }
}
@media print {
  .con_other .box_inner .inn_bnr {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_other .box_inner .inn_bnr {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr:nth-of-type(n+3) {
    margin-left: 25px;
  }
}
@media print {
  .con_other .box_inner .inn_bnr:nth-of-type(n+3) {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr:nth-of-type(n+3) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr:nth-of-type(n+3) {
    margin-left: 0;
  }
}
.con_other .box_inner .inn_bnr a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none !important;
  color: #342922 !important;
  transition: .5s;
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr a .img {
    width: 34.48276%;
  }
}
@media print {
  .con_other .box_inner .inn_bnr a .img {
    width: 34.48276%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr a .img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr a .img {
    width: 38%;
  }
}
.con_other .box_inner .inn_bnr a .img img {
  width: 100%;
}
.con_other .box_inner .inn_bnr a .tl {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr a .tl {
    width: 50%;
  }
}
@media print {
  .con_other .box_inner .inn_bnr a .tl {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr a .tl {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr a .tl {
    width: 57%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr a .tl {
    margin-left: 55px;
  }
}
@media print {
  .con_other .box_inner .inn_bnr a .tl {
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr a .tl {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr a .tl {
    margin-left: 5%;
  }
}
.con_other .box_inner .inn_bnr a .tl .cate {
  font-size: 88%;
  display: inline-block;
  margin-bottom: .5em;
  padding: 0 .8em;
  color: #fff;
  background: #342922;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr a .tl .cate {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr a .tl .cate {
    font-size: 82%;
  }
}
.con_other .box_inner .inn_bnr a .tl .jp_s {
  color: #342922;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr a .tl .jp_s {
    font-size: 14px;
  }
}
.con_other .box_inner .inn_bnr a .tl .jp {
  font-size: 138%;
  color: #342922;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_other .box_inner .inn_bnr a .tl .jp {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_inner .inn_bnr a .tl .jp {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_other .box_inner .inn_bnr a:hover {
    opacity: .5;
  }
}
@media print {
  .con_other .box_inner .inn_bnr a:hover {
    opacity: .5;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1437px) {
  .con_other .box_inner .inn_bnr {
    width: 36%;
  }
  .con_other .box_inner .inn_bnr:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .con_other .box_inner .inn_bnr a .tl {
    margin-left: 15px;
  }
  .con_other .box_inner .inn_bnr a .tl .cate {
    font-size: 13px;
  }
  .con_other .box_inner .inn_bnr a .tl .jp_s {
    font-size: 14px;
  }
  .con_other .box_inner .inn_bnr a .tl .jp {
    font-size: 18px;
  }
}

/* -----------------------------------------------------------
	.con_medical
----------------------------------------------------------- */
.con_medical {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_medical {
    margin-top: 140px;
  }
}
@media print {
  .con_medical {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical {
    padding-top: 145px;
  }
}
@media print {
  .con_medical {
    padding-top: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical {
    padding-right: 100px;
  }
}
@media print {
  .con_medical {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical {
    padding-right: 0;
  }
}
.con_medical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../images/home/bg_medical.jpg);
}
.con_medical .box_medical02 {
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 {
    padding: 110px 40px 140px;
  }
}
@media print {
  .con_medical .box_medical02 {
    padding: 110px 40px 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 {
    padding: 90px 20px 110px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 {
    padding: 60px 0 50px;
  }
}
.con_medical .box_medical02 .title {
  max-width: 1260px;
  margin: auto;
  text-align: center;
}
.con_medical .box_medical02 .title .en {
  font-family: 'Cormorant SC', 'Crimson Text', "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 94%;
  color: #936353;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .title .en {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .title .en {
    font-size: 88%;
  }
}
.con_medical .box_medical02 .title .jp {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  display: block;
  color: #342922;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .title .jp {
    margin-top: 0.3em;
  }
}
@media print {
  .con_medical .box_medical02 .title .jp {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .title .jp {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .title .jp {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .title .jp {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .title .jp {
    font-size: 175%;
  }
}
.con_medical .box_medical02 .con_timetable {
  max-width: 800px;
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .con_timetable {
    margin: 55px auto 0;
  }
}
@media print {
  .con_medical .box_medical02 .con_timetable {
    margin: 55px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .con_timetable {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable {
    margin: 30px auto 0;
  }
}
.con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
  width: 100%;
  background: none;
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
    padding: 0;
  }
}
@media print {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule {
    padding: 0 15px;
  }
}
.con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr th, .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr td {
  font-size: 100%;
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr th, .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr td {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr th, .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr td {
    padding: 0.5em 0.2em;
  }
}
.con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr th {
  background: #342922;
  color: #fff;
  border: none;
  border-right: 1px solid rgba(138, 109, 96, 0.8);
  border-top: 1px solid rgba(138, 109, 96, 0.8);
}
.con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr td {
  background: #fff;
  border-right: 1px solid rgba(138, 109, 96, 0.8);
  border-bottom: 1px solid rgba(138, 109, 96, 0.8);
}
.con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr:first-of-type th {
  font-size: 88%;
  padding: .3em;
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr:first-of-type th {
    width: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr:first-of-type th {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr:first-of-type th:first-of-type {
    width: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .tbl_basic_schedule tr:first-of-type th:first-of-type {
    width: auto;
  }
}
.con_medical .box_medical02 .con_timetable .in_timetable .txtarea {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea {
    padding: 50px;
  }
}
@media print {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea {
    padding: 20px;
  }
}
.con_medical .box_medical02 .con_timetable .in_timetable .txtarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: url(../images/home/bg_txtarea.jpg);
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea::before {
    height: 100%;
  }
}
@media print {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea::before {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea::before {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .con_timetable .in_timetable .txtarea::before {
    height: 92%;
  }
}
.con_medical .box_medical02 .con_timetable .in_timetable .txtarea table {
  width: 100% !important;
}
.con_medical .box_medical02 .box_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1260px;
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .box_btn {
    margin: 45px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn {
    margin: 25px auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .box_btn {
    padding: 0 30px;
  }
}
@media print {
  .con_medical .box_medical02 .box_btn {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn {
    display: block;
  }
}
.con_medical .box_medical02 .box_btn .inn_btn {
  border: 1px solid #bebebe;
  border-radius: 5px;
  box-shadow: 0px 10px 25px rgba(4, 0, 0, 0.07);
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .box_btn .inn_btn {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .box_btn .inn_btn {
    padding: 18px 45px;
  }
}
@media print {
  .con_medical .box_medical02 .box_btn .inn_btn {
    padding: 18px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn .inn_btn {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .box_btn .inn_btn:nth-of-type(n+2) {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .box_btn .inn_btn:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn:nth-of-type(n+2) {
    margin-top: 1em;
  }
}
.con_medical .box_medical02 .box_btn .inn_btn > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1em;
  color: #342922 !important;
  text-decoration: none !important;
  transition: .5s;
  position: relative;
}
.con_medical .box_medical02 .box_btn .inn_btn > a::after {
  font-size: 113%;
  content: "\f362";
  position: absolute;
  font-family: "Ionicons";
  top: 50%;
  right: 0;
  color: #6d5b53;
  transform: translateY(-50%);
}
.con_medical .box_medical02 .box_btn .inn_btn > a .ic {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f2f0ed;
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    width: 65px;
  }
}
@media print {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    width: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    width: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    height: 65px;
  }
}
@media print {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    margin-right: 30px;
  }
}
@media print {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic {
    margin-right: 10px;
  }
}
.con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner {
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner {
    width: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner {
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner {
    height: 13px;
  }
}
.con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner::before, .con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  border: 0.1em solid #342922;
  border-bottom-width: .1em;
  box-sizing: border-box;
}
.con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner::before {
  left: 0;
  background: #342922;
  transform: skewY(45deg);
  border-radius: .2em 0 0 .1em;
  border-right: none;
}
.con_medical .box_medical02 .box_btn .inn_btn > a .ic .icon-beginner::after {
  right: 0;
  background: transparent;
  transform: skewY(-45deg);
  border-radius: 0 .2em .1em 0;
  border-left: none;
}
.con_medical .box_medical02 .box_btn .inn_btn > a .ic svg {
  fill: #342922;
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .ic svg {
    width: 18px !important;
    height: 18px !important;
  }
}
.con_medical .box_medical02 .box_btn .inn_btn > a .tit {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 125%;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .tit {
    width: 70%;
  }
}
@media print {
  .con_medical .box_medical02 .box_btn .inn_btn > a .tit {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .tit {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .tit {
    width: 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .tit {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .box_medical02 .box_btn .inn_btn > a .tit {
    font-size: 100%;
  }
}
.con_medical .box_medical02 .box_btn .inn_btn > a:hover {
  opacity: .5;
}
.con_medical .con_contact {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact {
    padding: 120px 40px 140px;
  }
}
@media print {
  .con_medical .con_contact {
    padding: 120px 40px 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact {
    padding: 100px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact {
    padding: 80px 0 70px;
  }
}
.con_medical .con_contact::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 110%;
  z-index: -1;
  background: url(../images/home/bg_contact.jpg);
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact::before {
    top: -10%;
  }
}
@media print {
  .con_medical .con_contact::before {
    top: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact::before {
    top: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact::before {
    top: -10%;
  }
}
.con_medical .con_contact::after {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #969696;
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact::after {
    height: 126px;
  }
}
@media print {
  .con_medical .con_contact::after {
    height: 126px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact::after {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact::after {
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact::after {
    top: -10%;
  }
}
@media print {
  .con_medical .con_contact::after {
    top: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact::after {
    top: -7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact::after {
    top: -5%;
  }
}
.con_medical .con_contact .box_contact {
  max-width: 1000px;
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
.con_medical .con_contact .box_contact a {
  text-decoration: none !important;
  color: #fff !important;
}
.con_medical .con_contact .box_contact .title {
  text-align: center;
}
.con_medical .con_contact .box_contact .title .en {
  font-family: 'Cormorant SC', 'Crimson Text', "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 94%;
  color: #dab5a8;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact .box_contact .title .en {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .title .en {
    font-size: 88%;
  }
}
.con_medical .con_contact .box_contact .title .jp {
  font-size: 200%;
  display: block;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact .box_contact .title .jp {
    margin-top: 0.3em;
  }
}
@media print {
  .con_medical .con_contact .box_contact .title .jp {
    margin-top: 0.3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact .box_contact .title .jp {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .title .jp {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact .box_contact .title .jp {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .title .jp {
    font-size: 175%;
  }
}
.con_medical .con_contact .box_contact .txt {
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .con_medical .con_contact .box_contact .txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .txt > a {
    text-decoration: underline !important;
  }
}
.con_medical .con_contact .box_contact .inn_btn {
  box-shadow: 0px 10px 25px rgba(4, 0, 0, 0.07);
  border: 1px solid #745e51;
  border-radius: 5px;
  transition: .5s;
  background: #402f25;
}
@media only screen and (min-width: 768px) {
  .con_medical .con_contact .box_contact .inn_btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .inn_btn {
    margin-top: 20px;
  }
}
.con_medical .con_contact .box_contact .inn_btn a {
  font-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact .box_contact .inn_btn a {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .inn_btn a {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact .box_contact .inn_btn a {
    padding: 40px 20px;
  }
}
@media print {
  .con_medical .con_contact .box_contact .inn_btn a {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact .box_contact .inn_btn a {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .inn_btn a {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact .box_contact .inn_btn:hover {
    opacity: .7;
  }
}
@media print {
  .con_medical .con_contact .box_contact .inn_btn:hover {
    opacity: .7;
  }
}
.con_medical .con_contact .box_contact .box_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .con_medical .con_contact .box_contact .box_btn {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn {
    display: block;
  }
}
.con_medical .con_contact .box_contact .box_btn .btn {
  border: 1px solid #fff;
  background: url(../images/home/bg_contact.jpg) repeat;
  transition: .5s;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .con_medical .con_contact .box_contact .box_btn .btn {
    width: 26.4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn .btn {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .con_medical .con_contact .box_contact .box_btn .btn:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn .btn:nth-of-type(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn .btn {
    margin: 0 auto;
  }
  .con_medical .con_contact .box_contact .box_btn .btn:nth-of-type(n+2) {
    margin: 1em auto 0;
  }
}
.con_medical .con_contact .box_contact .box_btn .btn a {
  font-size: 125%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_medical .con_contact .box_contact .box_btn .btn a {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn .btn a {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_medical .con_contact .box_contact .box_btn .btn a {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_medical .con_contact .box_contact .box_btn .btn a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_medical .con_contact .box_contact .box_btn .btn:hover {
    opacity: .7;
  }
}
@media print {
  .con_medical .con_contact .box_contact .box_btn .btn:hover {
    opacity: .7;
  }
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  background: url(../images/home/bg_medical.jpg) repeat;
}
@media only screen and (min-width: 1200px) {
  .con_access {
    padding-bottom: 290px;
  }
}
@media print {
  .con_access {
    padding-bottom: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access {
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding-bottom: 150px;
  }
}
.con_access .box_map {
  width: 100%;
}
.con_access .box_address {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address {
    margin-top: -30px;
  }
}
@media print {
  .con_access .box_address {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address {
    padding-right: 100px;
  }
}
@media print {
  .con_access .box_address {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .con_access .box_address {
    margin-top: -15px;
  }
}
.con_access .box_address .inn_img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_img {
    width: 450px;
  }
}
@media print {
  .con_access .box_address .inn_img {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_img {
    width: 65%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .con_access .box_address .inn_img {
    width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_img {
    margin: 0 auto 2em;
  }
}
.con_access .box_address .inn_img img {
  width: 100%;
}
.con_access .box_address .inn_txt {
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt {
    width: 530px;
  }
}
@media print {
  .con_access .box_address .inn_txt {
    width: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt {
    margin-left: 75px;
  }
}
@media print {
  .con_access .box_address .inn_txt {
    margin-left: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .con_access .box_address .inn_txt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .con_access .box_address .inn_txt {
    margin-left: 40px;
  }
}
.con_access .box_address .inn_txt .tl {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 157%;
  color: #63551f;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt .tl {
    font-size: 144%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .tl {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .tl {
    text-align: center;
  }
}
.con_access .box_address .inn_txt .txt {
  color: #342922;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .con_access .box_address .inn_txt .txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .txt {
    font-size: 14px;
  }
}
.con_access .box_address .inn_txt .txt a {
  text-decoration: none !important;
  color: #342922 !important;
  border-bottom: 1px solid #342922;
  transition: .5s;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt .txt a {
    margin-left: 2em;
  }
}
@media print {
  .con_access .box_address .inn_txt .txt a {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt .txt a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .txt a {
    margin-left: 0;
  }
}
.con_access .box_address .inn_txt .txt a i {
  color: #342922;
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt .txt a:hover {
    border-bottom: transparent;
  }
}
@media print {
  .con_access .box_address .inn_txt .txt a:hover {
    border-bottom: transparent;
  }
}
.con_access .box_address .inn_txt .att_txt {
  color: #342922;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
.con_access .box_address .inn_txt .inn_btn {
  border: 1px solid #bebebe;
  border-radius: 5px;
  box-shadow: 0px 10px 25px rgba(4, 0, 0, 0.07);
  background: #fff;
  box-sizing: border-box;
  transition: .5s;
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt .inn_btn {
    width: 60%;
  }
}
@media print {
  .con_access .box_address .inn_txt .inn_btn {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt .inn_btn {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .inn_btn {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .con_access .box_address .inn_txt .inn_btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .inn_btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .inn_btn {
    margin: 20px auto 0;
  }
}
.con_access .box_address .inn_txt .inn_btn a {
  font-family: "游明朝", "Yu Mincho", 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 125%;
  display: block;
  text-decoration: none !important;
  color: #402f25 !important;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt .inn_btn a {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .inn_btn a {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt .inn_btn a {
    padding: 18px 45px;
  }
}
@media print {
  .con_access .box_address .inn_txt .inn_btn a {
    padding: 18px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_access .box_address .inn_txt .inn_btn a {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_address .inn_txt .inn_btn a {
    padding: 10px 20px;
  }
}
.con_access .box_address .inn_txt .inn_btn a::after {
  font-size: 88%;
  content: "\f362";
  position: absolute;
  font-family: "Ionicons";
  top: 50%;
  right: 30px;
  color: #6d5b53;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .con_access .box_address .inn_txt .inn_btn:hover {
    opacity: .7;
  }
}
@media print {
  .con_access .box_address .inn_txt .inn_btn:hover {
    opacity: .7;
  }
}

@media only screen and (min-width: 1200px) {
  .con_recruit {
    margin-top: -170px;
  }
}
@media print {
  .con_recruit {
    margin-top: -170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_recruit {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .con_recruit {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .con_recruit {
    padding-right: 100px;
  }
}
@media print {
  .con_recruit {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_recruit {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_recruit {
    padding-right: 0;
  }
}
.con_recruit a {
  display: block;
  transition: .5s;
  text-decoration: none !important;
}
.con_recruit a .img {
  box-shadow: 0px 10px 25px rgba(4, 0, 0, 0.07);
}
.con_recruit a .img img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .con_recruit a:hover {
    opacity: .7;
  }
}
@media print {
  .con_recruit a:hover {
    opacity: .7;
  }
}
