/* clearfix
-------------------------------------------------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Structure
-------------------------------------------------------------------------------------------*/
#fp-wrap{
    background-color: #fff;
    background-image: url(../img/bg-photos.png), url(../img/bg-texture.png);
    background-repeat: no-repeat, repeat;
    background-position: center top, center;
    -webkit-text-size-adjust: 100%;
}

/* Base
-------------------------------------------------------------------------------------------*/
.fp-theme{
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1;
}
.fp-theme a{
    cursor: pointer;
}
.fp-theme p{
    line-height: 1.4;
    margin-bottom: 5px;
}
.fp-theme a img{
    border: none;
}
.fp-header, .fp-box{
    font-size: 14px;
}
.fp-hv{
    opacity: 1;
    -webkit-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    position: relative;
}
.fp-hv:hover{
    opacity: 0.7;
}

/* Components
-------------------------------------------------------------------------------------------*/
.fp-color-1{
    color: #ce0c19;
}
.fp-fz-h3{
    font-size: 21px;
}
.fp-fz-h4{
    font-size: 16px;
}
.fp-fz-h5{
    font-size: 14px;
}
.fp-fz-h6{
    font-size: 12px;
}
.fp-small{
    font-size: 70%;
    color: #777;
}
.fp-str{
    font-weight: bold;
}
.fp-boxed{
    background-color: #0895ca;
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
}
.fp-boxed.fp-small{
    color: #fff;
    padding: 3px 9px;
}
h4 .fp-small{
    color: inherit;
}
.fp-box{
    color: #444;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px 1px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.fp-heading{
    font-size: 18px;
    height: 42px;
    line-height: 46px;
    margin-bottom: 0;
    border-bottom: solid 1px #f0f0f0;
    position: relative;
    padding-left: 10px;
}
.fp-heading.fp-heading-icon{
    padding-left: 40px;
}
.fp-heading.fp-heading-icon:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.fp-heading.fp-heading-icon.fp-icon-box:after{
    background-image: url(../img/icon-box.png);
    top: -5px;
    left: -20px;
    width: 51px;
    height: 52px;
}
.fp-heading.fp-heading-icon.fp-icon-oa:after{
    background-image: url(../img/icon-oa.png);
    top: 13px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.fp-img-heading{
    margin-bottom: 0;
}
.fp-inner{
    padding: 10px;
}
.fp-inner p{
    margin: 5px 0 7px 0;
}
.fp-inner p:last-child{
    margin-bottom: 0;
}
.fp-inner.fp-image-left{
    position: relative;
    padding-left: 220px;
    min-height: 200px;
}
.fp-inner.fp-image-left.fp-image-big{
    padding-left: 314px;
    min-height: 220px;
}
.fp-inner.fp-image-left .fp-side-image{
    position: absolute;
    left: 10px;
    top: 10px;
}
.fp-inner h3, .fp-inner h4, .fp-inner h5{
    margin-top: 0;
    margin-bottom: 10px;
}
.fp-img.cont{
    background-repeat: no-repeat;
}
.fp-btns-left{
    float: left;
}
.fp-btns-right{
    float: right;
}
/* Header
-------------------------------------------------------------------------------------------*/
.fp-header{
    height: 470px;
    margin-bottom: 10px;
}
.fp-header h2, .fp-header p{
    text-align: center;
}
.fp-header .fp-logo{
    margin: -25px 0 -40px 0;
}
.fp-header p{
    margin-top: 12px;
}
.fp-header .fp-boxed.fp-size-btn{
    display: inline-block;
    padding: 6px 0;
    width: 278px;
}

/* Contents
-------------------------------------------------------------------------------------------*/
#photo-bg-1{
    background-image: url(../img/bg-contents-1.png);
    height: 209px;
}
#photo-bg-1 p{
    margin: 0 0 0 0;
    padding-top: 12px;
    text-align: center;
    font-weight: bold;
    color: #0e5772;
    font-size: 14px;
}
.fp-likebox{
    background-color: #fff;
    margin-bottom: 20px;
}
.fp-bg-2{
    background-image: url(../img/bg-town.png);
    background-repeat: repeat-x;
    background-position: right bottom;
}


/* Smartphone View
-------------------------------------------------------------------------------------------*/
.cx_smartphoneview #fp-wrap{
    background-position: -460px top, center;
}
.cx_smartphoneview .fp-box{
    margin: 0 10px 20px 10px;
}
.cx_smartphoneview .fp-box p{
    /* Android Chrome fontsize fix */
    max-height: 100%;
}
.cx_smartphoneview .fp-heading.fp-heading-icon.fp-icon-box{
    padding-left: 60px;
}

.cx_smartphoneview .fp-heading.fp-heading-icon.fp-icon-box:after{
    background-image: url(../img/icon-box.png);
    left: 0px;
}
.cx_smartphoneview .fp-box .fp-image-left .fp-btn img{
    width: 100%;
    height: auto;
}

.cx_smartphoneview .fp-btns-left img, .cx_smartphoneview .fp-btns-right img{
  width: 295px;
  height:auto;
  display:block;
}