@charset "utf-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Arial, "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #2f190c;
}
/**/
html,body{
  min-width:1024px; -webkit-text-size-adjust: 100%;
}

body{
  padding: 0;
  margin: 0;
  /*background: url(../img/bg_washi.jpg)repeat;
  background-size: 768px 480px;*/
  position: relative;
  width: 100%;
  height: 100%;
}


/* =========================
  common
========================= */

.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}


/* margin-bottom */
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_25{margin-bottom: 25px;}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.mb_40{margin-bottom: 40px;}
.mb_45{margin-bottom: 45px;}
.mb_50{margin-bottom: 50px;}
.mb_55{margin-bottom: 55px;}
.mb_60{margin-bottom: 60px;}
.mb_70{margin-bottom: 70px;}
.mb_120{margin-bottom: 120px;}

/* padding-bottom */
.pb_10{padding-bottom: 10px; display: inline-block;}
.pb_15{padding-bottom: 15px;}
.pb_20{padding-bottom: 20px;}
.pb_25{padding-bottom: 25px;}
.pb_30{padding-bottom: 30px;}
.pb_35{padding-bottom: 35px;}
.pb_40{padding-bottom: 40px;}
.pb_45{padding-bottom: 45px;}
.pb_50{padding-bottom: 50px;}
.pb_55{padding-bottom: 55px;}
.pb_60{padding-bottom: 60px;}

.clear{
  clear: both;
  height: 1px;
  padding: 0;
  margin: 0;
}
.chu{text-align: center;
  font-size: 9px;}
.t_right{text-align: right;}
.t_center{text-align: center;}
.m_auto{margin:0 auto;}

.serif{
  /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

em,
strong{
  font-style: normal;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

a{
  /*color:rgba(210,150,148,1);*/
  text-decoration: none;
}

hr{
  border: none;
}

p,li,th,td{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

table{
  border-collapse: collapse;
}
.hover:hover{
  opacity: 0.7;
}

a{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/**　本家扇屋
*********************************/
.waku1200{
  width: 1200px;
  margin: 0 auto;
}
.waku{
  width: 1024px;
  margin: 0 auto;
  position: relative;
  /*background: #bbb;*/
}
.waku_w{
  background: rgba(255,255,255,0.6);
}


.top h1{
  font-size: 14px;
  float: left;
  font-weight: normal;
  color: #fff;
}
.top h1 img{
  position: relative;
  top:2px;
  display: inline-block;
  padding-right: 3px;
  padding-left: 10px;
  vertical-align: baseline;
}
.top address{
  float: right;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  line-height: 180%;
}
.top small,
.top strong{
  letter-spacing: 0;
  color: #fff;
}



#index_bg{
  background: url(../img/top_bg_w.jpg)no-repeat;
  background-position: center top; 
  min-height: 2882px;
}
.normal-header {
  width: 964px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.normal-header .logo{
  float: left;
  top: -0px;
  left: -40px;
  position: relative;  
}
.normal-header .logo a{
  background: url(../img/logo_head.png)no-repeat;
  background-position: 0 bottom;
  display: inline-block;
  width: 272px;
  height: 160px;
  text-indent: -9999px;
}
.normal-header nav{
  margin-left: auto;
  margin-right: auto;
  width: 315px;
}
.normal-header nav li{
  float: left;
  padding-right: 15px;
}
.normal-header nav li:last-child{
  padding-right: 0px;
}
.normal-header nav li a{
  display: inline-block;
  text-indent: -9999px;
  background: url(../img/nav.png)no-repeat;
  background-position: 0 -37px;
  width: 40px;
  height: 87px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
}
.normal-header nav li:nth-child(2) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -55px -37px;
  height: 155px;
}
.normal-header nav li:nth-child(3) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -111px -37px;
  height: 87px;
}
.normal-header nav li:nth-child(4) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -166px -37px;
  height: 111px;
}
.normal-header nav li:nth-child(5) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -221px -37px;
  height: 155px;
}
.normal-header nav li:nth-child(6) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -277px -37px;
  height: 111px;
}

.normal-header nav li a:hover{
  background: url(../img/nav.png)no-repeat;
  background-position: 0 0px;
  height: 123px;
}

.normal-header nav li:nth-child(2) a:hover{
  background: url(../img/nav.png)no-repeat;
  background-position: -55px 0px;
  height: 192px;
}
.normal-header nav li:nth-child(3) a:hover{
  background: url(../img/nav.png)no-repeat;
  background-position: -111px 0px;
  height: 123px;
}
.normal-header nav li:nth-child(4) a:hover{
  background: url(../img/nav.png)no-repeat;
  background-position: -166px 0px;
  height: 148px;
}
.normal-header nav li:nth-child(5) a:hover{
  background: url(../img/nav.png)no-repeat;
  background-position: -221px 0px;
  height: 192px;
}
.normal-header nav li:nth-child(6) a:hover{
  background: url(../img/nav.png)no-repeat;
  background-position: -277px 0px;
  height: 148px;
}

#index .normal-header nav li:nth-child(1) a{
  background: url(../img/nav.png)no-repeat;
  background-position: 0 0px;
  height: 123px;
}

#attraction .normal-header nav li:nth-child(2) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -55px 0px;
  height: 192px;
}
#cuisine .normal-header nav li:nth-child(3) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -111px 0px;
  height: 123px;
}
#facilities .normal-header nav li:nth-child(4) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -166px 0px;
  height: 148px;
}
#access .normal-header nav li:nth-child(5) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -221px 0px;
  height: 192px;
}
#sightseeing .normal-header nav li:nth-child(6) a{
  background: url(../img/nav.png)no-repeat;
  background-position: -277px 0px;
  height: 148px;
}




.normal-header .tel{
  float: right;
  padding-top: 20px;
}
.h_title{
  display: table;
  margin: 20px auto 0;
}

.bg_illu_yl{
  background: url(../img/bg_head_illu.jpg)repeat-x;
  min-height: 1080px;
  position: relative;
  background-position-y: -2px;
}
#sightseeing .bg_illu_yl,
#cuisine .bg_illu_yl,
#attraction .bg_illu_yl{
  background: url(../img/bg_head_yl.jpg)repeat-x;
  min-height: 600px;
}
#facilities .bg_illu_yl{
  background: url(../img/bg_head_y.jpg)repeat-x;
  min-height: 600px;
}

#access .bg_illu_yl{
  background: url(../img/bg_head_v.jpg)repeat-x;
  min-height: 600px;
}

.bg_kabe_top{
    background: url(../img/bg_kabe_top.png)repeat-x;
    height: 13px;
    position: absolute;
        bottom: 690px;
    width: 100%;
}
/*
section.banner,footer{
  position: relative;
  top: -13px;
}*/


.bg_yl{
  background: url(../img/bg_yl.jpg)repeat;
}
.bg_y{
  background: url(../img/bg_y.jpg)repeat;
}
.bg_w{
  background: url(../img/bg_banner.jpg)repeat;
  background-size: cover;
}
.bg_v{
  background: url(../img/bg_v.jpg)repeat;

}

.bg_kura{
  background: url(../img/bg_footer.jpg)repeat-x;
  background-position: 400px top;
  /*height: 313px;
  overflow: hidden;*/
}
.bg_y_bottom{
  background: url(../img/bg_y_bottom.png)repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 17px;
}
.bg_v_bottom{
  background: url(../img/bg_v_bottom.png)repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 13px;
}
/*
.bg_v_top{
  background: url(../img/bg_v_top.png)repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 13px;
}
*/
.bg_y_to_v{
  background: url(../img/bg_y_to_v.jpg)repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 26px;
}

