@charset "utf-8";
/*******************

- common

********************/
html, body {
  height:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html {
  font-size:16px;
  line-height:1.375;
  color:#000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width:767px){
  html {
    font-size:14px;
  }
}
body {
  word-break:break-all;
}
body, 
ul, li, 
dl, dt, dd, 
h1, h2, h3, h4, 
p {
  margin:0;
  padding:0;
}
h1, h2, h3, h4 {
  font-size:1em;
} 
img {
  border:none;
  max-width:100%;
  vertical-align:bottom;
}
a {
  color:#0066cc;
  transition:opacity 0.2s linear;
  text-decoration: none;
}
a:hover {
  opacity:0.8;
}
li {
  list-style:none;
}
p {
  margin-top:1em;
}
input[type=text]{
  font-size:16px;
}
:placeholder-shown {
  color : #ccc;
}
::-webkit-input-placeholder {
  color : #ccc;
}
:-moz-placeholder {
  color : #ccc;
}
::-moz-placeholder {
  color : #ccc;
}
:-ms-input-placeholder {
  color : #ccc;
}
:placeholder-shown {
  color : #ccc;
}

.txt-right  { text-align: right; }
.txt-center { text-align:center; }

.link-text {
  color:#0066cc;
  text-decoration:underline;
  display:inline-block;
}

.box-gray {
  background-color:#eee;
  padding:1em;
  box-sizing:border-box;
}
.box-gray:not(:first-child),
.box-gray + * {
  margin-top:1em;
}

.pc_none { display: none; }
@media (max-width:767px) {
  .pc_none { display: block; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display: inline;
  }
  .sp_none { display: none !important; }
}


@media (max-width:767px){
  .pc_none { display:block; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display:inline;
  }
  .sp_none { display:none; }
}

/*******************

- .header-lower

********************/
.header-lower {
  border-top:6px solid #fb9bad;
  border-bottom:1px solid #ccc;
}
.header-lower-frame {
  max-width:1000px;
  margin:0 auto;
}
.header-lower .layout {
  display:table;
  width:100%;
  border-collapse:collapse;
  line-height:1px;
}
.header-lower .layout img {
  vertical-align:top;
}
.header-lower .service-logo ,
.header-lower .service-help {
  display:table-cell;
  text-align:center;
  box-sizing:border-box;
}
.header-lower .service-logo {
  padding:14px 0 11px 112px;
  vertical-align:middle;
}
.header-lower .service-logo img {
  width:156px;
}
.header-lower .service-help {
  width:112px;
  border:1px solid #ccc;
  border-width:0 1px;
  padding:11px 0 10px;
  vertical-align:bottom;
  cursor:pointer;
  color:#999;
}
.header-lower .service-help .help-image {
  width:85px;
  display:inline-block;
  padding-top:32.72%;
  background-repeat:no-repeat;
  background-size:auto 64%;
  background-image:url(../images/icon_question.png);
  background-position:top center;
}
.header-lower .service-help .help-image img {
  width:100%;
}

@media (max-width:1000px){
  .header-lower .service-help {
    border-right:none;
  }
}
@media (max-width:767px){
  .header-lower {
    border-top-width:3px;
  }
  .header-lower .service-logo {
    padding:10px 0 8px 18.66%;
  }
  .header-lower .service-logo img {
    width:43.2%;
  }
  .header-lower .service-help {
    padding:8px 0;
    width:18.66%;
  }
  .header-lower .service-help .help-image {
    width:69%;
    padding-top:35.97%;
    background-size:auto 65.67%;
  }
}

/*********************************
*
*  header
*
**********************************/
/*
header {
  color: #b50081;
  border-top: 3px solid #b50081;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .container {
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  padding-left: 4.6875%;
  position: relative;
  margin: 0 auto;
}

header .header-logo {
  display: inline-block;
  float: left;
  height: 11.40625vw;
  max-height: 73px;
  position: relative;
}

header .header-logo img {
  height: 6.5625vw;
  max-height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .header-supported {
  float: right;
  position: absolute;
  right: 74px;
  top: 0;
  bottom: 0;
  margin: auto;
}

header .about-btn {
  width: 54px;
  width: 16.875vw;
  max-width: 108px;
  height: 11.40625vw;
  max-height: 73px;
  cursor: pointer;
  background: url(/smartphone/special/ticket/img/sp-about.png) center no-repeat;
  background-size: 37px 27.5px;
  background-size: cover;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  float: right;
}

@media screen and (min-width: 750px) {
  header .container {
    padding-left: 60px;
  }
  header .about-btn {
    display: none;
  }
}
*/

/*********************************
*
*  .frame
*
**********************************/
.frame {
  margin: 0 auto;
  max-width: 1000px;
  width: 94.6666%;
}

/*******************

- .rwd-frame

********************/
.rwd-frame {
  width:1000px;
  margin:0 auto;
}
@media (max-width:1040px){
  .rwd-frame {
    width:auto;
    margin:0 1.923%;
  }
}
@media (max-width:520px){
  .rwd-frame {
    width:auto;
    margin:0 10px;
  }
}

/*********************************
*
*  .main_vsl
*
**********************************/
.main_vsl {
  background: url(../images/main_vsl_bg_pc.jpg)no-repeat top center;
  background-size: 100%;
  margin: auto;
  width: 100%;
}

.main_vsl .frame {
  max-width: 1400px;
}

/*********************************
*
*  .lede
*
**********************************/
.lede {
  margin-bottom: 4.0rem;
}

.lede .lede-text {
  margin-bottom: 1.5rem;
  background: url(../images/lede-bg.png)no-repeat top center;
  padding: 4.0rem 4.0rem 0;
  text-align: center;
  font-weight: bold;
}

.lede .area-btn {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
}

.lede .area-btn li {
  display: inline-block;
  width: 15.07228%;
  margin-right: 1.4096%;
  font-size: 14px;
  vertical-align: top;
}



.lede .area-btn li .btn {
  display: block;
  border-radius: 10px;
  padding: 1.2rem 0.6rem 1.7rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 112.5%;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}

.lede .area-btn li .btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(134deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.8rem;
}

.lede .area-btn li a.btn {
  transition: none;
}

.lede .area-btn li .btn:hover {
  opacity: 1;
}

.lede .area-btn li .btn:hover,
.lede .area-btn li .btn:active,
.lede .area-btn li .btn:visited {
  color: #ffffff;
}

.lede .area-btn li .btn.deepblue {
  background: #3370c2;
}

.lede .area-btn li .btn.orange {
  background: #eb7d00;
}

.lede .area-btn li .btn.blue {
  background: #03a9e7;
}

.lede .area-btn li .btn.yellow {
  background: #f3a600;
}

.lede .area-btn li .btn.green {
  background: #19ab62;
}

.lede .area-btn li .btn.pink {
  background: #ed1674;
}

.lede .area-btn li .btn.deepblue {
  box-shadow: 0 4px 0 0 #41689d;
}

.lede .area-btn li .btn.orange {
  box-shadow: 0 4px 0 0 #9a5200;
}

.lede .area-btn li .btn.blue {
  box-shadow: 0 4px 0 0 #0071ac;
}

.lede .area-btn li .btn.yellow {
  box-shadow: 0 4px 0 0 #c48600;
}

.lede .area-btn li .btn.green {
  box-shadow: 0 4px 0 0 #06783f;
}

.lede .area-btn li .btn.pink {
  box-shadow: 0 4px 0 0 #c10b5b;
}

.lede .area-btn li .btn.deepblue:active,
.lede .area-btn li .btn.deepblue:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #41689d;
}

