@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "MS P明朝", "MS PMincho", serif;
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6em;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: #5a483f;
}

/*画像*/
img {
  max-width: 100%;
  height: auto;
}

/*リンク*/
a {
  text-decoration: none;
}

/*フォント*/
.font01 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font02 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font03 {
  /* font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal; */
  font-family: "Kosugi Maru", sans-serif;
  color: #333;
}

#all {
}

.inner {
  padding: 0 40px;
  max-width: 1600px;
  margin: 0 auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 40px;
}

/*---------------------------
header
---------------------------*/
#header .ttl {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: right;
}
#header .ttl h1,
#header .ttl p {
  display: inline;
}
#header .ttl h1 + p::before {
  content: "：";
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}

#header .header_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#header .header_left p {
  font-size: 3rem;
  font-weight: bold;
}

#header .header_left p span {
  font-size: 3.5rem;
  font-weight: bold;
}

#header .text_box {
  margin-left: 20px;
}

#header .text_box .tel {
  padding-left: 30px;
  background: url(./common/img/tel.png) no-repeat left center;
}

/*グローバルメニュー*/
#slide_menu_box #slide_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#slide_menu_box #slide_menu li {
  font-size: 2rem;
  padding-right: 40px;
}

#slide_menu_box #slide_menu li:last-child {
  padding-right: 0;
}

#slide_menu_box #slide_menu li a {
  color: #5a483f;
}
.sec02_dr {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  background: url(./img/sec02_dr.jpg);
  background-position: center;
  background-size: cover;
}
.sec02_dr img {
  border: solid #000 2px;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------
mainvisual
---------------------------*/
.mainvisual {
  background-color: #f1f1f0;
}
.vr_eria {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.vr_eria .right_box {
  display: flex;
  justify-content: flex-start;
  flex-basis: 20%;
  padding-bottom: 20px;
}

/* 360°部分 */
.vr_box {
  flex-basis: 75%;
}

.vr_box iframe {
  width: 100% !important;
  height: 710px !important;
  border: 2px solid #333;
}

.vr_box .ricoh-theta-tour-image {
  width: 100% !important;
  height: auto !important;
}

/* メインビジュアル装飾 */
.main_right_img {
  margin-top: 120px;
  margin-left: 20px;
}

.copy01 {
  width: 170px;
  margin-top: -40px;
  margin-left: -20px;
}

.copy02 {
  width: 60%;
  height: auto;
}

/*バナー*/
.bnr {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* サイドバナー */
.rzv_box {
  position: fixed;
  right: 0;
  top: 150px;
}

.rzv {
	border: 1px solid #333;
	padding: 20px 10px;
	display: block;
	margin-bottom: 10px;
}

.rzv_box .rzv01 img {
  width: 18px;
  height: auto;
  margin: 0 auto;
}

.rzv_box .rzv02 img {
  width: 28px;
  height: auto;
}

.rzv01 {
	background-color: #df9476;
	text-align: center;
}

.rzv02 {
  background-color: #aad279;
	text-align: center;
}

/*---------------------------
sec01
---------------------------*/
#sec01 {
  padding-top: 80px;
  padding-bottom: 40px;
  background: url(./common/img/bg01.png) repeat left top;
}

#sec01 .sec01_ttl_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

#sec01 .sec01_ttl_box img {
  width: 130px;
  height: auto;
}

#sec01 .sec01_ttl_box p {
  font-size: 2rem;
  margin-top: 40px;
}

#sec01 .sec01_pic {
  width: 90%;
}