.bg_c_to_w{
  background: url(../img/bg_c_to_w.jpg)repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 37px;
}
.bg_y_to_c{
  background: url(../img/bg_y_to_c.jpg)repeat-x;
  background-position: 0 bottom;
  width: 100%;
  height: 37px;
}



.banner01{
  margin:0 auto ; 
  display: table;
  border: solid 3px #fff;
  -webkit-box-shadow: -2px 5px 5px 0px rgba(0,0,0,0.32);
-moz-box-shadow: -2px 5px 5px 0px rgba(0,0,0,0.32);
box-shadow: -2px 5px 5px 0px rgba(0,0,0,0.32);
}
.banner01:hover{
  box-shadow:none;
}

.bg_blue{
  color: #fff;
  padding: 3px 20px;
background: rgba(94,168,154,1);
background: -moz-linear-gradient(left, rgba(94,168,154,1) 38%, rgba(94,168,154,0.37) 77%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(38%, rgba(94,168,154,1)), color-stop(77%, rgba(94,168,154,0.37)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(94,168,154,1) 38%, rgba(94,168,154,0.37) 77%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(94,168,154,1) 38%, rgba(94,168,154,0.37) 77%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(94,168,154,1) 38%, rgba(94,168,154,0.37) 77%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(94,168,154,1) 38%, rgba(94,168,154,0.37) 77%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea89a', endColorstr='#ffffff', GradientType=1 );
  
}

.waku_w{
  background: rgba(255,255,255,0.6);
  padding: 30px 20px;
}

/**index
*********************************/
#histry{
  background: url(../img/bg_c.jpg);
  padding: 30px 0 0;
}
#histry .chu{
  margin-top: 10px;
}




.fascination{
  position: relative;
  width: 1024px;
  height: 770px;
  margin-right: auto;
  margin-left: auto;
  top:50px;
}

.fascination li{
  position: absolute;
  display: inline-block;
  top:0;
  left:0;
}

.irori_baba{
    animation: vertical 1.2s ease-in-out infinite alternate;
}
.cui_owan{
    animation: vertical 1.1s ease-in-out infinite alternate;
}
.fascination .kura{
  top: 130px;
    left: 260px;
}
.fascination .h03{
    top: 30px;
    left: 580px;
}
.fascination .baba{
  top: -90px;
    left: 785px;
}
.fascination .h01{
  top: -100px;
    left: 710px;
}
.fascination .h01 a{
    animation: vertical_big 1.4s ease-in-out infinite alternate;
    display: inline-block;
}
.fascination .owan{
      top: 40px;
    left: 220px;
}
.fascination .h02{
    top: 10px;
    left: 350px;
}
.fascination .h02 a{
  animation: vertical_big 1.2s ease-in-out infinite alternate;
  display: inline-block;
}

.fascination .ill_map{
  top: 470px;
    left: 60px;
}
.fascination .greeting{
  top: 520px;
  left: 440px;
  width: 450px;
}
.fascination .greeting .waku_w{
  display: inline-block;
  padding: 10px 20px;
  margin-top:10px; 
}
.fascination .kumo01{
    top: 320px;
    left: 250px;
}
.fascination .kumo01 img{
  animation: kumo 3s ease-in-out infinite alternate;
}

.fascination .kumo02{
  top: 210px;
  left: 760px;
}
.fascination .kumo02 img{
  animation: kumo 2s ease-in-out infinite alternate;
}

.fascination .ryouri{
  top: 90px;
  left: 20px;
  position: absolute;
  width: 311px;
  height: 225px;
}
.fascination .irori{
  top: 30px;
  left: 700px;
  position: absolute;
  width: 266px;
  height: 216px;
  min-height: 0;
}

.fascination .ryouri:hover{
  text-indent: -9999px;
  background: url(../img/index/index_cu_on.png)no-repeat;
}
.fascination .irori:hover{
  text-indent: -9999px;
  background: url(../img/index/index_irori_on.png)no-repeat;
}

@keyframes vertical {
    0% { transform:translateY(-7px); }
  100% { transform:translateY(  0px); }
}
@keyframes vertical_big {
    0% { transform:translateY(-15px); }
  100% { transform:translateY(  0px); }
}
@keyframes kumo {
    0% { transform:translateX( -10px); }
  100% { transform:translateX(  0px); }
}


/*==================================================================================================

       TOP レスポンシブ

===================================================================================================*/


        @media screen and (max-width: 1024px) {
        .bg_illu_yl { background: url(../img/bg_head_illu.jpg) center center / cover; min-height: 0; padding-bottom:15%; }
        .fascination{ width: 100%; }
        
        .fascination .h02 { top: 10px; left: 34.18%; width:6.54vw; z-index: 1; }
        .fascination .ryouri{ top: 90px; left: 1.95%; width:30.37vw; height:0; padding-bottom:21.972656%; }
        .fascination .owan { top: 40px; left: 21.48%; width:14.74vw; }
        .fascination .kura { top: 17%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width:51.1171575vw;}
        .fascination .h03 { top: 3.9%; left: 56.64%; width:11.523vw; }
        .fascination .baba { top:-11.7%x; left: 76.66%; width: 10.9375vw; }
        .fascination .h01{ top: -13%; left: 69.33%; width: 8vw; }
        .fascination .ill_map{ top: 470px; left: 5.8%; width:29.88vw; }
        .fascination .greeting{  left:42.96875%; width: 43.269vw;}
        .fascination .greeting .waku_w{ margin-top:0; }
        .fascination .kumo01{ top: 320px; left: 24.41%; width:18.64vw;}
        .fascination .kumo02{ top: 210px; left: 74.218%; width:24.707vw;}
        
        .fascination .irori{ top: 30px; left: 68.36%; width:25.976vw; height:0; padding-bottom:21.09375%; }
        .fascination .ryouri:hover{ text-indent: 0;background: none;}
        .fascination .irori:hover{ text-indent: 0;background: none;}
        }

        @media screen and (max-width: 767px) {
        .bg_illu_yl { padding-bottom:0; height: 1580px; overflow: hidden;}
        .fascination{ max-width: 300px; }
        .fascination .h02 { top: 10px; right: 0; left: auto; width: 67px; }
        .fascination .ryouri{ top: 90px; left: 0; width:100%; height:0; padding-bottom:72.3472%; }
        .fascination .owan { top: 40px; left: 0; width:38%; }
        .fascination .h01{ top:340px; left:0; width:30%; }
        .fascination .baba { top:360px; left:auto; right:0; width: 40%; }
        .fascination .irori{ top: 380px; left: 0; width:100%; padding-bottom:81.2030%; }
        .fascination .kura { top: 620px; width:140%; }
        .fascination .h03 { top: 610px; left: auto; width: 22%; right: 0; }
        .fascination .kumo01{ top: 710px; left: -10%; width: 38%; }
        .fascination .kumo02{ top: 800px; left:auto; right:-15%; width:40%;}
        
        .fascination .ill_map{ top: 875px; left: 0; width: 100%; }
        .fascination .greeting{ top: 1190px; left: 0; width: 100%;}
        .plan { padding-bottom:30px; }
        }


