@charset "UTF-8";
/*
 * cmn_layout.css
 *
 *  version --- 1.0
 *  updated --- 2016/2/3
 */


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
    display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
    font-family: "Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    line-height: 1.714;
    color: #222;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
    margin: 0;
    padding: 0;
}
input, textarea {
    margin: 0;
    font-size: 100%;
}
label {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
fieldset, img {
    border: 0;
}
img {
    vertical-align: top;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:after, q:before {
    content: '';
}
a, input {
    outline: none;
}
abbr, acronym {
    border: 0;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
    color: #222;
    text-decoration: none;
}
a:visited, a:active, a:focus {
}
a:hover {
    text-decoration: underline;
}
.op{
    transition: all ease 0.3s;
}
.op img{
    transition: all ease 0.3s;
}
.op:hover img,
.op:hover input {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.fwn {
    font-weight: normal;
}
.fwb {
    font-weight: bold;
}

/* !Inline Align ------------------------------------------------------------ */
.tal {
    text-align: left !important;
}
.tac {
    text-align: center !important;
}
.tar {
    text-align: right !important;
}
.vat {
    vertical-align: top !important;
}
.vam {
    vertical-align: middle !important;
}
.vab {
    vertical-align: bottom !important;
}
/* !Width ------------------------------------------------------------------- */
.whalf {
    width: 48% !important;
}
.wtri {
    width: 33% !important;
}
.wquart {
    width: 24% !important;
}
.wfull {
    width: 99.9% !important;
}
.wmax {
    width: 100% !important;
}
.w270px {
    width: 270px !important;
}
.w300px {
    width: 300px !important;
}
.w320px {
    width: 320px !important;
}

.fzb {
    font-size: 30px;
    line-height: 36px;
}

.fzm {
    font-size: 21px;
}

.fzred {
    color: #cd2d18;
}
.fzgray {
    color: #5c5c5c;
}

/* !Floats ------------------------------------------------------------------ */
.fll {
    float: left;
}
.flr {
    float: right;
}
.ftbox {
    overflow: hidden;
  zoom: 1;
}
/* !Tools ------------------------------------------------------------------- */
.clear {
    clear: both;
}
.block {
    display: block;
}
.hide {
    display: none;
}
.bgn {
    background: none !important;
}
.tdu {
    text-decoration: underline;
}
.tdn {
    text-decoration: none;
}
/* !Margin ------------------------------------------------------------------ */
.mt00 {
    margin-top: 0 !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mr00 {
    margin-right: 0 !important;
}
.mr05 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr55 {
    margin-right: 55px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr65 {
    margin-right: 65px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr75 {
    margin-right: 75px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr85 {
    margin-right: 85px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr95 {
    margin-right: 95px !important;
}
.mr100 {
    margin-right: 100px !important;
}
.mb00 {
    margin-bottom: 0 !important;
}
.mb01 {
    margin-bottom: 1px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb85 {
    margin-bottom: 85px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb95 {
    margin-bottom: 95px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.ml00 {
    margin-left: 0 !important;
}
.ml05 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml55 {
    margin-left: 55px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml65 {
    margin-left: 65px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml75 {
    margin-left: 75px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml85 {
    margin-left: 85px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml95 {
    margin-left: 95px !important;
}
.ml100 {
    margin-left: 100px !important;
}
/* !Padding  ---------------------------------------------------------------- */
.pt00 {
    padding-top: 0 !important;
}
.pt05 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt55 {
    padding-top: 55px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt65 {
    padding-top: 65px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt85 {
    padding-top: 85px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt95 {
    padding-top: 95px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pr00 {
    padding-right: 0 !important;
}
.pr05 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.pr55 {
    padding-right: 55px !important;
}
.pr60 {
    padding-right: 60px !important;
}
.pr65 {
    padding-right: 65px !important;
}
.pr70 {
    padding-right: 70px !important;
}
.pr75 {
    padding-right: 75px !important;
}
.pr80 {
    padding-right: 80px !important;
}
.pr85 {
    padding-right: 85px !important;
}
.pr90 {
    padding-right: 90px !important;
}
.pr95 {
    padding-right: 95px !important;
}
.pr100 {
    padding-right: 100px !important;
}
.pb00 {
    padding-bottom: 0 !important;
}
.pb05 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb55 {
    padding-bottom: 55px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb65 {
    padding-bottom: 65px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb85 {
    padding-bottom: 85px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb95 {
    padding-bottom: 95px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pl00 {
    padding-left: 0 !important;
}
.pl05 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pl55 {
    padding-left: 55px !important;
}
.pl60 {
    padding-left: 60px !important;
}
.pl65 {
    padding-left: 65px !important;
}
.pl70 {
    padding-left: 70px !important;
}
.pl75 {
    padding-left: 75px !important;
}
.pl80 {
    padding-left: 80px !important;
}
.pl85 {
    padding-left: 85px !important;
}
.pl90 {
    padding-left: 90px !important;
}
.pl95 {
    padding-left: 95px !important;
}
.pl100 {
    padding-left: 100px !important;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;/*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
}
body {

}
@media print {
html,  html body {
*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
    min-width: 1140px;
    /* background: url(/common/img/bg.png) 50% 0 no-repeat #fff; */
    background: #fff;
}

#wrapper header{
    height: 290px;
}

#wrapper.scroll {
    /*padding-top: 290px;*/
}

/* !header
---------------------------------------------------------- */

#header{
    width: 100%;
}
#headerin{
    width: 1140px;
    height: 290px;
    margin: 0 auto;
}
#headerlogo{
    float: left;
    padding: 70px 0 0;
}
#headerlogo a
{
    transition: all ease 0.3s;
}

#headerlogo a:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#headerlinks{
    float: right;
}



#header2{
    width: 100%;
}
#headerin2{
    width: 1140px;
    height: 290px;
    margin: 0 auto;
}
#headerlogo2{
    float: left;
    padding: 70px 0 0;
}
#headerlogo2 a
{
    transition: all ease 0.3s;
}

#headerlogo2 a:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#headerlinks2{
    float: right;
}



#header2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}
#headerin2 {
    height: 80px;
}

#headerlogo2 {
    padding: 20px 0 0;
}
#header2{
    display: none;
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
    width: 1140px;
    margin: 0 auto;
    padding: 34px 0;
}
#breadcrumb p {
    float: left;
}
#breadcrumb p span {
    display: inline-block;
    width: 50px;
    text-align: center;
}
#breadcrumb p a {
    display: inline-block;
}
#breadcrumb p i {
    margin-right: 7px;
}
#breadcrumb ul.sns {
    float: right;
}


/* !gNavi
---------------------------------------------------------- */

#gnavi {
    float: right;
    margin-right: 8px;
    padding: 70px 0 0;
}
#gnavi li {
    float: left;
    width: 80px;
}
#gnavi li a {
    display: block;
    text-align: center;
}

#gnavi li a img{
    vertical-align: middle;
}

#gnavi2 {
    float: right;
    margin-right: 8px;
    padding: 70px 0 0;
}
#gnavi2 li {
    float: left;
    width: 80px;
}
#gnavi2 li a {
    display: block;
    text-align: center;
}