/* 設備紹介写真エリア */
.slide_eria {
  width: 90%;
  max-width: 1500px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.swiper-slide {
  height: 500px;
}

.slide_img01 {
  background: url(img/slide_pic01.jpg?0210) center / cover no-repeat;
}

.slide_img02 {
  background: url(img/slide_pic02.jpg?0210) center / cover no-repeat;
}

.slide_img03 {
  background: url(img/slide_pic03.jpg?0212) center / cover no-repeat;
}

.slide_img04 {
  background: url(img/slide_pic04.jpg?0210) center / cover no-repeat;
}

.slide_img05 {
  background: url(img/slide_pic05.jpg?0210) center / cover no-repeat;
}

.slide_img06 {
  background: url(img/slide_pic06.jpg?0210) center / cover no-repeat;
}

.swiper-container {
  width: 50%;
  height: 500px;
  float: left;
  border: 2px solid #333;
}

/* サムネイル */
.thumb-list {
  width: 50%;
  height: 400px;
  float: left;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumb-item {
  list-style: none;
  width: 33.333%;
  height: auto;
  border: 2px solid #333;
  border-left: none;
}

.thumb-item:nth-of-type(1) {
  border-bottom: none;
}

.thumb-item:nth-of-type(2) {
  border-bottom: none;
}

.thumb-item:nth-of-type(3) {
  border-bottom: none;
}

.thumb-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.thumb-link p {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding:6px 0 3px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}

.catch {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
  width: 100%;
}

.swiper-slide h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

/*---------------------------
sec02
---------------------------*/
#sec02 {
  background-color: #f1f1f0;
}
#sec02 .inner {
  display: flex;
  justify-content: space-around;
}

#sec02 .sec02_ttl {
  margin-top: -60px;
}

#sec02 .sec02_ttl img {
  width: 140px;
  height: auto;
}

#sec02 .right_box {
  flex-basis: auto; /*23%*/
  display: flex;
  justify-content: end;
}

#sec02 .left_box {
  flex-basis: 60%;
}

#sec02 .left_box img {
  border: 2px solid #333;
}

#sec02 .left_box .name {
  margin-top: 20px;
  text-align: center;
  font-size: 2.6rem;
}

#sec02 .left_box .name > .sub01 {
  display: block;
  font-size: 1.8rem;
}

#sec02 .left_box .name > .sub02 {
  display: inline-block;
  font-size: 1.8rem;
}

/*
#sec02 .text_box {
  width: 170px;
}
*/

/*---------------------------
sec03
---------------------------*/
#sec03 {
  background: url(./common/img/bg01.png) repeat left top;*/
}

#sec03 .inner {
  display: flex;
  justify-content: space-between;
}

#sec03 .left_box {
  text-align: center;
  flex-basis: 40%;
}

#sec03 .left_box img {
  display: inline-block;
}

#sec03 .sec03_ttl {
  width: 110px;
  height: auto;
  margin-bottom: 40px;
}

#sec03 .right_box {
  flex-basis: 55%;
  border: 2px solid #333;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-around;
}

#sec03 .right_box a {
  width: 80%;
  height: auto;
}

#sec03 .right_box a:first-child {
  margin-right:20px;
}

#sec03 .right_box a img {
  width: 100%;
  height: auto;
}

#sec03 .right_box a {
  transition: 0.4s ease-in-out;
}

#sec03 .right_box a:hover {
  opacity: 0.5;
}

/*---------------------------
sec04(お問い合わせ)
---------------------------*/

#sec04.section{
  padding-top: 40px;
}
#sec04 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
}

/* #sec04 .left_box {
  flex-basis: 80%;
  background-color: #fff;
  border: 2px solid #333;
  padding: 40px 60px;
} */

#sec04 .bnr {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid #f6f3ee;
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/*#sec04 .bnr:hover {
	opacity: 0.8;
}マウスオーバーで白くする*/
#sec04 .bnr:nth-child(1) {
	background: #aad279;
	margin-bottom: 20px;
}
#sec04 .bnr:nth-child(2) {
	background: #df9476;
}
#sec04 .bnr a {
	display: block;
	padding: 30px 130px 30px 50px;
	text-align: left;
	line-height: 1;
	background: url(img/bnr_arrow.png)right 30px center/80px auto no-repeat;
}
#sec04 .bnr a.contact{
	padding: 22px 130px 22px 50px;
}
#sec04 .right_box {
  margin-top: -80px;
  margin-left: 20px;
}

#sec04 .right_box img {
  width: 130px;
}


#sec04 .left_box a img{
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*#sec04 .left_box a img:hover {
  opacity: 0.5;
}マウスオーバーで白くする*/

form#mailformpro .mfp_buttons button {
  border-bottom: solid 3px #7b5d07;
}

/*---------------------------
footer
---------------------------*/
#access {
  background-color: #f1f1f0;
}
footer .ft_01 .flex04 {
  display: flex;
  justify-content: space-around;
}

