@charset "utf-8";
.televe_nonpc {
  pointer-events: none;
}

/****************/

body {
  font-family: 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', sans-serif;
  font-size: 4.5vw;
}

a {
  text-decoration: none;
  color: #61B1E6;
}

a:hover {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
  color: #00a3c9;
}

a img {
  transition: 0.3s;
}

.rela {
  position: relative;
}

.abso {
  position: absolute;
}

.cf:after {
  clear: both;
  display: block;
  content: "";
}

img {
  border: 0;
  vertical-align: top;
  width: 100%;
  display: block;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
}

.on375 {
  display: none;
}

/* =======================================
★アニメーション
========================================== */

@keyframes garlslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
    transform: translate3d(-100%, 10%, 0) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

@-webkit-keyframes garlslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
    transform: translate3d(-100%, 10%, 0) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 250%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes b_line {
  0% {
   transform: scale(0, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes b_line {
  0% {
  transform: scale(0, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.lines{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #009d9c;
  transform-origin:left top;
  transition: transform .3s;
}

.chair_in .lines{
  background: #00B4ED;
}

.clines{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 12px;
  z-index: 1;
  transform-origin:center top;
  transition: transform .3s;
  background: linear-gradient(to right, rgba(76, 181, 114, 1) 0%, rgba(0, 162, 255, 1) 40%, rgba(0, 162, 255, 1) 65%, rgba(76, 181, 114, 1) 100%);
}

.dlines{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 20px;
  transform-origin:center top;
  transition: transform .3s;
  background: #009d9c;
}

.b_line {
  -webkit-animation-name: b_line;
  animation-name: b_line;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.0);
}

@-webkit-keyframes pops_up {
  0% {
   transform: scale(0, 0);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes pops_up {
  0% {
  transform: scale(0, 0);
  }

  100% {
    transform: scale(1, 1);
  }
}

.pops_up{
  -webkit-animation-name: pops_up;
  animation-name: pops_up;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1.0);
  /* transform: scale(1, 1) rotate3d(0, 1, 245, -360deg); */
}
.title_ch_qa_before_wrap{
  /* overflow: hidden; */
}

.title_ch_qa_before {
  content: "";
  display: block;
  width: 40%;
  max-width: 160px;
  height: 75px;
  position: absolute;
  top: -40px;
  left: -20px;
  transform-origin:right bottom;
  transition: transform .3s;
  background: url(../img/title_ch_qa_img.png)no-repeat center center;
  background-size: 80%;
}


/* =======================================
★共通
========================================== */

.wrap {
  margin: 0 auto;
  z-index: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: unset;
  max-width: 1366px;
}

header {
    /* border-bottom: 3px solid #d00f31; */
    margin: 0 0 -0.4px 0;
}

main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

p {
  line-height: 180%;
}

.inner {
  max-width: 980px;
  width: 92%;
  margin: 0 auto;
  color: #000000;
}

.visibility {
  visibility: hidden;
}

.change_wrap{
  min-height: 980px;
}
/*シャドウ*/

.box_shadow {
  box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
}

/*グーグルマップ*/

.gmapWp {
  width: 100%;
  position: static;
  min-height: 250px;
}

.gmapWp>iframe {
  width: 100%;
  height: 440px;
  padding: 0;
  margin: 0;
  border-width: 0;
  vertical-align: bottom;
}

.img_Multifit {
  max-width: 446px;
  margin: 0px auto 5%;
  width: 80%;
}

/*テキスト類*/

h2>span {
  display: inline-block;
  padding: 0 3%;
  background: #fff;
  z-index: 2;
  position: relative;
}

.txt_blue {
  color: #00b4ed;
}

.title_line {
  font-size: 5.5vw;
  text-align: center;
  position: relative;
  letter-spacing: 8px;
  margin: 0 0 3% 0;
  line-height: 130%;
}

.title_line > span {
  line-height: 130%;
}

.title_line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  width: 100%;
  height: 2px;
  background: #00b4ed;
  z-index: 1;
}

.wf-roundedmplus1c {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*ボタン類*/

.box_shadow {
  box-shadow: 7px 7px 8px 0px rgba(0, 0, 0, 0.3);
}

.btn01 {
  color: #fff !important;
  background: #00aebb;
  font-size: 4.7vw;
  padding: 5% 2%;
  width: 40%;
  max-width: 410px;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 3% 7%;
  border-radius: 15px;
  line-height: 150%;
}

.btn_geeen {
  background: url(../img/bk_btn01.png)no-repeat center center;
  background-size: cover;
}

.btn_blue {
  background: url(../img/bk_btn02.png)no-repeat center center;
  background-size: cover;
}

.btn02 {
  color: #fff !important;
  background: #ea5550;
  font-size: 32px;
  padding: 50px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 14px;
}

.btn_oreng {
  background: linear-gradient(to bottom, rgba(255, 186, 83, 0.6) 0%, rgba(255, 186, 83, 1) 30%, rgba(255, 187, 83, 1) 70%, rgba(255, 186, 83, 0.6) 100%);
}

.btn_lightblue {
  background: linear-gradient(to bottom, rgba(97, 212, 229, 0.6) 0%, rgba(97, 212, 229, 1) 30%, rgba(97, 212, 229, 1) 70%, rgba(97, 212, 229, 0.6) 100%);
}

.btn03 {
  color: #fff !important;
  background: #ea5550;
  font-size: 4vw;
  padding: 3% 3%;
  position: relative;
  display: block;
  text-align: center;
  border-radius: 14px;
  letter-spacing: 3px;
}

.btn_purple {
  background: linear-gradient(to bottom, rgba(170, 131, 218, 0.6) 0%, rgba(170, 131, 218, 1) 30%, rgba(170, 131, 218, 1) 70%, rgba(170, 131, 218, 0.6) 100%);
}

.btn_yellow {
  background: linear-gradient(to bottom, rgba(206, 203, 95, 0.6) 0%, rgba(206, 203, 95, 1) 30%, rgba(206, 203, 95, 1) 70%, rgba(206, 203, 95, 0.6) 100%);
}

.btn_pagetop{
  /* position: fixed;
  right: 10px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  display: block;
  background: #a39f9f;
  z-index: 10; */
  display: none;
}
.btn_pagetop > span{
  display:none;
}
.btn_pagetop:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    position: absolute;
    top: 40%;
    left: 0;
    right:0;
    margin: auto;
    transform: rotate(-45deg);
    transition: .3s;
}
}
/* =======================================
	★header
========================================== */

.headerinnder {
  position: relative;
  border-bottom: solid 2px #D00F31;
}

.logo {
  /* max-width: 213px;
  margin: 5%;
  z-index: 1;
  width: 35%; */
}

a[href^="tel:"] {
  pointer-events: none;
}

/* =======================================
	★footer
========================================== */

footer {
  /* background: #efefef; */
  padding: 10px 0 10px;
}

.f_copy {
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
  color: #727171;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.f_copy:after {
  content: "";
  display: block;
  clear: both;
}

.yugothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

/* =================================================
	★TOP
======================================================== */

/*cover*/

.cover .cover_wrap {
  overflow: hidden;
  margin: 0 0 10% 0;
}

.cover01_txt {
  max-width: 694px;
  width: 72.8%;
  margin: 0 auto;
  top: 10.8%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: .7s;
}

.cover01_bed {
  max-width: 362px;
  width: 35%;
  margin: 0 auto;
  top: 43.9%;
  left: 0;
  right: 42.5%;
  z-index: 2;
  transition: .3s;
}

.cover01_chair {
  max-width: 299px;
  width: 28.9%;
  margin: 0 auto;
  top: 43%;
  left: 46.8%;
  right: 0;
  z-index: 2;
  transition: .3s;
}

.cover01_bed:hover {
  filter: drop-shadow(8px 8px 8px rgba(197, 234, 226, 0.6));
}

.cover01_chair:hover {
  filter: drop-shadow(8px 8px 8px rgba(223, 242, 252, 0.6));
}


.cover .cover_wrap>span {
  position: absolute;
  z-index: 3;
  top: 0;
  transition: 1s;
  transition-timing-function: ease-in-out;
  width: 100%;
}

.cover_wrap>span.cover02 {
  left: -100%;
}

.cover_wrap>span.cover03 {
  left: 100%;
}

.cover.active_bed .cover_wrap>span.cover02 {
  left: 0;
}

.cover.active_chair .cover_wrap>span.cover03 {
  left: 0;
}

.enpoint {
  background: #eee;
  width: 103px;
  height: 103px;
  border-radius: 50%;
  z-index: 4;
  transition: 1s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.2s;
  opacity: 0;
}

.enpoint small {
  font-size: 15px;
  margin: 16px auto 0;
  width: 60px;
  display: block;
  text-align: center;
  color: #fff;
}

.topbtn_bed.enpoint {
  top: 3%;
  left: -10%;
  position: absolute;
  background: #009D9C;
}

.topbtn_chair.enpoint {
  right: -10%;
  bottom: 3%;
  position: absolute;
  background: #0099E2;
}

.active_chair .topbtn_bed.enpoint {
  left: 1.5%;
  opacity: 1;
}

.active_bed .topbtn_chair.enpoint {
  right: 1.5%;
  opacity: 1;
}

.active_chair .cover01_bed,.active_chair .cover01_chair,.active_chair .cover01_txt{
  opacity: 0;
}

.active_bed .cover01_bed,.active_bed .cover01_chair ,.active_bed .cover01_txt{
  opacity: 0;
}
/*共通上*/

.about_title {
  margin: 0 0 5% 0;
}

.about_area .inner>strong {
  font-size: 6.3vw;
  color: #08b6ee;
  text-align: center;
  display: block;
  line-height: 150%;
  margin: 0 auto 5%;
  width: 90%;
}

.about_area .inner>p {
  line-height: 180%;
  margin: 0 0 15% 0;
  width: 90%;
  margin: 0 auto 7%;
}

.about_title span {
  font-size: 5vw;
  display: block;
  z-index: 2;
  position: relative;
  margin: 0 0 10% 0;
  padding: 0;
}

.about_title span em {
  font-size: 5vw;
  text-align: center;
  display: block;
  background: #fff;
  margin: 0 auto 0;
  width: 80%;
  z-index: 2;
  position: relative;
}

/* .about_title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 18px;
  z-index: 1;
  background: linear-gradient(to right, rgba(76, 181, 114, 1) 0%, rgba(0, 162, 255, 1) 40%, rgba(0, 162, 255, 1) 65%, rgba(76, 181, 114, 1) 100%);
} */

.about_area .btn_warp {
  margin: 0 0 10% 0;
  font-size: 0;
  letter-spacing: 0;
  line-height: 100%;
}

.about_area .btn_warp>a {
  display: inline-block;
  text-align: center;
}

/*共通下*/

.btn_warp_area .btn_warp {
  max-width: 1020px;
  margin: 0 auto 5%;
  font-size: 0;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
}

.btn_warp_area .btn_warp a {
  max-width: 475px;
  margin: 0 2.5% 5%;
  font-size: 4.7vw;
  padding: 8% 2%;
  width: 40%;
}

.ullist {
  font-size: 3vw;
  margin: 0 0 5% 0;
}

.ullist li {
  line-height: 200%;
  padding: 0 0 0 5%;
  font-size: 3vw;
}

li.li_title span {
  font-size: 4.2vw;
}

.ullist li.li_title {
  padding: 0;
  line-height: 170%;
  font-size: 3.2vw;
  padding: 3% 0;
}

.exhibition_area p {
  font-size: 3vw;
  /* text-align: center; */
  line-height: 180%;
}

.exhibition_area .inner>strong {
  font-size: 5vw;
  text-align: center;
  display: block;
  background-color: white;
  letter-spacing: 0px;
  margin: 5% 0;
}

.bnt_wrap2 {
  margin: 5% 0;
}

.bnt_wrap2 a {
  margin: 0 0 7% 0;
}

/*chenge共通*/

.titles_02 {
  font-size: 7vw;
  text-align: center;
  margin: 0 auto 8%;
  border-bottom: dotted 1px;
  border-width: 8px;
  font-weight: bold;
}

h2.titles_02 strong {
  line-height: 100%;
  padding: 0 0 7% 0;
  display: inline-block;
}

.titles_03 {
  font-size: 6.5vw;
  margin: 0 auto 20px;
  /* border-bottom: solid 2px #009d9c; */
  border-bottom: solid 2px rgba(0, 157, 156, 0);
  line-height: 130%;
  font-weight: bold;
}

.titles_03>span {
  font-size: 5vw;
  display: block;
  margin: 0 auto 10px;
}

.title_h4_01 {
  font-size: 5.5vw;
  margin: 0 auto 3%;
  vertical-align: middle;
}

.title_h4_01:before {
  content: "■";
  display: inline;
  font-size: 24px;
  letter-spacing: 2px;
  top: 3px;
  position: relative;
}

.title_h4_02 {
  font-size: 4.3vw;
  text-align: center;
  margin: 0 auto 5%;
}

/* .title_h4_02:after {
  content: "";
  display: block;
  border-bottom: solid 2px;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 20px;
} */

.title_bars {
  font-size: 6.5vw;
  text-align: center;
  margin: 0 auto 0;
  padding: 5% 3%;
  letter-spacing: 5px;
  line-height: 150%;
  font-weight: bold;
}

.change_wrap p {
  font-size: 4.5vw;
  line-height: 180%;
}

.change_wrap .txt02 {
  font-size: 4.5vw;
  margin: 0 auto 3%;
}

.note_txt {
  font-size: 2vw;
  vertical-align: top;
  line-height: 150%;
  font-weight: bold;
  margin: 0 1%;
}

/* =================================================
	★ベッド
======================================================== */

.bed_in {}

.bed_in h2, .bed_in h3, .bed_in .title_h4_02 {
  color: #009d9c;
}

.box02_imgwrap>p {
  color: #009d9c;
}

.bed_in .title_h4_01:before {
  color: #009d9c;
}

.box02_imgwrap>p em>span {
  display: inline;
  padding: 0px 5px;
}

.bed_in h5 {
  margin: 0 auto 5%;
  color: #009d9c;
  font-size: 5vw;
  text-align: left !important;
}

.change_wrap p.txth_5noshita {
  line-height: 170%;
  margin: 0 0 10% 0;
}

.ins_cover {
  margin: 0 0 60px 0;
}

.first_imgwrap {
  margin: 0 auto 10%;
  padding: 0 0 0 0;
}

.bed_in .box01>ul>li {
  /* float: right; */
  max-width: 585px;
  width: 80%;
  margin: 0 auto 5%;
  font-size: 4vw;
  line-height: 180%;
}

.bed_in .box01>ul>li p {
  font-size: 4vw;
}

.bed_in .box01>ul>li:first-child {
  max-width: 185px;
  width: 70%;
  margin: 0 auto 5%;
}

.tb01 {
  margin: 0 0 30px 0;
  width: 100%;
}

.th02 {
  width: 28%;
}

.th03 {
  width: 30%;
}

.tb01>thead {
  background: #009d9b;
}

.tb01>thead th {
  font-size: 4vw;
  color: #fff;
  text-align: center;
  background: #009d9b;
  border: solid 1px;
  line-height: 180%;
}

.tb01>tbody td {
  font-size: 4vw;
  color: #000;
  border: solid 1px #009d9b;
  line-height: 180%;
  padding: 0 1.5%;
}
.tb01>tbody td > span{
  display:block;
}

.tb01>tbody td:nth-of-type(1) {
  border-left: solid 1px #fff;
  padding: 0;
}

.tb01>tbody td:nth-of-type(3) {
  border-right: solid 1px #fff;
}

.be_chousetu {
  max-width: 290px;
  margin: 0 auto 7%;
}

.configuration_warp {
  position: relative;
  height: auto;
  margin: 0 auto 5%;
}

.con_nav01_wrap li{
  margin: 0 0 0 0.5%;
  width: 33%;
}
.con_nav01_wrap li:first-child{
  margin:0 0 0 0;
}

.con_box_wrap li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.con_nav_box a {
  width: auto;
  height: auto;
  display: block;
  border: solid 2px;
  text-align: center;
  line-height: 100%;
  border-radius: 10px 10px 0 0;
  padding: 6% 5.8% 7%;
  font-size: 4.4vw;
}

.con_nav_box small {
  display: block;
  font-size: 2.4vw;
}

.con_box {
  border: solid 2px;
  background: #fff;
  height: 120vw;
  opacity: 0;
  transition: .3s;
  z-index: -1;
  margin: -2px 0 0 0;
  transition: 1s;
  position: relative;
}

.active .con_box {
  opacity: 1;
  z-index: 2;
}

.con_box > em {
  display: block;
  padding: 0 0 95% 0;
}

.con_box > em > img{
  max-width: 912px;
  margin: 0 auto 12%;
  width: 90%;
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
}

.con_box>p {
  color: #000;
  word-wrap: break-word;
  width: 90%;
  margin: 5% auto;
  text-align: left;
}

.con_nav01 .con_box>p {
  margin: 5% auto 5%;
  width: 90%;
  /* color: #000; */
}

.con_nav01 .con_box > p > span  {
  color:#036EB1;
}

.con_nav02 .con_box > p > span  {
  color:#F6AB00;
}

.con_nav03 .con_box > p > span  {
  color:#88BC1F;
}

.con_box_wrap{
  padding: 0 0 120%;
}

.con_box_wrap li.active {
  z-index: 3;
}
.con_nav01{
  color: #036eb1 !important;
}

.con_nav02{
  color: #f6ab00 !important;
}

.con_nav03{
  color: #88bc1f !important;
}

.con_nav01 a {
  color: #036eb1 !important;
}

.con_nav02 a {
  color: #f6ab00 !important;
}

.con_nav03 a {
  color: #88bc1f !important;
}

.active.con_nav01 a {
  color: #ffffff !important;
  background:#036eb1;
  border-color:#036eb1;
}

.active.con_nav02 a {
   color: #ffffff !important;
  background:#f6ab00;
  border-color:#f6ab00;
}

.active.con_nav03 a {
   color: #ffffff !important;
  background:#88bc1f;
  border-color:#88bc1f;
}

.con_nav01 a {
  /* float: left; */
  margin: 0;
}

.con_nav02 a {
  margin: 0 auto;
}

.con_nav03 a {
  /* float: right; */
  margin: 0;
}

.be_merit_ul>li {
  margin: 0 0 1% 0;
}

.be_merit_ul>li dd {
  /* float: left; */
  max-width: 190px;
  width: 90%;
  margin: 0 auto 3%;
}

.be_merit_ul>li dt {
  max-width: 765px;
  width: 100%;
}

.be_merit_ul_wrap p {
  font-size: 4vw;
}

.be_merit_ul_wrap>p {
  margin: 0 0 5% 3%;
}

.be_merit_pp {
  padding: 0 0 0 14px;
}

.be_merit01 {
  max-width: 155px;
  margin: 5px 0 8% 7%;
}

.be_merit02 {
  max-width: 163px;
  margin: 20px 0 0 20px;
}

.title_h4_02 em {
  position: relative;
  background: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 0px 3%;
  z-index: 2;
}

.title_h4_02 em span {
  display: block;
  letter-spacing: -1.9px;
}

.bed_in .box02 .box02_imgwrap {
  margin: 0 0 5% 0;
}

.bed_in .box02 .box02_imgwrap p {
  /* float: left; */
  max-width: 300px;
  margin: 5% 0 7%;
  border: solid 1px;
  padding: 3% 3%;
  border-radius: 10px;
  text-align: center;
  font-size: 3vw;
  line-height: 130%;
}

.bed_in .box02 .box02_imgwrap img {
  /* float: right; */
  max-width: 667px;
  margin: 0px 0 0 0px;
  padding: 0;
}

.bed_in .box02>ul>li:first-child {
  float: right;
  max-width: 705px;
  margin: 20px 0 0 20px;
}

.btn_modoki01 {
  color: #00aebb !important;
  background: #fff;
  position: relative;
  border: solid 1px #00aebb;
}

.btn_modoki02 {
  color: #fff !important;
  background: #00aebb;
  border: solid 1px #00aebb;
}

.bed_in .box04>ul>li>div>img.img_gif{
  /* max-width: 300px;
  width: 90%;
  margin: 5% auto; */
  max-width: 480px;
  width: 100%;
  margin: 0% auto;
}

.bed_in .box03_imgwarp {
  display: flex;
  display: -webkit-flex;
  /* -webkit-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  margin: 7% 0 0 0;
}

.bed_in .box03_imgwarp>li {
  width: 48%;
  margin: 0 0 12% 2%;
}

.bed_in .box03_imgwarp>li:first-child {
  margin: 0 0 5% 0px;
}

.bed_in .box04 {
  margin: 0 0 10% 0;
}

.bed_in .box04>ul {
  /* display: flex; */
  /* display: -webkit-flex; */
  /* -webkit-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  /* margin: 0 0 0px 0; */
}

.bed_in .box04>ul>li {
  width: auto;
  margin: 0 auto 7%;
  width: 90%;
}

.bed_in .box04>ul>li:first-child {
  /* width: 46%; */
  /* margin: 0 30px 20px 30px; */
}

.bed_in .box04>ul>li>span {
  font-size: 4.5vw;
  max-width: 330px;
  padding: 4%;
  display: block;
  text-align: center;
  margin: 0 auto 3%;
  border-radius: 18px;
}

.bed_in .box04>ul>li>small {
  display: block;
  text-align: center;
  margin: 0 auto 3%;
  font-size: 4vw;
}

.bed_in .box04>ul>li>div {
  border: solid 2px;
  margin: 0 0 10px 0;
}

.bed_in .box04>ul>li>div>img {
  display: block;
  text-align: center;
  max-width: 385px;
  margin: 20px auto;
}

.be_ohter_fu {
  background: #ccebeb;
  margin: 0 0 15% 0;
}

.be_ohter_fu .title_bars {
  background: #009d9c;
  color: #fff;
}

.be_ohter_fu ul {
  margin: 10% 0 0 0;
}

.be_ohter_fu .box_inin {
  max-width: 900px;
  padding: 10%;
  background: #fff;
  margin: 0 0 10% 0;
  border-radius: 20px;
}

.imgwrap_other {
  /* float: left; */
  width: 100%;
  margin: 0 auto 5%;
}

.be_ohter_fu .box_inin dl {
  /* float: right; */
  width: 100%;
}

.imgwrap_other img {
  max-width: 340px;
  margin: 0 auto 0;
  display: block;
}

.be_ohter_fu .box_inin dt {
  color: #2cacab;
  font-size: 6vw;
}

.be_ohter_fu .box_inin dd {
  font-size: 4.5vw;
  vertical-align: top;
  line-height: 180%;
}

.be_ohter_fu .box_inin dd span {
  display: block;
  font-size: 18px;
  line-height: 100%;
}

.bigbnt_warap {
  line-height: 100%;
  font-size: 0;
}

.btn_big {
  color: #009D9C !important;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  background: url(../img/bk_btn_bg.png)no-repeat center center;
  background-size: cover;
  font-size: 5vw;
  padding: 7% 5%;
  display: block;
  text-align: center;
  border-radius: 20px;
  letter-spacing: 3px;
  line-height: 180%;
  max-width: 980px;
  margin: 0 auto 13%;
  width: 80%;
}

/* =================================================
	★椅子
======================================================== */

.red_txt {
  color: #e35514;
}

.chair_in {}

.chair_in h2, .chair_in h3 {
  color: #00B4ED;
}

.chair_in .titles_03 {
  border-bottom: solid 2px rgba(0, 180, 237, 0);
}

.chair_in .ins_cover {
  margin: 0 0 60px 0;
}

.chair_in .first_imgwrap {
  margin: 0 auto 10%;
  padding: 30px 0 0 0;
}

.chair_in .box01>p {
  margin: 0 0 5%;
}

.ch_first_area_ul01 {
  margin: 0 auto 15%;
}

.chair_in .box01>ul>li {
  /* float: left; */
  max-width: 280px;
  margin: 0 auto 5%;
}

.chair_in .box01>ul>li:last-child {
  float: left;
  max-width: 415px;
  margin: 0 0 0 0;
}

.chair_in .box01>ul>li>img {
  max-width: 200px;
  width: 70%;
  margin: 0 auto 40px;
}

.chair_in .box01>ul>li:last-child img {
  max-width: 230px;
  width: 70%;
  margin: 5% 0% 5% 19%;
}

.chair_in .box01>ul>li:last-child p {
  color: #00B4ED;
  line-height: 140%;
  width: 90%;
  margin: 0 auto;
}

.chair_in .box01>ul>li:last-child p>span {
  font-weight: bold;
}

.chair_in .box01>ul>li>span {
  font-size: 4.5vw;
  font-weight: bold;
  display: block;
  background: #00B4ED;
  text-align: center;
  max-width: 265px;
  margin: 0 auto 10px;
  color: #fff;
  border-radius: 15px;
  padding: 4% 0;
}

.chair_in .box01>ul>li>span.ch_first_img01_span {
  background: #88bc1f;
}

.chair_in .box01>ul>li>p {
  font-size: 4.5vw;
  text-align: center;
}

.ch_merit {
  background: rgba(0, 180, 237, 0.2);
  margin: 0 0 0 0;
}

.ch_merit .title_bars {
  background: #00B4ED;
  color: #fff;
  text-align: center;
}

.white_circle {
  line-height: 100%;
  color: #00B4ED;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
  top: -2px;
  left: 0px;
  margin: 0 5px 0;
  font-size: 7vw;
  font-weight: bold;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.white_circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.ch_merit_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15% auto;
}

.ch_merit_wrap dl {
  width: 100%;
  max-width: 473px;
  margin: 0 auto 10%;
  border-radius: 30px;
  background: #fff;
}

.ch_merit_wrap dl:nth-child(even) {
  margin: 0 0% 40px 0;
}

.ch_merit_wrap dt {
  background: #00b4ed;
  color: #fff;
  font-size: 6vw;
  border-radius: 30px 30px 0 0;
  text-align: center;
  padding: 5% 0;
  font-weight: bold;
}

.ch_merit_wrap dt em {
  margin: 0 2% 0 0;
}

.ch_merit_wrap dd {
  font-size: 4.5vw;
  width: 85%;
  margin: 5% auto;
}

.ch_qa .inner {
  padding: 0px 0 10%;
  /* border-bottom: dashed 4px #00B4ED; */
  margin: 0 auto 13%;
  background-image: linear-gradient(to right, #00B4ED 7px, #00B4ED 4px, transparent 0px, transparent 4px);
  background-size: 12px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.chair_in h2.title_ch_qa {
  padding: 40px 0 0 0;
}

.chair_in h2.title_ch_qa em {
  display: block;
  float: right;
  width: 90%;
  margin: 0 0 10% 0;
}

.chair_in h2.title_ch_qa em>span {
  color: #000;
  font-size: 6vw;
  font-weight: 500;
  display: inline;
  padding: 0;
  background: linear-gradient(transparent 80%, yellow 20%);
  line-height: 170%;
}

/* .title_ch_qa:before {
  content: "";
  display: block;
  width: 374px;
  height: 233px;
  position: absolute;
  top: -50px;
  left: -10px;
  background: url(../img/title_ch_qa_img.png)no-repeat center center;
  background-size: cover;
} */


.ch_qa .inner>dl {
  margin: 0 0 30px 0;
}

.ch_qa .inner>dl.ch_pa_left {}

.ch_qa dt {
  float: left;
  max-width: 158px;
  width: 20%;
}

.ch_qa .inner>dl.ch_pa_left dt {
  float: right;
}

.ch_qa dt>span {
  display: block;
  margin: 15px 0 0 0;
}

.ch_qa dt>span>img {
  max-width: 158px;
  display: block;
}

.ch_qa dt>p {
  text-align: center;
  font-size: 3.5vw;
  line-height: 130%;
}

.ch_qa dd {
  float: right;
  max-width: 785px;
  width: 75%;
  display: table;
  background: rgba(0, 180, 237, 0.2);
  border-radius: 20px;
}

.ch_qa .pink_qa dd {
  background: #FCE7F3;
}

.ch_qa .inner>dl.ch_pa_left dd {
  float: left;
}

.ch_qa dd p {
  font-size: 4.5vw;
  display: table-cell;
  /* background: rgba(0, 180, 237, 0.2); */
  height: 90px;
  vertical-align: middle;
  padding: 7%;
  border-radius: 20px;
  position: relative;
  line-height: 150%;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.ch_qa dd p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 0 25px;
  border-color: rgba(0, 180, 237, 0.2) transparent transparent transparent;
  position: absolute;
  left: -25px;
  top: 35px;
}

.ch_qa .inner>dl.ch_pa_left dd p:before {
  right: -25px;
  left: unset;
  border-width: 20px 25px 0 0px;
  border-color: rgba(0, 180, 237, 0.2) transparent transparent transparent;
}

.ch_qa .pink_qa dd p:before {
  border-color: #FCE7F3 transparent transparent transparent;
}

.ch_qa dl.ch_pa_left.pink_qa dd p:before {
  border-color: #FCE7F3 transparent transparent transparent;
}

.cls-1 {
  fill: #00b4ed;
}

.pink_qa .cls-1 {
  fill: #F5ADD6;
}

.grey_out {
  background: #cecece !important;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0) !important;
  pointer-events: none !important;
}

/*20190905 追記*/

.mbc{
 margin-bottom: 11%;
}

.txt_center{
  text-align:center;
}

.tb01>tbody td.ctd{
  padding: 0 0 0 0;
}

.modoki_tag {
    color: #fff;
    background: #eee;
    position: absolute;
    left: 11px;
    top: 11px;
    font-size: 12px;
    padding: 4px 17px;
    background: #727171;
}

.cdl{
  position: relative;
  /* top: 15px; */
}

.con_box > em > img.be_short_plus{
  top: 0;
  max-width: 347px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}

.con_box > em > img.be_regular_plus{
  top: 0;
  max-width: 347px;
  right: 0;
}

.con_box > em > img.be_long_plus{
  top: 0;
  max-width: 347px;
  right: 0;
}

.ullist {
    padding: 0 0px 0 5%;
}

.ullist li{
  position: relative;
}

.ullist li:before{
  position: absolute;
  display: block;
  left: 0;
  content: "●";
  font-size: 6px;
  left: 0px;
}

.ullist li.li_title:before{
  position: absolute;
  display: block;
  left: 0;
  content: "●";
  font-size: 6px;
  left: -5%;
  color: #00b4ed;
}

.ullist li.nolist{
  padding: 0;
}

.ullist li.nolist:before{
  display: none;
}

.about_area_movie {
  text-align: center;
  margin-bottom: 5%;
}

.about_area_movie iframe {
  width: 95%;
  height: auto;
}

.lifting_movie {
  height: 150px;
}
.lifting_movie iframe {
  width: 100%;
  height: 150px;
}


/* 210107追加 */

.assist_area {
	background-color: #ccebeb;
	padding: 50px 0;
}

.assist_area article {
	max-width: 980px;
    width: 96%;
    margin: 0 auto;
}

.contact_title {
    text-align: center;
    position: relative;
    margin: 0 auto 25px;
}

.contact_title span {
    font-size: 35px;
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #000;
    background: #ccebeb;
    padding: 2px 25px;
    font-weight: bold;
}
.contact_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.assist_area .cul02 {
  display: block;
}

.cul02 > li:first-child {
    float: left;
    width: 72%;
    box-sizing: border-box;
    padding: 0 20px 0 0px;
    position: relative;
}

.cul02 > li dl {
    margin: 0 0 20px;
}

.cul02 > li dl.mbcho {
    margin-bottom: 10px;
}

.cul02 > li dl dt {
    position: relative;
    padding: 16px 0;
		display: inline-block;
}

.cul02 > li dl dt > p {
    font-size: 18px;
    display: block;
    line-height: 1;
    text-align: center;
    padding: 0px 30px;
    margin: 10px 0 2px;
    font-weight: bold;
    line-height: 1.3;
}

a[href^="tel:"] {
    pointer-events: none;
}

.cul02 > li dl dt::after {
    transform: translateY(-50%) translateX(0%);
    content: "";
    display: block;
    content: '';
    width: 25px;
    height: 148px;
    position: absolute;
    right: 0;
    margin: auto;
    transition: .3s;
    top: 50%;
    color: black;
    background: url(../images/redy.png)no-repeat;
    background-size: 100%;
}

.cul02 > li dl dd {
    display: inline-block;
    position: relative;
}

.telsbbox {
    transform: translateY(-50%) translateX(0%);
    content: "";
    display: block;
    content: '';
    width: 430px;
    position: absolute;
    left: 50px;
    margin: auto;
    transition: .3s;
    top: 0;
}

.cul02 > li dl dd small {
    display: block;
    line-height: 1;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 15px;
}

.telsbbox .tela {
    font-size: 48px;
    font-weight: bold;
    font-family: "Meiryo UI","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		line-height: 1em;
		text-decoration: none;
    color: #000;
}

.cf:after {
    clear: both;
    display: block;
    content: "";
}

.txt_box {
    color: #fff;
}

.txt_box p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    color: #000;
}

.txt_box small {
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
    color: #000;
}

.cul02 > li:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
}

.cul02 > li:last-child {
    float: right;
    width: 28%;
    box-sizing: border-box;
    padding: 0 0px 0 20px;
}

.cul02 > li dl dd > a {
    font-size: 48px;
}

.telimg {
    width: 54px;
    display: block;
    margin: 0 auto;
		border: 0;
}

.mail_img {
    width: 47px;
    display: block;
    margin: 0 auto 10px;
		border: 0;
		top: -55px;
    position: absolute;
}

.bk_white {
    background-color: #fff;
}

.mail_box dd {
    margin: 0 0 0 10px;
    top: 0;
}

.fixmenu {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
	background-color: #ccebeb;
	opacity: 1;
	transition: .3s;
	pointer-events: auto;
	padding: 10px 0;
}
.fixmenu.off {
	opacity: 0;
	pointer-events: none;
}
.fixmenu a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.fixmenu_inner {
	max-width: 980px;
	margin: 0 auto;
}
.fixmenu_txt {
	position: relative;
	width: 100%;
	font-size: 32px;
	color: #000;
	text-align: center;
	font-weight: bold;
	display: block;
}
.fixmenu_inner::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    bottom: 20px;
    left: 60px;
}
.fixmenu_inner::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    bottom: 20px;
    right: 60px;
}
.is-fixed {
  display: none!important;
}

.pc-navi-wrapper {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

header div.pc-navi-wrapper nav.right ul.menu li.relation div.relation-nav-wrapper nav.relation-nav div.block div.title {
	margin: 0 0 15px;
}

a.under-line2 {
	font-size: 14px;
}

.nosp {
	display: block!important;
}


/*rental_area*/
.rental_area {
	padding: 5% 0;
}

.rental_area .btn_warp {
    max-width: 980px;
    letter-spacing: 0;
    line-height: 100%;
    text-align: center;
		margin: 0 0 40px;
}

.rental_area .btn_warp a {
  width: 48%;
    margin: 0 4% 30px 0;
    display: block;
    padding: 20px 0;
    float: left;
    box-sizing: border-box;
}

.rental_area .btn_warp a:last-child {
    margin: 0 0% 30px 0;
}


.btn_oreng {
    background: linear-gradient(to bottom, rgba(255, 186, 83, 0.6) 0%, rgba(255, 186, 83, 1) 30%, rgba(255, 187, 83, 1) 70%, rgba(255, 186, 83, 0.6) 100%);
}

.btn_lightblue {
    background: linear-gradient(to bottom, rgba(97, 212, 229, 0.6) 0%, rgba(97, 212, 229, 1) 30%, rgba(97, 212, 229, 1) 70%, rgba(97, 212, 229, 0.6) 100%);
}

.txt_blue {
  color: #00b4ed;
}

.title_line {
  font-size: 36px;
  text-align: center;
  position: relative;
  letter-spacing: 8px;
  margin: 0 0 40px 0;
}

h2.title_line >span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.title_line:after {
  height: 2.5px;
  background: #d70019;
  z-index: 1;
  transform: translateY(-50%) translateX(0%);
  /* -webkit- transform: translateY(-50%) translateX(0%); */
  content: "";
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  margin: auto;
  transition: .3s;
  top: 50%;
}
.txt_center{text-align:center;}

.tb01>tbody td.ctd{
  padding: 0 0 0 0;
}

.ullist {
    padding: 0 0px 0 30px;
}

.ullist li{
  position: relative;
  padding: 0 0 0px 20px;
	font-size: 13px;
}

.ullist li.li_title {
    padding: 0;
    margin: 10px 0;
		font-size: 16px;
}

li.li_title {}

.ullist li:before{
  position: absolute;
  display: block;
  left: 0;
  content: "●";
  font-size: 8px;
  left: 0px;
}

.ullist li.li_title:before{
  position: absolute;
  display: block;
  left: 0;
  content: "●";
  font-size: 14px;
  left: -20px;
  color: #d70019;
}

.ullist li.nolist{
  padding: 0;
}

.ullist li.nolist:before{
  display: none;
}


@media screen and (max-width: 1500px) {
	.thi_area_box:nth-of-type(1) .titleh2_wrap::after { width: 8%;	}
	.thi_area_box:nth-of-type(2) .titleh2_wrap::after { width: 8%;	}
}

@media screen and (max-width: 1024px) {
	a[href^="tel:"]{	pointer-events: auto;}
}

.cyo0319_01{
	margin: 0 0px -8px 0px;
}

.is-fixed {
  display: none!important;
}
.btn02 {
    color: #fff !important;
		font-size: 30px;
		max-width: 550px;
    position: relative;
		text-align: center;
		border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    font-weight: bold;
}
.box_shadow {
	    box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.2);
		}
		.li_title .txt_red {
		    font-weight: bold;
		    font-size: 16px;
		}
		.txt_red {
    color: #d70019;
}

.btn02:hover {
    color: #ea5550 !important;
    background: #fff;
    border: solid 1px #ea5550;
}
a:hover {
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
}
@media only screen and (max-width:767px) {
	.fixmenu {
	position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ccebeb;
	z-index: 2;
	opacity: 1;
	transition: .3s;
	pointer-events: auto;
	padding: 10px 0;
}
.fixmenu.off {
	opacity: 0;
	pointer-events: none;
}
.fixmenu a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.fixmenu_inner {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.fixmenu_txt {
	display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #000;
  text-align: center;
	font-weight: bold;
  line-height: 170%;
}
.fixmenu_inner::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 10%;
}
.fixmenu_inner::after {
	content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 8px 0 8px;
		border-color: #000 transparent transparent transparent;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
		position: absolute;
		bottom: 10px;
		right: 10%;
}

.is-fixed {
  display: none!important;
}
header {
	z-index: 10;
}
header div.sp-navi-wrapper div.banner-wrapper {
	z-index: 30;
}

header div.sp-navi-wrapper.on div.inner {
	z-index: 20;
}

.nosp {
	display: none!important;
}


header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion {
	margin-bottom: 0;
	position: relative;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion>span::before {
	content: '';
	width: 48px;
	background: #8dc21f;
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion>span {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	display: block;
	padding: 11px 0 12px;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #8dc21f;
	font-weight: bold;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion::before,
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion::after {
	content: '';
	width: 18px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 22px;
	right: 14px;
	margin: auto;
	z-index: 2;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion::after {
	transform: rotate(90deg);
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion.active::after {
	display: none;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion ul {
	display: none;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion ul::after {
	content: '';
	clear: both;
	display: block;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion ul li {
	width: 50%;
	border-bottom: 1px solid #f5f5f5;
	float: left;
}
header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion ul li:nth-of-type(even) {
	border-left: 1px solid #f5f5f5;
}

header div.sp-navi-wrapper.on div.inner nav.column ul.menu {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.fixmenu_txt::before, .fixmenu_txt::after {
	display: none;
}

/* お問い合わせ */
.assist_area {
	background-color: #ccebeb;
	padding: 5% 0;
}

.contact_title{
	text-align: center;
	position: relative;
	margin: 2% auto 2%;
}

.contact_title span{
	font-size: 35px;
	font-size: 6.0vw;
	position: relative;
	display: inline-block;
	z-index: 2;
	color: #000;
	background: #ccebeb;
	padding: 7% 3%;
	font-weight: bold;
}

.contact_title::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	/* -webkit- transform: translateY(-50%) translateX(-50%); */
}

.bk_white{
	background-color: #fff;
}

.telimg {
  width: 54px;
  display: block;
  margin: 0 auto;
}

.mail_img{
	width: 47px;
	display: block;
  margin: 0 auto;
}

.cul02 > li:first-child{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 6%;
	position: relative;
	border-bottom: solid 2px #fff;
	margin: 0 0 11%;
}

.cul02 > li:first-child::after{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
	display: none;
}

.cul02 > li:last-child{
	float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10%;
}

.cul02 > li:last-child dl {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
}

.cul02 > li:last-child dl:last-child {
    margin: 0 0 4% 0;
}

li.cf {}

	.cul02 > li dl {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.cul02 > li dl dt{
	display: inline-block;
}

.cul02 > li dl dd{
	display: block;
	position: relative;
	width: 67%;
}

.teltxr {
    position: absolute;
    transform: translateY(-50%) translateX(0%);
    /* -webkit- transform: translateY(-50%) translateX(0%); */
    content: "";
    display: block;
    content: '';
    width: 69%;
    position: absolute;
    left: 13%;
    margin: auto;
    transition: .3s;
    top: 58%;
}

.mail_box dd {
    margin: 0 0 0 10px;
    top: 0;
}

.telsbbox .tela {
	font-size: 6vw;
	font-weight: bold;
	font-family: "Meiryo UI","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-decoration: none;
}

.cul02 > li dl dd small {
    display: block;
    line-height: 1;
    margin: 0 0 -5px;
    font-weight: bold;
    font-size: 15px;
}

.telsbbox {
    transform: translateY(-50%) translateX(0%);
    /* -webkit- transform: translateY(-50%) translateX(0%); */
    content: "";
    display: block;
    content: '';
    width: 87%;
    position: absolute;
    left: 8%;
    margin: auto;
    transition: .3s;
    top: 50%;
}

.cul02 > li dl dd > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.cul02 > li dl dd > a img {
	width: 50%;
}
.cul02 > li dl dt > p {
    font-size: 18px;
    font-size: 3vw;
    display: block;
    line-height: 1;
    text-align: center;
    margin: 10px 0 2px;
    font-weight: bold;
    line-height: 1.3;
		padding: 0;
}

.cul02 > li dl dt {
    position: relative;
    padding: 4% 0px;
    float: left;
    width: 32%;
}

/* .cul02 > li dl.mail_box {
	overflow: hidden;
} */
.cul02 > li dl.mail_box dt {
    width: 50%;
}

.cul02 > li dl.mail_box dd {
	width: 50%;
    padding: 0 0 41%;
    margin: 0;
    position: relative;
}

.cul02 > li dl.mail_box dd > a {
	position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
}

.cul02 > li dl {
    margin: 0 0 5%;
}

.cul02 > li dl dt::after {
	transform: translateY(-50%) translateX(0%);
	/* -webkit- transform: translateY(-50%) translateX(0%); */
	content: "";
	display: block;
	content: '';
	width: 25px;
	height: 148px;
	position: absolute;
	right: -9px;
	margin: auto;
	transition: .3s;
	top: 50%;
	color: black;
	background: url(../images/redy.png)no-repeat;
	background-size: 100%;
	}

.txt_box{
	color: #fff;
}

.txt_box p {
    font-size: 16px;
    font-size: 4.3vw;
    line-height: 1.5;
    margin: 0 0 4%;
}

.txt_box small {
    font-size: 13px;
    font-size: 3.5vw;
    line-height: 1.5;
    display: inline-block;
}

.cul02 > li dl.mbcho{
	margin-bottom: 5%;
}

.li_title .txt_red{
	font-weight: bold;
	font-size: 22px;
	font-size: 4.4vw;
}
.ul.cul02.flex.cf {
	display: -webkit-flex;
    flex-wrap: wrap;
}
.main_wrap > .section{
	padding: 10% 0;
}


/*fir_area*/

.fir_area{

}

.fir_area_box{
	margin: 0 auto 15%;
}

.fir_area_boximg{
	max-width: 271px;
	width: 50%;
	/* top: 40px; */
}

.leftimg{
	margin: 0 auto;
	left: -78%;
	right: 0;
	/* top: 0; */
	top: 10%;
	width: 32%;
}

.rightimg{
	margin: 0 auto;
	left: 0;
	right: -78%;
	/* top: 0; */
	top: 12%;
	width: 32%;
}

.fir_area_box > h2{
	margin: 0 auto;
}

.fir_area_box > h2 > span {
    margin: 0 auto 5%;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    font-size: 6vw;
}


.fir_area_box > p{
	font-size: 4.3vw;
	/* text-align: center; */
	margin: 0 auto;
	max-width: 500px;
	font-weight: normal;
	width: 90%;
}

.mulposi_img{
	max-width: 218px;
	margin: 0 auto 5%;
	width: 48%;
}

.movie_area{margin: 0 0 40px;border-bottom: 4px dashed #D70019;padding: 0 0 30px;}

.youtube_wrap {
	position: relative;
	width: 100%;
	padding-top: 57.4%;
	margin: 0 auto 20px;
}

.youtube_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.caption{
	font-size: 4.5vw;
	text-align: center;
}

.alink_area{

}

.alink_title{
		font-size: 28px;
		font-size: 5.2vw;
		width: 90%;
		/* text-align: center; */
		margin: 0 auto 8%;
		font-weight: bold;
}

.mulposinumber{
	max-width: 10px;
	margin: 0 10px 0 0;
}

.alink_list > a{
	display: block;
	position: relative;
	background: #FFFEF1;
	/* background: #eee; */
	padding: 10px;
	border-radius: 40px;
	border: solid 2px #d70019;
	color: #000;
	margin: 0 0 6%;
	vertical-align: middle;
}

.alink_list > a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) translateX(0%);
	/* -webkit- transform: translateY(-50%) translateX(0%); */
	padding: 10px;
	color: #000;
	background: url(../img/y_redimg.png)no-repeat;
	background-size: 100%;
	max-width: 23px;
	width: 6vw;
	height: 6vw;
	box-sizing: border-box;
}

.alink_list > a > em{font-size: 25px;font-size: 4.3vw;padding: 0px 0 0 20%;position: relative;top: 2px;font-weight: bold;}

.mulposinumber{
	max-width: 71px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-50%) translateX(0%);
	/* -webkit- transform: translateY(-50%) translateX(0%); */
	width: 12.2vw;
	height: 6.5vw;
}

.posi_box{
	background: #fff;
	border-radius: 5px;
	padding: 10% 0;
	margin: 0 0 15%;
}

.p_b_tith2{
	margin: 0 auto 6%;
}

.p_b_tith3{
	font-size: 5.6vw;
	font-weight: bold;
	margin: 0 auto 4%;
	text-align: center;
	line-height: 1.2;
}

.posi_box_inner > p{
	/* text-align: center; */
	font-size: 24px;
	font-size: 4.7vw;
	width: 96%;
	margin: 0 auto 8%;
}

.dottde_box{
	/* margin: 0 auto 120px;
	background-image: linear-gradient(to right, #00B4ED 7px, #00B4ED 4px, transparent 0px, transparent 4px);
	background-size: 12px 2px;
	background-position: bottom;
	background-repeat: repeat-x; */
	border: dashed 2px #d70019;
	padding: 5%;
	box-sizing:border-box;
	border-radius: 10px;
	font-weight: normal;
	position: relative;
	margin: 0 auto 8%;
}

.rightyori.dottde_box_inner {margin: 0 0% 20% 0;}
.dottde_box_inner.rightyori p { width: 68%;}
.leftyori.dottde_box_inner {margin: 0 0 16%;}
.dottde_box_inner.leftyori p { margin: 0 0 0 25%;}

.dottde_box_inner.rightyori02 .p_b_p {width: 80%;}
.dottde_box_inner.rightyori02 .note_txtin {/* width: 68%; */}
.dottde_box_inner.rightyori02 .p_b_st { width: 68%;}
.dottde_box_inner.leftyori02 {margin: 0;padding: 0 0 65%;}

.dottde_box_inner.rightyori02 .p_b_st:last-child {
    width: 100%;
}


.dottde_box_inner.leftyori strong {
    margin: 0 0 2% 23%;
}

.mulposi01_dottde_boxinimg01{
	position: absolute;
	right: 10px;
	bottom: 10px;
	max-width: 223px;
	width: 29%;
}

.mulposi01_dottde_boxinimg02{position: absolute;left: 3px;bottom: 10.7px;max-width: 211px;width: 25%;}
.mulposi01_dottde_boxinimg03{position: absolute;right: -27px;top: 46px;max-width: 318px;width: 45%;}
.mulposi01_dottde_boxinimg04{position: absolute;right: 0;bottom: -12px;width: 56%;margin: 0 auto 1%;max-width: 318px;}

.p_b_tith4{
	font-size: 5vw;
	font-weight: bold;
	/* word-break: keep-all; */
	margin: 0 0 2% -2%;
}

.p_b_tith4 small{
	font-size: 3.5vw;
	line-height: 1.5;
	display: block;
}

.under_box .p_b_tith4{
	margin: 0 0 2%;
}

.p_b_st{
	font-weight: bold;
	font-size: 24px;
	font-size: 4.4vw;
	margin: 0px 0 2% 0%;
}

.mbs40{
	margin-bottom: 6%;
}

.p_b_p{
	font-size: 24px;
	font-size: 4vw;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 2%;
}

.under_box{margin: 0 auto 5%;}

.under_box ul{

}

.under_box ul > li:first-child{
	/* float: left; */
	max-width: unset;
	width: 100%;
	margin: 0 auto 5%;
}

.under_box ul > li:last-child{
	/* float: right; */
	max-width: 545px;
	width: 96%;
	margin: 0 auto;
}

.note_txt{font-size: 18px;margin: 0 0 3%;display: inline-block;font-size: 3.7vw;}
.note_txtin{font-size: 3.3vw;display: inline-block;margin: 0px 1% 0 1%;vertical-align: top;}


.embar{
	display: inline-block;
	background:#d70019;
	color: #fff;
	padding: 2% 8% 2% 5%;
	box-sizing: border-box;
	margin: 6% 0 4%;
	line-height: 1.3;
	font-size: 4.3vw;
	font-weight: bold;
}


/*sec_area*/

.sec_area{

}

.sec_area .inner{
	max-width: 1100px;
}

.sec_area .posi_box_inner{
	max-width: 980px;
	width: 96%;
	margin: 0 auto;
}

.posi_box_inner > .img_wrap{
	max-width:528px;
	margin: 0 auto 15%;
	width: 90%;
}

.mulposidtitles{
	max-width: 224px;
	width: 40%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
}

.posi_box .p_b_tith2::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	background: #d70019;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	/* -webkit- transform: translateY(-50%) translateX(-50%); */
	z-index: 1;
}

/*thi_area*/

.main_wrap > .section.thi_area{
	padding: 10% 0 5%;
}

.back_f3eee9{
	border-color:#f3eee9;
	background: #f7f7f7;
}

.titleh2_wrap{
	background-color: #fff;
	position: relative;
	width: 100%;
}

.thi_area_box:nth-of-type(1) .titleh2_wrap::after {content: "";width: 15%;height: 100%;display: block;position: absolute;right: 0;display: none;top: 0;background: #f7f7f7;}

.thi_area_box:nth-of-type(2) .titleh2_wrap::after {content: "";width: 15%;height: 100%;display: block;position: absolute;left: 0;right: unset;top: 0;background: #f7f7f7;display: none;}

.titleh2_wrap::after {}

.titleh2_wrap_inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto 17%;
}

.titleh2_wrap_inner.rela.cf.other_t {
    margin: 0 auto 7%;
}


.thi_area_box01{
	bottom: -78%;
	right: 0%;
	width: 26%;
	transform: translateY(-50%) translateX(0%);
	/* -webkit- transform: translateY(-50%) translateX(0%); */
	box-shadow: 8px 5px 1px #D70019;
}

.t_b_tith2{
	font-size: 6.4vw;
	font-weight: bold;
	padding: 20px 0;
	max-width: 980px;
	margin: 0 auto;
	line-height: 1.3;
}

.thi_area_cont{
	max-width: 980px;
	margin: 0 auto;
	width: 92%;
}

.thi_area_cont > p{
	font-size: 24px;
	font-size: 4.5vw;
	margin: 0 0 3%;
	font-weight: normal;
}

.thi_area_tit{
	padding: 10px;
	border: solid 2px #D70019;
	text-align: center;
	margin: 0 0 5%;
	font-weight: bold;
	font-size: 22px;
	font-size: 4.5vw;
}

.ul50_x2{
	margin: 5% 0 0%;
}

.ul50_x2 li > p{
	font-size: 20px;
	font-size: 4.2vw;
	margin: 0 0 5%;
}

p.pptxt {}

.ul50_x2 > li{
	width: 100%;
	margin: 0 0% 17% 0%;
	position: relative;
	box-sizing: border-box;
}

.ul50_x2 > li:last-child::after{
	position:absolute;
}

.ul50_x2 > li:first-child{
	padding: 0;
	position: relative;
}

.ul50_x2 > li:first-child:after {content: "";width: 100%;height: 2px;border-bottom: dashed 2px #adadad;position: absolute;bottom: -8%;right: 0;}

.ul50_x2 > li:last-child{
	padding: 0;
}

.thi_area_cont_other{
	max-width: 980px;
	margin: 0 auto;
	width: 96%;
}

.thi_area_cont_other p{
	font-size: 18px;
	font-size: 3.6vw;
	margin: 0 0 3%;
	line-height: 1.5;
}

.thi_area_cont_other .thi_area_tit_other{
	font-size: 24px;
	font-size: 4.5vw;
	margin: 0 0 2%;
	font-weight: bold;
	line-height: 1.4;
}

.ul50_x4in {
    margin: 0 0 0;
}

ul.ul50_x4in li {
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
}

ul.ul50_x4in li:last-child {
    margin: 0 0 0% 0;
}

.thi_area_cont_other .thi_area_tit_other span small {
    font-size: 16px;
    font-size: 3.7vw;
    display: block;
}

h3.thi_area_tit_other > small {
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

.thi_area_cont_other > div > ul > li{
	box-sizing: border-box;
	padding: 3%;
	background: #fff;
	border-top: solid 5px #D70019;
}


.ul50_x3{
	margin: 0;
	float: none;
	width: 100%;
	max-width: 642.5px;
}

.ul50_x3 > li{
	width: 48%;
	margin: 0 4% 4% 0%;
	position: relative;
	box-sizing: border-box;
	max-width: 305px;
}

.ul50_x3 > li:nth-child(2n){
	margin: 0 0% 4.98% 0%;
}

.ul50_x4{
	float: none;
	width: 100%;
	max-width: unset;
	margin: 0 0 5%;
}

.ul50_x4 > li{margin: 0;position: relative;box-sizing: border-box;width: 100%;}

.ul50_x4 > li:nth-child(2n){
	margin: 0 0% 3% 0%;
}

.ul50_x4in p{
	margin: 3% 0;
}

.ul33_x3{
	margin: 0 0 80%;
}

.ul33_x3 li > p{
	font-size: 20px;
	margin: 0 0 15px;
	font-size: 3.6vw;
	margin: 0 0 3%;
	line-height: 1.5;
}

.ul33_x3 > li{
	width: 48%;
	margin: 0 4% 4% 0%;
	position: relative;
	box-sizing: border-box;
	float: left;
}

.ul33_x3 > li:nth-child(2n) {
    margin: 0 0 4% 0%;
}

.ul33_x3 > li:nth-child(2n + 3){
	margin: 0 0% 4% 4%;
}

.thi_area_cont_other > div > ul > li.nolines{
	background: rgba(255, 255, 255, 0);
	border-top: solid 5px rgba(215, 0, 25, 0);
	position: absolute;
	padding: 238% 0;
}

.thi_area_cont_other > div > ul > li.nolines .img_wrap{
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: 76%;
}

.thi_area_cont_other > div > ul > li.nolines .img_wrap.thi_area_cont_othermen01 {
    max-width: 165px;
    margin: 0 auto;
    bottom: -337%;
}

.thi_area_cont_other > div > ul > li.nolines .img_wrap.thi_area_cont_othermen02 {
	 max-width: 157px;
	 margin: 0 auto;
	 right: unset;
	 left: 88%;
}

.othersite1_wrap{}
.othersite2_wrap{}
.othersite3_wrap{}
.othersite4_wrap{}
.othersite5_wrap{}

/*contact_area*/

.contact_area{
}

.contact_title{
	text-align: center;
	position: relative;
	margin: 2% auto 2%;
}


.bk_white{
	background-color: #fff;
}

.telimg {
  width: 54px;
  display: block;
  margin: 0 auto;
}

.mail_img{
	width: 47px;
	display: block;
  margin: 0 auto 10px;
}

.cul02 > li:first-child{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 6%;
	position: relative;
	border-bottom: solid 2px #fff;
	margin: 0 0 11%;
}

.cul02 > li:first-child::after{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
	display: none;
}

.cul02 > li:last-child{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 10%;
}

.cul02 > li:last-child dl {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
}

.cul02 > li:last-child dl:last-child {
    margin: 0 0 4% 0;
}

li.cf {}

.cul02 > li dl dt{
	display: inline-block;
}

.cul02 > li dl dd{
	display: block;
	position: relative;
	float: right;
	width: 67%;
	padding: 0 0 32%;
}

.teltxr {
    position: absolute;
    transform: translateY(-50%) translateX(0%);
    /* -webkit- transform: translateY(-50%) translateX(0%); */
    content: "";
    display: block;
    content: '';
    width: 69%;
    position: absolute;
    left: 13%;
    margin: auto;
    transition: .3s;
    top: 58%;
}

.mail_box dd {
    margin: 0 0 0 10px;
    top: 0;
}

.telsbbox .tela {
	font-size: 6vw;
	font-weight: bold;
	font-family: "Meiryo UI","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-decoration: none;
}

.cul02 > li dl dd small {
    display: block;
    line-height: 1;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 15px;
}

.telsbbox {
    transform: translateY(-50%) translateX(0%);
    /* -webkit- transform: translateY(-50%) translateX(0%); */
    content: "";
    display: block;
    content: '';
    width: 87%;
    position: absolute;
    left: 8%;
    margin: auto;
    transition: .3s;
    top: 50%;
}

.cul02 > li dl dd > a {
    font-size: 48px;
}

.cul02 > li dl dt {
    position: relative;
    padding: 4% 0px;
    float: left;
    width: 32%;
}

.cul02 > li dl.mail_box  dt {
    width: 50%;
}

.cul02 > li dl.mail_box dd {
    width: 50%;
    padding: 0 0 41%;
    margin: 0;
    position: relative;
}

.cul02 > li dl.mail_box dd > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    /* -webkit- transform: translateY(-50%) translateX(0%); */
}

.cul02 > li dl {
    margin: 0 0 5%;
}

.cul02 > li dl dt::after {
	transform: translateY(-50%) translateX(0%);
	/* -webkit- transform: translateY(-50%) translateX(0%); */
	content: "";
	display: block;
	content: '';
	width: 25px;
	height: 148px;
	position: absolute;
	right: -9px;
	margin: auto;
	transition: .3s;
	top: 50%;
	color: black;
	background: url(../images/redy.png)no-repeat;
	background-size: 100%;
	}

.txt_box{
	color: #fff;
}

.txt_box p {
    font-size: 16px;
    font-size: 4.3vw;
    line-height: 1.5;
    margin: 0 0 4%;
}

.txt_box small {
    font-size: 13px;
    font-size: 3.5vw;
    line-height: 1.5;
    display: inline-block;
}

.cul02 > li dl.mbcho{
	margin-bottom: 5%;
}

.li_title .txt_red{
	font-weight: bold;
	font-size: 22px;
	font-size: 4.4vw;
}

/*rental_area*/

.rental_area .btn_warp {
    max-width: 980px;
    letter-spacing: 0;
    line-height: 100%;
    text-align: center;
    margin: 10% auto 8%;
    width: 96%;
}

.rental_area .btn_warp a {
    width: 100%;
    margin: 0 0% 9% 0;
    display: block;
    padding: 20px 0;
    float: left;
    box-sizing: border-box;
		text-decoration: none;
    line-height: 58%;
}

.rental_area .btn_warp a:last-child {
    margin: 0 0% 30px 0;
		text-decoration: none;
}

.btn_oreng {  background: linear-gradient(to bottom, rgba(255, 186, 83, 0.6) 0%, rgba(255, 186, 83, 1) 30%, rgba(255, 187, 83, 1) 70%, rgba(255, 186, 83, 0.6) 100%);}
.btn_lightblue {    background: linear-gradient(to bottom, rgba(97, 212, 229, 0.6) 0%, rgba(97, 212, 229, 1) 30%, rgba(97, 212, 229, 1) 70%, rgba(97, 212, 229, 0.6) 100%);}

.txt_blue {
  color: #00b4ed;
}

.title_line {
  font-size: 36px;
  font-size: 6.6vw;
  text-align: center;
  position: relative;
  letter-spacing: 5px;
  margin: 0 0 5%;
  line-height: 100%;
}

h2.title_line >span {
    display: inline-block;
    padding: 0 3%;
    background: #fff;
    z-index: 2;
    position: relative;
    font-weight: bold;
    line-height: 110%;
}

.title_line:after {
  height: 2.5px;
  background: #d70019;
  z-index: 1;
  transform: translateY(-50%) translateX(0%);
  /* -webkit- transform: translateY(-50%) translateX(0%); */
  content: "";
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  margin: auto;
  transition: .3s;
  top: 50%;
}
.txt_center{text-align:center;}

.tb01>tbody td.ctd{
  padding: 0 0 0 0;
}

.ullist {
    padding: 0 0px 0 5%;
}

.ullist li{
  position: relative;
  padding: 0 0 0px 4%;
  font-size: 3.6vw;
  line-height: 1.8;
}

.ullist li.li_title {
    padding: 0;
    margin: 3% 0 5%;
    line-height: 1.75;
}

li.li_title {}

.ullist li:before{
  position: absolute;
  display: block;
  left: 0;
  content: "●";
  font-size: 8px;
  left: 0px;
}

.ullist li.li_title:before{
  position: absolute;
  display: block;
  left: 0;
  content: "●";
  font-size: 3.1vw;
  left: -17px;
  top: 7%;
  color: #d70019;
}

.ullist li.nolist{
  padding: 0;
}

.ullist li.nolist:before{
  display: none;
}
.nopc {
	display: block!important;
}
}

@media screen and (max-width: 364px) {
	header div.sp-navi-wrapper.on div.inner nav.column ul.menu li.main-navi.accordion ul li {
		width: 100%;
		border-left: none;
	}
}

.rental_area .inner {
  width: 96%;
  margin: 0 auto;
}

footer .totop {
  bottom: 10% !important;
}
