@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Poppins);
/* ===================================================================

CSS information

 style info :common CSS

=================================================================== */

/* ----------------------------------------------------
    基本設定
---------------------------------------------------- */
body{
  color: #000;
  font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  background: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a:link { color:#000;text-decoration:none;}
a:visited { color:#000;}
a:hover { color:#000;text-decoration: none;}
a:active { color:#000;}
/* ----------------------------------------------------
    layout
---------------------------------------------------- */
main{
  min-width: 1200px;
  overflow: auto;
}
#container{
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#contents{
  min-width: 1200px;
  padding: 80px 0 0;
  background: url(/sr/img/bg_wrap.jpg) repeat top left;
  overflow: hidden;
}
.inner{
  width: 1200px;
  margin: 0 auto;
}
.box{
  width: 1000px;
  margin: 0 auto;
}

.for-pc{
  display: block;
}
.for-sp{
  display: none;
}
.sp-5{
  display: none;
}

.en{
  font-family: Futura,"Poppins", sans-serif;
}

.h-styles{
  margin: 0 0 33px;
  text-align: center;
}
.h-styles span{
  display: block;
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 3;
}
.h-styles-02{
  text-align: center;
  position: relative;
}
.h-styles-02 span{
  display: inline-block;
  padding: 0 20px;
  background: #eaeaea;
  position: relative;
  z-index: 1;
}
.h-styles-02:before{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*ホバー*/
.fade{
  display: block;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.fade:hover{
  opacity: .7;
  filter:alpha(opacity=70);
}
.fade02{
  display: block;
  position: relative;
}
.fade02:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.fade02:hover:after{
  opacity: 1;
  filter:alpha(opacity=100);
}

/*ボタン*/
.btn-b a{
  display: block;
  height: 40px;
  background: #000;
  border: solid 1px #000;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  line-height: 36px;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-b a:after{
  content: "";
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/sr/img/icn_arrow.png) no-repeat center center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.btn-b a:hover{
  background: #fff;
  color: #000;
}
.btn-b a:hover:after{
  background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
  background-size: 6px auto;
}
.btn-w a{
  display: block;
  height: 40px;
  border: solid 1px #000;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  box-sizing: border-box;
  line-height: 36px;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-w a:after{
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.btn-w a:hover{
  background: #000;
  color: #fff;
}
.btn-w a:hover:after{
  background: url(/sr/img/icn_arrow.png) no-repeat center center;
  background-size: 6px auto;
}

/*背景黒大*/
.l-btn-b{
  width: 200px;
}
.l-btn-b a{
  display: block;
  height: 60px;
  border: solid 1px #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 60px;
}
.l-btn-b a:after{
  width: 9px;
  height: 15px;
  background-size: 9px auto;
}
.l-btn-b a:hover:after{
  width: 9px;
  height: 15px;
  background-size: 9px auto;
}
/*背景白大*/
.l-btn-w{
  width: 200px;
}
.l-btn-w a{
  height: 60px;
  background: #fff;
  font-size: 16px;
  line-height: 60px;
}
.l-btn-w a:after{
  width: 9px;
  height: 15px;
  background-size: 9px auto;
}
.l-btn-w a:hover{
  border: solid 1px #fff;
}
.l-btn-w a:hover:after{
  width: 9px;
  height: 15px;
  background-size: 9px auto;
}
/*枠無し*/
.btn-l{
  width: auto;
}
.btn-l a{
  display: inline-block;
  height: auto;
  background: none;
  border: none;
  line-height: 1.0;
}
.btn-l a:after{
  right: -14px;
}
.btn-l a:hover{
  background: none;
  border: none;
  color: #000;
}
.btn-l a:hover:after{
  background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
  background-size: 6px auto;
}

@media only screen and (max-width:1200px){
  .inner{
    padding: 0 20px;
  }
}
@media only screen and (max-width:768px){
  #container{
    min-width: inherit;
  }
  body.active{
    position: fixed;
    overflow: hidden;
  }
  main{
    min-width: inherit;
    display: block;
    overflow: hidden;
  }
  #container.active{
    overflow: hidden;
    -webkit-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
  }
  #container{
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  #contents{
    min-width: inherit;
    padding: 30px 0 0;
  }
  .inner{
    width: inherit;
  }
  .box{
    width: inherit;
  }
  .h-styles{
    margin: 0 0 14px;
    text-align: center;
  }
  .h-styles img{
    zoom: .5;
  }
  .h-styles span{
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 1.9;
  }
  .h-styles-02 img{
    zoom: .5;
  }
  .h-styles-02 span{
    padding: 0 10px;
  }
  .h-styles-02:before{
    height: 1px;
  }

  /*ホバー*/
  .fade:hover{
    opacity: 1;
    filter:alpha(opacity=100);
  }
  .fade02:hover:after{
    opacity: 0;
    filter:alpha(opacity=0);
  }
  /*ボタン*/
  .btn-b a:hover{
    background: #000;
    color: #fff;
  }
  .btn-b a:hover:after{
    background: url(/sr/img/icn_arrow.png) no-repeat center center;
    background-size: 6px auto;
  }
  .btn-w a:hover{
    background: #fff;
    color: #000;
  }
  .btn-w a:hover:after{
    background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
    background-size: 6px auto;
  }
  /*背景黒大*/
  .l-btn-b{
    width: auto;
  }
  .l-btn-b a{
    display: block;
    height: 35px;
    border: solid 1px #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .l-btn-b a:after{
    width: 4px;
    height: 7px;
    background-size: 4px auto;
  }
  .l-btn-b a:hover:after{
    width: 4px;
    height: 7px;
    background-size: 4px auto;
  }
  /*背景白大*/
  .l-btn-w{
    width: 130px;
  }
  .l-btn-w a{
    height: 35px;
    background: #fff;
    font-size: 12px;
    line-height: 35px;
  }
  .l-btn-w a:hover{
    border: solid 1px #000;
  }
  .l-btn-w a:after{
    width: 4px;
    height: 7px;
    background-size: 4px auto;
  }
  .l-btn-w a:hover:after{
    width: 4px;
    height: 7px;
    background-size: 4px auto;
  }
  /*枠無し*/
  .btn-l a{
    display: block;
    height: 35px;
    background: #fff;
    border: solid 1px #000;
    font-size: 12px;
    line-height: 35px;
  }
  .btn-l a:after{
    right: 15px;
  }
  .btn-l a:hover{
    background: #fff;
    border: solid 1px #000;
    color: #000;
  }
  .btn-l a:hover:after{
    background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
    background-size: 4px auto;
  }

  .for-pc{
    display: none;
  }
  .for-sp{
    display: block;
  }
  .sp-5{
    display: none;
  }
}
@media only screen and (max-width:350px){
  #container.active{
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  .sp-5{
    display: block;
  }
}
/* ----------------------------------------------------
    header
---------------------------------------------------- */
header{
  min-width: 1200px;
  background: #222;
  position: relative;
}
.header-inner{
}
#header-logo{
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 6.25% 0 0;
  background: #000;
  line-height: 100px;
  text-align: center;
}
#header-logo img{
  width: 60px;
  height: 61px;
}
.header-list li{
  display: inline-block;
}
#gnav{
  width: 51.42857%;
  max-width: 720px;
  height: 100px;
  float: left;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 100px;
}
.gnav-list > li{
  padding: 0 5.34288% 0 0;
  position: relative;
}
.mac.safari .gnav-list > li{
  padding: 0 4.5% 0 0;
}
.gnav-list > li:after{
  content: "/";
  margin: auto;
  color: #555;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.gnav-list > li:last-child{
  padding: 0;
}
.gnav-list > li:last-child:after{
  display: none;
}
.gnav-list a{
  color: #fff;
  font-family: Futura,"Poppins",sans-serif;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
}
.gnav-list a.on,
.gnav-list a.active,
.gnav-list a:hover{
  color: #ffec07;
  position: relative;
}
.gnav-list > li > a:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffec07;
  position: absolute;
  bottom: -9px;
  opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.gnav-list > li > a.on:after,
.gnav-list > li > a.active:after,
.gnav-list > li > a:hover:after{
  opacity: 1;
  filter:alpha(opacity=100);
}
#snav{
  width: 29.28571%;
  max-width: 410px;
  height: 100px;
  float: right;
  margin: 0 2.14285% 0 0;
  font-size: 13px;
  line-height: 100px;
}
#snav li{
  width: 36.58536%;
  margin: 0 3.65853% 0 0;
}
#snav li:last-child{
  margin: 0;
}
#snav a{
  display: block;
  height: 40px;
  background: #ffec07;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  font-family: Futura,"Poppins",sans-serif;
  line-height: 40px;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.win #snav a{
  line-height: 44px;
}
#snav a:before{
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
}
#snav a:hover{
  background: #000;
  color: #ffec07;
}
#snav a:hover:before{
  background: url(/sr/img/icn_arrow_y.png) no-repeat center center;
  background-size: 6px auto;
}
#snav .snav-ig{
  width: 20px;
  margin: 0 20px 0 0;
}
#snav .snav-ig a{
  padding: 0;
  background: none;
}
#snav .snav-ig a:before{
  display: none;
}

