@charset 'UTF-8';
/**
 * site.css
 *
 * @fileoverview ページ共通で利用するファイル
 * @contents 1.reset.css
 *           2.common.css
 *           3.プラグイン関係
 *           - jquery.banner.switcher.css
 *           - jquery.image-picker.css
 *           - jquery.superbox.css
 *           - jquery.wideslider.css
 *           - jquery.bxslider.css
 *           - jquery.cluetip.css
 *           4.追加・修正
 */

/*----------------------------------------------------------------------*/
/* @reset.css */
/*----------------------------------------------------------------------*/

/* WEBフォント*/
@import url(https://fonts.googleapis.com/css?family=Prata);

html,body{
     height:100%;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, th, td, form, img {
    font-size: auto;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #1B1B1B;
    border: none;
}



ul, ol, li {
    list-style-type: none;
}

textarea {
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
}

a {
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #db1a1f;
    border: none;
}

a img {
    border: none;
}

img {
    vertical-align: text-bottom;
}

p {
    line-height: 140%;
}

@font-face {
    font-family: 'icomoon';
    src:    url('/fonts/icomoon.eot?lxv7rt');
    src:    url('/fonts/icomoon.eot?lxv7rt#iefix') format('embedded-opentype'),
        url('/fonts/icomoon.ttf?lxv7rt') format('truetype'),
        url('/fonts/icomoon.woff?lxv7rt') format('woff'),
        url('/fonts/icomoon.svg?lxv7rt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ameba:before {
    font-family: 'icomoon';
    content: "\e900";
}
.icon-line:before {
    font-family: 'icomoon';
    content: "\e901";
}



/*----------------------------------------------------------------------*/
/* @common.css */
/*----------------------------------------------------------------------*/
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearfix {
    zoom: 1;
}

body {
    font-family:"メイリオ", "Hiragino Kaku Gothic ProN", Arial, Helvetica;
    position: relative;
    overflow-x: hidden;
    min-width: 1040px;
    color: #000;
}

#personal-info {
    margin-top: -80px; /* リンク位置上昇分 */
    padding-top: 80px; /* 上昇分を戻す分 */
}

/* ==================================== */
/* ヘッダーエリア */
/* ==================================== */

#header {
    position: fixed;
    z-index: 1;
    top:0px;
    height: 60px;
    width:100vw;
    background:#fff;
    display:flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items:center;
    -webkit-align-items:center;
    box-shadow:0px 0px 5px rgba(0,0,0,0.14);
}


#header h1, #header h1 .rogo, #header h1 .rogo img{
    height:inherit;
}

#header h1 .rogo{
    display:block;
    position:relative;
}


#header h1{
    background:#d61a1f;
    width:102px;
}

#header h1 .rogo img{
    width: auto;
    height: 89%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.gnav {
    margin-right:auto;
}

