@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------
重要：フォントサイズはhtml,body要素以外rem指定にすること
文字サイズ切り替えボタンの挙動に影響します。
※文字サイズ切り替えボタンから切り離したい場合は逆にpx指定で
------------------------------------------------*/
html, body {
  font-size: 14px;
  font-family: "yu-mincho-pr6", sans-serif;
  -webkit-print-color-adjust: exact;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:991px) {
  html, body {
    font-size: 14px;
  }
}
html {
  /*overflow:auto;*/
  overflow-x: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
body {
  /*display: block;
	width: 100%;*/
  position: relative;
  /*height: 100%;*/
  margin-top: 1px;
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
p {
  letter-spacing: 0.1rem;
  line-height: 180%;
}
/*-------------------------------------------------
commonパーツ
-------------------------------------------------*/
.gothic {
  font-family: "ryo-gothic-plusn", sans-serif;
}
.bold {
  font-weight: bold;
}
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #FFF;
  border: solid 1px #CACACA;
  color: #141414;
  text-align: center;
  margin: 20px 0;
  position: relative;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
}
.btn01::before {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #008285;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width:767px) {
  .btn01 {
    margin: 20px 10px;
    width: calc(100% - 20px);
    font-size: 1rem;
  }
  .btn01::before {
    content: "";
    background-image: url(/themes/www.ceremo117.jp_2017/_common/img/btn_bg01_sp.gif);
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    position: absolute;
    bottom: -1px;
    right: -1px;
  }
}
.btn02 {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #FFF;
  border: solid 1px #CACACA;
  color: #141414;
  text-align: center;
  margin: 20px 0;
  position: relative;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 0.2em;
}
.btn02::before {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #008285;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width:767px) {
  .btn02 {
    background-color: #008285;
    color: #fff;
    text-decoration: none;
    margin: auto 10px;
    width: calc(100% - 20px);
    font-size: 1rem;
  }
  .btn02:hover {
    background-color: #008285;
    color: #fff;
  }
  .btn02::before {
    color: #fff;
  }
}
.btn03 {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #FFF;
  border: solid 1px #CACACA;
  color: #141414;
  text-align: center;
  margin: 20px 0;
  position: relative;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.1rem;
  line-height: 160%;
}
.btn03::before {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #008285;
  display: inline-block;
  padding: 0 10px;
}
.btn03.text-left {
  text-align: left;
  padding-left: 8px;
  font-size: 1.18rem;
}
@media (max-width:767px) {
  .btn03 {
    margin: 20px 10px;
    width: calc(100% - 20px);
    font-size: 1rem;
    padding: 10px 0;
  }
  .btn03.text-left {
    text-align: left;
    padding-left: 8px;
    font-size: 1rem;
  }
}
.btn04 {
  display: table;
  width: 100%;
  padding: 0 0 15px 0;
  background-color: #FFF;
  color: #141414;
  text-align: left;
  margin: 20px 0 20px 0;
  position: relative;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.2em;
  line-height: 170%;
}
.btn04::before {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #007ba7;
  display: table-cell;
  padding: 0 0px 0 10px;
}
@media (max-width:767px) {
  .btn04 {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 1rem;
  }
}
.btn05 {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #FFF;
  border: solid 1px #008285;
  border-radius: 5px;
  color: #008285;
  text-align: center;
  margin: 10px 0;
  position: relative;
  font-family: "ryo-gothic-plusn", sans-serif;
  letter-spacing: 0.2em;
}
.btn05::after {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #008285;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width:767px) {
  .btn05 {
    margin: 10px 10px;
    width: calc(100% - 20px);
    font-size: 1rem;
  }
  .btn05.text-left {
    text-align: left;
    padding-left: 8px;
    font-size: 1rem;
  }
}
.bg-glay {
  background-color: #EFEFEF;
}
.range10 {
  display: block;
  width: 100%;
  height: 10px;
}
.range20 {
  display: block;
  width: 100%;
  height: 20px;
}
.range30 {
  display: block;
  width: 100%;
  height: 30px;
}
.range40 {
  display: block;
  width: 100%;
  height: 40px;
}
.range50 {
  display: block;
  width: 100%;
  height: 50px;
}
.range60 {
  display: block;
  width: 100%;
  height: 60px;
}
.range70 {
  display: block;
  width: 100%;
  height: 70px;
}
.range80 {
  display: block;
  width: 100%;
  height: 80px;
}
.range90 {
  display: block;
  width: 100%;
  height: 90px;
}
.range100 {
  display: block;
  width: 100%;
  height: 100px;
}
.range110 {
  display: block;
  width: 100%;
  height: 110px;
}
.range120 {
  display: block;
  width: 100%;
  height: 120px;
}
/*.range10 {
    margin-top: 10px;
}
.range20 {
    margin-top: 20px;
}
.range30 {
    margin-top: 30px;
}
.range40 {
    margin-top: 40px;
}
.range50 {
    margin-top: 50px;
}
.range60 {
    margin-top: 60px;
}
.range70 {
    margin-top: 70px;
}
.range80 {
    margin-top: 80px;
}
.range90 {
    margin-top: 90px;
}
.range100 {
    margin-top: 100px;
}
.range110 {
    margin-top: 110px;
}
.range120 {
    margin-top: 120px;
}*/
.border01 {
  border-bottom: solid 1px #dddddd;
  padding: 5px 0;
}
.border02 {
  border-bottom: solid 2px #dddddd;
  padding: 5px 0;
}
.border03 {
  border-bottom: solid 3px #dddddd;
  padding: 5px 0;
}
.border01-dotted {
  border-bottom: dotted 1px #dddddd;
  padding: 5px 0;
}
.border-title {
  text-align: center;
  font-size: 2.2rem;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 170%;
  font-weight: 700;
}
.border-title::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 10px auto 30px auto;
  background-color: #008285;
  white-space: nowrap;
  height: 1px;
}
@media (max-width:767px) {
  .border-title {
    font-size: 1.6rem;
  }
  .border-title::before {
    max-width: 175px;
    margin: 10px auto 25px auto;
  }
}
/*パンくずリスト*/
#breadcrumbs .bread-wrap {
  background-color: #EFEFEF;
  display: block;
  width: 100%;
}
#breadcrumbs .bread-wrap ul {
  list-style: none;
  display: block;
  padding: 5px 0;
  margin: 0;
}
#breadcrumbs .bread-wrap ul li {
  display: inline-block;
  position: relative;
  font-family: "ryo-gothic-plusn", sans-serif;
}
#breadcrumbs .bread-wrap ul li::before {
  content: ">";
  color: #4A4A4A;
}
#breadcrumbs .bread-wrap ul li:first-child::before {
  content: "";
}
#breadcrumbs .bread-wrap ul li a {
  color: #4A4A4A;
  font-size: 1rem;
  margin: 11px 5px 11px 11px;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.fancybox-caption {
  line-height: 200% !important;
  text-align: center !important;
}
.fancybox-caption strong {
  font-size: 1.2rem;
}
/*-----------------------------------------------------------
header関係
-----------------------------------------------------------*/
.header-innner-wrap01 {
  background-color: #FFF;
  position: relative;
}
.header-innner-wrap01 .container {
  position: relative;
}
.header-innner-wrap02 {
  background-color: #EFEFEF;
  text-align: left;
}
.header-text {
  color: #cccccc;
  font-size: 10px;
  display: inline-block;
  padding-left: 12px;
  width: 45%;
  min-width: 325px;
}
.header-text p {
  letter-spacing: 0;
}
.header-117-log {
  /*display: inline-block;
  width: calc(55% - 435px);*/
  padding: 3px;
  text-align: right;
}
.header-117-log img {
  /*    max-width: 110px;*/
  max-width: 200px;
}
@media (max-width:1199px) and (min-width:993px) {
  .header-117-log {
    /*width: calc(50% + 50px);*/
    text-align: right;
  }
}
.header-innner-wrap03 {
  position: absolute;
  right: 0;
  top: 0;
}
.header-soudan-btn-wrap {
  text-align: right;
  display: table;
  width: 495px;
}
.header-soudan-btn-wrap a {
  display: table-cell;
  margin: 0;
  border-right: solid 1px #fff;
}
.header-soudan-btn-wrap a:last-child {
  border-right: none;
}
.header-sub-nav {
  list-style: none;
  /*display: table;*/
  display: inline-block;
  margin: 6px 0;
  padding: 0;
  width: calc(100% - 425px);
  /*text-align: right;*/
}
.header-sub-nav li {
  /*display: table-cell;*/
  display: inline-block;
  /*text-align: center;*/
  vertical-align: middle;
  padding: 0 10px;
  margin: 0;
  font-size: 0.9rem;
  border-right: solid 1px #CED8DC;
  /*width: 100%;*/
}
.header-sub-nav li:last-child {
  border: none;
}
.header-sub-nav li div, .header-sub-nav li a {
  color: #787B7C;
}
.header-sub-nav li .font-btn-wrap {
  display: table;
  margin: auto;
}
.header-sub-nav li .font-btn-wrap p {
  display: table-cell;
  padding-right: 5px;
}
header .font-btn-wrap a {
  display: table-cell;
  background-color: #fff;
  border: solid 1px #313839;
  color: #313839;
  padding: 2px 5px;
  margin: 0;
}
header .font-btn-wrap a:hover, header .font-btn-wrap a:active, header .font-btn-wrap a:visited, header .font-btn-wrap a:focus {
  text-decoration: none;
}
header .font-btn-wrap a.active {
  background-color: #313839;
  border: solid 1px #313839;
  color: #fff;
}
.header-main-wrap01 {
  font-family: "ryo-gothic-plusn", sans-serif;
}
.header-tel-wrap {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 2.2rem;
  color: #DB4E62;
  font-family: "ryo-gothic-plusn", sans-serif;
  margin: 5px 0;
}
.header-tel-wrap span {
  display: inline-block;
  font-size: 1rem;
  border: solid 1px #DB4E62;
  padding: 3px 10px 0 10px;
  vertical-align: middle;
  margin-top: -8px;
}
.header-tel-wrap img {
  margin: -8px 10px 0 0;
}
.header-main-nav {
  display: table;
  width: 100%;
  list-style: none;
  /*20200803追記*/
  padding-left: 0;
}
.header-main-nav li {
  display: table-cell;
  text-align: center;
  border-right: solid 1px #DDDDDD;
}
.header-main-nav li:last-child {
  border-right: none;
}
.header-main-nav li a {
  /*font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
  display: block;
  width: 100%;
  padding: 2px 0;
  font-size: 1.2rem;
  color: #333;
  border-bottom: solid 1px #fff;
}
.header-main-nav li a:hover {
  color: #008285;
  text-decoration: none;
  border-bottom: solid 1px #008285;
}
.header-logo {
  margin: 10px 0 5px 0;
}
.header-logo img {
  width: 100%;
  max-width: 140px;
  margin: 5px 0;
}
.header-logo a {
  text-decoration: none;
}
#sp-header .header-sp-wrap01 .header-inner-sp01, #sp-header-open .header-sp-wrap01 .header-inner-sp01 {
  display: flex;
}
#sp-header .header-sp-wrap01 .header-inner-sp01 .sp-header-child01, #sp-header-open .header-sp-wrap01 .header-inner-sp01 .sp-header-child01 {
  flex: 1 1 200px;
  height: 65px;
}
#sp-header .header-sp-wrap01 .header-inner-sp01 .sp-header-child02, #sp-header-open .header-sp-wrap01 .header-inner-sp01 .sp-header-child02 {
  flex: 0 0 60px;
  height: 65px;
}
#sp-header .header-sp-wrap01 .header-logo, #sp-header-open .header-sp-wrap01 .header-logo {
  margin: 10px 5px;
}
#sp-header .header-sp-wrap01 .header-logo img, #sp-header-open .header-sp-wrap01 .header-logo img {
  width: 45%;
  padding-top: 10px;
}
#sp-header .sp-header-logo02, #sp-header-open .sp-header-logo02 {
  display: block;
  margin: 10px;
  padding-top: 20px;
}
#sp-header .sp-header-logo02 img, #sp-header-open .sp-header-logo02 img {
  /*    max-height: 40px;*/
  width: 100%;
  max-width: 150px;
}
.sp-toggle-btn {
  display: block;
  position: relative;
  height: 65px;
  background-color: #009D85;
  color: #FFF;
}
.sp-toggle-btn:hover, .sp-toggle-btn:focus, .sp-toggle-btn:visited {
  color: #FFF;
}
.sp-toggle-btn .toggle-btn {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 15px;
  left: 10px;
  background-color: #FFF;
}
.sp-toggle-btn .toggle-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  background-color: #FFF;
}
.sp-toggle-btn .toggle-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 20px;
  background-color: #FFF;
}
#sp-close-btn.sp-toggle-btn .toggle-btn {
  background: none;
}
#sp-close-btn.sp-toggle-btn .toggle-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  background-color: #FFF;
  transform: rotate(45deg);
}
#sp-close-btn.sp-toggle-btn .toggle-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  background-color: #FFF;
  transform: rotate(-45deg);
}
.sp-toggle-btn .toggle-text {
  display: block;
  position: absolute;
  font-family: "ryo-gothic-plusn", sans-serif;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.toggle-open {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
}
body.toggle-open::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
  position: absolute;
  top: 0;
  z-index: 10;
}
#sp-header-open {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 150%;
  z-index: 950;
}
#sp-header-open .header-sp-wrap01 {
  background-color: #FFF;
}
#sp-header-open .header-wrap02 {
  display: block;
  height: calc(70% - 65px);
  width: 100%;
  position: absolute;
  right: 0;
  top: 65px;
  overflow-y: scroll;
  background-color: #FFF;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width:767px) {
  #sp-header-open .header-wrap02 {
    display: block;
    height: calc(100% - 65px);
    width: calc(100% - 60px);
    position: absolute;
    right: 0;
    top: 65px;
    overflow-y: scroll;
    background-color: #FFF;
    border-top: 1px solid #dddddd;
  }
}
.sp-header-nav01 .sp-nav01 {
  margin: 20px 0;
}
.header-wrap02 .sp-header-nav01 .sp-nav01 .sp-tellink p {
  font-size: 1.7rem;
  color: #de6977;
  line-height: 1.2em;
  display: block;
  border: solid 1px #ddd;
}
.header-wrap02 .sp-header-nav01 .sp-nav01 .sp-tellink span {
  font-size: 1rem;
}
.sp-header-nav01 .sp-nav01 a {
  display: block;
  width: 100%;
  padding: 5px 5px;
}
.sp-header-nav01 .sp-nav02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sp-header-nav01 .sp-nav02 a {
  display: inline-block;
  height: 40px;
  padding: 10px 0;
  width: 100%;
  color: #008285;
  position: relative;
  font-size: 1.1rem;
}
.sp-header-nav01 .sp-nav02 a, .sp-header-nav01 .sp-nav02 a:hover, .sp-header-nav01 .sp-nav02 a:visited, .sp-header-nav01 .sp-nav02 a:focus {
  text-decoration: none;
}
.sp-header-nav01 .sp-nav02 a > .icon01 {
  display: block;
  position: absolute;
  text-align: center;
  width: 15px;
  top: 10px;
  right: 15px;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-child a > .icon01 {
  font-size: 0.8rem;
  top: 12px;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-parent a::before {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background: #008285;
  position: absolute;
  right: 15px;
  top: 19px;
  transform: rotate(90deg);
  transition: 0.2s;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-parent.active a::before {
  transform: rotate(0deg);
  transition: 0.2s;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-parent a::after {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  background: #008285;
  position: absolute;
  right: 15px;
  top: 19px;
}
.sp-header-nav01 .sp-nav02 .nav-item01 {
  flex: 1 1 100%;
  padding: 0 20px;
  border-bottom: solid 1px #ddd;
}
.sp-header-nav01 .sp-nav02 .nav-item01:first-child {
  border-top: solid 1px #ddd;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-child {
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-child .nav-item02 {
  flex: 1 1 100%;
  padding: 0 20px 0 30px;
  border-top: solid 1px #fff;
  background-color: #ECF5F5;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-child .nav-item02:first-child {
  border: none;
}
.sp-header-nav01 .sp-nav02 .toggle-nav-child .nav-item02:last-child {
  border-bottom: solid 1px #ddd;
}
.sp-header-nav01 .sp-nav03 {
  margin: 20px 0 40px 0;
}
.sp-header-nav01 .sp-nav03 a {
  display: inline-block;
  height: 40px;
  padding: 10px 20px;
  width: 100%;
  color: #000;
  position: relative;
  font-size: 1.1rem;
}
.sp-header-nav01 .sp-nav03 a, .sp-header-nav01 .sp-nav03 a:hover, .sp-header-nav01 .sp-nav03 a:visited, .sp-header-nav01 .sp-nav03 a:focus {
  text-decoration: none;
}
.sp-header-nav01 .sp-nav03 a > .icon01 {
  display: block;
  position: absolute;
  text-align: center;
  width: 15px;
  top: 10px;
  right: 35px;
  color: #999999;
}
.sp-header-nav01 .sp-nav03 .row > div {
  border-bottom: 1px dotted #686868;
}
.sp-header-nav01 .sp-nav03 .row > div:last-child {
  border: none;
}
/*telリンク無効化用style*/
.sp-tellink {
  cursor: default;
}
.sp-tellink, .sp-tellink:hover, .sp-tellink:visited, .sp-tellink:focus {
  text-decoration: none;
}
/*20180606追記*/
.pc-toggle-btn {
  display: table-cell;
  width: 70px;
  position: relative;
  background-color: #626262;
  color: #FFF;
}
.pc-toggle-btn:hover, .pc-toggle-btn:focus, .pc-toggle-btn:visited {
  color: #FFF;
}
.pc-toggle-btn .toggle-btn {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 15px;
  left: 15px;
  background-color: #FFF;
}
.pc-toggle-btn .toggle-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  background-color: #FFF;
}
.pc-toggle-btn .toggle-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 20px;
  background-color: #FFF;
}
.pc-toggle-btn.active .toggle-btn {
  background: none;
}
.pc-toggle-btn.active .toggle-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  background-color: #FFF;
  transform: rotate(45deg);
}
.pc-toggle-btn.active .toggle-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  background-color: #FFF;
  transform: rotate(-45deg);
}
.pc-toggle-btn .toggle-text {
  display: block;
  position: absolute;
  font-family: "ryo-gothic-plusn", sans-serif;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.pc-fixed-bar {
  display: none;
  width: 100%;
  height: 66px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 900;
}
.pc-fixed-bar .pc-fixed-inner-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.pc-fixed-bar .fixed-logo-wrap {
  display: block;
  width: 125px;
  padding: 5px;
}
.pc-fixed-bar .fixed-logo-wrap img {
  width: 100%;
}
.pc-fixed-bar .pc-fixed-contact-wrap {
  display: table;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.pc-fixed-bar .pc-fixed-contact-wrap > div, .pc-fixed-bar .pc-fixed-contact-wrap > p {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.pc-fixed-bar .pc-fixed-contact-wrap .text {
  font-size: 1.2rem;
}
.pc-fixed-bar .pc-fixed-contact-wrap .pc-fixed-btn01 img {
  width: 100%;
  max-width: 140px;
  margin: auto 10px;
}
.pc-fixed-bar .pc-fixed-contact-wrap .tel {
  color: #de6977;
  font-size: 1.6rem;
}
.pc-fixed-bar .pc-fixed-contact-wrap .tel img {
  margin: -5px 10px auto 10px;
}
.pc-toggle-nav {
  display: none;
  width: 100%;
  height: calc(100%);
  position: fixed;
  top: 0;
  background-color: #FFF;
  z-index: 950;
  overflow: scroll;
}
.pc-toggle-nav .pc-toggle-top {
  display: block;
  height: 66px;
  margin-bottom: 40px;
}
.pc-toggle-nav .pc-toggle-top .pc-toggle-logo-wrap {
  display: inline-table;
  padding-top: 20px;
  /*	display: inline-block;*/
  height: 100%;
  max-width: calc(100% - 80px);
  width: 60%;
  min-width: 500px;
}
.pc-toggle-nav .pc-toggle-top .pc-toggle-logo-wrap > p {
  display: table-cell;
  width: 50%;
}
/*
.pc-toggle-nav .pc-toggle-top .pc-toggle-logo-wrap a{
	display: inline-block;
	height: 100%;
	margin: 10px;
	width: 100%;
	max-width: 350px;
}
*/
.pc-toggle-nav .pc-toggle-top .pc-toggle-logo-wrap p:first-child {
  border-right: solid 1px #b5b5b5
}
.pc-toggle-nav .pc-toggle-top .pc-toggle-logo-wrap img {
  width: 45%;
  padding-right: 20px;
}
.pc-toggle-nav .pc-toggle-top .pc-toggle-wrap {
  display: table;
  float: right;
  height: 70px;
  width: 70px;
  z-index: 1100;
}
.pc-toggle-nav .pc-t-body .toggle-contact-wrap {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px;
}
.pc-t-body .toggle-contact-wrap .btn-wrap {
  display: table-cell;
  width: 50%;
  max-width: 530px;
}
.pc-t-body .toggle-contact-wrap .btn-wrap ul {
  padding-left: 0;
}
.pc-t-body .toggle-contact-wrap .btn-wrap > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.pc-t-body .toggle-contact-wrap .btn-wrap ul li {
  list-style: none;
  /*flex: 1 1 100%;*/
  flex: 0 1 530px;
}
.pc-t-body .toggle-contact-wrap .btn-wrap > ul > li:first-child {
  padding: 5px;
}
.pc-t-body .toggle-contact-wrap .btn-wrap > ul > li > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 530px;
}
.pc-t-body .toggle-contact-wrap .btn-wrap > ul > li > ul li:first-child {
  flex: 0 1 520px;
  padding: 5px;
}
.pc-t-body .toggle-contact-wrap .btn-wrap > ul > li > ul li:nth-child(2) {
  flex: 0 1 360px;
  padding: 5px;
}
.pc-t-body .toggle-contact-wrap .tel-wrap {
  display: table-cell;
  text-align: center;
  width: 50%;
  vertical-align: middle;
  background-color: #eee;
}
.pc-t-body .toggle-contact-wrap .tel-wrap .text {
  font-size: 1.5rem;
  line-height: 2em;
}
.pc-t-body .toggle-contact-wrap .tel-wrap .text .pink {
  color: #de6977;
}
.pc-t-body .toggle-contact-wrap .tel-wrap .tel {
  font-size: 2.8rem;
  color: #de6977;
}
.pc-t-body .toggle-contact-wrap .tel-wrap .tel img {
  display: inline-block;
  margin-top: -5px;
  margin-right: 15px;
}
.pc-t-body .toggle-contact-wrap .tel-wrap .tel::before {
  /*content: url(/themes/www.ceremo117.jp_2017/_common/img/icon-freedial.svg);
	display: inline-block;
	padding-right: 10px;
	width: 45px;*/
}
.pc-t-body .pc-t-nav-wrap01 {
  display: block;
  padding: 15px;
  margin-top: 20px;
  background-color: #eee;
}
.pc-t-body .pc-t-nav-wrap01 > ul {
  display: inline-block;
  width: calc(50% - 15px);
  padding: 0 15px;
  border-right: solid 1px #dcdcdc;
}
.pc-t-body .pc-t-nav-wrap01 > ul:last-child {
  border: none;
}
.pc-t-body .pc-t-nav-wrap01 > ul li {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  color: #007ba7;
}
.pc-t-body .pc-t-nav-wrap01 ul:first-child > li {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  color: #008285;
}
.pc-t-body .pc-t-nav-wrap01 > ul:first-child li {
  border-bottom: solid 1px #dcdcdc;
}
.pc-t-body .pc-t-nav-wrap01 ul:first-child > li:last-child {
  border: none;
}
.pc-t-body .pc-t-nav-wrap01 > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  color: #008285;
  text-decoration: none;
}
.pc-t-body .pc-t-nav-wrap01 > ul > li > ul {
  padding-left: 15px;
}
.pc-t-body .pc-t-nav-wrap01 > ul > li > ul > li a {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
}
.pc-t-body .pc-t-nav-wrap01 ul > li > a::before {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #008285;
  display: inline-block;
  padding: 0 15px;
}
.pc-t-body .pc-t-nav-wrap02 {
  display: block;
  width: 100%;
  margin: 20px 0 60px 0;
}
.pc-t-body .pc-t-nav-wrap02 > ul {
  display: block;
  padding: 0 30px 15px 30px;
}
.pc-t-body .pc-t-nav-wrap02 > ul > li {
  display: inline-block;
  width: 33%;
  font-size: 1.4rem;
}
.pc-t-body .pc-t-nav-wrap02 > ul > li a {
  display: inline-table;
  /*width: 100%;*/
  padding: 20px 15px 0 15px;
  color: #000;
  text-decoration: none;
}
.pc-t-body .pc-t-nav-wrap02 > ul > li a::before {
  font-family: "Font Awesome 5 free";
  content: '\f105';
  font-weight: bold;
  color: #008285;
  display: table-cell;
  padding: 0 15px;
  width: 40px;
}
#sp-header {
  position: fixed;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 900;
  top: 0;
}
/*-----------------------------------------------------------
footer関係
-----------------------------------------------------------*/
footer {
  position: relative;
    /*bottom: 80px;*/
}
footer::after {
    display: block;
    content: "";
    height: 80px;
    width: 100%;
}
footer .pagetop-btn-wrap {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -100px;
  right: 50px;
}
footer .pagetop-btn-wrap.fixed {
  position: fixed;
  bottom: 90px;
  top: auto;
  z-index: 10000;
}
footer .pagetop-btn {
  display: none;
}
.footer-text01 {
  padding: 50px 5px 80px 5px;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
  line-height: 170%;
}
.footer-list-wrap01 {
  display: table;
  width: 100%;
}
.footer-list-wrap01 > div {
  display: table-cell;
  border-right: solid 1px #dddddd;
  padding: 0 15px;
}
.footer-list-wrap01 h5 {
  font-size: 1.3rem;
}
.footer-list-wrap01 ul, .footer-list-wrap02 ul {
  list-style: none;
  padding: 10px 0 0 0;
}
.footer-list-wrap02 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-list-wrap02 ul li {
  flex: 1 0 170px;
}
.footer-list-wrap01 ul li, .footer-list-wrap02 ul li {
  position: relative; /*font-size: 0.9rem;*/
}
.footer-list-wrap01 ul a, .footer-list-wrap02 ul a {
  color: #000;
  position: absolute;
  top: 4px;
}
@media screen and (max-width:1200px) {
  .footer-list-wrap01 ul li, .footer-list-wrap02 ul li {
    /*font-size: 0.9rem;*/
    padding-bottom: 5px;
  }
}
@media screen and (max-width:991px){
    footer .pagetop-btn-wrap.fixed {
        bottom: 70px;
        right: 5px;
    }
}
.footer-list-wrap01 ul li::before, .footer-list-wrap02 ul li::before {
  content: "　";
  width: 10px;
  height: 10px;
  border-right: solid 2px;
  border-top: solid 2px;
  border-color: #008285;
  display: inline-block;
  margin: 8px 8px 0 5px;
  transform: rotate(45deg);
}
footer .bg-glay {
  border-bottom: dotted 1px #dddddd;
}
.footer-list-wrap03 {
  display: flex;
  text-align: center;
  list-style: none;
}
.footer-list-wrap03 li {
  flex: 1 1 250px;
  margin: 20px 0 0;
  border-right: 2px solid #dddddd;
}
.footer-list-wrap03 li:first-child {
  border-left: 2px solid #dddddd;
}
.footer-list-wrap03 li p {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 0.8rem;
}
.footer-list-wrap03 li a {
  color: #000;
  text-decoration: none;
}
footer .footer-other-link-wrap {
  display: block;
  padding: 5px 0;
}
footer .footer-other-link-wrap a {
  display: inline-block;
  padding-right: 10px;
  font-size: 0.9rem;
  font-family: "ryo-gothic-plusn", sans-serif;
}
footer .footer-other-link-wrap a::before {
  content: '\f0da';
  font-family: "Font Awesome 5 free";
  color: #008285;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}
footer .copyright {
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #AEAEAE;
  margin-bottom: 10px;
}
@media (max-width:767px) {
  footer .copyright {
    text-align: center;
    margin-top: 10px;
  }
}
/*コンタクトボックス-footer-*/
.contact-box-wrap01 {
  display: block;
  background: linear-gradient(180deg, #BBE2DF, #D0F2E2);
  padding: 25px 25px;
}
.contact-box-wrap02 {
  display: block;
  background: linear-gradient(180deg, #C9E4E9, #B8E1E4);
  padding: 25px 25px;
}
.contact-box-wrap01 .contact-inner-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background-image: url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_01.png'), url('/themes/www.ceremo117.jp_2017/_common/img/bg_parts_02.png');
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 30px right 30px, bottom 30px left 30px, top;
  padding: 50px 60px 60px 60px;
}
.contact-box-wrap01 .contact-inner-wrap .title {
  flex: 1 1 100%;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 35px;
  letter-spacing: 0.2rem;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap {
  flex: 1 1 45%;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap {
  flex: 1 1 55%;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap ul {
  padding-left: 0;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 520px;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul > li {
  list-style: none;
  flex: 1 1 100%;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul > li:first-child {
  padding: 5px;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul > li > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 520px
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul > li > ul li:first-child {
  flex: 0 1 520px;
  padding: 5px;
  list-style: none;
}
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul > li > ul li:nth-child(2) {
  flex: 0 1 360px;
  padding: 5px;
  list-style: none;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 .tag {
  display: inline-block;
  padding: 4px 5px 1px;
  margin-right: 10px;
  color: #de6977;
  letter-spacing: 0.1rem;
  border: solid 1px #de6977;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 .bold {
  font-size: 1.2rem;
  padding: 2px;
  letter-spacing: 0.1rem;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 a {
  font-size: 2.7rem;
  display: inline-block;
  color: #de6977;
  font-family: "yu-mincho-pr6", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 5px 0 15px 0;
  margin-top: 5px;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 a img {
  display: inline-block;
  margin-top: -5px;
  margin-right: 15px;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 a::before {
  /*content: url('/themes/www.ceremo117.jp_2017/_common/img/icon-freedial.svg');
	display: inline-block;
	width: 35px;
	margin-right: 10px;*/
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .text {
  line-height: 25px;
  font-size: 1.1rem;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .text .pink {
  color: #de6977;
}
@media (max-width:767px) {
  .contact-box-wrap01 {
    padding: 20px 0;
  }
  .contact-box-wrap02 {
    padding: 15px 0;
  }
  .contact-box-wrap01 .contact-inner-wrap {
    background: none;
    background-color: #FFF;
    padding: 15px;
    margin: 15px;
    flex-direction: column;
  }
  .contact-box-wrap01 .contact-inner-wrap .tel-wrap {
    flex: 1 1 auto;
  }
  .contact-box-wrap01 .contact-inner-wrap .btn-wrap {
    flex: 1 1 auto;
  }
  .contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 .tag {
    display: block;
    float: left;
    margin-top: 20px;
  }
}
.footer-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 a::before {
  width: 25px;
  margin-top: 5px;
  margin-right: 5px;
}
.contact-box-wrap01 .contact-inner-wrap .tel-wrap .tel01 a {
  font-size: 2.6rem;
  letter-spacing: 0rem;
}
@media (max-width:767px) {
  .footer-flex #footer-contact {
    order: 2;
  }
  .footer-flex #footer-service-menu {
    order: 1;
  }
}

/*フィックスするフッター（PC）-footer-　20220520追加*/
#footer-pc.footer-fixed {
  font-family: "ryo-gothic-plusn", sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 0;
  letter-spacing: 0;
  color: #fff;
  z-index: 9999;
  background-color: rgb(255 255 255 / 80%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
#footer-pc.footer-fixed .area{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
#footer-pc.footer-fixed .dial {
  font-size: 2.571rem;
  color: #de6977;
  text-align: right;
  padding: 10px 40px 0 0;
  letter-spacing: 0.08em;
  line-height: 1.111
}
#footer-pc.footer-fixed .dial img{
  margin: 0 10px 0 0;
    position: relative;
    top: -3px;
}
#footer-pc.footer-fixed .dial span {
  font-size: 1.5rem;
  letter-spacing: 0em;
  color: #000;
  padding: 0 40px 0 0;
    position: relative;
    top: -6px;
}
#footer-pc.footer-fixed a {
  color: #fff;
  text-decoration: none;
}
#footer-pc.footer-fixed .left {
  /*flex: 0 0 200px;*/
  background-color: rgb(0 123 167 / 95%);
  padding: 9px 3%;
  height: 60px;
    margin: 0 10px 0 0;
	width: 200px;
}
#footer-pc.footer-fixed .footer-link-left {
  text-align: right;
  font-size: 1.428rem;
  letter-spacing: 0.6em;
  margin: 0;
  line-height: 1.1;
}
#footer-pc.footer-fixed .right {
  /*flex: 0 0 200px;*/
  text-align: right;
  padding: 20px;
  background-color: rgb(219 78 98 / 95%);
  height: 60px;
	width: 200px;
}
#footer-pc.footer-fixed .footer-link-right {
  font-size: 1.428rem;
  letter-spacing: 0.08em;
  margin: 0;
  line-height: 1.1;
}
#footer-pc.footer-fixed .footer-link-right span {
  font-size: 1rem;
  color: #FFEB00;
  letter-spacing: 0;
}
#footer-pc .footer-link-left::before {
  content: "\f15c";
  font-family: "font Awesome 5 free";
  font-weight: normal;
  font-size: 20px;
  left: -5%;
  position: relative;
  top: 12px;
}
#footer-pc .footer-link-right::before {
  font-weight: normal;
  font-size: 19px;
  left: -10px;
  position: relative;
  top: 0;
  content: "!";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 50%;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.05rem;
}
#footer-pc.footer-fixed .left::after {
  content: "";
  width: 0;
}
@media screen and (max-width:991px) {
  #footer-pc.footer-fixed .left {
    padding: 9px 14% 0 0;
  }
  #footer-pc.footer-link-left::before {
    left: -10%;
  }
  #footer-pc.footer-fixed .right {
    padding: 11px 0 0 20%;
  }
  #footer-pc.footer-link-right::before {
    right: 33%;
  }
  #footer-pc footer .copyright {
    padding: 0 0 63px 0;
  }
}
@media screen and (max-width:767px) {
  #footer-pc.footer-fixed .left {
    padding: 9px 6% 0 0;
  }
  #footer-pc.footer-link-left::before {
    left: -5%;
  }
  #footer-pc.footer-fixed .right {
    padding: 11px 0 0 14%;
  }
  #footer-pc.footer-link-right::before {
    right: 40%;
  }
}