/*
.bg_illu_yl .irori{
  background: url(../img/index/index_irori.png)no-repeat;
  position: absolute;
  width:287px; 
  height:243px;
    top: 300px;
    left: 1080px;
}
.bg_illu_yl .ryouri{
  background: url(../img/index/index_cu.png)no-repeat;
  position: absolute;
  width:353px; 
  height:256px;
      top: 330px;
    left: 280px;
}*/
section.banner{
  position: relative;
  padding: 90px 0 110px 0;
}

section.banner a{
  /*-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;*/
  transition: none;
}
section.banner a:hover{
  /*-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;*/
  transition: none;
}

.ill{
  display: inline-block;
}
.banner .wakumo02{
  background: url(../img/wakumo02.png)no-repeat;
  width: 245px;
  height: 46px;
  position: absolute;
  top: 90px;
  left: 50px;
}
.banner .wakumo01{
  background: url(../img/wakumo01.png)no-repeat;
  width: 261px;
  height: 70px;
  position: absolute;
  top: 90px;
  left: 700px;
}

.banner ul{
  margin-left: auto;
  margin-right: auto;
  width: 564px;
}
.banner ul li{
  float: left;
  margin: 0 7px;
  width: 167px;
  height: 170px;
}
.banner ul li a{
  width: 167px;
  height: 170px;
}
.banner ul li:hover a{
  display: inline-block;
  text-indent: -9999px;
  background: url(../img/bn01_on.png)no-repeat;

}
.banner ul li:nth-child(2):hover a{
  background: url(../img/bn02_on.png)no-repeat;
}
.banner ul li:nth-child(3):hover a{
  background: url(../img/bn03_on.png)no-repeat;
}

/*==================================================================================================

       フッターバナー共通

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        section.banner { overflow: hidden; }
        .banner .wakumo02{ width: 23.925781%; height: 0; top: 90px; left:auto; right:50%; margin-right:230px; background: url(../img/wakumo02.png) center center / cover; padding-bottom:4.5%; }
        .banner .wakumo01{ width: 25.488281%; height: 0; top: 90px; left:50%; margin-left:230px; background: url(../img/wakumo01.png) center center / cover; padding-bottom:6.8%; }
        }

        @media screen and (max-width: 767px) {
        section.banner { padding:45px 0 60px;}
        .banner ul li { float:none; margin-left:auto; margin-right: auto; }
        .banner .wakumo02{ margin-right:90px; width:170px; height:32px; }
        .banner .wakumo01{ margin-left:90px; width:180px; height:48px; }
        .banner ul { width:100%; }
        }


footer{
  position: relative;
  padding: 60px 0 0
}
footer nav{
  margin-left: 20px;
    position: absolute;
}

footer nav li:before{
  content: '(../img/icon_01.png)no-repeat';
  padding-left:10px;
}
footer nav li::before { 
  content: " ";
  background: url(../img/icon_01.png)no-repeat;
  background-position: 0 5px;
  width: 26px;
  height: 23px;
  display: inline-block;
}
footer nav li a{
    background: rgba(255,255,255,0.4);
    padding: 3px 7px;
    font-weight: bold;
    font-size: 12px;
}
footer nav li a:hover{
 background: rgba(255,255,255,0.2);
  color: #fff;
}
footer address strong,
footer address li{
  color: #fff;
}
footer address{
    position: relative;
    z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 400px;
  display: table;
  font-style: normal;
  text-align: center;
  
}
footer address strong{
  letter-spacing: 0.01rem;
}

footer .peaple{
  position: absolute;
    top: -0px;
    left: 1020px;
    height: 234px;
    display: inline-block;
}
footer .peaple li:nth-child(1){
    top: -160px;
    right: 30px;
    position: absolute;
}
footer .peaple li:nth-child(2){
    top: -100px;
    right: 130px;
    position: absolute;
}
footer .peaple li:nth-child(3){
    bottom: 0px;
    right: 10px;
    position: absolute;
}
footer .copy{
  text-align: center;
  padding: 5px;
  background: #2f190c;
  color: #fff;
}

/*==================================================================================================

       フッター レスポンシブ

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        footer .peaple { width:100%; left:0;}
        footer nav { display: none; }
        }

        @media screen and (max-width: 767px) {
        .bg_kura { background: url("../img/bg_footer.jpg") left top / cover;}
        footer .peaple { height:100%; }
        footer .waku{ padding-bottom:100px; margin-bottom:0; }
        footer address{ width:100%;}
        .peaple.illu li:nth-child(1) { width:42px; top:-114px; }
        .peaple.illu li:nth-child(2) { width:90px; right:92px; }
        .peaple.illu li:nth-child(3) { width:70px; }
        }





/**movie
*********************************/
/**/
.movie_head{
  background: #a57d0d;
}
#vis{
  width: 100%;
    min-width: 1024px !important;
	height:100%;
    max-height: 570px;
    background: url(../movie/movie_bg.jpg);
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}
    
.movie_head video{
  position: absolute;
  width: 100%;  
  /*top: 50%;
  left: 50%;

  min-width: 1920px;
  min-height: 500px;*/
}

.movie01{
  position: relative;
  left: 348px;
  top: 240px;
  overflow: hidden;
  width: 543px;
  height: 543px;
  border-radius: 300px 300px 300px 300px;
-moz-border-radius: 300px 300px 300px 300px;
-webkit-border-radius: 300px 300px 300px 300px;
}
.movie01 video{
  position: relative;
  top:-1%;
  left: -50%;
}

.re{
  position: relative;
  display: inline-block;
}



/**　movie下スクロール
*********************************/

.mo_scroll{
  position: absolute;
  bottom:80px;
  left:50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.mo_scroll a {
  padding-top: 60px;
  color: #fff;
}
.mo_scroll a span {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.mo_scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.mo_scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



/**#attraction
*********************************/

#attraction .cont_cercle{
  background: url(../img/attention/bg_cont01.jpg)no-repeat;
  background-position: center 40px;
  position: relative;
  min-height: 1020px;
  padding-top: 40px;
}

.cont_cercle .illu{
  position: absolute;
}
.cont_cercle .illu li{
  position: absolute;
}
.cont_cercle .illu .title{
    top: -50px;
    left: 100px;
}
.cont_cercle .illu .kumo_r{
  top: 70px;
  left: 550px;
}
.cont_cercle .illu .p_uma{
  top: 360px;
  left: 90px;
}
.cont_cercle .illu .uzu_l{
    top: 760px;
    left: 120px;
  /*animation: kumo 3s ease-in-out infinite alternate;*/

}
.cont_cercle .illu .uzu_r{
    top: 690px;
    left: 750px;
  /*animation: kumo 2.5s ease-in-out infinite alternate;*/

}
.cont_cercle .text{
    position: relative;
    display: table;
    margin: 0 auto;
    padding-top :670px; 
    text-align: center;
    z-index: 3;
}



/***********************************/
#change{
    position: relative;
    top: -106px;
    height: 840px;
}
#change .tab_area ul {
  display: table;
  margin: 0 auto;
}
#change .tab_area ul li{
    display:block;
    float:left;
    text-indent: -9999px;
  }
 
#change .tab_area ul li a{
    display:block;
    width: 119px;
    height: 70px;
    background: url(../img/attention/map_t_02.png)no-repeat;
}
#change .tab_area ul li:nth-child(2) a{
    background: url(../img/attention/map_t_01.png)no-repeat;
}

#change .tab_area ul li a:hover{
    display:block;
    background: url(../img/attention/map_t_02_on.png)no-repeat;
}
#change .tab_area ul li:nth-child(2) a:hover{
    background: url(../img/attention/map_t_01_on.png)no-repeat;
}

