@charset "utf-8";

/******************************************

メインcss

*******************************************/

/*-------------------------
  ヘッダー
-------------------------*/
header .header_top{
    height: 35px;
    background-image: url(../img/nami_chairo.png);
    background-position: center top -27px;
    background-repeat: repeat-x;
}
h1.header_logo{
    text-align: center;
    margin: 30px 0;
}
h1.header_logo img{
    width: 350px;
}
header #header_nav{
    background: #b59456;
}
header #header_nav ul{
    display: flex;
    width: 1000px;
    margin: auto;
}
header #header_nav ul li{
    flex: auto;
    text-align: center;
    padding: 15px;
}
header #header_nav ul li:hover{
    background: #876931;
    transition : 1s;
}
header #header_nav ul li a{
    display:block;
    color: #fff;
}
header .h_scroll{
    position: fixed;
    top: 0;
    width: 100%;
}

/*-------------------------
  メインイメージ
-------------------------*/
.main_img{
    text-align: center;
}

/*-------------------------
  section内部
-------------------------*/
section{
    margin: 70px 0px;
}
.inner{
    overflow: hidden;
}
.img_right{
    float: right;
    width: 430px;
}
.txt_left{
    float: left;
    width: 460px;
}
.img_left{
    float: left;
    width: 430px;
}
.txt_right{
    float: right;
    width: 460px;
}
.txt_right p.p_txt, .txt_left p.p_txt{
    font-size: 14px;
}

/* 開催期間 */
.kikan{
    text-align: center;
    border: solid 3px #d14f3b;
    padding: 30px;
    font-size: 20px;
    color: #bf2710;
}
.kikan p{
    margin-bottom: 0px;
    line-height: 2;
}
.kikan p.black{
    color: #000;
    font-size: 14px;
}
.kikan span.kikan_01{
    background: #eb3939;
    padding: 4px 10px;
    margin-right: 10px;
    color: #fff;
}
.kikan span.kikan_num{
    font-size: 30px;
}

/* エリア */
div.area{
    text-align: center;
    margin: 40px 0px 40px;
}
div.area span{
    background: #e75555;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
}
div.area02{
    text-align: center;
    margin: 40px 0px 40px;
}
div.area02 span{
    background: #04a75c;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    display: inline-block;
}

/* 宿泊 */
span.plan{
    color: #fff;
    background: #817104;
    padding: 3px 10px;
    display: inline-block;
}
div.btn{
    text-align: center;
    color: #fff;
    background: #db3a3a;
    padding: 13px;
    width: 250px;
    border-radius: 30px;
    margin: auto;
}
div.btn:hover{
    background: #f38f8f;
    transition : 1s;
}

/* テーブル */
div.table01{
    background: #ffeaea;
    padding: 10px;
    margin-top: 23px;
}
th,td {
    border-bottom: solid 1px #ffffff;
    padding: 7px;
    font-size: 14px;
}
tr.last th, tr.last td{
    border-bottom:0px;
}
table {
    border-collapse:  collapse;
    width: 100%;
}
th{
    text-align: center;
    background: #c94e36;
    color: #fff;
    width: 23%;
}

/*-------------------------
  フッター
-------------------------*/
footer{
    background: #b29452;
    margin-top: 60px;
}
footer .footer_logo{
    text-align: center;
    padding: 35px;
}
footer .footer_logo img{
    width: 350px;
}
.copyright{
    text-align: center;
    font-size: 14px;
    background: #64501b;
    color: #fff;
    padding: 10px 0px;
}