.gnav-list .program{
  position: relative;
  cursor: default;
}
.pg-list{
  display: none;
  width: auto;
  padding: 10px 15px 10px 0;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: -99px;
  left: -30px;
  z-index: 999;
}
.win.chrome .pg-list{
  bottom: -98px;
}

.pg-list li{
  display: block;
  line-height: 2.9;
  font-size: 14px;
}
.pg-list li a{
  display: block;
  padding: 0 0 0 35px;
  position: relative;
  letter-spacing: 0.06em;
}
.win .pg-list li a{
  letter-spacing: 0.02em;
}
.pg-list li a:before{
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/sr/img/icn_arrow.png) no-repeat center center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.pg-list li a.on:before,
.pg-list li a:hover:before{
  background: url(/sr/img/icn_arrow_y.png) no-repeat center center;
  background-size: 6px auto;
}
.pg-list li a.on{
  color: #ffec07;
}
@media only screen and (max-width:1399px){
  #header-logo{
    margin: 0 6% 0 0;
  }
  .gnav-list > li{
    padding: 0 5% 0 0;
  }
  .gnav-list > li:after{
    right: 10px;
  }
  .mac.safari .gnav-list > li{
    padding: 0 4.0% 0 0;
  }
}

@media only screen and (max-width:1358px){
  #header-logo{
    margin: 0 5% 0 0;
  }
  .gnav-list > li{
    padding: 0 4.5% 0 0;
  }
  .mac.safari .gnav-list > li{
    padding: 0 3.5% 0 0;
  }
}