.lede .area-btn li .btn.orange:active,
.lede .area-btn li .btn.orange:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #9a5200;
}

.lede .area-btn li .btn.blue:active,
.lede .area-btn li .btn.blue:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #0071ac;
}

.lede .area-btn li .btn.yellow:active,
.lede .area-btn li .btn.yellow:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #c48600;
}

.lede .area-btn li .btn.green:active,
.lede .area-btn li .btn.green:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #06783f;
}

.lede .area-btn li .btn.pink:active,
.lede .area-btn li .btn.pink:hover {
  top: 2px;
  box-shadow: 0 2px 0 0 #c10b5b;
}

@media screen and (max-width: 750px) {
  .lede .lede-text {
    padding: 2.0rem 3.0rem 0;
  }

  .lede .area-btn {
    width: 100%;
  }

  .lede .area-btn li {
    width: 31%;
  }

  .lede .area-btn li:nth-of-type(n+4) {
    margin-top: 1.0rem;
  }



  .lede .area-btn li .btn {
    font-size: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .lede .lede-text {
    background-size: 100%;
  }
}

/*********************************
*
*  .introduction
*
**********************************/
.introduction {
  padding: 4.0rem 0;
  background: url(../images/main_top_bg_pc.png),url(../images/main_bg_stripe.png);
  background-repeat: no-repeat,repeat;
  background-position: center top,center top;
  background-size: auto,auto;
}

.introduction .inner {
  background: url(../images/main_bg.png)repeat-y center top;
  background-size: auto;
  margin-top: 2.5rem;
}

.introduction h2 {
  text-align: center;
  margin-bottom: 1.5rem
}

.introduction h2 .deepblue {
  color: #3370c2;
}

.introduction h2 .orange {
  color: #eb7d00;
}

.introduction h2 .blue {
  color: #03a9e7;
}

.introduction h2 .yellow {
  color: #f3a600;
}

.introduction h2 .green {
  color: #19ab62;
}

.introduction h2 .pink {
  color: #ed1674;
}

.introduction h2 .area {
  font-size: 237.5%;
  font-weight: bold;
  line-height: 0.8;
}

.introduction h2 .area .small {
  font-size: 50%;
}

.introduction .detail-list {
  padding-bottom: 1.5rem;
  margin: 0 auto 3.0rem;
  max-width: 746px;
  width: 100%;
}

.introduction .detail-list:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}