.gnav ul{
    display:flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.gnav ul li a{
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    display:block;
    color:#d61a1f;
    font-size:0.8vw;
    letter-spacing:0em;
    text-decoration:none;
    margin:0 1.4vw;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 900;
}

.gnav ul li a:hover{
    color: #999;
    text-decoration: none;
}

.snav ul{
    display:flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.snav ul li a{
    display:block;
    background:#d61a1f;
    border: 1px solid #d61a1f;
    color:#fff;
    font-size:0.6vw;
    padding:0.6vh 0;
    width:6.2vw;
    text-align:center;
    margin:0 0.2vw;
    text-decoration:none;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.snav ul li a:hover{
    background: #fff;
    color: #e60012;
    text-decoration: none;
    border: 1px solid #e60012;
}

.snav ul li:last-of-type a{
    margin-right:1.2vw;
}
.snav ul #tel {
    border: 1px solid #d61a1f;
    color:#d61a1f;
    font-size:0.6vw;
    padding:0.6vh 0;
    width:12vw;
    text-align:center;
    margin:0 0.2vw;
    text-decoration:none;
}

/* ==================================== */
/* コンテンツエリア */
/* ==================================== */

main{
    padding-top:56px;
    display:block;
    padding-bottom: 40px;
    min-height: 72%;
}

.pankuzu{
    text-align: center;
    margin: 0 auto;
    background: #000;
    font-color:#fff;
    padding: 8px 0 6px;
}

.pankuzu * {
    display: inline-block;
    font-size: 0.45vw;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}

.page-ttl{
    padding: 1.6vh 0;
    text-align: center;
}

/* ==================================== */
/* メインコンテンツエリア */
/* ==================================== */


/* ==================================== */
/* フッターエリア */
/* ==================================== */

.footer {
    background-color: #000;
    height: 184px;
    position: relative;
    bottom: -21px;
    width: 100%;
    text-align: left;
}

.footer *{
    color:#fff;
}

.foot_contents{
    display:flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding:2.5vh 2vw 1.5vh 2vw;
    background-color: #000;
}

.foot_contents .foot_sub .foot_logo:after{

    width:auto;
    height:6.5vh;

}


.foot_contents .foot_main .nav > ul li{
    display:inline-block;
}

.foot_contents .foot_main .nav > ul li:after{
    content:"|";
    color:#fff;
    padding:0 0.4vw;
}

.foot_contents .foot_main .nav > ul li:last-of-type:after{
    content:"";
}

.foot_contents .foot_main .nav > ul li>a{
    font-size: 10px;
    text-decoration:none;
}


.foot_contents .foot_main .nav .copy{
    font-size: 10px;
    margin-top:1vh;
}

.foot_seo{
    font-size: 10px;
    padding:1.5vh 0vw 0vh 0vw;
    width: 98%;
}

.sns-area {
    background: #D61A1F;
    width: 100%;
    height: 0px;
    position: relative;
    z-index: 0;
    bottom: 39px;
    text-align: left;
}

.sns ul {
    width: 100%;
    display: table;
    height: 60px;
}

.sns a {
    display: block;
    background: #D61A1F;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    height: 60px;
}

.sns li {
    width: 20%;
    display: table-cell;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
    border-left: 1px solid #e6e6e6;
    border-right: none;
}

.fb {
    border-left: none !important;
}

.sns p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.sns p {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    margin: 11px 0 0 13px;
}

.sns .icon-facebook {
    display: inline-block;
    font-size: 34px;
    line-height: 1;
    margin: 8px 0 0 19px;
}

.icon-facebook:before {
    font-family: FontAwesome;
    content: "\f09a";
}

.sns .fb a:hover {
  background: #315096;
  text-decoration: none;
}

 .sns .icon-twitter {
    display: inline-block;
    font-size: 33px;
    line-height: 1;
    margin: 9px 0 0 18px;
}

.icon-twitter:before {
    font-family: FontAwesome;
    content: "\f099";
}

.sns .tw a:hover {
  background: #00acee;
  text-decoration: none;
}

.sns .icon-pinterest {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    margin: 7px 0 0 17px;
}

.icon-pinterest:before {
    font-family: FontAwesome;
    content: "\f0d2";
}

.sns .pin a:hover {
  background: #ffb625;
  text-decoration: none;
}

.sns .icon-line {
    display: inline-block;
    font-size: 34px;
    line-height: 1;
    margin: 8px 0 0 17px;
}

.icon-line:before {
    font-family: 'icomoon';
    content: "\e901";
    position: relative;
    top: 3px;
}

.line a:hover {
  background: #00c300;
  text-decoration: none;
}

.sns .icon-ameba {
    display: inline-block;
    font-size: 34px;
    line-height: 1;
    margin: 8px 0 0 17px;
}

.icon-ameba:before {
    font-family: 'icomoon';
    content: "\e900";
    position: relative;
    top: 3px;
}

.amebro a:hover {
  background: #2B8C3B;
  text-decoration: none;
}
/* ==================================== */
/* フォームエラー*/
/* ==================================== */
.error-message {
    font-weight: bold;
    color: #db1a1f;
}

/* ==================================== */
/* 全ページ共通スタイル*/
/* ==================================== */



/*--------------------------------*/
/* iealert.css */
/*--------------------------------*/
#ie-alert-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/iealert/bg.png);
}

* html #ie-alert-overlay {
    position: absolute;
}

#ie-alert-panel {
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    position: fixed;
    z-index: 1000001;
    top: 200px;
    left: 50%;
    width: 600px;
    height: auto;
    margin: 0 0 0 -300px;

    _position: absolute;
    _top: expression(200+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}

.ie-p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: #565656;
}

#ie-alert-panel a {
    text-decoration: none;
}
.ie-span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    display: block;
    margin: 0 0 15px 0;
    color: #464646;
}
.ie-r-b-c, .ie-r-t-c, .ie-l-t-c, .ie-l-b-c {
    background: url(/img/iealert/iesprites.png) no-repeat;
}
.ie-l-t-c {
    float: left;
    width: 47px;
    height: 47px;
    background-position: -18px -9px;
}

.ie-l {
    float: left;
    clear: both;
    width: 47px;
    height: 100%;
    background: url(/img/iealert/left.png) repeat-y;

    _height: 142px;
}