#gnavi2 li a img{
    vertical-align: middle;
}



#gnavi2 {
    margin-right: 24px;
    padding: 28px 0 0;
}
#gnavi2 li {
    width: 82px;
    overflow: hidden;
}

/* !teaser
---------------------------------------------------------- */
#teaser {
    width: 100%;
    text-align: center;
}

/* !contents
---------------------------------------------------------- */
#contents {
    width: 100%;
    padding-bottom: 200px;
}
#main {
    width: 1140px;
    margin: 0 auto;
}

#side {
    transition: all ease 0.4s;
    position: fixed;
    right: -60px;
    top: 20%;
    z-index: 999;
}

#side a {
    display: block;
    margin-bottom: 15px;
}

.pagetop {
    text-align: center;
}


/* !undersearch
---------------------------------------------------------- */
#undersearch {
    background: #222;
    width: 100%;
}

#undersearch .inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 40px 225px;
    box-sizing: border-box;
}
#searchpop {
    display: none;
    background: #222;
    width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 40px 30px 40px 225px;
    box-sizing: border-box;
}

.searchform {
    margin-bottom: 30px;
}
#searchpop .searchform {
    display: flex;
}

.searcharea {
    float: left;
}
.searchlistbtn {
    width: 210px;
    margin-top: 30px;
}

