@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Marcellus&display=swap");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
@font-face {
  font-family: "OPTIMA";
  src: url("../fonts/OPTIMA.eot");
  src: local("☺"), url("../fonts/OPTIMA.woff") format("woff"), url("../fonts/OPTIMA.ttf") format("truetype"), url("../fonts/OPTIMA.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 100%;
  /*-webkit-font-smoothing: antialiased;*/
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
}

.btn_style01 {
      -webkit-font-smoothing: antialiased;
}


.inner {
  max-width: 1590px;
  padding: 0px 15px;
  margin: auto;
}

.inner-1385 {
  max-width: 1415px;
}

.inner-920 {
  max-width: 950px;
}

.inner-1315 {
  max-width: 1345px;
  padding: 0px 15px;
  margin: auto;
}

.inner-1265 {
  max-width: 1295px;
  padding: 0px 15px;
  margin: auto;
}

.inner-860 {
  max-width: 860px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 880px) {
  .br-880 {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media only screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  display: block;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

#main-header {
  padding: 13px 0px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 92px;
}

@media only screen and (max-width: 1000px) {
  #main-header {
    height: auto;
  }
}

#main-header .header-inner {
  padding: 0px 15px;
  margin: auto;
}

#main-header .navGlobal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  #main-header .navGlobal {
    display: block;
  }
}

#main-header .navGlobal .logo_wrap {
  width: 328px;
}

@media screen and (max-width: 1100px) {
  #main-header .navGlobal .logo_wrap {
    width: 250px;
  }
}

@media only screen and (max-width: 1000px) {
  #main-header .navGlobal .logo_wrap {
    width: 160px;
  }
}

#main-header .navGlobal .nav-wrap {
  width: calc(100% - 328px);
  position: relative;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1100px) {
  #main-header .navGlobal .nav-wrap {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 1000px) {
  #main-header .navGlobal .nav-wrap {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    height: 100vh;
    padding-top: 30px;
    background: #ffffff;
    padding-bottom: 150px;
    display: none;
    z-index: 999;
    overflow-y: auto;
  }
}

#main-header .navGlobal .nav-wrap .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn {
    display: block;
  }
}

#main-header .navGlobal .nav-wrap .navGlobalIn a {
  display: inline-block;
  padding: 0px 27px;
  color: #686d57;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1350px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn a {
    padding: 0px 14px;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn a {
    padding: 0px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1000px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn a {
    display: block;
    text-align: center;
    padding: 15px 10px;
    letter-spacing: 1px;
  }
}

#main-header .navGlobal .nav-wrap .navGlobalIn .active a:before {
  content: "\f0da";
  font-family: FontAwesome;
  padding-right: 5px;
}

#main-header .navGlobal .nav-wrap .area-sns .list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 18px;
}

@media only screen and (max-width: 1000px) {
  #main-header .navGlobal .nav-wrap .area-sns .list_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    padding-left: 0;
  }
}

#main-header .navGlobal .nav-wrap .area-sns .sns_item a {
  display: inline-block;
  padding: 0px 15px;
}

#main-header .menuBar {
  display: none;
}

#main-header .txt_menu {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #main-header .txt_menu {
    font-size: 8px;
    font-size: 0.8rem;
    font-family: "Marcellus", serif;
    position: absolute;
    top: 33px;
    right: 20px;
    display: block;
  }
  #main-header .menuBar {
    position: absolute;
    top: 5px;
    right: 20px;
    display: block !important;
    height: 40px;
    width: 40px;
    z-index: 1000;
  }
  #main-header .menuBar span {
    height: 2px;
    display: block;
    width: 25px;
    border-radius: 25px;
    background: #686d57;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  #main-header .menuBar span:nth-child(1) {
    top: 15px;
  }
  #main-header .menuBar span:nth-child(2) {
    top: 22px;
  }
  #main-header .menuBar.on {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-header .menuBar.on span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 25px;
  }
  #main-header .menuBar.on span:nth-child(2) {
    top: 18px;
    width: 25px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

#main-footer {
  text-align: center;
  color: #686d57;
  font-family: "Marcellus", serif;
  background: #f0ebe4;
  padding: 40px 0px 30px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  #main-footer {
    padding: 30px 0px 30px;
  }
  #main-footer .sns_group .list_sns .sns_item {
    margin: 0px auto;
  }
}

