@charset "utf-8";

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: #333;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.font01 {
    font-family: "Kosugi Maru", sans-serif;
}

.font02 {
  font-family: "Kosugi Maru", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

  #head_tel {
	  display: block;
	  margin-top: 20px;
	  margin: 15px auto;
  }



/* CSS Document */
#all {
background: #fff1f4;
}

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

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

/*---------------------------
header
---------------------------*/
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

#header .header_left {
  /*display: flex;*/
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

#slide_menu_box #slide_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#slide_menu_box #slide_menu li {
  font-size: 2.0rem;
  padding-right: 40px;
}
#slide_menu_box #slide_menu li a {
  font-weight: bold;
}

#slide_menu_box #slide_menu li:nth-of-type(3) {
  padding-right: 0;
}

#slide_menu_box #slide_menu li a {
  color: #333;
  text-decoration: none;
}

/*---------------------------
mainvisual
---------------------------*/

/* .mainvisual {
  background: url(img/vr_bg.jpg) no-repeat top / cover;
} */

 .bg-waku {
      margin-top: -40px;
}

.vr_eria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.vr_eria .right_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

/* 360°部分 */
.vr_box {
  -ms-flex-preferred-size: 75%;
  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: -20px;
  margin-left: -20px;
}

.copy02 {
  width: 60%;
  height: auto;
  /* margin-top: 70px; */
}

/* サイドバナー */
.rzv_box {
  position: fixed;
  right: 0;
  top: 150px;
}
.rzv_box a:nth-of-type(1) {
margin-bottom: 20px;
display: block;
}


/*
.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;
}

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

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

#sec01 .sec01_ttl_box p {
  font-size: 2.0rem;
  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?0888) center / cover no-repeat;
}

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

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

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

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

.slide_img06 {
  background: url(img/slide_pic06.jpg?06688) 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  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 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

#sec02 .right_box {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#sec02 .left_box {
  -ms-flex-preferred-size: 60%;
  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 .text_box {
  width: 272px;
}

/*---------------------------
sec03
---------------------------*/
#sec03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

#sec03 .right_box {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  border: 2px solid #333;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 25px;
}

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

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

#sec03 .right_box a {
  -webkit-transition: 0.4s ease-in-out;
  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;
}
#sec04 .bnr:hover {
	opacity: 0.8;
}
#sec04 .bnr:nth-child(1) {
	background: #e74291;
	margin-bottom: 20px;
}
#sec04 .bnr:nth-child(2) {
	background: #84c35a;
}
#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 .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
---------------------------*/
footer .ft_01 .flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  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 .map_box {
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

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

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: 3.0rem;
  display: inline-block;
}

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

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;
}

/*---------------------------
診療時間 .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: #e74291;
  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 #e74291;
  background: #fff;
}

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

.time_box th {
  background: #e74291;
  font-weight: normal;
  color: #fff;
}

.copyRight {
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
  background: url(./img/bg_copyright.jpg) no-repeat top / cover;
  color: #fff;
}

footer .tel a {
    display: inline-block;
    color: #333;
    font-size: 3rem;
	text-decoration: none;
}
footer .tel {
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(./img/ft_icon01.png) no-repeat left 15px;
	background-size: 5%;
}

footer .text-holiday {
  display: flex;
  justify-content: space-between;
}

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

　ここからPC適用

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

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

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

　ここからタブレット横

================================*/
@media(max-width: 1024px) and (min-width: 897px) {
  .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) {
	img {
		display: block;
	}
  .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;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s;
    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: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s, -webkit-box-shadow 0.2s linear, -webkit-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;
    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 {
    width: 70%;
    padding: 10px 0 0 10px;
  }

  .mainvisual {
    height: auto;
  }

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

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

  .vr_eria {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: 12px;
    }

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

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

  #sec02 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #sec02 .right_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

  #sec02 .left_box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 .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 img {
    margin: 0 auto 20px;
    width: 110px;
  }

  footer .ft_01 .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .access_box {
	  width: 90%;
	  margin: 0 auto 40px;
    text-align: left;
    display: inline-block;
  }

  footer .ft_01 {
    padding-top: 80px;
    text-align: center;
  }

  footer .ft_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
  }

  footer .area_box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .calendar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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;
	vertical-align: middle;
  }

  footer .ft_01 {
    padding-bottom: 20px;
  }

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

    画面下固定バナー

    ---------------------------*/
  .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: 8px 0;
    width: 100%;
    font-size: 2.0rem;
    color: #fff;
    line-height: 0.8;
		text-decoration: none;
  }
  #footer_fix .ft_sp a .ft-text-s {
  font-size: 1.2rem;
}

  #footer_fix .ft_sp a:nth-of-type(1) {
    background: #e74291;
    padding-top: 8px;

  }

  #footer_fix .ft_sp a:nth-of-type(2) {
		 background: #aad429;
    padding-top: 14px;
      font-size: 1.8rem;
  }

		#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: 8px;
    vertical-align: text-bottom;
  }





  .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;
  }


  #all {

  }

  footer .hoken {
    display: block;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
}