footer .ft_01 {
  padding-top: 120px;
  padding-bottom: 60px;
}

footer .ft_01 h2 {
  margin-top: -80px;
}

footer .ft_01 h2 img {
  width: 130px;
  height: auto;
}

footer .access_box {
  /* flex-basis: 45%; */
}

/*未使用
footer .access_box ul {
  text-align: center;
  display: inline-block;
}

footer .ft_01 .access_box ul li {
  font-weight: bold;
  color: #747373;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 35px;
}

footer .ft_01 .access_box ul li:nth-of-type(1) {
  background: url(./common/img/icon01.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: top left;
  vertical-align: middle;
}

footer .ft_01 .access_box ul li:nth-of-type(2) {
  background: url(./common/img/icon03.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left top;
}
*/

footer .ft_01 .access_box .text_indent {
  text-indent: 3rem;
  display: inline-block;
}

footer .ft_01 .access_box .text_indent02 {
  text-indent: 3.4rem;
  display: inline-block;
}

footer .access_text {
  margin-bottom: 10px;
}

footer .tel {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(./common/img/tel.png) no-repeat left center;
}
footer .tel a {
  display: inline-block;
  color: #333;
  font-size: 3rem;
}
/*
footer .ft_01 .tel_img {
  width: 320px;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}
*/

footer .hoken {
  background-color: #8ab32d;
  padding: 10px 80px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
}

/*Googleマップ*/
footer .map_box {
  text-align: center;
  flex-basis: 45%; /*50%*/
}

footer .map_box iframe {
  width: 99%;
  height: 450px;
}

/*---------------------------
診療時間 .time_box
---------------------------*/
.time_box_h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.time_box_h3 span {
  padding-left: 20px;
  font-weight: normal;
  font-size: 1.6rem;
}

.time_box_text02 .text02_ttl {
  background: #8ab32d;
  color: #fff;
  padding: 4px 8px;
  margin-right: 10px;
  border-radius: 5px;
}

.time_box_text02 {
  margin-bottom: 10px;
}

.time_box_text03 {
  margin-bottom: 10px;
}

.time_box {
  border-collapse: collapse;
  margin-bottom: 10px;
}

.time_box th,
.time_box td {
  padding: 3px 6px;
  text-align: center;
  border: 1px solid #8ab32d;
  background: #fff;
}
.time_box th:nth-child(2),
.time_box th:nth-child(8) {
  padding: 3px 7px;
}

.time_box td:nth-of-type(1) {
  text-align: right;
}

/* 上段。backgroundを書き換えれば背景色が変わります。 */
.time_box th {
  background: #8ab32d;
  font-weight: normal;
  color: #fff;
}

.copyRight {
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
}

/*================================

　ここからPC適用

================================*/
@media (min-width: 897px) {
  .pc-none {
    display: none !important;
  }

  .pcTab-none {
    display: none !important;
  }
}

/*================================

　ここからタブレット横

================================*/
@media (max-width: 1024px) and (min-width: 897px) {
  #slide_menu_box #slide_menu li {
    font-size: 1.5vw;
    padding-right: 10px;
    letter-spacing: 0px;
  }
  #sec02 .sec02_ttl {
    margin-top: -60px;
    margin: 0 auto 20px;
  }
  #sec02 .inner {
    flex-direction: column;
  }
  #sec02 .left_box {
    flex-basis: 60%;
    order: 2;
  }
  .sec02_ttl .pc-none {
    display: block !important;
  }
  .sec02_ttl .tabSp-none {
    display: none !important;
  }
  .sec02_text_wrap img {
    display: none;
  }
  .greeting {
    display: block !important;
    margin-top: 20px;
  }
  .vr_box iframe {
    height: 597px !important;
  }

  .copy01 {
    width: 140px;
  }

  .main_right_img {
    width: 45px;
    margin-top: 80px;
    margin-left: 10px;
  }

  #sec01 .sec01_ttl_box p {
    font-size: 1.6rem;
  }

  #sec04 .left_box {
    padding: 40px 20px;
  }
}