.introduction .detail-list li {
  width: 31.9034%;
  margin-right: 2.1447%;
  margin-bottom: 1.5rem;
  float: left;
}

.introduction .detail-list li:nth-of-type(3n) {
  margin-right: 0;
}

.introduction .detail-list li a {
  color: #000000;
  display: block;
  text-decoration: none;
}

.introduction .detail-list li a:hover {
  opacity: 0.8;
}

.introduction .detail-list li a:hover,
.introduction .detail-list li a:active,
.introduction .detail-list li a:visited {
  color: #000000;
}

.detail-list li dl {
  margin: 1.0rem 0.5rem 0;
}

.detail-list li dl dt span {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0.2rem 0.4rem;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  font-weight: bold;
}

.detail-list li dl dd {
  overflow: hidden;
  height: 3.1em;
}

.detail-list li dl .facilities {
  font-weight: bold;
}

@media screen and (min-width: 750px) and (max-width: 1400px) {
  .introduction .inner {
    background-size: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .introduction .inner {
    background: none;
  }
}

@media screen and (max-width: 1159px) {
  .introduction {
    background-size: 95%,auto;
  }
}

@media screen and (max-width: 750px) {
  .introduction {
    background: url(../images/main_top_bg_sp.png),url(../images/main_bg_stripe.png);
    background-repeat: no-repeat,repeat;
    background-size: 100%,auto;
    padding: 20% 0 2.0rem;
  }

  .introduction .inner {
    margin-top: 0;
  }

  .introduction h2 .area {
    display: inline-block;
    font-size: 180%;
    position: relative;
  }

  .introduction h2.balloon {
    padding-top: 2.5rem;
  }

  .introduction h2 .area::before,
  .introduction h2 .area::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
  }

  .bgkinki{
    background: url(../images/main_top_bg_sp.png);
    background-repeat: no-repeat,repeat;
    background-size: 100%,auto;
    padding: 16% 0 2rem;
    margin-top: 20px;
  }

  .introduction h2.confetti .area::after {
    background: url(../images/area_ttl_bg_confetti_r.png) no-repeat bottom center;
    background-size: contain;
    left: -6rem;
    padding-top: 3rem;
    width: 5rem;
  }

  .introduction h2.confetti .area::before {
    background: url(../images/area_ttl_bg_confetti_l.png) no-repeat bottom center;
    background-size: contain;
    right: -6rem;
    padding-top: 3rem;
    width: 5rem;
  }

  .introduction h2.balloon .area::before {
    background: url(../images/area_ttl_bg_balloon_l.png) no-repeat bottom center;
    background-size: contain;
    left: -6rem;
    padding-top: 6rem;
    width: 4rem;
  }

  .introduction h2.balloon .area::after {
    background: url(../images/area_ttl_bg_balloon_r.png) no-repeat bottom center;
    background-size: contain;
    right: -6rem;
    padding-top: 6rem;
    width: 4rem;
  }

.introduction .detail-list:nth-of-type(2n) {
  background: url(../images/main_top_bg_sp.png)no-repeat bottom center;
  background-size: contain;
  padding-bottom: 4.0rem;
}

  .introduction .detail-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.0rem;
    float: none;
  }

  .introduction .detail-list li::after {
    content: "";
    clear: both;
    display: block;
  }

  .detail-list li .area-img {
    width: 46.4788%;
    float: left;
  }

  .detail-list li dl {
    width: 50%;
    float: right;
    margin: 0.5rem 0 0;
  }
}

