﻿@charset "utf-8";


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{	margin:0; padding:0; max-height:100%;}
table{	border-collapse:collapse;	border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{	font-style:normal;	font-weight:normal;	}
ul,ol,li{list-style:none;}
caption,th{	text-align:left;}
h1,h2,h3,h4,h5,h6{	font-size:100%;	font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {	border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}

img{vertical-align: bottom;}

/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* Androidでpタグの横幅が狭まるバグ対策 */
p {background-image:url(image);}


.f_red{color:#ff0000;}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  padding : 0 0 0 0;
  font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
  font-size:14px;
  line-height: 1.8em;
  color:#333;
  -webkit-text-size-adjust: 100%;
  background-color:#00053f;
  position:relative;
}

#wrapper {
  width : 100%;
  margin:auto;
  min-width: 1200px;
}

/* 桜の背景のみ。ホタルも鮎も無しの時。 */
.bg_sakura{
  background:url(../img/page/index/index_bg_01_l.png) center top no-repeat;
  background-size: cover;
}

/*　鴨鍋の時は背景は黒　*/
.bg_kuro{
  background-color:#000;
}

/*　桜満喫プランの時は背景はピンク　*/
.bg_sakura_plan{
  background-color:#c50550;
}

/*　鮎の時は背景は青　*/
.bg_ayu{
  background-color:#225cd1;
}
/*　背景 -　白色　*/
.bg_siro{
    background-color: #fff;
}

/*　蛍　2024年版　*/
.bg_hotaru2024{
    background-color:#261065;
}




.pc{}
.sp{display:none;}

  @media only screen and (max-width: 768px) {
    #wrapper {	overflow:hidden;}
    .pc{display:none;}
    .sp{display:block;}
    img{
      max-width:100%;
      height:auto;
    }
  }

a {
  color:#5b5b5b;
  text-decoration: none;
}
a:hover {
  color:#15317c;
  text-decoration: underline;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition:0.5s;
}

/*  ページトップへ */
#pageTop{
  position:fixed;
  bottom:20px;
  right:20px;
  }


/* トップページ　2018.05.29版  */

.bg_l{
  float:left;
  width:45%;
}

.bg_r{
  float:right;
  width:55%;
  background:url(../img/home/index_bg_02.png);
  padding:20px 0 100px ;
}
.bg_r .inner{
  width:540px;
  margin-left:60px;
  background:url(../img/home/index_bg_03.png) right 50% no-repeat;
}






/* クロスフェードで切り替わる 右側のイベント */

#slide {
  float:right;
  width:566px;
  height:2070px;
  margin:0 auto;
  position:relative;
}
#slide img {
  position:absolute;
  left:0;
  top:0;
}
#slide .btn_toi{
  position:absolute;
  left:83px;
  top:916px;
}




.title01{
  width:100%;
  text-align:center;
  border-bottom:1px solid #BBAFAA;
  border-top:1px solid #BBAFAA;
  margin-bottom:20px;
  font-size: 28px;
  line-height:1em;
  color: #66483D;
  letter-spacing: 0.3em;
  padding:20px 0;
}
.sumi_menu{
  text-align:center;
  margin-bottom:30px;
}
.sumi_menu li{
  width:24%;
  display:inline-block;
  margin-bottom:20px;
}
.top_space{
  clear:both;
  height:150px;
}

/*  お知らせ一覧  */
.news_img{
  width:210px;
  float:left;
}
.news_lead{
  margin-left:235px;
}
.news_lead .date{
  font-size:12px;
  color:#666;
  margin-bottom:10px;
}
.news_lead .title{
  font-size:16px;
  line-height:1.2em;
  color:#52612a;
  margin-bottom:10px;
}

.btn01 a {
  display: inline-block;
  font-size: 16px;
  color: #52612A;
  padding: 3px 20px;
  border: 1px solid #A3A988;
  float:right;
}
.btn01 a:hover {
  text-decoration: none;
  background-color:#eae9e5;
}
.news_space{
  clear:both;
  height:60px;
}

/* footer */
#footer{
  clear:both;
  width:100%;
  background:#000;
  color:#ccc;
}
#footer a{
  color:#ffffff;
  text-decoration:none;
}
#footer a:hover{
  text-decoration:underline;
}

#footer .inner{
  width:1000px;
  margin:auto;
}
.f_info{
  background-color:#181818;
  padding:30px 0;
}
.f_menu{
  margin:20px auto 40px;
  text-align:center;
}
.f_menu li{
  display:inline-block;
  margin:0 10px;
  font-size:16px;
  line-height:1.4em;
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;;
}
.f_bnr{
  margin:0 auto;
  text-align:center;
}
.f_bnr li{
  display:inline-block;
  margin:0 1% 10px;
  width:30%;
}
.f_bnr li img{
  max-width:100%;
  height:auto;
}
.f_add{margin:20px auto 10px;}
.f_add li{
  display:inline-block;
  margin:0 15px;
  color:#ccc;
}
.copy{color:#999999; padding-bottom:10px; font-size:90%;}

/* Wi-Fi環境整備についての表示 */
.about_wifi{
  margin-top: 60px;
  width: 320px;
  float: right;
  font-size: 90%;
  line-height: 1.4em;
}










/*-------------------------------------------------  
--------------------------------------------------*/
@media only screen and (max-width: 768px) {

    #wrapper {min-width: 100%;}
    #home #container,
    #home #container_wrap,
    #home #header{width: 100%; min-width: auto;}
    #home #container_wrap{padding-top: 50px;}
    #home #header_wrap{width: 90%; padding: 15px 5%;}
    #home #header h1,
    #home #g_navi {display: none;}


    .bg_l{ display:none;}
    .bg_r{
      float: none;
      width:100%;
      padding:20px 0  ;
    }
    .bg_r .inner{
      width:95%;
      margin:0 auto;
    }
    .top_space{height:50px;}
    .title01{
      font-size: 18px;
      line-height:1em;
      letter-spacing: normal;
      padding:15px 0;
    }


    /* footer */
    #footer .inner{width:95%;}
    .f_info{padding:20px 0;}
    .f_menu{
      margin:20px auto;
      text-align: left;
    }
    .f_menu{border-top:solid 1px #666;}
    .f_menu li{
      display: block;
      margin:0;
      border-bottom:solid 1px #666;
      padding:10px 0 10px 10px;
    }
    .f_menu li a{display:block;}

    .f_bnr li{
      display:block;
      margin:0 0 10px 0;
      width:100%;
    }
    .f_add li{
      display:inline-block;
      margin:0 15px;
    }


}















/*-------------------------------------------------  
--------------------------------------------------*/
@media only screen and (max-width: 640px) {


    /*  ページトップへ */
    #pageTop img{
      width:40px;
      height:40px;
    }

    /*  お知らせ一覧  */
    .news_img{ display:none;}
    .news_lead{margin-left:0;}
    .news_space{
      height:15px;
      border-bottom:dashed 1px #999;
      margin-bottom:15px;
    }



}