/*================================

　ここからTABLET・SP適用

================================*/
@media (max-width: 896px) {
  .tabSp-none {
    display: none !important;
  }

  .inner {
    padding: 0 10px;
    width: 100%;
  }

  /*---------------------------
  	  ハンバーガーメニュー
  	  ---------------------------*/
  .hm_menu_check {
    /* チェックボックスを隠す */
    display: none;
  }

  .hm_wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: +9999999999;
    opacity: 0.8;
  }

  .hm_title {
    /* ハンバーガーメニューオープン時の見出し */
    position: relative;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 0 15px;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s;
    z-index: +9999999999;
  }

  /* ▽▽メニューボタン▽▽ */
  .hm_btn {
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: +9999999999;
  }

  .hm_btn::before {
    -webkit-box-shadow: #333 0 8px 0;
    box-shadow: #333 0 12px 0;
  }

  .hm_btn::after {
    bottom: 0;
  }

  .hm_btn::before,
  .hm_btn::after {
    width: 30px;
    height: 2px;
    background: #333;
    display: block;
    content: "";
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear,
      -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  }

  /* △△メニューボタン△△ */
  .hm_menu_wrap {
    margin-left: 45%;
    width: 60%;
    height: 10000px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    /* opacity: 0.95;
      -moz-opacity: 0.95;
      -webkit-opacity: 0.95; */
  }

  /* ▽▽開閉時のアニメーション▽▽ */
  .hm_menu_check:checked ~ .hm_title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hm_menu_check:checked ~ .hm_btn::before {
    background: #333;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
    transform: rotate(45deg) translate3d(6px, 11px, 0);
  }

  .hm_menu_check:checked ~ .hm_btn::after {
    background: #333;
    -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
  }

  .hm_menu_check:checked ~ .hm_menu_wrap {
    left: 0;
  }

  /* △△開閉時のアニメーション△△ */
  /* ▽▽メニュー内のリストスタイル▽▽ */
  .hm_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
  }

  .hm_list li {
    clear: both;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dotted #333;
    padding: 8px 22px;
    color: #333;
  }

  /* ページ完成後外す */
  .hm_list li a {
    font-size: 16px;
    color: #000;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: +99999999;
  }

  .hm_list li a::before {
    /* aタグマウスオーバー時の背景 */
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    right: 0;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: +99999999;
  }

  .hm_list li a:hover::before {
    bottom: 0;
  }

  .hm_list li a:hover::after {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .menu_recruit {
    display: block;
    position: absolute;
    margin-top: -35px;
    left: 50%;
    margin-left: 50px;
  }

  /*---------------------------
  mainvisual
  ---------------------------*/
  .logo_box img {
    max-width: 90%;
    padding: 2px 0 0 5px;
  }

  .mainvisual {
    height: auto;
  }

  .vr_box iframe {
    height: 400px !important;
    border: 2px solid #333;
  }

  .vr_box .ricoh-theta-tour-image {
    height: 400px !important;
  }

  .vr_eria {
    flex-direction: column;
    /* padding-top: 70px; */
  }

  .copy01_sp {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .copy02 {
    margin-top: 10px;
    width: 100%;
  }

  .section {
    padding-top: 20px;
  }

  /*---------------------------
sec01
---------------------------*/

  #sec01 {
    padding-top: 40px;
  }

  #sec01 .sec01_ttl_box {
    flex-direction: column;
    margin-bottom: 20px;
  }

  #sec01 .sec01_ttl_box img {
    width: 90px;
    margin: 0 auto 20px;
  }

  #sec01 .sec01_ttl_box p {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .swiper-slide {
    width: 100%;
    /* padding-top: 100%; */
    height: 350px;
  }

  .slide_eria {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-container {
    width: 100%;
    /* height: 0;
  padding-top: 100%; */
    float: none;
    height: 350px;
  }

  .thumb-list {
    float: none;
    width: 100%;
    height: auto;
  }

  .thumb-link {
    height: auto;
    padding-top: 100%;
  }

  .thumb-link p {
    font-size: 14px;
  }

  .catch p {
    font-size: 14px;
  }

  /*---------------------------
  sec02
  ---------------------------*/

  #sec02 .inner {
    flex-direction: column;
  }

  #sec02 .right_box {
    order: 1;
  }

  #sec02 .left_box .text {
    margin-top: 20px;
  }

  #sec02 .left_box {
    order: 2;
  }

  #sec02 .sec02_ttl {
    margin: 0 auto 20px;
  }

  #sec02 .sec02_ttl img {
    width: 110px;
  }

  /*---------------------------
sec03
---------------------------*/
  #sec03 .sec03_ttl {
    width: 90px;
    margin-bottom: 20px;
  }

  #sec03 .inner {
    flex-direction: column;
  }

  #sec03 .right_box {
    padding: 5px;
  }

 /*---------------------------
sec04
---------------------------*/
#sec04 .inner {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#sec04 .left_box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;

}
#sec04 .bnr a {
  padding: 20px 60px 20px 20px;
  background: url(img/bnr_arrow.png)right 20px center/30px auto no-repeat;
}