.ie-l-b-c {
    float: left;
    clear: both;
    width: 47px;
    height: 46px;
    background-position: -17px -66px;
}
.ie-b {
    float: left;
    width: 506px;
    height: 46px;
    background: url(/img/iealert/bottom.png);
}

.ie-r-t-c {
    float: right;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-position: -83px -10px;
}

.ie-r-t-c:hover {
    background-position: -143px -9px;
}

.ie-r {
    float: right;
    width: 47px;
    height: 100%;
    background: url(/img/iealert/right.png) repeat-y;

    _height: 142px;
}

.ie-c {
    float: left;
    width: 506px;
    height: 100%;
    background: #F6F6F6;
}

.ie-r-b-c {
    float: right;
    width: 47px;
    height: 46px;
    background-position: -83px -65px;
}

.ie-t {
    float: left;
    width: 506px;
    height: 47px;
    background: url(/img/iealert/top.png);
}

.ie-u {
    position: relative;
    left: 50%;
    width: auto;
    height: 43px;
    margin: 30px auto 0 -66px;
}

.ie-u-l {
    float: left;
    width: 14px;
    height: 43px;
    background: url(/img/iealert/u-left.png);
}
.ie-u-c {
    float: left;
    width: auto;
    height: 33px;
    padding: 11px 0 0 0;
    cursor: pointer;
    background: url(/img/iealert/u-center.png);
}
.ie-u-s {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 5px 25px 5px 25px;
    color: #FFF;
}
.ie-u-r {
    float: left;
    width: 14px;
    height: 43px;
    background: url(/img/iealert/u-right.png);
}
#ie-alert-panel.ie6-style .ie-r-b-c {
    background: url(/img/iealert/6_r_b_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-r-t-c {
    background: url(/img/iealert/6_r_t_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-r-t-c:hover {
    background: url(/img/iealert/6_r_t_c_h.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-l-t-c {
    background: url(/img/iealert/6_l_t_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-l-b-c {
    background: url(/img/iealert/6_l_b_c.png) no-repeat;
}
#ie-alert-panel.ie6-style .ie-l {
    background: url(/img/iealert/6_left.png) repeat-y;
}
#ie-alert-panel.ie6-style .ie-r {
    background: url(/img/iealert/6_right.png) repeat-y;
}
#ie-alert-panel.ie6-style .ie-b {
    background: url(/img/iealert/6_bottom.png);
}
#ie-alert-panel.ie6-style .ie-t {
    background: url(/img/iealert/6_top.png);
}



/*----------------------------------------------------------------------*/
/* @プラグイン関係 */
/*----------------------------------------------------------------------*/

/*--------------------------------*/
/* jquery.image-picker.css */
/*--------------------------------*/
ul.thumbnails.image_picker_selector {
    overflow: auto;
    margin: 15px 0 0 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
}
ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
}
ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}
ul.thumbnails.image_picker_selector li {
    position: relative;
    float: left;
    margin: 0 12px 12px 0;
}
ul.thumbnails.image_picker_selector li .thumbnail {
    padding: 6px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
    border: 1px solid #DDD;
}
ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #08C;
}
#check_icon {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 20px;
    height: 18px;
    background: url('/img/reserve/icon_check_checked_cast.png') no-repeat;
}





/*--------------------------------*/
/* jquery.bxslider.css */
/*--------------------------------*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;

    *zoom: 1;
}

.bx-wrapper img {
    display: block;
    max-width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
    border: solid #FFF 5px;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px #CCC;
       -moz-box-shadow: 0 0 5px #CCC;
            box-shadow: 0 0 5px #CCC;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: url('/img/bxslider/bx_loader.gif') center center no-repeat #FFF;
}

/* PAGER */

.bx-wrapper .bx-pager {
    font-family: Arial;
    font-size: .85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;

    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -9999px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    outline: 0;
    background: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url('/img/bxslider/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('/img/bxslider/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 9999;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    text-indent: -9999px;
    outline: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    width: 10px;
    height: 11px;
    margin: 0 3px;
    text-indent: -9999px;
    outline: 0;
    background: url('/img/bxslider/controls.png') -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    width: 9px;
    height: 11px;
    margin: 0 3px;
    text-indent: -9999px;
    outline: 0;
    background: url('/img/bxslider/controls.png') -86px -44px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 80%;
    text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666\9;
    background: rgba(80, 80, 80, .75);
}

.bx-wrapper .bx-caption span {
    font-family: Arial;
    font-size: .85em;
    display: block;
    padding: 10px;
    color: #FFF;
}


/*----------------------------------------------------------------------*/
/* @追加・修正 */
/*----------------------------------------------------------------------*/