.searchlistbtn_btm {
    float: left;
    margin-right: 20px;
    width: 270px;
}

.searcharea .txtkara {
    color: #fff;
    width: 68px;
    text-align: center;
    line-height: 50px;
    float: left;
}

.selectstyle01 {
    width: 182px;
}

.selectstyle01:before {
    position: absolute;
    right: 34px;
    top: 0;
    line-height: 50px;
    z-index: 2;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #949494;
    font-size: 16px;
}
.selectstyle02 {
    width: 102px;
}
.selectstyle02:before {
    position: absolute;
    right: 24px;
    top: 0;
    line-height: 50px;
    z-index: 2;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #949494;
    font-size: 16px;
}
.selectarea {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
    overflow: hidden;

}
.selectarea .selectbox {
    background-color: #fff;
    overflow: hidden;
    height: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.selectarea .selectbox span {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #222222;
    line-height: 50px;
}
.selectarea .selectbox select {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 50px;
    width: 100%;
    -moz-opacity:0.0001;
    opacity:0.0001;
    cursor: pointer;
}

.searchbtn {
    width: 120px;
    height: 50px;
    text-align: center;
    background: #a78a00;
    font-size: 16px;
}
.searchbtn a {
    display: block;
    line-height: 50px;
    color: #fff;
    transition: all ease 0.3s;
}
.searchbtn a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.searchbtn i {
    color: #cab04c;
    margin-right: 10px;
}

.searchlinks {
    padding: 0 20px;
}
#searchpop .searchlinks {
    padding: 0;
}
.searchtel {
    text-align: center;
}
.searchtel .tel {
    font-family: "Adobe Garamond Pro";
    font-size: 28px;
    color: #cab04c;
    line-height: 1;
}
.searchtel .tel i {
    font-size: 21px;
    margin-right: 5px;
}
.searchtel .time {
    font-size: 14px;
    color: #a3a3a3;
    font-weight: bold;
    line-height: 1;
}

.searchlinklist {
    float: right;
}
.searchlinklist li {
    float: left;
    margin-left: 20px;
    width: 182px;
}

.searchtitle {
    position: absolute;
    top: 0;
    left: 0;
    background: #2b2b2b;
    width: 194px;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 27px 0;
    z-index: 2;
}

.searchtitle h2 {
    text-align: center;
    margin-bottom: 20px;
}

#search_title_489ban {
    color: #fff;
    padding-right: 20px;
}

.year_month_489ban {
    height: 50px;
    height: auto\9;
    padding: 17px 0\9;
    font-family: "Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
    font-size: 16px;
    width: 182px;
    text-align: center;
    border: none;
    margin-right: 10px;
    cursor:pointer;
    line-height: 50px;
}

.text_kara_489ban {
    font-size: 16px;
    color: #fff;
    padding-right: 20px;
}

.day_489ban {
    height: 50px;
    height: auto\9;
    padding: 17px 0\9;
    font-family: "Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
    font-size: 16px;
    width: 102px;
    text-align: center;
    border: none;
    margin-right: 20px;
    cursor:pointer;
}
.stay_489ban{
    font-family: "Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
    font-size: 16px;
    /*width: 242px;*/
    text-align: center;
    border: none;
    margin-right: 20px;
    cursor:pointer;
}

.stay_2_489ban {
    height: 50px;
    height: auto\9;
    padding: 17px 0\9;
    font-family: "Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
    font-size: 16px;
    width: 102px;
    text-align: center;
    border: none;
    margin-right: 20px;
    cursor:pointer;
}

#search_button_489ban {
    width: 120px;
    height: 50px;
    font-family: "Times New Roman","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",Meiryo,serif;
    text-align: center;
    background: #a78a00;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor:pointer;
}