/*フィックスするフッター（SP）-footer-　20220520追加*/
#footer-sp.footer-fixed {
  font-family: "ryo-gothic-plusn", sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 0;
  letter-spacing: 0;
  color: #fff;
  z-index: 9999;
}
#footer-sp.footer-fixed a {
  color: #fff;
  text-decoration: none;
}
#footer-sp.footer-fixed .left {
  /*flex: 0 0 50%;*/
  background-color: rgb(0 123 167 / 95%);
  padding: 9px 6%;
	width: 33.333%;
}
#footer-sp.footer-fixed .footer-link-left {
  text-align: right;
  font-size: 1.142rem;
  /*letter-spacing: 0.6em;*/
	letter-spacing: 0.4em;
  margin: 0;
  line-height: 1.313;
	padding: 25px 0 0 0;
}
#footer-sp.footer-fixed .right {
  /*flex: 0 0 50%;*/
  text-align: left;
  padding: 11px 0 11px 14%;
  background-color: rgb(219 78 98 / 95%);
	width: 33.333%;
}
#footer-sp.footer-fixed .footer-link-right {
  font-size: 1.142rem;
  letter-spacing: 0.24em;
  margin: 0;
  line-height: 1.313;
	text-align: center;
	padding: 29px 0 0 0;
}
#footer-sp.footer-fixed .footer-link-right span {
  font-size: 1rem;
  color: #FFEB00;
  letter-spacing: 0;
}
#footer-sp .footer-link-left::before {
  content: "\f15c";
  font-family: "font Awesome 5 free";
  font-weight: normal;
  font-size: 20px;
  left: -5%;
  position: relative;
  /*top: 12px;*/
	top: -25px;
}
#footer-sp .footer-link-right::before {
  font-weight: normal;
  font-size: 19px;
  /*right: 39%;*/
  position: absolute;
  /*top: 23px;*/
	top: 11px;
  content: "!";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 50%;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.05rem;
}
#footer-sp.footer-fixed .left::after {
  content: "";
  width: 1px;
  height: 65px;
  background-color: #fff;
  position: absolute;
  /*left: 50%;*/
	left: 33%;
  bottom: 0;
}