#change .content_area {
    width: 100%;
    height: 880px;
    margin: 0 auto;
    background: url(../img/bg_map2.jpg)repeat;
    position: relative;
    top: -1px;
}
 
#change .content_area .content_block {
    width: 1024px;
    height: 870px;
    overflow: hidden;
    -webkit-box-sizing : border-box ;
    -moz-box-sizing : border-box ;
    box-sizing : border-box ;
}
 
.content_block_2 {
    position:absolute;
    left:0;
    top:0;
    padding: 10px;
}
 
#contents2_1 {
    width: 100%;
    height: 870px;
    background: url(../img/attention/ill_map02.jpg)no-repeat;
    background-position: center -0px;
    z-index:1;
}
 
#contents2_2 {
    width: 100%;
    height: 1600px;
    background: url(../img/attention/ill_map01.jpg)no-repeat;
    background-position: center -0px;
    z-index:0;
}
 
#contents2_1:target {
    z-index:100;
}
 
#contents2_2:target {
    z-index:100;
}
.pdf_bt{
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 12px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-webkit-box-shadow: -1px 3px 6px -1px rgba(0,0,0,0.5);
-moz-box-shadow: -1px 3px 6px -1px rgba(0,0,0,0.5);
box-shadow: -1px 3px 6px -1px rgba(0,0,0,0.5);
}
.pdf_bt a{
  color: #fff;
}

.pdf_bt:hover{
  box-shadow: none;
  background: rgba(255,255,255,0.0);
}

.content_area_inner .waku{
  position: relative;
}
.content_area_inner #contents2_1 .pdf_bt{
  background: rgba(211, 185, 46,0.5);
  position: absolute;
    bottom: 15px;
    right: 135px;
}
.content_area_inner #contents2_2 .pdf_bt{
  background: rgba(156, 167, 16,0.5);
  position: absolute;
  bottom:15px;
  right:30px;
}


#sightseeing .photogallery,
#attraction .photogallery{
    padding: 10px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}

.photogallery .sl_title{
  position: absolute;
    top: -50px;
    right: 0px;
    z-index: 100;
    display: inline-block;
    }

.bg_yuki{
    background: url(../img/attention/bg_yuki.jpg)no-repeat;
    background-position:center top; 
    min-height:797px; 
}

.bg_yuki .ph_yuki li a:hover{
  opacity: 0.7;
}
.bg_yuki .ph_yuki li{
    position: absolute;
    top: 510px;
    left: 820px;    
    width: 200px;
    height: 200px;
    overflow: hidden;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 7px solid #fff;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);

}
.bg_yuki .ph_yuki li img{
    width: auto;
    height: 200px;
}