.search_table_489ban{
    height: 50px;
    height: auto\9;
    padding: 17px 0\9;
}

.search_table_489ban tr td{
    vertical-align: middle!important;
    height: 50px;
    height: auto\9;
    padding: 17px 0\9;
}

#search_489ban{
    margin: 0 auto; padding: 25px 10px;
    box-sizing: border-box;
}
#search_489ban form {
    display: flex;
}
#search_489ban dl{ display: inline-table; margin: 0 8px 5px;}
#search_489ban dt,
#search_489ban dd{ margin: 0; padding: 0; display: table-cell; vertical-align: top;}
#search_489ban dt{color: #fff;}
#search_489ban dd{height: 50px; display: flex;}

#search_489ban dd span,
#search_489ban label,
#search_489ban input,
#search_489ban select{ display: inline-block; margin: 2px 2px 5px; font-family: serif;}

#search_489ban select{
    min-width: 80px;
}

#search_489ban label{
    color: #ffffff;
    line-height: 43px;
}

#search_489ban ul{}
#search_489ban li{ margin-bottom: 3px; list-style: none; display: inline-block;}

#search_489ban button{
    display: block; padding: 7px 0;
    box-sizing: border-box;
    background: #a78a00;
    font-size: 16px;
    border-width: 0;
    color: #fff;
    font-family: serif;
    width: 120px;
    height: 50px;
    margin-left: 10px;
}

#search_489ban .inbox_489ban{ clear: both;}
#search_489ban .inbox_489ban:after {
    clear: both; content: "."; display: block;
    height: 0; font-size: 0; visibility: hidden;
}

#search_489ban .stay_489ban,
#search_489ban .room_489ban,
#search_489ban .person_489ban{ }

#search_489ban .stay_489ban dt,
#search_489ban .room_489ban dt,
#search_489ban .person_489ban dt{ width: auto;}

#search_489ban .child_489ban{
    border-bottom: 1px dotted #dedede;
}
#search_489ban .child_489ban:first-of-type{
    padding: 5px 0 0;
    border-top: 1px dotted #dedede;
}
#search_489ban .child_489ban:last-of-type{
    margin: 0 0 10px; padding: 0 0 5px;
}
#search_489ban .child_489ban dt{ width: auto;}
#search_489ban .child_489ban dd{ width: 70px; vertical-align: middle;}
#search_489ban .child_489ban dt span{ display: block; font-size: 12px;}

#search_489ban .price_489ban dt{ width: 65px;}
#search_489ban .price_489ban div{ display: inline-block;}
#search_489ban .price_489ban span{ font-size: 12px;}

#search_489ban .tag_489ban,
#search_489ban .tag_489ban dt,
#search_489ban .tag_489ban dd{ width: 100%; display: block;}

#search_489ban .tag_489ban .tag_mode_489ban{ font-size: 13px;}


/* !pageTop
---------------------------------------------------------- */
.pagetop {}

/* !footer
---------------------------------------------------------- */
#footer {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}
#footer .inner {
    width: 1140px;
    margin: 0 auto;
}
#footerbox {
    float: left;
    padding: 10px 0 0;
    margin-right: 80px;
}
#footerlinks {
    float: left;
    width: 582px;
}
#footerlinks li {
    float: left;
    width: 194px;
    line-height: 30px;
}
#footerlinks li a i {
    color: #949494;
    margin-right: 6px;
}
#footerlinks li a:hover {
    text-decoration: underline;
}
#footerlogo {
    margin-bottom: 15px;
}
#copyright {
    text-align: right;
    color: #a3a3a3;
}

.tripadvisor {
    float: right;
    padding: 10px 0 0;
}

/* sns
---------------------------------------------------------- */
.sns li {
    float: left;
}
.sns li + li {
    margin-left: 20px;
}
.sns li a {
    display: block;
    font-size: 18px;
    color: #222;
    transition: all ease 0.3s;
}

.sns li.facebook a:hover {
    color: #3b5998;
    text-decoration: none;
}