/*********************************
*
*  facility
*
**********************************/
i {
  font-style: normal;
  text-decoration: underline;
}
em {
  font-style: normal;
}
.facility-wrap {
  padding: 75px 0 0 0;
  background: #eeeeee;
}
.facility-inner {
  background: url(../images/bg_left.png) repeat-y 5% 0,url(../images/bg_right.png) repeat-y 95% 0; 
  padding: 0 0 80px 0;
}
.facility-items-wrap {
  position: relative;
}
.facility-ttl {
  text-align: center;
  position: relative;
}
.facility-ttl img {
  top: -50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.facility-cat-ttl {
  text-align: center;
  margin: 60px 70px 0;
  padding: 60px 0 10px;
  background: url(../images/line.png) center top repeat-x;
}
.facility-cat-ttlnone {
  background: none;
}
.facility-cat-ttl span {
  display: inline-block;
  font-size: 36px;
  padding: 0 70px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .facility-ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
  .facility-wrap {
    padding: 0 0 calc(60 / 750 * 100vw);
    background: #eeeeee;
  }
  .facility-inner {
    padding: calc(50 / 750 * 100vw) 0 0 0;
    background: none;
  }
  .facility-ttl img {
    top: -25px;
  }
  .facility-cat-ttl span {
    font-size: 16px;
    padding: 0 40px;
    background-size: 12%;
  }
  .facility-cat-ttl {
    margin: calc(60 / 750 * 100vw) 0 0;
    background-size: 1.5%;
    padding: calc(60 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.facility-items-list {
  padding: 0 120px;
  display: flex;
  flex-wrap: wrap;
}
.facility-items-list li {
  width: 30%;
  margin: 2% 1.3% 0;
  font-size: 14px;

}

.facility-items-list li a {
  height: 100%;
  box-sizing: border-box;
  color: #4e4e4e;
  display: block;
  padding: 5px 0px 25px;
}
.facility-item-txt-wrap{
  padding: 0 10px;
}
.facility-item-lab {
  display: inline-block;
  border: 1px solid #cdcdcd;
  width: 85px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px;
  font-weight: 900;
}
.facility-item-lab:nth-child(1){
  margin-right: 10px;
}
.facility-item-introduction {
  margin-top: 10px;
  display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
}
.facility-item-sevice {
  font-size: 16px;
  font-weight: 900;
  margin-top: 3px;
  display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .facility-items-list {
    padding: 0;
    justify-content: space-between;
  }
  .facility-items-list li {
    font-size: 16px;
    width: 48.7%;
    margin: 2% 1% 0 0;
  }
  .facility-items-list li:nth-child(2n){
    margin-right: 0;
  }
  .facility-item-lab {
    width: auto;
    height: 16px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
    margin-top: calc(15 / 750 * 100vw);
  }
  .facility-item-txt-wrap{
    padding: 0 5px;
  }
  .facility-item-lab:nth-child(1) {
    margin-right: 3px;
  }
  .facility-items-list li a {
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .facility-item-introduction {
    margin-top: calc(10 / 750 * 100vw);
    font-size: 14px;
  }
  .facility-item-sevice {
    font-size: 13px;
  }

}
/* jieshu  */
/*********************************
*
*  .area-campaign
*
**********************************/
.area-campaign {
  text-align: center;
  padding: 3rem 0 2.5rem;
  background: url(../images/campaign_bg.png)repeat left top;
}

.area-campaign h2 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 750px) {
  .area-campaign {
    background-size: 21px 36px;
  }
}


/*********************************
*
*  .campaign-banner
*
**********************************/
.campaign-banner {
  max-width: 480px;
  max-height: 240px;
  margin: 0 auto;
  background-color: #fff;
}

.campaign-banner a{
  display: block;
transition: opacity 0.2s linear;
}

.campaign-banner a:hover{
  opacity: 0.8;
}

/*******************

- .btn-horizontal

********************/
.btn-horizontal {
  font-size:0;
  text-align:center;
  margin:30px auto;
}
.btn-horizontal > li {
  display:inline-block;
  width:257px;
  max-width:49.15%;
  font-size:16px;
  font-size:1rem;
  cursor:pointer;
}
.btn-horizontal > li + li {
  margin-left:1.7%;
}
@media (max-width:767px){
  .btn-horizontal > li {
    font-size:14px;
    font-size:1rem;
  }
}

/*******************

- for JavaScript

********************/
/*******************

- .slide-feature
  (with JavaScript)

********************/
.slide-feature {
  margin:0 auto;
  max-width:1000px;
}

/*******************

- modal
  (with JavaScript)

********************/
.wrapper.fixed {
  overflow:hidden;
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
}
.modal-contents {
  position:relative;
  z-index:100;
}
.modal-bg {
  position:absolute;
  top:0;
  left:0; right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.4);
  z-index:50;
}

/*******************

- .modal-help
  (with JavaScript)

********************/
.modal-help {
  position:fixed;
  top:0;
  left:0; right:0;
  bottom:0;
  z-index:100;
  display:none;
}
.modal-help > .modal-contents {
  width:89%;
  max-width:440px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0; right:0;
  background-color:#fff;
  box-sizing:border-box;
  margin-top:5%;
  overflow:hidden;
}
.modal-help > .modal-contents > .btn-close {
  width:7.76%;
  position:absolute;
  top:0;
  right:0;
  margin-right:2.985%;
  margin-top:2.985%;
  cursor:pointer;
  z-index:20;
}

/*******************

- .slide
  (slick.js)

********************/
.slide-help.slick-slider {
  margin-bottom:50px;
}
.slide-detail-image.slick-slider{
  margin-bottom: 70px;
}
.slick-dots {
  margin-top:10px;
  top:100%;
}
.slick-dots li {
  margin:0 5px ;
}
.slick-dots li button {
  width:10px;
  height:10px;
}
.slick-dots li button::before {
  content:"";
  background-color:transparent;
  border-radius:50%;
  border:1px solid #444;
  width:10px;
  height:10px;
  opacity:1;
}
.slick-dots li.slick-active button::before {
  background-color:#444;
}


/*******************

- .slide-help
  (with JavaScript)

********************/
.slide-help-wrap {
  margin:2.985%;
  position:relative;
}
.slide-help .item {
  width:100%;
  position:relative;
}
.slide-help :focus {
  outline : none;
}
.slide-help .item .btn-start {
  display:block;
  width:71.11%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:71.11% auto 0;
  cursor:pointer;
}

/*******************

- .slide-detail-image
  (with JavaScript)

********************/
.slide-detail-image {
  width: 700px;
  margin:1em auto;
}
.slide-detail-image .item .wrap {
  padding:0 50px;
}
.slide-detail-image .item .image {
  display:block;
  padding-top:66.667%;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}
.slide-detail-image .slick-dots {
  bottom:auto;
}

@media (max-width: 767px){
  .slide-detail-image {
    width:100%;
  }
  .slide-detail-image.slick-slider {
    margin-bottom:40px;
  }
  .slide-detail-image .item .wrap {
    padding:0;
  }
  .slide-detail-image .slick-dots {
    margin-top:15px;
  }
}

/*******************

- end


  ------------
  * ColorCode
  ------------
  ============
  - gray -
  #000
  #444
  #555
  #777
  #999
  #aaa
  #ccc
  #ddd
  #eee
  #fff
  
  ============
  - other -
  #0000ff
  #13b5c7
  #2f2f2f
  #31b9dd
  #32b988
  #4db546
  #7d8eee
  #8e8e8e
  #b2b2b2
  #d6d4d4
  #ed0000
  #f6a519
  #fb5795
  #fb9bad
  #fd4769
  #fd476a
  #ff3838
  #ff7132
  #ff8097
  #ff8098
  #ffe5e5
  #ffe5e6
  
  ============

********************/

/*******************

- .toPagetop

********************/
.toPagetop {
  position:fixed;
  width:79px;
  height:77px;
  right:30px;
  bottom:30px;
  cursor:pointer;
}
.toPagetop img {
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px){
  .toPagetop {
    width:60px;
    height:58px;
    right:20px;
    bottom:75px;
  }
}

/*******************

- .footer

********************/
.footer {
  color:#fff;
  background-color:#555;
  padding-top:30px;
  padding-bottom:30px;
  font-size:87.5%;
}
.footer a {
  color:inherit;
}
.footer .layout {
  display:table;
  width:100%;
}
.footer .site-logo ,
.footer .copyright {
  display:table-cell;
  vertical-align:middle;
}
.footer .site-logo {
  margin-top:0;
}
.footer .copyright {
  text-align:right;
  letter-spacing:0.1em;
}
.footer .site-logo .poweredby {
  margin-right:1em;
  letter-spacing:0.1em;
  font-size:1.1em;
}
.footer .site-logo .poweredby , 
.footer .site-logo .logo-img {
  display:inline-block;
  vertical-align:middle;
}
@media (max-width:1040px){
  .footer {
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
  }
  .footer .copyright {
    font-size:0.8em;
  }
  .footer .site-logo .logo-img {
    width:50%;
  }
}
@media (max-width:767px){
  .footer {
    padding-top:1.5em;
    padding-bottom:1.5em;
  }
  .footer .layout {
    display:block;
  }
  .footer .site-logo ,
  .footer .copyright {
    width:100%;
    display:block;
    text-align:center;
  }
  .footer .site-logo .poweredby {
    font-size:1em;
    letter-spacing:0;
  }
  .footer .copyright {
    margin-top:0.5em;
    letter-spacing:0;
    font-size:0.9em;
  }
  .footer .site-logo .logo-img {
    width:39.15%;
    max-width:278px;
  }
}


.acd-title {
  padding: 50px 0 0;
}
.acd-title-inner {
  width: 329px;
  height: 67px;
  margin: 0 auto 3rem;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.opened .acd-title-inner {
  background-size: contain;
}

.orangeinner{
  background: url(../images/readmore.png) center center no-repeat;
}
.opened .orangeinner{
  background: url(../images/close.png) center center no-repeat;
}

.yellowinner{
  background: url(../images/readmore_yellow.png) center center no-repeat;
}
.opened .yellowinner{
  background: url(../images/close_yellow.png) center center no-repeat;
}


.acd-title-inner:hover {
  opacity: 0.7;
}
@media (max-width:767px) {
  .acd-title {
    padding: 0;
  }
  .acd-title-inner {
    margin-top: 20px;
    width: 328px;
    height: 65px;
    transform: scale(0.8);
  }
}

.lineblack{
  margin: 0 auto 3rem;
  max-width: 746px;
  width: 100%;
}


/*********************************
*
*  banner
*
**********************************/
.search_wrapper {
  background: url(../images/bg_blueline.png) no-repeat;
  background-size: cover;
  padding: 65px 0;
  text-align: center;
}
.banner-wrap {
  padding: 62px 0;
  background-color: #ffffff;
}
@media screen and  (max-width: 767px) {
  .banner-wrap {
    padding: calc(71 / 750 * 100vw) 0 calc(81 / 750 * 100vw);
  }
  .search_wrapper {
    padding: 28px 0;
  }
}
.yutai-top-btn {
  margin-top: 60px;
}
.banner-ttl {
  letter-spacing: 0;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-ttl span {
  margin: 0 15px;
}
@media screen and  (max-width: 767px) {
  .search_link_facility::after {
    right: 13px;
    letter-spacing: normal;
    transform: scale(0.9);
  }
  .banner-ttl {
    font-size: 18px;
    background-size: contain;
    letter-spacing: 0;
  }
  .banner-ttl img {
    width: 20%;
  }
  .search_link_facility ,.yutai-top-btn{
    display: flex;
    align-items: center;
    justify-content: center;
     transform: scale(0.9);
  }
  .search_link_facility img ,.yutai-top-btn img {
    width: 100%;
  }
  .yutai-top-btn {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and  (max-width: 350px) {
  .search_link_facility {
    font-size: 16px;
    height: 50px;
  }
}
.btn-yutai-wrap {
  display: flex;
  justify-content: center;
}
.random-banner-area{
  margin-top: 40px;
  width: 100%;
}
@media screen and  (max-width: 767px) {
  .random-banner-area{
    margin: calc(40 / 750 * 100vw) auto 0;
    width: 75%;
  }
}
@media screen and  (min-width: 768px) {
  .items {
    font-size: 0;
  }
  .items li{
    display: inline-block;
    width: 48%;
  }
  .items li + li {
    margin-left: 4%;
  }
}
@media screen and  (max-width: 767px) {
  .items {
    text-align: center;
  }
  .items li + li {
    margin: 20px 0 0 0;
  }
}

@media screen and  (max-width: 820px) and (min-width:740px){
  .lede .area-btn li .btn{
    font-size: 98.5%;
  }
  .search_link_facility img{
    width: 70%;
  }
}



/*********************************
*
*  footer
*
**********************************/
/*
footer {
  background: #555;
  color: #fff;
}

footer .utility-area {
  background: #ccc;
}

footer .container {
  max-width: 1000px;
  margin: 0 auto;
}

footer .utility-area .container {
  max-width: 1000px;
  width: 100%;
  padding: 10px 3.6rem;
  margin: 0 auto;
}

footer .utility-area ul {
  margin: 0;
}

footer .utility-area li {
  display: inline-block;
}

footer .utility-area li:not(:first-child) {
  margin-left: 1.4rem;
}

footer .utility-area a {
  color: #222;
  text-decoration: underline;
  font-size: .833333rem;
}

footer .footer-area {
  padding: 13px 0;
}

footer .footer-area h2 {
  width: 57%;
  margin: 0 auto;
}

footer .footer-area .copyright {
  margin: 8px 0 0;
  font-size: .666666rem;
  text-align: center;
}

@media screen and (min-width: 787px) {
  footer .footer-area .copyright {
    position: static;
  }
}

@media screen and (min-width: 814px) {
  footer .container {
    padding: 0;
    position: relative;
  }
  footer .utility-area .container {
    padding: 7px 0;
  }
  footer .utility-area a {
    font-size: 14px;
  }
  footer .footer-area h2 {
    width: initial;
    display: inline-block;
  }
  footer .footer-area .copyright {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
  }
}
*/