.bg_yuki .ph_yuki li:nth-child(2){
    top: 620px;
    left: 640px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.bg_yuki .ph_yuki li:nth-child(2) img{
    width: auto;
    height: 150px;
}
.bg_yuki .ph_yuki li:nth-child(3){
    top: 540px;
    left: 520px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.bg_yuki .ph_yuki li:nth-child(3) img{
    width: auto;
    height: 110px;
}



.bg_baba{
    background: url(../img/attention/bg_baba.jpg)no-repeat;
    background-position:center top; 
    min-height:1079px; 
}
.bg_yuki .text_yuki,
.bg_baba .text_baba{
  float: right;
  width: 280px;
  padding-top: 80px;
  display: inline-block;
  margin-right: 20px;
}

.bg_baba .ranking{
  position: relative;
}

.bg_baba .ranking ul{
  position: absolute;
  display: inline-block;
  width: 440px;
  margin-right: 20px;
}
.bg_baba .ranking ul li:first-child{
  float: left;
  width: 226px;
  margin-right: 30px;
}
.bg_baba .ranking ul li:nth-child(2){
  padding-top: 60px;
  width: 180px;
  display: inline-block;
  line-height: 1.5;
}
.bg_baba .ranking ul li h3{
  padding-bottom: 10px;
}

.bg_baba .ranking .rank01{
    top: 600px;
    left: 80px;
}
.bg_baba .ranking .rank02{
    top: 940px;
    left: 320px;
}
.bg_baba .ranking .rank03{
  top:710px;
  right: 0px;
}

.bg_baba .koboshi{
    top: 550px;
    right: 200px;
    position: absolute;
}

.bg_soba{
    background: url(../img/attention/bg_soba.jpg)no-repeat;
    background-position:center top; 
    min-height:917px; 
}
.bg_soba .text_soba{
  width: 280px;
  padding-top: 80px;
  display: inline-block;
  margin-left: 20px;
}
.bg_soba .text_soba .sobaya{
    top: 620px;
    right: 80px;
    position: absolute;
}

h2.title_kaede{
  margin-bottom: 40px;
}
.bg_soba .ph_soba li a:hover{
  opacity: 0.7;
}
.bg_soba .ph_soba li{
    position: absolute;
    top: 480px;
    left: 20px;    
    width: 200px;
    height: 200px;
    overflow: hidden;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 7px solid #fff;
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.46);

}
.bg_soba .ph_soba li img{
    width: auto;
    height: 200px;
}

.bg_soba .ph_soba li:nth-child(2){
    top: 600px;
    left: 280px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.bg_soba .ph_soba li:nth-child(2) img{
    width: auto;
    height: 150px;
}
.bg_soba .ph_soba li:nth-child(3){
    top: 710px;
    left: 140px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.bg_soba .ph_soba li:nth-child(3) img{
    width: auto;
    height: 110px;
}


.illu_map { position: relative; z-index: 1;}
        .pdf-wrap {
        position: absolute;
        top:-88px;
        right:20px;
        }
        .pdf_bt{
        background: rgba(211, 185, 46,0.5);
        }
        .pdf02{ background: rgba(156, 167, 16,0.5);}


/*==================================================================================================

       Attraction レスポンシブ

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        #attraction .bg_illu_yl { min-height: 0; background: url(../img/bg_head_yl.jpg) center bottom / cover; }
        #attraction .h_title { padding-top:150px; margin-top:0;}
        #attraction .cont_cercle { background: none; position: relative; padding-top:0; min-height: 0;}
        #attraction .cont_cercle:after { content:""; display: block; position: absolute; top:0; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width:100%; height:0; padding-bottom:93.554%; background: url("../img/attention/bg_cont01.jpg") center center / cover; }
        .cont_cercle .illu { width:100%; height:0; padding-bottom:55%;}
        .cont_cercle .illu li { z-index: 1;}
        .cont_cercle .illu .title { top:-3%; left:0; width: 36%;}
        .cont_cercle .illu .kumo_r { top:10%; left:50%; width: 30%;}
        .cont_cercle .illu .p_uma { top:60%; left:0; width:43%; }
        .cont_cercle .illu .uzu_l  { top:120%; left:5%; width:20%; }
        .cont_cercle .illu .uzu_r { top:125%; left:auto; right: 0; width:20%; }
        .cont_cercle .text{ padding:70% 20px 60px; box-sizing: border-box; }
        #change .content_area .content_block { width:100%; height:auto; }
        #attraction .bg_y { padding-bottom:90px; }
        .photogallery .sl_title { width:30%;}
        .bg_baba { background:url("../img/attention/bg_baba.jpg") center top / cover; min-height: 1235px; }
        .bg_baba .ranking .rank02 { top:840px; left:40%; }
        .bg_baba .ranking .rank03 { top:1080px; right:auto; left:160px; }
        .ph_yuki { position: relative; width: 100%; padding-bottom: 50%; }
        .bg_yuki .ph_yuki li { left: auto; right: 0;}
        .bg_yuki .ph_yuki li:nth-child(2) { left:auto; right: 30%; }
        .bg_yuki .ph_yuki li:nth-child(3) { left:auto; right:50%;}
        }

        @media screen and (max-width: 800px) {
        #change{ top: -106px; height: 0; padding-bottom: 132%; margin-bottom:-106px; }
        #change .content_area { height:0; padding-bottom: 130%; }
        }

        @media screen and (max-width: 767px) {
        #attraction .bg_illu_yl { height: 0; padding-bottom:75%; }
        #attraction .bg_y { padding-bottom:75px; }
        #attraction .h_title { padding-top:22%; margin-top:0;}
        #contents2_1 { height: auto; padding-bottom:114.154653%; background: url(../img/attention/ill_map02.jpg) center center / cover; }
        #contents2_2 { height: auto; padding-bottom:114.154653%; background: url(../img/attention/ill_map01.jpg) center center / cover; }
        .pdf-wrap { position: relative; top:-10px; right:auto; left:0; padding-left:20px; box-sizing: border-box;}
        .photogallery .sl_title { width:180px; top:100px;}
        
        .bg_baba { background: none; position: relative; z-index: 1;  }
        .bg_baba:after { content:""; display: block; position: absolute; top:0; left:0; width:100%; height:0 ; padding-bottom:79.884%; background: url("../img/attention/bg_baba-sp.png") center center / cover; z-index: -1; }
        .bg_baba .text_baba { width:100%; padding:67% 20px 2rem; box-sizing: border-box; float:none; margin-right:0; }
        .bg_baba .koboshi { display: none; }
        .bg_baba .ranking ul { width:100%; max-width:450px; margin-right:auto; margin-left:auto; padding:0 18px; box-sizing: border-box; margin-bottom:1.5rem;}
        .bg_baba .ranking .rank01 { position: relative; top:auto;left:auto; display: block;}
        .bg_baba .ranking ul li:first-child { width:50%; text-align: center; margin-right:5%; float: none; display: inline-block;}
        .bg_baba .ranking ul li:nth-child(2) { width:40%; padding-top:0;}
        .bg_baba .ranking .rank02 { position: relative; top:auto;left:auto; display: block;}
        .bg_baba .ranking .rank03 { position: relative; top:auto;left:auto; display: block;}
        
        .bg_soba { background: none; position: relative; z-index: 1; padding-top: 60%; }
        .bg_soba:after { content:""; display: block; position: absolute; top:0; left:0; width:100%; height:0 ; padding-bottom:78.033%; background: url("../img/attention/bg_soba-sp.png") center center / cover; z-index: -1; }
        .bg_soba .text_soba { width:100%; padding:2% 20px 2rem; box-sizing: border-box; float:none; margin-left:0; }
        .bg_soba .text_soba .sobaya { display: none; }
        .ph_soba { position: relative; z-index: 1; padding-bottom:50%; margin-top:2rem; width:100%;}
        .bg_soba .ph_soba li { top:0; left:2%;}
        .bg_soba .ph_soba li:nth-child(2) { top:5%; right:2%; left:auto;}
        .bg_soba .ph_soba li:nth-child(3) { top:60%;left:35%;}
        .bg_yuki { background: none; position: relative; z-index: 1; padding-top: 56%; }
        .bg_yuki:after { content:""; display: block; position: absolute; top:0; left:0; width:100%; height:0 ; padding-bottom:66.312997%; background: url("../img/attention/bg_yuki-sp.png") center center / cover; z-index: -1; }
        .bg_yuki .text_yuki  { width:100%; padding:2% 20px 1rem; box-sizing: border-box; float:none; margin-left:0; margin-right:0; }
        .bg_yuki .ph_yuki li { top:0; }
        .bg_yuki .ph_yuki li:nth-child(2) { top:-2%; left: 2%; right: auto; }
        .bg_yuki .ph_yuki li:nth-child(3) { top:52%; left: 42%; right:auto;}
        .bg_yuki .ph_yuki li {width:120px; height:120px; border:4px solid #FFF; }
        .bg_yuki .ph_yuki li img {width:120px; height:120px; }
        }

        @media screen and (max-width: 470px) {
        .bg_soba .ph_soba li { width:120px; height:120px; border:4px solid #FFF; }
        .bg_soba .ph_soba li img { width:120px; height:120px; }
        .bg_soba .ph_soba li:nth-child(2) { width:100px; height:100px; }
        .bg_soba .ph_soba li:nth-child(2) img { width:100px; height:100px; }
        
        }






/**cuisine
*********************************/
.alacalt{
  background: url(../img/cuisine/bg_y_illu.jpg) repeat-y;
  background-position:center top;
  min-height: 1325px; 
}
.alacalt .ph:hover img{
  opacity: 0.8;
}

.alacalt .waku{
  position: relative;
}

.alacalt .ill li{
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
}


.alacalt .ika .title{
  top:0;
  right:70px;
}
.alacalt .ika .ph{
    top: 30px;
    right: 320px;
}
.alacalt .ika .text{
    top: 100px;
    right: 20px;
    width: 240px;
}

.alacalt .basashi .title{
  top: 414px;
    left: 65px;
}
.alacalt .basashi .ph{
  top: 64px;
    left: 90px;
}
.alacalt .basashi .text{
  top: 520px;
    left: 60px;
    width: 240px;
}


.alacalt .iwana .title{
    top: 450px;
    right: 120px;
}
.alacalt .iwana .ph{
    top: 214px;
    right: 80px;
}
.alacalt .iwana .text{
    top: 550px;
    right: 20px;
    width: 340px;
}

.alacalt .koduyu .title{
  top: 844px;
    left: 60px;
}
.alacalt .koduyu .ph{
    top: 660px;
    left: 80px;
}
.alacalt .koduyu .text{
  top: 840px;
    left: 260px;
    width: 320px;
}

.alacalt .nishin .title{
  top: 930px;
    right: 40px;
}
.alacalt .nishin .ph{
    top: 660px;
    right: 100px;
}
.alacalt .nishin .text{
    top: 1050px;
    right: 20px;
    width: 300px;
}

.alacalt .takenoko .title{
  top: 990px;
    left: 365px;
  }
.alacalt .takenoko .ph{
    top: 990px;
    left: 100px;
}
.alacalt .takenoko .text{
  top: 1120px;
    left: 400px;
    width: 240px;
}

.alacalt .sonota .kyuri{
    top: 340px;
    left: 460px;
  }
.alacalt .sonota .nimono{
    top: 550px;
    left: 315px;
}
.alacalt .sonota .hana01{
    top: 230px;
    left: 560px;
}
.alacalt .sonota .hana02{
    top: 920px;
    left: 230px;
}
.hage {
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    -ms-animation: spin 10s linear infinite;
    -o-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
 
@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);}
  100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.alacalt .sonota .nabe{
  top: 1200px;
  right: 180px;
}
.breakfast {
  margin-bottom: 60px;
}
.breakfast .ph{
  float: left;
      margin-left: 20px;
}
.breakfast .text{
  float: right;
  margin-right: 20px;
  width: 280px;
}
.breakfast .okama{
    position: relative;
    top: 80px;
    left: 120px;
    display: inline-block;
}

.alcohol {
  position: relative;
}
.alcohol .bg_al{
  background: url(../img/cuisine/bg_al.jpg)no-repeat;
  background-position: center top;
  min-height:1508px; 
}
.alcohol .jizake{
  width: 280px;
  margin-left: 20px;
  padding-top: 80px;
}

.alcohol .recomend .ill{
  position: absolute;
  display: inline-block;
}
.alcohol .recomend .ill.beko{
  top:510px;
  right:50px;
}
.alcohol .recomend .ill.aidunisiki{
  top: 1130px;
  left: 110px;
}

.alcohol .recomend ul{
  position: absolute;
  width:263px;
  display: inline-block; 
}
.alcohol .recomend .fuki{
  position: relative;
}
.alcohol .recomend .koderani{
  top: 530px;
  left:80px;
}
.alcohol .recomend .koderani .fuki{
  left:30px;
  animation: vertical 1.2s ease-in-out infinite alternate;

}

.alcohol .recomend .najyo{
    top: 780px;
    left: 400px;
}
.alcohol .recomend .najyo .fuki{
  left:10px;
 animation: vertical 1.5s ease-in-out infinite alternate;

}
.alcohol .recomend .sasuke{
  top: 950px;
  right:0px;
  margin-right: 20px;
}
.alcohol .recomend .sasuke .fuki{
  left:0px;
    animation: vertical 0.9s ease-in-out infinite alternate;
}
.alcohol .recomend ul h4{
  margin-left: 20px;
  margin-bottom: 10px;
}
.alcohol .recomend ul .text{
  margin-left: 20px;
  width: 230px;
  line-height: 1.5;
  font-size: 12px;
}


/*==================================================================================================

       Cuisine レスポンシブ

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        #cuisine .bg_illu_yl { min-height: 0; background: url(../img/bg_head_yl.jpg) center bottom / cover; }
        #cuisine .h_title { padding-top:150px; margin-top:0;}
        #cuisine .bg_y { padding-bottom:90px; }
        .alacalt ul { width:100%; max-width:450px; padding:0 20px; box-sizing: border-box; margin-left:auto; margin-right:auto; position: relative; margin-bottom:1.5rem; }
        .alacalt .ill li { position: relative ; }
        .ill { display: block; }
            .alacalt .ika .ph { top:0; right:auto; padding-bottom: 1rem; padding-top:1.5rem; }
            .alacalt .ika .title { position: absolute; top:0; right:0; left: auto; z-index: 1; }
            .alacalt .ika .text { top:0; left: auto; right: auto; width: auto;}
            .alacalt .basashi .ph { top:0; left:0; padding-bottom:0; margin-bottom: -3rem; }
            .alacalt .basashi .title { top:0; left:0; padding-bottom:1rem; text-align: center; }
            .alacalt .basashi .text { top:0; left:0; width: 100%;}
            .alacalt .iwana .ph { top:0; right:auto; padding-bottom:0; margin-bottom: -2rem; }
            .alacalt .iwana .title { top:0; left: auto; right: auto; padding-bottom:1rem; }
            .alacalt .iwana .text { top:0; left: auto; right: auto; width:100%;}
            .alacalt .koduyu .ph { top:0; right:auto; left:auto; padding-bottom:0; text-align: center; margin-bottom: -2rem;}
            .alacalt .koduyu .title { top:0; left: auto; right: 0; text-align: center; padding-bottom:1rem; }
            .alacalt .koduyu .text { top:0; left: auto; width:100%;}
            .alacalt .nishin .ph { top:0; right:auto; padding-bottom:0;  margin-bottom: -2rem;}
            .alacalt .nishin .title { top:0; left: auto; right: 0; text-align: center; padding-bottom:1rem; }
            .alacalt .nishin .text { top:0; left: auto; right: auto;width:100%;}
            .alacalt .takenoko .ph { top:0; right:auto; left: auto; padding-top:50px; padding-bottom:1rem }
            .alacalt .takenoko .title { position: absolute; top:0; left: auto; right: 0; text-align: center; padding-bottom:1rem; }
            .alacalt .takenoko .text { top:0; left: auto; right: auto;width:100%;}
            .alacalt .sonota .kyuri { top:0; left:auto; right: auto;margin-right: 60%; }
            .alacalt .sonota .nimono { position: absolute; top:10px; left:180px; right: auto; }
            .alacalt .sonota .hana01 { display:none; }
            .alacalt .sonota .hana02 { display:none; }
            .alacalt .sonota .nabe { top:0; left:auto; right: auto; }
        .breakfast .ph { width:60%; }
        .breakfast .text { width:32%; }
        .alcohol .recomend .sasuke { right: auto; left:50px; top:1010px; }
        .alcohol .recomend .ill.aidunisiki {right: 50px; top: 1230px; left: auto; }
        .breakfast .okama { left:0;}
        }


        @media screen and (max-width: 767px) {
        #cuisine .bg_y { padding-bottom:75px; }
        #cuisine .bg_illu_yl { height: 0; padding-bottom:75%; }
        #cuisine .h_title { padding-top:22%; margin-top:0;}
        .breakfast { width:100%; max-width:450px; margin:0 auto; }
        .breakfast .ph { width:100%; margin-left:0; }
        .breakfast .text { width:100%; margin-right:0; padding:0 20px; box-sizing: border-box;}
        .breakfast .okama { top:0; }
        .alcohol .bg_al { background: none; position: relative; padding-top:60%;z-index: 1; }
        .alcohol .bg_al:after { content:""; display: block; position: absolute; top:0; left:0; width:100%; height:0 ; padding-bottom:85.340314%; background: url("../img/cuisine/bg_al-sp.png") center center / cover; z-index: -1; }
        .alcohol .jizake { width:100%; margin:0 auto; padding:0 20px 2rem; box-sizing: border-box; }
        .alcohol .recomend .ill.beko { top:-30%; right:0; width:40%;}
        .alcohol .recomend ul { position: relative; display: block; width: 300px; margin-left: auto; margin-right: auto; margin-bottom:2rem;}
            .alcohol .recomend .koderani { top:0; left:auto;}
            .alcohol .recomend .najyo { top:0; left:auto; right: auto; }
            .alcohol .recomend .sasuke { top:0; left:auto; right: auto; margin-right:auto; }
            .alcohol .recomend .ill.aidunisiki { position: relative; top:0; left: auto; right: auto; display: block; text-align: center; padding-bottom: 2rem;}
        }
        @media screen and (max-width: 560px) {
        .alcohol .recomend .ill.beko { top:-46px; width:60%;}
        }










/**facilities
*********************************/
#facilities .bg_fa{
  background: url(../img/facilities/bg_fa01.jpg)no-repeat;
  background-position: center 40px;
  position: relative;
  min-height: 954px;
}
#facilities .bg_fa .illu .title {
    top: -50px;
    left: 40px;
}
.cont_cercle .illu .ph_s{
    top: 390px;
    left: 560px;
}
.cont_cercle .illu .p_tabi{
    top: 460px;
    left: 50px;
}