.sns li.twitter a:hover {
    color: #55ACEE;
    text-decoration: none;
}

.sns li.google a:hover {
    color: #DD4B39;
    text-decoration: none;
}

/* !h(n)eading
---------------------------------------------------------- */
.hdl {
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    padding: 25px 0 0;
    margin-bottom: 40px;
    position: relative;
}
.hdl:before {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #222;
    content: "";
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    z-index: 2;
}

.hdm {
    padding-bottom: 20px;
    border-bottom: 1px solid #545454;
    margin-bottom: 15px;
}

.hds {
    background: #eae4d2;
    padding-left: 17px;
    margin-bottom: 5px;
}

/* !Listing
---------------------------------------------------------- */
.ulbasic {
}
.ulbasic li {
    padding-left: 1em;
    text-indent: -1em;
}

.olbasic {
}
.olbasic li {
}

.dlbasic {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.dlbasic dt {
    margin-bottom: 10px;
}
.dlbasic dd {
}
/* !Table
---------------------------------------------------------- */

.tablebasic {
    width: 100%;
    border-collapse: collapse;
}
.tablebasic th,
.tablebasic td {
    border: 1px solid #545454;
    padding: 15px 20px;
    vertical-align: middle;
}
.tablebasic th {
    background: #eae4d2;
    white-space: nowrap;
}
.tablebasic td {
    background: #fff;
}

.tablebasic01 {
    width: 100%;
    border-collapse: collapse;
}
.tablebasic01 th,
.tablebasic01 td {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0 15px 33px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 40px;
}
.tablebasic01 th {
    background: #efefef;
}
.tablebasic01 td {
    background: #fff;
}

.tablebasic02 {
    width: 100%;
    border-collapse: collapse;
}
.tablebasic02 th,
.tablebasic02 td {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    /*line-height: 40px;*/
}
.tablebasic02 th {
    background: #efefef;
}
.tablebasic02 td {
    background: #fff;
}


/* !Section
---------------------------------------------------------- */
.section {}

/* !Btn
---------------------------------------------------------- */
.btntype01 {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #545454;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    transition: all ease 0.3s;
}
.btntype01 i {
    color: #949494;
    margin-right: 10px;
}
.btntype01:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.btntype02 {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    background: #222;
}
.btntype02 i {
    color: #949494;
    margin-right: 10px;
    transition: all ease 0.3s;
}
.btntype02:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.btntype03 {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    background: #222;
    transition: all ease 0.3s;
}
.btntype03 i {
    color: #949494;
    margin-right: 10px;
}
.btntype03:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.btntype04 {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    transition: all ease 0.3s;
}
.btntype04 i {
    color: #949494;
    margin-right: 10px;
}
.btntype04:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.btntype05 {
    display: block;
    text-align: center;
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    background: #fff;
    color: #222;
    transition: all ease 0.3s;
}
.btntype05:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.btntype05 i {
    color: #949494;
    margin-right: 7px;
}

.btntype06 {
    display: block;
    text-align: center;
    width: 100%;
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #222222;
    background: #222222;
    color: #fff;
    transition: all ease 0.3s;
}
.btntype06:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

.btntype06 i {
    color: #949494;
    margin-right: 7px;
}
.btntype07 {
    display: block;
    text-align: center;
    width: 100%;
    height: 62px;
    line-height: 20px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #222222;
    background: #222222;
    padding: 11px 0;
    color: #fff;
    transition: all ease 0.3s;
}
.btntype07:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}
.btntype07 i {
    color: #949494;
    margin-right: 7px;
}
.verticalbtn{
    transition: all ease 0.3s;
}
.verticalbtn:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}
/* !other
---------------------------------------------------------- */
dl.newscategory {
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}
dl.newscategory dt {
    width: 140px;
    float: left;
    background: #eae4d2;
}
dl.newscategory dd {
    width: 140px;
    float: left;
    color: #fff;
}
.newscategory .itaba {
    background: #f39a79;
}
.newscategory .blog {
    background: #88aad8;
}
.newscategory .event {
    background: #7dc46f;
}