.main_content {
  display: block;
  width: 100%;
}

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.notice {
  width: 90px;
  margin-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #bbce7b;
  background: #ffffff;
}

.notice.bg_gray {
  background: #d2d1d0;
  color: #ffffff;
}

.txt-access {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .txt-access .txt01, .txt-access .txt02 {
    text-align: left !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.txt-access .btn_style01 {
  background: #707070 !important;
}

.date {
  width: 75px;
  margin-right: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.box_content {
  max-width: 615px;
  padding: 5.7% 7%;
}

@media only screen and (max-width: 767px) {
  .box_content {
    padding: 30px 55px;
    max-width: inherit;
  }
}

@media screen and (max-width: 340px) {
  .box_content {
    padding: 30px 35px;
  }
}

.box_content-gray {
  color: #707070;
  background: rgba(240, 235, 228, 0.7);
}

.box_content-green {
  background: rgba(202, 204, 122, 0.6);
  color: #ffffff;
}

.box_content-white {
  color: #ffffff;
  background: transparent;
}

.box_content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .box_content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 340px) {
  .box_content p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box_ttl {
  width: 97px;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #707070;
  color: #707070;
  background: #ffffff;
  margin: 0px auto 39px;
  position: relative;
  text-align: center;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .box_ttl {
    font-size: 12px;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    margin: 0px auto 20px;
  }
}

.box_ttl:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background: #707070;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .box_ttl:after {
    height: 10px;
  }
}

.box_ttl-white {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.box_ttl-white:after {
  background: #ffffff;
}

.box_ttl-gray {
  background: #827853;
  border: 1px solid #827853;
  color: #ffffff;
}

.box_ttl-gray:after {
  background: #ffffff;
}

.box_ttl-green {
  background: #686D57;
  border: 1px solid #686D57;
  color: white;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .box_ttl-green {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box_ttl-green small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .box_ttl-green small {
    font-size: 10px;
    font-size: 1rem;
  }
}

.box_ttl-green:after {
  background: white;
}

.list_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -20px;
}

@media screen and (max-width: 1000px) {
  .list_intro {
    margin: 0px -10px;
  }
}

.list_intro .item {
  padding: 0px 20px;
  margin-bottom: 28px;
  width: 33.33%;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .list_intro .item {
    padding: 0px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 340px) {
  .list_intro .item {
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .list_intro .item {
    width: 50%;
  }
}

.list_intro .item .intro_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #827853;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.list_intro .item .intro_ttl:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("../img/common/ico-arr-r-cirle.svg") no-repeat;
  background-size: 16px 16px;
}

@media screen and (max-width: 1000px) {
  .list_intro .item .intro_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 800px) {
  .list_intro .item .intro_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .list_intro .item .intro_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list_intro .item .intro_ttl img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.list_intro .item p {
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 767px) {
  .list_intro .item-01 .img img {
    height: 35px;
  }
  .list_intro .item-02 .img img, .list_intro .item-03 .img img, .list_intro .item-04 .img img {
    height: 38px;
  }
  .list_intro .item-05 .img img, .list_intro .item-06 .img img {
    height: 23px;
  }
}

.list_intro .item .img {
  height: 70px;
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .list_intro .item .img {
    height: 50px;
  }
}

.list_intro .item .img img {
  max-height: 70px;
}

.list_intro .item .img > * {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list_facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: -6.5%;
}

@media screen and (max-width: 1300px) {
  .list_facility {
    margin-top: -3.5%;
  }
}

@media only screen and (max-width: 767px) {
  .list_facility {
    display: block;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
}

.list_facility .item {
  margin-right: 8px;
  width: calc((100% - 16px) / 3);
  position: relative;
  padding: 5.8% 5%;
}

@media screen and (max-width: 1000px) {
  .list_facility .item {
    padding: 3% 1.5%;
  }
}

@media only screen and (max-width: 767px) {
  .list_facility .item {
    width: 100%;
    margin-right: 0;
    padding: 44px 35px;
    margin-bottom: 20px;
  }
  .list_facility .item:last-child {
    margin-bottom: 0;
  }
}

.list_facility .item:nth-child(3n) {
  margin-right: 0;
}

.list_facility .item .item_content {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.6);
  padding: 46px 10px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .list_facility .item .item_content {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 14px 10px;
  }
}

.list_facility .item-01 {
  background: url("../img/index/facility-img-02.png") no-repeat center/cover;
  -webkit-transition-delay: 0.1s !important;
       -o-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

@media only screen and (max-width: 767px) {
  .list_facility .item-01 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
    background: url("../img/index/facility-img-02-sp.png") no-repeat center/cover;
  }
}

.list_facility .item-02 {
  background: url("../img/index/facility-img-03.png") no-repeat center/cover;
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

@media only screen and (max-width: 767px) {
  .list_facility .item-02 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
    background: url("../img/index/facility-img-03-sp.png") no-repeat center/cover;
  }
}

.list_facility .item-03 {
  background: url("../img/index/facility-img-04.png") no-repeat center/cover;
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

@media only screen and (max-width: 767px) {
  .list_facility .item-03 {
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
    background: url("../img/index/facility-img-04-sp.png") no-repeat center/cover;
  }
}

.ttl_style01 {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 25px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 2px;
}

.ttl_style01 span {
  font-family: "Marcellus", serif;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  margin-top: 11px;
  font-weight: normal;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 900px) {
  .ttl_style01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_style01 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .ttl_style01 span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.ttl_style02 {
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #827853;
  letter-spacing: 4px;
}

.ttl_style02:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  background: #827853;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  .ttl_style02 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .ttl_style02:before {
    width: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ttl_style03 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Marcellus", serif;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .ttl_style03 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.sub_ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #827853;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .sub_ttl br {
    display: none;
  }
}

.btn_style01 {
  width: 100%;
  height: 54px;
  max-width: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #827853;
  border: 1px solid #827853;
  margin-top: 47px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .btn_style01 {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 250px;
    height: 40px;
    margin: 20px auto 0px;
  }
}

.btn_style01:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 24px;
  right: 0;
  background: #827853;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn_style01 img {
  display: inline-block;
  margin-right: 5px;
}

.btn_style01-white {
  background: #ffffff;
}

.btn_style01-gray {
  border: 1px solid #707070;
  background: #ffffff;
  color: #707070;
}

.btn_style01-gray:after {
  background: #707070;
}

.btn_style01-tel {
  background: #686d57;
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
}

.btn_style01-tel:after {
  background: #ffffff;
}

.btn_style01-tel img {
  display: inline-block;
  margin-right: 10px;
}

.btn_style01-add {
  border: 1px solid #686d57;
  background: #ffffff;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #686d57;
}

.btn_style01-add img {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .btn_style01-add img {
    margin-right: 10px;
  }
}

.btn_style01-add:after {
  background: #686d57;
}

#backTop {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#backTop.on {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #backTop {
    bottom: 60px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

.sns_group {
  position: fixed;
  right: 30px;
  bottom: 46%;
}

@media screen and (max-width: 1200px) {
  .sns_group {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sns_group .list_sns {
    margin: 0px -9px;
  }
}

.sns_group .list_sns .sns_item {
  margin: 15px auto;
  text-align: center;
}

.sns_group .list_sns .sns_item img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .sns_group {
    position: static;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 20px;
  }
  .sns_group .sns_item {
    display: inline-block;
  }
  .sns_group .sns_item a {
    display: inline-block;
    padding: 0px 9px;
  }
}

.scroll_wrap {
  position: absolute;
  right: 60px;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .scroll_wrap {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll_wrap {
    right: 10px;
    display: none;
  }
}

.scroll_wrap .scroll img {
  width: 8px;
}

.scrEvent {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  opacity: 0;
}

.scrEvent.fadeIn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

.scrEvent01 {
  opacity: 0;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.scrEvent01.leftToright {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.scrEvent02 {
  opacity: 0;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.scrEvent02.rightToleft {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.scrEvent03 {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.scrEvent03.fadeUp {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.scrEvent04 {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.scrEvent04.fade {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list_intro .item .intro_ttl:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../img/common/ico-arr-r-cirle.png) no-repeat;
    background-size: 16px 16px;
  }
}

#googleMap2 {
  width: 100%;
  height: 268px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #googleMap02 {
    height: 150px;
    width: 100%;
  }
}

.footbtn {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main-footer {
    margin-bottom: 40px;
  }
  .footbtn {
    /*display: block;*/
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 5000;
  }
  .footbtn a {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 90%;
    /*font-weight: bold;*/
  }
  .footbtn a i {
    padding-left: 5px;
  }
  .foot01 {
    background: #686d57;
    width: 100%;
    height: 40px;
  }
}

.bg_color {
  background: #f0ebe4;
}

#reserve {
  /*display: block;*/
  display: none;
  position: fixed;
  right: 0;
  top: 120px;
  width: 90px;
  height: 90px;
  text-align: center;
  z-index: 5000;
}

#reserve a {
  width: 100%;
  text-align: center;
}

#reserve a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #reserve {
    display: none;
  }
}

.time-other {
  font-size: 11px;
  font-size: 1.1rem;
}

.mv {
  position: relative;
  height: calc(100vh - 267px);
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .mv {
    height: calc(100vh - 233px);
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    height: auto;
  }
}

.mv_ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}

.mv .mv_slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 768px) {
  .mv .mv_slider img {
    height: 100vh;
  }
}

.mv:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/common/dark-dot.png") repeat;
  z-index: 2;
  background-size: 2px 2px;
}