.irori{
  position: relative;
  min-height: 740px;
}

.irori .ph_bottom{
    position: relative;
    top: 90px;
    right: 80px;
}


.irori .ph{
  float: left;
  margin-left: 20px;
}
.irori .text{
  float: right;
  margin-right: 20px;
  width: 280px;
}
#facilities .photogallery{
  padding: 10px 0;
  background: #fff;
}
#facilities .photogallery .fa_sl_baba{
  position: absolute;
}
#facilities .photogallery .fa_sl_baba li{
  position: absolute;
    top: -340px;
    left: 120px;
}
#facilities .photogallery .fa_sl_baba li:nth-child(2){
  top:-390px;
  left: 270px;
  animation: vertical 1.2s ease-in-out infinite alternate;
}

#facilities .cont_cercle{
  padding-top: 80px;
}
#facilities .bg_fa02{
  background: url(../img/facilities/bg_fa02.jpg)no-repeat;
  background-position: center 100px;
  position: relative;
  min-height: 954px;
  padding-top: 40px;
}
#facilities .bg_fa02 .ph_s{
  top: 460px;
    left: 700px;
}

#facilities .bg_fa02 .kumo_r{
    top: 390px;
    left: 650px;
}
#facilities .bg_fa02 .text{
    top: 600px;
    left: 110px;
    width: 250px;
    position: absolute;
    display: inline-block;
}