#sec04 .bnr a.contact {
  padding: 15px 60px 15px 20px;
  background: url(img/bnr_arrow.png)right 20px center/30px auto no-repeat;
}

#sec04 .right_box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

#sec04 .right_box img {
  width: 90px;
  margin: 0 auto 20px;
}

  /*---------------------------
    footer
    ---------------------------*/

  footer .ft_01 h2 {
    margin-top: 0;
  }

  footer .ft_01 h2 img {
    margin: 0 auto 20px;
    width: 110px;
  }

  footer .ft_01 .flex04 {
    flex-direction: column;
  }

  footer .access_box {
    margin-bottom: 40px;
    text-align: left;
    display: inline-block;
  }

  footer .ft_01 {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
  }

  footer .ft_02 {
    flex-direction: column;
    padding: 40px 20px;
  }

  footer .area_box {
    order: 2;
  }

  footer .calendar {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }

  footer .calendar iframe {
    width: 100%;
    height: 400px;
  }

  .time_box {
    display: inline-block;
  }

  .time_box th,
  .time_box td {
    font-size: 1.4rem;
  }
  .time_box_text02.sp-none {
    display: none;
  }

  /*---------------------------

  画面下固定バナー

  ---------------------------*/
  .ft_fix {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background: rgba(84, 50, 23, 0.8); */
  }

  #footer_fix {
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    /* background: rgba(84, 50, 23, 0.68); */
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    height: 10px;
  }

  #footer_fix.fixed {
    position: fixed;
    z-index: 200;
    height: auto;
    overflow: hidden;
  }

  #footer_fix .ft_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #footer_fix .ft_sp a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.2;
    text-decoration: none;
  }

  #footer_fix .ft_sp a:nth-of-type(1) {
    background: #aad279;
    padding-top: 14px;
  }

  #footer_fix .ft_sp a:nth-of-type(2) {
    background: #df9476;
    padding-top: 14px;
  }
  /*
    #footer_fix .ft_sp a:nth-of-type(2) span{
    font-size: 1.4rem;
    display: inline-block;
  }
    */

  #footer_fix .ft_sp a img {
    display: inline;
  }

  #footer_fix .ft_sp a:nth-of-type(1) img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-top;
  }

  #footer_fix .ft_sp a:nth-of-type(2) img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-top;
  }





  .copyRight {
    padding-bottom: 80px;
  }
}

/*================================

　ここからTABLETのみ適用
　※この中には基本的に書き込まないでください

================================*/
@media (max-width: 896px) and (min-width: 481px) {
  .pcTab-none {
    display: none !important;
  }

  .tab-none {
    display: none !important;
  }

  form#mailformpro dl.mailform textarea {
    width: 90% !important;
  }

  .vr_box iframe {
    height: 600px !important;
  }

  .vr_box .ricoh-theta-tour-image {
    height: 600px !important;
  }

  form#mailformpro dl.mailform dd.mail_box input {
    width: 80%;
  }
}

/*================================

　ここからSP適用

================================*/
@media (max-width: 480px) {
  .tabSp-none {
    display: none !important;
  }

  .sp-none {
    display: none !important;
  }

  footer .hoken {
    display: block;
    padding:10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .time_box th,
  .time_box td {
    padding: 1px 5px;
    font-size: 1.3rem;
  }
  .time_box_text02{
    margin:0px auto 10px;
    padding: 1px 5px;
    font-size: 1.4rem;
  }
  .time_box_text03{
    margin:-13px auto 2px;
    padding: 1px 15px;
    font-size: 1.4rem;
  }
}