@media only screen and (max-width:1303px){
  .gnav-list > li{
    padding: 0 4% 0 0;
  }
  .mac.safari .gnav-list > li{
    padding: 0 2.8% 0 0;
  }
}
@media only screen and (max-width:1265px){
  .gnav-list > li:after{
    right: 7px;
  }
}
@media only screen and (max-width:1251px){
  #header-logo{
    margin: 0 4% 0 0;
  }
  .gnav-list > li{
    padding: 0 3% 0 0;
  }
  .gnav-list > li:after{
    right: 5px;
  }
}

@media only screen and (max-width:1200px){
  .safari .pg-list li a,
  .safari3 .pg-list li a{
    letter-spacing: 0;
  }
}
@media only screen and (max-width:768px){
  header{
    width: 100%;
    min-width: inherit;
  }
  .fix-area{
    width: 100%;
    background: #222;
  }
  #header-logo{
    display: none;
  }
  #header-logo-sp{
    width: 50px;
    text-align: center;
  }
  #header-logo-sp a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
  #header-logo-sp img{
    width: 35px;
    height: auto;
  }
  .sp-nav{
    width: 23px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .sp-nav a,
  .sp-nav a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp-nav a {
    position: relative;
    width: 23px;
    height: 20px;
  }
  .sp-nav a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .sp-nav a span:nth-of-type(1) {
    top: 0;
  }
  .sp-nav a span:nth-of-type(2) {
    top: 8px;
  }
  .sp-nav a span:nth-of-type(3) {
    bottom: 0;
  }
  .sp-nav a.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .sp-nav a.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-nav a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .side-menu{
    display: none;
    width: 290px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .side-menu.active{
    display: block;
  }
  .header-inner{
    max-width: inherit;
  }
  .header-list li{
    display: block;
  }
  #gnav{
    width: 100%;
    max-width: inherit;
    height: auto;
    float: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.0;
    text-align: center;
  }
  #gnav li{
    padding: 0;
    position: relative;
    border-bottom: solid 1px #222;
    box-sizing: border-box;
  }
  #gnav li.list-yel{
    background: #faeb39;
  }
  #gnav li.list-yel a{
    height: 60px;
    font-family: Futura,"Poppins",sans-serif;
    font-weight: normal;
  }
  #gnav li:after{
    content: "";
    width: 6px;
    height: 10px;
    margin: auto;
    background: url(/sr/img/icn_arrow.png) no-repeat center center;
    background-size: 6px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }
  #gnav li:last-child:after{
    display: block;
  }
  #gnav .bnr-area li:after{
    display: none;
  }
  #gnav a{
    display: table;
    height: 50px;
    width: 100%;
  }
  #gnav a:after{
    display: none;
  }
  #gnav a:hover{
    color: #fff;
  }
  #gnav a:hover:after{
    display: none;
  }
  #gnav li.list-yel a{
    color: #000;
  }
  #gnav li.list-yel:after{
    background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
    background-size: 6px auto;
  }
  #gnav a > span{
    display: table-cell;
    vertical-align: middle;
  }
  .gnav-list-jp{
    display: block;
    margin: 5px 0 0;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 10px;
    line-height: 1.2;
  }
  #snav{
    width: 100%;
    max-width: inherit;
    height: auto;
    float: none;
    margin: 0 2.14285% 0 0;
    background: #555;
    color: #fff;
    font-size: 12px;
    line-height: 1.0;
  }
  #snav li{
    display: inline-block;
    width: 50%;
    height: 50px;
    margin: 0;
    border-bottom: solid 1px #222;
  }
  #snav li:nth-child(odd){
    border-right: solid 1px #222;
  }
  #snav li:last-child{
    margin: 0;
  }
  #snav li:nth-child(odd):last-child {
    width: 100%;
  }
  #snav a{
    display: block;
    height: auto;
    background: none;
    border-radius: 0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: relative;
  }
  #snav a:before{
    background: url(/sr/img/icn_arrow.png) no-repeat center center;
    background-size: 6px auto;
    right: 15px;
  }
  #snav a:hover{
    background: none;
    color: #fff;
  }
  #snav a:hover:before{
    background: url(/sr/img/icn_arrow.png) no-repeat center center;
    background-size: 6px auto;
  }
  .bnr-area{
    margin: 15px;
  }
  .bnr-area img{
    width: 100%;
    height: auto;
  }

  #snav .btn-ig {
    padding: 15px;
  }
  #snav .btn-ig a{
    height: 50px;
    border: solid 1px #faeb39;
  }
  #snav .btn-ig a::before {
    display: none;
  }
  #snav .btn-ig a img {
    width: 136px;
  }
}
@media only screen and (max-width:350px){
  .side-menu{
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 1;
  }
}
/* ----------------------------------------------------
    #topicpath
---------------------------------------------------- */
#topicpath{
  min-width: 1200px;
  height: 62px;
  background: #222;
  line-height: 57px;
}
.topicpath-list{
  border-bottom: solid 1px #333;
}
.topicpath-list li{
  display: inline-block;
  margin: 0 37px 0 0;
  color: #999;
  font-size: 12px;
  position: relative;
}
.topicpath-list li:before{
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/sr/img/icn_arrow_g.png) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
}
.topicpath-list li:last-child:before{
  display: none;
}
.topicpath-list a{
  color: #999;
}
/* ----------------------------------------------------
    .facility
---------------------------------------------------- */
.facility{
  min-width: 1200px;
  padding: 42px 0 50px;
  background: #222;
  color: #fff;
}
.facility-box-l{
  float: left;
}
.facility-h{
  margin: 0 0 20px;
  font-size: 24px;
}
.info-block-table dl{
  margin: 0 0 18px;
}
.info-block-table dt{
  width: 145px;
  float: left;
  color: #ffec07;
  letter-spacing: 0.02em;
}
.info-block-table dt span{
  padding: 0 0 0 30px;
  position: relative;
}
.info-block-table dt span:before{
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.table-h-name span:before{background: url(/sr/img/icn_name.png) no-repeat left center; background-size: 15px auto;}
.table-h-adress span:before{background: url(/sr/img/icn_adress.png) no-repeat center center; background-size: 13px auto;}
.table-h-access span:before{background: url(/sr/img/icn_access.png) no-repeat center center; background-size: 14px auto;}
.table-h-time span:before{background: url(/sr/img/icn_time.png) no-repeat center center; background-size: 14px auto;}
.table-h-tell span:before{background: url(/sr/img/icn_tell.png) no-repeat center center; background-size: 10px auto;}
.table-h-mail span:before{background: url(/sr/img/icn_mail.png) no-repeat center center; background-size: 18px auto;}
.info-block-table dd{
  width: 340px;
  float: right;
  letter-spacing: 0.02em;
}
.info-block-table dd a{
  color: #fff;
}
.contact-btn{
  width: 230px;
  margin: 26px 0 0;
}
.contact-btn a{
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
}
.contact-btn a:after{
  background: url(/sr/img/icn_arrow.png) no-repeat center center;
  background-size: 6px auto;
  right: 15px;
}
.contact-btn a:hover{
  background: #fff;
  color: #000;
}
.contact-btn a:hover:after{
  background: url(/sr/img/icn_arrow_b.png) no-repeat center center;
  background-size: 6px auto;
}
.map{
  width: 600px;
  float: right;
  margin: 8px 0 0;
}
.access-map{
  width: 100%;
  height: 326px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.map_btns{
  margin: 26px 0 0;
  font-size: 0;
}
.map_btns li{
  display: inline-block;
  width: 180px;
  margin: 0 20px 0 0;
  font-size: 14px;
}
.map_btns li a span{
  display: inline-block;
  position: relative;
}
.map_btns li.map-btn a span:before{
  content: "";
  display: block;
  width: 13px;
  height: 17px;
  margin: auto;
  background: url(/sr/img/icn_map.png) no-repeat left center;
  background-size: 13px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
}
.map_btns li.mail-btn a span:before{
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  margin: auto;
  background: url(/sr/img/icn_mail_02.png) no-repeat left center;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
}
.map_btns li.map-btn a:hover span:before{
  background: url(/sr/img/icn_map_02.png) no-repeat left center;
  background-size: 13px auto;
}
.map_btns li.mail-btn a:hover span:before{
  background: url(/sr/img/icn_mail_03.png) no-repeat left center;
  background-size: 18px auto;
}
@media only screen and (max-width:768px){
  .facility{
    min-width: inherit;
    padding: 20px 0 25px;
  }
  .facility-box-l{
    float: none;
  }
  .facility-h{
    margin: 0 0 10px;
    font-size: 17px;
  }
  .info-block-table dl{
    margin: 0 0 5px;
  }
  .info-block-table dt{
    width: 34.92537%;
    color: #ffec07;
    font-size: 12px;
  }
  .info-block-table dt span{
    padding: 0 0 0 20px;
  }
  .info-block-table dt span:before{
    width: 13px;
    height: 17px;
  }
  .table-h-name span:before{background: url(/sr/img/icn_name.png) no-repeat left center; background-size: 12px auto;}
  .table-h-adress span:before{background: url(/sr/img/icn_adress.png) no-repeat center center; background-size: 10px auto;}
  .table-h-access span:before{background: url(/sr/img/icn_access.png) no-repeat center center; background-size: 10px auto;}
  .table-h-time span:before{background: url(/sr/img/icn_time.png) no-repeat center center; background-size: 11px auto;}
  .table-h-tell span:before{background: url(/sr/img/icn_tell.png) no-repeat center center; background-size: 10px auto;}
  .table-h-mail span:before{background: url(/sr/img/icn_mail.png) no-repeat center center; background-size: 13px auto;}
  .info-block-table dd{
    width: 64.179104477%;
    float: left;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .contact-btn{
    width: 56.71641%;
    margin: 20px auto 0;
  }
  .map-btn{
    margin: 25px auto 0;
  }
  .contact-btn a{
    display: table;
    width: 100%;
    height: 35px;
    border: solid 1px #fff;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    font-size: 12px;
  }
  .contact-btn a:hover{
    background: none;
    color: #fff;
  }
  .contact-btn a:hover:after{
    background: url(/sr/img/icn_arrow.png) no-repeat center center;
    background-size: 6px auto;
  }
  .map{
    width: 100%;
    float: none;
    margin: 25px 0 0;
  }
  .access-map{
    width: 100%;
    height: 175px;
  }
  .map_btns{
    margin: 25px -1.49253% 0;
    font-size: 0;
  }
  .map_btns li{
    display: inline-block;
    width: 46.95652%;
    margin: 0 1.44927%;
    font-size: 12px;
  }
  .map_btns li.map-btn a span:before{
    width: 10px;
    height: 13px;
    background-size: 10px auto;
    top: 2px;
    left: -15px;
  }
  .map_btns li.mail-btn a span:before{
    width: 14px;
    height: 9px;
    background-size: 14px auto;
    top: 2px;
    left: -20px;
  }
  .map_btns li.map-btn a:hover span:before{
    background: url(/sr/img/icn_map.png) no-repeat left center;
    background-size: 10px auto;
  }
  .map_btns li.mail-btn a:hover span:before{
    background: url(/sr/img/icn_mail_02.png) no-repeat left center;
    background-size: 14px auto;
  }
}
@media only screen and (max-width:360px){
  .info-block-table dt{
    width: 35.92537%;
    font-size: 12px;
  }
  .info-block-table dd{
    width: 62.5%;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width:320px){
  .info-block-table dt{
    width: 36.92537%;
    font-size: 11px;
  }
  .info-block-table dd{
    width: 62.857142857%;
    font-size: 11px;
    letter-spacing: 0;
  }
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.pagetop{
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.pagetop.hide{
  display: none !important;
}
.pagetop img{
  width: 100%;
  height: auto;
}

footer{
  min-width: 1200px;
  padding: 50px 0 0;
  background: url(/sr/img/bg_footer.jpg) no-repeat top left;
  background-size: cover;
}
.footer-block{
  margin: 0 0 23px;
}

.footer-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left {
  width: 62.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-box{
  width: 49.333333%;
}

.footer-title{
  margin: 0 0 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.0;
}
.sitemap{
  width: 50.6666666%;
}
.sitemap-list{
  width: 100px;
  float: left;
  margin: 0 60px 0 0;
  font-size: 12px;
}
.sitemap-list-r{
  margin: 0;
}
.sitemap-list li{
  margin: 0 0 16px;
  line-height: 1.0;
}
.sitemap-list a{
  padding: 0 0 0 13px;
  color: #999;
  position: relative;
}
.sitemap-list a:before{
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  background: url(/sr/img/icn_arrow_s.png) no-repeat center center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.sns-list{
  clear: both;
}
.sns-list li{
  display: inline-block;
  margin: 0 15px 0 0;
}

.bnr-list{
  margin: 0 -1.35135%;
}
.bnr-list li{
  width: 47.36842%;
  display: inline-block;
  margin: 0 1.31578% 10px;
}
.bnr-list img{
  width: 100%;
  height: auto;
}

.reservation {
  width: 30.833333%;
}

.reservation-btn{
  width: 100%;
  margin: 46px 0 0;
}
.reservation-btn li + li{
  margin: 20px 0 0;
}
.reservation-btn a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  background: #ffec07;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  box-sizing: border-box;
}
.reservation-btn a:hover{
  background: #000;
  color: #ffec07;
}
.reservation-btn a > span{
  width: 100%;
}

.reservation-btn li + li.btn-ig {
  margin: 15px 0 0;
}

.reservation-btn li.btn-ig a {
  background: none;
  border: solid 1px #ffec07;
}

.reservation-btn li.btn-ig a img {
  width: 207px;
}

.btn-txt-en{
  display: block;
  font-family: Futura,"Poppins",sans-serif;
  font-size: 20px;
}
.foot-txt{
  width: 100%;
  margin: 10px 0 0;
  color: #999;
  font-size: 11px;
  line-height: 2.0;
}
.footer-link{
  padding: 16px 0;
  background: #000;
  color: #999;
  font-size: 12px;
}
.footer-link-list{
  float: left;
}
.footer-link-list a:hover{
  opacity: .7;
  filter:alpha(opacity=70);
}
.footer-link li{
  display: inline-block;
}
.footer-link li:after{
  content: "|";
  padding: 0 5px;
}
.footer-link li:last-child:after{
  display: none;
}
.footer-link a{
  color: #999;
  transition: opacity .3s ease;
}
.footer-copy{
  float: right;
}
@media only screen and (max-width:768px){
  .pagetop{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 20px;
  }
  footer{
    min-width: inherit;
    padding: 23px 0 0;
    background: url(/sr/img/bg_footer_sp.jpg) no-repeat top left;
    background-size: cover;
  }
  .footer-block{
    margin: 0 0 16px;
  }

  .footer-block .inner {
    display: block;
  }

  .footer-left {
    width: 100%;
  }
  .footer-box{
    width: 100%;
    margin: 0;
  }
  .footer-title{
    margin: 0 0 15px;
    font-size: 13px;
  }
  .bnr-list{
    margin: 0 -1.49253%;
  }
  .bnr-list li{
    width: 30.43478%;
    display: inline-block;
    margin: 0 1.44927% 10px;
  }
  .bnr-list img{
    width: 100%;
    height: auto;
  }

  .reservation{
    margin: 13px 0 0;
  }
  .reservation-btn{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .reservation-btn li{
    width: 47.761194029%;
  }
  .reservation-btn li + li {
    margin: 0;
  }
  .reservation-btn li + li.btn-ig {
    margin: 15px 0 0;
  }
  .reservation-btn li.btn-ig {
    width: 100%;
  }
  .reservation-btn a{
    font-size: 10px;
  }
  .reservation-btn a:hover{
    background: #ffec07;
    color: #000;
  }
  .btn-txt-en{
    font-size: 15px;
  }
  .foot-txt{
    margin: 17px 0 0;
    color: #999;
    font-size: 10px;
    letter-spacing: -0.04em;
    line-height: 1.6;
  }
  .footer-link{
    padding: 13px 0;
  }
  .footer-link-list a:hover{
    opacity: 1;
    filter:alpha(opacity=100);
  }
  .footer-link-list,
  .footer-copy{
    float: none;
    font-size: 10px;
    text-align: center;
  }
  .footer-copy{
    margin: 5px 0 0;
  }
}