@media only screen and (max-width: 767px) {
  .mv:after {
    background-size: 1px 1px;
  }
}

.mv .mv_ttl {
  text-align: center;
}

.mv .mv_ttl .txt_good_smile, .mv .mv_ttl .txt_dental {
  margin: -20px;
  display: block;
}

.mv .mv_ttl .mv_txt {
  display: inline-block;
  margin: 0px 10px;
}

@media only screen and (max-width: 767px) {
  .mv .mv_ttl .mv_txt {
    margin: 0px 3px;
  }
  .mv .mv_ttl .mv_txt img {
    height: 20px;
    width: auto;
  }
}

.mv .mv_ttl .mv_txt.txt_01 {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.mv .mv_ttl .mv_txt.txt_02 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.mv .mv_ttl .mv_txt.txt_03 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.mv .mv_ttl .mv_txt.txt_04 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.mv .mv_ttl .mv_txt.txt_05 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.mv .mv_ttl .mv_txt.txt_06 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.mv .mv_ttl .mv_txt.txt_07 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.mv .mv_ttl .mv_txt.txt_08 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.mv .mv_ttl .mv_txt.txt_09 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.mv .mv_ttl .mv_txt.txt_10 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.mv .mv_ttl .mv_txt.txt_11 {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.mv .mv_ttl .mv_txt.txt_12 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.mv .mv_ttl .mv_txt.txt_13 {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.mv .mv_ttl .mv_txt.txt_14 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.mv .mv_ttl .mv_txt.txt_15 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.mv .mv_ttl .mv_txt.txt_16 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.mv .mv_ttl .mv_txt.txt_17 {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.mv .mv_ttl .mv_txt.txt_18 {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.mv .mv_ttl .mv_txt.txt_19 {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.mv .mv_ttl .mv_txt.txt_20 {
  -webkit-transition-delay: 2.0s;
       -o-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.mv .mv_ttl .word {
  display: inline-block;
  margin: 25px 20px;
}

@media only screen and (max-width: 767px) {
  .mv .mv_ttl .word {
    margin: 15px 10px;
  }
}

.mv .mv_ttl .mv_ttl-sub {
  display: block;
  text-align: center;
  margin-top: 34px;
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

@media only screen and (max-width: 767px) {
  .mv .mv_ttl .mv_ttl-sub {
    width: 200px;
    margin: 20px auto 0px;
  }
}

.mv .mv_ttl .mv_ttl-sub img {
  margin: auto;
}

.sec_news {
  padding: 31px 0px 21px;
  background: rgba(187, 206, 123, 0.7);
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sec_news {
    padding: 20px 0px;
  }
}

.sec_news .news_ttl {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 23px;
  font-family: "Marcellus", serif;
  letter-spacing: 2px;
}

@media screen and (max-width: 340px) {
  .sec_news .news_ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_news .news_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_news .list_news {
  max-width: 704px;
  margin: auto;
  padding: 0px 0px 0px 64px;
}

@media only screen and (max-width: 767px) {
  .sec_news .list_news {
    max-width: inherit;
    padding: 0px 0px 0px;
  }
}

.sec_news .list_news_item:first-child a:before {
  content: 'New';
  position: absolute;
  left: -48px;
  top: 3px;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Marcellus", serif;
}

@media screen and (max-width: 340px) {
  .sec_news .list_news_item:first-child a:before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_news .list_news_item:first-child a:before {
    left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_news .list_news_item:last-child a {
    margin-bottom: 0;
  }
}

.sec_news .list_news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec_news .list_news_item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    padding-left: 45px;
  }
}

.sec_news .list_news_item .item_content {
  width: calc(100% - 90px - 75px - 50px);
  border-left: 1px solid #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .sec_news .list_news_item .item_content {
    padding-left: 0;
    line-height: 1.6;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_news .list_news_item .item_content {
    width: 100%;
    border-left: 0;
  }
}

.sec_news .btn_style01 {
  margin: 50px auto 0 auto;
  border-color: #fff;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

.sec_news .btn_style01:after {
  background: #fff;
}

.sec_policy {
  padding: 70px 0px 1px;
  background: rgba(235, 240, 196, 0.8);
}

@media only screen and (max-width: 767px) {
  .sec_policy {
    padding: 0px 0px 1px;
    background: none;
  }
  .sec_policy .inner {
    padding: 0;
  }
}

.sec_policy .policy_intro {
  background: url("../img/index/policy-img-01.png") no-repeat center/cover;
  padding: 4.95% 0px;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec_policy .policy_intro {
    background: none;
    height: auto;
    padding: 0px 0px 0px;
  }
}

.sec_policy .policy_intro .box_content {
  position: relative;
  left: 5.8%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec_policy .policy_intro .box_content {
    left: 0;
    background: #ffffff;
  }
  .sec_policy .policy_intro .box_content .ttl_style01 {
    border-bottom: 1px solid #000000;
  }
  .sec_policy .policy_intro .box_content .box_ttl {
    margin-top: -60px;
  }
}

.sec_intro {
  background: #ffffff;
  padding: 118px 0px 120px;
}

@media screen and (max-width: 1000px) {
  .sec_intro {
    padding: 60px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_intro {
    padding: 0;
    margin-top: 0px;
  }
  .sec_intro .inner {
    padding: 0;
  }
}

.sec_intro .intro_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .sec_intro .intro_inner {
    display: block;
  }
}

.sec_intro .intro_inner .intro_item {
  margin-right: 34px;
  width: calc(50% - 17px);
  padding: 5.5% 4.9% 3.45%;
}

@media screen and (max-width: 1000px) {
  .sec_intro .intro_inner .intro_item {
    margin-right: 14px;
    width: calc(50% - 7px);
  }
}

@media only screen and (max-width: 767px) {
  .sec_intro .intro_inner .intro_item {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .sec_intro .intro_inner .intro_item {
    padding: 5.5% 1% 3.45%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_intro .intro_inner .intro_item {
    padding: 30px 15px 30px;
  }
}

.sec_intro .intro_inner .intro_item-01 {
  background: rgba(202, 204, 122, 0.8);
}

@media only screen and (max-width: 767px) {
  .sec_intro .intro_inner .intro_item-01 {
    padding: 50px 15px 30px;
  }
}

.sec_intro .intro_inner .intro_item-02 {
  margin-right: 0;
  background: url("../img/index/dentist-img-01.png") no-repeat center/cover;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec_intro .intro_inner .intro_item-02 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sec_intro .intro_inner .intro_item-02:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
}

.sec_intro .intro_inner .intro_item-02 .box_content {
  margin: auto;
  padding: 0;
}

.sec_intro .intro_inner .intro_item-02 .box_content .ttl_style01 {
  border-bottom: 0;
  padding-bottom: 6px;
}

.sec_intro .intro_inner .intro_item-02 .box_content .btn_style01 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .sec_intro .intro_inner .intro_item-02 .box_content {
    position: relative;
    z-index: 3;
  }
}

.sec_facility .facility_img {
  position: relative;
  padding: 7.31% 0px;
  width: 100%;
  background: url("../img/index/facility-img-01.png") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .sec_facility .facility_img {
    background: none;
    height: auto;
    padding-bottom: 135px;
    padding-top: 0;
  }
  .sec_facility .facility_img img {
    width: 100%;
  }
}

.sec_facility .facility_img .box_content {
  margin: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sec_facility .facility_img .box_content {
    padding: 5.2% 6% 4.9%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_facility .facility_img .box_content {
    position: absolute;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .sec_facility .facility_img .box_content .box_ttl {
    margin-top: -60px;
  }
}

.sec_interview {
  margin-top: 123px;
}

@media screen and (max-width: 1000px) {
  .sec_interview {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_interview {
    margin-top: 50px;
  }
}

.sec_interview .interview-inner {
  max-width: 920px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .sec_interview .inner {
    padding: 0;
  }
  .sec_interview img {
    width: 100%;
  }
}

.sec_interview .interview_wrap {
  max-width: 1194px;
  margin: auto;
  padding: 0px 137px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .sec_interview .interview_wrap {
    padding: 0px 137px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_interview .interview_wrap {
    padding: 0px;
  }
}

.sec_interview .interview_wrap .box_ttl {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .sec_interview .interview_wrap .box_ttl {
    right: auto;
    left: 15px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.sec_interview .interview_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 118px;
}

@media screen and (max-width: 1000px) {
  .sec_interview .interview_item {
    margin-bottom: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .sec_interview .interview_item {
    display: block;
    margin-bottom: 0;
  }
}

.sec_interview .interview_item .img {
  position: relative;
  width: 48.6%;
}

@media only screen and (max-width: 767px) {
  .sec_interview .interview_item .img {
    width: 100%;
  }
}

.sec_interview .interview_item .img .box_ttl {
  position: absolute;
  top: 0;
  right: 0;
}

.sec_interview .interview_item .interview_content {
  width: 51.4%;
  color: #827853;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0px 6% 0px 5%;
}

@media screen and (max-width: 1000px) {
  .sec_interview .interview_item .interview_content {
    padding: 0px 4.5% 0px 2%;
  }
}

@media only screen and (min-width: 768px) {
  .sec_interview .interview_item .interview_content p {
    margin-right: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_interview .interview_item .interview_content {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 48px 40px;
    text-align: center;
  }
  .sec_interview .interview_item .interview_content p {
    text-align: left;
  }
}

@media screen and (max-width: 340px) {
  .sec_interview .interview_item .interview_content {
    padding: 20px 40px 40px;
  }
}

.sec_interview .interview_item-01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .sec_interview .interview_item-01 {
    padding-left: 0px;
  }
  .sec_interview .interview_item-01 .img {
    padding-left: 80px;
  }
}

.sec_interview .interview_item-02 .interview_content > * {
  color: #707070 !important;
}

@media only screen and (min-width: 768px) {
  .sec_interview .interview_item-02 .interview_content {
    padding: 0px 4% 0px 8.5%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec_interview .interview_item-02 .interview_content {
    padding: 0px 2% 0px 4.5%;
  }
}

.sec_access {
  background: #f0ebe4;
  padding: 50px 0px 1px;
}

@media only screen and (max-width: 767px) {
  .sec_access {
    padding: 30px 15px 1px;
  }
}

.sec_access .access_inner {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_inner {
    padding: 0px 5%;
  }
}

.sec_access .inner-1265 {
  max-width: 1300px;
  width: 80%;
  padding: 0px 5%;
}

@media only screen and (max-width: 862px) {
  .sec_access .inner-1265 {
    width: 90%;
  }
}

@media only screen and (max-width: 1265px) {
  .sec_access .inner-1265 {
    max-width: 980px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_access .inner-1265 {
    width: 100%;
  }
}

.sec_access .access_item {
  max-width: 910px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
  color: #686d57;
  padding: 65px 0px 70px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 0px 20px;
    display: block;
    text-align: center;
  }
}

.sec_access .access_item .txt01 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.sec_access .access_item .txt01 span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .txt01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec_access .access_item .txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
  margin-top: -3px;
}

.sec_access .access_item .txt02 span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 15px;
  margin-top: 2px;
}

@media screen and (max-width: 340px) {
  .sec_access .access_item .txt02 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .txt02 span {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.sec_access .access_item > * {
  width: calc((100% - 50px) / 2);
}

.sec_access .access_item > * .btn_style01 {
  margin: 15px auto 35px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item > * {
    width: 100%;
  }
  .sec_access .access_item > * .btn_style01 {
    margin: 20px auto 20px;
  }
}

.sec_access .access_item .access_l {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .access_l {
    margin-right: 0;
  }
  .sec_access .access_item .access_l > img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .access_r {
    padding: 0px 1px;
    margin-top: 5px;
  }
}

.sec_access .access_item .table_style01 {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .table_style01 {
    margin-top: 10px;
  }
}

.sec_access .access_item .table_style01 tr:nth-child(1) td {
  height: 75px;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .table_style01 tr:nth-child(1) td {
    height: 40px;
  }
}

.sec_access .access_item .table_style01 tr:nth-child(2) td, .sec_access .access_item .table_style01 tr:nth-child(3) td {
  height: 96px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .table_style01 tr:nth-child(2) td, .sec_access .access_item .table_style01 tr:nth-child(3) td {
    height: 70px;
  }
}

.sec_access .access_item .table_style01 td {
  border: 1px solid #ffffff;
  text-align: center;
  background: #e5e1d6;
  width: calc((100% - 37%) / 6);
}

.sec_access .access_item .table_style01 td .noActive {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.sec_access .access_item .table_style01 td .noActive:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -10px;
  width: 1px;
  height: 106px;
  background: #ffffff;
  -webkit-transform: rotate(24deg) translateX(-50%);
      -ms-transform: rotate(24deg) translateX(-50%);
          transform: rotate(24deg) translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 900px) {
  .sec_access .access_item .table_style01 td .noActive:after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -10px;
    width: 1px;
    height: 109px;
    background: #ffffff;
    -webkit-transform: rotate(20deg) translateX(-50%);
        -ms-transform: rotate(20deg) translateX(-50%);
            transform: rotate(20deg) translateX(-50%);
    left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_access .access_item .table_style01 td .noActive:after {
    top: -5px;
    bottom: -48px;
    height: 78px;
    -webkit-transform: skew(-25deg) translateX(-50%);
        -ms-transform: skew(-25deg) translateX(-50%);
            transform: skew(-25deg) translateX(-50%);
  }
}

@media screen and (max-width: 340px) {
  .sec_access .access_item .table_style01 td .noActive:after {
    -webkit-transform: rotate(21deg);
        -ms-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}

.sec_access .access_item .table_style01 td:first-child {
  width: 37%;
}

.sec_access.sec_access-index #googleMap {
  margin-top: 44px;
}

.sec_access.sec_access-index .table_style01 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sec_access.sec_access-index .table_style01 {
    margin-top: 10px !important;
  }
}

.sec_access.sec_access-index .table_style01 td {
  vertical-align: middle;
}

.sec_access.sec_access-index .btn_style01-add {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 767px) {
  .sec_access.sec_access-index .btn_style01 {
    margin: 20px auto !important;
  }
}

.sec_access.sec_access-index .inner-1265 {
  max-width: 1265px;
  padding: 0px 15px;
  width: 100%;
}

.sec_access.sec_access-index .access_item {
  max-width: 910px;
}

@media only screen and (max-width: 767px) {
  .sec_access.sec_access-index .access_item {
    padding-bottom: 1px;
  }
}

.sec_access.sec_access-index .access_item p {
  line-height: 1.8;
}

.sec_access.sec_access-index .access_item .txt01 {
  text-align: center;
  font-weight: 500;
}

.sec_access.sec_access-index .access_item .txt01 span {
  font-weight: normal;
}

.sec_access.sec_access-index .access_item .txt02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .sec_access.sec_access-index .access_item .txt02 span {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.sec_access.sec_access-index .access_item .access_l {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .sec_access.sec_access-index .access_item .access_l {
    max-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sec_access.sec_access-index .access_item .access_r {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .sec_access.sec_access-index .access_item > * {
    width: calc((100% - 50px) / 2) !important;
  }
}

.sec_access.sec_access-index .access_item > * .btn_style01 {
  margin: 15px auto 35px;
  left: 0;
}

.slider {
  margin: 28px auto 27px;
}

@media only screen and (max-width: 767px) {
  .slider {
    margin: 0px auto;
    background: #ffffff;
  }
}

.slider img {
  width: 100%;
}

.slider li {
  margin: 0px 4px;
}

@media only screen and (max-width: 767px) {
  .slider li {
    margin: 0;
  }
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

#googleMap {
  width: 100%;
  height: 268px;
}

@media only screen and (max-width: 767px) {
  #googleMap01 {
    height: 150px;
    width: 100%;
  }
}

/*# sourceMappingURL=maps/styles.css.map */


 .txt-right {
        display: block;
        padding-top: 20px;
        text-align: right;
        font-size: 90%;
        /*-webkit-font-smoothing: subpixel-antialiased;*/
}
@media only screen and (max-width: 767px) {
     .txt-right {
        display: block;
        padding: 30px 0 30px;
        text-align: center;
}
}