@media screen and (max-width:991px) {
  #footer-sp.footer-fixed .left {
    padding: 9px 14% 0 0;
  }
  #footer-sp .footer-link-left::before {
    left: -10%;
  }
  #footer-sp.footer-fixed .right {
    padding: 11px 0 0 20%;
  }
  #footer-sp .footer-link-right::before {
    right: 33%;
  }
  #footer-sp footer .copyright {
    padding: 0 0 63px 0;
  }
}
@media screen and (max-width:767px) {
  #footer-sp.footer-fixed .left {
    /*padding: 9px 6% 0 0;*/
	  padding: 9px 0 0 0;
  }
  #footer-sp .footer-link-left::before {
    /*left: -5%;*/
	  left: 45%;
  }
  #footer-sp.footer-fixed .right {
    /*padding: 11px 0 0 14%;*/
	  padding: 11px 0 0 0;
  }
  #footer-sp .footer-link-right::before {
    /*right: 40%;*/
	  right: 14%;
  }
}


/*---------------------------------------
１１７システム系コンタクトボックス
----------------------------------------*/
.contact-inner-wrap02 {
  display: block;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.contact-inner-wrap02 .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-inner-wrap02 .contact-table {
  display: table;
  width: 100%;
  margin: 50px auto 30px auto;
}
.contact-inner-wrap02 .contact-table > .contact-item01 {
  display: table-cell;
  width: 50%;
  padding: 0 30px;
}
.contact-inner-wrap02 .contact-table > .contact-item01:first-child {
  border-right: solid 1px rgba(112, 112, 112, 0.5);
}
.contact-inner-wrap02 .contact-table > .contact-item01 .place {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: 10px 0 10px 0;
}
.contact-inner-wrap02 .contact-table > .contact-item01 .time {
  font-size: 1.4rem;
  display: block;
  padding: 10px 0 0 0;
}
.contact-inner-wrap02 .contact-table > .contact-item01 .tel a {
  font-size: 2.1rem;
  display: block;
  padding: 10px 0;
  color: #DE6977;
  font-weight: bold;
}
.contact-inner-wrap02 .contact-table > .contact-item01 .tel a::before {
  content: '\f098';
  font-family: "Font Awesome 5 free";
  display: inline-block;
  margin-right: 15px;
}
.contact-inner-wrap02 .contact-table > .contact-item01 .address {
  display: block;
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .contact-inner-wrap02 {
    margin: 15px;
    width: calc(100% - 30px);
  }
  .contact-inner-wrap02 .contact-table {
    display: block;
    margin: 15px auto;
  }
  .contact-inner-wrap02 .title {
    font-size: 1.3rem;
  }
  .contact-inner-wrap02 .contact-table > .contact-item01 {
    display: block;
    width: 100%;
    padding: 15px 10px 20px 10px;
    border-top: solid 1px rgba(112, 112, 112, 0.5);
  }
  .contact-inner-wrap02 .contact-table > .contact-item01:first-child {
    border-right: none;
  }
  .contact-inner-wrap02 .contact-table > .contact-item01 .place {
    font-size: 1.1rem;
    padding: 10px 0;
  }
  .contact-inner-wrap02 .contact-table > .contact-item01 .time {
    font-size: 1rem;
    padding: 5px 0;
  }
  .contact-inner-wrap02 .contact-table > .contact-item01 .tel a {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .contact-inner-wrap02 .contact-table > .contact-item01 .address {
    font-size: 1rem;
  }
}
/*03*/
.contact-inner-wrap03 {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.contact-inner-wrap03 .title {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 15px;
}
.contact-inner-wrap03 > .text {
  font-size: 1.4rem;
  display: block;
  padding: 0 15px 5px 15px;
  line-height: 1em;
  width: 100%;
}
.contact-inner-wrap03 .text > p {
  display: block;
  margin-bottom: 0;
}
.contact-inner-wrap03 .text > p span.text {
  font-size: 1.4rem;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  margin-top: 5px;
}
.contact-inner-wrap03 .text > p span.tag {
  font-size: 1rem;
  display: inline-block;
  padding: 4px 10px 1px;
  margin: -5px 20px auto;
  color: #DE6977;
  border: solid 1px #DE6977;
}
.contact-inner-wrap03 > .tel a {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  padding: 10px 15px 15px;
  color: #DE6977;
  letter-spacing: 0.2em;
}
.contact-inner-wrap03 > .tel a > img {
  margin: -5px 10px auto;
  width: 35px;
  height: 35px;
}
@media (max-width:767px) {
  .contact-inner-wrap03 {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .contact-inner-wrap03 .title {
    font-size: 1.3rem;
    padding: 15px 0 0 0;
  }
  .contact-inner-wrap03 > .text {
    font-size: 1rem;
    display: block;
    padding: 5px;
  }
  .contact-inner-wrap03 .text > p {
    display: block;
    margin: 0;
  }
  .contact-inner-wrap03 .text > p span.text {
    font-size: 1rem;
    display: block;
    padding-top: 0;
  }
  .contact-inner-wrap03 .text > p span.tag {
    font-size: 0.8rem;
    display: inline-block;
    padding: 5px 5px 2px;
    margin: 5px;
  }
  .contact-inner-wrap03 > .tel a {
    font-size: 1.6rem;
    padding: 0;
  }
  .contact-inner-wrap03 > .tel a > img {
    margin: -5px 10px auto;
    width: 25px;
    height: 25px;
  }
}
/*---------------------------------------
サービスメニュー
----------------------------------------*/
#footer-service-menu .footer-servicemenu-wrap {
  display: block;
  border-bottom: solid 2px #008285;
  width: 100%;
  text-align: center;
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 85%;
  margin-left: auto;
}
/*@media (max-width: 767px){
	width: 100%;
}*/
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle {
  /*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
  display: table;
  width: 40%;
  margin-bottom: 0px;
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle:first-child {
  width: 40%;
}
@media (max-width:992px) {
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap {
    flex-wrap: wrap;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle, #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle:first-child {
    width: 100%;
  }
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  /*flex: auto;*/
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent {
  /*flex: 0 0 140px;*/
  width: 140px;
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children {
  /*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
  display: table;
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children a, #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a {
  padding: 15px 10px;
  /*flex: 1 1 auto;*/
  display: table-cell;
  color: #000;
  font-family: "ryo-gothic-plusn", sans-serif;
  margin-bottom: -15px;
  text-decoration: none;
}
#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a {
  text-decoration: none;
  cursor: text;
}
@media (min-width: 768px) {
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children a:first-child {
    background-color: #EFEFEF;
  }
}
@media (max-width:767px) {
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a {
    cursor: pointer;
    position: relative;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a::before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #008285;
    position: absolute;
    right: 20px;
    top: 25px;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #008285;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: rotate(90deg);
    transition: 0.2s;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a.active::after {
    transform: rotate(0deg);
    transition: 0.2s;
  }
}
/*#footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle li p{
	display: block;
	padding: 15px 0;
	font-family: "ryo-gothic-plusn",sans-serif;
	margin-bottom: -10px;
	background-color: #EFEFEF;
	color: #247FA8;
	height: 53px;
}*/
@media (max-width:767px) {
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap {
    display: block;
    width: 100%;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent, #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children {
    padding: 0 10px;
    margin: 0;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent {
    background-color: #efefef;
    margin: 0;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent, #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent > a {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a {
    border-bottom: solid 1px #DDD;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle:last-child .toggle-parent a {
    border: none;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-parent a.active {
    border-bottom: solid 1px #DDD;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children, #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children > a {
    display: block;
    width: 100%;
    text-align: left;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children a {
    border-bottom: solid 1px #DDD;
    position: relative;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children a::after {
    content: '\f105';
    display: block;
    font-family: "Font Awesome 5 free";
    color: #008285;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 15px;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children a:last-child {
    border: none;
  }
  #footer-service-menu .footer-servicemenu-wrap .footer-servicemenu-inner-wrap .sp-toggle .toggle-children > a {
    margin: 5px 0;
  }
}
/*----------------------------------------------
セレモニーホールのご案内-会館リスト-
---------------------------------------------*/
#hall {
  background-image: url(/themes/www.ceremo117.jp_2017/_common/img/bg_halllist.jpg);
  background-size: cover;
  margin-bottom: 0;
}
@media (max-width:767px) {
  #hall {
    background: #ECF5F5;
  }
}
#hall .hall-wrap {
  padding: 65px 0;
}
#hall .hall-list-wrap .hall-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: none;
  margin: 0 10px;
}
#hall .hall-list-wrap .hall-tabs li {
  flex: 1 1 20%;
  margin: 0 4px;
  min-height: 50px;
  border: none;
  background-color: #FFF;
  text-align: center;
}
#hall .hall-list-wrap .hall-tabs li a {
  color: #000;
  height: 100%;
  padding: 15px 15px;
  background-color: #ededed;
  border-radius: 0px;
  margin-right: 0;
  box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1);
}
#hall .hall-list-wrap .hall-tabs li.active a, #hall .hall-list-wrap .hall-tabs li.active a:hover {
  background-color: #FFF;
  border: none;
  border-top: #008285 2px solid;
}
#hall .hall-list-wrap .hall-tabs li a:hover {
  border: none;
}
@media screen and (max-width: 767px) {
  #hall .hall-list-wrap .hall-tabs {
    margin: 0 0;
    flex-wrap: wrap;
    background-color: #EFEFEF;
  }
  #hall .hall-list-wrap .hall-tabs li {
    flex: 0 0 50%;
    margin: 0 0;
    box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.1);
  }
}
#hall .hall-list-wrap .tab-content {
  display: block;
  width: 100%;
  /*min-height: 400px;*/
  background: #FFF;
  padding: 40px 30px;
  box-shadow: -2px 3px 4px -2px rgba(0, 0, 0, 0.3);
}
#hall .hall-list-wrap .tab-content .hall-item {
  display: block;
  width: 95%;
  border: solid 1px #dedede;
  position: relative;
  margin: 5px;
  background-color: #FFF;
}
#hall .hall-list-wrap .tab-content .hall-item::after {
  display: block;
  content: '';
  background-image: url('/themes/www.ceremo117.jp_2017/_common/img/btn_bg01_sp.gif');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}
