@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:500px){
  html {
    font-size:14px;
  }
}
body {
  word-break:break-all;
}
body,
section, div,
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;
  text-decoration: none;
  transition:opacity 0.2s linear;
}
a:hover {
  opacity:0.7;
}
li {
  list-style:none;
}
.txt-right  { text-align: right; }
.txt-center { text-align:center; }

.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; }
}

/*******************

- .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%;
  }
}


/*********************************
*
*  .frame
*
**********************************/
.frame {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.frame-lede {
  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-wrap {
  background: url(../images/main_vsl_bg_pc.jpg) no-repeat center;
  background-size: 100%;
}
.main_vsl {
  position: relative;
  background-image:
    url(../images/main_vsl_top.png),
    url(../images/main_vsl_bottom.png);
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top,bottom;
  background-size: contain;
  margin: auto;
  width: 100%;
  height: auto;
}
.main_vsl h2 {
  text-align: center;
}
.main_vsl h2 img {
  position: relative;
  width: 100%;
}
.main_vsl .frame {
  max-width: 1400px;
  width: calc(100% - 1.923% * 2);
}
.main_vsl-txt {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.main_vsl-txt img {
  position: absolute;
  right: 85px;
  bottom: 15px;
  width: 22%;
  height: auto;
  max-width: 213px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .main_vsl_sp-txt {
    margin-bottom: 20px;
    text-align: center;
  }
}

/*********************************
*
*  .lede
*
**********************************/
.lede {
  padding: 10px 0 320px;
  background: url(../images/bg_01.png);
}
.lede .area-btn {
  max-width: 750px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  text-align: center;
  margin: 0 auto 20px;
}
.lede .area-btn li{
  width: 23.5%;
}
.lede .area-btn li .btn {
  display: block;
  text-decoration: none;
}

.lede .area-btn li:nth-child(2n) {
  position: relative;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .lede {
    margin-top: 0;
    padding: 10px 0 220px;
  }
  .lede .area-btn {
    max-width: 750px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
  }
  .lede .area-btn li {
    width: 40%;
  }
  .lede .area-btn li:nth-child(2n) {
    top: 0;
  }
  .lede .area-btn li:nth-child(n+3) {
    transform: translate(50%,-25%);
  }
  .lede .area-btn li img {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .lede .area-btn {
    width: 100%;
  }
}

/*********************************
*
*  .introduction
*
**********************************/
.introduction {
  position: relative;
}
.introduction::before {
  content: "";
  background: url(../images/cloud_01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19.5%;
  height: 249px;
  max-width: 273px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .introduction::before {
    display: none;
  }
  .lede {
    position: relative;
  }
  .lede::before {
    content: "";
    background: url(../images/cloud_01_sp.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 33%;
    left: 0;
    display: block;
    width: 19.5%;
    height: 249px;
    max-width: 273px;
  }
  .lede::after {
    content: "";
    background: url(../images/cloud_02_sp.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 53%;
    right: 0;
    display: block;
    width: 19.5%;
    height: 249px;
    max-width: 273px;
  }
}
.category .wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.introduction .detail-list {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 846px;
  box-sizing: border-box;
}
.detail-list:after {
  clear: both;
  content: '';
  display: block;
}
.introduction .detail-list li {
  position: relative;
  background: url(../images/bg_box.png);
  background-size: 100%;
  width: 31.7%;
  box-sizing: border-box;
  padding: 18px;
  margin-right: 2.1447%;
  margin-bottom: 1.5em;
  float: left;
}

.introduction .detail-list li::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #308585 transparent;
}

.introduction .detail-list li:nth-of-type(3n){
  margin-right: 0;
}

.introduction .detail-list li a {
  color: #245757;
  display: block;
}
.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: #245757;
}
.detail-list li dl {
  position: relative;
  margin: 1.0rem 0.5rem 0;
}
.detail-list li dl dt span {
  display: inline-block;
  border: 1px solid #245757;
  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: 2.9em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-list li dl .facilities {
  color: #1a4545;
  font-weight: bold;
}

.detail-text > a{
  position: relative;
}

.detail-text > a > .label{
  font-size: 85.71429%;
  line-height: 1.66667;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: -4px;
  background: #FF3366;
  padding: 3px 12px 3px 9px;
  z-index: 2;
  font-weight: bold;
}

.detail-text > a > .label:before{
  content: "";
  display: block;
  border-color: transparent #FF3366 transparent transparent;
  border-style: solid;
  border-width: 0px 4px 4px 0;
  height: 0px;
  width: 0px;
  top: 26px;
  position: absolute;
  left: 0;
  z-index: -1px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .introduction .detail-list {
  padding: 0 2%;
  }
  .introduction .detail-list li {
    padding: 0;
    height: 0;
    padding-top: 65%;
    width: 49%;
    margin-bottom: 2%;
    position: relative;
    top: 0;
    left: 0;
  }
  .introduction .detail-list li:nth-child(odd){
    margin-right: 2%;
  }
  .introduction .detail-list li:nth-child(even){
    margin-right: 0;
  }
  .introduction .detail-list .detail-text {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
  .detail-list li img {
    width: 100%;
  }
  .detail-list li dl {
    margin: 0.5rem 0 0;
  }
}
@media screen and (max-width: 470px) {
  .introduction .detail-list {
    padding: 0 2%;
  }
  .introduction .detail-list li {
    padding-top: 68%;
    height: 0;
    width: 49%;
    margin-bottom: 2%;
    position: relative;
    top: 0;
    left: 0;
  }
  .introduction .detail-list li:nth-child(odd){
    margin-right: 2%;
  }
  .introduction .detail-list li:nth-child(even){
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .introduction .detail-list {
    padding: 0 2%;
  }
}
@media screen and (max-width: 350px) {
    .introduction .detail-list .irregular {
      padding-top: 82%;
}
.introduction .detail-list li {
  padding-top: 80%;
  height: 0;
  width: 49%;
  margin-bottom: 2%;
  position: relative;
  top: 0;
  left: 0;
}
.introduction .detail-list li:nth-child(odd){
  margin-right: 2%;
}
.introduction .detail-list li:nth-child(even){
  margin-right: 0;
}

}

/*********************************
*
*  .box .inner
*
**********************************/

.category.box1 {
  margin-top: -280px;
  padding-top: 6%;
  background: url(../images/bg_02_wave.png) no-repeat center top/contain;
}
.category.box1 .inner {
  padding: 20px 0 320px;
  background: url(../images/bg_02.png);
}
.category.box2 {
  position: relative;
  margin-top: -280px;
  padding-top: 6%;
  background: url(../images/bg_03_wave.png) no-repeat center top/contain;
}
.category.box2::before {
  content: "";
  background: url(../images/cloud_02.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 19.5%;
  height: 303px;
  max-width: 243px;
  transform: translateY(-30%);
}
.category.box2 .inner {
  padding: 20px 0 320px;
  background: url(../images/bg_03.png);
}
.category.box3 {
  position: relative;
  margin-top: -280px;
  padding-top: 6%;
  background: url(../images/bg_04_wave.png) no-repeat center top/contain;
}
.category.box3::before {
  content: "";
  background: url(../images/cloud_03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19.5%;
  height: 272px;
  max-width: 256px;
  transform: translateY(-50%);
}
.category.box3 .inner {
  padding: 10px 0 320px;
  background: url(../images/bg_04.png);
}
.category.box4 {
  position: relative;
  margin-top: -280px;
  padding-top: 6%;
  background: url(../images/bg_05_wave.png) no-repeat center top/contain;
}
.category.box4::before {
  content: "";
  background: url(../images/cloud_04.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 19.5%;
  height: 298px;
  max-width: 232px;
  transform: translateY(-50%);
}
.category.box4 .inner {
  padding: 10px 0 100px;
  background: url(../images/bg_05.png);
}

@media screen and (max-width: 767px) {
  .category.box1 {
    background: none;
  }
  .category.box1 .inner {
    padding: 80px 0 140px;
    background: url(../images/bg_02_sp.png) no-repeat;
    background-size: cover;
  }
  .category.box2 {
    margin-top: 0;
    padding: 3.9% 0 0;
    background: none;
  }
  .category.box2::before {
    display: none;
  }
  .category.box2 .inner {
    margin-top: -90px;
    padding: 70px 0 240px;
    background: url(../images/bg_03_sp_2.png) no-repeat;
  }
  .category.box3 {
    margin-top: 0;
    padding: 3.9% 0 0;
    background: none;
  }
  .category.box3::before {
    display: none;
  }
  .category.box3 .inner {
    margin-top: -200px;
    padding: 80px 0 240px;
    background: url(../images/bg_04_sp.png) no-repeat;
    background-size: cover;
  }
  .category.box4 {
    margin-top: 0;
    padding-top: 5.2%;
    background: none;
  }
  .category.box4::before {
    display: none;
  }
  .category.box4 .inner {
    margin-top: -200px;
    padding-top: 70px;
    background: url(../images/bg_05_sp.png) no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 320px) {
  .category.box2 .inner {
    padding-top: 10px;
  }
}

/*********************************
*
*  .irregularbox
*
**********************************/

.irregular-box .text{
  height: 73px;
}



@media screen and (max-width: 470px){
  .detail-list .irregular{
    padding-top:77%;
  }
}
@media screen and (max-width: 350px) {
  .irregular-fs{
    font-size: 0.9em;
  }
}


/*********************************
*
*  .onsen
*
**********************************/
.introduction h3 {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.introduction .box2 h3 {
  padding-top: 20px;
}
.introduction .box4 h3 {
  padding-top: 20px;
}
.introduction .onsen {
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction h3 {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}

/*********************************
*
*  .area-campaign
*
**********************************/
.area-campaign {
  position: relative;
  text-align: center;
  padding-top: 2%;
  background: #ddd8d7;
}
.area-campaign::before {
  content: "";
  background: url(../images/cloud_05.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19.5%;
  height: 272px;
  max-width: 256px;
  transform: translateY(-50%);
}
.area-campaign-inner {
  padding: 30px 10px;
}
.area-campaign h2 {
  margin-bottom: 2rem;
}
.area-campaign-inner h2 img {
  position: relative;
  z-index: 10;
}


/*******************

- .btn-horizontal

********************/
.btn-horizontal {
  font-size:0;
  text-align:center;
  margin:30px auto;
}

.btn-horizontal li a:hover {
  opacity: 0.8;
}
.btn-horizontal > li {
  display:inline-block;
  width:257px;
  max-width:49.15%;
  font-size:16px;
  font-size:1rem;
  cursor:pointer;
}
@media (max-width:767px){
  .area-campaign h2 {
    padding: 0 10px;
  }
  .btn-horizontal {
    margin:10px auto;
  }
  .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;
}
/*******************

- 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:80px;
  height:166px;
  right:30px;
  bottom:30px;
  cursor:pointer;
  z-index: 999;
}
.toPagetop img {
  transition: opacity 0.2s linear;
}
.toPagetop img:hover {
  opacity:0.8;
}
@media (max-width:767px){
  .toPagetop {
    width:60px;
    height:auto;
    right:10px;
    bottom:75px;
  }
}
@media (max-width:320px){
  .toPagetop {
    width:45px;
    height:auto;
    right:10px;
    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;
  }
}


/*********************************
*
*  banner
*
**********************************/
.search_wrapper {
  background: url(../images/search_bg.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);
  }
}
.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.7);
  }
  .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;
  }
}


/*********************************
*
*  accordion
*
**********************************/
.acd-title {
  padding: 50px 0 0;
}
.acd-title-inner {
  width: 329px;
  height: 67px;
  margin: auto;
  background: url(../images/readmore.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.opened .acd-title-inner {
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}
.acd-title-inner:hover {
  opacity: 0.7;
}
@media (max-width:767px) {
  .acd-title {
    padding: 0;
  }
  .acd-title-inner {
    margin-top: 20px;
    width: 210px;
    height: 40px;
  }
}

@media(max-width:900px) and (min-width:767px){
  .introduction .detail-list li{
    height: 305px;
  }
  .banner-ttl span{
    font-size: 25px;
  }
}