#facilities .bg_fa03{
  background: url(../img/facilities/bg_fa03.jpg)no-repeat;
  background-position: center 0px;
  position: relative;
  min-height: 734px;
}
#facilities .bg_fa03 .room .illu,
#facilities .bg_fa03 .room{
  position: absolute;
}
.room .tabi02{
  position: absolute;
    top: -70px;
    left: 700px;
}
.room .kura01{
  top:-30px;
  left:380px;
}
.room ul li:nth-child(2){
    position: relative;
    top: -50px;
    left: -40px;
}
.room .kura02{
  top:140px;
  left:100px;
}
.room .kura03{
  top:400px;
  left:280px;
}
.room .kura03 li:nth-child(2){
    left: 100px;
}

table.table_bg_w{
}
table.table_bg_w th,table.table_bg_w td{
  border: solid 1px #fff;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
}

table.table_bg_w th{
  font-weight: bold;
  font-size: 13px;
  color: #593208;
  background: rgba(255,255,255,0.2);
}
#facilities .table_bg_w th{  
  min-width: 9rem;
}

table.table_bg_w td{
  color: #80613f;
  background: rgba(255,255,255,0.5);
}
table .color th:before{
  color:#ff8456;
  content: "* ";
}


table.fa_dedail{
    position: relative;
    top: 280px;
    float: right;  
  width: 400px;
    margin-right: 20px;
} 

span.em_wifi{
    display: inline-block;
    padding: 3px 10px;
    background: #ea6368;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 2px;
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

/*==================================================================================================

       facilities レスポンシブ

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        #facilities .bg_illu_yl { min-height: 0; background: url(../img/bg_head_y.jpg) center bottom / cover; }
        #facilities .h_title { padding-top:150px; margin-top:0;}
        #facilities .bg_y { padding-bottom:90px; }
        #facilities .bg_fa { background: none; position: relative; z-index: 1; min-height: 0; padding-bottom: 65%; }
        #facilities .bg_fa:after { content:""; display: block; position: absolute; top:0; left:0; width:100%; height:0 ; padding-bottom:72.320499%; background: url("../img/facilities/bg_fa01-sp.png") center center / cover; z-index: -1; }
            #facilities .cont_cercle .illu .ph_s { top: 60%; left: 46%; width: 22%; }
            #facilities .cont_cercle .illu .p_tabi { top: 55%; left: 0; width: 30%; }
        .irori { min-height: 0; width:100%; max-width:650px; margin-left: auto; margin-right: auto; }
            .irori .ph { float:none; margin-left:0; }
            .irori .text { float:none; margin-right:0; width:100%; padding:0 20px; box-sizing: border-box; }
            .irori .ph_bottom { top:20px; right: auto; }
        #facilities .bg_fa02 { background: none; position: relative; z-index: 1; min-height: 0; padding-bottom: 2rem; }
        #facilities .bg_fa02:after { content:""; display: block; position: absolute; top:0; left:0; width:100%; height:0 ; padding-bottom:74.740125%; background: url("../img/facilities/bg_fa02-sp.png") center center / cover; z-index: -1; }
            #facilities .bg_fa02 .kumo_r {top: 0; left: auto; right: 0; width: 25%;}
            #facilities .bg_fa02 .cont_cercle .illu .ph_s { top: 60%; left: auto; width: 27%; right: 5%;}
            #facilities .bg_fa02 .cont_cercle { position: relative; padding-bottom:65%; padding-top:0; }
            #facilities .bg_fa02 .text { position: relative; display: block; top:0; left: auto; width:100%; padding:0 20px; box-sizing: border-box; }
        #facilities .bg_fa03 .room { position: relative; width: 100%;  max-width: 650px;  margin: 0 auto; overflow: hidden; }
            #facilities .bg_fa03 .room .illu { position: relative; display: inline-block; width:45%; text-align: center;}
            #facilities .bg_fa03 .room li { position: relative; }
            .room .tabi02 { top:0; left: auto; }
            .room .kura01 { top:70px; left: auto; margin-right:2%; }
            .room .kura02 { top:0; left: auto; margin-right:2%; }
            .room .kura03 { top:70px; left: auto; }
            table.fa_dedail { top:20px; width:90%; margin-right:auto; margin-left:auto; float:none; margin-bottom:3.5rem;}
        }


        @media screen and (max-width: 767px) {
        #facilities .bg_y { padding-bottom:75px; }
        #facilities .bg_illu_yl { height: 0; padding-bottom:75%; }
        #facilities .h_title { padding-top:22%; margin-top:0;}
            #facilities .bg_fa .illu .title { left:0; top:-115px; }
            #facilities .cont_cercle .illu .kumo_r { top:-100px;}
        .room .kura03 li:nth-child(2) { left:0; }
        }







/**access
*********************************/
#access .reservation table{
  margin:0 auto 20px; 
}

#access .pickup{
  background: rgba(255,255,255,0.8);
  padding: 20px;
  display: table;
  margin:30px auto; 
  width: 900px;
border-radius: 16px 16px 16px 16px;
-moz-border-radius: 16px 16px 16px 16px;
-webkit-border-radius: 16px 16px 16px 16px;
}
#access .bg_ph01{
  background: url(../img/access/bg_ph02.jpg)no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  padding: 80px 0;
  height: 300px;
}
@media screen and (max-width: 767px){
#access .bg_ph01{
  height: 200px;
background-attachment:initial;	
	}
}

.bg_v.access{
  padding-top: 60px;
}
.access .waku_w{
  margin:0 20px 60px;
}
.pickup .ph{
  float: left;
  margin-right: 30px;
  margin-left: 20px;
}
.pickup .text{
  width: 500px;
  margin-top: 30px;
  display: inline-block;
}
#access .reservation,
#access .access{
  padding-bottom: 60px;
}
.root p{
  display: table;
  margin: 0 auto 80px;
} 
.root p:nth-child(2){
  display: table;
  margin-bottom: 0px;
}