.pagectrl {
    padding-top: 40px;
}

.wp-pagenavi{
    overflow: hidden;
    /* width: 300px; */
    margin: 0 auto;
    text-align: center;
}

.wp-pagenavi .pages{
    background: #222;
    color: #fff;
    padding: 5px 10px;
    line-height: 25px;
}


.wp-pagenavi a,
.wp-pagenavi span{
    background: #cccccc;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    text-align: center;
    min-width: 15px;
    transition: all ease 0.3s;
    padding: 5px 10px;
}

.wp-pagenavi a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
}

.pagectrl .pagecount{
    float: left;
    background: #222;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
}
.pagectrl .pagelinks {
    float: right;
}
.pagectrl .pagelinks a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    background: #cccccc;
    margin-left: 5px;
}
.pagectrl .pagelinks a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
}

.pagectrl .pagelinks a.current {
    text-decoration: none;
    background: #222;
    color: #fff;
}

.btnback {
    width: 195px;
    float: right;
}

.btn {
    width: 230px;
    margin: 0 auto;
}

.tabpanel .tablist {
    overflow: hidden;
    margin-left: -10px;
}
.tabpanel .tablist li {
    float: left;
    width: 134px;
    padding-right: 10px;
    box-sizing: border-box;
}
.tabpanel .tablist.col4 li {
    width: 25% !important;
}
.tabpanel .tablist li a {
    display: block;
    width: 100%;
    line-height: 54px;
    text-align: center;
    background: #ededed;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}
.tabpanel .tablist li a:hover {
    text-decoration: none;
}
.tabpanel .tablist li a.current {
    border-bottom: 1px solid #ffffff;
    background: #fff;
    color: #a78a00;
}

.colmn3box {
    margin-left: -30px;
}

.colmn3box .itembox {
    width: 33.33%;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
}

.ttb {
    line-height: 38px;
}

.imglist li {
    float: left;
    margin-bottom: 1px;
}
.imglist li + li {
    margin-left: 1px;
}

.biggerlink img{
    transition: all ease 0.3s;
}

.biggerlink img:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.thumblist a{
    transition: all ease 0.3s;
}
.thumblist a.active{
    filter: alpha(opacity=40);
    opacity: 0.4;
}



.post-edit-link {
    background: #A09046 none repeat scroll 0 0 !important;
    border: 1px solid #726734 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 1px 3px !important;
    text-decoration: none !important;
    font-family: 'メイリオ';
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.post-edit-link:hover {
    background-color: #d7bf77 !important;
    color: #333333;
}

.pc-switcher {
    height: auto;
    width: 100%;
}

.pc-switcher .active {
    display: none;
}

.pc-switcher a {
    background: url("/common/img/switcher-sp.png") no-repeat scroll center top / contain ;
    display: block;
    padding-top: 17.18%;
    text-indent: -9999px;
}

/* !other
---------------------------------------------------------- */

@media screen and (min-width: 1540px) {
    .br1540{
        display: none;
    }
}


.attachment-archive_img.size-archive_img {
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    padding: 1px;
}

/*------------------------------
    グローバルナビゲーションの
    英語サイトへの導線
------------------------------*/

#headerin{
    position: relative;
    top: 0;
    left: 0;
}

.lang_fixd {
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color:#000;
    text-align: center;
    z-index: 300;
    position: absolute;
    right: 116px;
    top:245px;
    transition: all ease 0.3s;
}

.lang_fixd a{
    color: #fff;
    text-decoration: none;
    display: block;
}

.lang_fixd:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}
*------------------------------
    グローバルナビゲーションの
    英語サイトへの導線
------------------------------*/

#headerin{
    position: relative;
    top: 0;
    left: 0;
}

.lang_fixd {
    width: 120px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color:#000;
    text-align: center;
    z-index: 300;
    position: absolute;
    right: 116px;
    top:245px;
    transition: all ease 0.3s;
}

.lang_fixd a{
    color: #fff;
    text-decoration: none;
    display: block;
}

.lang_fixd:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;
}