#hall .hall-list-wrap .tab-content .hall-item .img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  content: '';
}
#hall .hall-list-wrap .tab-content .hall-item .text {
  display: block;
  padding: 5px 10px;
  font-size: 0.9rem;
  letter-spacing: normal;
  color: #000;
}
#hall .hall-list-wrap .tab-content .hall-item .text p {
  letter-spacing: normal;
}
#hall .hall-list-wrap .tab-content .hall-item .text h5 {
  padding: 0;
  margin: 5px 0;
  font-weight: bold;
}
@media screen and (max-width:797px) {
  #hall .hall-list-wrap .tab-content {
    padding: 0;
    background-color: #EFEFEF;
  }
  #hall .hall-list-wrap .tab-content .toggle-parent {
    padding: 15px 10px;
    color: #000;
    position: relative;
    background-color: #FFF;
    display: block;
    width: 100%;
    border-top: solid 1px #dedede;
  }
  #hall .hall-list-wrap .tab-content .toggle-parent::before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #008285;
    position: absolute;
    right: 20px;
    top: 25px;
  }
  #hall .hall-list-wrap .tab-content .toggle-parent::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #008285;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: rotate(90deg);
    transition: 0.2s;
  }
  #hall .hall-list-wrap .tab-content .toggle-parent.active::after {
    transform: rotate(0deg);
    transition: 0.2s;
  }
  #hall .hall-list-wrap .tab-content .toggle-parent:last-child {
    border-bottom: solid 1px #dedede;
  }
  #hall .hall-list-wrap .tab-content .tab-pane {
    padding: 10px 5px;
  }
  #hall .hall-list-wrap .tab-content .hall-item {
    margin: 5px;
  }
}
/*----------------------------------------------
トピックス一覧
---------------------------------------------*/
.topics-wrap {
  font-family: "ryo-gothic-plusn", sans-serif;
}
.topics-wrap .topics-inner-wrap {
  display: block;
  width: 100%;
  border-bottom: dotted 1px #000;
  padding: 20px 0;
}
.topics-wrap .topics-inner-wrap:last-child {
  border-bottom: none;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap {
  display: table;
  width: 100%;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 1.4rem;
  color: #008285;
  font-weight: bold;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .title a {
  font-size: 1.4rem;
  color: #008285;
  text-decoration: none;
  font-weight: bold;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .tag {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .tag span {
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  padding: 5px 0;
  text-align: center;
}
.topics-wrap .topics-inner-wrap.event .tag span {
  color: #FFF;
  background-color: #4CB3BC;
}
.topics-wrap .topics-inner-wrap.event .tag span::before {
  display: inline;
  content: 'イベント';
}
.topics-wrap .topics-inner-wrap.infomation .tag span {
  color: #008285;
  background-color: rgba(0, 0, 0, 0.08);
}
.topics-wrap .topics-inner-wrap.infomation .tag span::before {
  display: inline;
  content: 'お知らせ';
}
.topics-wrap .topics-inner-wrap .topics-text-wrap {
  display: block;
  margin-left: 130px;
  width: calc(100% - 130px);
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .text {
  display: block;
  margin: 15px 0;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p {
  display: inline-block;
  padding-right: 10px;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p.time-text {
  font-weight: bold;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p.time-text span {
  font-weight: normal;
  display: none;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p.time-text span:last-child, .topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p.time-text span:first-child {
  display: inline;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p.time-text span:last-child::before {
  content: ' - ';
  display: inline;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail div p::before {
  content: '●';
  display: inline-block;
  color: #85CBBF;
  padding: 0 5px;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail > a {
  color: #000;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail > a::after {
  content: '＞';
  display: inline-block;
  padding-left: 5px;
}
@media (max-width:767px) {
  .topics-wrap .topics-inner-wrap {
    padding: 20px;
  }
  .topics-wrap .topics-inner-wrap:first-child {
    padding: 20px;
    /*border-top: dotted 1px #000;*/
  }
  .topics-wrap .topics-inner-wrap:last-child {
    border-bottom: dotted 1px #000;
  }
  .topics-wrap .topics-inner-wrap .topics-text-wrap {
    margin: 0;
    width: 100%;
    font-size: 1rem;
  }
  .topics-wrap .topics-inner-wrap .topics-text-wrap p {
    letter-spacing: 0.1rem;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .tag {
    width: 60px;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .tag span {
    font-size: 0.7rem;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .title {
    padding-left: 15px;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .title a {
    font-size: 1.2rem;
    display: inline-block;
    padding-top: 5px;
  }
  .topics-wrap .topics-inner-wrap .topics-self-img-wrap {
    margin-top: 10px;
  }
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail .event-date-pick .date {
  display: none;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail .event-date-pick .date:nth-child(2) {
  display: inline;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail .event-date-pick .date:last-child {
  display: inline;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap .detail .event-date-pick .date:last-child::before {
  content: ' - ';
  display: inline;
}
.topics-wrap .topics-inner-wrap .topics-self-img-wrap {
  width: 100%;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
}
.top-topics .topics-wrap .topics-inner-wrap .topics-self-img-wrap, .topics-list .topics-wrap .topics-inner-wrap .topics-self-img-wrap {
  border: none;
}
.topics-wrap .topics-inner-wrap .topics-self-img {
  margin: 0 auto 0 auto;
  padding: 10px 0;
}
.topics-wrap .topics-inner-wrap .text.topics-self-text {
  margin-right: 15px;
}
.topics-wrap .topics-inner-wrap .topics-text-wrap.topics-self-wrap .detail > a {
  margin-left: 15px;
}
/*共通タイトル*/
.main-title-wrap .title-img {
  display: block;
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-title-wrap .title-text {
  text-align: center;
  font-size: 2.5rem;
  padding-top: 72px;
  font-weight: 700;
}
.title-color-01 {
  color: #fff;
  text-shadow: 0px 0px 10px #000000;
}
.title-color-02 {
  color: #000;
  text-shadow: 0px 0px 10px #fff;
}
@media (max-width:767px) {
  .top-topics .topics-wrap .topics-inner-wrap .topics-self-img-wrap, .topics-list .topics-wrap .topics-inner-wrap .topics-self-img-wrap {
    border: solid 1px #c9c9c9;
  }
  .main-title-wrap .title-img {
    height: 130px;
  }
  .main-title-wrap .title-text {
    font-size: 1.8rem;
    padding-top: 46px;
  }
}
/*共通 15万プラン*/
.box-15plan .bnr-15plan-01 {
  margin-bottom: 40px;
}
.box-15plan .bnr-15plan-02 {
  display: block;
  width: 100%;
  margin: 40px 0 40px 0;
  background: url(/themes/www.ceremo117.jp_2017/_common/img/bg_15plan_01.jpg) no-repeat center top;
  background-size: contain;
  position: relative;
  min-height: 158px;
  border: 1px solid #fff;
}
.box-15plan .bnr-15plan-02 a {
  display: block;
  float: left;
  width: 40%
}
.box-15plan .bnr-15plan-02 a:hover {
  opacity: 0.8;
}
.box-15plan .bnr-15plan-02 a img {
  object-fit: contain;
  padding: 15px 20px 0 5px;
  margin: 0 0 0 20px; /*202010317小田追加*/
}
#bnr-15plan {
  display: block;
  margin-top: -60px;
  padding-top: 60px;
}
#plan-detail {
  display: block;
  margin-top: -30px;
  padding-top: 30px;
}
@media (max-width:1700px) and (min-width:1200px) {
  .box-15plan .bnr-15plan-01 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width:1199px) and (min-width:993px) {
  .box-15plan .bnr-15plan-02 {
    min-height: 131px;
  }
  .box-15plan .bnr-15plan-01 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width:992px) {
  .box-15plan .bnr-15plan-01 {
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box-15plan .bnr-15plan-02 {
    min-height: 101px;
  }
  .box-15plan .bnr-15plan-02 a img {
    padding: 10px 12px 0 5px;
  }
}
@media (max-width:767px) {
  .box-15plan .bnr-15plan-02 {
    width: auto;
    background: url(/themes/www.ceremo117.jp_2017/_common/img/bg_15plan_02.jpg) no-repeat center top;
    min-height: auto;
    margin: 15px;
    background-size: cover;
    border: 2px solid #EAEAEA;
  }
  .box-15plan .bnr-15plan-02 a {
    margin-top: 25%;
    width: 50%;
    text-align: center;
  }
  .box-15plan .bnr-15plan-02 a img {
    margin: 0 auto;
    padding: 38px 15px 20px 15px;
  }
}
/*　▼▼　hall.cssに転記予定　*/
/*#hall-detail #facility .other-facility-wrap {
	margin: 30px 0 0 0;
}*/
/*#hall-detail .kasasagi-text-wrap p {
	padding-left: 20px;	
}

@media (max-width:1199px){
#hall-detail .kasasagi-text-wrap {
	background-color: #fff;
    display: inline-block;
    border: solid 1px #247FA8 !important;
    padding: 15px 20px 15px 20px !important;
    width: 100% !important;
	margin-top: 30px;
}
#hall-detail .kasasagi-text-wrap p {
	padding: 0;	
	margin: 0;
}
}

@media (max-width:767px){
#hall-detail .kasasagi-text-wrap {
    width: auto !important;
	margin: 0 15px 0 15px;
}
}


#hall-detail #funeral-panel .funeral-item-wrap {
    padding: 15px 20px 15px 20px !important;
	border-bottom: #C9C9C9 1px solid;

}
#hall-detail #funeral-panel .funeral-item-wrap .address,
#hall-detail #funeral-panel .funeral-item-wrap a{
	font-size: 1.2rem;
	color: #555 !important;
} 
#hall-detail #funeral-panel .funeral-item-wrap .address{
	margin: 20px 0 0 0;
} 
#hall-detail #funeral-panel .funeral-item-wrap a{
	display: block;
	margin: 5px 0 0 0;
} */
/*　hall.cssに転記予定　▲▲　*/
/*----------------------------------------------
地域ふれあいブース
---------------------------------------------*/
.freai-title {
  font-size: 40px;
  color: #148285;
  margin: 0 0 80px 0;
  font-weight: 500;
  text-align: center
}
.freai-title img {
  padding: 0 10px;
  z-index: 20;
  position: relative;
}
.freai-topics {
  display: block;
  font-size: 20px;
  color: #313131;
  margin: 0 0 40px 0;
}
.freai-tag {
  display: table-cell;
  width: 160px;
  vertical-align: baseline;
}
.freai-tag span {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.freai-tag span {
  color: #FFF;
  background-color: #00a0a5;
  border-radius: 5px;
}
.freai-tag span::before {
  display: inline;
}
.freai-text {
  display: table-cell;
}
.freai-text p {
  letter-spacing: 0;
  margin: 7px 0 0 10px;
}
.freai-text span, .freai-text span.note {
  color: rgba(240, 0, 150, 1);
}
.freai-text div.space {
  margin: 0 0 5px 10px;
  font-size: 16px;
  letter-spacing: 0;
}
.freai-text span.note::before {
  content: '※';
  margin: 0 0 0 1.8rem;
}
.freai-text p span.bold {
  color: #313131;
}
.freai-text .detail p {
  display: inline-block;
  line-height: 50px;
}
.freai-text .detail p::before {
  content: '●';
  color: #85CBBF;
  padding: 0 5px 0 0;
}
.freai-bg {
  height: 60%;
  width: 50%;
  background-color: rgba(220, 0, 160, 0.1);
  position: absolute;
  top: 220px;
  left: 220px;
  z-index: 10;
  border-radius: 110px;
}
.freai-box {
  position: inherit;
  margin-top: 7px;
}
.freai-box p {
  text-align: center;
}
.freai-box div.name {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 15px;
  padding: 7px 10px;
  background-color: #fff1c4;
  width: auto;
  text-align: center;
  color: #313131;
  font-weight: 500;
  line-height: 15px;
  vertical-align: middle;
}
@media (max-width:959px) {
  .freai-title {
    font-size: 30px;
    margin: 20px 0 40px 0;
  }
  .freai-title img {
    padding: 0 10px 30px;
  }
  .freai-topics {
    margin: 0 0 20px 0;
  }
  .freai-text div.space {
    margin: 0 10px 10px;
  }
  .freai-text {
    font-size: 18px;
    display: block;
  }
  .freai-text span.note::before {
    margin: 0;
  }
  .freai-tag {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .freai-bg {
    height: 0%;
    width: 0%;
  }
  .freai-box div.name {
    font-size: 14px;
    padding: 8px;
    line-height: 0px;
    letter-spacing: -0.01rem;
    vertical-align: middle;
  }
  .freai-box p {
    text-align: left;
  }
}
/*----------------------

 20221230 topページ動画掲載用

-----------------------*/
#movie .funeral-movie{
	width: 100%;
	aspect-ratio: 16 / 9;
}
#movie .funeral-movie iframe{
	width: 100%;
	height: 100%;
}
#movie .funeral-movie.inner {
  padding: 0 10px;
}
@media (max-width:767px) {
  #movie .funeral-movie.inner {
    padding-bottom: 10px;
  }
}

  /*------------------------------
　　　   20230926　追記橋口
  ------------------------------*/
.contact-box-wrap01 .contact-inner-wrap .btn-wrap > ul > li:nth-child(2), .pc-t-body .toggle-contact-wrap .btn-wrap > ul > li:nth-child(2) {
  padding: 5px;
}

#footer-pc.footer-fixed .center {
  /*flex: 0 0 200px;*/
  padding: 20px;
  background-color: rgb(134 166 1 / 95%);
  height: 60px;
  width: 200px;
  margin: 0 10px 0 0;
}
#footer-pc.footer-fixed .footer-link-center {
  font-size: 1.428rem;
  letter-spacing: 0.4em;
  margin: 0;
  line-height: 1.1;
  text-align: right;
}
#footer-pc.footer-fixed .footer-link-center span {
  font-size: 1rem;
  color: #FFEB00;
  letter-spacing: 0;
}
#footer-pc .footer-link-center::before {
  content: url("../img/btn_footer_01.png");
  position: relative;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  left: -10%;
}
@media screen and (max-width:991px) {

  #footer-pc.footer-fixed .center {
    padding: 11px 0 0 20%;
  }
  #footer-pc.footer-link-center::before {
    right: 33%;
  }

}
@media screen and (max-width:767px) {

  #footer-pc.footer-fixed .center {
    padding: 11px 0 0 14%;
  }
  #footer-pc.footer-link-center::before {
    right: 40%;
  }
}

  /*フィックスするフッター（SP）-footer-*/


#footer-sp.footer-fixed .center {
  padding: 11px 0 11px 14%;
  background-color: rgb(134 166 1 / 95%);
  width: 33.333%;
}
#footer-sp.footer-fixed .footer-link-center {
  font-size: 1.142rem;
  letter-spacing: 0.4em;
  margin: 0;
  line-height: 1.313;
	padding: 30px 10px 0 0;
	text-align: inherit;
}
#footer-sp.footer-fixed .footer-link-center span {
  font-size: 1rem;
  color: #FFEB00;
  letter-spacing: 0;
}
#footer-sp .footer-link-center::before {
  content: url("../img/btn_footer_01.png");
  position: relative;
  top: -25px;
  display: inline-block;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  left: -1%;
}
#footer-sp.footer-fixed .center::after {
  content: "";
  width: 1px;
  height: 65px;
  background-color: #fff;
  position: absolute;
	left: 66.666%;
  bottom: 0;
}
@media screen and (max-width:991px) {
  #footer-sp.footer-fixed .center, #footer-sp.footer-fixed .left, #footer-sp.footer-fixed .right {
    padding: 0;
  }
  #footer-sp .footer-link-center::before {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 40px 0 0 0;
	}
  #footer-sp .footer-link-center::before {
	  left: 20%;
	  top: -45px;
	}
	  #footer-sp .footer-link-left::before {
	  left: 20%;
	  top: -30px;
	}
	  #footer-sp .footer-link-right::before {
	  right: 15%;
	  top: 10px;
	}
  #footer-sp.footer-fixed .footer-link-center, #footer-sp.footer-fixed .footer-link-left, #footer-sp.footer-fixed .footer-link-right {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	#footer-sp.footer-fixed .footer-link-left, #footer-sp.footer-fixed .footer-link-right {
		padding: 38px 0 0 0;
	}
}
@media screen and (max-width:767px) {
  #footer-sp.footer-fixed .center {
	  padding: 9px 0 0 0;
  }
	#footer-sp.footer-fixed .right{
		padding: 11px 0 0 0;
	}
  #footer-sp .footer-link-center::before {
	  left: 45%;
	  top: -55px;
  }
	#footer-sp .footer-link-left::before {
	  left: 45%;
	  top: -30px;
  }
  #footer-sp.footer-fixed .footer-link-center, #footer-sp.footer-fixed .footer-link-left {
	  align-items: flex-start;
	}
	#footer-sp.footer-fixed .footer-link-left {
		padding: 38px 0 0 0;
	}
	#footer-sp.footer-fixed .footer-link-right {
		padding: 29px 0 0 0;
	}
}