/*==================================================================================================

       access レスポンシブ

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        #access .bg_illu_yl { min-height: 0; background: url(../img/bg_head_y.jpg) center bottom / cover;padding-bottom: 6%; }
        #access .h_title { padding-top:90px; margin-top:0;}
        #access .bg_y { padding-bottom:90px; }
        #access .reservation table{ margin:0 auto 0; }
        #access .pickup { width:100%; }
            .pickup .text { width:58%; }
            .pickup .ph { width: 32%;}
        }


        @media screen and (max-width: 767px) {
        #access .bg_y { padding-bottom:75px; }
        #access .bg_illu_yl { height: 0; padding-bottom:75%; }
        #access .h_title { padding-top:17%; margin-top:0;}
            .pickup .text { width:100%; maxwidth:300px; margin-left:auto; margin-right: auto; float: none; }
            .pickup .ph { width:100%; float: none; max-width: 300px; margin-left: auto; margin-right: auto; }
        #access .bg_ph01 { padding:30px 5px; box-sizing: border-box; }
        .root p { margin-bottom:20px;}
        }






/**sightseeing
*********************************/
#sightseeing .cont01{
  padding-top: 80px;
}
#sightseeing .si_cercle{
  position: relative;
  padding: 0px 20px 0;
  margin-bottom: 200px;
}
#sightseeing .si_cercle:nth-child(2){
  margin-bottom: 120px;
}

.si_cercle .title_cercle{
    position: absolute;
    top: -60px;
    left: 200px;
}
.si_cercle .title_cercle.h_r{
        left: 568px;
}
.c_01 .sankaku{
    position: absolute;
    top: 550px;
    left: 780px;
    opacity: 0.8;
}
.c_02 .sankaku{
    position: absolute;
    top: 540px;
    left: 160px;
    opacity: 0.8;
}
.c_02 .koboshi{
  position: absolute;
    top: 600px;
    left: 100px;
}
.si_kura .sankaku{
    position: absolute;
    top: 340px;
    left: 620px;
    opacity: 0.8;
}

.fade .slider_main{ margin:0 0 10px 0}
.fade .slider_thumb a{ opacity:1; transition:opacity 0.5s;}
.fade .slider_thumb a:hover {opacity:0.5; transition:opacity 1s;}
.fade img{
  border: solid 7px #fff;
}
#sightseeing .fade{
  display: inline-block;
}

#sightseeing .fade.f_r{
  float: right;
}

#sightseeing .t_waku_w{
  background: rgba(255,255,255,0.7);
  padding: 40px 20px;
  width: 300px;
  display: inline-block;
    top: 220px;
    position: relative;
    min-height: 390px;  
}
.t_waku_w.t_l{
  float: left;
}

#sightseeing .fade.f_l{
  float: left;
}
.t_waku_w.t_r{
  float: right;
    top: 170px;
    position: relative;
    min-height: 390px;
}
.si_kura{
  position: relative;
  min-height: 800px;
}
.si_kura ul{
  position: absolute;
  top:0px;
  left:230px;
}
.si_kura ul:nth-child(2){
  top:390px;
  left:100px;
}

.si_kura li{
  float: left;
}
.si_kura .kura_fuki{
  background: rgba(255,255,255,0.7);
  padding: 30px 30px;
  width: 370px;
  margin-left: 30px;
  margin-top: 60px;
  font-size: 12px;
  line-height: 1.7;

  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}

.history{
  background: url(../img/sightseeing/bg_his.jpg)no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  padding: 30px 0;
  min-height: 965px;
}

.history .bg_letter{
  background: url(../img/sightseeing/bg_letter.png)no-repeat;
  min-width: 965px;
  min-height: 670px;
  position: relative;
  display: table;
  margin:60px auto   
}

.bg_letter h2{
  position: absolute;
  top:100px;
  left: 50px;
}
.bg_letter .his_baba{
  position: absolute;
  top: 270px;
    left: 50px;
  animation: vertical 1.2s ease-in-out infinite alternate;

}

.bg_letter .top{
  position: absolute;
  top: 80px;
    left: 390px;
    width: 320px;
}
.bg_letter .bottom{
  position: absolute;
    top: 400px;
    left: 395px;
    width: 450px;
}
.bg_letter .middle{
  position: absolute;
    top: 300px;
    left: 395px;
    width: 474px;
}
.bg_letter .ph{
    position: absolute;
    top: 490px;
    left: 230px;
    width: 153px;
}

/*==================================================================================================

       sightseeing レスポンシブ

===================================================================================================*/

        @media screen and (max-width: 1024px) {
        #sightseeing .bg_illu_yl { min-height: 0; background: url(../img/bg_head_yl.jpg) center bottom / cover; padding-bottom: 10%;  }
        #sightseeing .h_title { padding-top:150px; margin-top:0;}
        #sightseeing .si_cercle { width:100%; max-width: 600px; margin: 0 auto 2rem; padding:0 20px 40px; box-sizing: border-box; }
            .si_cercle .title_cercle { top:-7%; left:0; margin-right: 58%; }
            .slider_thumb a { width:22%; display: inline-block; margin-right:2px;}
            .fade img { border: 4px solid #FFF;}
            #sightseeing .t_waku_w { top:14px; width:100%; min-height: 0; }
            .c_01 .sankaku { display: none; }
            .si_cercle .title_cercle.h_r { left: auto ; right:0 ; margin-right:0; margin-left: 58%;}
            .c_02 .sankaku { position: relative; top:10px;}
            .c_02 .koboshi { position: relative; top:-50px; left: 0;}
            .si_kura ul { position: relative; top:0; left:auto; }
            .si_kura ul:nth-child(2) { top:0; left: auto;  }
            .si_kura { width:100%; max-width: 770px; margin: 0 auto 3rem; padding: 0 20px; box-sizing: border-box; }
            #sightseeing .si_cercle:nth-child(2) { margin-bottom: 0;}
            .ul1 { padding-top:2rem;}
            .ul1 li { float:right; }
            .si_kura .ul1 .kura_fuki { margin-left:0; margin-right: 30px; }
            .c_02 .sankaku{ left: auto; margin-left: 44%; }
        }
        @media screen and (max-width: 767px) {
        #sightseeing .bg_illu_yl { height: 0; padding-bottom:61%; }
        #sightseeing .bg_y { padding-bottom:75px; }
        #sightseeing .h_title { padding-top:15%; margin-top:0;}
            .si_kura li { float:none;width: 100%; max-width: 300px; margin:0 auto 1rem; }
            .si_kura .kura_fuki { float:none;width: 100%; max-width: 300px; margin:0 auto; }
            .si_kura .ul1 .kura_fuki { margin:0 auto; }
        }





/**slick
*********************************/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
.bg_his02 img {
    max-width: 100%;
     height: auto;
}

.bg_his02{
  background: url(../img/sightseeing/bg_his02.png)no-repeat;
  width:965px;
  height: 736px;
  margin:60px auto;
  overflow: hidden; 
}

.bg_his02 .thumb-item img{
    margin: 35px auto 0;
}
.bg_his02 .thumb-item-nav{
  width: 760px;
    margin: 0px auto 0;
}
.bg_his02 .slick-next:before {
    content: ' ';
    width: 55px;
    height: 18px;
    background: url(../img/sightseeing/bt_back.png)no-repeat;
    display: inline-block;
}
.bg_his02 .slick-prev:before {
    content: ' ';
    /*color:#2f190c; 
    font-size: 30px;*/
    width: 55px;
    height: 18px;
    background: url(../img/sightseeing/bt_go.png)no-repeat;
    display: inline-block;
}

.bg_his02 .slick-prev {
    left: -60px !important;
    top:-200px;
}
.bg_his02 .slick-next {
}
.bg_his02 .slick-prev, .slick-next{

  /*background: rgba(100,77,36,0.8) !important;
  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
*/
}
.slick-prev:before, .slick-next:before {
    font-size: 20px !important;
    /*color: #705b30 !important;*/
    font-weight:bold !important;
  }
.bg_his02 .thumb-item{
  margin-top: 93px;
}
.bg_his02  h4{
  display: none;
}